From 0b4f5373c57d47437034c7f4a0f3bfcf732fbd77 Mon Sep 17 00:00:00 2001 From: Gabriel-Trintinalia Date: Wed, 1 Nov 2023 14:34:32 +1100 Subject: [PATCH] Add 23.10.1 final changelog and remove duplicated section Signed-off-by: Gabriel-Trintinalia --- CHANGELOG.md | 33 ++++++++++++++++----------------- 1 file changed, 16 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1430c0daf8..7523ac0a367 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,5 @@ # Changelog -### Breaking Changes - -### Deprecations - -### Additions and Improvements -- TraceService: return results for transactions in block [#6086](https://github.com/hyperledger/besu/pull/6086) - -### Bug Fixes - -### Download Links - ## 23.10.2 ### Breaking Changes @@ -22,6 +11,7 @@ - Add a method to read from a `Memory` instance without altering its inner state [#6073](https://github.com/hyperledger/besu/pull/6073) - Accept `input` and `data` field for the payload of transaction-related RPC methods [#6094](https://github.com/hyperledger/besu/pull/6094) - Add APIs to set and get the min gas price a transaction must pay for being selected during block creation [#6097](https://github.com/hyperledger/besu/pull/6097) +- TraceService: return results for transactions in block [#6086](https://github.com/hyperledger/besu/pull/6086) ### Bug fixes @@ -34,20 +24,29 @@ ### Download Links ## 23.10.1 -- Cache last n blocks by using a new Besu flag --cache-last-blocks=n [#6009](https://github.com/hyperledger/besu/pull/6009) -- Optimize performances of RPC method Eth_feeHistory [#6011](https://github.com/hyperledger/besu/pull/6011) -### Breaking Changes +### Additions and Improvements +- New option `--tx-pool-priority-senders` to specify a list of senders, that has the effect to prioritize any transactions sent by these senders from any source [#5959](https://github.com/hyperledger/besu/pull/5959) +- Cache last n blocks by using a new Besu flag `--cache-last-blocks=n` [#6009](https://github.com/hyperledger/besu/pull/6009) +- Optimize performances of RPC method `eth_feeHistory` [#6011](https://github.com/hyperledger/besu/pull/6011) #6035 +- Logging summary of plugins at Info as part of the config overview #5964 #6049 +- Layered tx pool memory improvements #5985 #5974 +- Update Bouncy Castle to 1.76, and force the use of the `jdk18on` variant #5748 +- Add GraphQL support for new fields in Cancun [#5923](https://github.com/hyperledger/besu/pull/5930) #5975 +- Add new configuration options to the EVM Fluent APIs [#5930](https://github.com/hyperledger/besu/pull/5930) + ### Deprecations - `--tx-pool-disable-locals` has been deprecated for removal in favor of `--tx-pool-no-local-priority`, no semantic change, only a renaming [#5959](https://github.com/hyperledger/besu/pull/5959) -### Additions and Improvements -- New option `--tx-pool-priority-senders` to specify a list of senders, that has the effect to prioritize any transactions sent by these senders from any source [#5959](https://github.com/hyperledger/besu/pull/5959) - ### Bug Fixes +- Fix regression with t8n tool filling #5979 +- Fix EOF and EIP-4788 regressions in reference tests #6060 ### Download Links +https://hyperledger.jfrog.io/artifactory/besu-binaries/besu/23.10.1/besu-23.10.1.tar.gz / sha256: e27645f345583f3ee447e5418302382c6f8335d2da8707bdd20033aabd86ce4c + +https://hyperledger.jfrog.io/artifactory/besu-binaries/besu/23.10.1/besu-23.10.1.zip / sha256: fb173acb93c72fbb74a6542051691ca2d3d5f54ea2f51026467a512f3a22106b ## 23.10.0 ### Layered Transaction Pool: the new default transaction pool implementation