Skip to content

Commit d95b129

Browse files
Release 1.4.1 (#303)
* Release version 1.4.1 Signed-off-by: daniellehrner <daniel.lehrner@consensys.net> * fix release version Signed-off-by: daniellehrner <daniel.lehrner@consensys.net> --------- Signed-off-by: daniellehrner <daniel.lehrner@consensys.net>
1 parent f63fb1f commit d95b129

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Changelog
22

33
# Unreleased
4+
5+
# 1.4.1
46
* Add and export JNI functions for IsOnCurve and IsInSubgroup for both G1 and G2 points[#279](https://github.com/hyperledger/besu-native/pull/279)
7+
* Dereference o_len ptr correctly [#289](https://github.com/hyperledger/besu-native/pull/289)
8+
* Add the Poseidon2 hash function [#299](https://github.com/hyperledger/besu-native/pull/299)
9+
* Bump Go to 1.25.4 [#302](https://github.com/hyperledger/besu-native/pull/302)
10+
* Add tests for the poseidon2 wrapper [#300](https://github.com/hyperledger/besu-native/pull/300)
511

612
# 1.4.0
713
* perf: add boringssl for p256Verify precompile [#275](https://github.com/hyperledger/besu-native/pull/275)

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=1.4.1-SNAPSHOT
1+
version=1.4.1

0 commit comments

Comments
 (0)