From 04d6c53341ae230e5ea594a713238a19f69c2857 Mon Sep 17 00:00:00 2001 From: garyschulte Date: Tue, 10 Dec 2024 09:01:00 -0800 Subject: [PATCH] release version 1.0.0 (#222) Signed-off-by: garyschulte --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9569b44..e83f2b3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ # Unreleased +# 1.0.0 +* use latest commit from gnark-crypto with improved subgroup check performance [#221](https://github.com/hyperledger/besu-native/pull/221) +* test data generator / helper for ECC inputs [#216](https://github.com/hyperledger/besu-native/pull/216) + # 0.9.7 * bump to gnark-crypto 0.14.0 relase version [#212](https://github.com/hyperledger/besu-native/pull/212) * use multiExp with configurable parallelism in gnark-crypto bls12 MSM precompiles [#217](https://github.com/hyperledger/besu-native/pull/217)