Skip to content

Commit

Permalink
Fix create failure trace (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sixtysixter authored May 13, 2024
1 parent 9028bb8 commit 63fb318
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 8 deletions.
16 changes: 15 additions & 1 deletion integration/mainnet/trace_call/test_02.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,21 @@
"storage": {}
}
},
"trace": [],
"trace": [
{
"action": {
"from": "0xb5772b3a6be702d0387770c64bf17e36a4d38188",
"gas": "0x45178",
"init": "0x",
"value": "0x46e4deb133863000"
},
"error": "insufficient balance for transfer",
"result": null,
"subtraces": 0,
"traceAddress": [],
"type": "create"
}
],
"vmTrace": {
"code": "0x",
"ops": []
Expand Down
18 changes: 16 additions & 2 deletions integration/mainnet/trace_call/test_13.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,23 @@
"storage": {}
}
},
"trace": [],
"trace": [
{
"action": {
"from": "0x21f510d475787abcfc6ca646a8ea15f7d2cf7167",
"gas": "0x8a58",
"init": "0x602a6000556101c960015560068060166000396000f3600035600055",
"value": "0x8ac7230489e80000"
},
"error": "insufficient balance for transfer",
"result": null,
"subtraces": 0,
"traceAddress": [],
"type": "create"
}
],
"vmTrace": {
"code": "0x",
"code": "0x602a6000556101c960015560068060166000396000f3600035600055",
"ops": []
}
}
Expand Down
5 changes: 0 additions & 5 deletions integration/run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,21 +93,16 @@
"mainnet/trace_block/test_20.tar", # diff on callType

"mainnet/trace_call/test_01.json", # diff on callType
"mainnet/trace_call/test_02.json", # diff on callType
"mainnet/trace_call/test_03.json", # diff on callType
"mainnet/trace_call/test_05.json", # diff on callType
"mainnet/trace_call/test_06.json", # diff on callType
"mainnet/trace_call/test_07.json", # diff on callType
"mainnet/trace_call/test_08.tar", # diff on callType
"mainnet/trace_call/test_09.json", # diff on callType
"mainnet/trace_call/test_10.json", # diff on callType
"mainnet/trace_call/test_11.tar", # diff on callType
"mainnet/trace_call/test_12.json", # diff on callType
"mainnet/trace_call/test_13.json", # diff on callType
"mainnet/trace_call/test_15.json", # diff on callType
"mainnet/trace_call/test_16.json", # diff on callType
"mainnet/trace_call/test_17.tar", # diff on callType
"mainnet/trace_call/test_18.json", # diff on callType

"mainnet/trace_replayTransaction/test_02.tar", # diff on gasCost
"mainnet/trace_replayTransaction/test_03.tar", # diff on gasCost
Expand Down

0 comments on commit 63fb318

Please sign in to comment.