From ed954cefb4e08a19dc3fc8b4ce9468c04c0f89c3 Mon Sep 17 00:00:00 2001 From: KirillPamPam Date: Tue, 3 Mar 2026 12:46:51 +0400 Subject: [PATCH] New sei errors --- .../upstream/ethereum/EthereumLowerBoundBlockDetector.kt | 1 + .../upstream/ethereum/EthereumLowerBoundProofDetector.kt | 1 + 2 files changed, 2 insertions(+) diff --git a/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/EthereumLowerBoundBlockDetector.kt b/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/EthereumLowerBoundBlockDetector.kt index 7e38c0c1..c3523e72 100644 --- a/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/EthereumLowerBoundBlockDetector.kt +++ b/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/EthereumLowerBoundBlockDetector.kt @@ -31,6 +31,7 @@ class EthereumLowerBoundBlockDetector( "pruned history unavailable", // xlayer "no transactions snapshot file for", "has been pruned; earliest available is", + "could not find block for height", ) } 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 20404b7a..5476e0d4 100644 --- a/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/EthereumLowerBoundProofDetector.kt +++ b/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/EthereumLowerBoundProofDetector.kt @@ -30,6 +30,7 @@ class EthereumLowerBoundProofDetector( "Method not found", // Monad error bc they don't have eth_getProofs "invalid block height", // hyperliquid "not supported", + "evm module does not exist on height", ) }