-
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
evm: add unit tests for ConfigureEvm
trait
#10230
Conversation
crates/ethereum/evm/Cargo.toml
Outdated
@@ -38,3 +38,4 @@ serde_json.workspace = true | |||
[features] | |||
default = ["std"] | |||
std = [] | |||
optimism = [] |
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.
this crate is ethereum specific, I want to avoid optimism feature here entirely
could we move the op tests to the op crate?
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.
Now should be ok, let me know
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.
cool, very simple but important
To try to avoid scenarios like the one mentioned in #10210, unit tests have started to be added for the
ConfigureEvm
trait for Eth configuration. Follow up PRs will cover: