Skip to content

Commit 1a92217

Browse files
authored
integration_test: fix trace_call test_07 (#229)
1 parent 269b4e7 commit 1a92217

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

integration/mainnet/trace_call/test_07.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@
7373
"code": "0x0a19b14a000000000000000000000000d4fa1460f537bb9085d22c7bccb5dd450ef28e3a0000000000000000000000000000000000000000000000000000000c3c11b1400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000d2b5f3998317080000000000000000000000000000000000000000000000000000000000005279af000000000000000000000000000000000000000000000000000000021ac9e37b00000000000000000000000012a12562192bd96c0c9bda1f564681c256d71553000000000000000000000000000000000000000000000000000000000000001b1c8678b82a0cfb752734e66ddd0413f4df007f740faf855f0e3543beaacbda825f22b07885172fe452a5a1d0f000aa9295b8daa88ca9511310e3525d0c8d3ab40000000000000000000000000000000000000000000000000000000c3c11b140",
7474
"ops": [
7575
{
76-
"cost": 10,
76+
"cost": 0,
7777
"ex": {
7878
"mem": null,
7979
"push": [],
8080
"store": null,
81-
"used": 187118
81+
"used": 187128
8282
},
8383
"idx": "0",
8484
"op": "EXP",

integration/run_tests.py

+3-5
Original file line numberDiff line numberDiff line change
@@ -64,17 +64,15 @@
6464
"mainnet/trace_rawTransaction/test_02.json", # as executed on latest block
6565
"mainnet/trace_rawTransaction/test_03.json", # as executed on latest block
6666

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

7270
"mainnet/trace_replayTransaction/test_02.tar", # diff on gasCost
7371
"mainnet/trace_replayTransaction/test_05.tar", # diff on gasCost
7472
"mainnet/trace_replayTransaction/test_06.tar", # diff on gasCost
7573
"mainnet/trace_replayTransaction/test_07.tar", # diff on gasCost
76-
"mainnet/trace_replayTransaction/test_08.json", # diff on from to balance
77-
"mainnet/trace_replayTransaction/test_09.json", # ddiff on from to balance
74+
"mainnet/trace_replayTransaction/test_08.json", # diff on from/to balance: due to gasUsed tx-8
75+
"mainnet/trace_replayTransaction/test_09.json", # diff on from/to balance
7876
"mainnet/trace_replayTransaction/test_10.tar", # diff on gasCost
7977
"mainnet/trace_replayTransaction/test_11.tar", # diff on gasCost
8078
"mainnet/trace_replayTransaction/test_14.tar", # diff on gasCost

0 commit comments

Comments
 (0)