From 4ea1c6d0b78be03986d46f0fa95aaa6d2d8e050d Mon Sep 17 00:00:00 2001 From: Rohit Narurkar Date: Wed, 26 Nov 2025 23:14:42 +0000 Subject: [PATCH 1/2] feat: galileo-v2 in build chainspec --- Cargo.lock | 74 +++++++++++++++--------------- Cargo.toml | 38 +++++++-------- crates/primitives/src/chainspec.rs | 3 ++ 3 files changed, 59 insertions(+), 56 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9f56a71..0f937f1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3602,7 +3602,7 @@ dependencies = [ [[package]] name = "reth-chainspec" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91#857624cf982bc814b0da14f3923ccc1ba5cc7dc7" +source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" dependencies = [ "alloy-chains", "alloy-consensus", @@ -3622,7 +3622,7 @@ dependencies = [ [[package]] name = "reth-codecs" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91#857624cf982bc814b0da14f3923ccc1ba5cc7dc7" +source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" dependencies = [ "alloy-consensus", "alloy-eips", @@ -3640,7 +3640,7 @@ dependencies = [ [[package]] name = "reth-codecs-derive" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91#857624cf982bc814b0da14f3923ccc1ba5cc7dc7" +source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" dependencies = [ "proc-macro2", "quote", @@ -3650,7 +3650,7 @@ dependencies = [ [[package]] name = "reth-consensus" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91#857624cf982bc814b0da14f3923ccc1ba5cc7dc7" +source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -3663,7 +3663,7 @@ dependencies = [ [[package]] name = "reth-consensus-common" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91#857624cf982bc814b0da14f3923ccc1ba5cc7dc7" +source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" dependencies = [ "alloy-consensus", "alloy-eips", @@ -3675,7 +3675,7 @@ dependencies = [ [[package]] name = "reth-db-models" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91#857624cf982bc814b0da14f3923ccc1ba5cc7dc7" +source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" dependencies = [ "alloy-eips", "alloy-primitives", @@ -3685,7 +3685,7 @@ dependencies = [ [[package]] name = "reth-errors" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91#857624cf982bc814b0da14f3923ccc1ba5cc7dc7" +source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" dependencies = [ "reth-consensus", "reth-execution-errors", @@ -3696,7 +3696,7 @@ dependencies = [ [[package]] name = "reth-ethereum-consensus" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91#857624cf982bc814b0da14f3923ccc1ba5cc7dc7" +source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" dependencies = [ "alloy-consensus", "alloy-eips", @@ -3712,7 +3712,7 @@ dependencies = [ [[package]] name = "reth-ethereum-forks" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91#857624cf982bc814b0da14f3923ccc1ba5cc7dc7" +source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" dependencies = [ "alloy-eip2124", "alloy-hardforks", @@ -3724,7 +3724,7 @@ dependencies = [ [[package]] name = "reth-ethereum-primitives" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91#857624cf982bc814b0da14f3923ccc1ba5cc7dc7" +source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" dependencies = [ "alloy-consensus", "alloy-eips", @@ -3741,7 +3741,7 @@ dependencies = [ [[package]] name = "reth-evm" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91#857624cf982bc814b0da14f3923ccc1ba5cc7dc7" +source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" dependencies = [ "alloy-consensus", "alloy-eips", @@ -3763,7 +3763,7 @@ dependencies = [ [[package]] name = "reth-evm-ethereum" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91#857624cf982bc814b0da14f3923ccc1ba5cc7dc7" +source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" dependencies = [ "alloy-consensus", "alloy-eips", @@ -3783,7 +3783,7 @@ dependencies = [ [[package]] name = "reth-execution-errors" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91#857624cf982bc814b0da14f3923ccc1ba5cc7dc7" +source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" dependencies = [ "alloy-evm", "alloy-primitives", @@ -3796,7 +3796,7 @@ dependencies = [ [[package]] name = "reth-execution-types" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91#857624cf982bc814b0da14f3923ccc1ba5cc7dc7" +source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" dependencies = [ "alloy-consensus", "alloy-eips", @@ -3812,7 +3812,7 @@ dependencies = [ [[package]] name = "reth-network-peers" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91#857624cf982bc814b0da14f3923ccc1ba5cc7dc7" +source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -3824,7 +3824,7 @@ dependencies = [ [[package]] name = "reth-primitives" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91#857624cf982bc814b0da14f3923ccc1ba5cc7dc7" +source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" dependencies = [ "alloy-consensus", "once_cell", @@ -3837,7 +3837,7 @@ dependencies = [ [[package]] name = "reth-primitives-traits" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91#857624cf982bc814b0da14f3923ccc1ba5cc7dc7" +source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" dependencies = [ "alloy-consensus", "alloy-eips", @@ -3865,7 +3865,7 @@ dependencies = [ [[package]] name = "reth-prune-types" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91#857624cf982bc814b0da14f3923ccc1ba5cc7dc7" +source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" dependencies = [ "alloy-primitives", "derive_more", @@ -3875,7 +3875,7 @@ dependencies = [ [[package]] name = "reth-revm" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91#857624cf982bc814b0da14f3923ccc1ba5cc7dc7" +source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" dependencies = [ "alloy-primitives", "reth-primitives-traits", @@ -3887,7 +3887,7 @@ dependencies = [ [[package]] name = "reth-scroll-chainspec" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91#857624cf982bc814b0da14f3923ccc1ba5cc7dc7" +source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" dependencies = [ "alloy-chains", "alloy-consensus", @@ -3912,7 +3912,7 @@ dependencies = [ [[package]] name = "reth-scroll-evm" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91#857624cf982bc814b0da14f3923ccc1ba5cc7dc7" +source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" dependencies = [ "alloy-consensus", "alloy-eips", @@ -3942,7 +3942,7 @@ dependencies = [ [[package]] name = "reth-scroll-forks" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91#857624cf982bc814b0da14f3923ccc1ba5cc7dc7" +source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" dependencies = [ "alloy-chains", "alloy-primitives", @@ -3956,7 +3956,7 @@ dependencies = [ [[package]] name = "reth-scroll-primitives" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91#857624cf982bc814b0da14f3923ccc1ba5cc7dc7" +source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" dependencies = [ "alloy-consensus", "alloy-eips", @@ -3973,7 +3973,7 @@ dependencies = [ [[package]] name = "reth-stages-types" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91#857624cf982bc814b0da14f3923ccc1ba5cc7dc7" +source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" dependencies = [ "alloy-primitives", "reth-trie-common", @@ -3982,7 +3982,7 @@ dependencies = [ [[package]] name = "reth-stateless" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91#857624cf982bc814b0da14f3923ccc1ba5cc7dc7" +source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -4008,7 +4008,7 @@ dependencies = [ [[package]] name = "reth-static-file-types" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91#857624cf982bc814b0da14f3923ccc1ba5cc7dc7" +source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" dependencies = [ "alloy-primitives", "derive_more", @@ -4019,7 +4019,7 @@ dependencies = [ [[package]] name = "reth-storage-api" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91#857624cf982bc814b0da14f3923ccc1ba5cc7dc7" +source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" dependencies = [ "alloy-consensus", "alloy-eips", @@ -4041,7 +4041,7 @@ dependencies = [ [[package]] name = "reth-storage-errors" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91#857624cf982bc814b0da14f3923ccc1ba5cc7dc7" +source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" dependencies = [ "alloy-eips", "alloy-primitives", @@ -4057,7 +4057,7 @@ dependencies = [ [[package]] name = "reth-trie" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91#857624cf982bc814b0da14f3923ccc1ba5cc7dc7" +source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" dependencies = [ "alloy-consensus", "alloy-eips", @@ -4079,7 +4079,7 @@ dependencies = [ [[package]] name = "reth-trie-common" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91#857624cf982bc814b0da14f3923ccc1ba5cc7dc7" +source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -4095,7 +4095,7 @@ dependencies = [ [[package]] name = "reth-trie-sparse" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91#857624cf982bc814b0da14f3923ccc1ba5cc7dc7" +source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -4111,7 +4111,7 @@ dependencies = [ [[package]] name = "reth-zstd-compressors" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91#857624cf982bc814b0da14f3923ccc1ba5cc7dc7" +source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" dependencies = [ "zstd", ] @@ -4891,7 +4891,7 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "scroll-alloy-consensus" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91#857624cf982bc814b0da14f3923ccc1ba5cc7dc7" +source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" dependencies = [ "alloy-consensus", "alloy-eips", @@ -4907,7 +4907,7 @@ dependencies = [ [[package]] name = "scroll-alloy-evm" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91#857624cf982bc814b0da14f3923ccc1ba5cc7dc7" +source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" dependencies = [ "alloy-consensus", "alloy-eips", @@ -4925,7 +4925,7 @@ dependencies = [ [[package]] name = "scroll-alloy-hardforks" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91#857624cf982bc814b0da14f3923ccc1ba5cc7dc7" +source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" dependencies = [ "alloy-hardforks", "auto_impl", @@ -4935,7 +4935,7 @@ dependencies = [ [[package]] name = "scroll-alloy-network" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91#857624cf982bc814b0da14f3923ccc1ba5cc7dc7" +source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" dependencies = [ "alloy-consensus", "alloy-network", @@ -4950,7 +4950,7 @@ dependencies = [ [[package]] name = "scroll-alloy-rpc-types" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91#857624cf982bc814b0da14f3923ccc1ba5cc7dc7" +source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" dependencies = [ "alloy-consensus", "alloy-eips", diff --git a/Cargo.toml b/Cargo.toml index b598f3f..363b01c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,25 +60,25 @@ alloy-evm = { version = "0.22.2", default-features = false } revm-scroll = { git = "https://github.com/scroll-tech/scroll-revm", tag = "scroll-v91", default-features = false } -reth-chainspec = { git = "https://github.com/scroll-tech/reth", tag = "scroll-v91", default-features = false } -reth-evm = { git = "https://github.com/scroll-tech/reth", tag = "scroll-v91", default-features = false } -reth-evm-ethereum = { git = "https://github.com/scroll-tech/reth", tag = "scroll-v91", default-features = false } -reth-ethereum-forks = { git = "https://github.com/scroll-tech/reth", tag = "scroll-v91", default-features = false } -reth-execution-types = { git = "https://github.com/scroll-tech/reth", tag = "scroll-v91", default-features = false } -reth-primitives = { git = "https://github.com/scroll-tech/reth", tag = "scroll-v91", default-features = false } -reth-primitives-traits = { git = "https://github.com/scroll-tech/reth", tag = "scroll-v91", default-features = false } -reth-stateless = { git = "https://github.com/scroll-tech/reth", tag = "scroll-v91", default-features = false } -reth-trie = { git = "https://github.com/scroll-tech/reth", tag = "scroll-v91", default-features = false } - -reth-scroll-chainspec = { git = "https://github.com/scroll-tech/reth", tag = "scroll-v91", default-features = false } -reth-scroll-evm = { git = "https://github.com/scroll-tech/reth", tag = "scroll-v91", default-features = false } -reth-scroll-forks = { git = "https://github.com/scroll-tech/reth", tag = "scroll-v91", default-features = false } -reth-scroll-primitives = { git = "https://github.com/scroll-tech/reth", tag = "scroll-v91", default-features = false } - -scroll-alloy-evm = { git = "https://github.com/scroll-tech/reth", tag = "scroll-v91", default-features = false } -scroll-alloy-consensus = { git = "https://github.com/scroll-tech/reth", tag = "scroll-v91", default-features = false } -scroll-alloy-rpc-types = { git = "https://github.com/scroll-tech/reth", tag = "scroll-v91", default-features = false } -scroll-alloy-network = { git = "https://github.com/scroll-tech/reth", tag = "scroll-v91", default-features = false } +reth-chainspec = { git = "https://github.com/scroll-tech/reth", branch = "feat-galileo-v2", default-features = false } +reth-evm = { git = "https://github.com/scroll-tech/reth", branch = "feat-galileo-v2", default-features = false } +reth-evm-ethereum = { git = "https://github.com/scroll-tech/reth", branch = "feat-galileo-v2", default-features = false } +reth-ethereum-forks = { git = "https://github.com/scroll-tech/reth", branch = "feat-galileo-v2", default-features = false } +reth-execution-types = { git = "https://github.com/scroll-tech/reth", branch = "feat-galileo-v2", default-features = false } +reth-primitives = { git = "https://github.com/scroll-tech/reth", branch = "feat-galileo-v2", default-features = false } +reth-primitives-traits = { git = "https://github.com/scroll-tech/reth", branch = "feat-galileo-v2", default-features = false } +reth-stateless = { git = "https://github.com/scroll-tech/reth", branch = "feat-galileo-v2", default-features = false } +reth-trie = { git = "https://github.com/scroll-tech/reth", branch = "feat-galileo-v2", default-features = false } + +reth-scroll-chainspec = { git = "https://github.com/scroll-tech/reth", branch = "feat-galileo-v2", default-features = false } +reth-scroll-evm = { git = "https://github.com/scroll-tech/reth", branch = "feat-galileo-v2", default-features = false } +reth-scroll-forks = { git = "https://github.com/scroll-tech/reth", branch = "feat-galileo-v2", default-features = false } +reth-scroll-primitives = { git = "https://github.com/scroll-tech/reth", branch = "feat-galileo-v2", default-features = false } + +scroll-alloy-evm = { git = "https://github.com/scroll-tech/reth", branch = "feat-galileo-v2", default-features = false } +scroll-alloy-consensus = { git = "https://github.com/scroll-tech/reth", branch = "feat-galileo-v2", default-features = false } +scroll-alloy-rpc-types = { git = "https://github.com/scroll-tech/reth", branch = "feat-galileo-v2", default-features = false } +scroll-alloy-network = { git = "https://github.com/scroll-tech/reth", branch = "feat-galileo-v2", default-features = false } risc0-ethereum-trie = { git = "https://github.com/risc0/risc0-ethereum" } diff --git a/crates/primitives/src/chainspec.rs b/crates/primitives/src/chainspec.rs index 6c7cd75..61747f3 100644 --- a/crates/primitives/src/chainspec.rs +++ b/crates/primitives/src/chainspec.rs @@ -140,6 +140,9 @@ pub fn build_chain_spec_force_hardfork( if hardfork >= Hardfork::Galileo { hardforks.insert(Hardfork::Galileo, ForkCondition::Timestamp(0)); } + if hardfork >= Hardfork::GalileoV2 { + hardforks.insert(Hardfork::GalileoV2, ForkCondition::Timestamp(0)); + } sbv_helpers::dev_info!( "Building chain spec for chain {} with hardfork {:?}", chain, From 19b2beda0d9e639f4098474e4ab61686fe8e42c9 Mon Sep 17 00:00:00 2001 From: Zhang Zhuo Date: Thu, 27 Nov 2025 15:27:24 +0800 Subject: [PATCH 2/2] update --- Cargo.lock | 74 +++++++++++++++++++++++++++--------------------------- Cargo.toml | 38 ++++++++++++++-------------- 2 files changed, 56 insertions(+), 56 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0f937f1..e7fab9b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3602,7 +3602,7 @@ dependencies = [ [[package]] name = "reth-chainspec" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" +source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91.2#11d0a3f73186dee7a1ba0d51ea5416dc8fef3e46" dependencies = [ "alloy-chains", "alloy-consensus", @@ -3622,7 +3622,7 @@ dependencies = [ [[package]] name = "reth-codecs" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" +source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91.2#11d0a3f73186dee7a1ba0d51ea5416dc8fef3e46" dependencies = [ "alloy-consensus", "alloy-eips", @@ -3640,7 +3640,7 @@ dependencies = [ [[package]] name = "reth-codecs-derive" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" +source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91.2#11d0a3f73186dee7a1ba0d51ea5416dc8fef3e46" dependencies = [ "proc-macro2", "quote", @@ -3650,7 +3650,7 @@ dependencies = [ [[package]] name = "reth-consensus" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" +source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91.2#11d0a3f73186dee7a1ba0d51ea5416dc8fef3e46" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -3663,7 +3663,7 @@ dependencies = [ [[package]] name = "reth-consensus-common" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" +source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91.2#11d0a3f73186dee7a1ba0d51ea5416dc8fef3e46" dependencies = [ "alloy-consensus", "alloy-eips", @@ -3675,7 +3675,7 @@ dependencies = [ [[package]] name = "reth-db-models" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" +source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91.2#11d0a3f73186dee7a1ba0d51ea5416dc8fef3e46" dependencies = [ "alloy-eips", "alloy-primitives", @@ -3685,7 +3685,7 @@ dependencies = [ [[package]] name = "reth-errors" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" +source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91.2#11d0a3f73186dee7a1ba0d51ea5416dc8fef3e46" dependencies = [ "reth-consensus", "reth-execution-errors", @@ -3696,7 +3696,7 @@ dependencies = [ [[package]] name = "reth-ethereum-consensus" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" +source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91.2#11d0a3f73186dee7a1ba0d51ea5416dc8fef3e46" dependencies = [ "alloy-consensus", "alloy-eips", @@ -3712,7 +3712,7 @@ dependencies = [ [[package]] name = "reth-ethereum-forks" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" +source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91.2#11d0a3f73186dee7a1ba0d51ea5416dc8fef3e46" dependencies = [ "alloy-eip2124", "alloy-hardforks", @@ -3724,7 +3724,7 @@ dependencies = [ [[package]] name = "reth-ethereum-primitives" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" +source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91.2#11d0a3f73186dee7a1ba0d51ea5416dc8fef3e46" dependencies = [ "alloy-consensus", "alloy-eips", @@ -3741,7 +3741,7 @@ dependencies = [ [[package]] name = "reth-evm" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" +source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91.2#11d0a3f73186dee7a1ba0d51ea5416dc8fef3e46" dependencies = [ "alloy-consensus", "alloy-eips", @@ -3763,7 +3763,7 @@ dependencies = [ [[package]] name = "reth-evm-ethereum" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" +source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91.2#11d0a3f73186dee7a1ba0d51ea5416dc8fef3e46" dependencies = [ "alloy-consensus", "alloy-eips", @@ -3783,7 +3783,7 @@ dependencies = [ [[package]] name = "reth-execution-errors" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" +source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91.2#11d0a3f73186dee7a1ba0d51ea5416dc8fef3e46" dependencies = [ "alloy-evm", "alloy-primitives", @@ -3796,7 +3796,7 @@ dependencies = [ [[package]] name = "reth-execution-types" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" +source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91.2#11d0a3f73186dee7a1ba0d51ea5416dc8fef3e46" dependencies = [ "alloy-consensus", "alloy-eips", @@ -3812,7 +3812,7 @@ dependencies = [ [[package]] name = "reth-network-peers" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" +source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91.2#11d0a3f73186dee7a1ba0d51ea5416dc8fef3e46" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -3824,7 +3824,7 @@ dependencies = [ [[package]] name = "reth-primitives" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" +source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91.2#11d0a3f73186dee7a1ba0d51ea5416dc8fef3e46" dependencies = [ "alloy-consensus", "once_cell", @@ -3837,7 +3837,7 @@ dependencies = [ [[package]] name = "reth-primitives-traits" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" +source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91.2#11d0a3f73186dee7a1ba0d51ea5416dc8fef3e46" dependencies = [ "alloy-consensus", "alloy-eips", @@ -3865,7 +3865,7 @@ dependencies = [ [[package]] name = "reth-prune-types" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" +source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91.2#11d0a3f73186dee7a1ba0d51ea5416dc8fef3e46" dependencies = [ "alloy-primitives", "derive_more", @@ -3875,7 +3875,7 @@ dependencies = [ [[package]] name = "reth-revm" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" +source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91.2#11d0a3f73186dee7a1ba0d51ea5416dc8fef3e46" dependencies = [ "alloy-primitives", "reth-primitives-traits", @@ -3887,7 +3887,7 @@ dependencies = [ [[package]] name = "reth-scroll-chainspec" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" +source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91.2#11d0a3f73186dee7a1ba0d51ea5416dc8fef3e46" dependencies = [ "alloy-chains", "alloy-consensus", @@ -3912,7 +3912,7 @@ dependencies = [ [[package]] name = "reth-scroll-evm" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" +source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91.2#11d0a3f73186dee7a1ba0d51ea5416dc8fef3e46" dependencies = [ "alloy-consensus", "alloy-eips", @@ -3942,7 +3942,7 @@ dependencies = [ [[package]] name = "reth-scroll-forks" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" +source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91.2#11d0a3f73186dee7a1ba0d51ea5416dc8fef3e46" dependencies = [ "alloy-chains", "alloy-primitives", @@ -3956,7 +3956,7 @@ dependencies = [ [[package]] name = "reth-scroll-primitives" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" +source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91.2#11d0a3f73186dee7a1ba0d51ea5416dc8fef3e46" dependencies = [ "alloy-consensus", "alloy-eips", @@ -3973,7 +3973,7 @@ dependencies = [ [[package]] name = "reth-stages-types" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" +source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91.2#11d0a3f73186dee7a1ba0d51ea5416dc8fef3e46" dependencies = [ "alloy-primitives", "reth-trie-common", @@ -3982,7 +3982,7 @@ dependencies = [ [[package]] name = "reth-stateless" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" +source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91.2#11d0a3f73186dee7a1ba0d51ea5416dc8fef3e46" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -4008,7 +4008,7 @@ dependencies = [ [[package]] name = "reth-static-file-types" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" +source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91.2#11d0a3f73186dee7a1ba0d51ea5416dc8fef3e46" dependencies = [ "alloy-primitives", "derive_more", @@ -4019,7 +4019,7 @@ dependencies = [ [[package]] name = "reth-storage-api" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" +source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91.2#11d0a3f73186dee7a1ba0d51ea5416dc8fef3e46" dependencies = [ "alloy-consensus", "alloy-eips", @@ -4041,7 +4041,7 @@ dependencies = [ [[package]] name = "reth-storage-errors" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" +source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91.2#11d0a3f73186dee7a1ba0d51ea5416dc8fef3e46" dependencies = [ "alloy-eips", "alloy-primitives", @@ -4057,7 +4057,7 @@ dependencies = [ [[package]] name = "reth-trie" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" +source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91.2#11d0a3f73186dee7a1ba0d51ea5416dc8fef3e46" dependencies = [ "alloy-consensus", "alloy-eips", @@ -4079,7 +4079,7 @@ dependencies = [ [[package]] name = "reth-trie-common" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" +source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91.2#11d0a3f73186dee7a1ba0d51ea5416dc8fef3e46" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -4095,7 +4095,7 @@ dependencies = [ [[package]] name = "reth-trie-sparse" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" +source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91.2#11d0a3f73186dee7a1ba0d51ea5416dc8fef3e46" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -4111,7 +4111,7 @@ dependencies = [ [[package]] name = "reth-zstd-compressors" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" +source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91.2#11d0a3f73186dee7a1ba0d51ea5416dc8fef3e46" dependencies = [ "zstd", ] @@ -4891,7 +4891,7 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "scroll-alloy-consensus" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" +source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91.2#11d0a3f73186dee7a1ba0d51ea5416dc8fef3e46" dependencies = [ "alloy-consensus", "alloy-eips", @@ -4907,7 +4907,7 @@ dependencies = [ [[package]] name = "scroll-alloy-evm" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" +source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91.2#11d0a3f73186dee7a1ba0d51ea5416dc8fef3e46" dependencies = [ "alloy-consensus", "alloy-eips", @@ -4925,7 +4925,7 @@ dependencies = [ [[package]] name = "scroll-alloy-hardforks" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" +source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91.2#11d0a3f73186dee7a1ba0d51ea5416dc8fef3e46" dependencies = [ "alloy-hardforks", "auto_impl", @@ -4935,7 +4935,7 @@ dependencies = [ [[package]] name = "scroll-alloy-network" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" +source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91.2#11d0a3f73186dee7a1ba0d51ea5416dc8fef3e46" dependencies = [ "alloy-consensus", "alloy-network", @@ -4950,7 +4950,7 @@ dependencies = [ [[package]] name = "scroll-alloy-rpc-types" version = "1.8.2" -source = "git+https://github.com/scroll-tech/reth?branch=feat-galileo-v2#871daf2943df348ca51e9d6cbf73e68a4bbcbbfd" +source = "git+https://github.com/scroll-tech/reth?tag=scroll-v91.2#11d0a3f73186dee7a1ba0d51ea5416dc8fef3e46" dependencies = [ "alloy-consensus", "alloy-eips", diff --git a/Cargo.toml b/Cargo.toml index 363b01c..9311127 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,25 +60,25 @@ alloy-evm = { version = "0.22.2", default-features = false } revm-scroll = { git = "https://github.com/scroll-tech/scroll-revm", tag = "scroll-v91", default-features = false } -reth-chainspec = { git = "https://github.com/scroll-tech/reth", branch = "feat-galileo-v2", default-features = false } -reth-evm = { git = "https://github.com/scroll-tech/reth", branch = "feat-galileo-v2", default-features = false } -reth-evm-ethereum = { git = "https://github.com/scroll-tech/reth", branch = "feat-galileo-v2", default-features = false } -reth-ethereum-forks = { git = "https://github.com/scroll-tech/reth", branch = "feat-galileo-v2", default-features = false } -reth-execution-types = { git = "https://github.com/scroll-tech/reth", branch = "feat-galileo-v2", default-features = false } -reth-primitives = { git = "https://github.com/scroll-tech/reth", branch = "feat-galileo-v2", default-features = false } -reth-primitives-traits = { git = "https://github.com/scroll-tech/reth", branch = "feat-galileo-v2", default-features = false } -reth-stateless = { git = "https://github.com/scroll-tech/reth", branch = "feat-galileo-v2", default-features = false } -reth-trie = { git = "https://github.com/scroll-tech/reth", branch = "feat-galileo-v2", default-features = false } - -reth-scroll-chainspec = { git = "https://github.com/scroll-tech/reth", branch = "feat-galileo-v2", default-features = false } -reth-scroll-evm = { git = "https://github.com/scroll-tech/reth", branch = "feat-galileo-v2", default-features = false } -reth-scroll-forks = { git = "https://github.com/scroll-tech/reth", branch = "feat-galileo-v2", default-features = false } -reth-scroll-primitives = { git = "https://github.com/scroll-tech/reth", branch = "feat-galileo-v2", default-features = false } - -scroll-alloy-evm = { git = "https://github.com/scroll-tech/reth", branch = "feat-galileo-v2", default-features = false } -scroll-alloy-consensus = { git = "https://github.com/scroll-tech/reth", branch = "feat-galileo-v2", default-features = false } -scroll-alloy-rpc-types = { git = "https://github.com/scroll-tech/reth", branch = "feat-galileo-v2", default-features = false } -scroll-alloy-network = { git = "https://github.com/scroll-tech/reth", branch = "feat-galileo-v2", default-features = false } +reth-chainspec = { git = "https://github.com/scroll-tech/reth", tag = "scroll-v91.2", default-features = false } +reth-evm = { git = "https://github.com/scroll-tech/reth", tag = "scroll-v91.2", default-features = false } +reth-evm-ethereum = { git = "https://github.com/scroll-tech/reth", tag = "scroll-v91.2", default-features = false } +reth-ethereum-forks = { git = "https://github.com/scroll-tech/reth", tag = "scroll-v91.2", default-features = false } +reth-execution-types = { git = "https://github.com/scroll-tech/reth", tag = "scroll-v91.2", default-features = false } +reth-primitives = { git = "https://github.com/scroll-tech/reth", tag = "scroll-v91.2", default-features = false } +reth-primitives-traits = { git = "https://github.com/scroll-tech/reth", tag = "scroll-v91.2", default-features = false } +reth-stateless = { git = "https://github.com/scroll-tech/reth", tag = "scroll-v91.2", default-features = false } +reth-trie = { git = "https://github.com/scroll-tech/reth", tag = "scroll-v91.2", default-features = false } + +reth-scroll-chainspec = { git = "https://github.com/scroll-tech/reth", tag = "scroll-v91.2", default-features = false } +reth-scroll-evm = { git = "https://github.com/scroll-tech/reth", tag = "scroll-v91.2", default-features = false } +reth-scroll-forks = { git = "https://github.com/scroll-tech/reth", tag = "scroll-v91.2", default-features = false } +reth-scroll-primitives = { git = "https://github.com/scroll-tech/reth", tag = "scroll-v91.2", default-features = false } + +scroll-alloy-evm = { git = "https://github.com/scroll-tech/reth", tag = "scroll-v91.2", default-features = false } +scroll-alloy-consensus = { git = "https://github.com/scroll-tech/reth", tag = "scroll-v91.2", default-features = false } +scroll-alloy-rpc-types = { git = "https://github.com/scroll-tech/reth", tag = "scroll-v91.2", default-features = false } +scroll-alloy-network = { git = "https://github.com/scroll-tech/reth", tag = "scroll-v91.2", default-features = false } risc0-ethereum-trie = { git = "https://github.com/risc0/risc0-ethereum" }