Skip to content

Commit

Permalink
update trace
Browse files Browse the repository at this point in the history
  • Loading branch information
lispc committed Sep 5, 2024
1 parent b08a977 commit dd07ca9
Show file tree
Hide file tree
Showing 3 changed files with 2,453,580 additions and 2,474,416 deletions.
4 changes: 4 additions & 0 deletions integration/tests/download_trace.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
set -x
blk=$1
curl -s -H "Content-Type: application/json" -X POST --data '{"jsonrpc":"2.0","method":"scroll_getBlockTraceByNumberOrHash", "params": ["'$(printf '0x%x' $blk)'"], "id": 99}' 127.0.0.1:8545 | jq .result >/tmp/${blk}.json
#curl -s -H "Content-Type: application/json" -X POST --data '{"jsonrpc":"2.0","method":"scroll_getTxByTxBlockTrace", "params": ["'$(printf '0x%x' $blk)'", null], "id": 99}' 127.0.0.1:8545 | jq .result >/tmp/${blk}.json
Loading

0 comments on commit dd07ca9

Please sign in to comment.