Skip to content

Commit

Permalink
bump besu-native to 0.9.1, update changelog
Browse files Browse the repository at this point in the history
Signed-off-by: garyschulte <garyschulte@gmail.com>
  • Loading branch information
garyschulte committed Jul 1, 2024
1 parent 39d805c commit 9980359
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
- Nodes in a permissioned chain maintain (and retry) connections to bootnodes [#7257](https://github.com/hyperledger/besu/pull/7257)
- Promote experimental `besu storage x-trie-log` subcommand to production-ready [#7278](https://github.com/hyperledger/besu/pull/7278)
- Enhanced BFT round-change diagnostics [#7271](https://github.com/hyperledger/besu/pull/7271)
- implement gnark-crypto for eip-196 and eip-2537 [#7262](https://github.com/hyperledger/besu/pull/7262)

### Bug fixes
- Validation errors ignored in accounts-allowlist and empty list [#7138](https://github.com/hyperledger/besu/issues/7138)
Expand Down
2 changes: 1 addition & 1 deletion gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ dependencyManagement {
dependency 'org.openjdk.jol:jol-core:0.17'
dependency 'tech.pegasys:jc-kzg-4844:1.0.0'

dependencySet(group: 'org.hyperledger.besu', version: '0.9.0') {
dependencySet(group: 'org.hyperledger.besu', version: '0.9.1') {
entry 'arithmetic'
entry 'ipa-multipoint'
entry 'bls12-381'
Expand Down

0 comments on commit 9980359

Please sign in to comment.