-
Notifications
You must be signed in to change notification settings - Fork 12
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
Error when running debug_traceTransaction on chain fork from Base and Base Sepolia #570
Comments
Hi @PiotrRumblefish. The problem here and in #595 is that the debugged txs are in a block that contains unsupported transaction types. The error message should be better though (I opened #597 for that). The underlying issue is that, to use We are working on having better support for L2s, which will help with issues like this. I don't have an ETA though because it's a big ongoing effort. |
@fvictorio actually for our usecase I think it would be sufficient if an option like |
When trying to run anything on base / base sepolia, I'm getting "Invalid transaction: GasPriceLessThanBasefee" error from https://github.com/NomicFoundation/revm/blob/aceb0939b1712faa0e8f45c1f5621c11b81df94e/crates/primitives/src/env.rs#L333
example:
0xe565eb3bfd815efcc82bed1eef580117f9dc3d6896db42500572c8e789c5edd4
chainId: 84532
way to reproduce: https://github.com/rumblefishdev/edr-issues-570-reproduce
The text was updated successfully, but these errors were encountered: