Skip to content

Commit ca74484

Browse files
committed
enable debug+parity JSON-RPC endpoints based on range Data API
1 parent 60a2fdc commit ca74484

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/run_integration_tests.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ rm -rf ./mainnet/results/
1515
# eth_getLogs: waiting erigon fix on wrong FirstLogIndex in ReceiptsDomain
1616
# debug_traceBlockByNumber[24-28]: response different wrt erigon
1717
python3 ./run_tests.py --continue --blockchain mainnet --jwt "$2" --display-only-fail --json-diff --port 51515 --transport_type http -x \
18-
debug_accountRange,\
19-
debug_storageRangeAt,\
2018
debug_traceBlockByNumber/test_24,\
2119
debug_traceBlockByNumber/test_25,\
2220
debug_traceBlockByNumber/test_26,\
@@ -36,7 +34,6 @@ eth_getLogs/test_17,\
3634
eth_getLogs/test_18,\
3735
eth_getLogs/test_19,\
3836
eth_getLogs/test_20,\
39-
parity_listStorageKeys,\
4037
trace_replayBlockTransactions/test_29,\
4138
trace_transaction/test_44,\
4239
trace_transaction/test_47

0 commit comments

Comments
 (0)