[pallet-revive] Add tracing support (2/2) (#7167)
Add debug endpoint to eth-rpc for capturing a block or a single transaction traces See: - PR #7166 --------- Co-authored-by:Alexander Theißen <alex.theissen@me.com> Co-authored-by: command-bot <> Co-authored-by:
Yuri Volkov <0@mcornholio.ru> Co-authored-by:
Maksym H <1177472+mordamax@users.noreply.github.com> Co-authored-by:
Santi Balaguer <santiago.balaguer@gmail.com> Co-authored-by:
Dónal Murray <donal.murray@parity.io> Co-authored-by:
cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by:
xermicus <cyrill@parity.io>
parent
6786bbcb
Showing
- Cargo.lock 2 additions, 0 deletionsCargo.lock
- cumulus/parachains/runtimes/assets/asset-hub-westend/src/lib.rs 61 additions, 0 deletions...s/parachains/runtimes/assets/asset-hub-westend/src/lib.rs
- prdoc/pr_7167.prdoc 16 additions, 0 deletionsprdoc/pr_7167.prdoc
- substrate/bin/node/runtime/src/lib.rs 61 additions, 0 deletionssubstrate/bin/node/runtime/src/lib.rs
- substrate/frame/revive/Cargo.toml 2 additions, 0 deletionssubstrate/frame/revive/Cargo.toml
- substrate/frame/revive/rpc/.sqlx/query-2fcbf357b3993c0065141859e5ad8c11bd7800e3e6d22e8383ab9ac8bbec25b1.json 26 additions, 0 deletions...3c0065141859e5ad8c11bd7800e3e6d22e8383ab9ac8bbec25b1.json
- substrate/frame/revive/rpc/.sqlx/query-6345c84da6afad02d0fdf4e1657c53e64320c118d39db73f573510235baf4ba0.json 12 additions, 0 deletions...ad02d0fdf4e1657c53e64320c118d39db73f573510235baf4ba0.json
- substrate/frame/revive/rpc/.sqlx/query-d7377b5a09f075668d259d02e3fc7a12048a70a33b96381118d6c24210afce34.json 12 additions, 0 deletions...75668d259d02e3fc7a12048a70a33b96381118d6c24210afce34.json
- substrate/frame/revive/rpc/Cargo.toml 2 additions, 1 deletionsubstrate/frame/revive/rpc/Cargo.toml
- substrate/frame/revive/rpc/examples/js/.solhint.json 9 additions, 0 deletionssubstrate/frame/revive/rpc/examples/js/.solhint.json
- substrate/frame/revive/rpc/examples/js/bun.lockb 0 additions, 0 deletionssubstrate/frame/revive/rpc/examples/js/bun.lockb
- substrate/frame/revive/rpc/examples/js/contracts/.solhint.json 0 additions, 3 deletions...rate/frame/revive/rpc/examples/js/contracts/.solhint.json
- substrate/frame/revive/rpc/examples/js/contracts/Flipper.sol 1 addition, 1 deletionsubstrate/frame/revive/rpc/examples/js/contracts/Flipper.sol
- substrate/frame/revive/rpc/examples/js/contracts/PiggyBank.sol 2 additions, 2 deletions...rate/frame/revive/rpc/examples/js/contracts/PiggyBank.sol
- substrate/frame/revive/rpc/examples/js/contracts/Tracing.sol 52 additions, 0 deletionssubstrate/frame/revive/rpc/examples/js/contracts/Tracing.sol
- substrate/frame/revive/rpc/examples/js/package.json 3 additions, 1 deletionsubstrate/frame/revive/rpc/examples/js/package.json
- substrate/frame/revive/rpc/examples/js/src/fixtures/debug_traceCall.json 143 additions, 0 deletions.../revive/rpc/examples/js/src/fixtures/debug_traceCall.json
- substrate/frame/revive/rpc/examples/js/src/fixtures/trace_block.json 152 additions, 0 deletions...rame/revive/rpc/examples/js/src/fixtures/trace_block.json
- substrate/frame/revive/rpc/examples/js/src/fixtures/trace_transaction.json 143 additions, 0 deletions...evive/rpc/examples/js/src/fixtures/trace_transaction.json
- substrate/frame/revive/rpc/examples/js/src/geth-diff.test.ts 137 additions, 11 deletionssubstrate/frame/revive/rpc/examples/js/src/geth-diff.test.ts
Please register or sign in to comment