Skip to content

Commit 591081f

Browse files
yiweichifrisitano
andauthored
feat: add debug toolkit (#494)
* debug toolkit * fixes * fixes * update debug-toolkit * updates * feat: add attach tool * refactor: improve debug toolkit structure * fix: debug toolkit attach mode * fix: debug toolkit attach mode --------- Co-authored-by: frisitano <francesco.risitano95@gmail.com>
1 parent bc3d500 commit 591081f

30 files changed

Lines changed: 4149 additions & 83 deletions

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ reth-testing-utils = { git = "https://github.com/scroll-tech/reth.git", tag = "s
186186
reth-revm = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.7", default-features = false }
187187
reth-evm = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.7", default-features = false }
188188
reth-engine-local = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.7", default-features = false }
189+
reth-cli = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.7", default-features = false }
189190
reth-cli-util = { git = "https://github.com/scroll-tech/reth.git", tag = "scroll-v91.7", default-features = false }
190191

191192
# reth-scroll

book/src/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
- [Running a Node](./running-a-node.md)
55
- [Running a Sequencer](./running-a-sequencer.md)
66
- [Running with Docker Compose](./docker-operations.md)
7+
- [Debug Toolkit](./debug-toolkit.md)

0 commit comments

Comments
 (0)