-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
feat: move calculate_intrinsic_gas_after_merge to tx pool #8914
Conversation
revm is not used in reth-primitives now, so giving a warning of unused crates but some features use it as a dep and removing revm from features seems to break some things. used allow for now to pass ci. |
What's breaking ? Ideally we want to remove revm from here, is it maybe usage in tests? |
I tried to do it in 82b569d. Checkout its CI failures. By mistake closed the PR. sorry for that. |
Oh, I think you just need to propagate the optimism feature to revm-primitives instead of revm reth/crates/primitives/Cargo.toml Lines 112 to 117 in c008a1f
|
Got a different error now. |
mark it as optional, and then use |
still giving me a warning that revm is an unused crate, i tried this earlier too. |
Closes #8899