Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

chore: bump alloy, reth, revm, and eip3074-instructions #88

Merged
merged 6 commits into from
Jul 18, 2024

Conversation

emostov
Copy link
Contributor

@emostov emostov commented Jul 17, 2024

relies on paradigmxyz/eip3074-instructions#2

TODO

@emostov emostov requested review from fgimenez and Rjected as code owners July 17, 2024 20:09
@emostov
Copy link
Contributor Author

emostov commented Jul 17, 2024

I think this supersedes #84

Copy link
Contributor

@mattsse mattsse left a comment

Choose a reason for hiding this comment

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

tysm for this, this has been on my list for a bit -.-

Cargo.toml Outdated
Comment on lines 60 to 68
reth = { git = "https://github.com/paradigmxyz/reth.git", rev = "539b4e4", features = ["optimism"] }
reth-chainspec = { git = "https://github.com/paradigmxyz/reth.git", rev = "539b4e4" }
reth-cli-util = { git = "https://github.com/paradigmxyz/reth.git", rev = "539b4e4" }
reth-node-api = { git = "https://github.com/paradigmxyz/reth.git", rev = "539b4e4" }
reth-node-builder = { git = "https://github.com/paradigmxyz/reth.git", rev = "539b4e4" }
reth-node-core = { git = "https://github.com/paradigmxyz/reth.git", rev = "539b4e4" }
reth-node-optimism = { git = "https://github.com/paradigmxyz/reth.git", rev = "539b4e4" }
reth-primitives = { git = "https://github.com/paradigmxyz/reth.git", rev = "539b4e4" }
reth-tracing = { git = "https://github.com/paradigmxyz/reth.git", rev = "539b4e4" }
Copy link
Contributor

Choose a reason for hiding this comment

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

lets start using tags "v1.0.2"

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Cargo.toml Outdated

# misc
clap = "4"
eyre = "0.6.12"
tracing = "0.1.0"
eip3074-instructions = { git = "https://github.com/paradigmxyz/eip3074-instructions.git", rev = "a9022e4" }
eip3074-instructions = { git = "https://github.com/emostov/eip3074-instructions.git", branch = "bump-revm" }
Copy link
Contributor

Choose a reason for hiding this comment

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

could you perhaps also bump the eip3074 instructions repo?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

actually looks like i need to bump msrv here and in eip3074 prs

@emostov emostov requested a review from mattsse July 17, 2024 21:04
Copy link
Contributor

@mattsse mattsse left a comment

Choose a reason for hiding this comment

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

amazing!

@mattsse mattsse merged commit 9419176 into paradigmxyz:main Jul 18, 2024
13 checks passed
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.

2 participants