From 455bfdb8ddc9c3ea8495399265a51e914b0de17f Mon Sep 17 00:00:00 2001 From: Andrey Bronin Date: Fri, 9 May 2025 12:22:30 +0300 Subject: [PATCH] add not retryable error to lower bound proof detector (#662) --- .../upstream/ethereum/EthereumLowerBoundProofDetector.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/EthereumLowerBoundProofDetector.kt b/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/EthereumLowerBoundProofDetector.kt index 8d1d2a4b..36934c4d 100644 --- a/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/EthereumLowerBoundProofDetector.kt +++ b/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/EthereumLowerBoundProofDetector.kt @@ -25,6 +25,7 @@ class EthereumLowerBoundProofDetector( "block not found", "proofs are available only for the 'latest' block", "missing trie node", + "cannot find EVM IAVL store", ) }