Skip to content

Commit

Permalink
Bump besu-native to 0.6.1 (#4416)
Browse files Browse the repository at this point in the history
* bump to release version of besu-native 0.6.1

Signed-off-by: garyschulte <garyschulte@gmail.com>
  • Loading branch information
garyschulte authored Sep 21, 2022
1 parent bc9ff86 commit 6d9b328
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- Upgrade besu-native to 0.6.0 and use Blake2bf native implementation if available by default [#4264](https://github.com/hyperledger/besu/pull/4264)
- Resets engine QoS timer with every call to the engine API instead of only when ExchangeTransitionConfiguration is called [#4411](https://github.com/hyperledger/besu/issues/4411)
- ExchangeTransitionConfiguration mismatch will only submit a debug log not a warning anymore [#4411](https://github.com/hyperledger/besu/issues/4411)
- Upgrade besu-native to 0.6.1 and include linux arm64 build of bls12-381 [#4416](https://github.com/hyperledger/besu/pull/4416)

### Bug Fixes
- Retry block creation if there is a transient error and we still have time, to mitigate empty block issue [#4407](https://github.com/hyperledger/besu/pull/4407)
Expand Down
10 changes: 5 additions & 5 deletions gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ dependencyManagement {

dependency 'net.consensys.services:quorum-mainnet-launcher:1.0.1'

dependency 'net.java.dev.jna:jna:5.11.0'
dependency 'net.java.dev.jna:jna:5.12.1'

dependency 'org.apache.commons:commons-compress:1.21'
dependency 'org.apache.commons:commons-lang3:3.12.0'
Expand Down Expand Up @@ -147,10 +147,10 @@ dependencyManagement {

dependency 'org.fusesource.jansi:jansi:2.4.0'

dependency 'org.hyperledger.besu:bls12-381:0.6.0'
dependency 'org.hyperledger.besu:secp256k1:0.6.0'
dependency 'org.hyperledger.besu:secp256r1:0.6.0'
dependency 'org.hyperledger.besu:blake2bf:0.6.0'
dependency 'org.hyperledger.besu:bls12-381:0.6.1'
dependency 'org.hyperledger.besu:secp256k1:0.6.1'
dependency 'org.hyperledger.besu:secp256r1:0.6.1'
dependency 'org.hyperledger.besu:blake2bf:0.6.1'

dependency 'org.immutables:value-annotations:2.9.0'
dependency 'org.immutables:value:2.9.0'
Expand Down

0 comments on commit 6d9b328

Please sign in to comment.