Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into alexey/node-config-da…
Browse files Browse the repository at this point in the history
…tadir
  • Loading branch information
shekhirin committed Jun 4, 2024
2 parents 4ad109b + a1d7b87 commit 14fab24
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 79 deletions.
118 changes: 59 additions & 59 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 14 additions & 14 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ reth-trie-parallel = { path = "crates/trie/parallel" }
# revm
revm = { version = "9.0.0", features = [ "std", "secp256k1", "blst", ], default-features = false }
revm-primitives = { version = "4.0.0", features = [ "std", ], default-features = false }
revm-inspectors = { git = "https://github.com/paradigmxyz/evm-inspectors", rev = "2b6fff1" }
revm-inspectors = { git = "https://github.com/paradigmxyz/evm-inspectors", rev = "421f9e4" }

# eth
alloy-chains = "0.1.15"
Expand All @@ -325,21 +325,21 @@ alloy-dyn-abi = "0.7.2"
alloy-sol-types = "0.7.2"
alloy-rlp = "0.3.4"
alloy-trie = "0.4"
alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "61140ec" }
alloy-rpc-types-anvil = { git = "https://github.com/alloy-rs/alloy", rev = "61140ec" }
alloy-rpc-types-trace = { git = "https://github.com/alloy-rs/alloy", rev = "61140ec" }
alloy-rpc-types-engine = { git = "https://github.com/alloy-rs/alloy", rev = "61140ec" }
alloy-rpc-types-beacon = { git = "https://github.com/alloy-rs/alloy", rev = "61140ec" }
alloy-genesis = { git = "https://github.com/alloy-rs/alloy", rev = "61140ec" }
alloy-node-bindings = { git = "https://github.com/alloy-rs/alloy", rev = "61140ec" }
alloy-provider = { git = "https://github.com/alloy-rs/alloy", rev = "61140ec", default-features = false, features = [
alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "5796024" }
alloy-rpc-types-anvil = { git = "https://github.com/alloy-rs/alloy", rev = "5796024" }
alloy-rpc-types-trace = { git = "https://github.com/alloy-rs/alloy", rev = "5796024" }
alloy-rpc-types-engine = { git = "https://github.com/alloy-rs/alloy", rev = "5796024" }
alloy-rpc-types-beacon = { git = "https://github.com/alloy-rs/alloy", rev = "5796024" }
alloy-genesis = { git = "https://github.com/alloy-rs/alloy", rev = "5796024" }
alloy-node-bindings = { git = "https://github.com/alloy-rs/alloy", rev = "5796024" }
alloy-provider = { git = "https://github.com/alloy-rs/alloy", rev = "5796024", default-features = false, features = [
"reqwest",
] }
alloy-eips = { git = "https://github.com/alloy-rs/alloy", default-features = false, rev = "61140ec" }
alloy-signer = { git = "https://github.com/alloy-rs/alloy", rev = "61140ec" }
alloy-signer-wallet = { git = "https://github.com/alloy-rs/alloy", rev = "61140ec" }
alloy-network = { git = "https://github.com/alloy-rs/alloy", rev = "61140ec" }
alloy-consensus = { git = "https://github.com/alloy-rs/alloy", rev = "61140ec" }
alloy-eips = { git = "https://github.com/alloy-rs/alloy", default-features = false, rev = "5796024" }
alloy-signer = { git = "https://github.com/alloy-rs/alloy", rev = "5796024" }
alloy-signer-wallet = { git = "https://github.com/alloy-rs/alloy", rev = "5796024" }
alloy-network = { git = "https://github.com/alloy-rs/alloy", rev = "5796024" }
alloy-consensus = { git = "https://github.com/alloy-rs/alloy", rev = "5796024" }

# misc
auto_impl = "1"
Expand Down
Loading

0 comments on commit 14fab24

Please sign in to comment.