Commit 5ac99d5
authored
feat: enable js-tracer feature (#302)
* feat: enable js-tracer feature
- Add js-tracer feature to reth-rpc-builder in workspace Cargo.toml
- Enable js-tracer feature for reth-rpc-eth-api and reth-rpc-eth-types in node crate
- Add js-tracer feature definition in node Cargo.toml
This enables JavaScript tracer functionality for debugging transactions
in the rollup node, following the pattern from scroll-tech/reth PR #334.
* address comments
* test
* update
* update
* remove debug info
* add nightly docker image1 parent 325202e commit 5ac99d5
File tree
6 files changed
+609
-166
lines changed- .github/workflows
- crates/node
6 files changed
+609
-166
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
| 30 | + | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
41 | 52 | | |
42 | 53 | | |
43 | 54 | | |
44 | 55 | | |
45 | 56 | | |
46 | 57 | | |
47 | | - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
48 | 70 | | |
49 | 71 | | |
50 | 72 | | |
51 | 73 | | |
52 | 74 | | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
0 commit comments