-
Notifications
You must be signed in to change notification settings - Fork 8
feat(deps): bump revm #114
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
base: main
Are you sure you want to change the base?
Conversation
Bumps to 26.0.1, with the necessary version bump
this appears to have changes that arent strictly a version bump |
@@ -87,7 +87,6 @@ estimate_gas = ["optional_eip3607", "optional_no_base_fee", "dep:tracing"] | |||
test-utils = ["revm/std", "revm/serde-json", "revm/alloydb"] | |||
|
|||
secp256k1 = ["revm/secp256k1"] | |||
secp256r1 = ["revm/secp256r1"] |
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.
was this revm feature removed?
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.
it was removed as a feature and it's now included by default—but only activated on the Osaka
spec onwards. means we need to enable it/inject it ourselves wherever else we actually want to use the Opcode
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.
on guidance from @bluealloy that equality will stay broken for a few weeks, let's re-write the tests and make a note |
Bumps to 26.0.1, with the necessary version bump