From 59fbfc0742546ab235c3919e8a24817099a7deaf Mon Sep 17 00:00:00 2001 From: joshieDo <93316087+joshieDo@users.noreply.github.com> Date: Tue, 26 Nov 2024 15:31:34 +0000 Subject: [PATCH 1/3] bump reth --- Cargo.lock | 261 ++++++++++++++++++++++------------------ Cargo.toml | 50 ++++---- crates/node/src/node.rs | 17 ++- 3 files changed, 180 insertions(+), 148 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1faabf3..f180bac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5551,7 +5551,7 @@ dependencies = [ [[package]] name = "reth" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -5624,7 +5624,7 @@ dependencies = [ [[package]] name = "reth-basic-payload-builder" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -5653,7 +5653,7 @@ dependencies = [ [[package]] name = "reth-beacon-consensus" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -5664,6 +5664,8 @@ dependencies = [ "metrics 0.24.0", "reth-blockchain-tree-api", "reth-chainspec", + "reth-codecs", + "reth-db-api", "reth-engine-primitives", "reth-errors", "reth-ethereum-consensus", @@ -5675,6 +5677,7 @@ dependencies = [ "reth-payload-primitives", "reth-payload-validator", "reth-primitives", + "reth-primitives-traits", "reth-provider", "reth-prune", "reth-stages-api", @@ -5691,7 +5694,7 @@ dependencies = [ [[package]] name = "reth-blockchain-tree" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-eips", "alloy-primitives", @@ -5724,7 +5727,7 @@ dependencies = [ [[package]] name = "reth-blockchain-tree-api" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-eips", "alloy-primitives", @@ -5738,12 +5741,11 @@ dependencies = [ [[package]] name = "reth-chain-state" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-consensus", "alloy-eips", "alloy-primitives", - "auto_impl", "derive_more", "metrics 0.24.0", "parking_lot", @@ -5753,6 +5755,7 @@ dependencies = [ "reth-execution-types", "reth-metrics", "reth-primitives", + "reth-primitives-traits", "reth-storage-api", "reth-trie", "tokio", @@ -5763,7 +5766,7 @@ dependencies = [ [[package]] name = "reth-chainspec" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-chains", "alloy-consensus", @@ -5783,7 +5786,7 @@ dependencies = [ [[package]] name = "reth-cli" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-genesis", "clap", @@ -5797,7 +5800,7 @@ dependencies = [ [[package]] name = "reth-cli-commands" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "ahash", "alloy-consensus", @@ -5858,7 +5861,7 @@ dependencies = [ [[package]] name = "reth-cli-runner" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "reth-tasks", "tokio", @@ -5868,7 +5871,7 @@ dependencies = [ [[package]] name = "reth-cli-util" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-eips", "alloy-primitives", @@ -5886,7 +5889,7 @@ dependencies = [ [[package]] name = "reth-codecs" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -5903,7 +5906,7 @@ dependencies = [ [[package]] name = "reth-codecs-derive" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "convert_case", "proc-macro2", @@ -5914,7 +5917,7 @@ dependencies = [ [[package]] name = "reth-config" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "eyre", "humantime-serde", @@ -5928,7 +5931,7 @@ dependencies = [ [[package]] name = "reth-consensus" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -5942,7 +5945,7 @@ dependencies = [ [[package]] name = "reth-consensus-common" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -5956,7 +5959,7 @@ dependencies = [ [[package]] name = "reth-consensus-debug-client" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -5980,7 +5983,7 @@ dependencies = [ [[package]] name = "reth-db" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -5989,7 +5992,6 @@ dependencies = [ "eyre", "metrics 0.24.0", "page_size", - "paste", "reth-db-api", "reth-fs-util", "reth-libmdbx", @@ -6012,7 +6014,7 @@ dependencies = [ [[package]] name = "reth-db-api" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-consensus", "alloy-genesis", @@ -6036,7 +6038,7 @@ dependencies = [ [[package]] name = "reth-db-common" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-genesis", "alloy-primitives", @@ -6064,7 +6066,7 @@ dependencies = [ [[package]] name = "reth-db-models" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-eips", "alloy-primitives", @@ -6078,7 +6080,7 @@ dependencies = [ [[package]] name = "reth-discv4" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -6104,7 +6106,7 @@ dependencies = [ [[package]] name = "reth-discv5" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -6128,7 +6130,7 @@ dependencies = [ [[package]] name = "reth-dns-discovery" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-primitives", "data-encoding", @@ -6152,7 +6154,7 @@ dependencies = [ [[package]] name = "reth-downloaders" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -6185,7 +6187,7 @@ dependencies = [ [[package]] name = "reth-ecies" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "aes", "alloy-primitives", @@ -6216,7 +6218,7 @@ dependencies = [ [[package]] name = "reth-engine-local" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-primitives", "alloy-rpc-types-engine", @@ -6248,7 +6250,7 @@ dependencies = [ [[package]] name = "reth-engine-primitives" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-primitives", "alloy-rpc-types-engine", @@ -6267,7 +6269,7 @@ dependencies = [ [[package]] name = "reth-engine-service" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "futures", "pin-project", @@ -6291,11 +6293,12 @@ dependencies = [ [[package]] name = "reth-engine-tree" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-consensus", "alloy-eips", "alloy-primitives", + "alloy-rlp", "alloy-rpc-types-engine", "futures", "metrics 0.24.0", @@ -6323,6 +6326,7 @@ dependencies = [ "reth-tasks", "reth-trie", "reth-trie-parallel", + "reth-trie-sparse", "revm-primitives", "thiserror 1.0.69", "tokio", @@ -6332,7 +6336,7 @@ dependencies = [ [[package]] name = "reth-engine-util" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -6364,7 +6368,7 @@ dependencies = [ [[package]] name = "reth-errors" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "reth-blockchain-tree-api", "reth-consensus", @@ -6377,7 +6381,7 @@ dependencies = [ [[package]] name = "reth-eth-wire" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-chains", "alloy-primitives", @@ -6405,7 +6409,7 @@ dependencies = [ [[package]] name = "reth-eth-wire-types" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-chains", "alloy-consensus", @@ -6425,7 +6429,7 @@ dependencies = [ [[package]] name = "reth-ethereum-cli" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "eyre", "reth-chainspec", @@ -6435,7 +6439,7 @@ dependencies = [ [[package]] name = "reth-ethereum-consensus" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -6451,7 +6455,7 @@ dependencies = [ [[package]] name = "reth-ethereum-engine-primitives" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-eips", "alloy-primitives", @@ -6470,7 +6474,7 @@ dependencies = [ [[package]] name = "reth-ethereum-forks" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-chains", "alloy-primitives", @@ -6487,7 +6491,7 @@ dependencies = [ [[package]] name = "reth-ethereum-payload-builder" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -6514,7 +6518,7 @@ dependencies = [ [[package]] name = "reth-etl" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "rayon", "reth-db-api", @@ -6524,7 +6528,7 @@ dependencies = [ [[package]] name = "reth-evm" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -6550,7 +6554,7 @@ dependencies = [ [[package]] name = "reth-evm-ethereum" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -6569,7 +6573,7 @@ dependencies = [ [[package]] name = "reth-execution-errors" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-eips", "alloy-primitives", @@ -6585,7 +6589,7 @@ dependencies = [ [[package]] name = "reth-execution-types" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-eips", "alloy-primitives", @@ -6593,6 +6597,7 @@ dependencies = [ "reth-primitives", "reth-primitives-traits", "reth-trie", + "reth-trie-common", "revm", "serde", "serde_with", @@ -6601,8 +6606,9 @@ dependencies = [ [[package]] name = "reth-exex" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ + "alloy-consensus", "alloy-eips", "alloy-primitives", "eyre", @@ -6636,7 +6642,7 @@ dependencies = [ [[package]] name = "reth-exex-types" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-eips", "alloy-primitives", @@ -6650,7 +6656,7 @@ dependencies = [ [[package]] name = "reth-fs-util" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "serde", "serde_json", @@ -6660,7 +6666,7 @@ dependencies = [ [[package]] name = "reth-invalid-block-hooks" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -6686,7 +6692,7 @@ dependencies = [ [[package]] name = "reth-ipc" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "async-trait", "bytes", @@ -6707,7 +6713,7 @@ dependencies = [ [[package]] name = "reth-libmdbx" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "bitflags 2.6.0", "byteorder", @@ -6724,7 +6730,7 @@ dependencies = [ [[package]] name = "reth-mdbx-sys" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "bindgen", "cc", @@ -6733,7 +6739,7 @@ dependencies = [ [[package]] name = "reth-metrics" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "futures", "metrics 0.24.0", @@ -6745,7 +6751,7 @@ dependencies = [ [[package]] name = "reth-net-banlist" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-primitives", ] @@ -6753,7 +6759,7 @@ dependencies = [ [[package]] name = "reth-net-nat" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "futures-util", "if-addrs", @@ -6767,7 +6773,7 @@ dependencies = [ [[package]] name = "reth-network" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -6822,7 +6828,7 @@ dependencies = [ [[package]] name = "reth-network-api" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-primitives", "alloy-rpc-types-admin", @@ -6845,7 +6851,7 @@ dependencies = [ [[package]] name = "reth-network-p2p" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -6867,7 +6873,7 @@ dependencies = [ [[package]] name = "reth-network-peers" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -6882,7 +6888,7 @@ dependencies = [ [[package]] name = "reth-network-types" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "humantime-serde", "reth-ethereum-forks", @@ -6896,7 +6902,7 @@ dependencies = [ [[package]] name = "reth-nippy-jar" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "anyhow", "bincode", @@ -6913,7 +6919,7 @@ dependencies = [ [[package]] name = "reth-node-api" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-consensus", "alloy-rpc-types-engine", @@ -6935,7 +6941,7 @@ dependencies = [ [[package]] name = "reth-node-builder" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -6999,7 +7005,7 @@ dependencies = [ [[package]] name = "reth-node-core" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7048,7 +7054,7 @@ dependencies = [ [[package]] name = "reth-node-ethereum" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-consensus", "eyre", @@ -7077,7 +7083,7 @@ dependencies = [ [[package]] name = "reth-node-events" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7101,7 +7107,7 @@ dependencies = [ [[package]] name = "reth-node-metrics" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "eyre", "http", @@ -7123,7 +7129,7 @@ dependencies = [ [[package]] name = "reth-node-types" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "reth-chainspec", "reth-db-api", @@ -7135,7 +7141,7 @@ dependencies = [ [[package]] name = "reth-optimism-chainspec" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-chains", "alloy-consensus", @@ -7156,7 +7162,7 @@ dependencies = [ [[package]] name = "reth-optimism-cli" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7205,7 +7211,7 @@ dependencies = [ [[package]] name = "reth-optimism-consensus" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -7223,7 +7229,7 @@ dependencies = [ [[package]] name = "reth-optimism-evm" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7250,7 +7256,7 @@ dependencies = [ [[package]] name = "reth-optimism-forks" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-chains", "alloy-primitives", @@ -7262,7 +7268,7 @@ dependencies = [ [[package]] name = "reth-optimism-node" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7307,7 +7313,7 @@ dependencies = [ [[package]] name = "reth-optimism-payload-builder" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7345,7 +7351,7 @@ dependencies = [ [[package]] name = "reth-optimism-primitives" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7355,7 +7361,6 @@ dependencies = [ "derive_more", "op-alloy-consensus", "reth-codecs", - "reth-node-types", "reth-primitives", "reth-primitives-traits", "serde", @@ -7364,7 +7369,7 @@ dependencies = [ [[package]] name = "reth-optimism-rpc" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7390,6 +7395,7 @@ dependencies = [ "reth-optimism-evm", "reth-optimism-forks", "reth-optimism-payload-builder", + "reth-optimism-primitives", "reth-primitives", "reth-provider", "reth-rpc", @@ -7409,7 +7415,7 @@ dependencies = [ [[package]] name = "reth-payload-builder" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-rpc-types", "async-trait", @@ -7428,7 +7434,7 @@ dependencies = [ [[package]] name = "reth-payload-builder-primitives" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-rpc-types-engine", "async-trait", @@ -7442,7 +7448,7 @@ dependencies = [ [[package]] name = "reth-payload-primitives" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-eips", "alloy-primitives", @@ -7461,7 +7467,7 @@ dependencies = [ [[package]] name = "reth-payload-util" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -7471,7 +7477,7 @@ dependencies = [ [[package]] name = "reth-payload-validator" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-rpc-types", "reth-chainspec", @@ -7482,7 +7488,7 @@ dependencies = [ [[package]] name = "reth-primitives" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7515,7 +7521,7 @@ dependencies = [ [[package]] name = "reth-primitives-traits" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7537,7 +7543,7 @@ dependencies = [ [[package]] name = "reth-provider" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7582,8 +7588,9 @@ dependencies = [ [[package]] name = "reth-prune" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ + "alloy-eips", "alloy-primitives", "itertools 0.13.0", "metrics 0.24.0", @@ -7608,7 +7615,7 @@ dependencies = [ [[package]] name = "reth-prune-types" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-primitives", "bytes", @@ -7622,7 +7629,7 @@ dependencies = [ [[package]] name = "reth-revm" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-eips", "alloy-primitives", @@ -7639,7 +7646,7 @@ dependencies = [ [[package]] name = "reth-rpc" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-consensus", "alloy-dyn-abi", @@ -7709,7 +7716,7 @@ dependencies = [ [[package]] name = "reth-rpc-api" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-eips", "alloy-json-rpc", @@ -7734,7 +7741,7 @@ dependencies = [ [[package]] name = "reth-rpc-builder" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-consensus", "http", @@ -7749,6 +7756,7 @@ dependencies = [ "reth-metrics", "reth-network-api", "reth-node-core", + "reth-primitives", "reth-provider", "reth-rpc", "reth-rpc-api", @@ -7770,7 +7778,7 @@ dependencies = [ [[package]] name = "reth-rpc-engine-api" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-eips", "alloy-primitives", @@ -7803,7 +7811,7 @@ dependencies = [ [[package]] name = "reth-rpc-eth-api" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-consensus", "alloy-dyn-abi", @@ -7846,7 +7854,7 @@ dependencies = [ [[package]] name = "reth-rpc-eth-types" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7867,6 +7875,7 @@ dependencies = [ "reth-execution-types", "reth-metrics", "reth-primitives", + "reth-primitives-traits", "reth-revm", "reth-rpc-server-types", "reth-rpc-types-compat", @@ -7888,7 +7897,7 @@ dependencies = [ [[package]] name = "reth-rpc-layer" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-rpc-types-engine", "http", @@ -7902,7 +7911,7 @@ dependencies = [ [[package]] name = "reth-rpc-server-types" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-eips", "alloy-primitives", @@ -7918,7 +7927,7 @@ dependencies = [ [[package]] name = "reth-rpc-types-compat" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7936,9 +7945,10 @@ dependencies = [ [[package]] name = "reth-stages" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-consensus", + "alloy-eips", "alloy-primitives", "bincode", "futures-util", @@ -7973,7 +7983,7 @@ dependencies = [ [[package]] name = "reth-stages-api" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-primitives", "aquamarine", @@ -7999,7 +8009,7 @@ dependencies = [ [[package]] name = "reth-stages-types" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-primitives", "bytes", @@ -8012,13 +8022,15 @@ dependencies = [ [[package]] name = "reth-static-file" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-primitives", "parking_lot", "rayon", + "reth-codecs", "reth-db", "reth-db-api", + "reth-primitives-traits", "reth-provider", "reth-prune-types", "reth-stages-types", @@ -8031,7 +8043,7 @@ dependencies = [ [[package]] name = "reth-static-file-types" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-primitives", "clap", @@ -8043,7 +8055,7 @@ dependencies = [ [[package]] name = "reth-storage-api" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8066,7 +8078,7 @@ dependencies = [ [[package]] name = "reth-storage-errors" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-eips", "alloy-primitives", @@ -8079,7 +8091,7 @@ dependencies = [ [[package]] name = "reth-tasks" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "auto_impl", "dyn-clone", @@ -8097,7 +8109,7 @@ dependencies = [ [[package]] name = "reth-tokio-util" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "tokio", "tokio-stream", @@ -8107,7 +8119,7 @@ dependencies = [ [[package]] name = "reth-tracing" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "clap", "eyre", @@ -8122,7 +8134,7 @@ dependencies = [ [[package]] name = "reth-transaction-pool" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8160,7 +8172,7 @@ dependencies = [ [[package]] name = "reth-trie" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -8177,15 +8189,13 @@ dependencies = [ "reth-storage-errors", "reth-trie-common", "revm", - "serde", - "serde_with", "tracing", ] [[package]] name = "reth-trie-common" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-consensus", "alloy-genesis", @@ -8200,12 +8210,13 @@ dependencies = [ "reth-primitives-traits", "revm-primitives", "serde", + "serde_with", ] [[package]] name = "reth-trie-db" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -8218,7 +8229,6 @@ dependencies = [ "reth-primitives", "reth-storage-errors", "reth-trie", - "reth-trie-common", "revm", "serde", "tracing", @@ -8227,7 +8237,7 @@ dependencies = [ [[package]] name = "reth-trie-parallel" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=f211aac#f211aacf551afbf707b7fb6a40d17c8d2264110e" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -8247,6 +8257,19 @@ dependencies = [ "tracing", ] +[[package]] +name = "reth-trie-sparse" +version = "1.1.2" +source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "reth-tracing", + "reth-trie-common", + "smallvec", + "thiserror 1.0.69", +] + [[package]] name = "revm" version = "18.0.0" @@ -9238,9 +9261,9 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.31.4" +version = "0.32.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be" +checksum = "e3b5ae3f4f7d64646c46c4cae4e3f01d1c5d255c7406fdd7c7f999a94e488791" dependencies = [ "core-foundation-sys", "libc", diff --git a/Cargo.toml b/Cargo.toml index bec8d4a..f56b54a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -155,43 +155,43 @@ alloy-signer-local = { version = "0.6.4", features = ["mnemonic"] } tokio = { version = "1.21", default-features = false } # reth -reth-chainspec = { git = "https://github.com/paradigmxyz/reth.git", rev = "f211aac" } -reth-cli = { git = "https://github.com/paradigmxyz/reth.git", rev = "f211aac" } -reth-cli-util = { git = "https://github.com/paradigmxyz/reth.git", rev = "f211aac" } -reth-evm = { git = "https://github.com/paradigmxyz/reth.git", rev = "f211aac" } -reth-rpc-eth-api = { git = "https://github.com/paradigmxyz/reth.git", rev = "f211aac" } -reth-node-api = { git = "https://github.com/paradigmxyz/reth.git", rev = "f211aac" } -reth-node-builder = { git = "https://github.com/paradigmxyz/reth.git", rev = "f211aac" } -reth-node-core = { git = "https://github.com/paradigmxyz/reth.git", rev = "f211aac", features = [ +reth-chainspec = { git = "https://github.com/paradigmxyz/reth.git", rev = "2d6b893" } +reth-cli = { git = "https://github.com/paradigmxyz/reth.git", rev = "2d6b893" } +reth-cli-util = { git = "https://github.com/paradigmxyz/reth.git", rev = "2d6b893" } +reth-evm = { git = "https://github.com/paradigmxyz/reth.git", rev = "2d6b893" } +reth-rpc-eth-api = { git = "https://github.com/paradigmxyz/reth.git", rev = "2d6b893" } +reth-node-api = { git = "https://github.com/paradigmxyz/reth.git", rev = "2d6b893" } +reth-node-builder = { git = "https://github.com/paradigmxyz/reth.git", rev = "2d6b893" } +reth-node-core = { git = "https://github.com/paradigmxyz/reth.git", rev = "2d6b893", features = [ "optimism", ] } -reth-optimism-node = { git = "https://github.com/paradigmxyz/reth.git", rev = "f211aac", features = [ +reth-optimism-node = { git = "https://github.com/paradigmxyz/reth.git", rev = "2d6b893", features = [ "optimism", ] } -reth-optimism-cli = { git = "https://github.com/paradigmxyz/reth.git", rev = "f211aac", features = [ +reth-optimism-cli = { git = "https://github.com/paradigmxyz/reth.git", rev = "2d6b893", features = [ "optimism", ] } -reth-optimism-rpc = { git = "https://github.com/paradigmxyz/reth.git", rev = "f211aac", features = [ +reth-optimism-rpc = { git = "https://github.com/paradigmxyz/reth.git", rev = "2d6b893", features = [ "optimism", ] } -reth-optimism-primitives = { git = "https://github.com/paradigmxyz/reth.git", rev = "f211aac" } -reth-optimism-forks = { git = "https://github.com/paradigmxyz/reth.git", rev = "f211aac" } -reth-optimism-chainspec = { git = "https://github.com/paradigmxyz/reth.git", rev = "f211aac" } -reth-payload-builder = { git = "https://github.com/paradigmxyz/reth.git", rev = "f211aac" } -reth-primitives = { git = "https://github.com/paradigmxyz/reth.git", rev = "f211aac", features = [ +reth-optimism-primitives = { git = "https://github.com/paradigmxyz/reth.git", rev = "2d6b893" } +reth-optimism-forks = { git = "https://github.com/paradigmxyz/reth.git", rev = "2d6b893" } +reth-optimism-chainspec = { git = "https://github.com/paradigmxyz/reth.git", rev = "2d6b893" } +reth-payload-builder = { git = "https://github.com/paradigmxyz/reth.git", rev = "2d6b893" } +reth-primitives = { git = "https://github.com/paradigmxyz/reth.git", rev = "2d6b893", features = [ "optimism", ] } -reth-provider = { git = "https://github.com/paradigmxyz/reth.git", rev = "f211aac", features = [ +reth-provider = { git = "https://github.com/paradigmxyz/reth.git", rev = "2d6b893", features = [ "optimism", ] } -reth-revm = { git = "https://github.com/paradigmxyz/reth.git", rev = "f211aac" } -reth-storage-api = { git = "https://github.com/paradigmxyz/reth.git", rev = "f211aac" } -reth-tracing = { git = "https://github.com/paradigmxyz/reth.git", rev = "f211aac" } -reth-transaction-pool = { git = "https://github.com/paradigmxyz/reth.git", rev = "f211aac" } -reth-trie-db = { git = "https://github.com/paradigmxyz/reth.git", rev = "f211aac" } -reth-network = { git = "https://github.com/paradigmxyz/reth.git", rev = "f211aac" } -reth-network-types = { git = "https://github.com/paradigmxyz/reth.git", rev = "f211aac" } -reth-chain-state = { git = "https://github.com/paradigmxyz/reth.git", rev = "f211aac" } +reth-revm = { git = "https://github.com/paradigmxyz/reth.git", rev = "2d6b893" } +reth-storage-api = { git = "https://github.com/paradigmxyz/reth.git", rev = "2d6b893" } +reth-tracing = { git = "https://github.com/paradigmxyz/reth.git", rev = "2d6b893" } +reth-transaction-pool = { git = "https://github.com/paradigmxyz/reth.git", rev = "2d6b893" } +reth-trie-db = { git = "https://github.com/paradigmxyz/reth.git", rev = "2d6b893" } +reth-network = { git = "https://github.com/paradigmxyz/reth.git", rev = "2d6b893" } +reth-network-types = { git = "https://github.com/paradigmxyz/reth.git", rev = "2d6b893" } +reth-chain-state = { git = "https://github.com/paradigmxyz/reth.git", rev = "2d6b893" } revm-primitives = { version = "14.0.0" } revm-precompile = { version = "15.0.0", features = ["secp256r1"] } diff --git a/crates/node/src/node.rs b/crates/node/src/node.rs index 68eb7c2..637b88e 100644 --- a/crates/node/src/node.rs +++ b/crates/node/src/node.rs @@ -59,7 +59,11 @@ impl OdysseyNode { > where Node: FullNodeTypes< - Types: NodeTypesWithEngine, + Types: NodeTypesWithEngine< + Engine = OpEngineTypes, + ChainSpec = OpChainSpec, + Primitives = OpPrimitives, + >, >, { ComponentsBuilder::default() @@ -173,8 +177,13 @@ impl OdysseyPayloadBuilder { impl PayloadServiceBuilder for OdysseyPayloadBuilder where - Node: - FullNodeTypes>, + Node: FullNodeTypes< + Types: NodeTypesWithEngine< + Engine = OpEngineTypes, + ChainSpec = OpChainSpec, + Primitives = OpPrimitives, + >, + >, Pool: TransactionPool + Unpin + 'static, { async fn spawn_payload_service( @@ -201,7 +210,7 @@ impl OdysseyNetworkBuilder { impl NetworkBuilder for OdysseyNetworkBuilder where - Node: FullNodeTypes>, + Node: FullNodeTypes>, Pool: TransactionPool + Unpin + 'static, { async fn build_network( From db851336ba2b17448179a68c3c4f59adc209ee7a Mon Sep 17 00:00:00 2001 From: joshieDo <93316087+joshieDo@users.noreply.github.com> Date: Tue, 26 Nov 2024 18:48:15 +0000 Subject: [PATCH 2/3] bump again --- Cargo.lock | 229 +++++++++++++++++++++++++++-------------------------- Cargo.toml | 50 ++++++------ 2 files changed, 141 insertions(+), 138 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f180bac..f041195 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5551,7 +5551,7 @@ dependencies = [ [[package]] name = "reth" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-consensus", "alloy-eips", @@ -5624,7 +5624,7 @@ dependencies = [ [[package]] name = "reth-basic-payload-builder" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-consensus", "alloy-eips", @@ -5653,7 +5653,7 @@ dependencies = [ [[package]] name = "reth-beacon-consensus" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-consensus", "alloy-eips", @@ -5694,7 +5694,7 @@ dependencies = [ [[package]] name = "reth-blockchain-tree" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-eips", "alloy-primitives", @@ -5727,7 +5727,7 @@ dependencies = [ [[package]] name = "reth-blockchain-tree-api" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-eips", "alloy-primitives", @@ -5741,7 +5741,7 @@ dependencies = [ [[package]] name = "reth-chain-state" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-consensus", "alloy-eips", @@ -5766,7 +5766,7 @@ dependencies = [ [[package]] name = "reth-chainspec" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-chains", "alloy-consensus", @@ -5786,7 +5786,7 @@ dependencies = [ [[package]] name = "reth-cli" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-genesis", "clap", @@ -5800,7 +5800,7 @@ dependencies = [ [[package]] name = "reth-cli-commands" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "ahash", "alloy-consensus", @@ -5861,7 +5861,7 @@ dependencies = [ [[package]] name = "reth-cli-runner" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "reth-tasks", "tokio", @@ -5871,7 +5871,7 @@ dependencies = [ [[package]] name = "reth-cli-util" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-eips", "alloy-primitives", @@ -5889,7 +5889,7 @@ dependencies = [ [[package]] name = "reth-codecs" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-consensus", "alloy-eips", @@ -5906,7 +5906,7 @@ dependencies = [ [[package]] name = "reth-codecs-derive" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "convert_case", "proc-macro2", @@ -5917,7 +5917,7 @@ dependencies = [ [[package]] name = "reth-config" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "eyre", "humantime-serde", @@ -5931,7 +5931,7 @@ dependencies = [ [[package]] name = "reth-consensus" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-consensus", "alloy-eips", @@ -5945,7 +5945,7 @@ dependencies = [ [[package]] name = "reth-consensus-common" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-consensus", "alloy-eips", @@ -5959,7 +5959,7 @@ dependencies = [ [[package]] name = "reth-consensus-debug-client" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-consensus", "alloy-eips", @@ -5983,7 +5983,7 @@ dependencies = [ [[package]] name = "reth-db" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -6014,7 +6014,7 @@ dependencies = [ [[package]] name = "reth-db-api" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-consensus", "alloy-genesis", @@ -6038,7 +6038,7 @@ dependencies = [ [[package]] name = "reth-db-common" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-genesis", "alloy-primitives", @@ -6066,7 +6066,7 @@ dependencies = [ [[package]] name = "reth-db-models" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-eips", "alloy-primitives", @@ -6080,7 +6080,7 @@ dependencies = [ [[package]] name = "reth-discv4" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -6106,7 +6106,7 @@ dependencies = [ [[package]] name = "reth-discv5" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -6130,7 +6130,7 @@ dependencies = [ [[package]] name = "reth-dns-discovery" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-primitives", "data-encoding", @@ -6154,7 +6154,7 @@ dependencies = [ [[package]] name = "reth-downloaders" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-consensus", "alloy-eips", @@ -6187,7 +6187,7 @@ dependencies = [ [[package]] name = "reth-ecies" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "aes", "alloy-primitives", @@ -6218,7 +6218,7 @@ dependencies = [ [[package]] name = "reth-engine-local" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-primitives", "alloy-rpc-types-engine", @@ -6250,7 +6250,7 @@ dependencies = [ [[package]] name = "reth-engine-primitives" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-primitives", "alloy-rpc-types-engine", @@ -6269,7 +6269,7 @@ dependencies = [ [[package]] name = "reth-engine-service" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "futures", "pin-project", @@ -6293,7 +6293,7 @@ dependencies = [ [[package]] name = "reth-engine-tree" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-consensus", "alloy-eips", @@ -6318,7 +6318,6 @@ dependencies = [ "reth-payload-primitives", "reth-payload-validator", "reth-primitives", - "reth-primitives-traits", "reth-provider", "reth-prune", "reth-revm", @@ -6336,7 +6335,7 @@ dependencies = [ [[package]] name = "reth-engine-util" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-consensus", "alloy-eips", @@ -6368,7 +6367,7 @@ dependencies = [ [[package]] name = "reth-errors" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "reth-blockchain-tree-api", "reth-consensus", @@ -6381,7 +6380,7 @@ dependencies = [ [[package]] name = "reth-eth-wire" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-chains", "alloy-primitives", @@ -6409,7 +6408,7 @@ dependencies = [ [[package]] name = "reth-eth-wire-types" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-chains", "alloy-consensus", @@ -6429,7 +6428,7 @@ dependencies = [ [[package]] name = "reth-ethereum-cli" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "eyre", "reth-chainspec", @@ -6439,7 +6438,7 @@ dependencies = [ [[package]] name = "reth-ethereum-consensus" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-consensus", "alloy-eips", @@ -6455,7 +6454,7 @@ dependencies = [ [[package]] name = "reth-ethereum-engine-primitives" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-eips", "alloy-primitives", @@ -6474,7 +6473,7 @@ dependencies = [ [[package]] name = "reth-ethereum-forks" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-chains", "alloy-primitives", @@ -6491,7 +6490,7 @@ dependencies = [ [[package]] name = "reth-ethereum-payload-builder" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-consensus", "alloy-eips", @@ -6518,7 +6517,7 @@ dependencies = [ [[package]] name = "reth-etl" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "rayon", "reth-db-api", @@ -6528,7 +6527,7 @@ dependencies = [ [[package]] name = "reth-evm" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-consensus", "alloy-eips", @@ -6554,7 +6553,7 @@ dependencies = [ [[package]] name = "reth-evm-ethereum" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-consensus", "alloy-eips", @@ -6573,7 +6572,7 @@ dependencies = [ [[package]] name = "reth-execution-errors" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-eips", "alloy-primitives", @@ -6589,8 +6588,9 @@ dependencies = [ [[package]] name = "reth-execution-types" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ + "alloy-consensus", "alloy-eips", "alloy-primitives", "reth-execution-errors", @@ -6606,7 +6606,7 @@ dependencies = [ [[package]] name = "reth-exex" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-consensus", "alloy-eips", @@ -6642,7 +6642,7 @@ dependencies = [ [[package]] name = "reth-exex-types" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-eips", "alloy-primitives", @@ -6656,7 +6656,7 @@ dependencies = [ [[package]] name = "reth-fs-util" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "serde", "serde_json", @@ -6666,7 +6666,7 @@ dependencies = [ [[package]] name = "reth-invalid-block-hooks" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -6680,6 +6680,7 @@ dependencies = [ "reth-engine-primitives", "reth-evm", "reth-primitives", + "reth-primitives-traits", "reth-provider", "reth-revm", "reth-rpc-api", @@ -6692,7 +6693,7 @@ dependencies = [ [[package]] name = "reth-ipc" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "async-trait", "bytes", @@ -6713,7 +6714,7 @@ dependencies = [ [[package]] name = "reth-libmdbx" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "bitflags 2.6.0", "byteorder", @@ -6730,7 +6731,7 @@ dependencies = [ [[package]] name = "reth-mdbx-sys" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "bindgen", "cc", @@ -6739,7 +6740,7 @@ dependencies = [ [[package]] name = "reth-metrics" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "futures", "metrics 0.24.0", @@ -6751,7 +6752,7 @@ dependencies = [ [[package]] name = "reth-net-banlist" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-primitives", ] @@ -6759,7 +6760,7 @@ dependencies = [ [[package]] name = "reth-net-nat" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "futures-util", "if-addrs", @@ -6773,7 +6774,7 @@ dependencies = [ [[package]] name = "reth-network" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-consensus", "alloy-eips", @@ -6828,7 +6829,7 @@ dependencies = [ [[package]] name = "reth-network-api" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-primitives", "alloy-rpc-types-admin", @@ -6851,7 +6852,7 @@ dependencies = [ [[package]] name = "reth-network-p2p" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-consensus", "alloy-eips", @@ -6873,7 +6874,7 @@ dependencies = [ [[package]] name = "reth-network-peers" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -6888,7 +6889,7 @@ dependencies = [ [[package]] name = "reth-network-types" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "humantime-serde", "reth-ethereum-forks", @@ -6902,7 +6903,7 @@ dependencies = [ [[package]] name = "reth-nippy-jar" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "anyhow", "bincode", @@ -6919,7 +6920,7 @@ dependencies = [ [[package]] name = "reth-node-api" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-consensus", "alloy-rpc-types-engine", @@ -6941,7 +6942,7 @@ dependencies = [ [[package]] name = "reth-node-builder" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -7005,7 +7006,7 @@ dependencies = [ [[package]] name = "reth-node-core" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7054,7 +7055,7 @@ dependencies = [ [[package]] name = "reth-node-ethereum" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-consensus", "eyre", @@ -7083,7 +7084,7 @@ dependencies = [ [[package]] name = "reth-node-events" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7107,7 +7108,7 @@ dependencies = [ [[package]] name = "reth-node-metrics" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "eyre", "http", @@ -7129,7 +7130,7 @@ dependencies = [ [[package]] name = "reth-node-types" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "reth-chainspec", "reth-db-api", @@ -7141,7 +7142,7 @@ dependencies = [ [[package]] name = "reth-optimism-chainspec" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-chains", "alloy-consensus", @@ -7162,7 +7163,7 @@ dependencies = [ [[package]] name = "reth-optimism-cli" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7211,7 +7212,7 @@ dependencies = [ [[package]] name = "reth-optimism-consensus" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -7229,7 +7230,7 @@ dependencies = [ [[package]] name = "reth-optimism-evm" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7256,7 +7257,7 @@ dependencies = [ [[package]] name = "reth-optimism-forks" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-chains", "alloy-primitives", @@ -7268,7 +7269,7 @@ dependencies = [ [[package]] name = "reth-optimism-node" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7313,7 +7314,7 @@ dependencies = [ [[package]] name = "reth-optimism-payload-builder" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7351,7 +7352,7 @@ dependencies = [ [[package]] name = "reth-optimism-primitives" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7369,7 +7370,7 @@ dependencies = [ [[package]] name = "reth-optimism-rpc" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7415,7 +7416,7 @@ dependencies = [ [[package]] name = "reth-payload-builder" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-rpc-types", "async-trait", @@ -7434,7 +7435,7 @@ dependencies = [ [[package]] name = "reth-payload-builder-primitives" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-rpc-types-engine", "async-trait", @@ -7448,7 +7449,7 @@ dependencies = [ [[package]] name = "reth-payload-primitives" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-eips", "alloy-primitives", @@ -7467,7 +7468,7 @@ dependencies = [ [[package]] name = "reth-payload-util" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -7477,7 +7478,7 @@ dependencies = [ [[package]] name = "reth-payload-validator" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-rpc-types", "reth-chainspec", @@ -7488,7 +7489,7 @@ dependencies = [ [[package]] name = "reth-primitives" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7521,7 +7522,7 @@ dependencies = [ [[package]] name = "reth-primitives-traits" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7543,7 +7544,7 @@ dependencies = [ [[package]] name = "reth-provider" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7588,7 +7589,7 @@ dependencies = [ [[package]] name = "reth-prune" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-eips", "alloy-primitives", @@ -7615,7 +7616,7 @@ dependencies = [ [[package]] name = "reth-prune-types" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-primitives", "bytes", @@ -7629,7 +7630,7 @@ dependencies = [ [[package]] name = "reth-revm" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-eips", "alloy-primitives", @@ -7646,7 +7647,7 @@ dependencies = [ [[package]] name = "reth-rpc" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-consensus", "alloy-dyn-abi", @@ -7689,6 +7690,7 @@ dependencies = [ "reth-network-types", "reth-payload-validator", "reth-primitives", + "reth-primitives-traits", "reth-provider", "reth-revm", "reth-rpc-api", @@ -7716,7 +7718,7 @@ dependencies = [ [[package]] name = "reth-rpc-api" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-eips", "alloy-json-rpc", @@ -7741,7 +7743,7 @@ dependencies = [ [[package]] name = "reth-rpc-builder" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-consensus", "http", @@ -7778,7 +7780,7 @@ dependencies = [ [[package]] name = "reth-rpc-engine-api" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-eips", "alloy-primitives", @@ -7811,7 +7813,7 @@ dependencies = [ [[package]] name = "reth-rpc-eth-api" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-consensus", "alloy-dyn-abi", @@ -7854,7 +7856,7 @@ dependencies = [ [[package]] name = "reth-rpc-eth-types" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7897,7 +7899,7 @@ dependencies = [ [[package]] name = "reth-rpc-layer" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-rpc-types-engine", "http", @@ -7911,7 +7913,7 @@ dependencies = [ [[package]] name = "reth-rpc-server-types" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-eips", "alloy-primitives", @@ -7927,7 +7929,7 @@ dependencies = [ [[package]] name = "reth-rpc-types-compat" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7945,7 +7947,7 @@ dependencies = [ [[package]] name = "reth-stages" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7983,7 +7985,7 @@ dependencies = [ [[package]] name = "reth-stages-api" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-primitives", "aquamarine", @@ -8009,7 +8011,7 @@ dependencies = [ [[package]] name = "reth-stages-types" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-primitives", "bytes", @@ -8022,7 +8024,7 @@ dependencies = [ [[package]] name = "reth-static-file" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-primitives", "parking_lot", @@ -8043,7 +8045,7 @@ dependencies = [ [[package]] name = "reth-static-file-types" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-primitives", "clap", @@ -8055,7 +8057,7 @@ dependencies = [ [[package]] name = "reth-storage-api" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8073,12 +8075,13 @@ dependencies = [ "reth-stages-types", "reth-storage-errors", "reth-trie", + "reth-trie-db", ] [[package]] name = "reth-storage-errors" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-eips", "alloy-primitives", @@ -8091,7 +8094,7 @@ dependencies = [ [[package]] name = "reth-tasks" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "auto_impl", "dyn-clone", @@ -8109,7 +8112,7 @@ dependencies = [ [[package]] name = "reth-tokio-util" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "tokio", "tokio-stream", @@ -8119,7 +8122,7 @@ dependencies = [ [[package]] name = "reth-tracing" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "clap", "eyre", @@ -8134,7 +8137,7 @@ dependencies = [ [[package]] name = "reth-transaction-pool" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8172,7 +8175,7 @@ dependencies = [ [[package]] name = "reth-trie" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -8195,7 +8198,7 @@ dependencies = [ [[package]] name = "reth-trie-common" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-consensus", "alloy-genesis", @@ -8216,7 +8219,7 @@ dependencies = [ [[package]] name = "reth-trie-db" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -8237,7 +8240,7 @@ dependencies = [ [[package]] name = "reth-trie-parallel" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -8260,7 +8263,7 @@ dependencies = [ [[package]] name = "reth-trie-sparse" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth.git?rev=2d6b893#2d6b8937c351c173d56929ac45ae9810df33c8f7" +source = "git+https://github.com/paradigmxyz/reth.git?rev=38cf6c9#38cf6c900ddd2a2266acf01c97abc159db314a07" dependencies = [ "alloy-primitives", "alloy-rlp", diff --git a/Cargo.toml b/Cargo.toml index f56b54a..08d40a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -155,43 +155,43 @@ alloy-signer-local = { version = "0.6.4", features = ["mnemonic"] } tokio = { version = "1.21", default-features = false } # reth -reth-chainspec = { git = "https://github.com/paradigmxyz/reth.git", rev = "2d6b893" } -reth-cli = { git = "https://github.com/paradigmxyz/reth.git", rev = "2d6b893" } -reth-cli-util = { git = "https://github.com/paradigmxyz/reth.git", rev = "2d6b893" } -reth-evm = { git = "https://github.com/paradigmxyz/reth.git", rev = "2d6b893" } -reth-rpc-eth-api = { git = "https://github.com/paradigmxyz/reth.git", rev = "2d6b893" } -reth-node-api = { git = "https://github.com/paradigmxyz/reth.git", rev = "2d6b893" } -reth-node-builder = { git = "https://github.com/paradigmxyz/reth.git", rev = "2d6b893" } -reth-node-core = { git = "https://github.com/paradigmxyz/reth.git", rev = "2d6b893", features = [ +reth-chainspec = { git = "https://github.com/paradigmxyz/reth.git", rev = "38cf6c9" } +reth-cli = { git = "https://github.com/paradigmxyz/reth.git", rev = "38cf6c9" } +reth-cli-util = { git = "https://github.com/paradigmxyz/reth.git", rev = "38cf6c9" } +reth-evm = { git = "https://github.com/paradigmxyz/reth.git", rev = "38cf6c9" } +reth-rpc-eth-api = { git = "https://github.com/paradigmxyz/reth.git", rev = "38cf6c9" } +reth-node-api = { git = "https://github.com/paradigmxyz/reth.git", rev = "38cf6c9" } +reth-node-builder = { git = "https://github.com/paradigmxyz/reth.git", rev = "38cf6c9" } +reth-node-core = { git = "https://github.com/paradigmxyz/reth.git", rev = "38cf6c9", features = [ "optimism", ] } -reth-optimism-node = { git = "https://github.com/paradigmxyz/reth.git", rev = "2d6b893", features = [ +reth-optimism-node = { git = "https://github.com/paradigmxyz/reth.git", rev = "38cf6c9", features = [ "optimism", ] } -reth-optimism-cli = { git = "https://github.com/paradigmxyz/reth.git", rev = "2d6b893", features = [ +reth-optimism-cli = { git = "https://github.com/paradigmxyz/reth.git", rev = "38cf6c9", features = [ "optimism", ] } -reth-optimism-rpc = { git = "https://github.com/paradigmxyz/reth.git", rev = "2d6b893", features = [ +reth-optimism-rpc = { git = "https://github.com/paradigmxyz/reth.git", rev = "38cf6c9", features = [ "optimism", ] } -reth-optimism-primitives = { git = "https://github.com/paradigmxyz/reth.git", rev = "2d6b893" } -reth-optimism-forks = { git = "https://github.com/paradigmxyz/reth.git", rev = "2d6b893" } -reth-optimism-chainspec = { git = "https://github.com/paradigmxyz/reth.git", rev = "2d6b893" } -reth-payload-builder = { git = "https://github.com/paradigmxyz/reth.git", rev = "2d6b893" } -reth-primitives = { git = "https://github.com/paradigmxyz/reth.git", rev = "2d6b893", features = [ +reth-optimism-primitives = { git = "https://github.com/paradigmxyz/reth.git", rev = "38cf6c9" } +reth-optimism-forks = { git = "https://github.com/paradigmxyz/reth.git", rev = "38cf6c9" } +reth-optimism-chainspec = { git = "https://github.com/paradigmxyz/reth.git", rev = "38cf6c9" } +reth-payload-builder = { git = "https://github.com/paradigmxyz/reth.git", rev = "38cf6c9" } +reth-primitives = { git = "https://github.com/paradigmxyz/reth.git", rev = "38cf6c9", features = [ "optimism", ] } -reth-provider = { git = "https://github.com/paradigmxyz/reth.git", rev = "2d6b893", features = [ +reth-provider = { git = "https://github.com/paradigmxyz/reth.git", rev = "38cf6c9", features = [ "optimism", ] } -reth-revm = { git = "https://github.com/paradigmxyz/reth.git", rev = "2d6b893" } -reth-storage-api = { git = "https://github.com/paradigmxyz/reth.git", rev = "2d6b893" } -reth-tracing = { git = "https://github.com/paradigmxyz/reth.git", rev = "2d6b893" } -reth-transaction-pool = { git = "https://github.com/paradigmxyz/reth.git", rev = "2d6b893" } -reth-trie-db = { git = "https://github.com/paradigmxyz/reth.git", rev = "2d6b893" } -reth-network = { git = "https://github.com/paradigmxyz/reth.git", rev = "2d6b893" } -reth-network-types = { git = "https://github.com/paradigmxyz/reth.git", rev = "2d6b893" } -reth-chain-state = { git = "https://github.com/paradigmxyz/reth.git", rev = "2d6b893" } +reth-revm = { git = "https://github.com/paradigmxyz/reth.git", rev = "38cf6c9" } +reth-storage-api = { git = "https://github.com/paradigmxyz/reth.git", rev = "38cf6c9" } +reth-tracing = { git = "https://github.com/paradigmxyz/reth.git", rev = "38cf6c9" } +reth-transaction-pool = { git = "https://github.com/paradigmxyz/reth.git", rev = "38cf6c9" } +reth-trie-db = { git = "https://github.com/paradigmxyz/reth.git", rev = "38cf6c9" } +reth-network = { git = "https://github.com/paradigmxyz/reth.git", rev = "38cf6c9" } +reth-network-types = { git = "https://github.com/paradigmxyz/reth.git", rev = "38cf6c9" } +reth-chain-state = { git = "https://github.com/paradigmxyz/reth.git", rev = "38cf6c9" } revm-primitives = { version = "14.0.0" } revm-precompile = { version = "15.0.0", features = ["secp256r1"] } From a3aa59e3ce42b45087719c17d26325d0b68f132c Mon Sep 17 00:00:00 2001 From: joshieDo <93316087+joshieDo@users.noreply.github.com> Date: Tue, 26 Nov 2024 19:12:17 +0000 Subject: [PATCH 3/3] missing dep --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index ac76ac8..d763557 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -185,6 +185,7 @@ reth-payload-builder = { git = "https://github.com/paradigmxyz/reth.git", rev = reth-primitives = { git = "https://github.com/paradigmxyz/reth.git", rev = "38cf6c9", features = [ "optimism", ] } +reth-primitives-traits = { git = "https://github.com/paradigmxyz/reth.git", rev = "38cf6c9" } reth-provider = { git = "https://github.com/paradigmxyz/reth.git", rev = "38cf6c9", features = [ "optimism", ] }