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

feat: bump versions of dependencies including revm to support Shanghai #7

Merged
merged 4 commits into from
Sep 12, 2023
Merged

feat: bump versions of dependencies including revm to support Shanghai #7

merged 4 commits into from
Sep 12, 2023

Conversation

ziyadedher
Copy link
Contributor

@ziyadedher ziyadedher commented Sep 10, 2023

Resolves #6

This upgrade revm and some other dependencies to keep up.

Note: this is potentially a breaking change since we now need to pass in the prevrandao, this is reflected in the type stubs. To make this clear, this PR also bumps pyrevm version from 0.1.0 to 0.2.0.

@ziyadedher ziyadedher changed the title Bump versions chore: bump versions of dependencies including revm Sep 10, 2023
@ziyadedher ziyadedher changed the title chore: bump versions of dependencies including revm feat: bump versions of dependencies including revm to support Shanghai Sep 10, 2023
primitive-types = "0.12"
pyo3 = { version = "0.19", features = ["extension-module"] }
revm = "3"
bytes = "1.5"
foundry-evm = { git = "https://github.com/foundry-rs/foundry" }
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Should we pin foundry-evm too?

Copy link
Member

Choose a reason for hiding this comment

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

lockfile handles this

@gakonst gakonst merged commit 6554e94 into paradigmxyz:master Sep 12, 2023
@ziyadedher ziyadedher deleted the bump-versions branch September 12, 2023 21: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.

pyrevm is on an outdated revm version
2 participants