From d2abf58fcaaab6c16c26fabb20f35bda3a4c1b17 Mon Sep 17 00:00:00 2001 From: KirillPamPam Date: Mon, 1 Apr 2024 18:05:31 +0400 Subject: [PATCH] More erigon archive errors (#447) --- .../upstream/ethereum/EthereumLowerBoundBlockDetector.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/EthereumLowerBoundBlockDetector.kt b/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/EthereumLowerBoundBlockDetector.kt index 289f56b2..7889c0fa 100644 --- a/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/EthereumLowerBoundBlockDetector.kt +++ b/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/EthereumLowerBoundBlockDetector.kt @@ -37,6 +37,7 @@ class EthereumLowerBoundBlockDetector( "no historical RPC is available for this historical", // optimism "historical backend error", // optimism "load state tree: failed to load state tree", // filecoin + "purged for block", // erigon ) }