From adebfacf455bd59bb32dda8ed7cc9c88544ffe6b Mon Sep 17 00:00:00 2001 From: a10zn8 Date: Fri, 31 Oct 2025 16:21:04 +0300 Subject: [PATCH] new error for receipts lower bound (#738) --- .../upstream/ethereum/EthereumLowerBoundReceiptsDetector.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/EthereumLowerBoundReceiptsDetector.kt b/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/EthereumLowerBoundReceiptsDetector.kt index 2096981c..dd04709d 100644 --- a/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/EthereumLowerBoundReceiptsDetector.kt +++ b/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/EthereumLowerBoundReceiptsDetector.kt @@ -27,6 +27,7 @@ class EthereumLowerBoundReceiptsDetector( "old data not available due to pruning", "Unexpected error", // hyperliquid "invalid block height", // hyperliquid + "header not found", ).plus(EthereumLowerBoundBlockDetector.NO_BLOCK_ERRORS) }