From 8cd9fc28a79edeb3ac855fac2080f220f440b5a2 Mon Sep 17 00:00:00 2001 From: Fabio Di Fabio Date: Tue, 16 Aug 2022 16:31:14 +0200 Subject: [PATCH] Release 0.6.0 (#74) Signed-off-by: Fabio Di Fabio --- CHANGELOG.md | 13 +++++++------ gradle.properties | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad19a1ed..8d7dcb17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ # Changelog -# 0.5.1-SNAPSHOT +# 0.6.0 +* Add native implementation of the Blake2bf compress function for EIP152 [#69](https://github.com/hyperledger/besu-native/pull/69) -# 0.5.0 +# 0.5.0 * Add linux-arm64 native support [#61](https://github.com/hyperledger/besu-native/pull/61) * Add ipa-multipoint library support [#56](https://github.com/hyperledger/besu-native/pull/56) @@ -31,14 +32,14 @@ improves performance by using efficiently-computable endomorphism. * Add support for MatterLab's EIP196/197 for ECPairings, which are faster than the sputnikvm code. - + ## 0.2.0 * Add support for EIP-2537 (BLS12-381 precompiles ) via MatterLabs library -* Randomize secp256k1 context by default, with java property - `secp256k1.randomize` escape hatch to disable. In tight testing loop this +* Randomize secp256k1 context by default, with java property + `secp256k1.randomize` escape hatch to disable. In tight testing loop this flag should be set to false. - + ## 0.1.0 * Add support for AltBN128 precompiles via sputnik VM diff --git a/gradle.properties b/gradle.properties index 1b124d87..af0eb1ce 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=0.5.1-SNAPSHOT +version=0.6.0