Skip to content

Commit

Permalink
Release 22.1.0 rc4 (#3349)
Browse files Browse the repository at this point in the history
* Update besu-native to 0.4.3 (#3331)

Signed-off-by: Lucas Saldanha <[email protected]>

Signed-off-by: Frank Li <[email protected]>

Co-authored-by: Lucas Saldanha <[email protected]>
  • Loading branch information
frankisawesome and lucassaldanha authored Jan 31, 2022
1 parent e8a6976 commit 792484a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

### 22.1.0 Breaking Changes

### Additions and Improvements

### Bug Fixes
## 22.1.0-RC4

### Additions and Improvements
- Updated besu-native to version 0.4.3 [#3331](https://github.com/hyperledger/besu/pull/3331)

## 22.1.0-RC3
- Changing the order in which we traverse the word state tree during fast sync. This should improve fast sync during subsequent pivot changes.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=22.1.0-RC4-SNAPSHOT
version=22.1.0-RC4

# Workaround for Java 16 and spotless bug 834 https://github.com/diffplug/spotless/issues/834
org.gradle.jvmargs=--add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED \
Expand Down
6 changes: 3 additions & 3 deletions gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@ dependencyManagement {

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

dependency 'org.hyperledger.besu:bls12-381:0.4.2'
dependency 'org.hyperledger.besu:secp256k1:0.4.2'
dependency 'org.hyperledger.besu:secp256r1:0.4.2'
dependency 'org.hyperledger.besu:bls12-381:0.4.3'
dependency 'org.hyperledger.besu:secp256k1:0.4.3'
dependency 'org.hyperledger.besu:secp256r1:0.4.3'

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

0 comments on commit 792484a

Please sign in to comment.