-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
fix: enable revm/blst
#8965
fix: enable revm/blst
#8965
Conversation
6833c2f
to
bc37168
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we currently enable all the revm features in the crates, I think we should be consistent and also do this for anvil and the evm crate instead because this only really matters there?
ref revm = {
wdyt @DaniPopes
Yeah I'd prefer that, foundry-evm should be enough |
moved to evm-core as this is where we create EVM and configure the spec |
error unrelated |
Motivation
we need this feature to enable BLS precompiles for prague and alphanet spec
Solution