Releases: 0xPolygon/bor
v2.5.6-beta4
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
v2.5.6-beta3
What's Changed
- v2.5.5 release by @kamuikatsurgi in #1936
- V2.5.6 candidate by @lucca30 in #1941
Full Changelog: v2.5.5...v2.5.6-beta3
v2.5.6-beta2
This release handles some big block intervals we observed on the network due to consensus handling on recommits.
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
Full Changelog: v2.5.5...v2.5.6-beta2
v2.5.6-beta
This release handles some big block intervals we observed on the network due to consensus handling on recommits.
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
Full Changelog: v2.5.5...v2.5.6-beta
v2.5.5
This is a new stable release that resolves the outage on the Amoy network on December 10th, 2025, and also introduces a fix in the consensus module regarding the early block announcement feature.
What's Changed
- Remove unnecessary time sleep in prepare by @cffls in #1934
- v2.5.5-beta3 by @kamuikatsurgi in #1935
Full Changelog: v2.5.4...v2.5.5
v2.5.5-beta3
This is a hotfix that resolves the outage on the Amoy network on December 10th, 2025.
What's Changed
- fix(miner): delete pending task after successful block sealing to prevent node stall (#1929)
Full Changelog: v2.5.5-beta2...v2.5.5-beta3
v2.5.5-beta2
What's Changed
Full Changelog: v2.5.4...v2.5.5-beta2
v2.5.5-beta
This is a hotfix that resolves the outage on the Amoy network on December 10th, 2025.
What's Changed
- fix(miner): delete pending task after successful block sealing to prevent node stall (#1929)
Full Changelog: v2.5.4...v2.5.5-beta
v2.5.4
This is a hot-fix which fixes the errors encountered in the trace_* methods for block with state sync transactions post Madhugiri Hard Fork on mainnet.
What's Changed
- eth/tracers: handle madhugiri fork in trace apis by @manav2401 in #1925
Full Changelog: v2.5.3...v2.5.4
v2.5.3
Description
This is a maintenance release containing improvements and bugs' fixes.
It doesn't change the behaviour for the upcoming Madhugiri mainnet HF, happening on Tuesday, Dec 9th at around 10.00 UTC (block 80084800).
This release can be used on mainnet and amoy.
What's Changed
- feat: add metrics for pebbledb read/writes by @jhkimqd in #1900
- merge master to develop by @marcello33 in #1908
- chore: fix some typos in comment by @russcoss in #1804
- Enable block stm for non witness producers by @lucca30 in #1911
- updated auto generated docs by @pratikspatil024 in #1912
- core(txpool): align with geth by @kamuikatsurgi in #1903
- security improvements by @marcello33 in #1914
- bug fix: core/rawdb: apply ancient db offset to the freezer by @pratikspatil024 in #1915
- v2.5.3 candidate by @marcello33 in #1917
New Contributors
Full Changelog: v2.5.2...v2.5.3