docs(node): add Rex5 to validator hardfork schedule and hooks#55
Merged
Conversation
| - **MiniRex** — deploy the oracle contract and the high-precision timestamp oracle contract. | ||
| - **Rex2** — deploy the keyless-deploy contract. | ||
| - **Rex4** — deploy the access-control contract and the `MegaLimitControl` contract. | ||
| - **Rex5** — deploy the `SequencerRegistry` contract (`0x6342000000000000000000000000000000000006`) and upgrade the oracle to its dynamic-authority version. When a scheduled system-address or sequencer change is due, an additional pre-block system call to `applyPendingChanges()` is executed. |
Contributor
There was a problem hiding this comment.
Two sentences on one line — violates the project's "one sentence, one line" rule (CLAUDE.md). Every other bullet in this list is a single sentence. Split the second sentence onto a continuation line:
Suggested change
| - **Rex5** — deploy the `SequencerRegistry` contract (`0x6342000000000000000000000000000000000006`) and upgrade the oracle to its dynamic-authority version. When a scheduled system-address or sequencer change is due, an additional pre-block system call to `applyPendingChanges()` is executed. | |
| - **Rex5** — deploy the `SequencerRegistry` contract (`0x6342000000000000000000000000000000000006`) and upgrade the oracle to its dynamic-authority version. | |
| When a scheduled system-address or sequencer change is due, an additional pre-block system call to `applyPendingChanges()` is executed. |
Contributor
|
Changes look correct and complete.
LGTM. |
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
The validator architecture guide was missing the Rex5 hardfork. This page is meant to track the full MegaETH hardfork schedule and the per-fork pre-execution system-contract hooks, but stopped at Rex4. This brings it up to date now that Rex5 is the active spec.
Rex5to the MegaETH hardfork schedule list (docs/node/validator-architecture.md).Rex5entry to the pre-execution system-contract hook list: deployment of theSequencerRegistrycontract (0x6342000000000000000000000000000000000006), the dynamic-authority oracle upgrade, and the additional pre-blockapplyPendingChanges()system call that runs when a scheduled system-address/sequencer change is due.Sibling pages (
docs/dev/execution/overview.md,docs/dev/execution/system-contracts.md) already cover Rex5 and theSequencerRegistrycontract; this aligns the validator page with them.Test plan
mise run lint(lychee link check, markdownlint, prettier--check) — formatting re-aligned the edited Markdown table to satisfy prettier.This PR was generated by an automated agent.