From 297ab13ea4f9c551b9da0d68580775ee0feaba10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9A=D0=B8=D1=80=D0=B8=D0=BB=D0=BB?= Date: Tue, 27 Aug 2024 16:57:04 +0400 Subject: [PATCH] More state errors --- .../upstream/ethereum/EthereumLowerBoundStateDetector.kt | 2 ++ 1 file changed, 2 insertions(+) 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 24ef33fb8..3b785b956 100644 --- a/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/EthereumLowerBoundStateDetector.kt +++ b/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/EthereumLowerBoundStateDetector.kt @@ -44,6 +44,8 @@ class EthereumLowerBoundStateDetector( "purged for block", // erigon "No state data", // our own error if there is "null" in response "state is not available", // bsc also can return this error along with "header not found" + "Block with such an ID is pruned", // zksync + "state at block", // berachain, eth ) }