From 81978940903490f1fa80700da1d820eeb1ea8637 Mon Sep 17 00:00:00 2001 From: Federico Gimenez Date: Sun, 19 Jan 2025 13:59:54 +0100 Subject: [PATCH] chore(ci): remove eth_feeHistory from hive's rpc-compat expected failures (#13869) --- .github/assets/hive/expected_failures.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/assets/hive/expected_failures.yaml b/.github/assets/hive/expected_failures.yaml index c1c7ff71cf..fd0fbed6c1 100644 --- a/.github/assets/hive/expected_failures.yaml +++ b/.github/assets/hive/expected_failures.yaml @@ -7,7 +7,6 @@ rpc-compat: - debug_getRawTransaction/get-invalid-hash (reth) - eth_call/call-callenv (reth) - - eth_feeHistory/fee-history (reth) - eth_getStorageAt/get-storage-invalid-key-too-large (reth) - eth_getStorageAt/get-storage-invalid-key (reth) - eth_getTransactionReceipt/get-access-list (reth)