Releases: maticnetwork/bor
v1.3.1-beta-1
Enhancements:
- Upload
milestones
audit by @marcello33 in #1200 - Update lintci and fix lints by @manav2401 in #1217
- Back-merge master branch into 'develop' by @0xsharma in #1220
- eth/downloader: bypass peer validation if remote peer is far away by @manav2401 in #1219
Fixes:
- Properly close deps channel by @cffls in #1197
- eth, miner: fix enforcing the minimum miner tip (#28933) by @pratikspatil024 in #1209
- chore: fix some comments by @worrycare in #1203
- eth: close engine before handler for graceful shutdown by @manav2401 in #1189
- chore: fix typos by @xiaoxianBoy in #1215
Miscellaneous:
- Update pebble from upstream by @anshalshukla in #1196
- merge "V1.3.0 beta candidate" into develop by @0xsharma in #1198
- Add: Changes reverted in PR#1124 by @anshalshukla in #1204
New Contributors
- @worrycare made their first contribution in #1203
- @xiaoxianBoy made their first contribution in #1215
Full Changelog: v1.3.0...v1.3.1-beta-1
v1.3.0
Overview
This release incorporates upstream changes from geth v1.13.5 and introduces the PBSS state scheme. Additionally, the Amoy configuration has been integrated into this release. The Napoli HardFork Block Number has been set for the Amoy Testnet at #5423600.
Enhancements:
- Updated IPC Path on CI Tests: #1127 by @manav2401.
- Added Amoy Flags and Genesis: #1131 by @0xsharma.
- Made HF Consistent: #1137 by @temaniarpit27.
- Removed kzg Precompile from Core/VM: #1130 by @anshalshukla.
- Reset TX Lookup Cache if Necessary in Core: #1157 by @pratikspatil024.
- Added Amoy Flags and Genesis: #1131 by @0xsharma.
Fixes:
- Fixed Bug: Used Lock When Mutating the Flag: #1120 by @zhiqiangxu.
- Reverted "Fixed Bug: Used Lock When Mutating the Flag": #1140 by @pratikspatil024.
- Fixed Typos: #1147 by @rex4539.
Miscellaneous:
- Upstreamed from Geth 1.13.5: #1106 by @0xsharma.
- Bumped Dependencies: #1183 by @marcello33.
- Merged Branch 'Master' into Develop: #1194 by @0xsharma.
New Contributors:
- @rex4539 Made Their First Contribution: Welcomed a new contributor who made their first contribution to the project, fostering community growth and collaboration. PR: #1147.
Full Changelog: v1.2.8...v1.3.0
v1.3.0-beta-2
This release contains the upstream from geth v1.13.5. It also includes the PBSS state-scheme. Additionally, Amoy config has been added in this release.
We have also set Napoli HardFork Block Number set for Amoy Testnet at #5423600
.
What's Changed
- integration-tests: update ipc path on ci tests by @manav2401 in #1127
- add : amoy flags and genesis by @0xsharma in #1131
- chg: make HF consistent by @temaniarpit27 in #1137
- core/vm: remove kzg precompile by @anshalshukla in #1130
- fix bug: should use Lock when mutating the flag by @zhiqiangxu in #1120
- Revert "fix bug: should use Lock when mutating the flag" by @pratikspatil024 in #1140
- fix typos by @rex4539 in #1147
- Removed ParallelUniverseBlock from amoyTestnet by @pratikspatil024 in #1154
- core: reset tx lookup cache if necessary by @pratikspatil024 in #1157
- Upstream from geth 1.13.5 by @0xsharma in #1106
- Fix path for
matic-cli
dockerized tests by @marcello33 in #1173 - POS-2399: ganache bug workaround to reduce
smoke_test
time in CI by @marcello33 in #1177 - Bump dependencies by @marcello33 in #1183
- chg: fix protoc messages with new protobuf version by @marcello33 in #1188
- core: remove tracing and handle err in reorg call by @manav2401 in #1193
- Merge branch 'master' into develop by @0xsharma in #1194
New Contributors
Full Changelog: v1.2.8...v1.3.0-beta-2
v1.3.0-beta-1
This release contains the upstream from geth v1.13.5. It also includes the PBSS state-scheme. Additionally, Amoy config has been added in this release.
What's Changed
- integration-tests: update ipc path on ci tests by @manav2401 in #1127
- add : amoy flags and genesis by @0xsharma in #1131
- chg: make HF consistent by @temaniarpit27 in #1137
- core/vm: remove kzg precompile by @anshalshukla in #1130
- fix bug: should use Lock when mutating the flag by @zhiqiangxu in #1120
- Revert "fix bug: should use Lock when mutating the flag" by @pratikspatil024 in #1140
- fix typos by @rex4539 in #1147
- Removed ParallelUniverseBlock from amoyTestnet by @pratikspatil024 in #1154
- core: reset tx lookup cache if necessary by @pratikspatil024 in #1157
- Upstream from geth 1.13.5 by @0xsharma in #1106
- Fix path for
matic-cli
dockerized tests by @marcello33 in #1173 - POS-2399: ganache bug workaround to reduce
smoke_test
time in CI by @marcello33 in #1177 - Bump dependencies by @marcello33 in #1183
- chg: fix protoc messages with new protobuf version by @marcello33 in #1188
- Merge branch 'master' into develop by @0xsharma in #1194
New Contributors
Full Changelog: v1.2.9-beta...v1.3.0-beta-1
v1.2.9-beta
What's Changed
- core: remove tracing and handle err in reorg call by @manav2401 in #1193
Full Changelog: v1.2.8...v1.2.9-beta
v1.2.8
This release fixes an issue in debug_traceBlockByHash RPC call where invalid state-sync tx hash was being returned. The bug mainly affected RPC providers running Bor archive nodes but if any node is being used for RPC calls (specifically for debug method debug_traceBlockByHash), it is recommended to upgrade to this version. Please note that this version also includes all changes from previous stable version (v1.2.7) and hence contains Napoli Hardfork on Bor which is scheduled for March 20th, 2024. Operators can choose to upgrade their nodes directly to v1.2.8 if they haven't upgraded to v1.2.7 yet (in preparation of the Napoli HF).
What's Changed
- Fixes #1184
- v1.2.7 by @manav2401 in #1179
- V1.2.8 beta candidate by @anshalshukla in #1186
Full Changelog: v1.2.7...v1.2.8
v1.2.8-beta
This release includes the fix to issue reported in #1184
What's Changed
- v1.2.7 by @manav2401 in #1179
Full Changelog: v1.2.7...v1.2.8-beta
v1.2.7
This release includes Napoli Hardfork on Bor which is scheduled for March 20th, 2024 at around 10.30 AM UTC. The HF block number is 54876000. This hardfork enables PIP-33 and is a mandatory release for operators running on Polygon Mainnet.
What's Changed
- fix: root folder for docker integration tests (#1173) by @marcello33 in #1175
- fix: concurrent map writes by @pratikspatil024 in #1176
- eth, core: track block propagation by @manav2401 in #1078
- [Bug fix] Re-prioritize commit interrupts by @cffls in #1170
- Finalize mainnet cancun/napoli HF block number by @manav2401 in #1178
Full Changelog: v1.2.6-beta...v1.2.7
v1.2.7-beta4
NOTE: This release is only meant for internal debugging purpose. Please do not use it for deployment
What's Changed
- core, miner: add debug logs to track chain insertion by @manav2401 in #1166
- [Bug fix] Re-prioritize commit interrupts by @cffls in #1170
Full Changelog: v1.2.6-beta...v1.2.7-beta4
v1.2.7-beta3
NOTE: This release is only meant for internal debugging purpose. Please do not use it for deployment
What's Changed
Full Changelog: v1.2.7-beta...v1.2.7-beta3