diff --git a/Cargo.lock b/Cargo.lock index 6ee69be9..2af4b370 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -133,12 +133,12 @@ dependencies = [ [[package]] name = "alloy-consensus" version = "0.1.0" -source = "git+https://github.com/alloy-rs/alloy?rev=c914fc0#c914fc0564d4d9019177dcd8b54f037d912bbf40" +source = "git+https://github.com/alloy-rs/alloy?rev=07611cf#07611cfc9f277dc5bbfd7d21e9d70ad37b441a51" dependencies = [ - "alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=c914fc0)", + "alloy-eips", "alloy-primitives", "alloy-rlp", - "alloy-serde 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=c914fc0)", + "alloy-serde", "arbitrary", "c-kzg", "proptest", @@ -146,19 +146,6 @@ dependencies = [ "serde", ] -[[package]] -name = "alloy-consensus" -version = "0.1.0" -source = "git+https://github.com/alloy-rs/alloy?rev=dd25769#dd25769df2089063e84a557c6844d20fba2eb315" -dependencies = [ - "alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=dd25769)", - "alloy-primitives", - "alloy-rlp", - "alloy-serde 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=dd25769)", - "c-kzg", - "serde", -] - [[package]] name = "alloy-dyn-abi" version = "0.7.2" @@ -180,11 +167,11 @@ dependencies = [ [[package]] name = "alloy-eips" version = "0.1.0" -source = "git+https://github.com/alloy-rs/alloy?rev=c914fc0#c914fc0564d4d9019177dcd8b54f037d912bbf40" +source = "git+https://github.com/alloy-rs/alloy?rev=07611cf#07611cfc9f277dc5bbfd7d21e9d70ad37b441a51" dependencies = [ "alloy-primitives", "alloy-rlp", - "alloy-serde 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=c914fc0)", + "alloy-serde", "arbitrary", "c-kzg", "derive_more", @@ -195,38 +182,13 @@ dependencies = [ "sha2 0.10.8", ] -[[package]] -name = "alloy-eips" -version = "0.1.0" -source = "git+https://github.com/alloy-rs/alloy?rev=dd25769#dd25769df2089063e84a557c6844d20fba2eb315" -dependencies = [ - "alloy-primitives", - "alloy-rlp", - "alloy-serde 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=dd25769)", - "c-kzg", - "once_cell", - "serde", - "sha2 0.10.8", -] - -[[package]] -name = "alloy-genesis" -version = "0.1.0" -source = "git+https://github.com/alloy-rs/alloy?rev=c914fc0#c914fc0564d4d9019177dcd8b54f037d912bbf40" -dependencies = [ - "alloy-primitives", - "alloy-serde 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=c914fc0)", - "serde", - "serde_json", -] - [[package]] name = "alloy-genesis" version = "0.1.0" -source = "git+https://github.com/alloy-rs/alloy?rev=dd25769#dd25769df2089063e84a557c6844d20fba2eb315" +source = "git+https://github.com/alloy-rs/alloy?rev=07611cf#07611cfc9f277dc5bbfd7d21e9d70ad37b441a51" dependencies = [ "alloy-primitives", - "alloy-serde 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=dd25769)", + "alloy-serde", "serde", "serde_json", ] @@ -246,7 +208,7 @@ dependencies = [ [[package]] name = "alloy-json-rpc" version = "0.1.0" -source = "git+https://github.com/alloy-rs/alloy?rev=dd25769#dd25769df2089063e84a557c6844d20fba2eb315" +source = "git+https://github.com/alloy-rs/alloy?rev=07611cf#07611cfc9f277dc5bbfd7d21e9d70ad37b441a51" dependencies = [ "alloy-primitives", "serde", @@ -258,13 +220,13 @@ dependencies = [ [[package]] name = "alloy-network" version = "0.1.0" -source = "git+https://github.com/alloy-rs/alloy?rev=dd25769#dd25769df2089063e84a557c6844d20fba2eb315" +source = "git+https://github.com/alloy-rs/alloy?rev=07611cf#07611cfc9f277dc5bbfd7d21e9d70ad37b441a51" dependencies = [ - "alloy-consensus 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=dd25769)", - "alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=dd25769)", + "alloy-consensus", + "alloy-eips", "alloy-json-rpc", "alloy-primitives", - "alloy-rpc-types 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=dd25769)", + "alloy-rpc-types", "alloy-signer", "alloy-sol-types", "async-trait", @@ -324,14 +286,14 @@ dependencies = [ [[package]] name = "alloy-rpc-types" version = "0.1.0" -source = "git+https://github.com/alloy-rs/alloy?rev=c914fc0#c914fc0564d4d9019177dcd8b54f037d912bbf40" +source = "git+https://github.com/alloy-rs/alloy?rev=07611cf#07611cfc9f277dc5bbfd7d21e9d70ad37b441a51" dependencies = [ - "alloy-consensus 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=c914fc0)", - "alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=c914fc0)", - "alloy-genesis 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=c914fc0)", + "alloy-consensus", + "alloy-eips", + "alloy-genesis", "alloy-primitives", "alloy-rlp", - "alloy-serde 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=c914fc0)", + "alloy-serde", "alloy-sol-types", "itertools 0.12.1", "jsonrpsee-types", @@ -340,40 +302,22 @@ dependencies = [ "thiserror", ] -[[package]] -name = "alloy-rpc-types" -version = "0.1.0" -source = "git+https://github.com/alloy-rs/alloy?rev=dd25769#dd25769df2089063e84a557c6844d20fba2eb315" -dependencies = [ - "alloy-consensus 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=dd25769)", - "alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=dd25769)", - "alloy-genesis 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=dd25769)", - "alloy-primitives", - "alloy-rlp", - "alloy-serde 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=dd25769)", - "alloy-sol-types", - "itertools 0.12.1", - "serde", - "serde_json", - "thiserror", -] - [[package]] name = "alloy-rpc-types-anvil" version = "0.1.0" -source = "git+https://github.com/alloy-rs/alloy?rev=c914fc0#c914fc0564d4d9019177dcd8b54f037d912bbf40" +source = "git+https://github.com/alloy-rs/alloy?rev=07611cf#07611cfc9f277dc5bbfd7d21e9d70ad37b441a51" dependencies = [ "alloy-primitives", - "alloy-serde 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=c914fc0)", + "alloy-serde", "serde", ] [[package]] name = "alloy-rpc-types-beacon" version = "0.1.0" -source = "git+https://github.com/alloy-rs/alloy?rev=c914fc0#c914fc0564d4d9019177dcd8b54f037d912bbf40" +source = "git+https://github.com/alloy-rs/alloy?rev=07611cf#07611cfc9f277dc5bbfd7d21e9d70ad37b441a51" dependencies = [ - "alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=c914fc0)", + "alloy-eips", "alloy-primitives", "alloy-rpc-types-engine", "serde", @@ -383,14 +327,14 @@ dependencies = [ [[package]] name = "alloy-rpc-types-engine" version = "0.1.0" -source = "git+https://github.com/alloy-rs/alloy?rev=c914fc0#c914fc0564d4d9019177dcd8b54f037d912bbf40" +source = "git+https://github.com/alloy-rs/alloy?rev=07611cf#07611cfc9f277dc5bbfd7d21e9d70ad37b441a51" dependencies = [ - "alloy-consensus 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=c914fc0)", - "alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=c914fc0)", + "alloy-consensus", + "alloy-eips", "alloy-primitives", "alloy-rlp", - "alloy-rpc-types 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=c914fc0)", - "alloy-serde 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=c914fc0)", + "alloy-rpc-types", + "alloy-serde", "jsonrpsee-types", "jsonwebtoken 9.3.0", "rand 0.8.5", @@ -401,11 +345,11 @@ dependencies = [ [[package]] name = "alloy-rpc-types-trace" version = "0.1.0" -source = "git+https://github.com/alloy-rs/alloy?rev=c914fc0#c914fc0564d4d9019177dcd8b54f037d912bbf40" +source = "git+https://github.com/alloy-rs/alloy?rev=07611cf#07611cfc9f277dc5bbfd7d21e9d70ad37b441a51" dependencies = [ "alloy-primitives", - "alloy-rpc-types 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=c914fc0)", - "alloy-serde 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=c914fc0)", + "alloy-rpc-types", + "alloy-serde", "serde", "serde_json", ] @@ -413,17 +357,7 @@ dependencies = [ [[package]] name = "alloy-serde" version = "0.1.0" -source = "git+https://github.com/alloy-rs/alloy?rev=c914fc0#c914fc0564d4d9019177dcd8b54f037d912bbf40" -dependencies = [ - "alloy-primitives", - "serde", - "serde_json", -] - -[[package]] -name = "alloy-serde" -version = "0.1.0" -source = "git+https://github.com/alloy-rs/alloy?rev=dd25769#dd25769df2089063e84a557c6844d20fba2eb315" +source = "git+https://github.com/alloy-rs/alloy?rev=07611cf#07611cfc9f277dc5bbfd7d21e9d70ad37b441a51" dependencies = [ "alloy-primitives", "serde", @@ -433,7 +367,7 @@ dependencies = [ [[package]] name = "alloy-signer" version = "0.1.0" -source = "git+https://github.com/alloy-rs/alloy?rev=dd25769#dd25769df2089063e84a557c6844d20fba2eb315" +source = "git+https://github.com/alloy-rs/alloy?rev=07611cf#07611cfc9f277dc5bbfd7d21e9d70ad37b441a51" dependencies = [ "alloy-primitives", "async-trait", @@ -446,9 +380,9 @@ dependencies = [ [[package]] name = "alloy-signer-wallet" version = "0.1.0" -source = "git+https://github.com/alloy-rs/alloy?rev=dd25769#dd25769df2089063e84a557c6844d20fba2eb315" +source = "git+https://github.com/alloy-rs/alloy?rev=07611cf#07611cfc9f277dc5bbfd7d21e9d70ad37b441a51" dependencies = [ - "alloy-consensus 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=dd25769)", + "alloy-consensus", "alloy-network", "alloy-primitives", "alloy-signer", @@ -516,9 +450,9 @@ dependencies = [ [[package]] name = "alloy-trie" -version = "0.3.1" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "beb28aa4ecd32fdfa1b1bdd111ff7357dd562c6b2372694cf9e613434fcba659" +checksum = "d55bd16fdb7ff4bd74cc4c878eeac7e8a27c0d7ba9df4ab58d9310aaafb62d43" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -530,7 +464,6 @@ dependencies = [ "proptest", "proptest-derive", "serde", - "smallvec", "tracing", ] @@ -5956,7 +5889,7 @@ dependencies = [ [[package]] name = "reth" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?rev=71a97e3c429955a3c4125337019c2553039f1fbd#71a97e3c429955a3c4125337019c2553039f1fbd" +source = "git+https://github.com/paradigmxyz/reth?rev=017cfa60c222aa93cf4e7dbe1f085e0d60f2096a#017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" dependencies = [ "ahash", "alloy-rlp", @@ -6030,7 +5963,7 @@ dependencies = [ [[package]] name = "reth-auto-seal-consensus" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?rev=71a97e3c429955a3c4125337019c2553039f1fbd#71a97e3c429955a3c4125337019c2553039f1fbd" +source = "git+https://github.com/paradigmxyz/reth?rev=017cfa60c222aa93cf4e7dbe1f085e0d60f2096a#017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" dependencies = [ "futures-util", "reth-beacon-consensus", @@ -6053,7 +5986,7 @@ dependencies = [ [[package]] name = "reth-basic-payload-builder" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?rev=71a97e3c429955a3c4125337019c2553039f1fbd#71a97e3c429955a3c4125337019c2553039f1fbd" +source = "git+https://github.com/paradigmxyz/reth?rev=017cfa60c222aa93cf4e7dbe1f085e0d60f2096a#017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" dependencies = [ "alloy-rlp", "futures-core", @@ -6076,7 +6009,7 @@ dependencies = [ [[package]] name = "reth-beacon-consensus" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?rev=71a97e3c429955a3c4125337019c2553039f1fbd#71a97e3c429955a3c4125337019c2553039f1fbd" +source = "git+https://github.com/paradigmxyz/reth?rev=017cfa60c222aa93cf4e7dbe1f085e0d60f2096a#017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" dependencies = [ "futures", "metrics", @@ -6105,7 +6038,7 @@ dependencies = [ [[package]] name = "reth-blockchain-tree" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?rev=71a97e3c429955a3c4125337019c2553039f1fbd#71a97e3c429955a3c4125337019c2553039f1fbd" +source = "git+https://github.com/paradigmxyz/reth?rev=017cfa60c222aa93cf4e7dbe1f085e0d60f2096a#017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" dependencies = [ "aquamarine", "linked_hash_set", @@ -6130,7 +6063,7 @@ dependencies = [ [[package]] name = "reth-cli-runner" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?rev=71a97e3c429955a3c4125337019c2553039f1fbd#71a97e3c429955a3c4125337019c2553039f1fbd" +source = "git+https://github.com/paradigmxyz/reth?rev=017cfa60c222aa93cf4e7dbe1f085e0d60f2096a#017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" dependencies = [ "reth-tasks", "tokio", @@ -6140,11 +6073,11 @@ dependencies = [ [[package]] name = "reth-codecs" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?rev=71a97e3c429955a3c4125337019c2553039f1fbd#71a97e3c429955a3c4125337019c2553039f1fbd" +source = "git+https://github.com/paradigmxyz/reth?rev=017cfa60c222aa93cf4e7dbe1f085e0d60f2096a#017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" dependencies = [ - "alloy-consensus 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=c914fc0)", - "alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=c914fc0)", - "alloy-genesis 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=c914fc0)", + "alloy-consensus", + "alloy-eips", + "alloy-genesis", "alloy-primitives", "bytes", "modular-bitfield", @@ -6155,7 +6088,7 @@ dependencies = [ [[package]] name = "reth-codecs-derive" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?rev=71a97e3c429955a3c4125337019c2553039f1fbd#71a97e3c429955a3c4125337019c2553039f1fbd" +source = "git+https://github.com/paradigmxyz/reth?rev=017cfa60c222aa93cf4e7dbe1f085e0d60f2096a#017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" dependencies = [ "convert_case 0.6.0", "proc-macro2", @@ -6166,7 +6099,7 @@ dependencies = [ [[package]] name = "reth-config" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?rev=71a97e3c429955a3c4125337019c2553039f1fbd#71a97e3c429955a3c4125337019c2553039f1fbd" +source = "git+https://github.com/paradigmxyz/reth?rev=017cfa60c222aa93cf4e7dbe1f085e0d60f2096a#017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" dependencies = [ "confy", "humantime-serde", @@ -6181,7 +6114,7 @@ dependencies = [ [[package]] name = "reth-consensus" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?rev=71a97e3c429955a3c4125337019c2553039f1fbd#71a97e3c429955a3c4125337019c2553039f1fbd" +source = "git+https://github.com/paradigmxyz/reth?rev=017cfa60c222aa93cf4e7dbe1f085e0d60f2096a#017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" dependencies = [ "auto_impl", "reth-primitives", @@ -6191,18 +6124,16 @@ dependencies = [ [[package]] name = "reth-consensus-common" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?rev=71a97e3c429955a3c4125337019c2553039f1fbd#71a97e3c429955a3c4125337019c2553039f1fbd" +source = "git+https://github.com/paradigmxyz/reth?rev=017cfa60c222aa93cf4e7dbe1f085e0d60f2096a#017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" dependencies = [ "reth-consensus", - "reth-interfaces", "reth-primitives", - "reth-provider", ] [[package]] name = "reth-db" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?rev=71a97e3c429955a3c4125337019c2553039f1fbd#71a97e3c429955a3c4125337019c2553039f1fbd" +source = "git+https://github.com/paradigmxyz/reth?rev=017cfa60c222aa93cf4e7dbe1f085e0d60f2096a#017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" dependencies = [ "arbitrary", "bytes", @@ -6233,7 +6164,7 @@ dependencies = [ [[package]] name = "reth-discv4" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?rev=71a97e3c429955a3c4125337019c2553039f1fbd#71a97e3c429955a3c4125337019c2553039f1fbd" +source = "git+https://github.com/paradigmxyz/reth?rev=017cfa60c222aa93cf4e7dbe1f085e0d60f2096a#017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" dependencies = [ "alloy-rlp", "discv5", @@ -6255,7 +6186,7 @@ dependencies = [ [[package]] name = "reth-discv5" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?rev=71a97e3c429955a3c4125337019c2553039f1fbd#71a97e3c429955a3c4125337019c2553039f1fbd" +source = "git+https://github.com/paradigmxyz/reth?rev=017cfa60c222aa93cf4e7dbe1f085e0d60f2096a#017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" dependencies = [ "alloy-rlp", "derive_more", @@ -6279,7 +6210,7 @@ dependencies = [ [[package]] name = "reth-dns-discovery" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?rev=71a97e3c429955a3c4125337019c2553039f1fbd#71a97e3c429955a3c4125337019c2553039f1fbd" +source = "git+https://github.com/paradigmxyz/reth?rev=017cfa60c222aa93cf4e7dbe1f085e0d60f2096a#017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" dependencies = [ "data-encoding", "enr 0.12.0", @@ -6302,7 +6233,7 @@ dependencies = [ [[package]] name = "reth-downloaders" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?rev=71a97e3c429955a3c4125337019c2553039f1fbd#71a97e3c429955a3c4125337019c2553039f1fbd" +source = "git+https://github.com/paradigmxyz/reth?rev=017cfa60c222aa93cf4e7dbe1f085e0d60f2096a#017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" dependencies = [ "alloy-rlp", "futures", @@ -6329,7 +6260,7 @@ dependencies = [ [[package]] name = "reth-ecies" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?rev=71a97e3c429955a3c4125337019c2553039f1fbd#71a97e3c429955a3c4125337019c2553039f1fbd" +source = "git+https://github.com/paradigmxyz/reth?rev=017cfa60c222aa93cf4e7dbe1f085e0d60f2096a#017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" dependencies = [ "aes 0.8.4", "alloy-rlp", @@ -6362,7 +6293,7 @@ dependencies = [ [[package]] name = "reth-engine-primitives" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?rev=71a97e3c429955a3c4125337019c2553039f1fbd#71a97e3c429955a3c4125337019c2553039f1fbd" +source = "git+https://github.com/paradigmxyz/reth?rev=017cfa60c222aa93cf4e7dbe1f085e0d60f2096a#017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" dependencies = [ "reth-primitives", "reth-rpc-types", @@ -6373,7 +6304,7 @@ dependencies = [ [[package]] name = "reth-eth-wire" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?rev=71a97e3c429955a3c4125337019c2553039f1fbd#71a97e3c429955a3c4125337019c2553039f1fbd" +source = "git+https://github.com/paradigmxyz/reth?rev=017cfa60c222aa93cf4e7dbe1f085e0d60f2096a#017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" dependencies = [ "alloy-rlp", "bytes", @@ -6400,7 +6331,7 @@ dependencies = [ [[package]] name = "reth-eth-wire-types" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?rev=71a97e3c429955a3c4125337019c2553039f1fbd#71a97e3c429955a3c4125337019c2553039f1fbd" +source = "git+https://github.com/paradigmxyz/reth?rev=017cfa60c222aa93cf4e7dbe1f085e0d60f2096a#017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" dependencies = [ "alloy-rlp", "bytes", @@ -6414,7 +6345,7 @@ dependencies = [ [[package]] name = "reth-ethereum-consensus" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?rev=71a97e3c429955a3c4125337019c2553039f1fbd#71a97e3c429955a3c4125337019c2553039f1fbd" +source = "git+https://github.com/paradigmxyz/reth?rev=017cfa60c222aa93cf4e7dbe1f085e0d60f2096a#017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" dependencies = [ "reth-consensus", "reth-consensus-common", @@ -6424,7 +6355,7 @@ dependencies = [ [[package]] name = "reth-ethereum-engine-primitives" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?rev=71a97e3c429955a3c4125337019c2553039f1fbd#71a97e3c429955a3c4125337019c2553039f1fbd" +source = "git+https://github.com/paradigmxyz/reth?rev=017cfa60c222aa93cf4e7dbe1f085e0d60f2096a#017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" dependencies = [ "alloy-rlp", "reth-engine-primitives", @@ -6439,7 +6370,7 @@ dependencies = [ [[package]] name = "reth-ethereum-forks" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?rev=71a97e3c429955a3c4125337019c2553039f1fbd#71a97e3c429955a3c4125337019c2553039f1fbd" +source = "git+https://github.com/paradigmxyz/reth?rev=017cfa60c222aa93cf4e7dbe1f085e0d60f2096a#017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" dependencies = [ "alloy-chains", "alloy-primitives", @@ -6455,7 +6386,7 @@ dependencies = [ [[package]] name = "reth-ethereum-payload-builder" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?rev=71a97e3c429955a3c4125337019c2553039f1fbd#71a97e3c429955a3c4125337019c2553039f1fbd" +source = "git+https://github.com/paradigmxyz/reth?rev=017cfa60c222aa93cf4e7dbe1f085e0d60f2096a#017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" dependencies = [ "reth-basic-payload-builder", "reth-evm", @@ -6473,7 +6404,7 @@ dependencies = [ [[package]] name = "reth-etl" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?rev=71a97e3c429955a3c4125337019c2553039f1fbd#71a97e3c429955a3c4125337019c2553039f1fbd" +source = "git+https://github.com/paradigmxyz/reth?rev=017cfa60c222aa93cf4e7dbe1f085e0d60f2096a#017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" dependencies = [ "rayon", "reth-db", @@ -6483,9 +6414,9 @@ dependencies = [ [[package]] name = "reth-evm" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?rev=71a97e3c429955a3c4125337019c2553039f1fbd#71a97e3c429955a3c4125337019c2553039f1fbd" +source = "git+https://github.com/paradigmxyz/reth?rev=017cfa60c222aa93cf4e7dbe1f085e0d60f2096a#017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" dependencies = [ - "alloy-consensus 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=c914fc0)", + "alloy-consensus", "futures-util", "reth-interfaces", "reth-primitives", @@ -6496,10 +6427,10 @@ dependencies = [ [[package]] name = "reth-evm-ethereum" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?rev=71a97e3c429955a3c4125337019c2553039f1fbd#71a97e3c429955a3c4125337019c2553039f1fbd" +source = "git+https://github.com/paradigmxyz/reth?rev=017cfa60c222aa93cf4e7dbe1f085e0d60f2096a#017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" dependencies = [ - "alloy-consensus 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=c914fc0)", - "alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=c914fc0)", + "alloy-consensus", + "alloy-eips", "alloy-rlp", "alloy-sol-types", "reth-evm", @@ -6516,7 +6447,7 @@ dependencies = [ [[package]] name = "reth-exex" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?rev=71a97e3c429955a3c4125337019c2553039f1fbd#71a97e3c429955a3c4125337019c2553039f1fbd" +source = "git+https://github.com/paradigmxyz/reth?rev=017cfa60c222aa93cf4e7dbe1f085e0d60f2096a#017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" dependencies = [ "eyre", "metrics", @@ -6537,7 +6468,7 @@ dependencies = [ [[package]] name = "reth-interfaces" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?rev=71a97e3c429955a3c4125337019c2553039f1fbd#71a97e3c429955a3c4125337019c2553039f1fbd" +source = "git+https://github.com/paradigmxyz/reth?rev=017cfa60c222aa93cf4e7dbe1f085e0d60f2096a#017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" dependencies = [ "auto_impl", "clap", @@ -6555,7 +6486,7 @@ dependencies = [ [[package]] name = "reth-ipc" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?rev=71a97e3c429955a3c4125337019c2553039f1fbd#71a97e3c429955a3c4125337019c2553039f1fbd" +source = "git+https://github.com/paradigmxyz/reth?rev=017cfa60c222aa93cf4e7dbe1f085e0d60f2096a#017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" dependencies = [ "async-trait", "bytes", @@ -6576,7 +6507,7 @@ dependencies = [ [[package]] name = "reth-libmdbx" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?rev=71a97e3c429955a3c4125337019c2553039f1fbd#71a97e3c429955a3c4125337019c2553039f1fbd" +source = "git+https://github.com/paradigmxyz/reth?rev=017cfa60c222aa93cf4e7dbe1f085e0d60f2096a#017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" dependencies = [ "bitflags 2.5.0", "byteorder", @@ -6594,7 +6525,7 @@ dependencies = [ [[package]] name = "reth-mdbx-sys" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?rev=71a97e3c429955a3c4125337019c2553039f1fbd#71a97e3c429955a3c4125337019c2553039f1fbd" +source = "git+https://github.com/paradigmxyz/reth?rev=017cfa60c222aa93cf4e7dbe1f085e0d60f2096a#017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" dependencies = [ "bindgen", "cc", @@ -6604,7 +6535,7 @@ dependencies = [ [[package]] name = "reth-metrics" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?rev=71a97e3c429955a3c4125337019c2553039f1fbd#71a97e3c429955a3c4125337019c2553039f1fbd" +source = "git+https://github.com/paradigmxyz/reth?rev=017cfa60c222aa93cf4e7dbe1f085e0d60f2096a#017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" dependencies = [ "futures", "metrics", @@ -6616,7 +6547,7 @@ dependencies = [ [[package]] name = "reth-metrics-derive" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?rev=71a97e3c429955a3c4125337019c2553039f1fbd#71a97e3c429955a3c4125337019c2553039f1fbd" +source = "git+https://github.com/paradigmxyz/reth?rev=017cfa60c222aa93cf4e7dbe1f085e0d60f2096a#017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" dependencies = [ "once_cell", "proc-macro2", @@ -6628,7 +6559,7 @@ dependencies = [ [[package]] name = "reth-net-common" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?rev=71a97e3c429955a3c4125337019c2553039f1fbd#71a97e3c429955a3c4125337019c2553039f1fbd" +source = "git+https://github.com/paradigmxyz/reth?rev=017cfa60c222aa93cf4e7dbe1f085e0d60f2096a#017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" dependencies = [ "pin-project", "reth-network-types", @@ -6638,7 +6569,7 @@ dependencies = [ [[package]] name = "reth-net-nat" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?rev=71a97e3c429955a3c4125337019c2553039f1fbd#71a97e3c429955a3c4125337019c2553039f1fbd" +source = "git+https://github.com/paradigmxyz/reth?rev=017cfa60c222aa93cf4e7dbe1f085e0d60f2096a#017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" dependencies = [ "igd-next", "pin-project-lite", @@ -6652,7 +6583,7 @@ dependencies = [ [[package]] name = "reth-network" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?rev=71a97e3c429955a3c4125337019c2553039f1fbd#71a97e3c429955a3c4125337019c2553039f1fbd" +source = "git+https://github.com/paradigmxyz/reth?rev=017cfa60c222aa93cf4e7dbe1f085e0d60f2096a#017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" dependencies = [ "alloy-rlp", "aquamarine", @@ -6702,7 +6633,7 @@ dependencies = [ [[package]] name = "reth-network-api" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?rev=71a97e3c429955a3c4125337019c2553039f1fbd#71a97e3c429955a3c4125337019c2553039f1fbd" +source = "git+https://github.com/paradigmxyz/reth?rev=017cfa60c222aa93cf4e7dbe1f085e0d60f2096a#017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" dependencies = [ "enr 0.12.0", "reth-discv4", @@ -6718,7 +6649,7 @@ dependencies = [ [[package]] name = "reth-network-types" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?rev=71a97e3c429955a3c4125337019c2553039f1fbd#71a97e3c429955a3c4125337019c2553039f1fbd" +source = "git+https://github.com/paradigmxyz/reth?rev=017cfa60c222aa93cf4e7dbe1f085e0d60f2096a#017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -6732,7 +6663,7 @@ dependencies = [ [[package]] name = "reth-nippy-jar" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?rev=71a97e3c429955a3c4125337019c2553039f1fbd#71a97e3c429955a3c4125337019c2553039f1fbd" +source = "git+https://github.com/paradigmxyz/reth?rev=017cfa60c222aa93cf4e7dbe1f085e0d60f2096a#017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" dependencies = [ "anyhow", "bincode", @@ -6752,7 +6683,7 @@ dependencies = [ [[package]] name = "reth-node-api" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?rev=71a97e3c429955a3c4125337019c2553039f1fbd#71a97e3c429955a3c4125337019c2553039f1fbd" +source = "git+https://github.com/paradigmxyz/reth?rev=017cfa60c222aa93cf4e7dbe1f085e0d60f2096a#017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" dependencies = [ "reth-db", "reth-engine-primitives", @@ -6767,7 +6698,7 @@ dependencies = [ [[package]] name = "reth-node-builder" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?rev=71a97e3c429955a3c4125337019c2553039f1fbd#71a97e3c429955a3c4125337019c2553039f1fbd" +source = "git+https://github.com/paradigmxyz/reth?rev=017cfa60c222aa93cf4e7dbe1f085e0d60f2096a#017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" dependencies = [ "aquamarine", "confy", @@ -6808,7 +6739,7 @@ dependencies = [ [[package]] name = "reth-node-core" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?rev=71a97e3c429955a3c4125337019c2553039f1fbd#71a97e3c429955a3c4125337019c2553039f1fbd" +source = "git+https://github.com/paradigmxyz/reth?rev=017cfa60c222aa93cf4e7dbe1f085e0d60f2096a#017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" dependencies = [ "clap", "const-str", @@ -6870,7 +6801,7 @@ dependencies = [ [[package]] name = "reth-node-ethereum" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?rev=71a97e3c429955a3c4125337019c2553039f1fbd#71a97e3c429955a3c4125337019c2553039f1fbd" +source = "git+https://github.com/paradigmxyz/reth?rev=017cfa60c222aa93cf4e7dbe1f085e0d60f2096a#017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" dependencies = [ "eyre", "reth-basic-payload-builder", @@ -6888,7 +6819,7 @@ dependencies = [ [[package]] name = "reth-node-events" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?rev=71a97e3c429955a3c4125337019c2553039f1fbd#71a97e3c429955a3c4125337019c2553039f1fbd" +source = "git+https://github.com/paradigmxyz/reth?rev=017cfa60c222aa93cf4e7dbe1f085e0d60f2096a#017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" dependencies = [ "futures", "humantime", @@ -6910,7 +6841,7 @@ dependencies = [ [[package]] name = "reth-payload-builder" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?rev=71a97e3c429955a3c4125337019c2553039f1fbd#71a97e3c429955a3c4125337019c2553039f1fbd" +source = "git+https://github.com/paradigmxyz/reth?rev=017cfa60c222aa93cf4e7dbe1f085e0d60f2096a#017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" dependencies = [ "futures-util", "metrics", @@ -6931,7 +6862,7 @@ dependencies = [ [[package]] name = "reth-payload-validator" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?rev=71a97e3c429955a3c4125337019c2553039f1fbd#71a97e3c429955a3c4125337019c2553039f1fbd" +source = "git+https://github.com/paradigmxyz/reth?rev=017cfa60c222aa93cf4e7dbe1f085e0d60f2096a#017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" dependencies = [ "reth-primitives", "reth-rpc-types", @@ -6941,12 +6872,12 @@ dependencies = [ [[package]] name = "reth-primitives" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?rev=71a97e3c429955a3c4125337019c2553039f1fbd#71a97e3c429955a3c4125337019c2553039f1fbd" +source = "git+https://github.com/paradigmxyz/reth?rev=017cfa60c222aa93cf4e7dbe1f085e0d60f2096a#017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" dependencies = [ "alloy-chains", - "alloy-consensus 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=c914fc0)", - "alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=c914fc0)", - "alloy-genesis 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=c914fc0)", + "alloy-consensus", + "alloy-eips", + "alloy-genesis", "alloy-primitives", "alloy-rlp", "alloy-trie", @@ -6981,7 +6912,7 @@ dependencies = [ [[package]] name = "reth-provider" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?rev=71a97e3c429955a3c4125337019c2553039f1fbd#71a97e3c429955a3c4125337019c2553039f1fbd" +source = "git+https://github.com/paradigmxyz/reth?rev=017cfa60c222aa93cf4e7dbe1f085e0d60f2096a#017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" dependencies = [ "alloy-rlp", "alloy-rpc-types-engine", @@ -7010,7 +6941,7 @@ dependencies = [ [[package]] name = "reth-prune" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?rev=71a97e3c429955a3c4125337019c2553039f1fbd#71a97e3c429955a3c4125337019c2553039f1fbd" +source = "git+https://github.com/paradigmxyz/reth?rev=017cfa60c222aa93cf4e7dbe1f085e0d60f2096a#017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" dependencies = [ "itertools 0.12.1", "metrics", @@ -7031,10 +6962,10 @@ dependencies = [ [[package]] name = "reth-revm" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?rev=71a97e3c429955a3c4125337019c2553039f1fbd#71a97e3c429955a3c4125337019c2553039f1fbd" +source = "git+https://github.com/paradigmxyz/reth?rev=017cfa60c222aa93cf4e7dbe1f085e0d60f2096a#017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" dependencies = [ - "alloy-consensus 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=c914fc0)", - "alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=c914fc0)", + "alloy-consensus", + "alloy-eips", "alloy-rlp", "reth-consensus-common", "reth-interfaces", @@ -7047,7 +6978,7 @@ dependencies = [ [[package]] name = "reth-rpc" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?rev=71a97e3c429955a3c4125337019c2553039f1fbd#71a97e3c429955a3c4125337019c2553039f1fbd" +source = "git+https://github.com/paradigmxyz/reth?rev=017cfa60c222aa93cf4e7dbe1f085e0d60f2096a#017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" dependencies = [ "alloy-dyn-abi", "alloy-primitives", @@ -7099,7 +7030,7 @@ dependencies = [ [[package]] name = "reth-rpc-api" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?rev=71a97e3c429955a3c4125337019c2553039f1fbd#71a97e3c429955a3c4125337019c2553039f1fbd" +source = "git+https://github.com/paradigmxyz/reth?rev=017cfa60c222aa93cf4e7dbe1f085e0d60f2096a#017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" dependencies = [ "jsonrpsee", "reth-engine-primitives", @@ -7113,7 +7044,7 @@ dependencies = [ [[package]] name = "reth-rpc-builder" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?rev=71a97e3c429955a3c4125337019c2553039f1fbd#71a97e3c429955a3c4125337019c2553039f1fbd" +source = "git+https://github.com/paradigmxyz/reth?rev=017cfa60c222aa93cf4e7dbe1f085e0d60f2096a#017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" dependencies = [ "hyper", "jsonrpsee", @@ -7141,7 +7072,7 @@ dependencies = [ [[package]] name = "reth-rpc-engine-api" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?rev=71a97e3c429955a3c4125337019c2553039f1fbd#71a97e3c429955a3c4125337019c2553039f1fbd" +source = "git+https://github.com/paradigmxyz/reth?rev=017cfa60c222aa93cf4e7dbe1f085e0d60f2096a#017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" dependencies = [ "async-trait", "jsonrpsee-core", @@ -7166,7 +7097,7 @@ dependencies = [ [[package]] name = "reth-rpc-layer" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?rev=71a97e3c429955a3c4125337019c2553039f1fbd#71a97e3c429955a3c4125337019c2553039f1fbd" +source = "git+https://github.com/paradigmxyz/reth?rev=017cfa60c222aa93cf4e7dbe1f085e0d60f2096a#017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" dependencies = [ "assert_matches", "http", @@ -7188,10 +7119,10 @@ dependencies = [ [[package]] name = "reth-rpc-types" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?rev=71a97e3c429955a3c4125337019c2553039f1fbd#71a97e3c429955a3c4125337019c2553039f1fbd" +source = "git+https://github.com/paradigmxyz/reth?rev=017cfa60c222aa93cf4e7dbe1f085e0d60f2096a#017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" dependencies = [ "alloy-primitives", - "alloy-rpc-types 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=c914fc0)", + "alloy-rpc-types", "alloy-rpc-types-anvil", "alloy-rpc-types-beacon", "alloy-rpc-types-engine", @@ -7206,10 +7137,10 @@ dependencies = [ [[package]] name = "reth-rpc-types-compat" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?rev=71a97e3c429955a3c4125337019c2553039f1fbd#71a97e3c429955a3c4125337019c2553039f1fbd" +source = "git+https://github.com/paradigmxyz/reth?rev=017cfa60c222aa93cf4e7dbe1f085e0d60f2096a#017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" dependencies = [ "alloy-rlp", - "alloy-rpc-types 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=c914fc0)", + "alloy-rpc-types", "reth-primitives", "reth-rpc-types", ] @@ -7217,7 +7148,7 @@ dependencies = [ [[package]] name = "reth-stages" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?rev=71a97e3c429955a3c4125337019c2553039f1fbd#71a97e3c429955a3c4125337019c2553039f1fbd" +source = "git+https://github.com/paradigmxyz/reth?rev=017cfa60c222aa93cf4e7dbe1f085e0d60f2096a#017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" dependencies = [ "futures-util", "itertools 0.12.1", @@ -7244,7 +7175,7 @@ dependencies = [ [[package]] name = "reth-stages-api" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?rev=71a97e3c429955a3c4125337019c2553039f1fbd#71a97e3c429955a3c4125337019c2553039f1fbd" +source = "git+https://github.com/paradigmxyz/reth?rev=017cfa60c222aa93cf4e7dbe1f085e0d60f2096a#017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" dependencies = [ "aquamarine", "auto_impl", @@ -7268,7 +7199,7 @@ dependencies = [ [[package]] name = "reth-static-file" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?rev=71a97e3c429955a3c4125337019c2553039f1fbd#71a97e3c429955a3c4125337019c2553039f1fbd" +source = "git+https://github.com/paradigmxyz/reth?rev=017cfa60c222aa93cf4e7dbe1f085e0d60f2096a#017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" dependencies = [ "parking_lot 0.12.2", "rayon", @@ -7285,7 +7216,7 @@ dependencies = [ [[package]] name = "reth-tasks" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?rev=71a97e3c429955a3c4125337019c2553039f1fbd#71a97e3c429955a3c4125337019c2553039f1fbd" +source = "git+https://github.com/paradigmxyz/reth?rev=017cfa60c222aa93cf4e7dbe1f085e0d60f2096a#017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" dependencies = [ "dyn-clone", "futures-util", @@ -7302,7 +7233,7 @@ dependencies = [ [[package]] name = "reth-tokio-util" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?rev=71a97e3c429955a3c4125337019c2553039f1fbd#71a97e3c429955a3c4125337019c2553039f1fbd" +source = "git+https://github.com/paradigmxyz/reth?rev=017cfa60c222aa93cf4e7dbe1f085e0d60f2096a#017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" dependencies = [ "tokio", "tokio-stream", @@ -7311,7 +7242,7 @@ dependencies = [ [[package]] name = "reth-tracing" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?rev=71a97e3c429955a3c4125337019c2553039f1fbd#71a97e3c429955a3c4125337019c2553039f1fbd" +source = "git+https://github.com/paradigmxyz/reth?rev=017cfa60c222aa93cf4e7dbe1f085e0d60f2096a#017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" dependencies = [ "clap", "eyre", @@ -7326,7 +7257,7 @@ dependencies = [ [[package]] name = "reth-transaction-pool" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?rev=71a97e3c429955a3c4125337019c2553039f1fbd#71a97e3c429955a3c4125337019c2553039f1fbd" +source = "git+https://github.com/paradigmxyz/reth?rev=017cfa60c222aa93cf4e7dbe1f085e0d60f2096a#017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" dependencies = [ "alloy-rlp", "aquamarine", @@ -7358,7 +7289,7 @@ dependencies = [ [[package]] name = "reth-trie" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?rev=71a97e3c429955a3c4125337019c2553039f1fbd#71a97e3c429955a3c4125337019c2553039f1fbd" +source = "git+https://github.com/paradigmxyz/reth?rev=017cfa60c222aa93cf4e7dbe1f085e0d60f2096a#017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" dependencies = [ "alloy-rlp", "auto_impl", @@ -7376,7 +7307,7 @@ dependencies = [ [[package]] name = "reth-trie-parallel" version = "0.2.0-beta.7" -source = "git+https://github.com/paradigmxyz/reth?rev=71a97e3c429955a3c4125337019c2553039f1fbd#71a97e3c429955a3c4125337019c2553039f1fbd" +source = "git+https://github.com/paradigmxyz/reth?rev=017cfa60c222aa93cf4e7dbe1f085e0d60f2096a#017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" dependencies = [ "alloy-rlp", "derive_more", @@ -7412,10 +7343,10 @@ dependencies = [ [[package]] name = "revm-inspectors" version = "0.1.0" -source = "git+https://github.com/paradigmxyz/evm-inspectors?rev=8a3c338#8a3c338276daa51570f16a4ad0c177604648520c" +source = "git+https://github.com/paradigmxyz/evm-inspectors?rev=fb5d095#fb5d0958216df62d57bac1a609e379a505e562e1" dependencies = [ "alloy-primitives", - "alloy-rpc-types 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=c914fc0)", + "alloy-rpc-types", "alloy-rpc-types-trace", "alloy-sol-types", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 8cb04cc4..edc180e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,14 +27,14 @@ incremental = false ethereum-consensus = { git = "https://github.com/ralexstokes/ethereum-consensus", rev = "8a394af6c9378b844e183cfdca3091a92b473eda" } beacon-api-client = { git = "https://github.com/ralexstokes/ethereum-consensus", rev = "8a394af6c9378b844e183cfdca3091a92b473eda" } -reth = { git = "https://github.com/paradigmxyz/reth", rev = "71a97e3c429955a3c4125337019c2553039f1fbd" } -reth-interfaces = { git = "https://github.com/paradigmxyz/reth", rev = "71a97e3c429955a3c4125337019c2553039f1fbd" } -reth-db = { git = "https://github.com/paradigmxyz/reth", rev = "71a97e3c429955a3c4125337019c2553039f1fbd" } -reth-node-ethereum = { git = "https://github.com/paradigmxyz/reth", rev = "71a97e3c429955a3c4125337019c2553039f1fbd" } -reth-evm-ethereum = { git = "https://github.com/paradigmxyz/reth", rev = "71a97e3c429955a3c4125337019c2553039f1fbd" } -reth-basic-payload-builder = { git = "https://github.com/paradigmxyz/reth", rev = "71a97e3c429955a3c4125337019c2553039f1fbd" } -alloy-signer = { git = "https://github.com/alloy-rs/alloy", rev = "dd25769" } -alloy-signer-wallet = { git = "https://github.com/alloy-rs/alloy", rev = "dd25769" } +reth = { git = "https://github.com/paradigmxyz/reth", rev = "017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" } +reth-interfaces = { git = "https://github.com/paradigmxyz/reth", rev = "017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" } +reth-db = { git = "https://github.com/paradigmxyz/reth", rev = "017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" } +reth-node-ethereum = { git = "https://github.com/paradigmxyz/reth", rev = "017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" } +reth-evm-ethereum = { git = "https://github.com/paradigmxyz/reth", rev = "017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" } +reth-basic-payload-builder = { git = "https://github.com/paradigmxyz/reth", rev = "017cfa60c222aa93cf4e7dbe1f085e0d60f2096a" } +alloy-signer = { git = "https://github.com/alloy-rs/alloy", rev = "07611cf" } +alloy-signer-wallet = { git = "https://github.com/alloy-rs/alloy", rev = "07611cf" } # revm revm = { version = "9.0.0", features = [