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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
22.7.3
Additions and Improvements
Allow free gas networks in the London fee market #4061
Upgrade besu-native to 0.6.0 and use Blake2bf native implementation if available by default #4264
Resets engine QoS timer with every call to the engine API instead of only when ExchangeTransitionConfiguration is called #4411
ExchangeTransitionConfiguration mismatch will only submit a debug log not a warning anymore #4411
Upgrade besu-native to 0.6.1 and include linux arm64 build of bls12-381 #4416
Create a new flag on RocksDB (--Xplugin-rocksdb-high-spec-enabled) for high spec hardware to boost performance
Transaction pool improvements to avoid filling the pool with not executable transactions, that could result in empty or semi-empty block proposals #4425
Limit Transaction pool consumption by sender to a configurable percentage of the pool size #4417
Bug Fixes
Retry block creation if there is a transient error and we still have time, to mitigate empty block issue #4407
Fix StacklessClosedChannelException in Besu and resulted timeout errors in CL clients (#4398, #4400)
Return JSON-RPC error code instead of INVALID in engine api when certain storage exceptions are encountered (#4349)