Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

integration: test to cover EVMONE fixes #350

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4,322 changes: 4,322 additions & 0 deletions integration/mainnet/debug_traceTransaction/test_120.json

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
1,865 changes: 1,865 additions & 0 deletions integration/mainnet/debug_traceTransaction/test_124.json

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
65 changes: 65 additions & 0 deletions integration/mainnet/debug_traceTransaction/test_127.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
[
{
"request": {
"id": 1,
"jsonrpc": "2.0",
"method": "debug_traceTransaction",
"params": [
"0xe55072bfbe599f866015f2c4a27bab1654c2c78f3ac7a2573ecf4b0e7c163a2d",
{
"disableMemory": false,
"disableStack": false,
"disableStorage": false
}
]
},
"response": {
"id": 1,
"jsonrpc": "2.0",
"result": {
"failed": true,
"gas": 23200,
"returnValue": "",
"structLogs": [
{
"depth": 1,
"gas": 8,
"gasCost": 3,
"memory": [],
"op": "PUSH1",
"pc": 0,
"stack": []
},
{
"depth": 1,
"gas": 5,
"gasCost": 3,
"memory": [],
"op": "PUSH1",
"pc": 2,
"stack": [
"0x60"
]
},
{
"depth": 1,
"error": "out of gas",
"gas": 2,
"gasCost": 3,
"memory": [],
"op": "MSTORE",
"pc": 4,
"stack": [
"0x60",
"0x40"
]
}
]
}
},
"test": {
"description": "",
"reference": ""
}
}
]
Binary file not shown.
Loading