Skip to content

fix: replay Arbitrum transactions#15877

Open
stevencartavia wants to merge 3 commits into
masterfrom
steven/arbitrum-fee-replay
Open

fix: replay Arbitrum transactions#15877
stevencartavia wants to merge 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: No status

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

2 participants