From fa3f4411c37afc179f04deeab1bd7b9efa5b89c1 Mon Sep 17 00:00:00 2001 From: KirillPamPam Date: Thu, 17 Apr 2025 14:40:56 +0400 Subject: [PATCH] Add a new state error (#654) --- .../upstream/ethereum/EthereumLowerBoundStateDetector.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/EthereumLowerBoundStateDetector.kt b/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/EthereumLowerBoundStateDetector.kt index a7b85c1c..1ae87a5e 100644 --- a/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/EthereumLowerBoundStateDetector.kt +++ b/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/EthereumLowerBoundStateDetector.kt @@ -55,6 +55,7 @@ class EthereumLowerBoundStateDetector( "State not found for block", // rootstock "state does not maintain archive data", // fantom "Access to archival, debug, or trace data is not included in your current plan", // chainstack + "empty reader set", // strange bsc geth error ) }