-
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
bump: revm v7.1.0 #7064
bump: revm v7.1.0 #7064
Conversation
crates/payload/ethereum/src/lib.rs
Outdated
logs: result.logs().into_iter().map(Into::into).collect(), | ||
logs: result.logs().iter().cloned().map(Into::into).collect(), |
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.
nit do we need the clones? maybe doesn't matter perf wise
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.
replaced with into_logs().into_iter()
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're back
No description provided.