Description
This release contains a fix in the miner module, which prevents block producers from sealing the same block twice.
What's Changed
- backport by @marcello33 in #1919
- Fix parallel evm revert by @avalkov in #1918
- p2p: added functionality to temporarily ban peers to prevent connections by @pratikspatil024 in #1922
- chore: bump kurtosis-pos by @kamuikatsurgi in #1923
- backport v2.5.4 by @pratikspatil024 in #1926
- fix(miner): delete pending task after successful block sealing to prevent node stall by @kamuikatsurgi in #1929
- v2.5.5 release by @kamuikatsurgi in #1936
- chore: backport master to develop by @kamuikatsurgi in #1937
- Remove Recommit and Fix Parent Actual Time track on Prepare by @lucca30 in #1938
- chore: update deps by @kamuikatsurgi in #1939
- fix: ignore invalid signer error for specific block range by @avalkov in #1944
- fix(miner): track pending work using block number to avoid duplicate block building work by @kamuikatsurgi in #1943
Full Changelog: v2.5.5...v2.5.6-beta4