Skip to content

Commit

Permalink
integration: extra tests for debug_, trace_, ots_ (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
lupin012 authored Dec 12, 2024
1 parent 4a2afe0 commit 2ec6fbd
Show file tree
Hide file tree
Showing 33 changed files with 154,473 additions and 0 deletions.
Binary file not shown.
55 changes: 55 additions & 0 deletions integration/mainnet/debug_traceCall/test_11.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
[
{
"request": {
"id": 1,
"jsonrpc": "2.0",
"method": "debug_traceCall",
"params": [
{
"data": "0x41c0e1b505684bf5",
"from": "0xFBb1b73C4f0BDa4f67dcA266ce6Ef42f520fBB98",
"gas": "0x33869",
"gasPrice": "0x871FF62626",
"value": "0x0"
},
"0x1312CAA",
{
"disableMemory": false,
"disableStack": false,
"disableStorage": false
}
]
},
"response": {
"id": 1,
"jsonrpc": "2.0",
"result": {
"failed": true,
"gas": 211049,
"returnValue": "",
"structLogs": [
{
"depth": 1,
"gas": 157919,
"gasCost": 2,
"memory": [],
"op": "COINBASE",
"pc": 0,
"stack": []
},
{
"depth": 1,
"gas": 157917,
"gasCost": 0,
"memory": [],
"op": "opcode 0xc0 not defined",
"pc": 1,
"stack": [
"0x1f9090aae28b8a3dceadf281b0f12828e676c326"
]
}
]
}
}
}
]
Loading

0 comments on commit 2ec6fbd

Please sign in to comment.