Skip to content

Commit 2dddbc9

Browse files
committed
fix: comment
1 parent 4aaf7a9 commit 2dddbc9

9 files changed

Lines changed: 256 additions & 240 deletions

File tree

Cargo.lock

Lines changed: 127 additions & 126 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -140,59 +140,59 @@ alloy-signer-local = { version = "1.0.37", default-features = false }
140140
alloy-transport = { version = "1.0.37", default-features = false }
141141

142142
# scroll-alloy
143-
scroll-alloy-consensus = { git = "https://github.com/scroll-tech/reth.git", rev = "5e21e5208f1c8d21f819e1c15bb3fb4cbc832ec9", default-features = false }
144-
scroll-alloy-hardforks = { git = "https://github.com/scroll-tech/reth.git", rev = "5e21e5208f1c8d21f819e1c15bb3fb4cbc832ec9", default-features = false }
145-
scroll-alloy-network = { git = "https://github.com/scroll-tech/reth.git", rev = "5e21e5208f1c8d21f819e1c15bb3fb4cbc832ec9", default-features = false }
146-
scroll-alloy-provider = { git = "https://github.com/scroll-tech/reth.git", rev = "5e21e5208f1c8d21f819e1c15bb3fb4cbc832ec9", default-features = false }
147-
scroll-alloy-evm = { git = "https://github.com/scroll-tech/reth.git", rev = "5e21e5208f1c8d21f819e1c15bb3fb4cbc832ec9", default-features = false }
148-
scroll-alloy-rpc-types = { git = "https://github.com/scroll-tech/reth.git", rev = "5e21e5208f1c8d21f819e1c15bb3fb4cbc832ec9", default-features = false }
149-
scroll-alloy-rpc-types-engine = { git = "https://github.com/scroll-tech/reth.git", rev = "5e21e5208f1c8d21f819e1c15bb3fb4cbc832ec9", default-features = false }
143+
scroll-alloy-consensus = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.5", default-features = false }
144+
scroll-alloy-hardforks = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.5", default-features = false }
145+
scroll-alloy-network = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.5", default-features = false }
146+
scroll-alloy-provider = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.5", default-features = false }
147+
scroll-alloy-evm = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.5", default-features = false }
148+
scroll-alloy-rpc-types = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.5", default-features = false }
149+
scroll-alloy-rpc-types-engine = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.5", default-features = false }
150150

