This release schedules the Bhilai Hard Fork for Amoy.
The Bhilai Hard Fork on Amoy is scheduled for block number 22765056. Which is expected to hit at Jun-11-2025 10 AM UTC (3:30 pm IST). Make sure to update all your Amoy nodes before this time.
Note: If you are updating to v2.1.x
for the first time, make sure to check out the release notes of v2.1.0-beta.
⚠️ Validator Configuration Update (Mandatory)
All validators are required to check their config.toml file.
If the gaslimit
field under the [miner]
section is uncommented, it must be updated to 45000000 (45M) to support PIP-60.
[miner]
gaslimit = 45000000
What's Changed
On top of v2.1.0-beta
this release contains the following changes.
- fix(consensus, span): avoid duplicate span commit for spanId 1 by @kamuikatsurgi in #1559
- Fix localEndBlock nil check by @lucca30 in #1562
- Added Bhilai (and Prague) block for Amoy by @pratikspatil024 in #1564
Full Changelog: v2.1.0-beta...v2.1.0-beta4