From c2a3a409f8ec60cb26697a5fa618cde4c7092a75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Moraczy=C5=84ski?= Date: Tue, 14 Oct 2025 15:35:52 +0200 Subject: [PATCH] Remove passing eth_getBlockByNumber hive tests Removed known failing tests related to eth_getBlockByNumber. --- scripts/known-failing-hive-tests.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/known-failing-hive-tests.txt b/scripts/known-failing-hive-tests.txt index c9357a2d1adf..016d7087e22b 100644 --- a/scripts/known-failing-hive-tests.txt +++ b/scripts/known-failing-hive-tests.txt @@ -5,9 +5,6 @@ debug_getRawHeader/get-invalid-number (nethermind) debug_getRawReceipts/get-invalid-number (nethermind) debug_getRawTransaction/get-invalid-hash (nethermind) debug_getRawTransaction/get-tx (nethermind) -eth_getBlockByNumber/get-finalized (nethermind) -eth_getBlockByNumber/get-latest (nethermind) -eth_getBlockByNumber/get-safe (nethermind) eth_getBlockReceipts/get-block-receipts-by-hash (nethermind) eth_getBlockReceipts/get-block-receipts-n (nethermind) eth_getProof/get-account-proof-with-storage (nethermind)