From 31b0b8a324948e02a46aac84eb1ceed6a944d0bd Mon Sep 17 00:00:00 2001 From: msizov Date: Fri, 15 Aug 2025 20:09:48 +0700 Subject: [PATCH] Add celo sepolia (#705) * add monad nonretryable error * add celo sepolia --- emerald-grpc | 2 +- foundation/src/main/resources/public | 2 +- .../upstream/ethereum/EthereumLowerBoundProofDetector.kt | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/emerald-grpc b/emerald-grpc index 947e7249..368118aa 160000 --- a/emerald-grpc +++ b/emerald-grpc @@ -1 +1 @@ -Subproject commit 947e72497881707c1bfd430af10fe85ce6c62716 +Subproject commit 368118aa9061233793976726b89b7ab105cee39b diff --git a/foundation/src/main/resources/public b/foundation/src/main/resources/public index cb699fb4..0d66d51b 160000 --- a/foundation/src/main/resources/public +++ b/foundation/src/main/resources/public @@ -1 +1 @@ -Subproject commit cb699fb4274b45759426d73724b79e1a09ba714f +Subproject commit 0d66d51bae0da71b1db9e8ad08bb6d8e34ea2406 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 d24f36c1..9834d819 100644 --- a/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/EthereumLowerBoundProofDetector.kt +++ b/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/EthereumLowerBoundProofDetector.kt @@ -27,6 +27,7 @@ class EthereumLowerBoundProofDetector( "cannot find EVM IAVL store", "old data not available due to pruning", "no historical RPC is available", + "Method not found", // Monad error bc they don't have eth_getProofs ) }