From 23604d340ce57e2b6df69558a66ae7d3b2a15204 Mon Sep 17 00:00:00 2001 From: MadelineMurray <43356962+MadelineMurray@users.noreply.github.com> Date: Wed, 6 Nov 2019 08:55:35 +1000 Subject: [PATCH] Added 1.3.3 changes (#160) * Added 1.3.3 changes * updating version number to 1.3.3 Signed-off-by: Madeline Signed-off-by: Joshua Fernandes --- CHANGELOG.md | 25 +++++++++++++++++++++++++ gradle.properties | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f12bc7670..7376bdd4cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,31 @@ From v1.2, Besu requires Java 11. Besu on Java 8 is no longer supported. 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. +### 1.3.3 + +### Technical Improvements + +- Add --identity flag for client identification in node browsers [\#150](https://github.com/hyperledger/besu/pull/150) +- Add priv\_getEeaTransactionCount [\#110](https://github.com/hyperledger/besu/pull/110) + +### Additions and Improvements + +- Redesign of how JsonRpcMethods are created [\#159](https://github.com/hyperledger/besu/pull/159) +- Moving JsonRpcMethods classes into the same package, prior to refactor [\#154](https://github.com/hyperledger/besu/pull/154) +- Reflect default logging in CLI help [\#148](https://github.com/hyperledger/besu/pull/148) +- Handle zero port better in NAT [\#147](https://github.com/hyperledger/besu/pull/147) +- Rework how filter and log query parameters are created/used [\#146](https://github.com/hyperledger/besu/pull/146) +- Don't generate shutdown tasks in controller [\#141](https://github.com/hyperledger/besu/pull/141) +- Ibft queries [\#138](https://github.com/hyperledger/besu/pull/138) +- Enable pruning by default for fast sync [\#135](https://github.com/hyperledger/besu/pull/135) +- Ensure spotless runs in CI [\#132](https://github.com/hyperledger/besu/pull/132) +- Add more logging around peer disconnects [\#131](https://github.com/hyperledger/besu/pull/131) +- Repair EthGetLogs returning incorrect results [\#128](https://github.com/hyperledger/besu/pull/128) +- Use Bloombits for Logs queries [\#127](https://github.com/hyperledger/besu/pull/127) +- Improve message when extraData missing [\#121](https://github.com/hyperledger/besu/pull/121) +- Fix miner startup logic [\#104](https://github.com/hyperledger/besu/pull/104) +- Support log reordring from reorgs in `LogSubscriptionService` [\#86](https://github.com/hyperledger/besu/pull/86) + ### 1.3.2 ### Additions and Improvements diff --git a/gradle.properties b/gradle.properties index 02d3c8cfde..2e66eba3e6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ org.gradle.jvmargs=-Xmx1g -version=1.3.3-SNAPSHOT +version=1.3.3