Releases: maticnetwork/bor
v1.5.0-beta3
What's Changed
- internal/cli: add prometheus sever timeouts by @marcello33 in #1344
- Fix panic on getting safe block
- Fix tx index limit not being used correctly
- Fix bor tx missing
Full Changelog: v1.5.0-beta2...v1.5.0-beta3
v1.5.0-beta2
What's Changed
Full Changelog: v1.5.0-beta...v1.5.0-beta2
v1.5.0-beta
The major change in this release is the commits merged from go-ethereum up to geth 1.14.6.
What's Changed
- Add test for concurrent revert in MVHashmap by @cffls in #1326
- Log info about mismatched valset by @cffls in #1325
- Upstream merge 1.14.6 by @anshalshukla in #1300
- Backporting master to develop by @cffls in #1341
Full Changelog: v1.4.1...v1.5.0-beta
v1.4.1
What's Changed
- Fixed a bug in parallel executor. The bug could possibly cause parallel executor to compute a different block hash from a regular (serial) executor in some rare scenarios.
Full Changelog: v1.4.0...v1.4.1
v1.4.0
This version includes a hard fork named Ahmedabad fork. Please upgrade your mainnet nodes before block number 62,278,656 (https://polygonscan.com/block/countdown/62278656) which is expected to be mined on Thu Sep 26 2024 around 9 AM UTC.
For more information about Ahmedabad HardFork, please refer to [PIP-37].
What's Changed
- PIP-30: increased max code size limit to 32KB by @pratikspatil024 in #1310
- consensus/bor: use CallWithState to fetch last state id by @manav2401 in #1323
- Added Ahmedabad HF related configs and block number for amoy netwwork by @pratikspatil024 in #1324
- Added Ahmedabad HF related configs and block number for mainnet network by @pratikspatil024 in #1330
Misc
- internal/debug: remove memsize to fix docker by @marcello33 in #1308
- Merge master into develop by @marcello33 in #1309
- build(deps): bump google.golang.org/grpc from 1.64.0 to 1.64.1 by @dependabot in #1293
- Master to develop by @pratikspatil024 in #1315
- README, .github: update discord links by @manav2401 in #1318
- Update artifacts upload/download actions version by @marcello33 in #1331
- v1.4.0 release by @pratikspatil024 in #1332
Full Changelog: v1.3.7...v1.4.0
v1.4.0-beta2
The Ahmedabad hardfork on Amoy Testnet went through pretty smoothly on Sept 12th. However, the upgrade to WMatic did not go as expected. The changes that were made to the bytecode did not have any effect, thus making the deployment not effective.
Please note, the issue is present only on Amoy Testnet and hence, we only need to execute this additional hardfork on Amoy only.
Please upgrade your Amoy nodes before block number 12,121,856 (https://amoy.polygonscan.com/block/countdown/12121856) which is expected to be mined on Wed, Sept 18 2024 around 10 AM UTC. Announcement for Erigon with the new release will follow on Mon, Sept 16.
What's Changed
- Update artifacts upload/download actions version by @marcello33 in #1331
- Added Ahmedabad HF related configs and block number for mainnet network by @pratikspatil024 in #1330
- AMOY SPECIFIC (updated WMATIC code) by @pratikspatil024 in #1333
Full Changelog: v1.4.0-beta...v1.4.0-beta2
v1.4.0-beta
This version includes a hard fork named Ahmedabad fork. Please upgrade your amoy nodes before block number 11,865,856.
For more information about Ahmedabad HardFork, please refer to PIP-37.
What's Changed
- PIP-30: increased max code size limit to 32KB by @pratikspatil024 in #1310
- consensus/bor: use CallWithState to fetch last state id by @manav2401 in #1323
- Added Ahmedabad HF related configs and block number for amoy netwwork by @pratikspatil024 in #1324
Misc
- internal/debug: remove memsize to fix docker by @marcello33 in #1308
- Merge master into develop by @marcello33 in #1309
- build(deps): bump google.golang.org/grpc from 1.64.0 to 1.64.1 by @dependabot in #1293
- Master to develop by @pratikspatil024 in #1315
- README, .github: update discord links by @manav2401 in #1318
Full Changelog: v1.3.7...v1.4.0-beta
v1.3.7
Compared to the last stable release (v1.3.6), this version includes a few bug fixes.
What's Changed
- fix: eth/protocol: bunduled transactions are not broadcasted to the peers by @pratikspatil024 in #1296
Upstream Geth Merge
- p2p/discover: unwrap 4-in-6 UDP source addresses (#29944) by @denniyooi3 in #1292
- p2p/discover: add missing lock when calling tab.handleAddNode (#29960) by @pratikspatil024 in #1295
Misc
- chore: fix some function names by @dufucun in #1257
- README: Update discord link by @0xsajal in #1288
- v1.3.4 Backport master to develop by @pratikspatil024 in #1294
- v1.3.7 by @pratikspatil024 in #1305
New Contributors
- @dufucun made their first contribution in #1257
- @0xsajal made their first contribution in #1288
- @denniyooi3 made their first contribution in #1292
Full Changelog: v1.3.6...v1.3.7
v1.3.6
This release contains an important security fix on top of v1.3.4. It is recommended for everyone to upgrade their nodes to v1.3.6
What's Changed
- v1.3.6 by @pratikspatil024 in #1302
Full Changelog: v1.3.4...v1.3.6
v1.3.5-beta
This release contains some minor bug fixes compared to the last stable release v1.3.4.
What's Changed
- fix: eth/protocol: bunduled transactions are not broadcasted to the peers by @pratikspatil024 in #1296
Upstream Geth Merge
- p2p/discover: unwrap 4-in-6 UDP source addresses (#29944) by @denniyooi3 in #1292
- p2p/discover: add missing lock when calling tab.handleAddNode (#29960) by @pratikspatil024 in #1295
Misc
- chore: fix some function names by @dufucun in #1257
- README: Update discord link by @0xsajal in #1288
- v1.3.4 by @manav2401 in #1291
- v1.3.4 Backport master to develop by @pratikspatil024 in #1294
New Contributors
- @dufucun made their first contribution in #1257
- @0xsajal made their first contribution in #1288
- @denniyooi3 made their first contribution in #1292
Full Changelog: v1.3.4...v1.3.5-beta