fix(anvil): rewind Monad rollback profile - #16154
Open
haythemsellami wants to merge 1 commit into
Open
Conversation
Contributor
✅ Changelog foundThe deterministic check will validate the changed entry. |
haythemsellami
changed the base branch from
master
to
mablr/anvil-node-info-lifecycle
August 12, 2026 09:28
haythemsellami
marked this pull request as ready for review
August 12, 2026 09:55
haythemsellami
requested review from
0xrusowsky,
DaniPopes,
figtracer,
grandizzy,
mablr,
mattsse and
stevencartavia
as code owners
August 12, 2026 09:55
Preserve rollback protocol state and serialize rewind transitions so direct and RPC callers observe a consistent chain. Stabilize endpoint identity tests for context-equivalent replacement endpoints.
mablr
force-pushed
the
agent/fix-anvil-monad-rollback
branch
from
August 13, 2026 09:39
08177fb to
1bbb7d7
Compare
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.
Fixes #16144.
This restores Monad's inferred execution profile when
anvil_rollbackoranvil_reorgremoves a transaction-hash replay block. The retained block now determines the hardfork/spec, fee and blob rules, and coherent next-block fee state, while explicit hardfork overrides remain fixed. Transaction-hash forks can also resolve their remote parent header as a rollback ancestor, and chain rewinds publish under the lifecycle write lock.This is stacked on #16151 so the fork endpoint identity remains immutable while the current fork hardfork follows the canonical head. It also scopes the new #16151 test guards so Clippy does not consider them live across reset awaits and pins the replacement-endpoint test's genesis timestamp so its fork-block hash is deterministic.