From a57aa1b81da5db7f03241f6648b663d82394df49 Mon Sep 17 00:00:00 2001 From: garyschulte Date: Mon, 24 Jul 2023 17:11:06 -0700 Subject: [PATCH] 23.7.0 release (#5722) Signed-off-by: garyschulte --- CHANGELOG.md | 19 ++++++++----------- gradle.properties | 2 +- 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50840e1b872..93ddb9157ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,16 +5,7 @@ ### Breaking Changes - Removed deprecated GoQuorum permissioning interop [#5607](https://github.com/hyperledger/besu/pull/5607) - -### Additions and Improvements - -### Bug Fixes - -## 23.4.5 - -### Breaking Changes - -- Removed support for version 0 of the database as it is no longer used by any active node. +- Removed support for version 0 of the database as it is no longer used by any active node. [#5698](https://github.com/hyperledger/besu/pull/5698) ### Additions and Improvements - `evmtool` launcher binaries now ship as part of the standard distribution. [#5701](https://github.com/hyperledger/besu/pull/5701) @@ -23,16 +14,22 @@ - Add extension points in AbstractCreateOperation for EVM libraries to react to contract creations [#5656](https://github.com/hyperledger/besu/pull/5656) - Update to Tuweni 2.4.2. [#5684](https://github.com/hyperledger/besu/pull/5684) - Decouple data field from Enum JsonRpcError by creating new enum holder RpcErrorType[#5629](https://github.com/hyperledger/besu/pull/5629) +- Update to bouncycastle 1.75 [#5675](https://github.com/hyperledger/besu/pull/5675) +- Extend OperationTracer with new methods [#5662](https://github.com/hyperledger/besu/pull/5662) +- Eip 6780 selfdestruct [#5430](https://github.com/hyperledger/besu/pull/5430) +- Add new debug_getRawTransaction to the DEBUG engine [#5635](https://github.com/hyperledger/besu/pull/5635) ### Bug Fixes - Use the node's configuration to determine if DNS enode URLs are allowed in calls to `admin_addPeer` and `admin_removePeer` [#5584](https://github.com/hyperledger/besu/pull/5584) - Align the implementation of Eth/68 `NewPooledTransactionHashes` to other clients, using unsigned int for encoding size. [#5640](https://github.com/hyperledger/besu/pull/5640) - Failure at startup when enabling layered txpool before initial sync done [#5636](https://github.com/hyperledger/besu/issues/5636) - Remove miner-related option warnings if the change isn't using Ethash consensus algorithm [#5669](https://github.com/hyperledger/besu/pull/5669) +- Fix for pending transactions reference leak [#5693](https://github.com/hyperledger/besu/pull/5693) ### Download Links +https://hyperledger.jfrog.io/artifactory/besu-binaries/besu/23.7.0/besu-23.7.0.tar.gz / sha256: +https://hyperledger.jfrog.io/artifactory/besu-binaries/besu/23.7.0/besu-23.7.0.zip / sha256: ---- ## 23.4.4 diff --git a/gradle.properties b/gradle.properties index 4d06c3c3ce4..8596c9e0574 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version=23.4.5-SNAPSHOT +version=23.7.0 org.gradle.welcome=never # Set exports/opens flags required by Google Java Format and ErrorProne plugins. (JEP-396)