From 17c3b436206bb6a9fc0672cb37a151427fbc0ec3 Mon Sep 17 00:00:00 2001 From: Termina1 Date: Wed, 7 May 2025 17:08:03 +0300 Subject: [PATCH] add historical error for monad for lower bound correctness --- .../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 1ae87a5e..58fddcc9 100644 --- a/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/EthereumLowerBoundStateDetector.kt +++ b/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/EthereumLowerBoundStateDetector.kt @@ -56,6 +56,7 @@ class EthereumLowerBoundStateDetector( "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 + "Request might be querying historical state that is not available", // monad ) }