Skip to content

Commit

Permalink
integration_test: debug_traceTransaction additional tests (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sixtysixter authored Aug 7, 2024
1 parent 784c9a6 commit 05a8032
Show file tree
Hide file tree
Showing 15 changed files with 33,664 additions and 1 deletion.
Binary file modified integration/mainnet/debug_traceBlockByNumber/test_09.tar
Binary file not shown.
Binary file modified integration/mainnet/debug_traceBlockByNumber/test_10.tar
Binary file not shown.
Binary file modified integration/mainnet/debug_traceBlockByNumber/test_11.tar
Binary file not shown.
Binary file modified integration/mainnet/debug_traceTransaction/test_17.tar
Binary file not shown.
Binary file modified integration/mainnet/debug_traceTransaction/test_18.tar
Binary file not shown.
3,583 changes: 3,583 additions & 0 deletions integration/mainnet/debug_traceTransaction/test_19.json

Large diffs are not rendered by default.

3,500 changes: 3,500 additions & 0 deletions integration/mainnet/debug_traceTransaction/test_20.json

Large diffs are not rendered by default.

3,707 changes: 3,707 additions & 0 deletions integration/mainnet/debug_traceTransaction/test_21.json

Large diffs are not rendered by default.

38 changes: 38 additions & 0 deletions integration/mainnet/debug_traceTransaction/test_22.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
[
{
"request": {
"id": 1,
"jsonrpc": "2.0",
"method": "debug_traceTransaction",
"params": [
"0x99558d18808c317e596caedc217184cbaec1b44a2d05ada659f1e61b4009895c",
{
"disableMemory": false,
"disableStack": false,
"disableStorage": false
}
]
},
"response": {
"id": 1,
"jsonrpc": "2.0",
"result": {
"failed": true,
"gas": 21000,
"returnValue": "",
"structLogs": [
{
"depth": 1,
"error": {},
"gas": 0,
"gasCost": 3,
"memory": [],
"op": "PUSH1",
"pc": 0,
"stack": []
}
]
}
}
}
]
Loading

0 comments on commit 05a8032

Please sign in to comment.