Skip to content

Commit

Permalink
integration_test: fix trace_call test_07 (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
lupin012 authored Jul 21, 2024
1 parent 269b4e7 commit 1a92217
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions integration/mainnet/trace_call/test_07.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@
"code": "0x0a19b14a000000000000000000000000d4fa1460f537bb9085d22c7bccb5dd450ef28e3a0000000000000000000000000000000000000000000000000000000c3c11b1400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000d2b5f3998317080000000000000000000000000000000000000000000000000000000000005279af000000000000000000000000000000000000000000000000000000021ac9e37b00000000000000000000000012a12562192bd96c0c9bda1f564681c256d71553000000000000000000000000000000000000000000000000000000000000001b1c8678b82a0cfb752734e66ddd0413f4df007f740faf855f0e3543beaacbda825f22b07885172fe452a5a1d0f000aa9295b8daa88ca9511310e3525d0c8d3ab40000000000000000000000000000000000000000000000000000000c3c11b140",
"ops": [
{
"cost": 10,
"cost": 0,
"ex": {
"mem": null,
"push": [],
"store": null,
"used": 187118
"used": 187128
},
"idx": "0",
"op": "EXP",
Expand Down
8 changes: 3 additions & 5 deletions integration/run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,17 +64,15 @@
"mainnet/trace_rawTransaction/test_02.json", # as executed on latest block
"mainnet/trace_rawTransaction/test_03.json", # as executed on latest block

"mainnet/trace_call/test_02.json", # failed on rpcdaemon ok silk
"mainnet/trace_call/test_07.json", # diff cost on EXP
"mainnet/trace_call/test_11.tar", # diff on gasCost
"mainnet/trace_call/test_13.json", # rpcdaemon: not suff balance, out of gas
"mainnet/trace_call/test_13.json", # rpcdaemon: not suff balance, out of gas (waiting ERIGON PR)

"mainnet/trace_replayTransaction/test_02.tar", # diff on gasCost
"mainnet/trace_replayTransaction/test_05.tar", # diff on gasCost
"mainnet/trace_replayTransaction/test_06.tar", # diff on gasCost
"mainnet/trace_replayTransaction/test_07.tar", # diff on gasCost
"mainnet/trace_replayTransaction/test_08.json", # diff on from to balance
"mainnet/trace_replayTransaction/test_09.json", # ddiff on from to balance
"mainnet/trace_replayTransaction/test_08.json", # diff on from/to balance: due to gasUsed tx-8
"mainnet/trace_replayTransaction/test_09.json", # diff on from/to balance
"mainnet/trace_replayTransaction/test_10.tar", # diff on gasCost
"mainnet/trace_replayTransaction/test_11.tar", # diff on gasCost
"mainnet/trace_replayTransaction/test_14.tar", # diff on gasCost
Expand Down

0 comments on commit 1a92217

Please sign in to comment.