Skip to content

Commit f0741a5

Browse files
[dev tooling] replace reth with local version for development (commented out) (#298)
* replace reth with local version for development * fix lint --------- Co-authored-by: frisitano <[email protected]>
1 parent 5509e7b commit f0741a5

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

Cargo.toml

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,3 +210,58 @@ getrandom = { version = "0.2", features = ["js"] }
210210
[patch.crates-io]
211211
revm = { git = "https://github.com/scroll-tech/revm" }
212212
op-revm = { git = "https://github.com/scroll-tech/revm" }
213+
214+
# [patch."https://github.com/scroll-tech/reth.git"]
215+
# reth crates
216+
# reth-chainspec = { path = "../reth/crates/chainspec" }
217+
# reth-e2e-test-utils = { path = "../reth/crates/e2e-test-utils" }
218+
# reth-eth-wire-types = { path = "../reth/crates/net/eth-wire-types" }
219+
# reth-network = { path = "../reth/crates/net/network" }
220+
# reth-network-api = { path = "../reth/crates/net/network-api" }
221+
# reth-network-peers = { path = "../reth/crates/net/peers" }
222+
# reth-network-p2p = { path = "../reth/crates/net/p2p" }
223+
# reth-network-types = { path = "../reth/crates/net/network-types" }
224+
# reth-node-builder = { path = "../reth/crates/node/builder" }
225+
# reth-node-core = { path = "../reth/crates/node/core" }
226+
# reth-node-api = { path = "../reth/crates/node/api" }
227+
# reth-node-types = { path = "../reth/crates/node/types" }
228+
# reth-payload-primitives = { path = "../reth/crates/payload/primitives" }
229+
# reth-primitives = { path = "../reth/crates/primitives" }
230+
# reth-primitives-traits = { path = "../reth/crates/primitives-traits" }
231+
# reth-provider = { path = "../reth/crates/storage/provider" }
232+
# reth-rpc-builder = { path = "../reth/crates/rpc/rpc-builder" }
233+
# reth-rpc-server-types = { path = "../reth/crates/rpc/rpc-server-types" }
234+
# reth-rpc-api = { path = "../reth/crates/rpc/rpc-api" }
235+
# reth-rpc-eth-api = { path = "../reth/crates/rpc/rpc-eth-api" }
236+
# reth-rpc-eth-types = { path = "../reth/crates/rpc/rpc-eth-types" }
237+
# reth-storage-api = { path = "../reth/crates/storage/storage-api" }
238+
# reth-tasks = { path = "../reth/crates/tasks" }
239+
# reth-tokio-util = { path = "../reth/crates/tokio-util" }
240+
# reth-tracing = { path = "../reth/crates/tracing" }
241+
# reth-transaction-pool = { path = "../reth/crates/transaction-pool" }
242+
# reth-trie-db = { path = "../reth/crates/trie/db" }
243+
# reth-testing-utils = { path = "../reth/testing/testing-utils" }
244+
# reth-revm = { path = "../reth/crates/revm" }
245+
# reth-evm = { path = "../reth/crates/evm/evm" }
246+
# reth-cli-util = { path = "../reth/crates/cli/util" }
247+
# reth-engine-local = { path = "../reth/crates/engine/local" }
248+
# reth-eth-wire = { path = "../reth/crates/net/eth-wire" }
249+
250+
# scroll-alloy crates
251+
# scroll-alloy-consensus = { path = "../reth/crates/scroll/alloy/consensus" }
252+
# scroll-alloy-hardforks = { path = "../reth/crates/scroll/alloy/hardforks" }
253+
# scroll-alloy-network = { path = "../reth/crates/scroll/alloy/network" }
254+
# scroll-alloy-provider = { path = "../reth/crates/scroll/alloy/provider" }
255+
# scroll-alloy-rpc-types-engine = { path = "../reth/crates/scroll/alloy/rpc-types-engine" }
256+
# scroll-alloy-evm = { path = "../reth/crates/scroll/alloy/evm" }
257+
# scroll-alloy-rpc-types = { path = "../reth/crates/scroll/alloy/rpc-types" }
258+
259+
# reth-scroll crates
260+
# reth-scroll-chainspec = { path = "../reth/crates/scroll/chainspec" }
261+
# reth-scroll-engine-primitives = { path = "../reth/crates/scroll/engine-primitives" }
262+
# reth-scroll-forks = { path = "../reth/crates/scroll/hardforks" }
263+
# reth-scroll-node = { path = "../reth/crates/scroll/node" }
264+
# reth-scroll-primitives = { path = "../reth/crates/scroll/primitives" }
265+
# reth-scroll-evm = { path = "../reth/crates/scroll/evm" }
266+
# reth-scroll-cli = { path = "../reth/crates/scroll/cli" }
267+
# reth-scroll-rpc = { path = "../reth/crates/scroll/rpc" }

0 commit comments

Comments
 (0)