1.3.7 release (#255)

Signed-off-by: {name} <{email}>
pull/256/head 1.3.7
MadelineMurray 5 years ago committed by Edward
parent fd5168b863
commit 8909d850a5
  1. 25
      CHANGELOG.md
  2. 2
      gradle.properties

@ -1,28 +1,31 @@
# Changelog
## Changelog Changes
## Critical Fix in 1.3.7
The Hyperledger Besu Wiki includes a [proposal to change what's included in this changelog](https://wiki.hyperledger.org/display/BESU/Changes+to+Changelog).
The changelog from 1.3.6 is moving towards the proposed changelog approach. If you've got feedback or
specific items you'd like to see included in the changelog, add your comments to the proposal.
1.3.7 includes a critical fix for Ethereum MainNet users and the Muir Glacier upgrade. We recommend users of Ethereum public networks
(MainNet, Ropsten, Rinkeby, and Goerli) upgrade immediately. This upgrade is also strongly recommended for users of private networks.
## Muir Glacier Compatibility
For compatibility with Ethereum Muir Glacier upgrade, use v1.3.7 or later.
## ETC Agharta Compatibility
For compatibility with ETC Agharta upgrade, use 1.3.7 or later.
## Muir Glacier Compatibility
### 1.3.7
For compatibility with Ethereum Muir Glacier upgrade, use v1.3.6 or later.
### Additions and Improvements
## Istanbul Compatibility
- Hard Fork Support: Configures the Agharta activation block for the ETC MainNet configuration [\#251](https://github.com/hyperledger/besu/pull/251) (thanks to [soc1c](https://github.com/soc1c))
For compatibility with Ethereum Istanbul upgrade, use v1.3.4 or later.
### Bug Fixes
### 1.3.7
- Resolves a Mainnet consensus issue [\#254](https://github.com/hyperledger/besu/pull/254)
### Additions and Improvements
### New Maintainer
- Hard Fork Support: Configures the Agharta activation block for the ETC MainNet configuration.
[Edward Mack](https://github.com/hyperledger/besu/commits?author=edwardmack) added as a [new maintainer](https://github.com/hyperledger/besu/pull/219).
### 1.3.6

@ -1,2 +1,2 @@
org.gradle.jvmargs=-Xmx1g
version=1.3.7-SNAPSHOT
version=1.3.7

Loading…
Cancel
Save