From 98d29c064f965eabd83099c0538d6edc5b8fdabf Mon Sep 17 00:00:00 2001 From: oke11o Date: Tue, 11 Mar 2025 09:32:30 +0100 Subject: [PATCH] added stateError for EthereumLowerBoundStateDetector (#638) --- .../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 a1660e22..a7b85c1c 100644 --- a/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/EthereumLowerBoundStateDetector.kt +++ b/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/EthereumLowerBoundStateDetector.kt @@ -54,6 +54,7 @@ class EthereumLowerBoundStateDetector( "old data not available due", // eth "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 ) }