151151
# reth
152-
reth-chainspec = { git = "https://github.com/scroll-tech/reth.git", rev = "5e21e5208f1c8d21f819e1c15bb3fb4cbc832ec9", default-features = false }
153-
reth-e2e-test-utils = { git = "https://github.com/scroll-tech/reth.git", rev = "5e21e5208f1c8d21f819e1c15bb3fb4cbc832ec9" }
154-
reth-eth-wire = { git = "https://github.com/scroll-tech/reth.git", rev = "5e21e5208f1c8d21f819e1c15bb3fb4cbc832ec9", default-features = false }
155-
reth-eth-wire-types = { git = "https://github.com/scroll-tech/reth.git", rev = "5e21e5208f1c8d21f819e1c15bb3fb4cbc832ec9", default-features = false }
156-
reth-network = { git = "https://github.com/scroll-tech/reth.git", rev = "5e21e5208f1c8d21f819e1c15bb3fb4cbc832ec9", default-features = false }
157-
reth-network-api = { git = "https://github.com/scroll-tech/reth.git", rev = "5e21e5208f1c8d21f819e1c15bb3fb4cbc832ec9", default-features = false }
158-
reth-network-p2p = { git = "https://github.com/scroll-tech/reth.git", rev = "5e21e5208f1c8d21f819e1c15bb3fb4cbc832ec9", default-features = false }
159-
reth-network-peers = { git = "https://github.com/scroll-tech/reth.git", rev = "5e21e5208f1c8d21f819e1c15bb3fb4cbc832ec9", default-features = false }
160-
reth-network-types = { git = "https://github.com/scroll-tech/reth.git", rev = "5e21e5208f1c8d21f819e1c15bb3fb4cbc832ec9", default-features = false }
161-
reth-node-builder = { git = "https://github.com/scroll-tech/reth.git", rev = "5e21e5208f1c8d21f819e1c15bb3fb4cbc832ec9", default-features = false }
162-
reth-node-core = { git = "https://github.com/scroll-tech/reth.git", rev = "5e21e5208f1c8d21f819e1c15bb3fb4cbc832ec9", default-features = false }
163-
reth-node-api = { git = "https://github.com/scroll-tech/reth.git", rev = "5e21e5208f1c8d21f819e1c15bb3fb4cbc832ec9", default-features = false }
164-
reth-node-types = { git = "https://github.com/scroll-tech/reth.git", rev = "5e21e5208f1c8d21f819e1c15bb3fb4cbc832ec9", default-features = false }
165-
reth-payload-primitives = { git = "https://github.com/scroll-tech/reth.git", rev = "5e21e5208f1c8d21f819e1c15bb3fb4cbc832ec9", default-features = false }
166-
reth-primitives = { git = "https://github.com/scroll-tech/reth.git", rev = "5e21e5208f1c8d21f819e1c15bb3fb4cbc832ec9", default-features = false }
167-
reth-primitives-traits = { git = "https://github.com/scroll-tech/reth.git", rev = "5e21e5208f1c8d21f819e1c15bb3fb4cbc832ec9", default-features = false }
168-
reth-provider = { git = "https://github.com/scroll-tech/reth.git", rev = "5e21e5208f1c8d21f819e1c15bb3fb4cbc832ec9", default-features = false }
169-
reth-rpc-api = { git = "https://github.com/scroll-tech/reth.git", rev = "5e21e5208f1c8d21f819e1c15bb3fb4cbc832ec9", default-features = false }
170-
reth-rpc-eth-api = { git = "https://github.com/scroll-tech/reth.git", rev = "5e21e5208f1c8d21f819e1c15bb3fb4cbc832ec9", default-features = false }
171-
reth-rpc-eth-types = { git = "https://github.com/scroll-tech/reth.git", rev = "5e21e5208f1c8d21f819e1c15bb3fb4cbc832ec9", default-features = false }
172-
reth-rpc-layer = { git = "https://github.com/scroll-tech/reth.git", rev = "5e21e5208f1c8d21f819e1c15bb3fb4cbc832ec9", default-features = false }
173-
reth-rpc-server-types = { git = "https://github.com/scroll-tech/reth.git", rev = "5e21e5208f1c8d21f819e1c15bb3fb4cbc832ec9", default-features = false }
174-
reth-storage-api = { git = "https://github.com/scroll-tech/reth.git", rev = "5e21e5208f1c8d21f819e1c15bb3fb4cbc832ec9", default-features = false }
175-
reth-tasks = { git = "https://github.com/scroll-tech/reth.git", rev = "5e21e5208f1c8d21f819e1c15bb3fb4cbc832ec9", default-features = false }
176-
reth-tokio-util = { git = "https://github.com/scroll-tech/reth.git", rev = "5e21e5208f1c8d21f819e1c15bb3fb4cbc832ec9", default-features = false }
177-
reth-tracing = { git = "https://github.com/scroll-tech/reth.git", rev = "5e21e5208f1c8d21f819e1c15bb3fb4cbc832ec9", default-features = false }
178-
reth-transaction-pool = { git = "https://github.com/scroll-tech/reth.git", rev = "5e21e5208f1c8d21f819e1c15bb3fb4cbc832ec9", default-features = false }
179-
reth-trie-db = { git = "https://github.com/scroll-tech/reth.git", rev = "5e21e5208f1c8d21f819e1c15bb3fb4cbc832ec9", default-features = false }
180-
reth-testing-utils = { git = "https://github.com/scroll-tech/reth.git", rev = "5e21e5208f1c8d21f819e1c15bb3fb4cbc832ec9", default-features = false }
181-
reth-revm = { git = "https://github.com/scroll-tech/reth.git", rev = "5e21e5208f1c8d21f819e1c15bb3fb4cbc832ec9", default-features = false }
182-
reth-evm = { git = "https://github.com/scroll-tech/reth.git", rev = "5e21e5208f1c8d21f819e1c15bb3fb4cbc832ec9", default-features = false }
183-
reth-engine-local = { git = "https://github.com/scroll-tech/reth.git", rev = "5e21e5208f1c8d21f819e1c15bb3fb4cbc832ec9", default-features = false }
184-
reth-cli-util = { git = "https://github.com/scroll-tech/reth.git", rev = "5e21e5208f1c8d21f819e1c15bb3fb4cbc832ec9", default-features = false }
152+
reth-chainspec = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.5", default-features = false }
153+
reth-e2e-test-utils = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.5" }
154+
reth-eth-wire = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.5", default-features = false }
155+
reth-eth-wire-types = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.5", default-features = false }
156+
reth-network = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.5", default-features = false }
157+
reth-network-api = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.5", default-features = false }
158+
reth-network-p2p = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.5", default-features = false }
159+
reth-network-peers = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.5", default-features = false }
160+
reth-network-types = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.5", default-features = false }
161+
reth-node-builder = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.5", default-features = false }
162+
reth-node-core = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.5", default-features = false }
163+
reth-node-api = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.5", default-features = false }
164+
reth-node-types = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.5", default-features = false }
165+
reth-payload-primitives = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.5", default-features = false }
166+
reth-primitives = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.5", default-features = false }
167+
reth-primitives-traits = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.5", default-features = false }
168+
reth-provider = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.5", default-features = false }
169+
reth-rpc-api = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.5", default-features = false }
170+
reth-rpc-eth-api = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.5", default-features = false }
171+
reth-rpc-eth-types = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.5", default-features = false }
172+
reth-rpc-layer = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.5", default-features = false }
173+
reth-rpc-server-types = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.5", default-features = false }
174+
reth-storage-api = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.5", default-features = false }
175+
reth-tasks = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.5", default-features = false }
176+
reth-tokio-util = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.5", default-features = false }
177+
reth-tracing = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.5", default-features = false }
178+
reth-transaction-pool = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.5", default-features = false }
179+
reth-trie-db = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.5", default-features = false }
180+
reth-testing-utils = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.5", default-features = false }
181+
reth-revm = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.5", default-features = false }
182+
reth-evm = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.5", default-features = false }
183+
reth-engine-local = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.5", default-features = false }
184+
reth-cli-util = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.5", default-features = false }
185185

