From f03b60f012e0eb2eea8a17811ddfcf954ebeece9 Mon Sep 17 00:00:00 2001 From: Anton Date: Mon, 19 Aug 2024 18:06:17 +0300 Subject: [PATCH 1/2] Remove polygon mumbai --- .../dshackle/upstream/calls/DefaultEthereumMethods.kt | 2 +- .../upstream/ethereum/EthereumLowerBoundStateDetector.kt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/kotlin/io/emeraldpay/dshackle/upstream/calls/DefaultEthereumMethods.kt b/src/main/kotlin/io/emeraldpay/dshackle/upstream/calls/DefaultEthereumMethods.kt index 926dc2ea0..9042310af 100644 --- a/src/main/kotlin/io/emeraldpay/dshackle/upstream/calls/DefaultEthereumMethods.kt +++ b/src/main/kotlin/io/emeraldpay/dshackle/upstream/calls/DefaultEthereumMethods.kt @@ -389,7 +389,7 @@ class DefaultEthereumMethods( "rollup_gasPrices", "eth_getBlockRange", ) - Chain.POLYGON__MAINNET, Chain.POLYGON__MUMBAI -> listOf( + Chain.POLYGON__MAINNET -> listOf( "bor_getAuthor", "bor_getCurrentValidators", "bor_getCurrentProposer", 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 29deda7c9..a49ddd930 100644 --- a/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/EthereumLowerBoundStateDetector.kt +++ b/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/EthereumLowerBoundStateDetector.kt @@ -27,7 +27,6 @@ class EthereumLowerBoundStateDetector( "is not available, lowest height is", // kava, cronos "State already discarded for", // moonriver, moonbeam "your node is running with state pruning", // fuse - "Max height of block allowed", // mumbai "failed to compute tipset state", // filecoin-calibration "bad tipset height", // filecoin-calibration "body not found for block", From c05549736e6c95b022cceeb64b7d64baf743d7c8 Mon Sep 17 00:00:00 2001 From: Anton Date: Mon, 19 Aug 2024 18:06:17 +0300 Subject: [PATCH 2/2] Remove polygon mumbai (#22) Remove polygon mumbai (#90) * Remove polygon mumbai * use reserved --- emerald-grpc | 2 +- foundation/src/main/resources/public | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/emerald-grpc b/emerald-grpc index 21aaeb7fc..36b394d6f 160000 --- a/emerald-grpc +++ b/emerald-grpc @@ -1 +1 @@ -Subproject commit 21aaeb7fc14cfe0dfc7f95f9963855fe82f4a22d +Subproject commit 36b394d6fe1a565267565e564b821db766950de5 diff --git a/foundation/src/main/resources/public b/foundation/src/main/resources/public index ad94b61b5..e27f591e9 160000 --- a/foundation/src/main/resources/public +++ b/foundation/src/main/resources/public @@ -1 +1 @@ -Subproject commit ad94b61b5e4ea0eddfea14b1ff9bce6d761da5bf +Subproject commit e27f591e92c1d66f6890bec8f311ccd07873e133