Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

running tx on base result with Transaction(GasPriceLessThanBaseFee) error #5987

Closed
2 tasks done
wooong210 opened this issue Oct 5, 2023 · 1 comment · Fixed by #5991
Closed
2 tasks done

running tx on base result with Transaction(GasPriceLessThanBaseFee) error #5987

wooong210 opened this issue Oct 5, 2023 · 1 comment · Fixed by #5991
Labels
T-bug Type: bug

Comments

@wooong210
Copy link

Component

Cast

Have you ensured that all of these are up to date?

  • Foundry
  • Foundryup

What version of Foundry are you on?

forge 0.2.0 (2fc85cb 2023-10-05T00:18:04.223871000Z)

What command(s) is the bug in?

cast run

Operating System

macOS (Apple Silicon)

Describe the bug

cast run 0x21563663043751acd37ae493a3346cba400e23e5e85f617b70898bb2aef8dd8c --rpc-url "https://mainnet.base.org"

Executing previous transactions from the block.
Error:
Failed to execute transaction: 0x14124145d321a660c7bc360fb00fe8513c61eb0fb53be6203d77ec310ebf48d2

Context:
- backend: failed while inspecting: Transaction(GasPriceLessThanBasefee)

Related Issue & PR: #5122, #5226

Like arbitrum, base chain has a fixed first transaction that is made from/to specific special addresses. It has gas price 0 which violates the base fee checks in revm.

@mattsse
Copy link
Member

mattsse commented Oct 5, 2023

thanks for flagging,

we're currently not able to trace OP system transaction but we should be able to add support for it now, I'll open an issue for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-bug Type: bug
Projects
Archived in project
2 participants