From 027f920eb43f4d17c2eae9939dbfcc4d36cd2ce5 Mon Sep 17 00:00:00 2001 From: Kolby Moroz Liebl <31669092+KolbyML@users.noreply.github.com> Date: Thu, 18 Apr 2024 03:58:03 -0700 Subject: [PATCH] ci: enable eth_getProof hive test (#7710) --- .github/workflows/hive.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/hive.yml b/.github/workflows/hive.yml index eb8bb7945..184ee0df0 100644 --- a/.github/workflows/hive.yml +++ b/.github/workflows/hive.yml @@ -116,17 +116,13 @@ jobs: - eth_getBlockBy - eth_getBlockTransactionCountBy - eth_getCode + - eth_getProof - eth_getStorage - eth_getTransactionBy - eth_getTransactionCount - eth_getTransactionReceipt - eth_sendRawTransaction - eth_syncing - # not running eth_getProof tests because we do not support - # eth_getProof yet - # - sim: ethereum/rpc-compat - # include: [eth_getProof/get-account-proof-with-storage, eth_getProof/get-account-proof] - # experimental: true # debug_ rpc methods - sim: ethereum/rpc-compat include: [debug_]