diff --git a/emerald-grpc b/emerald-grpc index 43ca73b1..e487c94a 160000 --- a/emerald-grpc +++ b/emerald-grpc @@ -1 +1 @@ -Subproject commit 43ca73b1b08da03e6b586887c7223bdd644a5d9e +Subproject commit e487c94ad43f002517ab2b1954d7cebb9023f0a6 diff --git a/foundation/src/main/resources/public b/foundation/src/main/resources/public index 8016aa13..bd46f940 160000 --- a/foundation/src/main/resources/public +++ b/foundation/src/main/resources/public @@ -1 +1 @@ -Subproject commit 8016aa139eed8f920b024224f7f4dd2df5a1dcc4 +Subproject commit bd46f940f5f41369fdfcd84fb743b6addcf831d7 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 c94ff6e0..55fcc9c7 100644 --- a/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/EthereumLowerBoundStateDetector.kt +++ b/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/EthereumLowerBoundStateDetector.kt @@ -49,6 +49,7 @@ class EthereumLowerBoundStateDetector( "unsupported block number", // arb "unexpected state root", // fantom "evm module does not exist on height", // sei + "failed to load state at height", // 0g ) }