From cb298788df3eb02dd3f9ec2a851301311006d3de Mon Sep 17 00:00:00 2001 From: Alexey Shekhirin Date: Thu, 22 Jun 2023 18:06:56 +0100 Subject: [PATCH] chore(ci): add missing Hive `rpc-compat` methods (#3331) --- .github/workflows/hive.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hive.yml b/.github/workflows/hive.yml index b37a905b96..694e065451 100644 --- a/.github/workflows/hive.yml +++ b/.github/workflows/hive.yml @@ -90,7 +90,7 @@ jobs: experimental: true # eth_ rpc methods - sim: ethereum/rpc-compat - include: [eth_blockNumber, eth_call, eth_chainId, eth_createAccessList, eth_estimateGas, eth_feeHistory, eth_getBalance, eth_getBlockBy, eth_getBlockTransactionCountBy, eth_getCode, eth_getStorage, eth_getTransactionBy, eth_getTransactionCount, eth_sendRawTransaction, eth_syncing] + include: [eth_blockNumber, eth_call, eth_chainId, eth_createAccessList, eth_estimateGas, eth_feeHistory, eth_getBalance, eth_getBlockBy, eth_getBlockTransactionCountBy, eth_getCode, eth_getStorage, eth_getTransactionBy, eth_getTransactionCount, eth_getTransactionReceipt, eth_sendRawTransaction, eth_syncing] experimental: true # not running eth_getProof tests because we do not support # eth_getProof yet