From 158e7b616d461f2d384d3d7557c620ca84342fdd Mon Sep 17 00:00:00 2001 From: KirillPamPam Date: Wed, 22 Jan 2025 18:24:26 +0400 Subject: [PATCH] More state errors (#622) --- .../upstream/ethereum/EthereumLowerBoundStateDetector.kt | 4 ++++ 1 file changed, 4 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 55fcc9c7..a1660e22 100644 --- a/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/EthereumLowerBoundStateDetector.kt +++ b/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/EthereumLowerBoundStateDetector.kt @@ -50,6 +50,10 @@ class EthereumLowerBoundStateDetector( "unexpected state root", // fantom "evm module does not exist on height", // sei "failed to load state at height", // 0g + "no state found for block", // optimism + "old data not available due", // eth + "State not found for block", // rootstock + "state does not maintain archive data", // fantom ) }