You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,14 @@
5
5
### Breaking Changes
6
6
7
7
- 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
8
11
9
12
### Additions and Improvements
10
13
- Added `benchmark` subcommand to `evmtool`[#5754](https://github.com/hyperledger/besu/issues/5754)
11
14
- 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)
12
16
13
17
### Bug Fixes
14
18
- Make smart contract permissioning features work with london fork [#5727](https://github.com/hyperledger/besu/pull/5727)
0 commit comments