Skip to content

Commit

Permalink
flatten proof
Browse files Browse the repository at this point in the history
  • Loading branch information
lispc committed Sep 5, 2024
1 parent dd07ca9 commit 808882a
Show file tree
Hide file tree
Showing 4 changed files with 20,782 additions and 29,950 deletions.
27 changes: 13 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion integration/tests/download_trace.sh
Original file line number Diff line number Diff line change
@@ -1,4 +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_getBlockTraceByNumberOrHash", "params": ["'$(printf '0x%x' $blk)'", {"StorageProofFormat": "flatten"}], "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 808882a

Please sign in to comment.