Skip to content

fix: replay Arbitrum transactions - #15877

Merged
mattsse merged 3 commits into
masterfrom
steven/arbitrum-fee-replay
Jul 26, 2026
Merged

fix: replay Arbitrum transactions#15877
mattsse merged 3 commits into
masterfrom
steven/arbitrum-fee-replay

Conversation

@stevencartavia

Copy link
Copy Markdown
Member

Allows Foundry to replay historical Arbitrum transactions where the priority fee exceeds the maximum fee, matching transactions accepted on-chain. The relaxed validation is limited to historical replay environments and does not affect ordinary local execution.

Closes #10689.

Comment thread crates/evm/core/src/utils.rs
Comment thread crates/forge/tests/cli/test_cmd/mod.rs
Comment thread crates/anvil/src/eth/backend/mem/mod.rs Outdated
Comment thread crates/anvil/src/eth/backend/mem/mod.rs
Comment thread crates/evm/core/src/backend/mod.rs Outdated

@mablr mablr left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mattsse mattsse left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed the latest head; LGTM.

@mattsse
mattsse merged commit 44f64f5 into master Jul 26, 2026
20 checks passed
@mattsse
mattsse deleted the steven/arbitrum-fee-replay branch July 26, 2026 11:34
@github-project-automation github-project-automation Bot moved this to Done in Foundry Jul 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Rolling fork to specific transaction fails with validation error: priority fee is greater than max fee

3 participants