-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
chore: bump revm to latest main #4135
Conversation
@@ -495,7 +495,7 @@ pub fn commit_state_changes<DB>( | |||
} | |||
}; | |||
|
|||
cached_account.account_state = if account.storage_cleared { | |||
cached_account.account_state = if account.is_created() { |
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.
is this right?
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.
Went off of these here https://github.com/bluealloy/revm/pull/477/files#diff-1038cfcfe4447ae4de4b2108579796fe5a74475846a8581378b5e770556d628cR191
(newly_created
was renamed to created
)
Codecov Report
... and 12 files with indirect coverage changes
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Closing as duplicate of #3512 |
Required for Alloy migration, see #3939, bluealloy/revm#535