Skip to content

Commit

Permalink
Updated changelog for 1.3.4 (#167)
Browse files Browse the repository at this point in the history
Signed-off-by: Madeline <madeline.murray@consensys.net>
  • Loading branch information
MadelineMurray authored and joshuafernandes committed Nov 6, 2019
1 parent c5e51b0 commit 906674a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
# Changelog

### Java 11 Required from v1.2
## Istanbul Compatibility

From v1.2, Besu requires Java 11. Besu on Java 8 is no longer supported.
For compatibility with Ethereum Istanbul upgrade, use v1.3.4 or later.

### Docker Image Migration
## Pruning

In v1.2, we removed the entry-point script from our Docker image. Refer to the [migration guide](https://besu.hyperledger.org/en/latest/HowTo/Get-Started/Migration-Docker/)
for information on options that were previously automatically added to the Besu command line.
Pruning cannot be used in networks using private transactions.

### 1.3.4

- Reverted _Enable pruning by default for fast sync (#135)_ [\#164](https://github.com/hyperledger/besu/pull/164)

### 1.3.3

### Technical Improvements

- Add --identity flag for client identification in node browsers [\#150](https://github.com/hyperledger/besu/pull/150)
- Istanbul Mainnet Block [\#145](https://github.com/hyperledger/besu/pull/150)
- Add priv\_getEeaTransactionCount [\#110](https://github.com/hyperledger/besu/pull/110)

### Additions and Improvements
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
org.gradle.jvmargs=-Xmx1g
version=1.3.4-SNAPSHOT
version=1.3.4

0 comments on commit 906674a

Please sign in to comment.