From 4423f220a78b266012a7faa24dcd9477dc37a08f Mon Sep 17 00:00:00 2001 From: Alex Stokes Date: Tue, 14 May 2024 12:51:02 +0300 Subject: [PATCH] set correct deps for this reth branch --- Cargo.lock | 150 ++++++++++++++++++++++++++--------------------------- Cargo.toml | 17 ++++++ 2 files changed, 90 insertions(+), 77 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7a2fe44b..acf5f87a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4114,7 +4114,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19" dependencies = [ "cfg-if", - "windows-targets 0.52.5", + "windows-targets 0.48.5", ] [[package]] @@ -4972,7 +4972,7 @@ version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "681030a937600a36906c185595136d26abfebb4aa9c65701cefcaf8578bb982b" dependencies = [ - "proc-macro-crate 3.1.0", + "proc-macro-crate 1.1.3", "proc-macro2", "quote", "syn 2.0.63", @@ -5888,7 +5888,7 @@ dependencies = [ [[package]] name = "reth" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#f5ce27722bd23418e138c93a5e3500921d3fdeae" +source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#6ffe739bb5017046abaefbea5255f58619eec450" dependencies = [ "ahash", "alloy-rlp", @@ -5962,7 +5962,7 @@ dependencies = [ [[package]] name = "reth-auto-seal-consensus" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#f5ce27722bd23418e138c93a5e3500921d3fdeae" +source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#6ffe739bb5017046abaefbea5255f58619eec450" dependencies = [ "futures-util", "reth-beacon-consensus", @@ -5985,7 +5985,7 @@ dependencies = [ [[package]] name = "reth-basic-payload-builder" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#f5ce27722bd23418e138c93a5e3500921d3fdeae" +source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#6ffe739bb5017046abaefbea5255f58619eec450" dependencies = [ "alloy-rlp", "futures-core", @@ -6008,7 +6008,7 @@ dependencies = [ [[package]] name = "reth-beacon-consensus" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#f5ce27722bd23418e138c93a5e3500921d3fdeae" +source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#6ffe739bb5017046abaefbea5255f58619eec450" dependencies = [ "futures", "metrics", @@ -6037,7 +6037,7 @@ dependencies = [ [[package]] name = "reth-blockchain-tree" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#f5ce27722bd23418e138c93a5e3500921d3fdeae" +source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#6ffe739bb5017046abaefbea5255f58619eec450" dependencies = [ "aquamarine", "linked_hash_set", @@ -6062,7 +6062,7 @@ dependencies = [ [[package]] name = "reth-cli-runner" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#f5ce27722bd23418e138c93a5e3500921d3fdeae" +source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#6ffe739bb5017046abaefbea5255f58619eec450" dependencies = [ "reth-tasks", "tokio", @@ -6072,7 +6072,7 @@ dependencies = [ [[package]] name = "reth-codecs" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#f5ce27722bd23418e138c93a5e3500921d3fdeae" +source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#6ffe739bb5017046abaefbea5255f58619eec450" dependencies = [ "alloy-consensus", "alloy-eips", @@ -6087,7 +6087,7 @@ dependencies = [ [[package]] name = "reth-codecs-derive" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#f5ce27722bd23418e138c93a5e3500921d3fdeae" +source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#6ffe739bb5017046abaefbea5255f58619eec450" dependencies = [ "convert_case 0.6.0", "proc-macro2", @@ -6098,7 +6098,7 @@ dependencies = [ [[package]] name = "reth-config" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#f5ce27722bd23418e138c93a5e3500921d3fdeae" +source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#6ffe739bb5017046abaefbea5255f58619eec450" dependencies = [ "confy", "humantime-serde", @@ -6113,7 +6113,7 @@ dependencies = [ [[package]] name = "reth-consensus" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#f5ce27722bd23418e138c93a5e3500921d3fdeae" +source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#6ffe739bb5017046abaefbea5255f58619eec450" dependencies = [ "auto_impl", "reth-primitives", @@ -6123,7 +6123,7 @@ dependencies = [ [[package]] name = "reth-consensus-common" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#f5ce27722bd23418e138c93a5e3500921d3fdeae" +source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#6ffe739bb5017046abaefbea5255f58619eec450" dependencies = [ "reth-consensus", "reth-interfaces", @@ -6134,7 +6134,7 @@ dependencies = [ [[package]] name = "reth-db" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#f5ce27722bd23418e138c93a5e3500921d3fdeae" +source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#6ffe739bb5017046abaefbea5255f58619eec450" dependencies = [ "arbitrary", "bytes", @@ -6165,7 +6165,7 @@ dependencies = [ [[package]] name = "reth-discv4" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#f5ce27722bd23418e138c93a5e3500921d3fdeae" +source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#6ffe739bb5017046abaefbea5255f58619eec450" dependencies = [ "alloy-rlp", "discv5", @@ -6187,7 +6187,7 @@ dependencies = [ [[package]] name = "reth-discv5" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#f5ce27722bd23418e138c93a5e3500921d3fdeae" +source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#6ffe739bb5017046abaefbea5255f58619eec450" dependencies = [ "alloy-rlp", "derive_more", @@ -6211,7 +6211,7 @@ dependencies = [ [[package]] name = "reth-dns-discovery" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#f5ce27722bd23418e138c93a5e3500921d3fdeae" +source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#6ffe739bb5017046abaefbea5255f58619eec450" dependencies = [ "data-encoding", "enr 0.12.0", @@ -6234,7 +6234,7 @@ dependencies = [ [[package]] name = "reth-downloaders" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#f5ce27722bd23418e138c93a5e3500921d3fdeae" +source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#6ffe739bb5017046abaefbea5255f58619eec450" dependencies = [ "alloy-rlp", "futures", @@ -6261,7 +6261,7 @@ dependencies = [ [[package]] name = "reth-ecies" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#f5ce27722bd23418e138c93a5e3500921d3fdeae" +source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#6ffe739bb5017046abaefbea5255f58619eec450" dependencies = [ "aes 0.8.4", "alloy-rlp", @@ -6294,7 +6294,7 @@ dependencies = [ [[package]] name = "reth-engine-primitives" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#f5ce27722bd23418e138c93a5e3500921d3fdeae" +source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#6ffe739bb5017046abaefbea5255f58619eec450" dependencies = [ "reth-primitives", "reth-rpc-types", @@ -6305,7 +6305,7 @@ dependencies = [ [[package]] name = "reth-eth-wire" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#f5ce27722bd23418e138c93a5e3500921d3fdeae" +source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#6ffe739bb5017046abaefbea5255f58619eec450" dependencies = [ "alloy-rlp", "bytes", @@ -6332,7 +6332,7 @@ dependencies = [ [[package]] name = "reth-eth-wire-types" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#f5ce27722bd23418e138c93a5e3500921d3fdeae" +source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#6ffe739bb5017046abaefbea5255f58619eec450" dependencies = [ "alloy-rlp", "bytes", @@ -6346,7 +6346,7 @@ dependencies = [ [[package]] name = "reth-ethereum-consensus" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#f5ce27722bd23418e138c93a5e3500921d3fdeae" +source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#6ffe739bb5017046abaefbea5255f58619eec450" dependencies = [ "reth-consensus", "reth-consensus-common", @@ -6356,7 +6356,7 @@ dependencies = [ [[package]] name = "reth-ethereum-engine-primitives" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#f5ce27722bd23418e138c93a5e3500921d3fdeae" +source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#6ffe739bb5017046abaefbea5255f58619eec450" dependencies = [ "alloy-rlp", "reth-engine-primitives", @@ -6371,7 +6371,7 @@ dependencies = [ [[package]] name = "reth-ethereum-forks" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#f5ce27722bd23418e138c93a5e3500921d3fdeae" +source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#6ffe739bb5017046abaefbea5255f58619eec450" dependencies = [ "alloy-chains", "alloy-primitives", @@ -6387,7 +6387,7 @@ dependencies = [ [[package]] name = "reth-ethereum-payload-builder" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#f5ce27722bd23418e138c93a5e3500921d3fdeae" +source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#6ffe739bb5017046abaefbea5255f58619eec450" dependencies = [ "reth-basic-payload-builder", "reth-evm", @@ -6405,7 +6405,7 @@ dependencies = [ [[package]] name = "reth-etl" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#f5ce27722bd23418e138c93a5e3500921d3fdeae" +source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#6ffe739bb5017046abaefbea5255f58619eec450" dependencies = [ "rayon", "reth-db", @@ -6415,7 +6415,7 @@ dependencies = [ [[package]] name = "reth-evm" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#f5ce27722bd23418e138c93a5e3500921d3fdeae" +source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#6ffe739bb5017046abaefbea5255f58619eec450" dependencies = [ "alloy-consensus", "futures-util", @@ -6428,7 +6428,7 @@ dependencies = [ [[package]] name = "reth-evm-ethereum" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#f5ce27722bd23418e138c93a5e3500921d3fdeae" +source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#6ffe739bb5017046abaefbea5255f58619eec450" dependencies = [ "alloy-consensus", "alloy-eips", @@ -6448,7 +6448,7 @@ dependencies = [ [[package]] name = "reth-exex" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#f5ce27722bd23418e138c93a5e3500921d3fdeae" +source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#6ffe739bb5017046abaefbea5255f58619eec450" dependencies = [ "eyre", "metrics", @@ -6469,7 +6469,7 @@ dependencies = [ [[package]] name = "reth-interfaces" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#f5ce27722bd23418e138c93a5e3500921d3fdeae" +source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#6ffe739bb5017046abaefbea5255f58619eec450" dependencies = [ "auto_impl", "clap", @@ -6487,7 +6487,7 @@ dependencies = [ [[package]] name = "reth-ipc" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#f5ce27722bd23418e138c93a5e3500921d3fdeae" +source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#6ffe739bb5017046abaefbea5255f58619eec450" dependencies = [ "async-trait", "bytes", @@ -6508,7 +6508,7 @@ dependencies = [ [[package]] name = "reth-libmdbx" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#f5ce27722bd23418e138c93a5e3500921d3fdeae" +source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#6ffe739bb5017046abaefbea5255f58619eec450" dependencies = [ "bitflags 2.5.0", "byteorder", @@ -6526,7 +6526,7 @@ dependencies = [ [[package]] name = "reth-mdbx-sys" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#f5ce27722bd23418e138c93a5e3500921d3fdeae" +source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#6ffe739bb5017046abaefbea5255f58619eec450" dependencies = [ "bindgen", "cc", @@ -6536,7 +6536,7 @@ dependencies = [ [[package]] name = "reth-metrics" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#f5ce27722bd23418e138c93a5e3500921d3fdeae" +source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#6ffe739bb5017046abaefbea5255f58619eec450" dependencies = [ "futures", "metrics", @@ -6548,7 +6548,7 @@ dependencies = [ [[package]] name = "reth-metrics-derive" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#f5ce27722bd23418e138c93a5e3500921d3fdeae" +source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#6ffe739bb5017046abaefbea5255f58619eec450" dependencies = [ "once_cell", "proc-macro2", @@ -6560,7 +6560,7 @@ dependencies = [ [[package]] name = "reth-net-common" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#f5ce27722bd23418e138c93a5e3500921d3fdeae" +source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#6ffe739bb5017046abaefbea5255f58619eec450" dependencies = [ "pin-project", "reth-network-types", @@ -6570,7 +6570,7 @@ dependencies = [ [[package]] name = "reth-net-nat" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#f5ce27722bd23418e138c93a5e3500921d3fdeae" +source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#6ffe739bb5017046abaefbea5255f58619eec450" dependencies = [ "igd-next", "pin-project-lite", @@ -6584,7 +6584,7 @@ dependencies = [ [[package]] name = "reth-network" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#f5ce27722bd23418e138c93a5e3500921d3fdeae" +source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#6ffe739bb5017046abaefbea5255f58619eec450" dependencies = [ "alloy-rlp", "aquamarine", @@ -6634,7 +6634,7 @@ dependencies = [ [[package]] name = "reth-network-api" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#f5ce27722bd23418e138c93a5e3500921d3fdeae" +source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#6ffe739bb5017046abaefbea5255f58619eec450" dependencies = [ "enr 0.12.0", "reth-discv4", @@ -6650,7 +6650,7 @@ dependencies = [ [[package]] name = "reth-network-types" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#f5ce27722bd23418e138c93a5e3500921d3fdeae" +source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#6ffe739bb5017046abaefbea5255f58619eec450" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -6664,7 +6664,7 @@ dependencies = [ [[package]] name = "reth-nippy-jar" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#f5ce27722bd23418e138c93a5e3500921d3fdeae" +source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#6ffe739bb5017046abaefbea5255f58619eec450" dependencies = [ "anyhow", "bincode", @@ -6684,7 +6684,7 @@ dependencies = [ [[package]] name = "reth-node-api" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#f5ce27722bd23418e138c93a5e3500921d3fdeae" +source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#6ffe739bb5017046abaefbea5255f58619eec450" dependencies = [ "reth-db", "reth-engine-primitives", @@ -6699,7 +6699,7 @@ dependencies = [ [[package]] name = "reth-node-builder" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#f5ce27722bd23418e138c93a5e3500921d3fdeae" +source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#6ffe739bb5017046abaefbea5255f58619eec450" dependencies = [ "aquamarine", "confy", @@ -6740,7 +6740,7 @@ dependencies = [ [[package]] name = "reth-node-core" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#f5ce27722bd23418e138c93a5e3500921d3fdeae" +source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#6ffe739bb5017046abaefbea5255f58619eec450" dependencies = [ "clap", "const-str", @@ -6802,7 +6802,7 @@ dependencies = [ [[package]] name = "reth-node-ethereum" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#f5ce27722bd23418e138c93a5e3500921d3fdeae" +source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#6ffe739bb5017046abaefbea5255f58619eec450" dependencies = [ "eyre", "reth-basic-payload-builder", @@ -6820,7 +6820,7 @@ dependencies = [ [[package]] name = "reth-node-events" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#f5ce27722bd23418e138c93a5e3500921d3fdeae" +source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#6ffe739bb5017046abaefbea5255f58619eec450" dependencies = [ "futures", "humantime", @@ -6842,7 +6842,7 @@ dependencies = [ [[package]] name = "reth-payload-builder" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#f5ce27722bd23418e138c93a5e3500921d3fdeae" +source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#6ffe739bb5017046abaefbea5255f58619eec450" dependencies = [ "futures-util", "metrics", @@ -6863,7 +6863,7 @@ dependencies = [ [[package]] name = "reth-payload-validator" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#f5ce27722bd23418e138c93a5e3500921d3fdeae" +source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#6ffe739bb5017046abaefbea5255f58619eec450" dependencies = [ "reth-primitives", "reth-rpc-types", @@ -6873,7 +6873,7 @@ dependencies = [ [[package]] name = "reth-primitives" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#f5ce27722bd23418e138c93a5e3500921d3fdeae" +source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#6ffe739bb5017046abaefbea5255f58619eec450" dependencies = [ "alloy-chains", "alloy-consensus", @@ -6913,7 +6913,7 @@ dependencies = [ [[package]] name = "reth-provider" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#f5ce27722bd23418e138c93a5e3500921d3fdeae" +source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#6ffe739bb5017046abaefbea5255f58619eec450" dependencies = [ "alloy-rlp", "alloy-rpc-types-engine", @@ -6942,7 +6942,7 @@ dependencies = [ [[package]] name = "reth-prune" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#f5ce27722bd23418e138c93a5e3500921d3fdeae" +source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#6ffe739bb5017046abaefbea5255f58619eec450" dependencies = [ "itertools 0.12.1", "metrics", @@ -6963,7 +6963,7 @@ dependencies = [ [[package]] name = "reth-revm" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#f5ce27722bd23418e138c93a5e3500921d3fdeae" +source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#6ffe739bb5017046abaefbea5255f58619eec450" dependencies = [ "alloy-consensus", "alloy-eips", @@ -6979,7 +6979,7 @@ dependencies = [ [[package]] name = "reth-rpc" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#f5ce27722bd23418e138c93a5e3500921d3fdeae" +source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#6ffe739bb5017046abaefbea5255f58619eec450" dependencies = [ "alloy-dyn-abi", "alloy-primitives", @@ -7031,7 +7031,7 @@ dependencies = [ [[package]] name = "reth-rpc-api" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#f5ce27722bd23418e138c93a5e3500921d3fdeae" +source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#6ffe739bb5017046abaefbea5255f58619eec450" dependencies = [ "jsonrpsee", "reth-engine-primitives", @@ -7045,7 +7045,7 @@ dependencies = [ [[package]] name = "reth-rpc-builder" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#f5ce27722bd23418e138c93a5e3500921d3fdeae" +source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#6ffe739bb5017046abaefbea5255f58619eec450" dependencies = [ "hyper", "jsonrpsee", @@ -7073,7 +7073,7 @@ dependencies = [ [[package]] name = "reth-rpc-engine-api" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#f5ce27722bd23418e138c93a5e3500921d3fdeae" +source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#6ffe739bb5017046abaefbea5255f58619eec450" dependencies = [ "async-trait", "jsonrpsee-core", @@ -7098,7 +7098,7 @@ dependencies = [ [[package]] name = "reth-rpc-layer" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#f5ce27722bd23418e138c93a5e3500921d3fdeae" +source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#6ffe739bb5017046abaefbea5255f58619eec450" dependencies = [ "assert_matches", "http", @@ -7120,7 +7120,7 @@ dependencies = [ [[package]] name = "reth-rpc-types" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#f5ce27722bd23418e138c93a5e3500921d3fdeae" +source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#6ffe739bb5017046abaefbea5255f58619eec450" dependencies = [ "alloy-primitives", "alloy-rpc-types", @@ -7138,7 +7138,7 @@ dependencies = [ [[package]] name = "reth-rpc-types-compat" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#f5ce27722bd23418e138c93a5e3500921d3fdeae" +source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#6ffe739bb5017046abaefbea5255f58619eec450" dependencies = [ "alloy-rlp", "alloy-rpc-types", @@ -7149,7 +7149,7 @@ dependencies = [ [[package]] name = "reth-stages" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#f5ce27722bd23418e138c93a5e3500921d3fdeae" +source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#6ffe739bb5017046abaefbea5255f58619eec450" dependencies = [ "futures-util", "itertools 0.12.1", @@ -7176,7 +7176,7 @@ dependencies = [ [[package]] name = "reth-stages-api" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#f5ce27722bd23418e138c93a5e3500921d3fdeae" +source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#6ffe739bb5017046abaefbea5255f58619eec450" dependencies = [ "aquamarine", "auto_impl", @@ -7200,7 +7200,7 @@ dependencies = [ [[package]] name = "reth-static-file" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#f5ce27722bd23418e138c93a5e3500921d3fdeae" +source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#6ffe739bb5017046abaefbea5255f58619eec450" dependencies = [ "parking_lot 0.12.2", "rayon", @@ -7217,7 +7217,7 @@ dependencies = [ [[package]] name = "reth-tasks" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#f5ce27722bd23418e138c93a5e3500921d3fdeae" +source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#6ffe739bb5017046abaefbea5255f58619eec450" dependencies = [ "dyn-clone", "futures-util", @@ -7234,7 +7234,7 @@ dependencies = [ [[package]] name = "reth-tokio-util" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#f5ce27722bd23418e138c93a5e3500921d3fdeae" +source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#6ffe739bb5017046abaefbea5255f58619eec450" dependencies = [ "tokio", "tokio-stream", @@ -7243,7 +7243,7 @@ dependencies = [ [[package]] name = "reth-tracing" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#f5ce27722bd23418e138c93a5e3500921d3fdeae" +source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#6ffe739bb5017046abaefbea5255f58619eec450" dependencies = [ "clap", "eyre", @@ -7258,7 +7258,7 @@ dependencies = [ [[package]] name = "reth-transaction-pool" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#f5ce27722bd23418e138c93a5e3500921d3fdeae" +source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#6ffe739bb5017046abaefbea5255f58619eec450" dependencies = [ "alloy-rlp", "aquamarine", @@ -7290,7 +7290,7 @@ dependencies = [ [[package]] name = "reth-trie" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#f5ce27722bd23418e138c93a5e3500921d3fdeae" +source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#6ffe739bb5017046abaefbea5255f58619eec450" dependencies = [ "alloy-rlp", "auto_impl", @@ -7308,7 +7308,7 @@ dependencies = [ [[package]] name = "reth-trie-parallel" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#f5ce27722bd23418e138c93a5e3500921d3fdeae" +source = "git+https://github.com/paradigmxyz/reth?branch=devnet-0#6ffe739bb5017046abaefbea5255f58619eec450" dependencies = [ "alloy-rlp", "derive_more", @@ -7330,8 +7330,7 @@ dependencies = [ [[package]] name = "revm" version = "9.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a2c336f9921588e50871c00024feb51a521eca50ce6d01494bb9c50f837c8ed" +source = "git+https://github.com/bluealloy/revm?rev=38c4d3e756291b8a11f48bdce6f4248582824890#38c4d3e756291b8a11f48bdce6f4248582824890" dependencies = [ "auto_impl", "cfg-if", @@ -7363,8 +7362,7 @@ dependencies = [ [[package]] name = "revm-interpreter" version = "5.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a58182c7454179826f9dad2ca577661963092ce9d0fd0c9d682c1e9215a72e70" +source = "git+https://github.com/bluealloy/revm?rev=38c4d3e756291b8a11f48bdce6f4248582824890#38c4d3e756291b8a11f48bdce6f4248582824890" dependencies = [ "revm-primitives", "serde", @@ -7373,8 +7371,7 @@ dependencies = [ [[package]] name = "revm-precompile" version = "7.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc8af9aa737eef0509a50d9f3cc1a631557a00ef2e70a3aa8a75d9ee0ed275bb" +source = "git+https://github.com/bluealloy/revm?rev=38c4d3e756291b8a11f48bdce6f4248582824890#38c4d3e756291b8a11f48bdce6f4248582824890" dependencies = [ "aurora-engine-modexp", "c-kzg", @@ -7390,8 +7387,7 @@ dependencies = [ [[package]] name = "revm-primitives" version = "4.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9bf5d465e64b697da6a111cb19e798b5b2ebb18e5faf2ad48e9e8d47c64add2" +source = "git+https://github.com/bluealloy/revm?rev=38c4d3e756291b8a11f48bdce6f4248582824890#38c4d3e756291b8a11f48bdce6f4248582824890" dependencies = [ "alloy-primitives", "auto_impl", diff --git a/Cargo.toml b/Cargo.toml index 2c4f6197..d3fe1e21 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,6 +34,19 @@ reth-basic-payload-builder = { git = "https://github.com/paradigmxyz/reth", bran alloy-signer = { git = "https://github.com/alloy-rs/alloy", rev = "dd25769" } alloy-signer-wallet = { git = "https://github.com/alloy-rs/alloy", rev = "dd25769" } +# revm +revm = { version = "9.0.0", features = [ + "std", + "secp256k1", +], default-features = false } +revm-primitives = { version = "4.0.0", features = [ + "std", +], default-features = false } +revm-interpreter = { version = "5.0.0", features = [ + "std", +], default-features = false } +revm-inspectors = { git = "https://github.com/paradigmxyz/evm-inspectors", rev = "3215ff5" } + futures = "0.3.21" tokio = "1.0" tokio-stream = "0.1.15" @@ -65,3 +78,7 @@ clap = "4.1.4" [patch.crates-io] libffi-sys = { git = "https://github.com/tov/libffi-rs", rev = "d0704d634b6f3ffef5b6fc7e07fe965a1cff5c7b" } +revm = { git = "https://github.com/bluealloy/revm", rev = "38c4d3e756291b8a11f48bdce6f4248582824890" } +revm-interpreter = { git = "https://github.com/bluealloy/revm", rev = "38c4d3e756291b8a11f48bdce6f4248582824890" } +revm-precompile = { git = "https://github.com/bluealloy/revm", rev = "38c4d3e756291b8a11f48bdce6f4248582824890" } +revm-primitives = { git = "https://github.com/bluealloy/revm", rev = "38c4d3e756291b8a11f48bdce6f4248582824890" }