From e649f6a9f709937c071b83daf3a30128383fad5d Mon Sep 17 00:00:00 2001 From: joshie <93316087+joshieDo@users.noreply.github.com> Date: Wed, 28 Aug 2024 17:50:58 +0100 Subject: [PATCH] remove eth_createAccessList from expected failures --- .github/assets/hive/expected_failures.yaml | 2 -- .github/assets/hive/expected_failures_experimental.yaml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/assets/hive/expected_failures.yaml b/.github/assets/hive/expected_failures.yaml index 2aecec02cb15..b82c9d131ebf 100644 --- a/.github/assets/hive/expected_failures.yaml +++ b/.github/assets/hive/expected_failures.yaml @@ -7,8 +7,6 @@ rpc-compat: - debug_getRawTransaction/get-invalid-hash (reth) - eth_call/call-callenv (reth) - - eth_createAccessList/create-al-contract-eip1559 (reth) - - eth_createAccessList/create-al-contract (reth) - eth_feeHistory/fee-history (reth) - eth_getStorageAt/get-storage-invalid-key-too-large (reth) - eth_getStorageAt/get-storage-invalid-key (reth) diff --git a/.github/assets/hive/expected_failures_experimental.yaml b/.github/assets/hive/expected_failures_experimental.yaml index 61a21837ca49..66a68f0c67e7 100644 --- a/.github/assets/hive/expected_failures_experimental.yaml +++ b/.github/assets/hive/expected_failures_experimental.yaml @@ -7,8 +7,6 @@ rpc-compat: - debug_getRawTransaction/get-invalid-hash (reth) - eth_call/call-callenv (reth) - - eth_createAccessList/create-al-contract-eip1559 (reth) - - eth_createAccessList/create-al-contract (reth) - eth_feeHistory/fee-history (reth) - eth_getStorageAt/get-storage-invalid-key-too-large (reth) - eth_getStorageAt/get-storage-invalid-key (reth)