uprev to 20.10.4-SNAPSHOT (#3159)

* uprev to 20.10.4-SNAPSHOT

Co-authored-by: Danno Ferrin <danno.ferrin@shemnon.com>
Signed-off-by: Justin Florentine <justin+github@florentine.us>
pull/3159/merge
Justin Florentine 3 years ago committed by GitHub
parent 42eb2501cc
commit f2893bd18f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 18
      CHANGELOG.md
  2. 2
      gradle.properties

@ -1,18 +1,13 @@
# Changelog
## <Next RC>
## 21.10.4
### Additions and Improvements
- Represent baseFee as Wei instead of long accordingly to the spec [#2785] (https://github.com/hyperledger/besu/issues/2785)
### Bug Fixes
- Updated log4j to 2.15.0 and disabled JNDI message format lookups to improve security.
### <Next RC> Breaking Changes
### 21.10.4 Breaking Changes
- Plugin API: BlockHeader.getBaseFee() method now returns an optional Wei instead of an optional Long
## 21.10.3
### Additions and Improvements
- Adding support of the NO_COLOR environment variable as described in the [NO_COLOR](https://no-color.org/) standard [#3085](https://github.com/hyperledger/besu/pull/3085)
- Add `privx_findFlexiblePrivacyGroup` RPC Method, `privx_findOnchainPrivacyGroup` will be removed in a future release [#3075](https://github.com/hyperledger/besu/pull/3075)
@ -25,6 +20,15 @@
### Early Access Features
- Add support for additional JWT authentication algorithms [#3017](https://github.com/hyperledger/besu/pull/3017)
## 21.10.3
### Bug Fixes
- Updated log4j to 2.15.0 and disabled JNDI message format lookups to improve security.
### Download Link
https://hyperledger.jfrog.io/artifactory/besu-binaries/besu/20.10.3/besu-20.10.3.zip \
SHA256: b5f46d945754dedcbbb1e5dd96bf2bfd13272ff09c6a66c0150b979a578f4389
## 21.10.2
### Additions and Improvements

@ -1,4 +1,4 @@
version=21.10.3-SNAPSHOT
version=21.10.4-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