common: fix block numbers for EIP-1559 and cancun#2020
common: fix block numbers for EIP-1559 and cancun#2020gzliudan merged 1 commit intoXinFinOrg:dev-upgradefrom
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the
✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
This PR updates the mainnet constants to set activation block numbers for EIP-1559 and Cancun hard fork upgrades, replacing the previous placeholder values of math.MaxInt64 (which effectively disabled these features) with specific block numbers targeting January 28th, 2026.
Changes:
- Set EIP-1559 activation to block 98800200 (Target: Jan 28, 2026)
- Set Cancun upgrade activation to block 98802000 (Target: Jan 28, 2026)
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Proposed changes
fix block numbers for EIP-1559 and cancun
Types of changes
What types of changes does your code introduce to XDC network?
Put an
✅in the boxes that applyImpacted Components
Which part of the codebase this PR will touch base on,
Put an
✅in the boxes that applyChecklist
Put an
✅in the boxes once you have confirmed below actions (or provide reasons on not doing so) that