-
Notifications
You must be signed in to change notification settings - Fork 32
chore: bump alloy, reth, revm, and eip3074-instructions #88
Conversation
I think this supersedes #84 |
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.
tysm for this, this has been on my list for a bit -.-
Cargo.toml
Outdated
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" } |
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.
lets start using tags "v1.0.2"
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.
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" } |
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.
could you perhaps also bump the eip3074 instructions repo?
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.
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.
actually looks like i need to bump msrv here and in eip3074 prs
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.
amazing!
relies on paradigmxyz/eip3074-instructions#2
TODO
is merged