Skip to content

Commit 1f5a858

Browse files
committed
Added CHANGELOG
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
1 parent 1a165ed commit 1f5a858

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,14 @@
55
### Breaking Changes
66

77
- Add ABI-decoded revert reason to `eth_call` and `eth_estimateGas` responses [#5705](https://github.com/hyperledger/besu/issues/5705)
8+
- Layered transaction pool implementation is now stable and enabled by default, so the following changes to experimental options have been done [#5772](https://github.com/hyperledger/besu):
9+
- `--Xlayered-tx-pool` is gone, to select the implementation use the new `--tx-pool` option with values `layered`(default) or `legacy`
10+
- `--Xlayered-tx-pool-layer-max-capacity`, `--Xlayered-tx-pool-max-prioritized` and `--Xlayered-tx-pool-max-future-by-sender` just drop the `X` and keep the same behavior
811

912
### Additions and Improvements
1013
- Added `benchmark` subcommand to `evmtool` [#5754](https://github.com/hyperledger/besu/issues/5754)
1114
- JSON output is now compact by default. This can be overridden by the new `--json-pretty-print-enabled` CLI option. [#5766](https://github.com/hyperledger/besu/pull/5766)
15+
- Layered transaction pool implementation is now stable and enabled by default. If you want still to use the legacy implementation use `--tx-pool=legacy` [#5772](https://github.com/hyperledger/besu)
1216

1317
### Bug Fixes
1418
- Make smart contract permissioning features work with london fork [#5727](https://github.com/hyperledger/besu/pull/5727)

0 commit comments

Comments
 (0)