feat: Add Rex hardfork support - #50
Merged
Merged
Conversation
yilongli
approved these changes
Dec 3, 2025
flyq
force-pushed
the
liquan/support_rex_spec
branch
from
December 4, 2025 03:25
f74eda4 to
bb22ad0
Compare
flyq
force-pushed
the
liquan/support_rex_spec
branch
from
December 4, 2025 06:06
9abbe31 to
cc18dca
Compare
Troublor
approved these changes
Dec 4, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR introduces support for the Rex hardfork (the second MegaETH hardfork) in the stateless validator and updates the test data to reflect the new chain configuration.
Changes
Rex Hardfork Implementation (
validator-core/src/chain_spec.rs)Rexvariant to theMegaethHardforkenumis_rex_active_at_timestamp()method in theMegaethHardforkstraitrex_timefield toMegaethGenesisHardforksfor genesis configurationspec_id_at_timestamp()to returnSpecId::REXwhen the Rex hardfork is activeMEGA_MAINNET_HARDFORKSstatic config to include Rex hardfork (activated at timestamp 0)Debugderive toChainSpecstruct for improved debuggingTest Data Updates
genesis/genesis-6342.jsonwith Rex hardfork configuration.mptand.salt) for the new test blockstest_data/contracts.txtwith new contract code hashHardfork Priority
The hardfork activation now follows this priority order:
SpecId::REXSpecId::MINI_REXSpecId::EQUIVALENCE