-
Notifications
You must be signed in to change notification settings - Fork 16
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
build: bump revm to commit aceb093 #428
Conversation
🦋 Changeset detectedLatest commit: c112f1b The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
@@ -14,7 +14,7 @@ fn bomb_delay(spec_id: SpecId) -> u64 { | |||
// SpecId::LONDON => 9500000, // EIP-3554 | |||
SpecId::ARROW_GLACIER => 10700000, | |||
SpecId::GRAY_GLACIER => 11400000, | |||
SpecId::MERGE | SpecId::SHANGHAI | SpecId::CANCUN | SpecId::LATEST => { |
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.
Prague was added to the SpecId
. Given that rewards were removed post-Merge, there is no point not using the wildcard here (and below)
@@ -145,6 +145,9 @@ impl From<ExecutableTransaction> for TxEnv { | |||
access_list: Vec::new(), | |||
blob_hashes: Vec::new(), | |||
max_fee_per_blob_gas: None, | |||
// https://github.com/NomicFoundation/edr/issues/427 |
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 is a potential prague feature, which we don't support yet.
Yes, let's wait 👍 |
I'm okay waiting to merge this until after benchmarks are re-enabled. I'm curious to see whether performance is at all affected by changes in
revm