Skip to content
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

Merged
merged 10 commits into from
Mar 9, 2024
Merged

bump: revm v7.1.0 #7064

merged 10 commits into from
Mar 9, 2024

Conversation

rakita
Copy link
Collaborator

@rakita rakita commented Mar 8, 2024

No description provided.

logs: result.logs().into_iter().map(Into::into).collect(),
logs: result.logs().iter().cloned().map(Into::into).collect(),
Copy link
Member

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

Copy link
Collaborator Author

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()

@DaniPopes DaniPopes mentioned this pull request Mar 9, 2024
Copy link
Collaborator

@mattsse mattsse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we're back

@mattsse mattsse enabled auto-merge March 9, 2024 00:11
@mattsse mattsse added this pull request to the merge queue Mar 9, 2024
Merged via the queue into main with commit d4ff65b Mar 9, 2024
28 checks passed
@mattsse mattsse deleted the rakita/bump_revm branch March 9, 2024 00:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants