From 5c44946723e2ed0d0dce722a96610f5720bb9cb5 Mon Sep 17 00:00:00 2001 From: garyschulte Date: Mon, 9 Dec 2024 15:05:17 -0800 Subject: [PATCH] release version 1.0.0 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)