-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
integration_test: debug_traceTransaction additional tests (#232)
- Loading branch information
1 parent
784c9a6
commit 05a8032
Showing
15 changed files
with
33,664 additions
and
1 deletion.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
3,583 changes: 3,583 additions & 0 deletions
3,583
integration/mainnet/debug_traceTransaction/test_19.json
Large diffs are not rendered by default.
Oops, something went wrong.
3,500 changes: 3,500 additions & 0 deletions
3,500
integration/mainnet/debug_traceTransaction/test_20.json
Large diffs are not rendered by default.
Oops, something went wrong.
3,707 changes: 3,707 additions & 0 deletions
3,707
integration/mainnet/debug_traceTransaction/test_21.json
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": [] | ||
} | ||
] | ||
} | ||
} | ||
} | ||
] |
Oops, something went wrong.