Skip to content

Commit

Permalink
integration tests: remove erigon_watchTheBurn (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
lupin012 authored Jun 17, 2024
1 parent 9e68bee commit 615f3ad
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 50 deletions.
24 changes: 0 additions & 24 deletions integration/goerli/erigon_watchTheBurn/test_1.json

This file was deleted.

24 changes: 0 additions & 24 deletions integration/mainnet/erigon_watchTheBurn/test_1.json

This file was deleted.

2 changes: 0 additions & 2 deletions integration/run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
api_not_compared = [
"goerli/trace_rawTransaction", # erigon does not support raw tx but hash of tx
"goerli/parity_getBlockReceipts", # not supported by erigon
"goerli/erigon_watchTheBurn", # not supported by erigon
"goerli/engine_exchangeCapabilities", # not supported by silkrpc removed from ethbackend i/f
"goerli/engine_forkchoiceUpdatedV1", # not supported by silkrpc removed from ethbackend i/f
"goerli/engine_forkchoiceUpdatedV2", # not supported by silkrpc removed from ethbackend i/f
Expand All @@ -34,7 +33,6 @@
"goerli/engine_getPayloadV2", # not supported by silkrpc removed from ethbackend i/f
"goerli/engine_newPayloadV1", # not supported by silkrpc removed from ethbackend i/f
"goerli/engine_newPayloadV2", # not supported by silkrpc removed from ethbackend i/f
"mainnet/erigon_watchTheBurn", # not supported by erigon
"mainnet/engine_getClientVersionV1", # not supported by erigon
"mainnet/parity_getBlockReceipts", # not supported by erigon
]
Expand Down

0 comments on commit 615f3ad

Please sign in to comment.