From c5df324a0f86f5bf751878f35359a696ce93d175 Mon Sep 17 00:00:00 2001 From: garyschulte Date: Fri, 23 Dec 2022 13:04:31 -0800 Subject: [PATCH] prep for 23.1.0-beta (#4863) * prep for 23.1.0-beta Signed-off-by: garyschulte --- CHANGELOG.md | 10 +++------- gradle.properties | 2 +- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b084a7f98a..efa715ccd59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,21 +4,17 @@ ### Breaking Changes - GoQuorum-compatible privacy is deprecated and will be removed in 23.4 - IBFT 1.0 is deprecated and will be removed in 23.4 +- Optimize SSTORE Operation execution time (memoize current and original value) [#4836](https://github.com/hyperledger/besu/pull/4836) ### Additions and Improvements - Added post-execution state logging option to EVM Tool [#4709](https://github.com/hyperledger/besu/pull/4709) - -## 22.10.4 - -### Additions and Improvements - Add access list to Transaction Call Object [#4802](https://github.com/hyperledger/besu/issues/4801) - Add timestamp fork support, including shanghaiTime and cancunTime forks [#4743](https://github.com/hyperledger/besu/pull/4743) - Optimization: Memoize transaction size and hash at the same time [#4812](https://github.com/hyperledger/besu/pull/4812) -### Breaking Changes -- Optimize SSTORE Operation execution time (memoize current and original value) [#4836](https://github.com/hyperledger/besu/pull/4836) - ### Bug Fixes +- Fix for segmentation faults on worldstate truncation, snap-sync starts [#4786](https://github.com/hyperledger/besu/pull/4786) +- Fix for worldstate mismatch on failed forkchoiceUpdate [#4862](https://github.com/hyperledger/besu/pull/4862) ### Download Links diff --git a/gradle.properties b/gradle.properties index ac3ff70efe4..b8976d5e3de 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version=22.10.4-SNAPSHOT +version=23.1.0-beta-SNAPSHOT org.gradle.welcome=never org.gradle.jvmargs=-Xmx1g