Skip to content

Commit fb69405

Browse files
authored
integration: fix result in eth_getBlockReceipts (#290)
1 parent cea2c2d commit fb69405

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

integration/mainnet/eth_getBlockReceipts/test_07.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
},
99
"response": {
1010
"jsonrpc":"2.0",
11-
"id":1,
12-
"result": null
11+
"id":1
1312
}
1413
}
1514
]

integration/run_tests.py

+5-7
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@
4848

4949
"mainnet/debug_traceCall/test_02", # must be complete implementaion on latest
5050

51-
"mainnet/eth_getBlockReceipts/test_07", # new field
52-
5351
"mainnet/debug_traceBlockByHash/test_05", # diff on 1 gas
5452
"mainnet/debug_traceBlockByHash/test_08", # diff on 3 gasCost
5553
"mainnet/debug_traceBlockByHash/test_09", # diff on 60 gasCost, 8473 gas, 16 stack
@@ -64,13 +62,13 @@
6462
"mainnet/debug_traceBlockByNumber/test_11", # diff on 1 gas and 1 gasCost
6563
"mainnet/debug_traceBlockByNumber/test_12", # diff on 1 gas
6664

67-
"mainnet/debug_traceCallMany/test_02", # to be analized
68-
"mainnet/debug_traceCallMany/test_04", # to be analized
69-
"mainnet/debug_traceCallMany/test_05", # to be analized
70-
"mainnet/debug_traceCallMany/test_06", # to be analized
65+
"mainnet/debug_traceCallMany/test_02", # to be analized
66+
"mainnet/debug_traceCallMany/test_04", # to be analized
67+
"mainnet/debug_traceCallMany/test_05", # to be analized
68+
"mainnet/debug_traceCallMany/test_06", # to be analized
7169
"mainnet/debug_traceCallMany/test_07", # diff on many storage and many stack entries
7270
"mainnet/debug_traceCallMany/test_09", # diff on 2 storage and 28 stack entries
73-
"mainnet/debug_traceCallMany/test_10", # to be analized
71+
"mainnet/debug_traceCallMany/test_10", # to be analized
7472

7573
"mainnet/debug_traceTransaction/test_25.json", # diff on error field
7674
"mainnet/debug_traceTransaction/test_36.json", # diff on error field

0 commit comments

Comments
 (0)