Prepare for version 22.10.1-SNAPSHOT (#3328)

Signed-off-by: garyschulte <garyschulte@gmail.com>
pull/3349/head 22.1.0-RC3
garyschulte 3 years ago committed by GitHub
parent 174bb4535f
commit e8a6976d6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      CHANGELOG.md
  2. 2
      gradle.properties

@ -1,4 +1,12 @@
# Changelog
## 22.1.0
### 22.1.0 Breaking Changes
### Additions and Improvements
### Bug Fixes
## 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.
@ -17,6 +25,10 @@
- Fix for ethFeeHistory accepting hex values for blockCount
- Fix a sync issue, when the chain downloader incorrectly shutdown when a task in the pipeline is cancelled. [#3319](https://github.com/hyperledger/besu/pull/3319)
### Download Links
https://hyperledger.jfrog.io/artifactory/besu-binaries/besu/22.1.0-RC3/besu-22.1.0-RC3.tar.gz \ SHA256 fb521c64529b5d19cc8121f91a14087a89a814a83ea1f372f15c0ebdba01bb3a
https://hyperledger.jfrog.io/artifactory/besu-binaries/besu/22.1.0-RC3/besu-22.1.0-RC3.zip \ SHA256 f0bcad0275f15078dad1dcb87f49e7c86d754e4346a06e8ac2f9a690c4b8c088
## 22.1.0-RC2
### 22.1.0-RC2 Breaking Changes

@ -1,4 +1,4 @@
version=22.1.0-RC3
version=22.1.0-RC4-SNAPSHOT
# 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 \

Loading…
Cancel
Save