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

build: bump revm to commit aceb093 #428

Merged
merged 4 commits into from
May 8, 2024
Merged

build: bump revm to commit aceb093 #428

merged 4 commits into from
May 8, 2024

Conversation

Wodann
Copy link
Member

@Wodann Wodann commented May 1, 2024

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

@Wodann Wodann requested review from fvictorio and agostbiro May 1, 2024 18:23
@Wodann Wodann self-assigned this May 1, 2024
Copy link

changeset-bot bot commented May 1, 2024

🦋 Changeset detected

Latest commit: c112f1b

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@nomicfoundation/edr Patch

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

@Wodann Wodann linked an issue May 1, 2024 that may be closed by this pull request
@@ -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 => {
Copy link
Member Author

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
Copy link
Member Author

@Wodann Wodann May 1, 2024

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.

@fvictorio
Copy link
Member

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

Yes, let's wait 👍

@Wodann Wodann temporarily deployed to github-action-benchmark May 7, 2024 21:17 — with GitHub Actions Inactive
@Wodann Wodann merged commit b03c944 into main May 8, 2024
32 checks passed
@Wodann Wodann deleted the build/bump-revm branch May 8, 2024 15:31
@Wodann Wodann added this to the EDR v0.3.8 milestone May 21, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 26, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move REVM fork under the NomicFoundation org
3 participants