Prepare for version 22.7.1-SNAPSHOT (#4181)

Signed-off-by: garyschulte <garyschulte@gmail.com>
pull/4185/head
garyschulte 2 years ago committed by GitHub
parent 604855e486
commit d2418bf000
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 15
      CHANGELOG.md
  2. 2
      gradle.properties

@ -1,6 +1,13 @@
# Changelog
## 22.7.0
### Additions and Improvements
### Bug Fixes
## 22.7.0-RC3
Known/Outstanding issues:
Besu requires a restart post-merge to re-enable remote transaction processing [#3890](https://github.com/hyperledger/besu/issues/3890)
@ -15,6 +22,10 @@ Besu requires a restart post-merge to re-enable remote transaction processing [#
- fix for stack overflow when searching for TTD block [#4169](https://github.com/hyperledger/besu/pull/4169)
- fix for chain stuck issue [#4175](https://github.com/hyperledger/besu/pull/4175)
### Download links
- https://hyperledger.jfrog.io/artifactory/besu-binaries/besu/22.7.0-RC3/besu-22.7.0-RC3.tar.gz / sha256: `6a1ee89c82db9fa782d34733d8a8c726670378bcb71befe013da48d7928490a6`
- https://hyperledger.jfrog.io/artifactory/besu-binaries/besu/22.7.0-RC3/besu-22.7.0-RC3.zip / sha256: `5de22445ab2a270cf33e1850cd28f1946442b7104738f0d1ac253a009c53414e`
## 22.7.0-RC2
### Additions and Improvements
@ -43,8 +54,8 @@ Besu requires a restart post-merge to re-enable remote transaction processing [#
- Avoid starting or stopping the BlockPropagationManager more than once [#4122](https://github.com/hyperledger/besu/pull/4122)
### Download links
- https://hyperledger.jfrog.io/artifactory/besu-binaries/besu/22.7.0-RC2/besu-22.7.0-RC2.tar.gz / sha256: `//FIXME`
- https://hyperledger.jfrog.io/artifactory/besu-binaries/besu/22.7.0-RC2/besu-22.7.0-RC2.zip / sha256: `//FIXME`
- https://hyperledger.jfrog.io/artifactory/besu-binaries/besu/22.7.0-RC2/besu-22.7.0-RC2.tar.gz / sha256: `befe15b893820c9c6451a74fd87b41f555ff28561494b3bebadd5da5c7ce25d3`
- https://hyperledger.jfrog.io/artifactory/besu-binaries/besu/22.7.0-RC2/besu-22.7.0-RC2.zip / sha256: `d56c340f5982b882fbecca2697ca72a5bbefe0e978d2d4504211f012e2242a81`
## 22.7.0-RC1

@ -1,4 +1,4 @@
version=22.7.0-RC3
version=22.7.0-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