Skip to content

Commit

Permalink
initial push to ensure 0.6.1 builds pass on all arch
Browse files Browse the repository at this point in the history
Signed-off-by: garyschulte <garyschulte@gmail.com>
  • Loading branch information
garyschulte committed Sep 21, 2022
1 parent 5e15625 commit 7f65455
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Additions and Improvements
- Allow free gas networks in the London fee market [#4061](https://github.com/hyperledger/besu/issues/4061)
- Upgrade besu-native to 0.6.0 and use Blake2bf native implementation if available by default [#4264](https://github.com/hyperledger/besu/pull/4264)
- Upgrade besu-native to 0.6.1 and include linux arm64 build of bls12-381

### 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
8 changes: 4 additions & 4 deletions gradle/versions.gradle
Original file line number Diff line number Diff line change
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-SNAPSHOT'
dependency 'org.hyperledger.besu:secp256k1:0.6.1-SNAPSHOT'
dependency 'org.hyperledger.besu:secp256r1:0.6.1-SNAPSHOT'
dependency 'org.hyperledger.besu:blake2bf:0.6.1-SNAPSHOT'

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

0 comments on commit 7f65455

Please sign in to comment.