Skip to content

Commit 12aa67e

Browse files
authored
integration: debug_trace* API expected reponses (#249)
1 parent caad39d commit 12aa67e

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed
Binary file not shown.
Binary file not shown.

integration/mainnet/debug_traceCall/test_01.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
{
6464
"depth": 1,
6565
"gas": 155977,
66-
"gasCost": 0,
66+
"gasCost": 3,
6767
"memory": [],
6868
"op": "opcode 0x2e not defined",
6969
"pc": 35,

integration/mainnet/debug_traceCall/test_04.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"depth": 1,
3333
"error": {},
3434
"gas": 186744,
35-
"gasCost": 0,
35+
"gasCost": 10,
3636
"memory": [],
3737
"op": "EXP",
3838
"pc": 0,

integration/mainnet/debug_traceCallMany/test_01.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
{
7878
"depth": 1,
7979
"gas": 155977,
80-
"gasCost": 0,
80+
"gasCost": 3,
8181
"memory": [],
8282
"op": "opcode 0x2e not defined",
8383
"pc": 35,

integration/mainnet/debug_traceCallMany/test_04.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"depth": 1,
4747
"error": {},
4848
"gas": 186744,
49-
"gasCost": 0,
49+
"gasCost": 10,
5050
"memory": [],
5151
"op": "EXP",
5252
"pc": 0,

0 commit comments

Comments
 (0)