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: up revm #4

Merged
merged 4 commits into from
Apr 30, 2024
Merged

feat: up revm #4

merged 4 commits into from
Apr 30, 2024

Conversation

jxom
Copy link
Member

@jxom jxom commented Apr 29, 2024

Bumping revm to include the latest spec changes. Notably:

Also updating README to point to the new repo: https://github.com/anton-rs/3074-invokers (the old eip-3074-foundry repo was transferred there). That repo is also pointing to the updated revm branch.

Comment on lines -187 to +190
+revm = { git = "https://github.com/clabby/revm", branch = "cl/eip-3074" }
+revm-interpreter = { git = "https://github.com/clabby/revm", branch = "cl/eip-3074" }
+revm-precompile = { git = "https://github.com/clabby/revm", branch = "cl/eip-3074" }
+revm-primitives = { git = "https://github.com/clabby/revm", branch = "cl/eip-3074" }

+revm = { git = "https://github.com/wevm/revm", branch = "jxom/eip-3074" }
+revm-interpreter = { git = "https://github.com/wevm/revm", branch = "jxom/eip-3074" }
+revm-precompile = { git = "https://github.com/wevm/revm", branch = "jxom/eip-3074" }
+revm-primitives = { git = "https://github.com/wevm/revm", branch = "jxom/eip-3074" }
Copy link
Member

Choose a reason for hiding this comment

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

@gakonst gakonst merged commit 6e8f0a2 into paradigmxyz:main Apr 30, 2024
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.

2 participants