From bafcf7e5cabcec5bfc618e94c0fb82c3b64e7047 Mon Sep 17 00:00:00 2001 From: Morty Date: Thu, 26 Jun 2025 18:47:47 +0800 Subject: [PATCH 1/5] feat: add flag to disable tx broadcast & receive --- Cargo.lock | 4766 ++++++++++++++++++++++++++++++--------- Cargo.toml | 2 +- crates/node/src/args.rs | 6 + crates/node/src/node.rs | 7 +- 4 files changed, 3767 insertions(+), 1014 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 676f89a8..60cd063b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6899,6 +6899,30 @@ version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "95325155c684b1c89f7765e30bc1c42e4a6da51ca513615660cb8a62ef9a88e3" +[[package]] +name = "reth-basic-payload-builder" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-consensus 1.0.9", + "alloy-eips 1.0.9", + "alloy-primitives", + "futures-core", + "futures-util", + "metrics", + "reth-chain-state 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-payload-builder-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-payload-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-revm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "tokio", + "tracing", +] + [[package]] name = "reth-basic-payload-builder" version = "1.4.8" @@ -6910,16 +6934,47 @@ dependencies = [ "futures-core", "futures-util", "metrics", - "reth-chain-state", - "reth-metrics", - "reth-payload-builder", - "reth-payload-builder-primitives", - "reth-payload-primitives", - "reth-primitives-traits", - "reth-revm", - "reth-storage-api", - "reth-tasks", + "reth-chain-state 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-payload-builder-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-payload-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-revm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "tokio", + "tracing", +] + +[[package]] +name = "reth-chain-state" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-consensus 1.0.9", + "alloy-eips 1.0.9", + "alloy-primitives", + "alloy-signer", + "alloy-signer-local", + "derive_more", + "metrics", + "parking_lot 0.12.3", + "pin-project", + "rand 0.9.1", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-execution-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-trie 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "revm-database", + "revm-state", + "serde", "tokio", + "tokio-stream", "tracing", ] @@ -6938,14 +6993,14 @@ dependencies = [ "parking_lot 0.12.3", "pin-project", "rand 0.9.1", - "reth-chainspec", - "reth-errors", - "reth-ethereum-primitives", - "reth-execution-types", - "reth-metrics", - "reth-primitives-traits", - "reth-storage-api", - "reth-trie", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-execution-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-trie 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "revm-database", "revm-state", "serde", @@ -6954,6 +7009,26 @@ dependencies = [ "tracing", ] +[[package]] +name = "reth-chainspec" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-chains", + "alloy-consensus 1.0.9", + "alloy-eips 1.0.9", + "alloy-evm", + "alloy-genesis", + "alloy-primitives", + "alloy-trie", + "auto_impl", + "derive_more", + "reth-ethereum-forks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "serde_json", +] + [[package]] name = "reth-chainspec" version = "1.4.8" @@ -6968,9 +7043,9 @@ dependencies = [ "alloy-trie", "auto_impl", "derive_more", - "reth-ethereum-forks", - "reth-network-peers", - "reth-primitives-traits", + "reth-ethereum-forks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "serde_json", ] @@ -6983,7 +7058,7 @@ dependencies = [ "clap", "eyre", "reth-cli-runner", - "reth-db", + "reth-db 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "serde_json", "shellexpand", ] @@ -7011,44 +7086,44 @@ dependencies = [ "lz4", "ratatui", "reqwest", - "reth-chainspec", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "reth-cli", "reth-cli-runner", - "reth-cli-util", - "reth-codecs", - "reth-config", - "reth-consensus", - "reth-db", - "reth-db-api", - "reth-db-common", - "reth-discv4", - "reth-discv5", - "reth-downloaders", - "reth-ecies", - "reth-era-downloader", - "reth-era-utils", - "reth-eth-wire", - "reth-etl", - "reth-evm", - "reth-exex", - "reth-fs-util", - "reth-net-nat", - "reth-network", - "reth-network-p2p", - "reth-network-peers", - "reth-node-api", - "reth-node-builder", - "reth-node-core", - "reth-node-events", - "reth-node-metrics", - "reth-primitives-traits", - "reth-provider", - "reth-prune", - "reth-stages", - "reth-static-file", - "reth-static-file-types", - "reth-trie", - "reth-trie-db", + "reth-cli-util 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-codecs 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-config 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-db 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-db-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-db-common 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-discv4 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-discv5 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-downloaders 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-ecies 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-era-downloader 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-era-utils 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-eth-wire 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-etl 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-exex 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-fs-util 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-net-nat 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-network 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-network-p2p 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-node-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-node-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-node-core 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-node-events 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-node-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-prune 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-stages 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-static-file 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-static-file-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-trie 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-trie-db 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "secp256k1", "serde", "serde_json", @@ -7064,11 +7139,28 @@ name = "reth-cli-runner" version = "1.4.8" source = "git+https://github.com/scroll-tech/reth.git#ce8b77ab464afc9b5159bdfff690892fd01be744" dependencies = [ - "reth-tasks", + "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "tokio", "tracing", ] +[[package]] +name = "reth-cli-util" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-eips 1.0.9", + "alloy-primitives", + "cfg-if", + "eyre", + "libc", + "rand 0.8.5", + "reth-fs-util 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "secp256k1", + "serde", + "thiserror 2.0.12", +] + [[package]] name = "reth-cli-util" version = "1.4.8" @@ -7080,12 +7172,32 @@ dependencies = [ "eyre", "libc", "rand 0.8.5", - "reth-fs-util", + "reth-fs-util 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "secp256k1", "serde", "thiserror 2.0.12", ] +[[package]] +name = "reth-codecs" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-consensus 1.0.9", + "alloy-eips 1.0.9", + "alloy-genesis", + "alloy-primitives", + "alloy-trie", + "arbitrary", + "bytes", + "modular-bitfield", + "op-alloy-consensus", + "reth-codecs-derive 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-zstd-compressors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "serde", + "visibility", +] + [[package]] name = "reth-codecs" version = "1.4.8" @@ -7100,12 +7212,23 @@ dependencies = [ "bytes", "modular-bitfield", "op-alloy-consensus", - "reth-codecs-derive", - "reth-zstd-compressors", + "reth-codecs-derive 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-zstd-compressors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "serde", "visibility", ] +[[package]] +name = "reth-codecs-derive" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "convert_case", + "proc-macro2", + "quote", + "syn 2.0.101", +] + [[package]] name = "reth-codecs-derive" version = "1.4.8" @@ -7117,6 +7240,21 @@ dependencies = [ "syn 2.0.101", ] +[[package]] +name = "reth-config" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "eyre", + "humantime-serde", + "reth-network-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-prune-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-stages-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "serde", + "toml", + "url", +] + [[package]] name = "reth-config" version = "1.4.8" @@ -7124,14 +7262,27 @@ source = "git+https://github.com/scroll-tech/reth.git#ce8b77ab464afc9b5159bdfff6 dependencies = [ "eyre", "humantime-serde", - "reth-network-types", - "reth-prune-types", - "reth-stages-types", + "reth-network-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-prune-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-stages-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "serde", "toml", "url", ] +[[package]] +name = "reth-consensus" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-consensus 1.0.9", + "alloy-primitives", + "auto_impl", + "reth-execution-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "thiserror 2.0.12", +] + [[package]] name = "reth-consensus" version = "1.4.8" @@ -7140,11 +7291,23 @@ dependencies = [ "alloy-consensus 1.0.9", "alloy-primitives", "auto_impl", - "reth-execution-types", - "reth-primitives-traits", + "reth-execution-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "thiserror 2.0.12", ] +[[package]] +name = "reth-consensus-common" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-consensus 1.0.9", + "alloy-eips 1.0.9", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", +] + [[package]] name = "reth-consensus-common" version = "1.4.8" @@ -7152,9 +7315,33 @@ source = "git+https://github.com/scroll-tech/reth.git#ce8b77ab464afc9b5159bdfff6 dependencies = [ "alloy-consensus 1.0.9", "alloy-eips 1.0.9", - "reth-chainspec", - "reth-consensus", - "reth-primitives-traits", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", +] + +[[package]] +name = "reth-consensus-debug-client" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-consensus 1.0.9", + "alloy-eips 1.0.9", + "alloy-json-rpc", + "alloy-primitives", + "alloy-provider", + "alloy-rpc-types-engine 1.0.9", + "auto_impl", + "derive_more", + "eyre", + "futures", + "reqwest", + "reth-node-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-tracing 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "ringbuffer", + "serde", + "tokio", ] [[package]] @@ -7173,14 +7360,40 @@ dependencies = [ "eyre", "futures", "reqwest", - "reth-node-api", - "reth-primitives-traits", - "reth-tracing", + "reth-node-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-tracing 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "ringbuffer", "serde", "tokio", ] +[[package]] +name = "reth-db" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-primitives", + "derive_more", + "eyre", + "metrics", + "page_size", + "parking_lot 0.12.3", + "reth-db-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-fs-util 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-libmdbx 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-nippy-jar 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-static-file-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-storage-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-tracing 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "rustc-hash 2.1.1", + "strum 0.27.1", + "sysinfo", + "tempfile", + "thiserror 2.0.12", +] + [[package]] name = "reth-db" version = "1.4.8" @@ -7192,14 +7405,14 @@ dependencies = [ "metrics", "page_size", "parking_lot 0.12.3", - "reth-db-api", - "reth-fs-util", - "reth-libmdbx", - "reth-metrics", - "reth-nippy-jar", - "reth-static-file-types", - "reth-storage-errors", - "reth-tracing", + "reth-db-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-fs-util 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-libmdbx 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-nippy-jar 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-static-file-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-storage-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-tracing 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "rustc-hash 2.1.1", "strum 0.27.1", "sysinfo", @@ -7207,6 +7420,35 @@ dependencies = [ "thiserror 2.0.12", ] +[[package]] +name = "reth-db-api" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-consensus 1.0.9", + "alloy-genesis", + "alloy-primitives", + "arbitrary", + "bytes", + "derive_more", + "metrics", + "modular-bitfield", + "parity-scale-codec", + "proptest", + "reth-codecs 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-db-models 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-optimism-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-prune-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-scroll-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-stages-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-storage-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-trie-common 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "roaring", + "serde", +] + [[package]] name = "reth-db-api" version = "1.4.8" @@ -7222,20 +7464,49 @@ dependencies = [ "modular-bitfield", "parity-scale-codec", "proptest", - "reth-codecs", - "reth-db-models", - "reth-ethereum-primitives", - "reth-optimism-primitives", - "reth-primitives-traits", - "reth-prune-types", - "reth-scroll-primitives", - "reth-stages-types", - "reth-storage-errors", - "reth-trie-common", + "reth-codecs 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-db-models 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-optimism-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-prune-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-scroll-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-stages-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-storage-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-trie-common 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "roaring", "serde", ] +[[package]] +name = "reth-db-common" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-consensus 1.0.9", + "alloy-genesis", + "alloy-primitives", + "boyer-moore-magiclen", + "eyre", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-codecs 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-config 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-db-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-etl 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-fs-util 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-node-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-stages-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-static-file-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-trie 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-trie-db 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "serde", + "serde_json", + "thiserror 2.0.12", + "tracing", +] + [[package]] name = "reth-db-common" version = "1.4.8" @@ -7246,25 +7517,40 @@ dependencies = [ "alloy-primitives", "boyer-moore-magiclen", "eyre", - "reth-chainspec", - "reth-codecs", - "reth-config", - "reth-db-api", - "reth-etl", - "reth-fs-util", - "reth-node-types", - "reth-primitives-traits", - "reth-provider", - "reth-stages-types", - "reth-static-file-types", - "reth-trie", - "reth-trie-db", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-codecs 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-config 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-db-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-etl 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-fs-util 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-node-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-stages-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-static-file-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-trie 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-trie-db 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "serde", "serde_json", "thiserror 2.0.12", "tracing", ] +[[package]] +name = "reth-db-models" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-eips 1.0.9", + "alloy-primitives", + "arbitrary", + "bytes", + "modular-bitfield", + "reth-codecs 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "serde", +] + [[package]] name = "reth-db-models" version = "1.4.8" @@ -7275,9 +7561,35 @@ dependencies = [ "arbitrary", "bytes", "modular-bitfield", - "reth-codecs", - "reth-primitives-traits", + "reth-codecs 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "serde", +] + +[[package]] +name = "reth-discv4" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "discv5", + "enr", + "generic-array", + "itertools 0.14.0", + "parking_lot 0.12.3", + "rand 0.8.5", + "reth-ethereum-forks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-net-banlist 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-net-nat 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "schnellru", + "secp256k1", "serde", + "thiserror 2.0.12", + "tokio", + "tokio-stream", + "tracing", ] [[package]] @@ -7293,10 +7605,10 @@ dependencies = [ "itertools 0.14.0", "parking_lot 0.12.3", "rand 0.8.5", - "reth-ethereum-forks", - "reth-net-banlist", - "reth-net-nat", - "reth-network-peers", + "reth-ethereum-forks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-net-banlist 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-net-nat 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "schnellru", "secp256k1", "serde", @@ -7306,6 +7618,30 @@ dependencies = [ "tracing", ] +[[package]] +name = "reth-discv5" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "derive_more", + "discv5", + "enr", + "futures", + "itertools 0.14.0", + "metrics", + "rand 0.9.1", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-ethereum-forks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "secp256k1", + "thiserror 2.0.12", + "tokio", + "tracing", +] + [[package]] name = "reth-discv5" version = "1.4.8" @@ -7320,10 +7656,10 @@ dependencies = [ "itertools 0.14.0", "metrics", "rand 0.9.1", - "reth-chainspec", - "reth-ethereum-forks", - "reth-metrics", - "reth-network-peers", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-ethereum-forks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "secp256k1", "thiserror 2.0.12", "tokio", @@ -7333,7 +7669,7 @@ dependencies = [ [[package]] name = "reth-dns-discovery" version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git#ce8b77ab464afc9b5159bdfff690892fd01be744" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" dependencies = [ "alloy-primitives", "data-encoding", @@ -7341,9 +7677,9 @@ dependencies = [ "hickory-resolver", "linked_hash_set", "parking_lot 0.12.3", - "reth-ethereum-forks", - "reth-network-peers", - "reth-tokio-util", + "reth-ethereum-forks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-tokio-util 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", "schnellru", "secp256k1", "serde", @@ -7355,32 +7691,91 @@ dependencies = [ ] [[package]] -name = "reth-downloaders" +name = "reth-dns-discovery" version = "1.4.8" source = "git+https://github.com/scroll-tech/reth.git#ce8b77ab464afc9b5159bdfff690892fd01be744" dependencies = [ - "alloy-consensus 1.0.9", - "alloy-eips 1.0.9", "alloy-primitives", - "alloy-rlp", - "futures", - "futures-util", - "itertools 0.14.0", - "metrics", - "pin-project", + "data-encoding", + "enr", + "hickory-resolver", + "linked_hash_set", + "parking_lot 0.12.3", + "reth-ethereum-forks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-tokio-util 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "schnellru", + "secp256k1", + "serde", + "serde_with", + "thiserror 2.0.12", + "tokio", + "tokio-stream", + "tracing", +] + +[[package]] +name = "reth-downloaders" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-consensus 1.0.9", + "alloy-eips 1.0.9", + "alloy-primitives", + "alloy-rlp", + "futures", + "futures-util", + "itertools 0.14.0", + "metrics", + "pin-project", + "rayon", + "reth-config 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-db 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-db-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-network-p2p 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-testing-utils 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "tempfile", + "thiserror 2.0.12", + "tokio", + "tokio-stream", + "tokio-util", + "tracing", +] + +[[package]] +name = "reth-downloaders" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git#ce8b77ab464afc9b5159bdfff690892fd01be744" +dependencies = [ + "alloy-consensus 1.0.9", + "alloy-eips 1.0.9", + "alloy-primitives", + "alloy-rlp", + "futures", + "futures-util", + "itertools 0.14.0", + "metrics", + "pin-project", "rayon", - "reth-config", - "reth-consensus", - "reth-db", - "reth-db-api", - "reth-ethereum-primitives", - "reth-metrics", - "reth-network-p2p", - "reth-network-peers", - "reth-primitives-traits", - "reth-storage-api", - "reth-tasks", - "reth-testing-utils", + "reth-config 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-db 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-db-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-network-p2p 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-testing-utils 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "tempfile", "thiserror 2.0.12", "tokio", @@ -7389,6 +7784,54 @@ dependencies = [ "tracing", ] +[[package]] +name = "reth-e2e-test-utils" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-consensus 1.0.9", + "alloy-eips 1.0.9", + "alloy-network", + "alloy-primitives", + "alloy-rpc-types-engine 1.0.9", + "alloy-rpc-types-eth", + "alloy-signer", + "alloy-signer-local", + "derive_more", + "eyre", + "futures-util", + "jsonrpsee", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-db 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-engine-local 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-network-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-node-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-node-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-node-core 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-node-ethereum 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-payload-builder-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-payload-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-rpc-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-rpc-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-rpc-eth-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-rpc-layer 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-rpc-server-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-stages-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-tokio-util 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-tracing 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "revm", + "serde_json", + "tokio", + "tokio-stream", + "tracing", + "url", +] + [[package]] name = "reth-e2e-test-utils" version = "1.4.8" @@ -7406,29 +7849,29 @@ dependencies = [ "eyre", "futures-util", "jsonrpsee", - "reth-chainspec", - "reth-db", - "reth-engine-local", - "reth-ethereum-primitives", - "reth-network-api", - "reth-network-peers", - "reth-node-api", - "reth-node-builder", - "reth-node-core", - "reth-node-ethereum", - "reth-payload-builder", - "reth-payload-builder-primitives", - "reth-payload-primitives", - "reth-provider", - "reth-rpc-api", - "reth-rpc-builder", - "reth-rpc-eth-api", - "reth-rpc-layer", - "reth-rpc-server-types", - "reth-stages-types", - "reth-tasks", - "reth-tokio-util", - "reth-tracing", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-db 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-engine-local 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-network-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-node-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-node-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-node-core 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-node-ethereum 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-payload-builder-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-payload-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-rpc-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-rpc-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-rpc-eth-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-rpc-layer 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-rpc-server-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-stages-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-tokio-util 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-tracing 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "revm", "serde_json", "tokio", @@ -7437,6 +7880,37 @@ dependencies = [ "url", ] +[[package]] +name = "reth-ecies" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "aes", + "alloy-primitives", + "alloy-rlp", + "block-padding", + "byteorder", + "cipher", + "concat-kdf", + "ctr", + "digest 0.10.7", + "futures", + "generic-array", + "hmac", + "pin-project", + "rand 0.8.5", + "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "secp256k1", + "sha2 0.10.9", + "sha3", + "thiserror 2.0.12", + "tokio", + "tokio-stream", + "tokio-util", + "tracing", + "typenum", +] + [[package]] name = "reth-ecies" version = "1.4.8" @@ -7456,7 +7930,7 @@ dependencies = [ "hmac", "pin-project", "rand 0.8.5", - "reth-network-peers", + "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "secp256k1", "sha2 0.10.9", "sha3", @@ -7468,6 +7942,29 @@ dependencies = [ "typenum", ] +[[package]] +name = "reth-engine-local" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-consensus 1.0.9", + "alloy-primitives", + "alloy-rpc-types-engine 1.0.9", + "eyre", + "futures-util", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-ethereum-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-payload-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "scroll-alloy-rpc-types-engine 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "tokio", + "tokio-stream", + "tracing", +] + [[package]] name = "reth-engine-local" version = "1.4.8" @@ -7478,19 +7975,44 @@ dependencies = [ "alloy-rpc-types-engine 1.0.9", "eyre", "futures-util", - "reth-chainspec", - "reth-engine-primitives", - "reth-ethereum-engine-primitives", - "reth-payload-builder", - "reth-payload-primitives", - "reth-provider", - "reth-transaction-pool", - "scroll-alloy-rpc-types-engine", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-ethereum-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-payload-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "scroll-alloy-rpc-types-engine 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "tokio", "tokio-stream", "tracing", ] +[[package]] +name = "reth-engine-primitives" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-consensus 1.0.9", + "alloy-eips 1.0.9", + "alloy-primitives", + "alloy-rpc-types-engine 1.0.9", + "auto_impl", + "futures", + "reth-chain-state 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-execution-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-payload-builder-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-payload-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-trie 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-trie-common 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "serde", + "thiserror 2.0.12", + "tokio", +] + [[package]] name = "reth-engine-primitives" version = "1.4.8" @@ -7502,20 +8024,43 @@ dependencies = [ "alloy-rpc-types-engine 1.0.9", "auto_impl", "futures", - "reth-chain-state", - "reth-errors", - "reth-ethereum-primitives", - "reth-execution-types", - "reth-payload-builder-primitives", - "reth-payload-primitives", - "reth-primitives-traits", - "reth-trie", - "reth-trie-common", + "reth-chain-state 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-execution-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-payload-builder-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-payload-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-trie 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-trie-common 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "serde", "thiserror 2.0.12", "tokio", ] +[[package]] +name = "reth-engine-service" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "futures", + "pin-project", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-engine-tree 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-network-p2p 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-node-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-prune 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-stages-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "thiserror 2.0.12", +] + [[package]] name = "reth-engine-service" version = "1.4.8" @@ -7523,20 +8068,72 @@ source = "git+https://github.com/scroll-tech/reth.git#ce8b77ab464afc9b5159bdfff6 dependencies = [ "futures", "pin-project", - "reth-chainspec", - "reth-consensus", - "reth-engine-primitives", - "reth-engine-tree", - "reth-ethereum-primitives", - "reth-evm", - "reth-network-p2p", - "reth-node-types", - "reth-payload-builder", - "reth-provider", - "reth-prune", - "reth-stages-api", - "reth-tasks", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-engine-tree 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-network-p2p 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-node-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-prune 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-stages-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "thiserror 2.0.12", +] + +[[package]] +name = "reth-engine-tree" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-consensus 1.0.9", + "alloy-eips 1.0.9", + "alloy-evm", + "alloy-primitives", + "alloy-rlp", + "alloy-rpc-types-engine 1.0.9", + "derive_more", + "futures", + "itertools 0.14.0", + "metrics", + "mini-moka", + "parking_lot 0.12.3", + "rayon", + "reth-chain-state 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-db 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-network-p2p 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-payload-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-prune 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-prune-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-revm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-stages 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-stages-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-static-file 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-tracing 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-trie 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-trie-db 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-trie-parallel 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-trie-sparse 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "revm", + "revm-primitives", + "schnellru", "thiserror 2.0.12", + "tokio", + "tracing", ] [[package]] @@ -7557,32 +8154,32 @@ dependencies = [ "mini-moka", "parking_lot 0.12.3", "rayon", - "reth-chain-state", - "reth-chainspec", - "reth-consensus", - "reth-db", - "reth-engine-primitives", - "reth-errors", - "reth-ethereum-primitives", - "reth-evm", - "reth-metrics", - "reth-network-p2p", - "reth-payload-builder", - "reth-payload-primitives", - "reth-primitives-traits", - "reth-provider", - "reth-prune", - "reth-prune-types", - "reth-revm", - "reth-stages", - "reth-stages-api", - "reth-static-file", - "reth-tasks", - "reth-tracing", - "reth-trie", - "reth-trie-db", - "reth-trie-parallel", - "reth-trie-sparse", + "reth-chain-state 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-db 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-network-p2p 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-payload-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-prune 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-prune-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-revm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-stages 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-stages-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-static-file 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-tracing 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-trie 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-trie-db 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-trie-parallel 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-trie-sparse 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "revm", "revm-primitives", "schnellru", @@ -7591,6 +8188,33 @@ dependencies = [ "tracing", ] +[[package]] +name = "reth-engine-util" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-consensus 1.0.9", + "alloy-rpc-types-engine 1.0.9", + "eyre", + "futures", + "itertools 0.14.0", + "pin-project", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-fs-util 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-payload-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-revm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "serde", + "serde_json", + "tokio", + "tokio-util", + "tracing", +] + [[package]] name = "reth-engine-util" version = "1.4.8" @@ -7602,15 +8226,15 @@ dependencies = [ "futures", "itertools 0.14.0", "pin-project", - "reth-chainspec", - "reth-engine-primitives", - "reth-errors", - "reth-evm", - "reth-fs-util", - "reth-payload-primitives", - "reth-primitives-traits", - "reth-revm", - "reth-storage-api", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-fs-util 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-payload-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-revm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "serde", "serde_json", "tokio", @@ -7618,6 +8242,22 @@ dependencies = [ "tracing", ] +[[package]] +name = "reth-era" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-consensus 1.0.9", + "alloy-eips 1.0.9", + "alloy-primitives", + "alloy-rlp", + "ethereum_ssz", + "ethereum_ssz_derive", + "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "snap", + "thiserror 2.0.12", +] + [[package]] name = "reth-era" version = "1.4.8" @@ -7629,11 +8269,26 @@ dependencies = [ "alloy-rlp", "ethereum_ssz", "ethereum_ssz_derive", - "reth-ethereum-primitives", + "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "snap", "thiserror 2.0.12", ] +[[package]] +name = "reth-era-downloader" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-primitives", + "bytes", + "eyre", + "futures-util", + "reqwest", + "reth-fs-util 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "sha2 0.10.9", + "tokio", +] + [[package]] name = "reth-era-downloader" version = "1.4.8" @@ -7644,11 +8299,31 @@ dependencies = [ "eyre", "futures-util", "reqwest", - "reth-fs-util", + "reth-fs-util 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "sha2 0.10.9", "tokio", ] +[[package]] +name = "reth-era-utils" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-primitives", + "eyre", + "futures-util", + "reth-db-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-era 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-era-downloader 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-etl 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-fs-util 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "tokio", + "tracing", +] + [[package]] name = "reth-era-utils" version = "1.4.8" @@ -7657,29 +8332,68 @@ dependencies = [ "alloy-primitives", "eyre", "futures-util", - "reth-db-api", - "reth-era", - "reth-era-downloader", - "reth-etl", - "reth-fs-util", - "reth-primitives-traits", - "reth-provider", - "reth-storage-api", + "reth-db-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-era 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-era-downloader 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-etl 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-fs-util 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "tokio", "tracing", ] +[[package]] +name = "reth-errors" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-execution-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-storage-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "thiserror 2.0.12", +] + [[package]] name = "reth-errors" version = "1.4.8" source = "git+https://github.com/scroll-tech/reth.git#ce8b77ab464afc9b5159bdfff690892fd01be744" dependencies = [ - "reth-consensus", - "reth-execution-errors", - "reth-storage-errors", + "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-execution-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-storage-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "thiserror 2.0.12", ] +[[package]] +name = "reth-eth-wire" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-chains", + "alloy-primitives", + "alloy-rlp", + "bytes", + "derive_more", + "futures", + "pin-project", + "reth-codecs 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-ecies 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-eth-wire-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-ethereum-forks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "serde", + "snap", + "thiserror 2.0.12", + "tokio", + "tokio-stream", + "tokio-util", + "tracing", +] + [[package]] name = "reth-eth-wire" version = "1.4.8" @@ -7692,13 +8406,13 @@ dependencies = [ "derive_more", "futures", "pin-project", - "reth-codecs", - "reth-ecies", - "reth-eth-wire-types", - "reth-ethereum-forks", - "reth-metrics", - "reth-network-peers", - "reth-primitives-traits", + "reth-codecs 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-ecies 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-eth-wire-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-ethereum-forks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "serde", "snap", "thiserror 2.0.12", @@ -7708,6 +8422,27 @@ dependencies = [ "tracing", ] +[[package]] +name = "reth-eth-wire-types" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-chains", + "alloy-consensus 1.0.9", + "alloy-eips 1.0.9", + "alloy-hardforks", + "alloy-primitives", + "alloy-rlp", + "bytes", + "derive_more", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-codecs-derive 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "serde", + "thiserror 2.0.12", +] + [[package]] name = "reth-eth-wire-types" version = "1.4.8" @@ -7721,14 +8456,30 @@ dependencies = [ "alloy-rlp", "bytes", "derive_more", - "reth-chainspec", - "reth-codecs-derive", - "reth-ethereum-primitives", - "reth-primitives-traits", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-codecs-derive 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "serde", "thiserror 2.0.12", ] +[[package]] +name = "reth-ethereum-consensus" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-consensus 1.0.9", + "alloy-eips 1.0.9", + "alloy-primitives", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-consensus-common 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-execution-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "tracing", +] + [[package]] name = "reth-ethereum-consensus" version = "1.4.8" @@ -7737,14 +8488,32 @@ dependencies = [ "alloy-consensus 1.0.9", "alloy-eips 1.0.9", "alloy-primitives", - "reth-chainspec", - "reth-consensus", - "reth-consensus-common", - "reth-execution-types", - "reth-primitives-traits", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-consensus-common 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-execution-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "tracing", ] +[[package]] +name = "reth-ethereum-engine-primitives" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-eips 1.0.9", + "alloy-primitives", + "alloy-rlp", + "alloy-rpc-types-engine 1.0.9", + "reth-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-payload-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "serde", + "sha2 0.10.9", + "thiserror 2.0.12", +] + [[package]] name = "reth-ethereum-engine-primitives" version = "1.4.8" @@ -7754,10 +8523,10 @@ dependencies = [ "alloy-primitives", "alloy-rlp", "alloy-rpc-types-engine 1.0.9", - "reth-engine-primitives", - "reth-ethereum-primitives", - "reth-payload-primitives", - "reth-primitives-traits", + "reth-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-payload-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "serde", "sha2 0.10.9", "thiserror 2.0.12", @@ -7766,7 +8535,7 @@ dependencies = [ [[package]] name = "reth-ethereum-forks" version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git#ce8b77ab464afc9b5159bdfff690892fd01be744" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" dependencies = [ "alloy-eip2124", "alloy-hardforks", @@ -7777,6 +8546,46 @@ dependencies = [ "rustc-hash 2.1.1", ] +[[package]] +name = "reth-ethereum-forks" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git#ce8b77ab464afc9b5159bdfff690892fd01be744" +dependencies = [ + "alloy-eip2124", + "alloy-hardforks", + "alloy-primitives", + "auto_impl", + "once_cell", + "rustc-hash 2.1.1", +] + +[[package]] +name = "reth-ethereum-payload-builder" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-consensus 1.0.9", + "alloy-eips 1.0.9", + "alloy-primitives", + "alloy-rpc-types-engine 1.0.9", + "reth-basic-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-evm-ethereum 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-payload-builder-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-payload-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-payload-validator 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-revm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "revm", + "tracing", +] + [[package]] name = "reth-ethereum-payload-builder" version = "1.4.8" @@ -7786,24 +8595,42 @@ dependencies = [ "alloy-eips 1.0.9", "alloy-primitives", "alloy-rpc-types-engine 1.0.9", - "reth-basic-payload-builder", - "reth-chainspec", - "reth-errors", - "reth-ethereum-primitives", - "reth-evm", - "reth-evm-ethereum", - "reth-payload-builder", - "reth-payload-builder-primitives", - "reth-payload-primitives", - "reth-payload-validator", - "reth-primitives-traits", - "reth-revm", - "reth-storage-api", - "reth-transaction-pool", + "reth-basic-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-evm-ethereum 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-payload-builder-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-payload-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-payload-validator 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-revm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "revm", "tracing", ] +[[package]] +name = "reth-ethereum-primitives" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-consensus 1.0.9", + "alloy-eips 1.0.9", + "alloy-primitives", + "alloy-rlp", + "arbitrary", + "modular-bitfield", + "reth-codecs 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-zstd-compressors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "serde", + "serde_with", +] + [[package]] name = "reth-ethereum-primitives" version = "1.4.8" @@ -7815,23 +8642,57 @@ dependencies = [ "alloy-rlp", "arbitrary", "modular-bitfield", - "reth-codecs", - "reth-primitives-traits", - "reth-zstd-compressors", + "reth-codecs 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-zstd-compressors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "serde", "serde_with", ] +[[package]] +name = "reth-etl" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "rayon", + "reth-db-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "tempfile", +] + [[package]] name = "reth-etl" version = "1.4.8" source = "git+https://github.com/scroll-tech/reth.git#ce8b77ab464afc9b5159bdfff690892fd01be744" dependencies = [ "rayon", - "reth-db-api", + "reth-db-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "tempfile", ] +[[package]] +name = "reth-evm" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-consensus 1.0.9", + "alloy-eips 1.0.9", + "alloy-evm", + "alloy-primitives", + "auto_impl", + "derive_more", + "futures-util", + "metrics", + "reth-execution-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-execution-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-storage-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-trie-common 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "revm", + "scroll-alloy-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", +] + [[package]] name = "reth-evm" version = "1.4.8" @@ -7845,15 +8706,33 @@ dependencies = [ "derive_more", "futures-util", "metrics", - "reth-execution-errors", - "reth-execution-types", - "reth-metrics", - "reth-primitives-traits", - "reth-storage-api", - "reth-storage-errors", - "reth-trie-common", + "reth-execution-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-execution-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-storage-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-trie-common 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "revm", + "scroll-alloy-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", +] + +[[package]] +name = "reth-evm-ethereum" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-consensus 1.0.9", + "alloy-eips 1.0.9", + "alloy-evm", + "alloy-primitives", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-ethereum-forks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-execution-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", "revm", - "scroll-alloy-evm", ] [[package]] @@ -7865,15 +8744,28 @@ dependencies = [ "alloy-eips 1.0.9", "alloy-evm", "alloy-primitives", - "reth-chainspec", - "reth-ethereum-forks", - "reth-ethereum-primitives", - "reth-evm", - "reth-execution-types", - "reth-primitives-traits", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-ethereum-forks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-execution-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "revm", ] +[[package]] +name = "reth-execution-errors" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-evm", + "alloy-primitives", + "alloy-rlp", + "nybbles", + "reth-storage-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "thiserror 2.0.12", +] + [[package]] name = "reth-execution-errors" version = "1.4.8" @@ -7883,10 +8775,28 @@ dependencies = [ "alloy-primitives", "alloy-rlp", "nybbles", - "reth-storage-errors", + "reth-storage-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "thiserror 2.0.12", ] +[[package]] +name = "reth-execution-types" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-consensus 1.0.9", + "alloy-eips 1.0.9", + "alloy-evm", + "alloy-primitives", + "derive_more", + "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-trie-common 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "revm", + "serde", + "serde_with", +] + [[package]] name = "reth-execution-types" version = "1.4.8" @@ -7897,14 +8807,52 @@ dependencies = [ "alloy-evm", "alloy-primitives", "derive_more", - "reth-ethereum-primitives", - "reth-primitives-traits", - "reth-trie-common", + "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-trie-common 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "revm", "serde", "serde_with", ] +[[package]] +name = "reth-exex" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-consensus 1.0.9", + "alloy-eips 1.0.9", + "alloy-primitives", + "eyre", + "futures", + "itertools 0.14.0", + "metrics", + "parking_lot 0.12.3", + "reth-chain-state 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-config 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-exex-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-fs-util 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-node-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-node-core 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-prune-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-revm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-stages-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-tracing 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "rmp-serde", + "thiserror 2.0.12", + "tokio", + "tokio-util", + "tracing", +] + [[package]] name = "reth-exex" version = "1.4.8" @@ -7918,24 +8866,24 @@ dependencies = [ "itertools 0.14.0", "metrics", "parking_lot 0.12.3", - "reth-chain-state", - "reth-chainspec", - "reth-config", - "reth-ethereum-primitives", - "reth-evm", - "reth-exex-types", - "reth-fs-util", - "reth-metrics", - "reth-node-api", - "reth-node-core", - "reth-payload-builder", - "reth-primitives-traits", - "reth-provider", - "reth-prune-types", - "reth-revm", - "reth-stages-api", - "reth-tasks", - "reth-tracing", + "reth-chain-state 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-config 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-exex-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-fs-util 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-node-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-node-core 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-prune-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-revm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-stages-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-tracing 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "rmp-serde", "thiserror 2.0.12", "tokio", @@ -7943,6 +8891,20 @@ dependencies = [ "tracing", ] +[[package]] +name = "reth-exex-types" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-eips 1.0.9", + "alloy-primitives", + "reth-chain-state 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-execution-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "serde", + "serde_with", +] + [[package]] name = "reth-exex-types" version = "1.4.8" @@ -7950,13 +8912,23 @@ source = "git+https://github.com/scroll-tech/reth.git#ce8b77ab464afc9b5159bdfff6 dependencies = [ "alloy-eips 1.0.9", "alloy-primitives", - "reth-chain-state", - "reth-execution-types", - "reth-primitives-traits", + "reth-chain-state 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-execution-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "serde", "serde_with", ] +[[package]] +name = "reth-fs-util" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "serde", + "serde_json", + "thiserror 2.0.12", +] + [[package]] name = "reth-fs-util" version = "1.4.8" @@ -7967,6 +8939,34 @@ dependencies = [ "thiserror 2.0.12", ] +[[package]] +name = "reth-invalid-block-hooks" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-consensus 1.0.9", + "alloy-primitives", + "alloy-rlp", + "alloy-rpc-types-debug", + "eyre", + "futures", + "jsonrpsee", + "pretty_assertions", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-revm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-rpc-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-tracing 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-trie 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "revm-bytecode", + "revm-database", + "serde", + "serde_json", +] + [[package]] name = "reth-invalid-block-hooks" version = "1.4.8" @@ -7980,21 +8980,41 @@ dependencies = [ "futures", "jsonrpsee", "pretty_assertions", - "reth-chainspec", - "reth-engine-primitives", - "reth-evm", - "reth-primitives-traits", - "reth-provider", - "reth-revm", - "reth-rpc-api", - "reth-tracing", - "reth-trie", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-revm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-rpc-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-tracing 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-trie 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "revm-bytecode", "revm-database", "serde", "serde_json", ] +[[package]] +name = "reth-ipc" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "bytes", + "futures", + "futures-util", + "interprocess", + "jsonrpsee", + "pin-project", + "serde_json", + "thiserror 2.0.12", + "tokio", + "tokio-stream", + "tokio-util", + "tower", + "tracing", +] + [[package]] name = "reth-ipc" version = "1.4.8" @@ -8015,6 +9035,23 @@ dependencies = [ "tracing", ] +[[package]] +name = "reth-libmdbx" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "bitflags 2.9.1", + "byteorder", + "dashmap 6.1.0", + "derive_more", + "indexmap 2.9.0", + "parking_lot 0.12.3", + "reth-mdbx-sys 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "smallvec", + "thiserror 2.0.12", + "tracing", +] + [[package]] name = "reth-libmdbx" version = "1.4.8" @@ -8026,12 +9063,21 @@ dependencies = [ "derive_more", "indexmap 2.9.0", "parking_lot 0.12.3", - "reth-mdbx-sys", + "reth-mdbx-sys 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "smallvec", "thiserror 2.0.12", "tracing", ] +[[package]] +name = "reth-mdbx-sys" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "bindgen 0.70.1", + "cc", +] + [[package]] name = "reth-mdbx-sys" version = "1.4.8" @@ -8041,6 +9087,18 @@ dependencies = [ "cc", ] +[[package]] +name = "reth-metrics" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "futures", + "metrics", + "metrics-derive", + "tokio", + "tokio-util", +] + [[package]] name = "reth-metrics" version = "1.4.8" @@ -8053,6 +9111,14 @@ dependencies = [ "tokio-util", ] +[[package]] +name = "reth-net-banlist" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-primitives", +] + [[package]] name = "reth-net-banlist" version = "1.4.8" @@ -8061,6 +9127,20 @@ dependencies = [ "alloy-primitives", ] +[[package]] +name = "reth-net-nat" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "futures-util", + "if-addrs", + "reqwest", + "serde_with", + "thiserror 2.0.12", + "tokio", + "tracing", +] + [[package]] name = "reth-net-nat" version = "1.4.8" @@ -8075,6 +9155,61 @@ dependencies = [ "tracing", ] +[[package]] +name = "reth-network" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-consensus 1.0.9", + "alloy-eips 1.0.9", + "alloy-primitives", + "alloy-rlp", + "aquamarine", + "auto_impl", + "derive_more", + "discv5", + "enr", + "futures", + "itertools 0.14.0", + "metrics", + "parking_lot 0.12.3", + "pin-project", + "rand 0.8.5", + "rand 0.9.1", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-discv4 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-discv5 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-dns-discovery 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-ecies 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-eth-wire 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-eth-wire-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-ethereum-forks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-fs-util 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-net-banlist 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-network-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-network-p2p 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-network-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-tokio-util 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "rustc-hash 2.1.1", + "schnellru", + "secp256k1", + "serde", + "smallvec", + "thiserror 2.0.12", + "tokio", + "tokio-stream", + "tokio-util", + "tracing", +] + [[package]] name = "reth-network" version = "1.4.8" @@ -8096,38 +9231,63 @@ dependencies = [ "pin-project", "rand 0.8.5", "rand 0.9.1", - "reth-chainspec", - "reth-consensus", - "reth-discv4", - "reth-discv5", - "reth-dns-discovery", - "reth-ecies", - "reth-eth-wire", - "reth-eth-wire-types", - "reth-ethereum-forks", - "reth-ethereum-primitives", - "reth-fs-util", - "reth-metrics", - "reth-net-banlist", - "reth-network-api", - "reth-network-p2p", - "reth-network-peers", - "reth-network-types", - "reth-primitives-traits", - "reth-storage-api", - "reth-tasks", - "reth-tokio-util", - "reth-transaction-pool", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-discv4 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-discv5 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-dns-discovery 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-ecies 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-eth-wire 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-eth-wire-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-ethereum-forks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-fs-util 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-net-banlist 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-network-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-network-p2p 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-network-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-tokio-util 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "rustc-hash 2.1.1", "schnellru", "secp256k1", "serde", - "smallvec", + "smallvec", + "thiserror 2.0.12", + "tokio", + "tokio-stream", + "tokio-util", + "tracing", +] + +[[package]] +name = "reth-network-api" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-primitives", + "alloy-rpc-types-admin", + "async-trait", + "auto_impl", + "derive_more", + "enr", + "futures", + "reth-eth-wire-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-ethereum-forks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-network-p2p 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-network-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-tokio-util 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "serde", "thiserror 2.0.12", "tokio", "tokio-stream", - "tokio-util", - "tracing", ] [[package]] @@ -8142,19 +9302,42 @@ dependencies = [ "derive_more", "enr", "futures", - "reth-eth-wire-types", - "reth-ethereum-forks", - "reth-network-p2p", - "reth-network-peers", - "reth-network-types", - "reth-primitives-traits", - "reth-tokio-util", + "reth-eth-wire-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-ethereum-forks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-network-p2p 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-network-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-tokio-util 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "serde", "thiserror 2.0.12", "tokio", "tokio-stream", ] +[[package]] +name = "reth-network-p2p" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-consensus 1.0.9", + "alloy-eips 1.0.9", + "alloy-primitives", + "auto_impl", + "derive_more", + "futures", + "parking_lot 0.12.3", + "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-eth-wire-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-network-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-storage-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "tokio", + "tracing", +] + [[package]] name = "reth-network-p2p" version = "1.4.8" @@ -8167,17 +9350,32 @@ dependencies = [ "derive_more", "futures", "parking_lot 0.12.3", - "reth-consensus", - "reth-eth-wire-types", - "reth-ethereum-primitives", - "reth-network-peers", - "reth-network-types", - "reth-primitives-traits", - "reth-storage-errors", + "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-eth-wire-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-network-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-storage-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "tokio", "tracing", ] +[[package]] +name = "reth-network-peers" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "enr", + "secp256k1", + "serde_with", + "thiserror 2.0.12", + "tokio", + "url", +] + [[package]] name = "reth-network-peers" version = "1.4.8" @@ -8193,6 +9391,20 @@ dependencies = [ "url", ] +[[package]] +name = "reth-network-types" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-eip2124", + "humantime-serde", + "reth-net-banlist 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "serde", + "serde_json", + "tracing", +] + [[package]] name = "reth-network-types" version = "1.4.8" @@ -8200,13 +9412,30 @@ source = "git+https://github.com/scroll-tech/reth.git#ce8b77ab464afc9b5159bdfff6 dependencies = [ "alloy-eip2124", "humantime-serde", - "reth-net-banlist", - "reth-network-peers", + "reth-net-banlist 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "serde", "serde_json", "tracing", ] +[[package]] +name = "reth-nippy-jar" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "anyhow", + "bincode", + "derive_more", + "lz4_flex", + "memmap2", + "reth-fs-util 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "serde", + "thiserror 2.0.12", + "tracing", + "zstd", +] + [[package]] name = "reth-nippy-jar" version = "1.4.8" @@ -8217,13 +9446,37 @@ dependencies = [ "derive_more", "lz4_flex", "memmap2", - "reth-fs-util", + "reth-fs-util 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "serde", "thiserror 2.0.12", "tracing", "zstd", ] +[[package]] +name = "reth-node-api" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-rpc-types-engine 1.0.9", + "eyre", + "reth-basic-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-db-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-network-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-node-core 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-node-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-payload-builder-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-payload-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-tokio-util 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", +] + [[package]] name = "reth-node-api" version = "1.4.8" @@ -8231,21 +9484,86 @@ source = "git+https://github.com/scroll-tech/reth.git#ce8b77ab464afc9b5159bdfff6 dependencies = [ "alloy-rpc-types-engine 1.0.9", "eyre", - "reth-basic-payload-builder", - "reth-consensus", - "reth-db-api", - "reth-engine-primitives", - "reth-evm", - "reth-network-api", - "reth-node-core", - "reth-node-types", - "reth-payload-builder", - "reth-payload-builder-primitives", - "reth-payload-primitives", - "reth-provider", - "reth-tasks", - "reth-tokio-util", - "reth-transaction-pool", + "reth-basic-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-db-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-network-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-node-core 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-node-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-payload-builder-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-payload-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-tokio-util 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git)", +] + +[[package]] +name = "reth-node-builder" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-consensus 1.0.9", + "alloy-eips 1.0.9", + "alloy-primitives", + "alloy-provider", + "alloy-rpc-types", + "alloy-rpc-types-engine 1.0.9", + "aquamarine", + "eyre", + "fdlimit", + "futures", + "jsonrpsee", + "rayon", + "reth-basic-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-chain-state 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-cli-util 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-config 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-consensus-debug-client 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-db 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-db-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-db-common 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-downloaders 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-engine-local 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-engine-service 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-engine-tree 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-engine-util 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-exex 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-fs-util 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-invalid-block-hooks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-network 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-network-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-network-p2p 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-node-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-node-core 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-node-events 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-node-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-prune 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-rpc 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-rpc-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-rpc-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-rpc-engine-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-rpc-eth-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-rpc-layer 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-stages 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-static-file 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-tokio-util 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-tracing 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "secp256k1", + "serde_json", + "tokio", + "tokio-stream", + "tracing", ] [[package]] @@ -8265,47 +9583,47 @@ dependencies = [ "futures", "jsonrpsee", "rayon", - "reth-basic-payload-builder", - "reth-chain-state", - "reth-chainspec", - "reth-cli-util", - "reth-config", - "reth-consensus", - "reth-consensus-debug-client", - "reth-db", - "reth-db-api", - "reth-db-common", - "reth-downloaders", - "reth-engine-local", - "reth-engine-service", - "reth-engine-tree", - "reth-engine-util", - "reth-evm", - "reth-exex", - "reth-fs-util", - "reth-invalid-block-hooks", - "reth-network", - "reth-network-api", - "reth-network-p2p", - "reth-node-api", - "reth-node-core", - "reth-node-events", - "reth-node-metrics", - "reth-payload-builder", - "reth-provider", - "reth-prune", - "reth-rpc", - "reth-rpc-api", - "reth-rpc-builder", - "reth-rpc-engine-api", - "reth-rpc-eth-types", - "reth-rpc-layer", - "reth-stages", - "reth-static-file", - "reth-tasks", - "reth-tokio-util", - "reth-tracing", - "reth-transaction-pool", + "reth-basic-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-chain-state 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-cli-util 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-config 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-consensus-debug-client 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-db 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-db-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-db-common 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-downloaders 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-engine-local 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-engine-service 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-engine-tree 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-engine-util 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-exex 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-fs-util 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-invalid-block-hooks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-network 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-network-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-network-p2p 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-node-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-node-core 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-node-events 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-node-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-prune 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-rpc 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-rpc-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-rpc-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-rpc-engine-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-rpc-eth-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-rpc-layer 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-stages 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-static-file 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-tokio-util 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-tracing 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "secp256k1", "serde_json", "tokio", @@ -8313,6 +9631,57 @@ dependencies = [ "tracing", ] +[[package]] +name = "reth-node-core" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-consensus 1.0.9", + "alloy-eips 1.0.9", + "alloy-primitives", + "alloy-rpc-types-engine 1.0.9", + "clap", + "derive_more", + "dirs-next", + "eyre", + "futures", + "humantime", + "rand 0.9.1", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-cli-util 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-config 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-db 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-discv4 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-discv5 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-ethereum-forks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-net-nat 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-network 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-network-p2p 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-prune-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-rpc-eth-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-rpc-server-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-rpc-types-compat 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-stages-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-storage-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-tracing 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "secp256k1", + "serde", + "shellexpand", + "strum 0.27.1", + "thiserror 2.0.12", + "toml", + "tracing", + "url", + "vergen", + "vergen-git2", +] + [[package]] name = "reth-node-core" version = "1.4.8" @@ -8329,29 +9698,29 @@ dependencies = [ "futures", "humantime", "rand 0.9.1", - "reth-chainspec", - "reth-cli-util", - "reth-config", - "reth-consensus", - "reth-db", - "reth-discv4", - "reth-discv5", - "reth-engine-primitives", - "reth-ethereum-forks", - "reth-net-nat", - "reth-network", - "reth-network-p2p", - "reth-network-peers", - "reth-primitives-traits", - "reth-prune-types", - "reth-rpc-eth-types", - "reth-rpc-server-types", - "reth-rpc-types-compat", - "reth-stages-types", - "reth-storage-api", - "reth-storage-errors", - "reth-tracing", - "reth-transaction-pool", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-cli-util 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-config 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-db 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-discv4 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-discv5 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-ethereum-forks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-net-nat 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-network 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-network-p2p 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-prune-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-rpc-eth-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-rpc-server-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-rpc-types-compat 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-stages-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-storage-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-tracing 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "secp256k1", "serde", "shellexpand", @@ -8364,6 +9733,42 @@ dependencies = [ "vergen-git2", ] +[[package]] +name = "reth-node-ethereum" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-eips 1.0.9", + "alloy-rpc-types-engine 1.0.9", + "alloy-rpc-types-eth", + "eyre", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-ethereum-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-ethereum-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-ethereum-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-evm-ethereum 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-network 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-node-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-node-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-payload-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-revm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-rpc 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-rpc-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-rpc-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-rpc-eth-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-rpc-server-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-tracing 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-trie-db 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "revm", +] + [[package]] name = "reth-node-ethereum" version = "1.4.8" @@ -8373,33 +9778,57 @@ dependencies = [ "alloy-rpc-types-engine 1.0.9", "alloy-rpc-types-eth", "eyre", - "reth-chainspec", - "reth-consensus", - "reth-engine-primitives", - "reth-ethereum-consensus", - "reth-ethereum-engine-primitives", - "reth-ethereum-payload-builder", - "reth-ethereum-primitives", - "reth-evm", - "reth-evm-ethereum", - "reth-network", - "reth-node-api", - "reth-node-builder", - "reth-payload-primitives", - "reth-primitives-traits", - "reth-provider", - "reth-revm", - "reth-rpc", - "reth-rpc-api", - "reth-rpc-builder", - "reth-rpc-eth-types", - "reth-rpc-server-types", - "reth-tracing", - "reth-transaction-pool", - "reth-trie-db", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-ethereum-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-ethereum-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-ethereum-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-evm-ethereum 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-network 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-node-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-node-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-payload-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-revm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-rpc 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-rpc-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-rpc-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-rpc-eth-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-rpc-server-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-tracing 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-trie-db 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "revm", ] +[[package]] +name = "reth-node-events" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-consensus 1.0.9", + "alloy-eips 1.0.9", + "alloy-primitives", + "alloy-rpc-types-engine 1.0.9", + "derive_more", + "futures", + "humantime", + "pin-project", + "reth-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-network-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-prune-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-stages 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-static-file-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "tokio", + "tracing", +] + [[package]] name = "reth-node-events" version = "1.4.8" @@ -8413,14 +9842,34 @@ dependencies = [ "futures", "humantime", "pin-project", - "reth-engine-primitives", - "reth-network-api", - "reth-primitives-traits", - "reth-prune-types", - "reth-stages", - "reth-static-file-types", - "reth-storage-api", + "reth-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-network-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-prune-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-stages 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-static-file-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "tokio", + "tracing", +] + +[[package]] +name = "reth-node-metrics" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "eyre", + "http 1.3.1", + "jsonrpsee-server", + "metrics", + "metrics-exporter-prometheus", + "metrics-process", + "metrics-util", + "procfs", + "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", "tokio", + "tower", "tracing", ] @@ -8437,24 +9886,56 @@ dependencies = [ "metrics-process", "metrics-util", "procfs", - "reth-metrics", - "reth-tasks", + "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "tokio", "tower", "tracing", ] +[[package]] +name = "reth-node-types" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-db-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-payload-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-trie-db 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", +] + [[package]] name = "reth-node-types" version = "1.4.8" source = "git+https://github.com/scroll-tech/reth.git#ce8b77ab464afc9b5159bdfff690892fd01be744" dependencies = [ - "reth-chainspec", - "reth-db-api", - "reth-engine-primitives", - "reth-payload-primitives", - "reth-primitives-traits", - "reth-trie-db", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-db-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-payload-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-trie-db 1.4.8 (git+https://github.com/scroll-tech/reth.git)", +] + +[[package]] +name = "reth-optimism-primitives" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-consensus 1.0.9", + "alloy-eips 1.0.9", + "alloy-primitives", + "alloy-rlp", + "arbitrary", + "bytes", + "op-alloy-consensus", + "reth-codecs 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-zstd-compressors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "serde", + "serde_with", ] [[package]] @@ -8469,13 +9950,34 @@ dependencies = [ "arbitrary", "bytes", "op-alloy-consensus", - "reth-codecs", - "reth-primitives-traits", - "reth-zstd-compressors", + "reth-codecs 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-zstd-compressors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "serde", "serde_with", ] +[[package]] +name = "reth-payload-builder" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-consensus 1.0.9", + "alloy-primitives", + "alloy-rpc-types", + "futures-util", + "metrics", + "reth-chain-state 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-ethereum-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-payload-builder-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-payload-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "tokio", + "tokio-stream", + "tracing", +] + [[package]] name = "reth-payload-builder" version = "1.4.8" @@ -8486,12 +9988,24 @@ dependencies = [ "alloy-rpc-types", "futures-util", "metrics", - "reth-chain-state", - "reth-ethereum-engine-primitives", - "reth-metrics", - "reth-payload-builder-primitives", - "reth-payload-primitives", - "reth-primitives-traits", + "reth-chain-state 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-ethereum-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-payload-builder-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-payload-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "tokio", + "tokio-stream", + "tracing", +] + +[[package]] +name = "reth-payload-builder-primitives" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "pin-project", + "reth-payload-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", "tokio", "tokio-stream", "tracing", @@ -8503,12 +10017,32 @@ version = "1.4.8" source = "git+https://github.com/scroll-tech/reth.git#ce8b77ab464afc9b5159bdfff690892fd01be744" dependencies = [ "pin-project", - "reth-payload-primitives", + "reth-payload-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "tokio", "tokio-stream", "tracing", ] +[[package]] +name = "reth-payload-primitives" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-eips 1.0.9", + "alloy-primitives", + "alloy-rpc-types-engine 1.0.9", + "auto_impl", + "op-alloy-rpc-types-engine", + "reth-chain-state 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "scroll-alloy-rpc-types-engine 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "serde", + "thiserror 2.0.12", + "tokio", +] + [[package]] name = "reth-payload-primitives" version = "1.4.8" @@ -8519,16 +10053,26 @@ dependencies = [ "alloy-rpc-types-engine 1.0.9", "auto_impl", "op-alloy-rpc-types-engine", - "reth-chain-state", - "reth-chainspec", - "reth-errors", - "reth-primitives-traits", - "scroll-alloy-rpc-types-engine", + "reth-chain-state 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "scroll-alloy-rpc-types-engine 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "serde", "thiserror 2.0.12", "tokio", ] +[[package]] +name = "reth-payload-util" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-consensus 1.0.9", + "alloy-primitives", + "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", +] + [[package]] name = "reth-payload-util" version = "1.4.8" @@ -8536,7 +10080,17 @@ source = "git+https://github.com/scroll-tech/reth.git#ce8b77ab464afc9b5159bdfff6 dependencies = [ "alloy-consensus 1.0.9", "alloy-primitives", - "reth-transaction-pool", + "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git)", +] + +[[package]] +name = "reth-payload-validator" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-consensus 1.0.9", + "alloy-rpc-types-engine 1.0.9", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", ] [[package]] @@ -8545,23 +10099,70 @@ version = "1.4.8" source = "git+https://github.com/scroll-tech/reth.git#ce8b77ab464afc9b5159bdfff690892fd01be744" dependencies = [ "alloy-consensus 1.0.9", - "alloy-rpc-types-engine 1.0.9", - "reth-primitives-traits", + "alloy-rpc-types-engine 1.0.9", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", +] + +[[package]] +name = "reth-primitives" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-consensus 1.0.9", + "arbitrary", + "c-kzg", + "once_cell", + "reth-ethereum-forks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-static-file-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", +] + +[[package]] +name = "reth-primitives" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git#ce8b77ab464afc9b5159bdfff690892fd01be744" +dependencies = [ + "alloy-consensus 1.0.9", + "c-kzg", + "once_cell", + "reth-ethereum-forks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-static-file-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", ] [[package]] -name = "reth-primitives" +name = "reth-primitives-traits" version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git#ce8b77ab464afc9b5159bdfff690892fd01be744" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" dependencies = [ "alloy-consensus 1.0.9", + "alloy-eips 1.0.9", + "alloy-genesis", + "alloy-primitives", + "alloy-rlp", + "alloy-trie", "arbitrary", - "c-kzg", + "auto_impl", + "byteorder", + "bytes", + "derive_more", + "modular-bitfield", "once_cell", - "reth-ethereum-forks", - "reth-ethereum-primitives", - "reth-primitives-traits", - "reth-static-file-types", + "op-alloy-consensus", + "proptest", + "proptest-arbitrary-interop", + "rayon", + "reth-codecs 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "revm-bytecode", + "revm-primitives", + "revm-state", + "scroll-alloy-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "secp256k1", + "serde", + "serde_with", + "thiserror 2.0.12", ] [[package]] @@ -8586,17 +10187,62 @@ dependencies = [ "proptest", "proptest-arbitrary-interop", "rayon", - "reth-codecs", + "reth-codecs 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "revm-bytecode", "revm-primitives", "revm-state", - "scroll-alloy-consensus", + "scroll-alloy-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "secp256k1", "serde", "serde_with", "thiserror 2.0.12", ] +[[package]] +name = "reth-provider" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-consensus 1.0.9", + "alloy-eips 1.0.9", + "alloy-primitives", + "alloy-rpc-types-engine 1.0.9", + "dashmap 6.1.0", + "eyre", + "itertools 0.14.0", + "metrics", + "notify", + "parking_lot 0.12.3", + "rayon", + "reth-chain-state 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-codecs 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-db 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-db-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-ethereum-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-execution-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-fs-util 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-nippy-jar 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-node-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-prune-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-stages-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-static-file-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-storage-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-trie 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-trie-db 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "revm-database", + "revm-state", + "strum 0.27.1", + "tokio", + "tracing", +] + [[package]] name = "reth-provider" version = "1.4.8" @@ -8613,28 +10259,28 @@ dependencies = [ "notify", "parking_lot 0.12.3", "rayon", - "reth-chain-state", - "reth-chainspec", - "reth-codecs", - "reth-db", - "reth-db-api", - "reth-errors", - "reth-ethereum-engine-primitives", - "reth-ethereum-primitives", - "reth-evm", - "reth-execution-types", - "reth-fs-util", - "reth-metrics", - "reth-nippy-jar", - "reth-node-types", - "reth-primitives-traits", - "reth-prune-types", - "reth-stages-types", - "reth-static-file-types", - "reth-storage-api", - "reth-storage-errors", - "reth-trie", - "reth-trie-db", + "reth-chain-state 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-codecs 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-db 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-db-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-ethereum-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-execution-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-fs-util 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-nippy-jar 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-node-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-prune-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-stages-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-static-file-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-storage-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-trie 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-trie-db 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "revm-database", "revm-state", "strum 0.27.1", @@ -8642,6 +10288,34 @@ dependencies = [ "tracing", ] +[[package]] +name = "reth-prune" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-consensus 1.0.9", + "alloy-eips 1.0.9", + "alloy-primitives", + "itertools 0.14.0", + "metrics", + "rayon", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-config 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-db-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-exex-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-prune-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-static-file-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-tokio-util 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "rustc-hash 2.1.1", + "thiserror 2.0.12", + "tokio", + "tracing", +] + [[package]] name = "reth-prune" version = "1.4.8" @@ -8653,23 +10327,37 @@ dependencies = [ "itertools 0.14.0", "metrics", "rayon", - "reth-chainspec", - "reth-config", - "reth-db-api", - "reth-errors", - "reth-exex-types", - "reth-metrics", - "reth-primitives-traits", - "reth-provider", - "reth-prune-types", - "reth-static-file-types", - "reth-tokio-util", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-config 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-db-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-exex-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-prune-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-static-file-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-tokio-util 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "rustc-hash 2.1.1", "thiserror 2.0.12", "tokio", "tracing", ] +[[package]] +name = "reth-prune-types" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-primitives", + "arbitrary", + "derive_more", + "modular-bitfield", + "reth-codecs 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "serde", + "thiserror 2.0.12", +] + [[package]] name = "reth-prune-types" version = "1.4.8" @@ -8679,22 +10367,110 @@ dependencies = [ "arbitrary", "derive_more", "modular-bitfield", - "reth-codecs", + "reth-codecs 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "serde", "thiserror 2.0.12", ] +[[package]] +name = "reth-revm" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-primitives", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-storage-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-trie 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "revm", +] + [[package]] name = "reth-revm" version = "1.4.8" source = "git+https://github.com/scroll-tech/reth.git#ce8b77ab464afc9b5159bdfff690892fd01be744" dependencies = [ "alloy-primitives", - "reth-primitives-traits", - "reth-storage-api", - "reth-storage-errors", - "reth-trie", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-storage-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-trie 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "revm", +] + +[[package]] +name = "reth-rpc" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-consensus 1.0.9", + "alloy-dyn-abi", + "alloy-eips 1.0.9", + "alloy-evm", + "alloy-genesis", + "alloy-network", + "alloy-primitives", + "alloy-rlp", + "alloy-rpc-types", + "alloy-rpc-types-admin", + "alloy-rpc-types-beacon 1.0.9", + "alloy-rpc-types-debug", + "alloy-rpc-types-engine 1.0.9", + "alloy-rpc-types-eth", + "alloy-rpc-types-mev", + "alloy-rpc-types-trace", + "alloy-rpc-types-txpool", + "alloy-serde 1.0.9", + "alloy-signer", + "alloy-signer-local", + "async-trait", + "derive_more", + "futures", + "http 1.3.1", + "http-body 1.0.1", + "hyper 1.6.0", + "jsonrpsee", + "jsonrpsee-types", + "jsonwebtoken", + "parking_lot 0.12.3", + "pin-project", + "reth-chain-state 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-execution-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-network-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-network-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-node-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-revm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-rpc-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-rpc-engine-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-rpc-eth-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-rpc-eth-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-rpc-server-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-rpc-types-compat 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-trie-common 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", "revm", + "revm-inspectors", + "revm-primitives", + "serde", + "serde_json", + "sha2 0.10.9", + "thiserror 2.0.12", + "tokio", + "tokio-stream", + "tower", + "tracing", + "tracing-futures", ] [[package]] @@ -8733,31 +10509,31 @@ dependencies = [ "jsonwebtoken", "parking_lot 0.12.3", "pin-project", - "reth-chain-state", - "reth-chainspec", - "reth-consensus", - "reth-engine-primitives", - "reth-errors", - "reth-ethereum-primitives", - "reth-evm", - "reth-execution-types", - "reth-metrics", - "reth-network-api", - "reth-network-peers", - "reth-network-types", - "reth-node-api", - "reth-primitives-traits", - "reth-revm", - "reth-rpc-api", - "reth-rpc-engine-api", - "reth-rpc-eth-api", - "reth-rpc-eth-types", - "reth-rpc-server-types", - "reth-rpc-types-compat", - "reth-storage-api", - "reth-tasks", - "reth-transaction-pool", - "reth-trie-common", + "reth-chain-state 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-execution-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-network-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-network-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-node-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-revm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-rpc-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-rpc-engine-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-rpc-eth-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-rpc-eth-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-rpc-server-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-rpc-types-compat 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-trie-common 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "revm", "revm-inspectors", "revm-primitives", @@ -8772,6 +10548,34 @@ dependencies = [ "tracing-futures", ] +[[package]] +name = "reth-rpc-api" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-eips 1.0.9", + "alloy-genesis", + "alloy-json-rpc", + "alloy-primitives", + "alloy-rpc-types", + "alloy-rpc-types-admin", + "alloy-rpc-types-anvil", + "alloy-rpc-types-beacon 1.0.9", + "alloy-rpc-types-debug", + "alloy-rpc-types-engine 1.0.9", + "alloy-rpc-types-eth", + "alloy-rpc-types-mev", + "alloy-rpc-types-trace", + "alloy-rpc-types-txpool", + "alloy-serde 1.0.9", + "jsonrpsee", + "reth-chain-state 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-rpc-eth-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-trie-common 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", +] + [[package]] name = "reth-rpc-api" version = "1.4.8" @@ -8793,11 +10597,49 @@ dependencies = [ "alloy-rpc-types-txpool", "alloy-serde 1.0.9", "jsonrpsee", - "reth-chain-state", - "reth-engine-primitives", - "reth-network-peers", - "reth-rpc-eth-api", - "reth-trie-common", + "reth-chain-state 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-rpc-eth-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-trie-common 1.4.8 (git+https://github.com/scroll-tech/reth.git)", +] + +[[package]] +name = "reth-rpc-builder" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-network", + "alloy-provider", + "http 1.3.1", + "jsonrpsee", + "metrics", + "pin-project", + "reth-chain-state 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-ipc 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-network-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-node-core 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-rpc 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-rpc-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-rpc-eth-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-rpc-eth-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-rpc-layer 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-rpc-server-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "serde", + "thiserror 2.0.12", + "tokio", + "tokio-util", + "tower", + "tower-http", + "tracing", ] [[package]] @@ -8811,24 +10653,24 @@ dependencies = [ "jsonrpsee", "metrics", "pin-project", - "reth-chain-state", - "reth-chainspec", - "reth-consensus", - "reth-evm", - "reth-ipc", - "reth-metrics", - "reth-network-api", - "reth-node-core", - "reth-primitives-traits", - "reth-rpc", - "reth-rpc-api", - "reth-rpc-eth-api", - "reth-rpc-eth-types", - "reth-rpc-layer", - "reth-rpc-server-types", - "reth-storage-api", - "reth-tasks", - "reth-transaction-pool", + "reth-chain-state 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-ipc 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-network-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-node-core 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-rpc 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-rpc-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-rpc-eth-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-rpc-eth-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-rpc-layer 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-rpc-server-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "serde", "thiserror 2.0.12", "tokio", @@ -8838,6 +10680,36 @@ dependencies = [ "tracing", ] +[[package]] +name = "reth-rpc-engine-api" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-eips 1.0.9", + "alloy-primitives", + "alloy-rpc-types-engine 1.0.9", + "async-trait", + "jsonrpsee-core", + "jsonrpsee-types", + "metrics", + "parking_lot 0.12.3", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-payload-builder-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-payload-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-rpc-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "serde", + "thiserror 2.0.12", + "tokio", + "tracing", +] + [[package]] name = "reth-rpc-engine-api" version = "1.4.8" @@ -8851,23 +10723,66 @@ dependencies = [ "jsonrpsee-types", "metrics", "parking_lot 0.12.3", - "reth-chainspec", - "reth-engine-primitives", - "reth-metrics", - "reth-payload-builder", - "reth-payload-builder-primitives", - "reth-payload-primitives", - "reth-primitives-traits", - "reth-rpc-api", - "reth-storage-api", - "reth-tasks", - "reth-transaction-pool", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-payload-builder-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-payload-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-rpc-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "serde", "thiserror 2.0.12", "tokio", "tracing", ] +[[package]] +name = "reth-rpc-eth-api" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-consensus 1.0.9", + "alloy-dyn-abi", + "alloy-eips 1.0.9", + "alloy-json-rpc", + "alloy-network", + "alloy-primitives", + "alloy-rlp", + "alloy-rpc-types-eth", + "alloy-rpc-types-mev", + "alloy-serde 1.0.9", + "async-trait", + "auto_impl", + "dyn-clone", + "futures", + "jsonrpsee", + "jsonrpsee-types", + "parking_lot 0.12.3", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-network-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-node-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-revm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-rpc-eth-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-rpc-server-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-rpc-types-compat 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-trie-common 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "revm", + "revm-inspectors", + "tokio", + "tracing", +] + [[package]] name = "reth-rpc-eth-api" version = "1.4.8" @@ -8890,24 +10805,66 @@ dependencies = [ "jsonrpsee", "jsonrpsee-types", "parking_lot 0.12.3", - "reth-chainspec", - "reth-errors", - "reth-evm", - "reth-network-api", - "reth-node-api", - "reth-payload-builder", - "reth-primitives-traits", - "reth-revm", - "reth-rpc-eth-types", - "reth-rpc-server-types", - "reth-rpc-types-compat", - "reth-storage-api", - "reth-tasks", - "reth-transaction-pool", - "reth-trie-common", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-network-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-node-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-revm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-rpc-eth-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-rpc-server-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-rpc-types-compat 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-trie-common 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "revm", + "revm-inspectors", + "tokio", + "tracing", +] + +[[package]] +name = "reth-rpc-eth-types" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-consensus 1.0.9", + "alloy-eips 1.0.9", + "alloy-primitives", + "alloy-rpc-types-eth", + "alloy-sol-types", + "derive_more", + "futures", + "itertools 0.14.0", + "jsonrpsee-core", + "jsonrpsee-types", + "metrics", + "rand 0.9.1", + "reth-chain-state 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-execution-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-revm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-rpc-server-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-rpc-types-compat 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-trie 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", "revm", "revm-inspectors", + "schnellru", + "serde", + "thiserror 2.0.12", "tokio", + "tokio-stream", "tracing", ] @@ -8928,21 +10885,21 @@ dependencies = [ "jsonrpsee-types", "metrics", "rand 0.9.1", - "reth-chain-state", - "reth-chainspec", - "reth-errors", - "reth-ethereum-primitives", - "reth-evm", - "reth-execution-types", - "reth-metrics", - "reth-primitives-traits", - "reth-revm", - "reth-rpc-server-types", - "reth-rpc-types-compat", - "reth-storage-api", - "reth-tasks", - "reth-transaction-pool", - "reth-trie", + "reth-chain-state 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-execution-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-revm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-rpc-server-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-rpc-types-compat 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-trie 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "revm", "revm-inspectors", "schnellru", @@ -8953,6 +10910,20 @@ dependencies = [ "tracing", ] +[[package]] +name = "reth-rpc-layer" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-rpc-types-engine 1.0.9", + "http 1.3.1", + "jsonrpsee-http-client", + "pin-project", + "tower", + "tower-http", + "tracing", +] + [[package]] name = "reth-rpc-layer" version = "1.4.8" @@ -8967,6 +10938,22 @@ dependencies = [ "tracing", ] +[[package]] +name = "reth-rpc-server-types" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-eips 1.0.9", + "alloy-primitives", + "alloy-rpc-types-engine 1.0.9", + "jsonrpsee-core", + "jsonrpsee-types", + "reth-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-network-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "serde", + "strum 0.27.1", +] + [[package]] name = "reth-rpc-server-types" version = "1.4.8" @@ -8977,12 +10964,34 @@ dependencies = [ "alloy-rpc-types-engine 1.0.9", "jsonrpsee-core", "jsonrpsee-types", - "reth-errors", - "reth-network-api", + "reth-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-network-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "serde", "strum 0.27.1", ] +[[package]] +name = "reth-rpc-types-compat" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-consensus 1.0.9", + "alloy-network", + "alloy-primitives", + "alloy-rpc-types-eth", + "jsonrpsee-types", + "op-alloy-consensus", + "op-alloy-rpc-types", + "reth-optimism-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-scroll-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "scroll-alloy-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "scroll-alloy-rpc-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "serde", + "thiserror 2.0.12", +] + [[package]] name = "reth-rpc-types-compat" version = "1.4.8" @@ -8995,16 +11004,40 @@ dependencies = [ "jsonrpsee-types", "op-alloy-consensus", "op-alloy-rpc-types", - "reth-optimism-primitives", - "reth-primitives-traits", - "reth-scroll-primitives", - "reth-storage-api", - "scroll-alloy-consensus", - "scroll-alloy-rpc-types", + "reth-optimism-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-scroll-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "scroll-alloy-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "scroll-alloy-rpc-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "serde", "thiserror 2.0.12", ] +[[package]] +name = "reth-scroll-chainspec" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-chains", + "alloy-consensus 1.0.9", + "alloy-eips 1.0.9", + "alloy-genesis", + "alloy-primitives", + "alloy-serde 1.0.9", + "derive_more", + "once_cell", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-ethereum-forks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-scroll-forks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-trie-common 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "scroll-alloy-hardforks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "serde", + "serde_json", +] + [[package]] name = "reth-scroll-chainspec" version = "1.4.8" @@ -9018,13 +11051,13 @@ dependencies = [ "alloy-serde 1.0.9", "derive_more", "once_cell", - "reth-chainspec", - "reth-ethereum-forks", - "reth-network-peers", - "reth-primitives-traits", - "reth-scroll-forks", - "reth-trie-common", - "scroll-alloy-hardforks", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-ethereum-forks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-scroll-forks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-trie-common 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "scroll-alloy-hardforks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "serde", "serde_json", ] @@ -9039,16 +11072,35 @@ dependencies = [ "reth-cli", "reth-cli-commands", "reth-cli-runner", - "reth-consensus", - "reth-db", - "reth-node-builder", - "reth-node-core", - "reth-node-metrics", - "reth-scroll-chainspec", - "reth-scroll-evm", - "reth-scroll-node", - "reth-scroll-primitives", - "reth-tracing", + "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-db 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-node-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-node-core 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-node-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-scroll-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-scroll-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-scroll-node 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-scroll-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-tracing 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "tracing", +] + +[[package]] +name = "reth-scroll-consensus" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-consensus 1.0.9", + "alloy-primitives", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-consensus-common 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-ethereum-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-execution-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-scroll-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "scroll-alloy-hardforks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "thiserror 2.0.12", "tracing", ] @@ -9059,19 +11111,44 @@ source = "git+https://github.com/scroll-tech/reth.git#ce8b77ab464afc9b5159bdfff6 dependencies = [ "alloy-consensus 1.0.9", "alloy-primitives", - "reth-chainspec", - "reth-consensus", - "reth-consensus-common", - "reth-ethereum-consensus", - "reth-execution-types", - "reth-primitives", - "reth-primitives-traits", - "reth-scroll-primitives", - "scroll-alloy-hardforks", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-consensus-common 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-ethereum-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-execution-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-scroll-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "scroll-alloy-hardforks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "thiserror 2.0.12", "tracing", ] +[[package]] +name = "reth-scroll-engine-primitives" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-consensus 1.0.9", + "alloy-eips 1.0.9", + "alloy-primitives", + "alloy-rlp", + "alloy-rpc-types-engine 1.0.9", + "reth-chain-state 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-payload-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-scroll-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-scroll-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "scroll-alloy-hardforks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "scroll-alloy-rpc-types-engine 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "serde", + "sha2 0.10.9", +] + [[package]] name = "reth-scroll-engine-primitives" version = "1.4.8" @@ -9082,21 +11159,49 @@ dependencies = [ "alloy-primitives", "alloy-rlp", "alloy-rpc-types-engine 1.0.9", - "reth-chain-state", - "reth-chainspec", - "reth-engine-primitives", - "reth-payload-builder", - "reth-payload-primitives", - "reth-primitives", - "reth-primitives-traits", - "reth-scroll-chainspec", - "reth-scroll-primitives", - "scroll-alloy-hardforks", - "scroll-alloy-rpc-types-engine", + "reth-chain-state 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-payload-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-scroll-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-scroll-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "scroll-alloy-hardforks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "scroll-alloy-rpc-types-engine 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "serde", "sha2 0.10.9", ] +[[package]] +name = "reth-scroll-evm" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-consensus 1.0.9", + "alloy-eips 1.0.9", + "alloy-evm", + "alloy-primitives", + "derive_more", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-execution-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-scroll-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-scroll-forks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-scroll-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "revm", + "revm-primitives", + "revm-scroll", + "scroll-alloy-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "scroll-alloy-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "scroll-alloy-hardforks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "thiserror 2.0.12", + "tracing", +] + [[package]] name = "reth-scroll-evm" version = "1.4.8" @@ -9107,24 +11212,38 @@ dependencies = [ "alloy-evm", "alloy-primitives", "derive_more", - "reth-chainspec", - "reth-evm", - "reth-execution-types", - "reth-primitives", - "reth-primitives-traits", - "reth-scroll-chainspec", - "reth-scroll-forks", - "reth-scroll-primitives", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-execution-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-scroll-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-scroll-forks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-scroll-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "revm", "revm-primitives", "revm-scroll", - "scroll-alloy-consensus", - "scroll-alloy-evm", - "scroll-alloy-hardforks", + "scroll-alloy-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "scroll-alloy-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "scroll-alloy-hardforks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "thiserror 2.0.12", "tracing", ] +[[package]] +name = "reth-scroll-forks" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-chains", + "alloy-primitives", + "auto_impl", + "once_cell", + "reth-ethereum-forks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "scroll-alloy-hardforks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "serde", +] + [[package]] name = "reth-scroll-forks" version = "1.4.8" @@ -9134,15 +11253,15 @@ dependencies = [ "alloy-primitives", "auto_impl", "once_cell", - "reth-ethereum-forks", - "scroll-alloy-hardforks", + "reth-ethereum-forks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "scroll-alloy-hardforks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "serde", ] [[package]] name = "reth-scroll-node" version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git#ce8b77ab464afc9b5159bdfff690892fd01be744" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" dependencies = [ "alloy-consensus 1.0.9", "alloy-eips 1.0.9", @@ -9150,41 +11269,41 @@ dependencies = [ "alloy-primitives", "alloy-rpc-types-engine 1.0.9", "eyre", - "reth-basic-payload-builder", - "reth-chainspec", - "reth-db", - "reth-e2e-test-utils", - "reth-engine-local", - "reth-eth-wire-types", - "reth-evm", - "reth-network", - "reth-node-api", - "reth-node-builder", - "reth-node-core", - "reth-node-types", - "reth-payload-builder", - "reth-primitives", - "reth-primitives-traits", - "reth-provider", - "reth-rpc-eth-types", - "reth-rpc-server-types", - "reth-scroll-chainspec", - "reth-scroll-consensus", - "reth-scroll-engine-primitives", - "reth-scroll-evm", - "reth-scroll-payload", - "reth-scroll-primitives", - "reth-scroll-rpc", - "reth-scroll-txpool", - "reth-tasks", - "reth-tracing", - "reth-transaction-pool", - "reth-trie-db", + "reth-basic-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-db 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-e2e-test-utils 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-engine-local 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-eth-wire-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-network 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-node-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-node-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-node-core 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-node-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-rpc-eth-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-rpc-server-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-scroll-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-scroll-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-scroll-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-scroll-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-scroll-payload 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-scroll-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-scroll-rpc 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-scroll-txpool 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-tracing 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-trie-db 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", "revm", - "scroll-alloy-consensus", - "scroll-alloy-evm", - "scroll-alloy-hardforks", - "scroll-alloy-rpc-types-engine", + "scroll-alloy-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "scroll-alloy-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "scroll-alloy-hardforks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "scroll-alloy-rpc-types-engine 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", "serde_json", "thiserror 2.0.12", "tokio", @@ -9192,36 +11311,132 @@ dependencies = [ ] [[package]] -name = "reth-scroll-payload" +name = "reth-scroll-node" version = "1.4.8" source = "git+https://github.com/scroll-tech/reth.git#ce8b77ab464afc9b5159bdfff690892fd01be744" +dependencies = [ + "alloy-consensus 1.0.9", + "alloy-eips 1.0.9", + "alloy-primitives", + "alloy-rpc-types-engine 1.0.9", + "eyre", + "reth-basic-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-db 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-engine-local 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-eth-wire-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-network 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-node-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-node-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-node-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-rpc-eth-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-scroll-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-scroll-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-scroll-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-scroll-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-scroll-payload 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-scroll-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-scroll-rpc 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-scroll-txpool 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-tracing 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-trie-db 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "revm", + "scroll-alloy-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "scroll-alloy-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "scroll-alloy-hardforks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "scroll-alloy-rpc-types-engine 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "thiserror 2.0.12", + "tokio", + "tracing", +] + +[[package]] +name = "reth-scroll-payload" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" dependencies = [ "alloy-consensus 1.0.9", "alloy-primitives", "alloy-rlp", "futures-util", - "reth-basic-payload-builder", - "reth-chain-state", - "reth-chainspec", - "reth-evm", - "reth-execution-types", - "reth-payload-builder", - "reth-payload-primitives", - "reth-payload-util", - "reth-primitives-traits", - "reth-revm", - "reth-scroll-engine-primitives", - "reth-scroll-evm", - "reth-scroll-primitives", - "reth-storage-api", - "reth-transaction-pool", + "reth-basic-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-chain-state 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-execution-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-payload-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-payload-util 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-revm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-scroll-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-scroll-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-scroll-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "revm", + "scroll-alloy-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "scroll-alloy-hardforks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "thiserror 2.0.12", + "tracing", +] + +[[package]] +name = "reth-scroll-payload" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git#ce8b77ab464afc9b5159bdfff690892fd01be744" +dependencies = [ + "alloy-consensus 1.0.9", + "alloy-primitives", + "alloy-rlp", + "reth-basic-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-chain-state 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-execution-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-payload-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-payload-util 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-revm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-scroll-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-scroll-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-scroll-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "revm", - "scroll-alloy-evm", - "scroll-alloy-hardforks", + "scroll-alloy-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "scroll-alloy-hardforks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "thiserror 2.0.12", "tracing", ] +[[package]] +name = "reth-scroll-primitives" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-consensus 1.0.9", + "alloy-eips 1.0.9", + "alloy-primitives", + "alloy-rlp", + "arbitrary", + "bytes", + "modular-bitfield", + "once_cell", + "reth-codecs 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-zstd-compressors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "scroll-alloy-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "serde", +] + [[package]] name = "reth-scroll-primitives" version = "1.4.8" @@ -9235,13 +11450,50 @@ dependencies = [ "bytes", "modular-bitfield", "once_cell", - "reth-codecs", - "reth-primitives-traits", - "reth-zstd-compressors", - "scroll-alloy-consensus", + "reth-codecs 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-zstd-compressors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "scroll-alloy-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "serde", ] +[[package]] +name = "reth-scroll-rpc" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-consensus 1.0.9", + "alloy-primitives", + "alloy-rpc-types-eth", + "eyre", + "jsonrpsee-types", + "parking_lot 0.12.3", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-network-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-node-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-node-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-rpc 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-rpc-eth-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-rpc-eth-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-scroll-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-scroll-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-scroll-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "revm", + "scroll-alloy-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "scroll-alloy-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "scroll-alloy-hardforks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "scroll-alloy-network 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "scroll-alloy-rpc-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "thiserror 2.0.12", + "tokio", +] + [[package]] name = "reth-scroll-rpc" version = "1.4.8" @@ -9253,32 +11505,60 @@ dependencies = [ "eyre", "jsonrpsee-types", "parking_lot 0.12.3", - "reth-chainspec", - "reth-evm", - "reth-network-api", - "reth-node-api", - "reth-node-builder", - "reth-primitives", - "reth-primitives-traits", - "reth-provider", - "reth-rpc", - "reth-rpc-eth-api", - "reth-rpc-eth-types", - "reth-scroll-chainspec", - "reth-scroll-evm", - "reth-scroll-primitives", - "reth-tasks", - "reth-transaction-pool", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-network-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-node-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-node-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-rpc 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-rpc-eth-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-rpc-eth-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-scroll-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-scroll-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-scroll-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "revm", - "scroll-alloy-consensus", - "scroll-alloy-evm", - "scroll-alloy-hardforks", - "scroll-alloy-network", - "scroll-alloy-rpc-types", + "scroll-alloy-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "scroll-alloy-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "scroll-alloy-hardforks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "scroll-alloy-network 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "scroll-alloy-rpc-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "thiserror 2.0.12", "tokio", ] +[[package]] +name = "reth-scroll-txpool" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-consensus 1.0.9", + "alloy-eips 1.0.9", + "alloy-primitives", + "alloy-rpc-types-eth", + "c-kzg", + "derive_more", + "futures-util", + "metrics", + "parking_lot 0.12.3", + "reth-chain-state 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-revm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-scroll-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-scroll-forks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-scroll-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "revm-scroll", + "scroll-alloy-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", +] + [[package]] name = "reth-scroll-txpool" version = "1.4.8" @@ -9293,18 +11573,68 @@ dependencies = [ "futures-util", "metrics", "parking_lot 0.12.3", - "reth-chain-state", - "reth-chainspec", - "reth-metrics", - "reth-primitives-traits", - "reth-revm", - "reth-scroll-evm", - "reth-scroll-forks", - "reth-scroll-primitives", - "reth-storage-api", - "reth-transaction-pool", + "reth-chain-state 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-revm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-scroll-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-scroll-forks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-scroll-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "revm-scroll", - "scroll-alloy-consensus", + "scroll-alloy-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", +] + +[[package]] +name = "reth-stages" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-consensus 1.0.9", + "alloy-eips 1.0.9", + "alloy-primitives", + "bincode", + "blake3", + "eyre", + "futures-util", + "itertools 0.14.0", + "num-traits", + "rayon", + "reqwest", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-codecs 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-config 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-db 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-db-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-era 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-era-downloader 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-era-utils 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-etl 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-execution-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-exex 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-fs-util 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-network-p2p 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-prune 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-prune-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-revm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-stages-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-static-file-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-storage-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-testing-utils 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-trie 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-trie-db 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "serde", + "tempfile", + "thiserror 2.0.12", + "tokio", + "tracing", ] [[package]] @@ -9323,33 +11653,33 @@ dependencies = [ "num-traits", "rayon", "reqwest", - "reth-chainspec", - "reth-codecs", - "reth-config", - "reth-consensus", - "reth-db", - "reth-db-api", - "reth-era", - "reth-era-downloader", - "reth-era-utils", - "reth-ethereum-primitives", - "reth-etl", - "reth-evm", - "reth-execution-types", - "reth-exex", - "reth-fs-util", - "reth-network-p2p", - "reth-primitives-traits", - "reth-provider", - "reth-prune", - "reth-prune-types", - "reth-revm", - "reth-stages-api", - "reth-static-file-types", - "reth-storage-errors", - "reth-testing-utils", - "reth-trie", - "reth-trie-db", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-codecs 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-config 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-db 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-db-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-era 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-era-downloader 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-era-utils 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-etl 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-execution-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-exex 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-fs-util 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-network-p2p 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-prune 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-prune-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-revm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-stages-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-static-file-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-storage-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-testing-utils 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-trie 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-trie-db 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "serde", "tempfile", "thiserror 2.0.12", @@ -9357,6 +11687,33 @@ dependencies = [ "tracing", ] +[[package]] +name = "reth-stages-api" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-eips 1.0.9", + "alloy-primitives", + "aquamarine", + "auto_impl", + "futures-util", + "metrics", + "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-network-p2p 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-prune 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-stages-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-static-file 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-static-file-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-tokio-util 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "thiserror 2.0.12", + "tokio", + "tracing", +] + [[package]] name = "reth-stages-api" version = "1.4.8" @@ -9368,22 +11725,36 @@ dependencies = [ "auto_impl", "futures-util", "metrics", - "reth-consensus", - "reth-errors", - "reth-metrics", - "reth-network-p2p", - "reth-primitives-traits", - "reth-provider", - "reth-prune", - "reth-stages-types", - "reth-static-file", - "reth-static-file-types", - "reth-tokio-util", + "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-network-p2p 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-prune 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-stages-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-static-file 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-static-file-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-tokio-util 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "thiserror 2.0.12", "tokio", "tracing", ] +[[package]] +name = "reth-stages-types" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-primitives", + "arbitrary", + "bytes", + "modular-bitfield", + "reth-codecs 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-trie-common 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "serde", +] + [[package]] name = "reth-stages-types" version = "1.4.8" @@ -9393,11 +11764,31 @@ dependencies = [ "arbitrary", "bytes", "modular-bitfield", - "reth-codecs", - "reth-trie-common", + "reth-codecs 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-trie-common 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "serde", ] +[[package]] +name = "reth-static-file" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-primitives", + "parking_lot 0.12.3", + "rayon", + "reth-codecs 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-db-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-prune-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-stages-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-static-file-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-storage-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-tokio-util 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "tracing", +] + [[package]] name = "reth-static-file" version = "1.4.8" @@ -9406,28 +11797,63 @@ dependencies = [ "alloy-primitives", "parking_lot 0.12.3", "rayon", - "reth-codecs", - "reth-db-api", - "reth-primitives-traits", - "reth-provider", - "reth-prune-types", - "reth-stages-types", - "reth-static-file-types", - "reth-storage-errors", - "reth-tokio-util", + "reth-codecs 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-db-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-prune-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-stages-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-static-file-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-storage-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-tokio-util 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "tracing", ] +[[package]] +name = "reth-static-file-types" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-primitives", + "derive_more", + "serde", + "strum 0.27.1", +] + [[package]] name = "reth-static-file-types" version = "1.4.8" source = "git+https://github.com/scroll-tech/reth.git#ce8b77ab464afc9b5159bdfff690892fd01be744" dependencies = [ "alloy-primitives", - "clap", - "derive_more", - "serde", - "strum 0.27.1", + "clap", + "derive_more", + "serde", + "strum 0.27.1", +] + +[[package]] +name = "reth-storage-api" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-consensus 1.0.9", + "alloy-eips 1.0.9", + "alloy-primitives", + "alloy-rpc-types-engine 1.0.9", + "auto_impl", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-db-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-db-models 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-execution-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-prune-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-stages-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-storage-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-trie-common 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-trie-db 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "revm-database", ] [[package]] @@ -9440,20 +11866,36 @@ dependencies = [ "alloy-primitives", "alloy-rpc-types-engine 1.0.9", "auto_impl", - "reth-chainspec", - "reth-db-api", - "reth-db-models", - "reth-ethereum-primitives", - "reth-execution-types", - "reth-primitives-traits", - "reth-prune-types", - "reth-stages-types", - "reth-storage-errors", - "reth-trie-common", - "reth-trie-db", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-db-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-db-models 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-execution-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-prune-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-stages-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-storage-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-trie-common 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-trie-db 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "revm-database", ] +[[package]] +name = "reth-storage-errors" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-eips 1.0.9", + "alloy-primitives", + "alloy-rlp", + "derive_more", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-prune-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-static-file-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "revm-database-interface", + "thiserror 2.0.12", +] + [[package]] name = "reth-storage-errors" version = "1.4.8" @@ -9463,13 +11905,31 @@ dependencies = [ "alloy-primitives", "alloy-rlp", "derive_more", - "reth-primitives-traits", - "reth-prune-types", - "reth-static-file-types", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-prune-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-static-file-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "revm-database-interface", "thiserror 2.0.12", ] +[[package]] +name = "reth-tasks" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "auto_impl", + "dyn-clone", + "futures-util", + "metrics", + "pin-project", + "rayon", + "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "thiserror 2.0.12", + "tokio", + "tracing", + "tracing-futures", +] + [[package]] name = "reth-tasks" version = "1.4.8" @@ -9481,13 +11941,29 @@ dependencies = [ "metrics", "pin-project", "rayon", - "reth-metrics", + "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "thiserror 2.0.12", "tokio", "tracing", "tracing-futures", ] +[[package]] +name = "reth-testing-utils" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-consensus 1.0.9", + "alloy-eips 1.0.9", + "alloy-genesis", + "alloy-primitives", + "rand 0.8.5", + "rand 0.9.1", + "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "secp256k1", +] + [[package]] name = "reth-testing-utils" version = "1.4.8" @@ -9499,11 +11975,21 @@ dependencies = [ "alloy-primitives", "rand 0.8.5", "rand 0.9.1", - "reth-ethereum-primitives", - "reth-primitives-traits", + "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "secp256k1", ] +[[package]] +name = "reth-tokio-util" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "tokio", + "tokio-stream", + "tracing", +] + [[package]] name = "reth-tokio-util" version = "1.4.8" @@ -9514,6 +12000,21 @@ dependencies = [ "tracing", ] +[[package]] +name = "reth-tracing" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "clap", + "eyre", + "rolling-file", + "tracing", + "tracing-appender", + "tracing-journald", + "tracing-logfmt", + "tracing-subscriber 0.3.19", +] + [[package]] name = "reth-tracing" version = "1.4.8" @@ -9529,6 +12030,45 @@ dependencies = [ "tracing-subscriber 0.3.19", ] +[[package]] +name = "reth-transaction-pool" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-consensus 1.0.9", + "alloy-eips 1.0.9", + "alloy-primitives", + "alloy-rlp", + "aquamarine", + "auto_impl", + "bitflags 2.9.1", + "futures-util", + "metrics", + "parking_lot 0.12.3", + "paste", + "rand 0.9.1", + "reth-chain-state 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-eth-wire-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-execution-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-fs-util 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "revm-interpreter", + "revm-primitives", + "rustc-hash 2.1.1", + "schnellru", + "serde", + "smallvec", + "thiserror 2.0.12", + "tokio", + "tokio-stream", + "tracing", +] + [[package]] name = "reth-transaction-pool" version = "1.4.8" @@ -9546,16 +12086,16 @@ dependencies = [ "parking_lot 0.12.3", "paste", "rand 0.9.1", - "reth-chain-state", - "reth-chainspec", - "reth-eth-wire-types", - "reth-ethereum-primitives", - "reth-execution-types", - "reth-fs-util", - "reth-metrics", - "reth-primitives-traits", - "reth-storage-api", - "reth-tasks", + "reth-chain-state 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-eth-wire-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-execution-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-fs-util 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "revm-interpreter", "revm-primitives", "rustc-hash 2.1.1", @@ -9568,6 +12108,31 @@ dependencies = [ "tracing", ] +[[package]] +name = "reth-trie" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-consensus 1.0.9", + "alloy-eips 1.0.9", + "alloy-primitives", + "alloy-rlp", + "alloy-trie", + "auto_impl", + "itertools 0.14.0", + "metrics", + "reth-execution-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-stages-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-storage-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-trie-common 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-trie-sparse 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "revm-database", + "tracing", + "triehash", +] + [[package]] name = "reth-trie" version = "1.4.8" @@ -9581,18 +12146,43 @@ dependencies = [ "auto_impl", "itertools 0.14.0", "metrics", - "reth-execution-errors", - "reth-metrics", - "reth-primitives-traits", - "reth-stages-types", - "reth-storage-errors", - "reth-trie-common", - "reth-trie-sparse", + "reth-execution-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-stages-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-storage-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-trie-common 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-trie-sparse 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "revm-database", "tracing", "triehash", ] +[[package]] +name = "reth-trie-common" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-consensus 1.0.9", + "alloy-primitives", + "alloy-rlp", + "alloy-rpc-types-eth", + "alloy-serde 1.0.9", + "alloy-trie", + "arbitrary", + "bytes", + "derive_more", + "hash-db", + "itertools 0.14.0", + "nybbles", + "plain_hasher", + "reth-codecs 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "revm-database", + "serde", + "serde_with", +] + [[package]] name = "reth-trie-common" version = "1.4.8" @@ -9612,23 +12202,61 @@ dependencies = [ "nybbles", "plain_hasher", "rayon", - "reth-codecs", - "reth-primitives-traits", + "reth-codecs 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "revm-database", "serde", "serde_with", ] +[[package]] +name = "reth-trie-db" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-primitives", + "reth-db-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-execution-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-trie 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "tracing", +] + [[package]] name = "reth-trie-db" version = "1.4.8" source = "git+https://github.com/scroll-tech/reth.git#ce8b77ab464afc9b5159bdfff690892fd01be744" dependencies = [ "alloy-primitives", - "reth-db-api", - "reth-execution-errors", - "reth-primitives-traits", - "reth-trie", + "reth-db-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-execution-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-trie 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "tracing", +] + +[[package]] +name = "reth-trie-parallel" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "derive_more", + "itertools 0.14.0", + "metrics", + "rayon", + "reth-db-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-execution-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-storage-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-trie 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-trie-common 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-trie-db 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-trie-sparse 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "thiserror 2.0.12", + "tokio", "tracing", ] @@ -9643,20 +12271,38 @@ dependencies = [ "itertools 0.14.0", "metrics", "rayon", - "reth-db-api", - "reth-execution-errors", - "reth-metrics", - "reth-provider", - "reth-storage-errors", - "reth-trie", - "reth-trie-common", - "reth-trie-db", - "reth-trie-sparse", + "reth-db-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-execution-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-storage-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-trie 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-trie-common 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-trie-db 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-trie-sparse 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "thiserror 2.0.12", "tokio", "tracing", ] +[[package]] +name = "reth-trie-sparse" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "alloy-trie", + "auto_impl", + "metrics", + "reth-execution-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-trie-common 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "smallvec", + "tracing", +] + [[package]] name = "reth-trie-sparse" version = "1.4.8" @@ -9667,14 +12313,22 @@ dependencies = [ "alloy-trie", "auto_impl", "metrics", - "reth-execution-errors", - "reth-metrics", - "reth-primitives-traits", - "reth-trie-common", + "reth-execution-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-trie-common 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "smallvec", "tracing", ] +[[package]] +name = "reth-zstd-compressors" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "zstd", +] + [[package]] name = "reth-zstd-compressors" version = "1.4.8" @@ -10045,37 +12699,37 @@ dependencies = [ "eyre", "futures", "reqwest", - "reth-chainspec", - "reth-cli-util", - "reth-e2e-test-utils", - "reth-engine-local", - "reth-eth-wire-types", - "reth-evm", - "reth-network", - "reth-network-api", - "reth-network-peers", - "reth-node-api", - "reth-node-builder", - "reth-node-core", - "reth-node-types", - "reth-provider", - "reth-revm", - "reth-rpc-api", - "reth-rpc-builder", - "reth-rpc-eth-api", - "reth-rpc-eth-types", - "reth-rpc-server-types", - "reth-scroll-chainspec", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-cli-util 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-e2e-test-utils 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-engine-local 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-eth-wire-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-network 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-network-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-node-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-node-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-node-core 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-node-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-revm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-rpc-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-rpc-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-rpc-eth-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-rpc-eth-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-rpc-server-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-scroll-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "reth-scroll-cli", - "reth-scroll-engine-primitives", - "reth-scroll-evm", - "reth-scroll-node", - "reth-scroll-primitives", - "reth-scroll-rpc", - "reth-tasks", - "reth-tracing", - "reth-transaction-pool", - "reth-trie-db", + "reth-scroll-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-scroll-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-scroll-node 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-scroll-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-scroll-rpc 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-tracing 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-trie-db 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "rollup-node", "rollup-node-indexer", "rollup-node-manager", @@ -10084,12 +12738,12 @@ dependencies = [ "rollup-node-sequencer", "rollup-node-signer", "rollup-node-watcher", - "scroll-alloy-consensus", - "scroll-alloy-evm", - "scroll-alloy-hardforks", - "scroll-alloy-network", + "scroll-alloy-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "scroll-alloy-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "scroll-alloy-hardforks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "scroll-alloy-network 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "scroll-alloy-provider", - "scroll-alloy-rpc-types-engine", + "scroll-alloy-rpc-types-engine 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "scroll-db", "scroll-derivation-pipeline", "scroll-engine", @@ -10112,13 +12766,13 @@ dependencies = [ "metrics", "metrics-derive", "rand 0.9.1", - "reth-chainspec", - "reth-scroll-chainspec", - "reth-scroll-forks", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-scroll-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-scroll-forks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "rollup-node-primitives", "rollup-node-watcher", - "scroll-alloy-consensus", - "scroll-alloy-hardforks", + "scroll-alloy-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "scroll-alloy-hardforks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "scroll-db", "strum 0.27.1", "thiserror 2.0.12", @@ -10136,25 +12790,25 @@ dependencies = [ "alloy-provider", "alloy-rpc-types-engine 1.0.9", "futures", - "reth-chainspec", - "reth-network", - "reth-network-api", - "reth-primitives-traits", - "reth-scroll-node", - "reth-scroll-primitives", - "reth-tasks", - "reth-tokio-util", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-network 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-network-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-scroll-node 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-scroll-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-tokio-util 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "rollup-node-indexer", "rollup-node-primitives", "rollup-node-providers", "rollup-node-sequencer", "rollup-node-signer", "rollup-node-watcher", - "scroll-alloy-consensus", - "scroll-alloy-hardforks", - "scroll-alloy-network", + "scroll-alloy-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "scroll-alloy-hardforks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "scroll-alloy-network 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "scroll-alloy-provider", - "scroll-alloy-rpc-types-engine", + "scroll-alloy-rpc-types-engine 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "scroll-db", "scroll-derivation-pipeline", "scroll-engine", @@ -10176,10 +12830,10 @@ dependencies = [ "alloy-rpc-types-engine 1.0.9", "arbitrary", "derive_more", - "reth-primitives-traits", - "reth-scroll-primitives", - "scroll-alloy-consensus", - "scroll-alloy-rpc-types-engine", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-scroll-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "scroll-alloy-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "scroll-alloy-rpc-types-engine 1.4.8 (git+https://github.com/scroll-tech/reth.git)", ] [[package]] @@ -10200,14 +12854,14 @@ dependencies = [ "eyre", "lru 0.13.0", "reqwest", - "reth-e2e-test-utils", - "reth-payload-primitives", - "reth-scroll-chainspec", - "reth-scroll-node", + "reth-e2e-test-utils 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-payload-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-scroll-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-scroll-node 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", "rollup-node-primitives", - "scroll-alloy-consensus", - "scroll-alloy-network", - "scroll-alloy-rpc-types-engine", + "scroll-alloy-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "scroll-alloy-network 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "scroll-alloy-rpc-types-engine 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "scroll-db", "scroll-network", "serde", @@ -10229,20 +12883,20 @@ dependencies = [ "futures", "metrics", "metrics-derive", - "reth-e2e-test-utils", - "reth-node-core", - "reth-scroll-chainspec", - "reth-scroll-node", - "reth-tracing", + "reth-e2e-test-utils 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-node-core 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-scroll-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-scroll-node 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-tracing 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "rollup-node", "rollup-node-manager", "rollup-node-primitives", "rollup-node-providers", "rollup-node-sequencer", "rollup-node-signer", - "scroll-alloy-consensus", + "scroll-alloy-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "scroll-alloy-provider", - "scroll-alloy-rpc-types-engine", + "scroll-alloy-rpc-types-engine 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "scroll-db", "scroll-engine", "tempfile", @@ -10261,8 +12915,8 @@ dependencies = [ "hex", "metrics", "metrics-derive", - "reth-scroll-primitives", - "reth-tracing", + "reth-scroll-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-tracing 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "rollup-node-primitives", "tempfile", "thiserror 2.0.12", @@ -10292,10 +12946,10 @@ dependencies = [ "metrics", "metrics-derive", "rand 0.9.1", - "reth-tracing", + "reth-tracing 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "rollup-node-primitives", "rollup-node-providers", - "scroll-alloy-consensus", + "scroll-alloy-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "scroll-l1", "thiserror 2.0.12", "tokio", @@ -10634,6 +13288,25 @@ version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" +[[package]] +name = "scroll-alloy-consensus" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-consensus 1.0.9", + "alloy-eips 1.0.9", + "alloy-primitives", + "alloy-rlp", + "alloy-serde 1.0.9", + "arbitrary", + "derive_more", + "modular-bitfield", + "reth-codecs 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-codecs-derive 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "serde", + "serde_with", +] + [[package]] name = "scroll-alloy-consensus" version = "1.4.8" @@ -10647,12 +13320,29 @@ dependencies = [ "arbitrary", "derive_more", "modular-bitfield", - "reth-codecs", - "reth-codecs-derive", + "reth-codecs 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-codecs-derive 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "serde", "serde_with", ] +[[package]] +name = "scroll-alloy-evm" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-consensus 1.0.9", + "alloy-eips 1.0.9", + "alloy-evm", + "alloy-primitives", + "auto_impl", + "revm", + "revm-scroll", + "scroll-alloy-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "scroll-alloy-hardforks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "serde", +] + [[package]] name = "scroll-alloy-evm" version = "1.4.8" @@ -10665,8 +13355,18 @@ dependencies = [ "auto_impl", "revm", "revm-scroll", - "scroll-alloy-consensus", - "scroll-alloy-hardforks", + "scroll-alloy-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "scroll-alloy-hardforks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "serde", +] + +[[package]] +name = "scroll-alloy-hardforks" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-hardforks", + "auto_impl", "serde", ] @@ -10680,6 +13380,21 @@ dependencies = [ "serde", ] +[[package]] +name = "scroll-alloy-network" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-consensus 1.0.9", + "alloy-network", + "alloy-primitives", + "alloy-provider", + "alloy-rpc-types-eth", + "alloy-signer", + "scroll-alloy-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "scroll-alloy-rpc-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", +] + [[package]] name = "scroll-alloy-network" version = "1.4.8" @@ -10691,8 +13406,8 @@ dependencies = [ "alloy-provider", "alloy-rpc-types-eth", "alloy-signer", - "scroll-alloy-consensus", - "scroll-alloy-rpc-types", + "scroll-alloy-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "scroll-alloy-rpc-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", ] [[package]] @@ -10712,14 +13427,31 @@ dependencies = [ "http-body-util", "jsonrpsee", "reqwest", - "reth-rpc-api", - "reth-scroll-engine-primitives", - "scroll-alloy-network", - "scroll-alloy-rpc-types-engine", + "reth-rpc-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-scroll-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "scroll-alloy-network 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "scroll-alloy-rpc-types-engine 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "thiserror 2.0.12", "tower", ] +[[package]] +name = "scroll-alloy-rpc-types" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-consensus 1.0.9", + "alloy-eips 1.0.9", + "alloy-network-primitives", + "alloy-primitives", + "alloy-rpc-types-eth", + "alloy-serde 1.0.9", + "derive_more", + "scroll-alloy-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "serde", + "serde_json", +] + [[package]] name = "scroll-alloy-rpc-types" version = "1.4.8" @@ -10732,11 +13464,21 @@ dependencies = [ "alloy-rpc-types-eth", "alloy-serde 1.0.9", "derive_more", - "scroll-alloy-consensus", + "scroll-alloy-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "serde", "serde_json", ] +[[package]] +name = "scroll-alloy-rpc-types-engine" +version = "1.4.8" +source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +dependencies = [ + "alloy-primitives", + "alloy-rpc-types-engine 1.0.9", + "serde", +] + [[package]] name = "scroll-alloy-rpc-types-engine" version = "1.4.8" @@ -10758,7 +13500,7 @@ dependencies = [ "alloy-sol-types", "derive_more", "eyre", - "scroll-alloy-consensus", + "scroll-alloy-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "scroll-l1", "serde_json", "thiserror 2.0.12", @@ -10777,8 +13519,8 @@ dependencies = [ "futures", "rand 0.9.1", "rollup-node-primitives", - "scroll-alloy-consensus", - "scroll-alloy-rpc-types-engine", + "scroll-alloy-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "scroll-alloy-rpc-types-engine 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "scroll-migration", "sea-orm", "thiserror 2.0.12", @@ -10800,8 +13542,8 @@ dependencies = [ "metrics-derive", "rollup-node-primitives", "rollup-node-providers", - "scroll-alloy-consensus", - "scroll-alloy-rpc-types-engine", + "scroll-alloy-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "scroll-alloy-rpc-types-engine 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "scroll-codec", "scroll-db", "thiserror 2.0.12", @@ -10824,20 +13566,20 @@ dependencies = [ "futures", "metrics", "metrics-derive", - "reth-chainspec", - "reth-network-api", - "reth-payload-primitives", - "reth-primitives-traits", - "reth-scroll-chainspec", - "reth-scroll-engine-primitives", - "reth-scroll-primitives", - "reth-testing-utils", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-network-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-payload-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-scroll-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-scroll-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-scroll-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-testing-utils 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "rollup-node-primitives", "rollup-node-providers", - "scroll-alloy-hardforks", - "scroll-alloy-network", + "scroll-alloy-hardforks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "scroll-alloy-network 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "scroll-alloy-provider", - "scroll-alloy-rpc-types-engine", + "scroll-alloy-rpc-types-engine 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "scroll-engine", "scroll-network", "thiserror 2.0.12", @@ -10853,7 +13595,7 @@ dependencies = [ "alloy-sol-types", "arbitrary", "derive_more", - "scroll-alloy-consensus", + "scroll-alloy-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", ] [[package]] @@ -10867,7 +13609,7 @@ dependencies = [ "reqwest", "reqwest-middleware", "reqwest-retry", - "reth-chainspec", + "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "sea-orm", "sea-orm-migration", "sha2 0.10.9", @@ -10881,16 +13623,16 @@ dependencies = [ "alloy-primitives", "futures", "parking_lot 0.12.3", - "reth-eth-wire-types", - "reth-network", - "reth-network-api", - "reth-network-peers", - "reth-network-types", - "reth-primitives-traits", - "reth-scroll-chainspec", - "reth-scroll-node", - "reth-scroll-primitives", - "reth-storage-api", + "reth-eth-wire-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-network 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-network-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-network-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-scroll-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-scroll-node 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-scroll-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "scroll-wire", "thiserror 2.0.12", "tokio", @@ -10905,10 +13647,10 @@ dependencies = [ "alloy-primitives", "alloy-rlp", "futures", - "reth-eth-wire", - "reth-network", - "reth-network-api", - "reth-scroll-primitives", + "reth-eth-wire 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-network 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-network-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-scroll-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", "tokio", "tokio-stream", "tracing", diff --git a/Cargo.toml b/Cargo.toml index b17f37a3..10c57548 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -162,7 +162,7 @@ reth-tracing = { git = "https://github.com/scroll-tech/reth.git", default-featur reth-scroll-chainspec = { git = "https://github.com/scroll-tech/reth.git", default-features = false } reth-scroll-engine-primitives = { git = "https://github.com/scroll-tech/reth.git", default-features = false } reth-scroll-forks = { git = "https://github.com/scroll-tech/reth.git", default-features = false } -reth-scroll-node = { git = "https://github.com/scroll-tech/reth.git", default-features = false } +reth-scroll-node = { git = "https://github.com/scroll-tech/reth.git", rev = "bddce20d8", default-features = false } reth-scroll-primitives = { git = "https://github.com/scroll-tech/reth.git", default-features = false } # rollup node diff --git a/crates/node/src/args.rs b/crates/node/src/args.rs index dc6d6590..01552c56 100644 --- a/crates/node/src/args.rs +++ b/crates/node/src/args.rs @@ -320,6 +320,12 @@ pub struct NetworkArgs { /// A bool that represents if the scroll wire protocol should be enabled. #[arg(long = "network.scroll-wire", default_value_t = true)] pub enable_scroll_wire: bool, + /// A bool that represents if the transaction broadcast should be disabled. + #[arg(long = "network.disable-tx-broadcast", default_value_t = false)] + pub disable_tx_broadcast: bool, + /// A bool that represents if the transaction receiving should be disabled. + #[arg(long = "network.disable-tx-receive", default_value_t = false)] + pub disable_tx_receive: bool, } /// The arguments for the L1 provider. diff --git a/crates/node/src/node.rs b/crates/node/src/node.rs index ab397849..03746f6c 100644 --- a/crates/node/src/node.rs +++ b/crates/node/src/node.rs @@ -49,7 +49,12 @@ where >; fn components_builder(&self) -> Self::ComponentsBuilder { - ScrollNode::components().payload(BasicPayloadServiceBuilder::new( + ScrollNode{ + disable_tx_broadcast: self.config.network_args.disable_tx_broadcast, + disable_tx_receive: self.config.network_args.disable_tx_receive, + } + .components() + .payload(BasicPayloadServiceBuilder::new( ScrollPayloadBuilderBuilder { payload_building_time_limit: Duration::from_millis( self.config.sequencer_args.payload_building_duration, From fb6f62a09fd98b5218e708510ea1ef5e56fa24dd Mon Sep 17 00:00:00 2001 From: Morty Date: Tue, 1 Jul 2025 23:48:21 +0800 Subject: [PATCH 2/5] fix: test --- crates/node/src/test_utils.rs | 4 ++++ crates/node/tests/e2e.rs | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/crates/node/src/test_utils.rs b/crates/node/src/test_utils.rs index 6d7d43b2..cb64ac40 100644 --- a/crates/node/src/test_utils.rs +++ b/crates/node/src/test_utils.rs @@ -133,6 +133,8 @@ pub fn default_test_scroll_rollup_node_config() -> ScrollRollupNodeConfig { network_args: crate::args::NetworkArgs { enable_eth_scroll_wire_bridge: true, enable_scroll_wire: true, + disable_tx_broadcast: false, + disable_tx_receive: false, }, database_args: DatabaseArgs { path: Some(PathBuf::from("sqlite::memory:")) }, l1_provider_args: L1ProviderArgs::default(), @@ -150,6 +152,8 @@ pub fn default_sequencer_test_scroll_rollup_node_config() -> ScrollRollupNodeCon network_args: crate::args::NetworkArgs { enable_eth_scroll_wire_bridge: true, enable_scroll_wire: true, + disable_tx_broadcast: false, + disable_tx_receive: false, }, database_args: DatabaseArgs { path: Some(PathBuf::from("sqlite::memory:")) }, l1_provider_args: L1ProviderArgs::default(), diff --git a/crates/node/tests/e2e.rs b/crates/node/tests/e2e.rs index 2cc4a963..85e82887 100644 --- a/crates/node/tests/e2e.rs +++ b/crates/node/tests/e2e.rs @@ -38,6 +38,8 @@ async fn can_bridge_l1_messages() -> eyre::Result<()> { network_args: ScrollNetworkArgs { enable_eth_scroll_wire_bridge: true, enable_scroll_wire: true, + disable_tx_broadcast: false, + disable_tx_receive: false, }, database_args: DatabaseArgs { path: Some(PathBuf::from("sqlite::memory:")) }, l1_provider_args: L1ProviderArgs::default(), @@ -102,6 +104,8 @@ async fn can_sequence_and_gossip_blocks() { network_args: ScrollNetworkArgs { enable_eth_scroll_wire_bridge: true, enable_scroll_wire: true, + disable_tx_broadcast: false, + disable_tx_receive: false, }, database_args: DatabaseArgs { path: Some(PathBuf::from("sqlite::memory:")) }, l1_provider_args: L1ProviderArgs::default(), From a47dbd58d2f2aad83c2dab3b54cbef0e9ef18c2b Mon Sep 17 00:00:00 2001 From: Morty Date: Fri, 4 Jul 2025 16:40:04 +0800 Subject: [PATCH 3/5] fix: test --- Cargo.lock | 4796 +++++++-------------------------- Cargo.toml | 2 +- crates/node/src/test_utils.rs | 14 +- crates/node/tests/e2e.rs | 14 +- crates/sequencer/tests/e2e.rs | 4 +- 5 files changed, 1034 insertions(+), 3796 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 60cd063b..676f89a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6899,30 +6899,6 @@ version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "95325155c684b1c89f7765e30bc1c42e4a6da51ca513615660cb8a62ef9a88e3" -[[package]] -name = "reth-basic-payload-builder" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-consensus 1.0.9", - "alloy-eips 1.0.9", - "alloy-primitives", - "futures-core", - "futures-util", - "metrics", - "reth-chain-state 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-payload-builder-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-payload-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-revm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "tokio", - "tracing", -] - [[package]] name = "reth-basic-payload-builder" version = "1.4.8" @@ -6934,47 +6910,16 @@ dependencies = [ "futures-core", "futures-util", "metrics", - "reth-chain-state 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-payload-builder-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-payload-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-revm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "tokio", - "tracing", -] - -[[package]] -name = "reth-chain-state" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-consensus 1.0.9", - "alloy-eips 1.0.9", - "alloy-primitives", - "alloy-signer", - "alloy-signer-local", - "derive_more", - "metrics", - "parking_lot 0.12.3", - "pin-project", - "rand 0.9.1", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-execution-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-trie 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "revm-database", - "revm-state", - "serde", + "reth-chain-state", + "reth-metrics", + "reth-payload-builder", + "reth-payload-builder-primitives", + "reth-payload-primitives", + "reth-primitives-traits", + "reth-revm", + "reth-storage-api", + "reth-tasks", "tokio", - "tokio-stream", "tracing", ] @@ -6993,14 +6938,14 @@ dependencies = [ "parking_lot 0.12.3", "pin-project", "rand 0.9.1", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-execution-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-trie 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-chainspec", + "reth-errors", + "reth-ethereum-primitives", + "reth-execution-types", + "reth-metrics", + "reth-primitives-traits", + "reth-storage-api", + "reth-trie", "revm-database", "revm-state", "serde", @@ -7009,26 +6954,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "reth-chainspec" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-chains", - "alloy-consensus 1.0.9", - "alloy-eips 1.0.9", - "alloy-evm", - "alloy-genesis", - "alloy-primitives", - "alloy-trie", - "auto_impl", - "derive_more", - "reth-ethereum-forks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "serde_json", -] - [[package]] name = "reth-chainspec" version = "1.4.8" @@ -7043,9 +6968,9 @@ dependencies = [ "alloy-trie", "auto_impl", "derive_more", - "reth-ethereum-forks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-ethereum-forks", + "reth-network-peers", + "reth-primitives-traits", "serde_json", ] @@ -7058,7 +6983,7 @@ dependencies = [ "clap", "eyre", "reth-cli-runner", - "reth-db 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-db", "serde_json", "shellexpand", ] @@ -7086,44 +7011,44 @@ dependencies = [ "lz4", "ratatui", "reqwest", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-chainspec", "reth-cli", "reth-cli-runner", - "reth-cli-util 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-codecs 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-config 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-db 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-db-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-db-common 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-discv4 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-discv5 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-downloaders 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-ecies 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-era-downloader 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-era-utils 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-eth-wire 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-etl 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-exex 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-fs-util 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-net-nat 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-network 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-network-p2p 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-node-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-node-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-node-core 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-node-events 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-node-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-prune 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-stages 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-static-file 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-static-file-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-trie 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-trie-db 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-cli-util", + "reth-codecs", + "reth-config", + "reth-consensus", + "reth-db", + "reth-db-api", + "reth-db-common", + "reth-discv4", + "reth-discv5", + "reth-downloaders", + "reth-ecies", + "reth-era-downloader", + "reth-era-utils", + "reth-eth-wire", + "reth-etl", + "reth-evm", + "reth-exex", + "reth-fs-util", + "reth-net-nat", + "reth-network", + "reth-network-p2p", + "reth-network-peers", + "reth-node-api", + "reth-node-builder", + "reth-node-core", + "reth-node-events", + "reth-node-metrics", + "reth-primitives-traits", + "reth-provider", + "reth-prune", + "reth-stages", + "reth-static-file", + "reth-static-file-types", + "reth-trie", + "reth-trie-db", "secp256k1", "serde", "serde_json", @@ -7139,28 +7064,11 @@ name = "reth-cli-runner" version = "1.4.8" source = "git+https://github.com/scroll-tech/reth.git#ce8b77ab464afc9b5159bdfff690892fd01be744" dependencies = [ - "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-tasks", "tokio", "tracing", ] -[[package]] -name = "reth-cli-util" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-eips 1.0.9", - "alloy-primitives", - "cfg-if", - "eyre", - "libc", - "rand 0.8.5", - "reth-fs-util 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "secp256k1", - "serde", - "thiserror 2.0.12", -] - [[package]] name = "reth-cli-util" version = "1.4.8" @@ -7172,32 +7080,12 @@ dependencies = [ "eyre", "libc", "rand 0.8.5", - "reth-fs-util 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-fs-util", "secp256k1", "serde", "thiserror 2.0.12", ] -[[package]] -name = "reth-codecs" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-consensus 1.0.9", - "alloy-eips 1.0.9", - "alloy-genesis", - "alloy-primitives", - "alloy-trie", - "arbitrary", - "bytes", - "modular-bitfield", - "op-alloy-consensus", - "reth-codecs-derive 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-zstd-compressors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "serde", - "visibility", -] - [[package]] name = "reth-codecs" version = "1.4.8" @@ -7212,23 +7100,12 @@ dependencies = [ "bytes", "modular-bitfield", "op-alloy-consensus", - "reth-codecs-derive 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-zstd-compressors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-codecs-derive", + "reth-zstd-compressors", "serde", "visibility", ] -[[package]] -name = "reth-codecs-derive" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "convert_case", - "proc-macro2", - "quote", - "syn 2.0.101", -] - [[package]] name = "reth-codecs-derive" version = "1.4.8" @@ -7240,21 +7117,6 @@ dependencies = [ "syn 2.0.101", ] -[[package]] -name = "reth-config" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "eyre", - "humantime-serde", - "reth-network-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-prune-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-stages-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "serde", - "toml", - "url", -] - [[package]] name = "reth-config" version = "1.4.8" @@ -7262,27 +7124,14 @@ source = "git+https://github.com/scroll-tech/reth.git#ce8b77ab464afc9b5159bdfff6 dependencies = [ "eyre", "humantime-serde", - "reth-network-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-prune-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-stages-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-network-types", + "reth-prune-types", + "reth-stages-types", "serde", "toml", "url", ] -[[package]] -name = "reth-consensus" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-consensus 1.0.9", - "alloy-primitives", - "auto_impl", - "reth-execution-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "thiserror 2.0.12", -] - [[package]] name = "reth-consensus" version = "1.4.8" @@ -7291,23 +7140,11 @@ dependencies = [ "alloy-consensus 1.0.9", "alloy-primitives", "auto_impl", - "reth-execution-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-execution-types", + "reth-primitives-traits", "thiserror 2.0.12", ] -[[package]] -name = "reth-consensus-common" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-consensus 1.0.9", - "alloy-eips 1.0.9", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", -] - [[package]] name = "reth-consensus-common" version = "1.4.8" @@ -7315,33 +7152,9 @@ source = "git+https://github.com/scroll-tech/reth.git#ce8b77ab464afc9b5159bdfff6 dependencies = [ "alloy-consensus 1.0.9", "alloy-eips 1.0.9", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", -] - -[[package]] -name = "reth-consensus-debug-client" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-consensus 1.0.9", - "alloy-eips 1.0.9", - "alloy-json-rpc", - "alloy-primitives", - "alloy-provider", - "alloy-rpc-types-engine 1.0.9", - "auto_impl", - "derive_more", - "eyre", - "futures", - "reqwest", - "reth-node-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-tracing 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "ringbuffer", - "serde", - "tokio", + "reth-chainspec", + "reth-consensus", + "reth-primitives-traits", ] [[package]] @@ -7360,40 +7173,14 @@ dependencies = [ "eyre", "futures", "reqwest", - "reth-node-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-tracing 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-node-api", + "reth-primitives-traits", + "reth-tracing", "ringbuffer", "serde", "tokio", ] -[[package]] -name = "reth-db" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-primitives", - "derive_more", - "eyre", - "metrics", - "page_size", - "parking_lot 0.12.3", - "reth-db-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-fs-util 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-libmdbx 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-nippy-jar 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-static-file-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-storage-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-tracing 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "rustc-hash 2.1.1", - "strum 0.27.1", - "sysinfo", - "tempfile", - "thiserror 2.0.12", -] - [[package]] name = "reth-db" version = "1.4.8" @@ -7405,14 +7192,14 @@ dependencies = [ "metrics", "page_size", "parking_lot 0.12.3", - "reth-db-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-fs-util 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-libmdbx 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-nippy-jar 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-static-file-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-storage-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-tracing 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-db-api", + "reth-fs-util", + "reth-libmdbx", + "reth-metrics", + "reth-nippy-jar", + "reth-static-file-types", + "reth-storage-errors", + "reth-tracing", "rustc-hash 2.1.1", "strum 0.27.1", "sysinfo", @@ -7420,35 +7207,6 @@ dependencies = [ "thiserror 2.0.12", ] -[[package]] -name = "reth-db-api" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-consensus 1.0.9", - "alloy-genesis", - "alloy-primitives", - "arbitrary", - "bytes", - "derive_more", - "metrics", - "modular-bitfield", - "parity-scale-codec", - "proptest", - "reth-codecs 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-db-models 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-optimism-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-prune-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-scroll-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-stages-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-storage-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-trie-common 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "roaring", - "serde", -] - [[package]] name = "reth-db-api" version = "1.4.8" @@ -7464,49 +7222,20 @@ dependencies = [ "modular-bitfield", "parity-scale-codec", "proptest", - "reth-codecs 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-db-models 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-optimism-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-prune-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-scroll-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-stages-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-storage-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-trie-common 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-codecs", + "reth-db-models", + "reth-ethereum-primitives", + "reth-optimism-primitives", + "reth-primitives-traits", + "reth-prune-types", + "reth-scroll-primitives", + "reth-stages-types", + "reth-storage-errors", + "reth-trie-common", "roaring", "serde", ] -[[package]] -name = "reth-db-common" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-consensus 1.0.9", - "alloy-genesis", - "alloy-primitives", - "boyer-moore-magiclen", - "eyre", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-codecs 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-config 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-db-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-etl 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-fs-util 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-node-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-stages-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-static-file-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-trie 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-trie-db 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "serde", - "serde_json", - "thiserror 2.0.12", - "tracing", -] - [[package]] name = "reth-db-common" version = "1.4.8" @@ -7517,40 +7246,25 @@ dependencies = [ "alloy-primitives", "boyer-moore-magiclen", "eyre", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-codecs 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-config 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-db-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-etl 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-fs-util 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-node-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-stages-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-static-file-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-trie 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-trie-db 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-chainspec", + "reth-codecs", + "reth-config", + "reth-db-api", + "reth-etl", + "reth-fs-util", + "reth-node-types", + "reth-primitives-traits", + "reth-provider", + "reth-stages-types", + "reth-static-file-types", + "reth-trie", + "reth-trie-db", "serde", "serde_json", "thiserror 2.0.12", "tracing", ] -[[package]] -name = "reth-db-models" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-eips 1.0.9", - "alloy-primitives", - "arbitrary", - "bytes", - "modular-bitfield", - "reth-codecs 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "serde", -] - [[package]] name = "reth-db-models" version = "1.4.8" @@ -7561,35 +7275,9 @@ dependencies = [ "arbitrary", "bytes", "modular-bitfield", - "reth-codecs 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "serde", -] - -[[package]] -name = "reth-discv4" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-primitives", - "alloy-rlp", - "discv5", - "enr", - "generic-array", - "itertools 0.14.0", - "parking_lot 0.12.3", - "rand 0.8.5", - "reth-ethereum-forks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-net-banlist 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-net-nat 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "schnellru", - "secp256k1", + "reth-codecs", + "reth-primitives-traits", "serde", - "thiserror 2.0.12", - "tokio", - "tokio-stream", - "tracing", ] [[package]] @@ -7605,10 +7293,10 @@ dependencies = [ "itertools 0.14.0", "parking_lot 0.12.3", "rand 0.8.5", - "reth-ethereum-forks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-net-banlist 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-net-nat 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-ethereum-forks", + "reth-net-banlist", + "reth-net-nat", + "reth-network-peers", "schnellru", "secp256k1", "serde", @@ -7618,30 +7306,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "reth-discv5" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-primitives", - "alloy-rlp", - "derive_more", - "discv5", - "enr", - "futures", - "itertools 0.14.0", - "metrics", - "rand 0.9.1", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-ethereum-forks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "secp256k1", - "thiserror 2.0.12", - "tokio", - "tracing", -] - [[package]] name = "reth-discv5" version = "1.4.8" @@ -7656,10 +7320,10 @@ dependencies = [ "itertools 0.14.0", "metrics", "rand 0.9.1", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-ethereum-forks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-chainspec", + "reth-ethereum-forks", + "reth-metrics", + "reth-network-peers", "secp256k1", "thiserror 2.0.12", "tokio", @@ -7669,7 +7333,7 @@ dependencies = [ [[package]] name = "reth-dns-discovery" version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +source = "git+https://github.com/scroll-tech/reth.git#ce8b77ab464afc9b5159bdfff690892fd01be744" dependencies = [ "alloy-primitives", "data-encoding", @@ -7677,9 +7341,9 @@ dependencies = [ "hickory-resolver", "linked_hash_set", "parking_lot 0.12.3", - "reth-ethereum-forks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-tokio-util 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-ethereum-forks", + "reth-network-peers", + "reth-tokio-util", "schnellru", "secp256k1", "serde", @@ -7691,71 +7355,12 @@ dependencies = [ ] [[package]] -name = "reth-dns-discovery" +name = "reth-downloaders" version = "1.4.8" source = "git+https://github.com/scroll-tech/reth.git#ce8b77ab464afc9b5159bdfff690892fd01be744" dependencies = [ - "alloy-primitives", - "data-encoding", - "enr", - "hickory-resolver", - "linked_hash_set", - "parking_lot 0.12.3", - "reth-ethereum-forks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-tokio-util 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "schnellru", - "secp256k1", - "serde", - "serde_with", - "thiserror 2.0.12", - "tokio", - "tokio-stream", - "tracing", -] - -[[package]] -name = "reth-downloaders" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-consensus 1.0.9", - "alloy-eips 1.0.9", - "alloy-primitives", - "alloy-rlp", - "futures", - "futures-util", - "itertools 0.14.0", - "metrics", - "pin-project", - "rayon", - "reth-config 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-db 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-db-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-network-p2p 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-testing-utils 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "tempfile", - "thiserror 2.0.12", - "tokio", - "tokio-stream", - "tokio-util", - "tracing", -] - -[[package]] -name = "reth-downloaders" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git#ce8b77ab464afc9b5159bdfff690892fd01be744" -dependencies = [ - "alloy-consensus 1.0.9", - "alloy-eips 1.0.9", + "alloy-consensus 1.0.9", + "alloy-eips 1.0.9", "alloy-primitives", "alloy-rlp", "futures", @@ -7764,18 +7369,18 @@ dependencies = [ "metrics", "pin-project", "rayon", - "reth-config 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-db 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-db-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-network-p2p 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-testing-utils 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-config", + "reth-consensus", + "reth-db", + "reth-db-api", + "reth-ethereum-primitives", + "reth-metrics", + "reth-network-p2p", + "reth-network-peers", + "reth-primitives-traits", + "reth-storage-api", + "reth-tasks", + "reth-testing-utils", "tempfile", "thiserror 2.0.12", "tokio", @@ -7784,54 +7389,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "reth-e2e-test-utils" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-consensus 1.0.9", - "alloy-eips 1.0.9", - "alloy-network", - "alloy-primitives", - "alloy-rpc-types-engine 1.0.9", - "alloy-rpc-types-eth", - "alloy-signer", - "alloy-signer-local", - "derive_more", - "eyre", - "futures-util", - "jsonrpsee", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-db 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-engine-local 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-network-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-node-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-node-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-node-core 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-node-ethereum 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-payload-builder-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-payload-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-rpc-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-rpc-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-rpc-eth-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-rpc-layer 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-rpc-server-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-stages-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-tokio-util 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-tracing 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "revm", - "serde_json", - "tokio", - "tokio-stream", - "tracing", - "url", -] - [[package]] name = "reth-e2e-test-utils" version = "1.4.8" @@ -7849,29 +7406,29 @@ dependencies = [ "eyre", "futures-util", "jsonrpsee", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-db 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-engine-local 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-network-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-node-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-node-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-node-core 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-node-ethereum 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-payload-builder-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-payload-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-rpc-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-rpc-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-rpc-eth-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-rpc-layer 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-rpc-server-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-stages-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-tokio-util 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-tracing 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-chainspec", + "reth-db", + "reth-engine-local", + "reth-ethereum-primitives", + "reth-network-api", + "reth-network-peers", + "reth-node-api", + "reth-node-builder", + "reth-node-core", + "reth-node-ethereum", + "reth-payload-builder", + "reth-payload-builder-primitives", + "reth-payload-primitives", + "reth-provider", + "reth-rpc-api", + "reth-rpc-builder", + "reth-rpc-eth-api", + "reth-rpc-layer", + "reth-rpc-server-types", + "reth-stages-types", + "reth-tasks", + "reth-tokio-util", + "reth-tracing", "revm", "serde_json", "tokio", @@ -7880,37 +7437,6 @@ dependencies = [ "url", ] -[[package]] -name = "reth-ecies" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "aes", - "alloy-primitives", - "alloy-rlp", - "block-padding", - "byteorder", - "cipher", - "concat-kdf", - "ctr", - "digest 0.10.7", - "futures", - "generic-array", - "hmac", - "pin-project", - "rand 0.8.5", - "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "secp256k1", - "sha2 0.10.9", - "sha3", - "thiserror 2.0.12", - "tokio", - "tokio-stream", - "tokio-util", - "tracing", - "typenum", -] - [[package]] name = "reth-ecies" version = "1.4.8" @@ -7930,7 +7456,7 @@ dependencies = [ "hmac", "pin-project", "rand 0.8.5", - "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-network-peers", "secp256k1", "sha2 0.10.9", "sha3", @@ -7942,29 +7468,6 @@ dependencies = [ "typenum", ] -[[package]] -name = "reth-engine-local" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-consensus 1.0.9", - "alloy-primitives", - "alloy-rpc-types-engine 1.0.9", - "eyre", - "futures-util", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-ethereum-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-payload-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "scroll-alloy-rpc-types-engine 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "tokio", - "tokio-stream", - "tracing", -] - [[package]] name = "reth-engine-local" version = "1.4.8" @@ -7975,44 +7478,19 @@ dependencies = [ "alloy-rpc-types-engine 1.0.9", "eyre", "futures-util", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-ethereum-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-payload-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "scroll-alloy-rpc-types-engine 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-chainspec", + "reth-engine-primitives", + "reth-ethereum-engine-primitives", + "reth-payload-builder", + "reth-payload-primitives", + "reth-provider", + "reth-transaction-pool", + "scroll-alloy-rpc-types-engine", "tokio", "tokio-stream", "tracing", ] -[[package]] -name = "reth-engine-primitives" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-consensus 1.0.9", - "alloy-eips 1.0.9", - "alloy-primitives", - "alloy-rpc-types-engine 1.0.9", - "auto_impl", - "futures", - "reth-chain-state 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-execution-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-payload-builder-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-payload-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-trie 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-trie-common 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "serde", - "thiserror 2.0.12", - "tokio", -] - [[package]] name = "reth-engine-primitives" version = "1.4.8" @@ -8024,43 +7502,20 @@ dependencies = [ "alloy-rpc-types-engine 1.0.9", "auto_impl", "futures", - "reth-chain-state 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-execution-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-payload-builder-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-payload-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-trie 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-trie-common 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-chain-state", + "reth-errors", + "reth-ethereum-primitives", + "reth-execution-types", + "reth-payload-builder-primitives", + "reth-payload-primitives", + "reth-primitives-traits", + "reth-trie", + "reth-trie-common", "serde", "thiserror 2.0.12", "tokio", ] -[[package]] -name = "reth-engine-service" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "futures", - "pin-project", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-engine-tree 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-network-p2p 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-node-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-prune 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-stages-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "thiserror 2.0.12", -] - [[package]] name = "reth-engine-service" version = "1.4.8" @@ -8068,72 +7523,20 @@ source = "git+https://github.com/scroll-tech/reth.git#ce8b77ab464afc9b5159bdfff6 dependencies = [ "futures", "pin-project", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-engine-tree 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-network-p2p 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-node-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-prune 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-stages-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "thiserror 2.0.12", -] - -[[package]] -name = "reth-engine-tree" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-consensus 1.0.9", - "alloy-eips 1.0.9", - "alloy-evm", - "alloy-primitives", - "alloy-rlp", - "alloy-rpc-types-engine 1.0.9", - "derive_more", - "futures", - "itertools 0.14.0", - "metrics", - "mini-moka", - "parking_lot 0.12.3", - "rayon", - "reth-chain-state 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-db 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-network-p2p 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-payload-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-prune 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-prune-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-revm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-stages 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-stages-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-static-file 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-tracing 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-trie 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-trie-db 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-trie-parallel 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-trie-sparse 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "revm", - "revm-primitives", - "schnellru", + "reth-chainspec", + "reth-consensus", + "reth-engine-primitives", + "reth-engine-tree", + "reth-ethereum-primitives", + "reth-evm", + "reth-network-p2p", + "reth-node-types", + "reth-payload-builder", + "reth-provider", + "reth-prune", + "reth-stages-api", + "reth-tasks", "thiserror 2.0.12", - "tokio", - "tracing", ] [[package]] @@ -8154,32 +7557,32 @@ dependencies = [ "mini-moka", "parking_lot 0.12.3", "rayon", - "reth-chain-state 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-db 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-network-p2p 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-payload-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-prune 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-prune-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-revm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-stages 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-stages-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-static-file 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-tracing 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-trie 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-trie-db 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-trie-parallel 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-trie-sparse 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-chain-state", + "reth-chainspec", + "reth-consensus", + "reth-db", + "reth-engine-primitives", + "reth-errors", + "reth-ethereum-primitives", + "reth-evm", + "reth-metrics", + "reth-network-p2p", + "reth-payload-builder", + "reth-payload-primitives", + "reth-primitives-traits", + "reth-provider", + "reth-prune", + "reth-prune-types", + "reth-revm", + "reth-stages", + "reth-stages-api", + "reth-static-file", + "reth-tasks", + "reth-tracing", + "reth-trie", + "reth-trie-db", + "reth-trie-parallel", + "reth-trie-sparse", "revm", "revm-primitives", "schnellru", @@ -8188,33 +7591,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "reth-engine-util" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-consensus 1.0.9", - "alloy-rpc-types-engine 1.0.9", - "eyre", - "futures", - "itertools 0.14.0", - "pin-project", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-fs-util 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-payload-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-revm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "serde", - "serde_json", - "tokio", - "tokio-util", - "tracing", -] - [[package]] name = "reth-engine-util" version = "1.4.8" @@ -8226,15 +7602,15 @@ dependencies = [ "futures", "itertools 0.14.0", "pin-project", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-fs-util 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-payload-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-revm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-chainspec", + "reth-engine-primitives", + "reth-errors", + "reth-evm", + "reth-fs-util", + "reth-payload-primitives", + "reth-primitives-traits", + "reth-revm", + "reth-storage-api", "serde", "serde_json", "tokio", @@ -8242,22 +7618,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "reth-era" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-consensus 1.0.9", - "alloy-eips 1.0.9", - "alloy-primitives", - "alloy-rlp", - "ethereum_ssz", - "ethereum_ssz_derive", - "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "snap", - "thiserror 2.0.12", -] - [[package]] name = "reth-era" version = "1.4.8" @@ -8269,26 +7629,11 @@ dependencies = [ "alloy-rlp", "ethereum_ssz", "ethereum_ssz_derive", - "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-ethereum-primitives", "snap", "thiserror 2.0.12", ] -[[package]] -name = "reth-era-downloader" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-primitives", - "bytes", - "eyre", - "futures-util", - "reqwest", - "reth-fs-util 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "sha2 0.10.9", - "tokio", -] - [[package]] name = "reth-era-downloader" version = "1.4.8" @@ -8299,31 +7644,11 @@ dependencies = [ "eyre", "futures-util", "reqwest", - "reth-fs-util 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-fs-util", "sha2 0.10.9", "tokio", ] -[[package]] -name = "reth-era-utils" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-primitives", - "eyre", - "futures-util", - "reth-db-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-era 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-era-downloader 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-etl 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-fs-util 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "tokio", - "tracing", -] - [[package]] name = "reth-era-utils" version = "1.4.8" @@ -8332,44 +7657,33 @@ dependencies = [ "alloy-primitives", "eyre", "futures-util", - "reth-db-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-era 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-era-downloader 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-etl 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-fs-util 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-db-api", + "reth-era", + "reth-era-downloader", + "reth-etl", + "reth-fs-util", + "reth-primitives-traits", + "reth-provider", + "reth-storage-api", "tokio", "tracing", ] -[[package]] -name = "reth-errors" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-execution-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-storage-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "thiserror 2.0.12", -] - [[package]] name = "reth-errors" version = "1.4.8" source = "git+https://github.com/scroll-tech/reth.git#ce8b77ab464afc9b5159bdfff690892fd01be744" dependencies = [ - "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-execution-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-storage-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-consensus", + "reth-execution-errors", + "reth-storage-errors", "thiserror 2.0.12", ] [[package]] name = "reth-eth-wire" version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +source = "git+https://github.com/scroll-tech/reth.git#ce8b77ab464afc9b5159bdfff690892fd01be744" dependencies = [ "alloy-chains", "alloy-primitives", @@ -8378,13 +7692,13 @@ dependencies = [ "derive_more", "futures", "pin-project", - "reth-codecs 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-ecies 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-eth-wire-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-ethereum-forks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-codecs", + "reth-ecies", + "reth-eth-wire-types", + "reth-ethereum-forks", + "reth-metrics", + "reth-network-peers", + "reth-primitives-traits", "serde", "snap", "thiserror 2.0.12", @@ -8395,147 +7709,64 @@ dependencies = [ ] [[package]] -name = "reth-eth-wire" +name = "reth-eth-wire-types" version = "1.4.8" source = "git+https://github.com/scroll-tech/reth.git#ce8b77ab464afc9b5159bdfff690892fd01be744" dependencies = [ "alloy-chains", + "alloy-consensus 1.0.9", + "alloy-eips 1.0.9", + "alloy-hardforks", "alloy-primitives", "alloy-rlp", "bytes", "derive_more", - "futures", - "pin-project", - "reth-codecs 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-ecies 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-eth-wire-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-ethereum-forks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-chainspec", + "reth-codecs-derive", + "reth-ethereum-primitives", + "reth-primitives-traits", "serde", - "snap", "thiserror 2.0.12", - "tokio", - "tokio-stream", - "tokio-util", - "tracing", ] [[package]] -name = "reth-eth-wire-types" +name = "reth-ethereum-consensus" version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +source = "git+https://github.com/scroll-tech/reth.git#ce8b77ab464afc9b5159bdfff690892fd01be744" dependencies = [ - "alloy-chains", "alloy-consensus 1.0.9", "alloy-eips 1.0.9", - "alloy-hardforks", "alloy-primitives", - "alloy-rlp", - "bytes", - "derive_more", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-codecs-derive 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "serde", - "thiserror 2.0.12", + "reth-chainspec", + "reth-consensus", + "reth-consensus-common", + "reth-execution-types", + "reth-primitives-traits", + "tracing", ] [[package]] -name = "reth-eth-wire-types" +name = "reth-ethereum-engine-primitives" version = "1.4.8" source = "git+https://github.com/scroll-tech/reth.git#ce8b77ab464afc9b5159bdfff690892fd01be744" dependencies = [ - "alloy-chains", - "alloy-consensus 1.0.9", "alloy-eips 1.0.9", - "alloy-hardforks", "alloy-primitives", "alloy-rlp", - "bytes", - "derive_more", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-codecs-derive 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "alloy-rpc-types-engine 1.0.9", + "reth-engine-primitives", + "reth-ethereum-primitives", + "reth-payload-primitives", + "reth-primitives-traits", "serde", + "sha2 0.10.9", "thiserror 2.0.12", ] [[package]] -name = "reth-ethereum-consensus" +name = "reth-ethereum-forks" version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-consensus 1.0.9", - "alloy-eips 1.0.9", - "alloy-primitives", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-consensus-common 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-execution-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "tracing", -] - -[[package]] -name = "reth-ethereum-consensus" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git#ce8b77ab464afc9b5159bdfff690892fd01be744" -dependencies = [ - "alloy-consensus 1.0.9", - "alloy-eips 1.0.9", - "alloy-primitives", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-consensus-common 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-execution-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "tracing", -] - -[[package]] -name = "reth-ethereum-engine-primitives" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-eips 1.0.9", - "alloy-primitives", - "alloy-rlp", - "alloy-rpc-types-engine 1.0.9", - "reth-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-payload-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "serde", - "sha2 0.10.9", - "thiserror 2.0.12", -] - -[[package]] -name = "reth-ethereum-engine-primitives" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git#ce8b77ab464afc9b5159bdfff690892fd01be744" -dependencies = [ - "alloy-eips 1.0.9", - "alloy-primitives", - "alloy-rlp", - "alloy-rpc-types-engine 1.0.9", - "reth-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-payload-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "serde", - "sha2 0.10.9", - "thiserror 2.0.12", -] - -[[package]] -name = "reth-ethereum-forks" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +source = "git+https://github.com/scroll-tech/reth.git#ce8b77ab464afc9b5159bdfff690892fd01be744" dependencies = [ "alloy-eip2124", "alloy-hardforks", @@ -8546,46 +7777,6 @@ dependencies = [ "rustc-hash 2.1.1", ] -[[package]] -name = "reth-ethereum-forks" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git#ce8b77ab464afc9b5159bdfff690892fd01be744" -dependencies = [ - "alloy-eip2124", - "alloy-hardforks", - "alloy-primitives", - "auto_impl", - "once_cell", - "rustc-hash 2.1.1", -] - -[[package]] -name = "reth-ethereum-payload-builder" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-consensus 1.0.9", - "alloy-eips 1.0.9", - "alloy-primitives", - "alloy-rpc-types-engine 1.0.9", - "reth-basic-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-evm-ethereum 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-payload-builder-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-payload-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-payload-validator 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-revm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "revm", - "tracing", -] - [[package]] name = "reth-ethereum-payload-builder" version = "1.4.8" @@ -8595,42 +7786,24 @@ dependencies = [ "alloy-eips 1.0.9", "alloy-primitives", "alloy-rpc-types-engine 1.0.9", - "reth-basic-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-evm-ethereum 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-payload-builder-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-payload-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-payload-validator 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-revm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-basic-payload-builder", + "reth-chainspec", + "reth-errors", + "reth-ethereum-primitives", + "reth-evm", + "reth-evm-ethereum", + "reth-payload-builder", + "reth-payload-builder-primitives", + "reth-payload-primitives", + "reth-payload-validator", + "reth-primitives-traits", + "reth-revm", + "reth-storage-api", + "reth-transaction-pool", "revm", "tracing", ] -[[package]] -name = "reth-ethereum-primitives" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-consensus 1.0.9", - "alloy-eips 1.0.9", - "alloy-primitives", - "alloy-rlp", - "arbitrary", - "modular-bitfield", - "reth-codecs 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-zstd-compressors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "serde", - "serde_with", -] - [[package]] name = "reth-ethereum-primitives" version = "1.4.8" @@ -8642,57 +7815,23 @@ dependencies = [ "alloy-rlp", "arbitrary", "modular-bitfield", - "reth-codecs 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-zstd-compressors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-codecs", + "reth-primitives-traits", + "reth-zstd-compressors", "serde", "serde_with", ] -[[package]] -name = "reth-etl" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "rayon", - "reth-db-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "tempfile", -] - [[package]] name = "reth-etl" version = "1.4.8" source = "git+https://github.com/scroll-tech/reth.git#ce8b77ab464afc9b5159bdfff690892fd01be744" dependencies = [ "rayon", - "reth-db-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-db-api", "tempfile", ] -[[package]] -name = "reth-evm" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-consensus 1.0.9", - "alloy-eips 1.0.9", - "alloy-evm", - "alloy-primitives", - "auto_impl", - "derive_more", - "futures-util", - "metrics", - "reth-execution-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-execution-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-storage-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-trie-common 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "revm", - "scroll-alloy-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", -] - [[package]] name = "reth-evm" version = "1.4.8" @@ -8706,33 +7845,15 @@ dependencies = [ "derive_more", "futures-util", "metrics", - "reth-execution-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-execution-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-storage-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-trie-common 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "revm", - "scroll-alloy-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", -] - -[[package]] -name = "reth-evm-ethereum" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-consensus 1.0.9", - "alloy-eips 1.0.9", - "alloy-evm", - "alloy-primitives", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-ethereum-forks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-execution-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-execution-errors", + "reth-execution-types", + "reth-metrics", + "reth-primitives-traits", + "reth-storage-api", + "reth-storage-errors", + "reth-trie-common", "revm", + "scroll-alloy-evm", ] [[package]] @@ -8744,28 +7865,15 @@ dependencies = [ "alloy-eips 1.0.9", "alloy-evm", "alloy-primitives", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-ethereum-forks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-execution-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-chainspec", + "reth-ethereum-forks", + "reth-ethereum-primitives", + "reth-evm", + "reth-execution-types", + "reth-primitives-traits", "revm", ] -[[package]] -name = "reth-execution-errors" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-evm", - "alloy-primitives", - "alloy-rlp", - "nybbles", - "reth-storage-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "thiserror 2.0.12", -] - [[package]] name = "reth-execution-errors" version = "1.4.8" @@ -8775,28 +7883,10 @@ dependencies = [ "alloy-primitives", "alloy-rlp", "nybbles", - "reth-storage-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-storage-errors", "thiserror 2.0.12", ] -[[package]] -name = "reth-execution-types" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-consensus 1.0.9", - "alloy-eips 1.0.9", - "alloy-evm", - "alloy-primitives", - "derive_more", - "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-trie-common 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "revm", - "serde", - "serde_with", -] - [[package]] name = "reth-execution-types" version = "1.4.8" @@ -8807,52 +7897,14 @@ dependencies = [ "alloy-evm", "alloy-primitives", "derive_more", - "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-trie-common 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-ethereum-primitives", + "reth-primitives-traits", + "reth-trie-common", "revm", "serde", "serde_with", ] -[[package]] -name = "reth-exex" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-consensus 1.0.9", - "alloy-eips 1.0.9", - "alloy-primitives", - "eyre", - "futures", - "itertools 0.14.0", - "metrics", - "parking_lot 0.12.3", - "reth-chain-state 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-config 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-exex-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-fs-util 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-node-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-node-core 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-prune-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-revm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-stages-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-tracing 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "rmp-serde", - "thiserror 2.0.12", - "tokio", - "tokio-util", - "tracing", -] - [[package]] name = "reth-exex" version = "1.4.8" @@ -8866,24 +7918,24 @@ dependencies = [ "itertools 0.14.0", "metrics", "parking_lot 0.12.3", - "reth-chain-state 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-config 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-exex-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-fs-util 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-node-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-node-core 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-prune-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-revm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-stages-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-tracing 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-chain-state", + "reth-chainspec", + "reth-config", + "reth-ethereum-primitives", + "reth-evm", + "reth-exex-types", + "reth-fs-util", + "reth-metrics", + "reth-node-api", + "reth-node-core", + "reth-payload-builder", + "reth-primitives-traits", + "reth-provider", + "reth-prune-types", + "reth-revm", + "reth-stages-api", + "reth-tasks", + "reth-tracing", "rmp-serde", "thiserror 2.0.12", "tokio", @@ -8891,20 +7943,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "reth-exex-types" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-eips 1.0.9", - "alloy-primitives", - "reth-chain-state 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-execution-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "serde", - "serde_with", -] - [[package]] name = "reth-exex-types" version = "1.4.8" @@ -8912,23 +7950,13 @@ source = "git+https://github.com/scroll-tech/reth.git#ce8b77ab464afc9b5159bdfff6 dependencies = [ "alloy-eips 1.0.9", "alloy-primitives", - "reth-chain-state 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-execution-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-chain-state", + "reth-execution-types", + "reth-primitives-traits", "serde", "serde_with", ] -[[package]] -name = "reth-fs-util" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "serde", - "serde_json", - "thiserror 2.0.12", -] - [[package]] name = "reth-fs-util" version = "1.4.8" @@ -8939,34 +7967,6 @@ dependencies = [ "thiserror 2.0.12", ] -[[package]] -name = "reth-invalid-block-hooks" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-consensus 1.0.9", - "alloy-primitives", - "alloy-rlp", - "alloy-rpc-types-debug", - "eyre", - "futures", - "jsonrpsee", - "pretty_assertions", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-revm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-rpc-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-tracing 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-trie 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "revm-bytecode", - "revm-database", - "serde", - "serde_json", -] - [[package]] name = "reth-invalid-block-hooks" version = "1.4.8" @@ -8980,41 +7980,21 @@ dependencies = [ "futures", "jsonrpsee", "pretty_assertions", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-revm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-rpc-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-tracing 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-trie 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-chainspec", + "reth-engine-primitives", + "reth-evm", + "reth-primitives-traits", + "reth-provider", + "reth-revm", + "reth-rpc-api", + "reth-tracing", + "reth-trie", "revm-bytecode", "revm-database", "serde", "serde_json", ] -[[package]] -name = "reth-ipc" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "bytes", - "futures", - "futures-util", - "interprocess", - "jsonrpsee", - "pin-project", - "serde_json", - "thiserror 2.0.12", - "tokio", - "tokio-stream", - "tokio-util", - "tower", - "tracing", -] - [[package]] name = "reth-ipc" version = "1.4.8" @@ -9035,23 +8015,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "reth-libmdbx" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "bitflags 2.9.1", - "byteorder", - "dashmap 6.1.0", - "derive_more", - "indexmap 2.9.0", - "parking_lot 0.12.3", - "reth-mdbx-sys 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "smallvec", - "thiserror 2.0.12", - "tracing", -] - [[package]] name = "reth-libmdbx" version = "1.4.8" @@ -9063,21 +8026,12 @@ dependencies = [ "derive_more", "indexmap 2.9.0", "parking_lot 0.12.3", - "reth-mdbx-sys 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-mdbx-sys", "smallvec", "thiserror 2.0.12", "tracing", ] -[[package]] -name = "reth-mdbx-sys" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "bindgen 0.70.1", - "cc", -] - [[package]] name = "reth-mdbx-sys" version = "1.4.8" @@ -9087,18 +8041,6 @@ dependencies = [ "cc", ] -[[package]] -name = "reth-metrics" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "futures", - "metrics", - "metrics-derive", - "tokio", - "tokio-util", -] - [[package]] name = "reth-metrics" version = "1.4.8" @@ -9111,14 +8053,6 @@ dependencies = [ "tokio-util", ] -[[package]] -name = "reth-net-banlist" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-primitives", -] - [[package]] name = "reth-net-banlist" version = "1.4.8" @@ -9127,20 +8061,6 @@ dependencies = [ "alloy-primitives", ] -[[package]] -name = "reth-net-nat" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "futures-util", - "if-addrs", - "reqwest", - "serde_with", - "thiserror 2.0.12", - "tokio", - "tracing", -] - [[package]] name = "reth-net-nat" version = "1.4.8" @@ -9155,61 +8075,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "reth-network" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-consensus 1.0.9", - "alloy-eips 1.0.9", - "alloy-primitives", - "alloy-rlp", - "aquamarine", - "auto_impl", - "derive_more", - "discv5", - "enr", - "futures", - "itertools 0.14.0", - "metrics", - "parking_lot 0.12.3", - "pin-project", - "rand 0.8.5", - "rand 0.9.1", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-discv4 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-discv5 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-dns-discovery 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-ecies 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-eth-wire 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-eth-wire-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-ethereum-forks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-fs-util 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-net-banlist 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-network-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-network-p2p 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-network-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-tokio-util 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "rustc-hash 2.1.1", - "schnellru", - "secp256k1", - "serde", - "smallvec", - "thiserror 2.0.12", - "tokio", - "tokio-stream", - "tokio-util", - "tracing", -] - [[package]] name = "reth-network" version = "1.4.8" @@ -9231,28 +8096,28 @@ dependencies = [ "pin-project", "rand 0.8.5", "rand 0.9.1", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-discv4 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-discv5 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-dns-discovery 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-ecies 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-eth-wire 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-eth-wire-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-ethereum-forks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-fs-util 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-net-banlist 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-network-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-network-p2p 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-network-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-tokio-util 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-chainspec", + "reth-consensus", + "reth-discv4", + "reth-discv5", + "reth-dns-discovery", + "reth-ecies", + "reth-eth-wire", + "reth-eth-wire-types", + "reth-ethereum-forks", + "reth-ethereum-primitives", + "reth-fs-util", + "reth-metrics", + "reth-net-banlist", + "reth-network-api", + "reth-network-p2p", + "reth-network-peers", + "reth-network-types", + "reth-primitives-traits", + "reth-storage-api", + "reth-tasks", + "reth-tokio-util", + "reth-transaction-pool", "rustc-hash 2.1.1", "schnellru", "secp256k1", @@ -9266,76 +8131,28 @@ dependencies = [ ] [[package]] -name = "reth-network-api" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-primitives", - "alloy-rpc-types-admin", - "async-trait", - "auto_impl", - "derive_more", - "enr", - "futures", - "reth-eth-wire-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-ethereum-forks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-network-p2p 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-network-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-tokio-util 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "serde", - "thiserror 2.0.12", - "tokio", - "tokio-stream", -] - -[[package]] -name = "reth-network-api" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git#ce8b77ab464afc9b5159bdfff690892fd01be744" -dependencies = [ - "alloy-primitives", - "alloy-rpc-types-admin", - "async-trait", - "auto_impl", - "derive_more", - "enr", - "futures", - "reth-eth-wire-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-ethereum-forks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-network-p2p 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-network-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-tokio-util 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "serde", - "thiserror 2.0.12", - "tokio", - "tokio-stream", -] - -[[package]] -name = "reth-network-p2p" +name = "reth-network-api" version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +source = "git+https://github.com/scroll-tech/reth.git#ce8b77ab464afc9b5159bdfff690892fd01be744" dependencies = [ - "alloy-consensus 1.0.9", - "alloy-eips 1.0.9", "alloy-primitives", + "alloy-rpc-types-admin", + "async-trait", "auto_impl", "derive_more", + "enr", "futures", - "parking_lot 0.12.3", - "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-eth-wire-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-network-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-storage-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-eth-wire-types", + "reth-ethereum-forks", + "reth-network-p2p", + "reth-network-peers", + "reth-network-types", + "reth-primitives-traits", + "reth-tokio-util", + "serde", + "thiserror 2.0.12", "tokio", - "tracing", + "tokio-stream", ] [[package]] @@ -9350,32 +8167,17 @@ dependencies = [ "derive_more", "futures", "parking_lot 0.12.3", - "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-eth-wire-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-network-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-storage-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-consensus", + "reth-eth-wire-types", + "reth-ethereum-primitives", + "reth-network-peers", + "reth-network-types", + "reth-primitives-traits", + "reth-storage-errors", "tokio", "tracing", ] -[[package]] -name = "reth-network-peers" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-primitives", - "alloy-rlp", - "enr", - "secp256k1", - "serde_with", - "thiserror 2.0.12", - "tokio", - "url", -] - [[package]] name = "reth-network-peers" version = "1.4.8" @@ -9391,20 +8193,6 @@ dependencies = [ "url", ] -[[package]] -name = "reth-network-types" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-eip2124", - "humantime-serde", - "reth-net-banlist 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "serde", - "serde_json", - "tracing", -] - [[package]] name = "reth-network-types" version = "1.4.8" @@ -9412,30 +8200,13 @@ source = "git+https://github.com/scroll-tech/reth.git#ce8b77ab464afc9b5159bdfff6 dependencies = [ "alloy-eip2124", "humantime-serde", - "reth-net-banlist 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-net-banlist", + "reth-network-peers", "serde", "serde_json", "tracing", ] -[[package]] -name = "reth-nippy-jar" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "anyhow", - "bincode", - "derive_more", - "lz4_flex", - "memmap2", - "reth-fs-util 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "serde", - "thiserror 2.0.12", - "tracing", - "zstd", -] - [[package]] name = "reth-nippy-jar" version = "1.4.8" @@ -9446,37 +8217,13 @@ dependencies = [ "derive_more", "lz4_flex", "memmap2", - "reth-fs-util 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-fs-util", "serde", "thiserror 2.0.12", "tracing", "zstd", ] -[[package]] -name = "reth-node-api" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-rpc-types-engine 1.0.9", - "eyre", - "reth-basic-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-db-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-network-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-node-core 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-node-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-payload-builder-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-payload-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-tokio-util 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", -] - [[package]] name = "reth-node-api" version = "1.4.8" @@ -9484,86 +8231,21 @@ source = "git+https://github.com/scroll-tech/reth.git#ce8b77ab464afc9b5159bdfff6 dependencies = [ "alloy-rpc-types-engine 1.0.9", "eyre", - "reth-basic-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-db-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-network-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-node-core 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-node-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-payload-builder-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-payload-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-tokio-util 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git)", -] - -[[package]] -name = "reth-node-builder" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-consensus 1.0.9", - "alloy-eips 1.0.9", - "alloy-primitives", - "alloy-provider", - "alloy-rpc-types", - "alloy-rpc-types-engine 1.0.9", - "aquamarine", - "eyre", - "fdlimit", - "futures", - "jsonrpsee", - "rayon", - "reth-basic-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-chain-state 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-cli-util 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-config 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-consensus-debug-client 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-db 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-db-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-db-common 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-downloaders 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-engine-local 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-engine-service 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-engine-tree 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-engine-util 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-exex 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-fs-util 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-invalid-block-hooks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-network 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-network-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-network-p2p 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-node-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-node-core 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-node-events 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-node-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-prune 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-rpc 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-rpc-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-rpc-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-rpc-engine-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-rpc-eth-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-rpc-layer 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-stages 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-static-file 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-tokio-util 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-tracing 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "secp256k1", - "serde_json", - "tokio", - "tokio-stream", - "tracing", + "reth-basic-payload-builder", + "reth-consensus", + "reth-db-api", + "reth-engine-primitives", + "reth-evm", + "reth-network-api", + "reth-node-core", + "reth-node-types", + "reth-payload-builder", + "reth-payload-builder-primitives", + "reth-payload-primitives", + "reth-provider", + "reth-tasks", + "reth-tokio-util", + "reth-transaction-pool", ] [[package]] @@ -9583,47 +8265,47 @@ dependencies = [ "futures", "jsonrpsee", "rayon", - "reth-basic-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-chain-state 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-cli-util 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-config 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-consensus-debug-client 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-db 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-db-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-db-common 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-downloaders 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-engine-local 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-engine-service 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-engine-tree 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-engine-util 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-exex 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-fs-util 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-invalid-block-hooks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-network 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-network-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-network-p2p 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-node-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-node-core 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-node-events 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-node-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-prune 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-rpc 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-rpc-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-rpc-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-rpc-engine-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-rpc-eth-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-rpc-layer 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-stages 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-static-file 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-tokio-util 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-tracing 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-basic-payload-builder", + "reth-chain-state", + "reth-chainspec", + "reth-cli-util", + "reth-config", + "reth-consensus", + "reth-consensus-debug-client", + "reth-db", + "reth-db-api", + "reth-db-common", + "reth-downloaders", + "reth-engine-local", + "reth-engine-service", + "reth-engine-tree", + "reth-engine-util", + "reth-evm", + "reth-exex", + "reth-fs-util", + "reth-invalid-block-hooks", + "reth-network", + "reth-network-api", + "reth-network-p2p", + "reth-node-api", + "reth-node-core", + "reth-node-events", + "reth-node-metrics", + "reth-payload-builder", + "reth-provider", + "reth-prune", + "reth-rpc", + "reth-rpc-api", + "reth-rpc-builder", + "reth-rpc-engine-api", + "reth-rpc-eth-types", + "reth-rpc-layer", + "reth-stages", + "reth-static-file", + "reth-tasks", + "reth-tokio-util", + "reth-tracing", + "reth-transaction-pool", "secp256k1", "serde_json", "tokio", @@ -9631,57 +8313,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "reth-node-core" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-consensus 1.0.9", - "alloy-eips 1.0.9", - "alloy-primitives", - "alloy-rpc-types-engine 1.0.9", - "clap", - "derive_more", - "dirs-next", - "eyre", - "futures", - "humantime", - "rand 0.9.1", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-cli-util 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-config 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-db 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-discv4 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-discv5 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-ethereum-forks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-net-nat 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-network 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-network-p2p 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-prune-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-rpc-eth-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-rpc-server-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-rpc-types-compat 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-stages-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-storage-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-tracing 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "secp256k1", - "serde", - "shellexpand", - "strum 0.27.1", - "thiserror 2.0.12", - "toml", - "tracing", - "url", - "vergen", - "vergen-git2", -] - [[package]] name = "reth-node-core" version = "1.4.8" @@ -9698,29 +8329,29 @@ dependencies = [ "futures", "humantime", "rand 0.9.1", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-cli-util 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-config 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-db 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-discv4 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-discv5 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-ethereum-forks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-net-nat 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-network 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-network-p2p 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-prune-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-rpc-eth-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-rpc-server-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-rpc-types-compat 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-stages-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-storage-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-tracing 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-chainspec", + "reth-cli-util", + "reth-config", + "reth-consensus", + "reth-db", + "reth-discv4", + "reth-discv5", + "reth-engine-primitives", + "reth-ethereum-forks", + "reth-net-nat", + "reth-network", + "reth-network-p2p", + "reth-network-peers", + "reth-primitives-traits", + "reth-prune-types", + "reth-rpc-eth-types", + "reth-rpc-server-types", + "reth-rpc-types-compat", + "reth-stages-types", + "reth-storage-api", + "reth-storage-errors", + "reth-tracing", + "reth-transaction-pool", "secp256k1", "serde", "shellexpand", @@ -9733,42 +8364,6 @@ dependencies = [ "vergen-git2", ] -[[package]] -name = "reth-node-ethereum" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-eips 1.0.9", - "alloy-rpc-types-engine 1.0.9", - "alloy-rpc-types-eth", - "eyre", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-ethereum-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-ethereum-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-ethereum-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-evm-ethereum 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-network 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-node-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-node-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-payload-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-revm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-rpc 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-rpc-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-rpc-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-rpc-eth-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-rpc-server-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-tracing 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-trie-db 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "revm", -] - [[package]] name = "reth-node-ethereum" version = "1.4.8" @@ -9778,57 +8373,33 @@ dependencies = [ "alloy-rpc-types-engine 1.0.9", "alloy-rpc-types-eth", "eyre", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-ethereum-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-ethereum-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-ethereum-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-evm-ethereum 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-network 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-node-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-node-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-payload-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-revm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-rpc 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-rpc-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-rpc-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-rpc-eth-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-rpc-server-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-tracing 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-trie-db 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-chainspec", + "reth-consensus", + "reth-engine-primitives", + "reth-ethereum-consensus", + "reth-ethereum-engine-primitives", + "reth-ethereum-payload-builder", + "reth-ethereum-primitives", + "reth-evm", + "reth-evm-ethereum", + "reth-network", + "reth-node-api", + "reth-node-builder", + "reth-payload-primitives", + "reth-primitives-traits", + "reth-provider", + "reth-revm", + "reth-rpc", + "reth-rpc-api", + "reth-rpc-builder", + "reth-rpc-eth-types", + "reth-rpc-server-types", + "reth-tracing", + "reth-transaction-pool", + "reth-trie-db", "revm", ] -[[package]] -name = "reth-node-events" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-consensus 1.0.9", - "alloy-eips 1.0.9", - "alloy-primitives", - "alloy-rpc-types-engine 1.0.9", - "derive_more", - "futures", - "humantime", - "pin-project", - "reth-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-network-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-prune-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-stages 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-static-file-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "tokio", - "tracing", -] - [[package]] name = "reth-node-events" version = "1.4.8" @@ -9842,34 +8413,14 @@ dependencies = [ "futures", "humantime", "pin-project", - "reth-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-network-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-prune-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-stages 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-static-file-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "tokio", - "tracing", -] - -[[package]] -name = "reth-node-metrics" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "eyre", - "http 1.3.1", - "jsonrpsee-server", - "metrics", - "metrics-exporter-prometheus", - "metrics-process", - "metrics-util", - "procfs", - "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-engine-primitives", + "reth-network-api", + "reth-primitives-traits", + "reth-prune-types", + "reth-stages", + "reth-static-file-types", + "reth-storage-api", "tokio", - "tower", "tracing", ] @@ -9886,56 +8437,24 @@ dependencies = [ "metrics-process", "metrics-util", "procfs", - "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-metrics", + "reth-tasks", "tokio", "tower", "tracing", ] -[[package]] -name = "reth-node-types" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-db-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-payload-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-trie-db 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", -] - [[package]] name = "reth-node-types" version = "1.4.8" source = "git+https://github.com/scroll-tech/reth.git#ce8b77ab464afc9b5159bdfff690892fd01be744" dependencies = [ - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-db-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-payload-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-trie-db 1.4.8 (git+https://github.com/scroll-tech/reth.git)", -] - -[[package]] -name = "reth-optimism-primitives" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-consensus 1.0.9", - "alloy-eips 1.0.9", - "alloy-primitives", - "alloy-rlp", - "arbitrary", - "bytes", - "op-alloy-consensus", - "reth-codecs 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-zstd-compressors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "serde", - "serde_with", + "reth-chainspec", + "reth-db-api", + "reth-engine-primitives", + "reth-payload-primitives", + "reth-primitives-traits", + "reth-trie-db", ] [[package]] @@ -9950,34 +8469,13 @@ dependencies = [ "arbitrary", "bytes", "op-alloy-consensus", - "reth-codecs 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-zstd-compressors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-codecs", + "reth-primitives-traits", + "reth-zstd-compressors", "serde", "serde_with", ] -[[package]] -name = "reth-payload-builder" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-consensus 1.0.9", - "alloy-primitives", - "alloy-rpc-types", - "futures-util", - "metrics", - "reth-chain-state 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-ethereum-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-payload-builder-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-payload-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "tokio", - "tokio-stream", - "tracing", -] - [[package]] name = "reth-payload-builder" version = "1.4.8" @@ -9988,24 +8486,12 @@ dependencies = [ "alloy-rpc-types", "futures-util", "metrics", - "reth-chain-state 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-ethereum-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-payload-builder-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-payload-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "tokio", - "tokio-stream", - "tracing", -] - -[[package]] -name = "reth-payload-builder-primitives" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "pin-project", - "reth-payload-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-chain-state", + "reth-ethereum-engine-primitives", + "reth-metrics", + "reth-payload-builder-primitives", + "reth-payload-primitives", + "reth-primitives-traits", "tokio", "tokio-stream", "tracing", @@ -10017,32 +8503,12 @@ version = "1.4.8" source = "git+https://github.com/scroll-tech/reth.git#ce8b77ab464afc9b5159bdfff690892fd01be744" dependencies = [ "pin-project", - "reth-payload-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-payload-primitives", "tokio", "tokio-stream", "tracing", ] -[[package]] -name = "reth-payload-primitives" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-eips 1.0.9", - "alloy-primitives", - "alloy-rpc-types-engine 1.0.9", - "auto_impl", - "op-alloy-rpc-types-engine", - "reth-chain-state 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "scroll-alloy-rpc-types-engine 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "serde", - "thiserror 2.0.12", - "tokio", -] - [[package]] name = "reth-payload-primitives" version = "1.4.8" @@ -10053,26 +8519,16 @@ dependencies = [ "alloy-rpc-types-engine 1.0.9", "auto_impl", "op-alloy-rpc-types-engine", - "reth-chain-state 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "scroll-alloy-rpc-types-engine 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-chain-state", + "reth-chainspec", + "reth-errors", + "reth-primitives-traits", + "scroll-alloy-rpc-types-engine", "serde", "thiserror 2.0.12", "tokio", ] -[[package]] -name = "reth-payload-util" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-consensus 1.0.9", - "alloy-primitives", - "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", -] - [[package]] name = "reth-payload-util" version = "1.4.8" @@ -10080,17 +8536,7 @@ source = "git+https://github.com/scroll-tech/reth.git#ce8b77ab464afc9b5159bdfff6 dependencies = [ "alloy-consensus 1.0.9", "alloy-primitives", - "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git)", -] - -[[package]] -name = "reth-payload-validator" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-consensus 1.0.9", - "alloy-rpc-types-engine 1.0.9", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-transaction-pool", ] [[package]] @@ -10100,69 +8546,22 @@ source = "git+https://github.com/scroll-tech/reth.git#ce8b77ab464afc9b5159bdfff6 dependencies = [ "alloy-consensus 1.0.9", "alloy-rpc-types-engine 1.0.9", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", -] - -[[package]] -name = "reth-primitives" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-consensus 1.0.9", - "arbitrary", - "c-kzg", - "once_cell", - "reth-ethereum-forks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-static-file-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives-traits", ] [[package]] name = "reth-primitives" version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git#ce8b77ab464afc9b5159bdfff690892fd01be744" -dependencies = [ - "alloy-consensus 1.0.9", - "c-kzg", - "once_cell", - "reth-ethereum-forks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-static-file-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", -] - -[[package]] -name = "reth-primitives-traits" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-consensus 1.0.9", - "alloy-eips 1.0.9", - "alloy-genesis", - "alloy-primitives", - "alloy-rlp", - "alloy-trie", +source = "git+https://github.com/scroll-tech/reth.git#ce8b77ab464afc9b5159bdfff690892fd01be744" +dependencies = [ + "alloy-consensus 1.0.9", "arbitrary", - "auto_impl", - "byteorder", - "bytes", - "derive_more", - "modular-bitfield", + "c-kzg", "once_cell", - "op-alloy-consensus", - "proptest", - "proptest-arbitrary-interop", - "rayon", - "reth-codecs 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "revm-bytecode", - "revm-primitives", - "revm-state", - "scroll-alloy-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "secp256k1", - "serde", - "serde_with", - "thiserror 2.0.12", + "reth-ethereum-forks", + "reth-ethereum-primitives", + "reth-primitives-traits", + "reth-static-file-types", ] [[package]] @@ -10187,62 +8586,17 @@ dependencies = [ "proptest", "proptest-arbitrary-interop", "rayon", - "reth-codecs 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-codecs", "revm-bytecode", "revm-primitives", "revm-state", - "scroll-alloy-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "scroll-alloy-consensus", "secp256k1", "serde", "serde_with", "thiserror 2.0.12", ] -[[package]] -name = "reth-provider" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-consensus 1.0.9", - "alloy-eips 1.0.9", - "alloy-primitives", - "alloy-rpc-types-engine 1.0.9", - "dashmap 6.1.0", - "eyre", - "itertools 0.14.0", - "metrics", - "notify", - "parking_lot 0.12.3", - "rayon", - "reth-chain-state 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-codecs 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-db 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-db-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-ethereum-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-execution-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-fs-util 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-nippy-jar 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-node-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-prune-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-stages-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-static-file-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-storage-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-trie 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-trie-db 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "revm-database", - "revm-state", - "strum 0.27.1", - "tokio", - "tracing", -] - [[package]] name = "reth-provider" version = "1.4.8" @@ -10259,28 +8613,28 @@ dependencies = [ "notify", "parking_lot 0.12.3", "rayon", - "reth-chain-state 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-codecs 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-db 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-db-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-ethereum-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-execution-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-fs-util 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-nippy-jar 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-node-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-prune-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-stages-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-static-file-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-storage-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-trie 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-trie-db 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-chain-state", + "reth-chainspec", + "reth-codecs", + "reth-db", + "reth-db-api", + "reth-errors", + "reth-ethereum-engine-primitives", + "reth-ethereum-primitives", + "reth-evm", + "reth-execution-types", + "reth-fs-util", + "reth-metrics", + "reth-nippy-jar", + "reth-node-types", + "reth-primitives-traits", + "reth-prune-types", + "reth-stages-types", + "reth-static-file-types", + "reth-storage-api", + "reth-storage-errors", + "reth-trie", + "reth-trie-db", "revm-database", "revm-state", "strum 0.27.1", @@ -10288,34 +8642,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "reth-prune" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-consensus 1.0.9", - "alloy-eips 1.0.9", - "alloy-primitives", - "itertools 0.14.0", - "metrics", - "rayon", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-config 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-db-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-exex-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-prune-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-static-file-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-tokio-util 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "rustc-hash 2.1.1", - "thiserror 2.0.12", - "tokio", - "tracing", -] - [[package]] name = "reth-prune" version = "1.4.8" @@ -10327,37 +8653,23 @@ dependencies = [ "itertools 0.14.0", "metrics", "rayon", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-config 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-db-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-exex-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-prune-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-static-file-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-tokio-util 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-chainspec", + "reth-config", + "reth-db-api", + "reth-errors", + "reth-exex-types", + "reth-metrics", + "reth-primitives-traits", + "reth-provider", + "reth-prune-types", + "reth-static-file-types", + "reth-tokio-util", "rustc-hash 2.1.1", "thiserror 2.0.12", "tokio", "tracing", ] -[[package]] -name = "reth-prune-types" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-primitives", - "arbitrary", - "derive_more", - "modular-bitfield", - "reth-codecs 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "serde", - "thiserror 2.0.12", -] - [[package]] name = "reth-prune-types" version = "1.4.8" @@ -10367,110 +8679,22 @@ dependencies = [ "arbitrary", "derive_more", "modular-bitfield", - "reth-codecs 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-codecs", "serde", "thiserror 2.0.12", ] -[[package]] -name = "reth-revm" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-primitives", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-storage-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-trie 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "revm", -] - [[package]] name = "reth-revm" version = "1.4.8" source = "git+https://github.com/scroll-tech/reth.git#ce8b77ab464afc9b5159bdfff690892fd01be744" dependencies = [ "alloy-primitives", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-storage-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-trie 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "revm", -] - -[[package]] -name = "reth-rpc" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-consensus 1.0.9", - "alloy-dyn-abi", - "alloy-eips 1.0.9", - "alloy-evm", - "alloy-genesis", - "alloy-network", - "alloy-primitives", - "alloy-rlp", - "alloy-rpc-types", - "alloy-rpc-types-admin", - "alloy-rpc-types-beacon 1.0.9", - "alloy-rpc-types-debug", - "alloy-rpc-types-engine 1.0.9", - "alloy-rpc-types-eth", - "alloy-rpc-types-mev", - "alloy-rpc-types-trace", - "alloy-rpc-types-txpool", - "alloy-serde 1.0.9", - "alloy-signer", - "alloy-signer-local", - "async-trait", - "derive_more", - "futures", - "http 1.3.1", - "http-body 1.0.1", - "hyper 1.6.0", - "jsonrpsee", - "jsonrpsee-types", - "jsonwebtoken", - "parking_lot 0.12.3", - "pin-project", - "reth-chain-state 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-execution-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-network-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-network-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-node-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-revm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-rpc-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-rpc-engine-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-rpc-eth-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-rpc-eth-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-rpc-server-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-rpc-types-compat 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-trie-common 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-primitives-traits", + "reth-storage-api", + "reth-storage-errors", + "reth-trie", "revm", - "revm-inspectors", - "revm-primitives", - "serde", - "serde_json", - "sha2 0.10.9", - "thiserror 2.0.12", - "tokio", - "tokio-stream", - "tower", - "tracing", - "tracing-futures", ] [[package]] @@ -10509,31 +8733,31 @@ dependencies = [ "jsonwebtoken", "parking_lot 0.12.3", "pin-project", - "reth-chain-state 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-execution-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-network-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-network-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-node-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-revm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-rpc-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-rpc-engine-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-rpc-eth-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-rpc-eth-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-rpc-server-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-rpc-types-compat 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-trie-common 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-chain-state", + "reth-chainspec", + "reth-consensus", + "reth-engine-primitives", + "reth-errors", + "reth-ethereum-primitives", + "reth-evm", + "reth-execution-types", + "reth-metrics", + "reth-network-api", + "reth-network-peers", + "reth-network-types", + "reth-node-api", + "reth-primitives-traits", + "reth-revm", + "reth-rpc-api", + "reth-rpc-engine-api", + "reth-rpc-eth-api", + "reth-rpc-eth-types", + "reth-rpc-server-types", + "reth-rpc-types-compat", + "reth-storage-api", + "reth-tasks", + "reth-transaction-pool", + "reth-trie-common", "revm", "revm-inspectors", "revm-primitives", @@ -10548,34 +8772,6 @@ dependencies = [ "tracing-futures", ] -[[package]] -name = "reth-rpc-api" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-eips 1.0.9", - "alloy-genesis", - "alloy-json-rpc", - "alloy-primitives", - "alloy-rpc-types", - "alloy-rpc-types-admin", - "alloy-rpc-types-anvil", - "alloy-rpc-types-beacon 1.0.9", - "alloy-rpc-types-debug", - "alloy-rpc-types-engine 1.0.9", - "alloy-rpc-types-eth", - "alloy-rpc-types-mev", - "alloy-rpc-types-trace", - "alloy-rpc-types-txpool", - "alloy-serde 1.0.9", - "jsonrpsee", - "reth-chain-state 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-rpc-eth-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-trie-common 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", -] - [[package]] name = "reth-rpc-api" version = "1.4.8" @@ -10597,49 +8793,11 @@ dependencies = [ "alloy-rpc-types-txpool", "alloy-serde 1.0.9", "jsonrpsee", - "reth-chain-state 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-rpc-eth-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-trie-common 1.4.8 (git+https://github.com/scroll-tech/reth.git)", -] - -[[package]] -name = "reth-rpc-builder" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-network", - "alloy-provider", - "http 1.3.1", - "jsonrpsee", - "metrics", - "pin-project", - "reth-chain-state 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-ipc 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-network-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-node-core 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-rpc 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-rpc-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-rpc-eth-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-rpc-eth-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-rpc-layer 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-rpc-server-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "serde", - "thiserror 2.0.12", - "tokio", - "tokio-util", - "tower", - "tower-http", - "tracing", + "reth-chain-state", + "reth-engine-primitives", + "reth-network-peers", + "reth-rpc-eth-api", + "reth-trie-common", ] [[package]] @@ -10653,24 +8811,24 @@ dependencies = [ "jsonrpsee", "metrics", "pin-project", - "reth-chain-state 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-ipc 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-network-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-node-core 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-rpc 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-rpc-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-rpc-eth-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-rpc-eth-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-rpc-layer 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-rpc-server-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-chain-state", + "reth-chainspec", + "reth-consensus", + "reth-evm", + "reth-ipc", + "reth-metrics", + "reth-network-api", + "reth-node-core", + "reth-primitives-traits", + "reth-rpc", + "reth-rpc-api", + "reth-rpc-eth-api", + "reth-rpc-eth-types", + "reth-rpc-layer", + "reth-rpc-server-types", + "reth-storage-api", + "reth-tasks", + "reth-transaction-pool", "serde", "thiserror 2.0.12", "tokio", @@ -10680,36 +8838,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "reth-rpc-engine-api" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-eips 1.0.9", - "alloy-primitives", - "alloy-rpc-types-engine 1.0.9", - "async-trait", - "jsonrpsee-core", - "jsonrpsee-types", - "metrics", - "parking_lot 0.12.3", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-payload-builder-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-payload-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-rpc-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "serde", - "thiserror 2.0.12", - "tokio", - "tracing", -] - [[package]] name = "reth-rpc-engine-api" version = "1.4.8" @@ -10723,66 +8851,23 @@ dependencies = [ "jsonrpsee-types", "metrics", "parking_lot 0.12.3", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-payload-builder-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-payload-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-rpc-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-chainspec", + "reth-engine-primitives", + "reth-metrics", + "reth-payload-builder", + "reth-payload-builder-primitives", + "reth-payload-primitives", + "reth-primitives-traits", + "reth-rpc-api", + "reth-storage-api", + "reth-tasks", + "reth-transaction-pool", "serde", "thiserror 2.0.12", "tokio", "tracing", ] -[[package]] -name = "reth-rpc-eth-api" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-consensus 1.0.9", - "alloy-dyn-abi", - "alloy-eips 1.0.9", - "alloy-json-rpc", - "alloy-network", - "alloy-primitives", - "alloy-rlp", - "alloy-rpc-types-eth", - "alloy-rpc-types-mev", - "alloy-serde 1.0.9", - "async-trait", - "auto_impl", - "dyn-clone", - "futures", - "jsonrpsee", - "jsonrpsee-types", - "parking_lot 0.12.3", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-network-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-node-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-revm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-rpc-eth-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-rpc-server-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-rpc-types-compat 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-trie-common 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "revm", - "revm-inspectors", - "tokio", - "tracing", -] - [[package]] name = "reth-rpc-eth-api" version = "1.4.8" @@ -10805,66 +8890,24 @@ dependencies = [ "jsonrpsee", "jsonrpsee-types", "parking_lot 0.12.3", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-network-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-node-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-revm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-rpc-eth-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-rpc-server-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-rpc-types-compat 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-trie-common 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "revm", - "revm-inspectors", - "tokio", - "tracing", -] - -[[package]] -name = "reth-rpc-eth-types" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-consensus 1.0.9", - "alloy-eips 1.0.9", - "alloy-primitives", - "alloy-rpc-types-eth", - "alloy-sol-types", - "derive_more", - "futures", - "itertools 0.14.0", - "jsonrpsee-core", - "jsonrpsee-types", - "metrics", - "rand 0.9.1", - "reth-chain-state 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-execution-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-revm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-rpc-server-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-rpc-types-compat 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-trie 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-chainspec", + "reth-errors", + "reth-evm", + "reth-network-api", + "reth-node-api", + "reth-payload-builder", + "reth-primitives-traits", + "reth-revm", + "reth-rpc-eth-types", + "reth-rpc-server-types", + "reth-rpc-types-compat", + "reth-storage-api", + "reth-tasks", + "reth-transaction-pool", + "reth-trie-common", "revm", "revm-inspectors", - "schnellru", - "serde", - "thiserror 2.0.12", "tokio", - "tokio-stream", "tracing", ] @@ -10885,42 +8928,28 @@ dependencies = [ "jsonrpsee-types", "metrics", "rand 0.9.1", - "reth-chain-state 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-execution-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-revm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-rpc-server-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-rpc-types-compat 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-trie 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-chain-state", + "reth-chainspec", + "reth-errors", + "reth-ethereum-primitives", + "reth-evm", + "reth-execution-types", + "reth-metrics", + "reth-primitives-traits", + "reth-revm", + "reth-rpc-server-types", + "reth-rpc-types-compat", + "reth-storage-api", + "reth-tasks", + "reth-transaction-pool", + "reth-trie", "revm", "revm-inspectors", "schnellru", - "serde", - "thiserror 2.0.12", - "tokio", - "tokio-stream", - "tracing", -] - -[[package]] -name = "reth-rpc-layer" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-rpc-types-engine 1.0.9", - "http 1.3.1", - "jsonrpsee-http-client", - "pin-project", - "tower", - "tower-http", + "serde", + "thiserror 2.0.12", + "tokio", + "tokio-stream", "tracing", ] @@ -10938,22 +8967,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "reth-rpc-server-types" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-eips 1.0.9", - "alloy-primitives", - "alloy-rpc-types-engine 1.0.9", - "jsonrpsee-core", - "jsonrpsee-types", - "reth-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-network-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "serde", - "strum 0.27.1", -] - [[package]] name = "reth-rpc-server-types" version = "1.4.8" @@ -10964,34 +8977,12 @@ dependencies = [ "alloy-rpc-types-engine 1.0.9", "jsonrpsee-core", "jsonrpsee-types", - "reth-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-network-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-errors", + "reth-network-api", "serde", "strum 0.27.1", ] -[[package]] -name = "reth-rpc-types-compat" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-consensus 1.0.9", - "alloy-network", - "alloy-primitives", - "alloy-rpc-types-eth", - "jsonrpsee-types", - "op-alloy-consensus", - "op-alloy-rpc-types", - "reth-optimism-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-scroll-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "scroll-alloy-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "scroll-alloy-rpc-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "serde", - "thiserror 2.0.12", -] - [[package]] name = "reth-rpc-types-compat" version = "1.4.8" @@ -11004,40 +8995,16 @@ dependencies = [ "jsonrpsee-types", "op-alloy-consensus", "op-alloy-rpc-types", - "reth-optimism-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-scroll-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "scroll-alloy-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "scroll-alloy-rpc-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-optimism-primitives", + "reth-primitives-traits", + "reth-scroll-primitives", + "reth-storage-api", + "scroll-alloy-consensus", + "scroll-alloy-rpc-types", "serde", "thiserror 2.0.12", ] -[[package]] -name = "reth-scroll-chainspec" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-chains", - "alloy-consensus 1.0.9", - "alloy-eips 1.0.9", - "alloy-genesis", - "alloy-primitives", - "alloy-serde 1.0.9", - "derive_more", - "once_cell", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-ethereum-forks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-scroll-forks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-trie-common 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "scroll-alloy-hardforks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "serde", - "serde_json", -] - [[package]] name = "reth-scroll-chainspec" version = "1.4.8" @@ -11051,13 +9018,13 @@ dependencies = [ "alloy-serde 1.0.9", "derive_more", "once_cell", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-ethereum-forks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-scroll-forks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-trie-common 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "scroll-alloy-hardforks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-chainspec", + "reth-ethereum-forks", + "reth-network-peers", + "reth-primitives-traits", + "reth-scroll-forks", + "reth-trie-common", + "scroll-alloy-hardforks", "serde", "serde_json", ] @@ -11072,35 +9039,16 @@ dependencies = [ "reth-cli", "reth-cli-commands", "reth-cli-runner", - "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-db 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-node-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-node-core 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-node-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-scroll-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-scroll-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-scroll-node 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-scroll-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-tracing 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "tracing", -] - -[[package]] -name = "reth-scroll-consensus" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-consensus 1.0.9", - "alloy-primitives", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-consensus-common 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-ethereum-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-execution-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-scroll-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "scroll-alloy-hardforks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "thiserror 2.0.12", + "reth-consensus", + "reth-db", + "reth-node-builder", + "reth-node-core", + "reth-node-metrics", + "reth-scroll-chainspec", + "reth-scroll-evm", + "reth-scroll-node", + "reth-scroll-primitives", + "reth-tracing", "tracing", ] @@ -11111,44 +9059,19 @@ source = "git+https://github.com/scroll-tech/reth.git#ce8b77ab464afc9b5159bdfff6 dependencies = [ "alloy-consensus 1.0.9", "alloy-primitives", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-consensus-common 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-ethereum-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-execution-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-scroll-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "scroll-alloy-hardforks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-chainspec", + "reth-consensus", + "reth-consensus-common", + "reth-ethereum-consensus", + "reth-execution-types", + "reth-primitives", + "reth-primitives-traits", + "reth-scroll-primitives", + "scroll-alloy-hardforks", "thiserror 2.0.12", "tracing", ] -[[package]] -name = "reth-scroll-engine-primitives" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-consensus 1.0.9", - "alloy-eips 1.0.9", - "alloy-primitives", - "alloy-rlp", - "alloy-rpc-types-engine 1.0.9", - "reth-chain-state 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-payload-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-scroll-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-scroll-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "scroll-alloy-hardforks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "scroll-alloy-rpc-types-engine 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "serde", - "sha2 0.10.9", -] - [[package]] name = "reth-scroll-engine-primitives" version = "1.4.8" @@ -11159,49 +9082,21 @@ dependencies = [ "alloy-primitives", "alloy-rlp", "alloy-rpc-types-engine 1.0.9", - "reth-chain-state 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-payload-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-scroll-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-scroll-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "scroll-alloy-hardforks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "scroll-alloy-rpc-types-engine 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-chain-state", + "reth-chainspec", + "reth-engine-primitives", + "reth-payload-builder", + "reth-payload-primitives", + "reth-primitives", + "reth-primitives-traits", + "reth-scroll-chainspec", + "reth-scroll-primitives", + "scroll-alloy-hardforks", + "scroll-alloy-rpc-types-engine", "serde", "sha2 0.10.9", ] -[[package]] -name = "reth-scroll-evm" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-consensus 1.0.9", - "alloy-eips 1.0.9", - "alloy-evm", - "alloy-primitives", - "derive_more", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-execution-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-scroll-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-scroll-forks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-scroll-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "revm", - "revm-primitives", - "revm-scroll", - "scroll-alloy-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "scroll-alloy-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "scroll-alloy-hardforks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "thiserror 2.0.12", - "tracing", -] - [[package]] name = "reth-scroll-evm" version = "1.4.8" @@ -11212,38 +9107,24 @@ dependencies = [ "alloy-evm", "alloy-primitives", "derive_more", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-execution-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-scroll-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-scroll-forks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-scroll-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-chainspec", + "reth-evm", + "reth-execution-types", + "reth-primitives", + "reth-primitives-traits", + "reth-scroll-chainspec", + "reth-scroll-forks", + "reth-scroll-primitives", "revm", "revm-primitives", "revm-scroll", - "scroll-alloy-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "scroll-alloy-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "scroll-alloy-hardforks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "scroll-alloy-consensus", + "scroll-alloy-evm", + "scroll-alloy-hardforks", "thiserror 2.0.12", "tracing", ] -[[package]] -name = "reth-scroll-forks" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-chains", - "alloy-primitives", - "auto_impl", - "once_cell", - "reth-ethereum-forks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "scroll-alloy-hardforks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "serde", -] - [[package]] name = "reth-scroll-forks" version = "1.4.8" @@ -11253,15 +9134,15 @@ dependencies = [ "alloy-primitives", "auto_impl", "once_cell", - "reth-ethereum-forks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "scroll-alloy-hardforks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-ethereum-forks", + "scroll-alloy-hardforks", "serde", ] [[package]] name = "reth-scroll-node" version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" +source = "git+https://github.com/scroll-tech/reth.git#ce8b77ab464afc9b5159bdfff690892fd01be744" dependencies = [ "alloy-consensus 1.0.9", "alloy-eips 1.0.9", @@ -11269,124 +9150,47 @@ dependencies = [ "alloy-primitives", "alloy-rpc-types-engine 1.0.9", "eyre", - "reth-basic-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-db 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-e2e-test-utils 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-engine-local 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-eth-wire-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-network 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-node-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-node-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-node-core 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-node-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-rpc-eth-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-rpc-server-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-scroll-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-scroll-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-scroll-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-scroll-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-scroll-payload 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-scroll-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-scroll-rpc 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-scroll-txpool 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-tracing 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-trie-db 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-basic-payload-builder", + "reth-chainspec", + "reth-db", + "reth-e2e-test-utils", + "reth-engine-local", + "reth-eth-wire-types", + "reth-evm", + "reth-network", + "reth-node-api", + "reth-node-builder", + "reth-node-core", + "reth-node-types", + "reth-payload-builder", + "reth-primitives", + "reth-primitives-traits", + "reth-provider", + "reth-rpc-eth-types", + "reth-rpc-server-types", + "reth-scroll-chainspec", + "reth-scroll-consensus", + "reth-scroll-engine-primitives", + "reth-scroll-evm", + "reth-scroll-payload", + "reth-scroll-primitives", + "reth-scroll-rpc", + "reth-scroll-txpool", + "reth-tasks", + "reth-tracing", + "reth-transaction-pool", + "reth-trie-db", "revm", - "scroll-alloy-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "scroll-alloy-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "scroll-alloy-hardforks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "scroll-alloy-rpc-types-engine 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "scroll-alloy-consensus", + "scroll-alloy-evm", + "scroll-alloy-hardforks", + "scroll-alloy-rpc-types-engine", "serde_json", "thiserror 2.0.12", "tokio", "tracing", ] -[[package]] -name = "reth-scroll-node" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git#ce8b77ab464afc9b5159bdfff690892fd01be744" -dependencies = [ - "alloy-consensus 1.0.9", - "alloy-eips 1.0.9", - "alloy-primitives", - "alloy-rpc-types-engine 1.0.9", - "eyre", - "reth-basic-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-db 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-engine-local 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-eth-wire-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-network 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-node-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-node-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-node-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-rpc-eth-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-scroll-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-scroll-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-scroll-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-scroll-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-scroll-payload 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-scroll-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-scroll-rpc 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-scroll-txpool 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-tracing 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-trie-db 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "revm", - "scroll-alloy-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "scroll-alloy-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "scroll-alloy-hardforks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "scroll-alloy-rpc-types-engine 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "thiserror 2.0.12", - "tokio", - "tracing", -] - -[[package]] -name = "reth-scroll-payload" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-consensus 1.0.9", - "alloy-primitives", - "alloy-rlp", - "futures-util", - "reth-basic-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-chain-state 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-execution-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-payload-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-payload-util 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-revm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-scroll-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-scroll-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-scroll-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "revm", - "scroll-alloy-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "scroll-alloy-hardforks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "thiserror 2.0.12", - "tracing", -] - [[package]] name = "reth-scroll-payload" version = "1.4.8" @@ -11395,48 +9199,29 @@ dependencies = [ "alloy-consensus 1.0.9", "alloy-primitives", "alloy-rlp", - "reth-basic-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-chain-state 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-execution-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-payload-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-payload-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-payload-util 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-revm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-scroll-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-scroll-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-scroll-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "futures-util", + "reth-basic-payload-builder", + "reth-chain-state", + "reth-chainspec", + "reth-evm", + "reth-execution-types", + "reth-payload-builder", + "reth-payload-primitives", + "reth-payload-util", + "reth-primitives-traits", + "reth-revm", + "reth-scroll-engine-primitives", + "reth-scroll-evm", + "reth-scroll-primitives", + "reth-storage-api", + "reth-transaction-pool", "revm", - "scroll-alloy-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "scroll-alloy-hardforks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "scroll-alloy-evm", + "scroll-alloy-hardforks", "thiserror 2.0.12", "tracing", ] -[[package]] -name = "reth-scroll-primitives" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-consensus 1.0.9", - "alloy-eips 1.0.9", - "alloy-primitives", - "alloy-rlp", - "arbitrary", - "bytes", - "modular-bitfield", - "once_cell", - "reth-codecs 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-zstd-compressors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "scroll-alloy-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "serde", -] - [[package]] name = "reth-scroll-primitives" version = "1.4.8" @@ -11450,50 +9235,13 @@ dependencies = [ "bytes", "modular-bitfield", "once_cell", - "reth-codecs 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-zstd-compressors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "scroll-alloy-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-codecs", + "reth-primitives-traits", + "reth-zstd-compressors", + "scroll-alloy-consensus", "serde", ] -[[package]] -name = "reth-scroll-rpc" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-consensus 1.0.9", - "alloy-primitives", - "alloy-rpc-types-eth", - "eyre", - "jsonrpsee-types", - "parking_lot 0.12.3", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-network-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-node-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-node-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-rpc 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-rpc-eth-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-rpc-eth-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-scroll-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-scroll-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-scroll-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "revm", - "scroll-alloy-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "scroll-alloy-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "scroll-alloy-hardforks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "scroll-alloy-network 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "scroll-alloy-rpc-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "thiserror 2.0.12", - "tokio", -] - [[package]] name = "reth-scroll-rpc" version = "1.4.8" @@ -11505,60 +9253,32 @@ dependencies = [ "eyre", "jsonrpsee-types", "parking_lot 0.12.3", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-network-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-node-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-node-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-rpc 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-rpc-eth-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-rpc-eth-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-scroll-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-scroll-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-scroll-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-chainspec", + "reth-evm", + "reth-network-api", + "reth-node-api", + "reth-node-builder", + "reth-primitives", + "reth-primitives-traits", + "reth-provider", + "reth-rpc", + "reth-rpc-eth-api", + "reth-rpc-eth-types", + "reth-scroll-chainspec", + "reth-scroll-evm", + "reth-scroll-primitives", + "reth-tasks", + "reth-transaction-pool", "revm", - "scroll-alloy-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "scroll-alloy-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "scroll-alloy-hardforks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "scroll-alloy-network 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "scroll-alloy-rpc-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "scroll-alloy-consensus", + "scroll-alloy-evm", + "scroll-alloy-hardforks", + "scroll-alloy-network", + "scroll-alloy-rpc-types", "thiserror 2.0.12", "tokio", ] -[[package]] -name = "reth-scroll-txpool" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-consensus 1.0.9", - "alloy-eips 1.0.9", - "alloy-primitives", - "alloy-rpc-types-eth", - "c-kzg", - "derive_more", - "futures-util", - "metrics", - "parking_lot 0.12.3", - "reth-chain-state 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-revm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-scroll-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-scroll-forks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-scroll-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "revm-scroll", - "scroll-alloy-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", -] - [[package]] name = "reth-scroll-txpool" version = "1.4.8" @@ -11573,68 +9293,18 @@ dependencies = [ "futures-util", "metrics", "parking_lot 0.12.3", - "reth-chain-state 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-revm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-scroll-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-scroll-forks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-scroll-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-chain-state", + "reth-chainspec", + "reth-metrics", + "reth-primitives-traits", + "reth-revm", + "reth-scroll-evm", + "reth-scroll-forks", + "reth-scroll-primitives", + "reth-storage-api", + "reth-transaction-pool", "revm-scroll", - "scroll-alloy-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", -] - -[[package]] -name = "reth-stages" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-consensus 1.0.9", - "alloy-eips 1.0.9", - "alloy-primitives", - "bincode", - "blake3", - "eyre", - "futures-util", - "itertools 0.14.0", - "num-traits", - "rayon", - "reqwest", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-codecs 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-config 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-db 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-db-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-era 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-era-downloader 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-era-utils 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-etl 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-execution-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-exex 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-fs-util 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-network-p2p 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-prune 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-prune-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-revm 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-stages-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-static-file-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-storage-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-testing-utils 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-trie 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-trie-db 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "serde", - "tempfile", - "thiserror 2.0.12", - "tokio", - "tracing", + "scroll-alloy-consensus", ] [[package]] @@ -11653,33 +9323,33 @@ dependencies = [ "num-traits", "rayon", "reqwest", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-codecs 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-config 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-db 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-db-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-era 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-era-downloader 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-era-utils 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-etl 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-execution-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-exex 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-fs-util 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-network-p2p 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-prune 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-prune-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-revm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-stages-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-static-file-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-storage-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-testing-utils 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-trie 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-trie-db 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-chainspec", + "reth-codecs", + "reth-config", + "reth-consensus", + "reth-db", + "reth-db-api", + "reth-era", + "reth-era-downloader", + "reth-era-utils", + "reth-ethereum-primitives", + "reth-etl", + "reth-evm", + "reth-execution-types", + "reth-exex", + "reth-fs-util", + "reth-network-p2p", + "reth-primitives-traits", + "reth-provider", + "reth-prune", + "reth-prune-types", + "reth-revm", + "reth-stages-api", + "reth-static-file-types", + "reth-storage-errors", + "reth-testing-utils", + "reth-trie", + "reth-trie-db", "serde", "tempfile", "thiserror 2.0.12", @@ -11687,33 +9357,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "reth-stages-api" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-eips 1.0.9", - "alloy-primitives", - "aquamarine", - "auto_impl", - "futures-util", - "metrics", - "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-network-p2p 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-prune 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-stages-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-static-file 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-static-file-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-tokio-util 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "thiserror 2.0.12", - "tokio", - "tracing", -] - [[package]] name = "reth-stages-api" version = "1.4.8" @@ -11725,36 +9368,22 @@ dependencies = [ "auto_impl", "futures-util", "metrics", - "reth-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-network-p2p 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-prune 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-stages-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-static-file 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-static-file-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-tokio-util 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-consensus", + "reth-errors", + "reth-metrics", + "reth-network-p2p", + "reth-primitives-traits", + "reth-provider", + "reth-prune", + "reth-stages-types", + "reth-static-file", + "reth-static-file-types", + "reth-tokio-util", "thiserror 2.0.12", "tokio", "tracing", ] -[[package]] -name = "reth-stages-types" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-primitives", - "arbitrary", - "bytes", - "modular-bitfield", - "reth-codecs 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-trie-common 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "serde", -] - [[package]] name = "reth-stages-types" version = "1.4.8" @@ -11764,31 +9393,11 @@ dependencies = [ "arbitrary", "bytes", "modular-bitfield", - "reth-codecs 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-trie-common 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-codecs", + "reth-trie-common", "serde", ] -[[package]] -name = "reth-static-file" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-primitives", - "parking_lot 0.12.3", - "rayon", - "reth-codecs 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-db-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-prune-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-stages-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-static-file-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-storage-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-tokio-util 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "tracing", -] - [[package]] name = "reth-static-file" version = "1.4.8" @@ -11797,63 +9406,28 @@ dependencies = [ "alloy-primitives", "parking_lot 0.12.3", "rayon", - "reth-codecs 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-db-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-prune-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-stages-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-static-file-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-storage-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-tokio-util 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-codecs", + "reth-db-api", + "reth-primitives-traits", + "reth-provider", + "reth-prune-types", + "reth-stages-types", + "reth-static-file-types", + "reth-storage-errors", + "reth-tokio-util", "tracing", ] -[[package]] -name = "reth-static-file-types" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-primitives", - "derive_more", - "serde", - "strum 0.27.1", -] - [[package]] name = "reth-static-file-types" version = "1.4.8" source = "git+https://github.com/scroll-tech/reth.git#ce8b77ab464afc9b5159bdfff690892fd01be744" dependencies = [ "alloy-primitives", - "clap", - "derive_more", - "serde", - "strum 0.27.1", -] - -[[package]] -name = "reth-storage-api" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-consensus 1.0.9", - "alloy-eips 1.0.9", - "alloy-primitives", - "alloy-rpc-types-engine 1.0.9", - "auto_impl", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-db-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-db-models 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-execution-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-prune-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-stages-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-storage-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-trie-common 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-trie-db 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "revm-database", + "clap", + "derive_more", + "serde", + "strum 0.27.1", ] [[package]] @@ -11866,36 +9440,20 @@ dependencies = [ "alloy-primitives", "alloy-rpc-types-engine 1.0.9", "auto_impl", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-db-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-db-models 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-execution-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-prune-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-stages-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-storage-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-trie-common 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-trie-db 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-chainspec", + "reth-db-api", + "reth-db-models", + "reth-ethereum-primitives", + "reth-execution-types", + "reth-primitives-traits", + "reth-prune-types", + "reth-stages-types", + "reth-storage-errors", + "reth-trie-common", + "reth-trie-db", "revm-database", ] -[[package]] -name = "reth-storage-errors" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-eips 1.0.9", - "alloy-primitives", - "alloy-rlp", - "derive_more", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-prune-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-static-file-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "revm-database-interface", - "thiserror 2.0.12", -] - [[package]] name = "reth-storage-errors" version = "1.4.8" @@ -11905,31 +9463,13 @@ dependencies = [ "alloy-primitives", "alloy-rlp", "derive_more", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-prune-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-static-file-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits", + "reth-prune-types", + "reth-static-file-types", "revm-database-interface", "thiserror 2.0.12", ] -[[package]] -name = "reth-tasks" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "auto_impl", - "dyn-clone", - "futures-util", - "metrics", - "pin-project", - "rayon", - "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "thiserror 2.0.12", - "tokio", - "tracing", - "tracing-futures", -] - [[package]] name = "reth-tasks" version = "1.4.8" @@ -11941,29 +9481,13 @@ dependencies = [ "metrics", "pin-project", "rayon", - "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-metrics", "thiserror 2.0.12", "tokio", "tracing", "tracing-futures", ] -[[package]] -name = "reth-testing-utils" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-consensus 1.0.9", - "alloy-eips 1.0.9", - "alloy-genesis", - "alloy-primitives", - "rand 0.8.5", - "rand 0.9.1", - "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "secp256k1", -] - [[package]] name = "reth-testing-utils" version = "1.4.8" @@ -11975,21 +9499,11 @@ dependencies = [ "alloy-primitives", "rand 0.8.5", "rand 0.9.1", - "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-ethereum-primitives", + "reth-primitives-traits", "secp256k1", ] -[[package]] -name = "reth-tokio-util" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "tokio", - "tokio-stream", - "tracing", -] - [[package]] name = "reth-tokio-util" version = "1.4.8" @@ -12000,21 +9514,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "reth-tracing" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "clap", - "eyre", - "rolling-file", - "tracing", - "tracing-appender", - "tracing-journald", - "tracing-logfmt", - "tracing-subscriber 0.3.19", -] - [[package]] name = "reth-tracing" version = "1.4.8" @@ -12030,45 +9529,6 @@ dependencies = [ "tracing-subscriber 0.3.19", ] -[[package]] -name = "reth-transaction-pool" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-consensus 1.0.9", - "alloy-eips 1.0.9", - "alloy-primitives", - "alloy-rlp", - "aquamarine", - "auto_impl", - "bitflags 2.9.1", - "futures-util", - "metrics", - "parking_lot 0.12.3", - "paste", - "rand 0.9.1", - "reth-chain-state 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-eth-wire-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-execution-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-fs-util 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "revm-interpreter", - "revm-primitives", - "rustc-hash 2.1.1", - "schnellru", - "serde", - "smallvec", - "thiserror 2.0.12", - "tokio", - "tokio-stream", - "tracing", -] - [[package]] name = "reth-transaction-pool" version = "1.4.8" @@ -12086,16 +9546,16 @@ dependencies = [ "parking_lot 0.12.3", "paste", "rand 0.9.1", - "reth-chain-state 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-eth-wire-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-ethereum-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-execution-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-fs-util 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-chain-state", + "reth-chainspec", + "reth-eth-wire-types", + "reth-ethereum-primitives", + "reth-execution-types", + "reth-fs-util", + "reth-metrics", + "reth-primitives-traits", + "reth-storage-api", + "reth-tasks", "revm-interpreter", "revm-primitives", "rustc-hash 2.1.1", @@ -12108,31 +9568,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "reth-trie" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-consensus 1.0.9", - "alloy-eips 1.0.9", - "alloy-primitives", - "alloy-rlp", - "alloy-trie", - "auto_impl", - "itertools 0.14.0", - "metrics", - "reth-execution-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-stages-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-storage-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-trie-common 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-trie-sparse 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "revm-database", - "tracing", - "triehash", -] - [[package]] name = "reth-trie" version = "1.4.8" @@ -12146,43 +9581,18 @@ dependencies = [ "auto_impl", "itertools 0.14.0", "metrics", - "reth-execution-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-stages-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-storage-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-trie-common 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-trie-sparse 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-execution-errors", + "reth-metrics", + "reth-primitives-traits", + "reth-stages-types", + "reth-storage-errors", + "reth-trie-common", + "reth-trie-sparse", "revm-database", "tracing", "triehash", ] -[[package]] -name = "reth-trie-common" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-consensus 1.0.9", - "alloy-primitives", - "alloy-rlp", - "alloy-rpc-types-eth", - "alloy-serde 1.0.9", - "alloy-trie", - "arbitrary", - "bytes", - "derive_more", - "hash-db", - "itertools 0.14.0", - "nybbles", - "plain_hasher", - "reth-codecs 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "revm-database", - "serde", - "serde_with", -] - [[package]] name = "reth-trie-common" version = "1.4.8" @@ -12202,61 +9612,23 @@ dependencies = [ "nybbles", "plain_hasher", "rayon", - "reth-codecs 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-codecs", + "reth-primitives-traits", "revm-database", "serde", "serde_with", ] -[[package]] -name = "reth-trie-db" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-primitives", - "reth-db-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-execution-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-trie 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "tracing", -] - [[package]] name = "reth-trie-db" version = "1.4.8" source = "git+https://github.com/scroll-tech/reth.git#ce8b77ab464afc9b5159bdfff690892fd01be744" dependencies = [ "alloy-primitives", - "reth-db-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-execution-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-trie 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "tracing", -] - -[[package]] -name = "reth-trie-parallel" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-primitives", - "alloy-rlp", - "derive_more", - "itertools 0.14.0", - "metrics", - "rayon", - "reth-db-api 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-execution-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-storage-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-trie 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-trie-common 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-trie-db 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-trie-sparse 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "thiserror 2.0.12", - "tokio", + "reth-db-api", + "reth-execution-errors", + "reth-primitives-traits", + "reth-trie", "tracing", ] @@ -12271,38 +9643,20 @@ dependencies = [ "itertools 0.14.0", "metrics", "rayon", - "reth-db-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-execution-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-storage-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-trie 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-trie-common 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-trie-db 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-trie-sparse 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-db-api", + "reth-execution-errors", + "reth-metrics", + "reth-provider", + "reth-storage-errors", + "reth-trie", + "reth-trie-common", + "reth-trie-db", + "reth-trie-sparse", "thiserror 2.0.12", "tokio", "tracing", ] -[[package]] -name = "reth-trie-sparse" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-primitives", - "alloy-rlp", - "alloy-trie", - "auto_impl", - "metrics", - "reth-execution-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-trie-common 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "smallvec", - "tracing", -] - [[package]] name = "reth-trie-sparse" version = "1.4.8" @@ -12313,22 +9667,14 @@ dependencies = [ "alloy-trie", "auto_impl", "metrics", - "reth-execution-errors 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-metrics 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-trie-common 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-execution-errors", + "reth-metrics", + "reth-primitives-traits", + "reth-trie-common", "smallvec", "tracing", ] -[[package]] -name = "reth-zstd-compressors" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "zstd", -] - [[package]] name = "reth-zstd-compressors" version = "1.4.8" @@ -12699,37 +10045,37 @@ dependencies = [ "eyre", "futures", "reqwest", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-cli-util 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-e2e-test-utils 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-engine-local 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-eth-wire-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-network 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-network-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-node-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-node-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-node-core 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-node-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-provider 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-revm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-rpc-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-rpc-builder 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-rpc-eth-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-rpc-eth-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-rpc-server-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-scroll-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-chainspec", + "reth-cli-util", + "reth-e2e-test-utils", + "reth-engine-local", + "reth-eth-wire-types", + "reth-evm", + "reth-network", + "reth-network-api", + "reth-network-peers", + "reth-node-api", + "reth-node-builder", + "reth-node-core", + "reth-node-types", + "reth-provider", + "reth-revm", + "reth-rpc-api", + "reth-rpc-builder", + "reth-rpc-eth-api", + "reth-rpc-eth-types", + "reth-rpc-server-types", + "reth-scroll-chainspec", "reth-scroll-cli", - "reth-scroll-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-scroll-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-scroll-node 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-scroll-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-scroll-rpc 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-tracing 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-transaction-pool 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-trie-db 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-scroll-engine-primitives", + "reth-scroll-evm", + "reth-scroll-node", + "reth-scroll-primitives", + "reth-scroll-rpc", + "reth-tasks", + "reth-tracing", + "reth-transaction-pool", + "reth-trie-db", "rollup-node", "rollup-node-indexer", "rollup-node-manager", @@ -12738,12 +10084,12 @@ dependencies = [ "rollup-node-sequencer", "rollup-node-signer", "rollup-node-watcher", - "scroll-alloy-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "scroll-alloy-evm 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "scroll-alloy-hardforks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "scroll-alloy-network 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "scroll-alloy-consensus", + "scroll-alloy-evm", + "scroll-alloy-hardforks", + "scroll-alloy-network", "scroll-alloy-provider", - "scroll-alloy-rpc-types-engine 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "scroll-alloy-rpc-types-engine", "scroll-db", "scroll-derivation-pipeline", "scroll-engine", @@ -12766,13 +10112,13 @@ dependencies = [ "metrics", "metrics-derive", "rand 0.9.1", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-scroll-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-scroll-forks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-chainspec", + "reth-scroll-chainspec", + "reth-scroll-forks", "rollup-node-primitives", "rollup-node-watcher", - "scroll-alloy-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "scroll-alloy-hardforks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "scroll-alloy-consensus", + "scroll-alloy-hardforks", "scroll-db", "strum 0.27.1", "thiserror 2.0.12", @@ -12790,25 +10136,25 @@ dependencies = [ "alloy-provider", "alloy-rpc-types-engine 1.0.9", "futures", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-network 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-network-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-scroll-node 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-scroll-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-tasks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-tokio-util 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-chainspec", + "reth-network", + "reth-network-api", + "reth-primitives-traits", + "reth-scroll-node", + "reth-scroll-primitives", + "reth-tasks", + "reth-tokio-util", "rollup-node-indexer", "rollup-node-primitives", "rollup-node-providers", "rollup-node-sequencer", "rollup-node-signer", "rollup-node-watcher", - "scroll-alloy-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "scroll-alloy-hardforks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "scroll-alloy-network 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "scroll-alloy-consensus", + "scroll-alloy-hardforks", + "scroll-alloy-network", "scroll-alloy-provider", - "scroll-alloy-rpc-types-engine 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "scroll-alloy-rpc-types-engine", "scroll-db", "scroll-derivation-pipeline", "scroll-engine", @@ -12830,10 +10176,10 @@ dependencies = [ "alloy-rpc-types-engine 1.0.9", "arbitrary", "derive_more", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-scroll-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "scroll-alloy-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "scroll-alloy-rpc-types-engine 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-primitives-traits", + "reth-scroll-primitives", + "scroll-alloy-consensus", + "scroll-alloy-rpc-types-engine", ] [[package]] @@ -12854,14 +10200,14 @@ dependencies = [ "eyre", "lru 0.13.0", "reqwest", - "reth-e2e-test-utils 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-payload-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-scroll-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-scroll-node 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", + "reth-e2e-test-utils", + "reth-payload-primitives", + "reth-scroll-chainspec", + "reth-scroll-node", "rollup-node-primitives", - "scroll-alloy-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "scroll-alloy-network 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "scroll-alloy-rpc-types-engine 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "scroll-alloy-consensus", + "scroll-alloy-network", + "scroll-alloy-rpc-types-engine", "scroll-db", "scroll-network", "serde", @@ -12883,20 +10229,20 @@ dependencies = [ "futures", "metrics", "metrics-derive", - "reth-e2e-test-utils 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-node-core 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-scroll-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-scroll-node 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-tracing 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-e2e-test-utils", + "reth-node-core", + "reth-scroll-chainspec", + "reth-scroll-node", + "reth-tracing", "rollup-node", "rollup-node-manager", "rollup-node-primitives", "rollup-node-providers", "rollup-node-sequencer", "rollup-node-signer", - "scroll-alloy-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "scroll-alloy-consensus", "scroll-alloy-provider", - "scroll-alloy-rpc-types-engine 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "scroll-alloy-rpc-types-engine", "scroll-db", "scroll-engine", "tempfile", @@ -12915,8 +10261,8 @@ dependencies = [ "hex", "metrics", "metrics-derive", - "reth-scroll-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-tracing 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-scroll-primitives", + "reth-tracing", "rollup-node-primitives", "tempfile", "thiserror 2.0.12", @@ -12946,10 +10292,10 @@ dependencies = [ "metrics", "metrics-derive", "rand 0.9.1", - "reth-tracing 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-tracing", "rollup-node-primitives", "rollup-node-providers", - "scroll-alloy-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "scroll-alloy-consensus", "scroll-l1", "thiserror 2.0.12", "tokio", @@ -13288,25 +10634,6 @@ version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" -[[package]] -name = "scroll-alloy-consensus" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-consensus 1.0.9", - "alloy-eips 1.0.9", - "alloy-primitives", - "alloy-rlp", - "alloy-serde 1.0.9", - "arbitrary", - "derive_more", - "modular-bitfield", - "reth-codecs 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-codecs-derive 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "serde", - "serde_with", -] - [[package]] name = "scroll-alloy-consensus" version = "1.4.8" @@ -13320,29 +10647,12 @@ dependencies = [ "arbitrary", "derive_more", "modular-bitfield", - "reth-codecs 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-codecs-derive 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-codecs", + "reth-codecs-derive", "serde", "serde_with", ] -[[package]] -name = "scroll-alloy-evm" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-consensus 1.0.9", - "alloy-eips 1.0.9", - "alloy-evm", - "alloy-primitives", - "auto_impl", - "revm", - "revm-scroll", - "scroll-alloy-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "scroll-alloy-hardforks 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "serde", -] - [[package]] name = "scroll-alloy-evm" version = "1.4.8" @@ -13355,18 +10665,8 @@ dependencies = [ "auto_impl", "revm", "revm-scroll", - "scroll-alloy-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "scroll-alloy-hardforks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "serde", -] - -[[package]] -name = "scroll-alloy-hardforks" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-hardforks", - "auto_impl", + "scroll-alloy-consensus", + "scroll-alloy-hardforks", "serde", ] @@ -13380,21 +10680,6 @@ dependencies = [ "serde", ] -[[package]] -name = "scroll-alloy-network" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-consensus 1.0.9", - "alloy-network", - "alloy-primitives", - "alloy-provider", - "alloy-rpc-types-eth", - "alloy-signer", - "scroll-alloy-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "scroll-alloy-rpc-types 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", -] - [[package]] name = "scroll-alloy-network" version = "1.4.8" @@ -13406,8 +10691,8 @@ dependencies = [ "alloy-provider", "alloy-rpc-types-eth", "alloy-signer", - "scroll-alloy-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "scroll-alloy-rpc-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "scroll-alloy-consensus", + "scroll-alloy-rpc-types", ] [[package]] @@ -13427,31 +10712,14 @@ dependencies = [ "http-body-util", "jsonrpsee", "reqwest", - "reth-rpc-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-scroll-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "scroll-alloy-network 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "scroll-alloy-rpc-types-engine 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-rpc-api", + "reth-scroll-engine-primitives", + "scroll-alloy-network", + "scroll-alloy-rpc-types-engine", "thiserror 2.0.12", "tower", ] -[[package]] -name = "scroll-alloy-rpc-types" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-consensus 1.0.9", - "alloy-eips 1.0.9", - "alloy-network-primitives", - "alloy-primitives", - "alloy-rpc-types-eth", - "alloy-serde 1.0.9", - "derive_more", - "scroll-alloy-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "serde", - "serde_json", -] - [[package]] name = "scroll-alloy-rpc-types" version = "1.4.8" @@ -13464,21 +10732,11 @@ dependencies = [ "alloy-rpc-types-eth", "alloy-serde 1.0.9", "derive_more", - "scroll-alloy-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "scroll-alloy-consensus", "serde", "serde_json", ] -[[package]] -name = "scroll-alloy-rpc-types-engine" -version = "1.4.8" -source = "git+https://github.com/scroll-tech/reth.git?rev=bddce20d8#bddce20d82c5fd6a5f30253c764cfbfd2da7dc13" -dependencies = [ - "alloy-primitives", - "alloy-rpc-types-engine 1.0.9", - "serde", -] - [[package]] name = "scroll-alloy-rpc-types-engine" version = "1.4.8" @@ -13500,7 +10758,7 @@ dependencies = [ "alloy-sol-types", "derive_more", "eyre", - "scroll-alloy-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "scroll-alloy-consensus", "scroll-l1", "serde_json", "thiserror 2.0.12", @@ -13519,8 +10777,8 @@ dependencies = [ "futures", "rand 0.9.1", "rollup-node-primitives", - "scroll-alloy-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "scroll-alloy-rpc-types-engine 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "scroll-alloy-consensus", + "scroll-alloy-rpc-types-engine", "scroll-migration", "sea-orm", "thiserror 2.0.12", @@ -13542,8 +10800,8 @@ dependencies = [ "metrics-derive", "rollup-node-primitives", "rollup-node-providers", - "scroll-alloy-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "scroll-alloy-rpc-types-engine 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "scroll-alloy-consensus", + "scroll-alloy-rpc-types-engine", "scroll-codec", "scroll-db", "thiserror 2.0.12", @@ -13566,20 +10824,20 @@ dependencies = [ "futures", "metrics", "metrics-derive", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-network-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-payload-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-scroll-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-scroll-engine-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-scroll-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-testing-utils 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-chainspec", + "reth-network-api", + "reth-payload-primitives", + "reth-primitives-traits", + "reth-scroll-chainspec", + "reth-scroll-engine-primitives", + "reth-scroll-primitives", + "reth-testing-utils", "rollup-node-primitives", "rollup-node-providers", - "scroll-alloy-hardforks 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "scroll-alloy-network 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "scroll-alloy-hardforks", + "scroll-alloy-network", "scroll-alloy-provider", - "scroll-alloy-rpc-types-engine 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "scroll-alloy-rpc-types-engine", "scroll-engine", "scroll-network", "thiserror 2.0.12", @@ -13595,7 +10853,7 @@ dependencies = [ "alloy-sol-types", "arbitrary", "derive_more", - "scroll-alloy-consensus 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "scroll-alloy-consensus", ] [[package]] @@ -13609,7 +10867,7 @@ dependencies = [ "reqwest", "reqwest-middleware", "reqwest-retry", - "reth-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-chainspec", "sea-orm", "sea-orm-migration", "sha2 0.10.9", @@ -13623,16 +10881,16 @@ dependencies = [ "alloy-primitives", "futures", "parking_lot 0.12.3", - "reth-eth-wire-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-network 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-network-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-network-peers 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-network-types 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-primitives-traits 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-scroll-chainspec 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-scroll-node 1.4.8 (git+https://github.com/scroll-tech/reth.git?rev=bddce20d8)", - "reth-scroll-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-storage-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-eth-wire-types", + "reth-network", + "reth-network-api", + "reth-network-peers", + "reth-network-types", + "reth-primitives-traits", + "reth-scroll-chainspec", + "reth-scroll-node", + "reth-scroll-primitives", + "reth-storage-api", "scroll-wire", "thiserror 2.0.12", "tokio", @@ -13647,10 +10905,10 @@ dependencies = [ "alloy-primitives", "alloy-rlp", "futures", - "reth-eth-wire 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-network 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-network-api 1.4.8 (git+https://github.com/scroll-tech/reth.git)", - "reth-scroll-primitives 1.4.8 (git+https://github.com/scroll-tech/reth.git)", + "reth-eth-wire", + "reth-network", + "reth-network-api", + "reth-scroll-primitives", "tokio", "tokio-stream", "tracing", diff --git a/Cargo.toml b/Cargo.toml index 10c57548..b17f37a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -162,7 +162,7 @@ reth-tracing = { git = "https://github.com/scroll-tech/reth.git", default-featur reth-scroll-chainspec = { git = "https://github.com/scroll-tech/reth.git", default-features = false } reth-scroll-engine-primitives = { git = "https://github.com/scroll-tech/reth.git", default-features = false } reth-scroll-forks = { git = "https://github.com/scroll-tech/reth.git", default-features = false } -reth-scroll-node = { git = "https://github.com/scroll-tech/reth.git", rev = "bddce20d8", default-features = false } +reth-scroll-node = { git = "https://github.com/scroll-tech/reth.git", default-features = false } reth-scroll-primitives = { git = "https://github.com/scroll-tech/reth.git", default-features = false } # rollup node diff --git a/crates/node/src/test_utils.rs b/crates/node/src/test_utils.rs index cb64ac40..0b7883f8 100644 --- a/crates/node/src/test_utils.rs +++ b/crates/node/src/test_utils.rs @@ -130,12 +130,7 @@ pub async fn generate_tx(wallet: Arc>) -> Bytes { pub fn default_test_scroll_rollup_node_config() -> ScrollRollupNodeConfig { ScrollRollupNodeConfig { test: true, - network_args: crate::args::NetworkArgs { - enable_eth_scroll_wire_bridge: true, - enable_scroll_wire: true, - disable_tx_broadcast: false, - disable_tx_receive: false, - }, + network_args: crate::args::NetworkArgs::default(), database_args: DatabaseArgs { path: Some(PathBuf::from("sqlite::memory:")) }, l1_provider_args: L1ProviderArgs::default(), engine_driver_args: EngineDriverArgs { en_sync_trigger: 100 }, @@ -149,12 +144,7 @@ pub fn default_test_scroll_rollup_node_config() -> ScrollRollupNodeConfig { pub fn default_sequencer_test_scroll_rollup_node_config() -> ScrollRollupNodeConfig { ScrollRollupNodeConfig { test: true, - network_args: crate::args::NetworkArgs { - enable_eth_scroll_wire_bridge: true, - enable_scroll_wire: true, - disable_tx_broadcast: false, - disable_tx_receive: false, - }, + network_args: crate::args::NetworkArgs::default(), database_args: DatabaseArgs { path: Some(PathBuf::from("sqlite::memory:")) }, l1_provider_args: L1ProviderArgs::default(), engine_driver_args: EngineDriverArgs { en_sync_trigger: 100 }, diff --git a/crates/node/tests/e2e.rs b/crates/node/tests/e2e.rs index 85e82887..918a6d43 100644 --- a/crates/node/tests/e2e.rs +++ b/crates/node/tests/e2e.rs @@ -35,12 +35,7 @@ async fn can_bridge_l1_messages() -> eyre::Result<()> { let chain_spec = (*SCROLL_DEV).clone(); let node_args = ScrollRollupNodeConfig { test: true, - network_args: ScrollNetworkArgs { - enable_eth_scroll_wire_bridge: true, - enable_scroll_wire: true, - disable_tx_broadcast: false, - disable_tx_receive: false, - }, + network_args: ScrollNetworkArgs::default(), database_args: DatabaseArgs { path: Some(PathBuf::from("sqlite::memory:")) }, l1_provider_args: L1ProviderArgs::default(), engine_driver_args: EngineDriverArgs::default(), @@ -101,12 +96,7 @@ async fn can_sequence_and_gossip_blocks() { let chain_spec = (*SCROLL_DEV).clone(); let rollup_manager_args = ScrollRollupNodeConfig { test: true, - network_args: ScrollNetworkArgs { - enable_eth_scroll_wire_bridge: true, - enable_scroll_wire: true, - disable_tx_broadcast: false, - disable_tx_receive: false, - }, + network_args: ScrollNetworkArgs::default(), database_args: DatabaseArgs { path: Some(PathBuf::from("sqlite::memory:")) }, l1_provider_args: L1ProviderArgs::default(), engine_driver_args: EngineDriverArgs::default(), diff --git a/crates/sequencer/tests/e2e.rs b/crates/sequencer/tests/e2e.rs index e79d29db..ff235172 100644 --- a/crates/sequencer/tests/e2e.rs +++ b/crates/sequencer/tests/e2e.rs @@ -430,7 +430,7 @@ async fn can_sequence_blocks_with_private_key_file() -> eyre::Result<()> { let chain_spec = (*SCROLL_DEV).clone(); let rollup_manager_args = ScrollRollupNodeConfig { test: false, // disable test mode to enable real signing - network_args: NetworkArgs { enable_eth_scroll_wire_bridge: true, enable_scroll_wire: true }, + network_args: NetworkArgs::default(), database_args: DatabaseArgs { path: Some(PathBuf::from("sqlite::memory:")) }, l1_provider_args: L1ProviderArgs::default(), engine_driver_args: EngineDriverArgs::default(), @@ -514,7 +514,7 @@ async fn can_sequence_blocks_with_hex_key_file_without_prefix() -> eyre::Result< let chain_spec = (*SCROLL_DEV).clone(); let rollup_manager_args = ScrollRollupNodeConfig { test: false, // disable test mode to enable real signing - network_args: NetworkArgs { enable_eth_scroll_wire_bridge: true, enable_scroll_wire: true }, + network_args: NetworkArgs::default(), database_args: DatabaseArgs { path: Some(PathBuf::from("sqlite::memory:")) }, l1_provider_args: L1ProviderArgs::default(), engine_driver_args: EngineDriverArgs::default(), From a9f13190bd6f908fbad995fcddb46a16c8c26800 Mon Sep 17 00:00:00 2001 From: Morty Date: Mon, 7 Jul 2025 03:58:44 +0800 Subject: [PATCH 4/5] refactor: remove fields on ScrollNode --- crates/node/src/node.rs | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/crates/node/src/node.rs b/crates/node/src/node.rs index 03746f6c..2ab21b71 100644 --- a/crates/node/src/node.rs +++ b/crates/node/src/node.rs @@ -49,12 +49,7 @@ where >; fn components_builder(&self) -> Self::ComponentsBuilder { - ScrollNode{ - disable_tx_broadcast: self.config.network_args.disable_tx_broadcast, - disable_tx_receive: self.config.network_args.disable_tx_receive, - } - .components() - .payload(BasicPayloadServiceBuilder::new( + ScrollNode::components().payload(BasicPayloadServiceBuilder::new( ScrollPayloadBuilderBuilder { payload_building_time_limit: Duration::from_millis( self.config.sequencer_args.payload_building_duration, @@ -62,6 +57,10 @@ where best_transactions: (), }, )) + .network(ScrollNetworkBuilder { + disable_txpool_broadcast: self.config.network_args.disable_tx_broadcast, + disable_txpool_receive: self.config.network_args.disable_tx_receive, + }) } fn add_ons(&self) -> Self::AddOns { From 5eaf028969aac27cb9c192bda0801299b8ad6b32 Mon Sep 17 00:00:00 2001 From: Morty Date: Wed, 9 Jul 2025 06:36:00 +0800 Subject: [PATCH 5/5] feat: implement default for NetworkArgs --- crates/node/src/args.rs | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/crates/node/src/args.rs b/crates/node/src/args.rs index 01552c56..fdc62190 100644 --- a/crates/node/src/args.rs +++ b/crates/node/src/args.rs @@ -311,7 +311,7 @@ pub struct EngineDriverArgs { } /// The network arguments. -#[derive(Debug, Default, Clone, clap::Args)] +#[derive(Debug, Clone, clap::Args)] pub struct NetworkArgs { /// A bool to represent if new blocks should be bridged from the eth wire protocol to the /// scroll wire protocol. @@ -328,6 +328,17 @@ pub struct NetworkArgs { pub disable_tx_receive: bool, } +impl Default for NetworkArgs { + fn default() -> Self { + Self { + enable_eth_scroll_wire_bridge: true, + enable_scroll_wire: true, + disable_tx_broadcast: false, + disable_tx_receive: false, + } + } +} + /// The arguments for the L1 provider. #[derive(Debug, Default, Clone, clap::Args)] pub struct L1ProviderArgs {