Skip to content

Commit b4f3f58

Browse files
authored
Fixed debug_traceTransaction tests (#256)
1 parent f022a76 commit b4f3f58

File tree

7 files changed

+9
-2
lines changed

7 files changed

+9
-2
lines changed
Binary file not shown.

integration/mainnet/debug_traceTransaction/test_43.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1509,7 +1509,7 @@
15091509
"depth": 1,
15101510
"error": {},
15111511
"gas": 703,
1512-
"gasCost": 1756,
1512+
"gasCost": 1500,
15131513
"op": "LOG3",
15141514
"pc": 2941
15151515
}
Binary file not shown.
Binary file not shown.
Binary file not shown.

integration/mainnet/debug_traceTransaction/test_96.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,7 @@
781781
"depth": 1,
782782
"error": {},
783783
"gas": 5,
784-
"gasCost": 60,
784+
"gasCost": 10,
785785
"op": "EXP",
786786
"pc": 2213
787787
}

integration/run_tests.py

+7
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,13 @@
4040
"mainnet/debug_traceCallMany/test_07.tar", # diff on many storage and many stack entries
4141
"mainnet/debug_traceCallMany/test_09.json", # diff on 2 storage and 28 stack entries
4242

43+
"mainnet/debug_traceTransaction/test_43.json", # diff on 1 gasCost
44+
"mainnet/debug_traceTransaction/test_44.json", # diff on 1 gasCost
45+
"mainnet/debug_traceTransaction/test_90.tar", # diff on 1 gasCost
46+
"mainnet/debug_traceTransaction/test_91.tar", # diff on 1 gasCost
47+
"mainnet/debug_traceTransaction/test_92.tar", # diff on 1 gasCost
48+
"mainnet/debug_traceTransaction/test_96.json", # diff on 1 gasCost
49+
4350
"mainnet/trace_rawTransaction/test_01.json", # as executed on latest block
4451
"mainnet/trace_rawTransaction/test_02.json", # as executed on latest block
4552
"mainnet/trace_rawTransaction/test_03.json", # as executed on latest block

0 commit comments

Comments
 (0)