From 8f7377bc66e7b2e99762a075f5d859774eba38de Mon Sep 17 00:00:00 2001 From: a10zn8 Date: Mon, 11 Dec 2023 18:43:12 +0300 Subject: [PATCH] add eth_getBlockReceipts as possibleNotIndexedMethods for ethereum methods (#362) --- .../emeraldpay/dshackle/upstream/calls/DefaultEthereumMethods.kt | 1 + 1 file changed, 1 insertion(+) 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 885b90eab..01e7e17d9 100644 --- a/src/main/kotlin/io/emeraldpay/dshackle/upstream/calls/DefaultEthereumMethods.kt +++ b/src/main/kotlin/io/emeraldpay/dshackle/upstream/calls/DefaultEthereumMethods.kt @@ -88,6 +88,7 @@ class DefaultEthereumMethods( "eth_getTransactionByBlockNumberAndIndex", "eth_getUncleByBlockHashAndIndex", "eth_getUncleCountByBlockHash", + "eth_getBlockReceipts", ) private val firstValueMethods = listOf(