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 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",