186186
# reth-scroll
187-
reth-scroll-chainspec = { git = "https://github.com/scroll-tech/reth.git", rev = "5e21e5208f1c8d21f819e1c15bb3fb4cbc832ec9", default-features = false }
188-
reth-scroll-consensus = { git = "https://github.com/scroll-tech/reth.git", rev = "5e21e5208f1c8d21f819e1c15bb3fb4cbc832ec9", default-features = false }
189-
reth-scroll-cli = { git = "https://github.com/scroll-tech/reth.git", rev = "5e21e5208f1c8d21f819e1c15bb3fb4cbc832ec9", default-features = false }
190-
reth-scroll-evm = { git = "https://github.com/scroll-tech/reth.git", rev = "5e21e5208f1c8d21f819e1c15bb3fb4cbc832ec9", default-features = false }
191-
reth-scroll-rpc = { git = "https://github.com/scroll-tech/reth.git", rev = "5e21e5208f1c8d21f819e1c15bb3fb4cbc832ec9", default-features = false }
192-
reth-scroll-engine-primitives = { git = "https://github.com/scroll-tech/reth.git", rev = "5e21e5208f1c8d21f819e1c15bb3fb4cbc832ec9", default-features = false }
193-
reth-scroll-forks = { git = "https://github.com/scroll-tech/reth.git", rev = "5e21e5208f1c8d21f819e1c15bb3fb4cbc832ec9", default-features = false }
194-
reth-scroll-node = { git = "https://github.com/scroll-tech/reth.git", rev = "5e21e5208f1c8d21f819e1c15bb3fb4cbc832ec9", default-features = false }
195-
reth-scroll-primitives = { git = "https://github.com/scroll-tech/reth.git", rev = "5e21e5208f1c8d21f819e1c15bb3fb4cbc832ec9", default-features = false }
187+
reth-scroll-chainspec = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.5", default-features = false }
188+
reth-scroll-consensus = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.5", default-features = false }
189+
reth-scroll-cli = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.5", default-features = false }
190+
reth-scroll-evm = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.5", default-features = false }
191+
reth-scroll-rpc = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.5", default-features = false }
192+
reth-scroll-engine-primitives = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.5", default-features = false }
193+
reth-scroll-forks = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.5", default-features = false }
194+
reth-scroll-node = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.5", default-features = false }
195+
reth-scroll-primitives = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.5", default-features = false }
196196

197197
# rollup node
198198
rollup-node = { path = "crates/node" }

0 commit comments

Comments
 (0)