diff --git a/.github/assets/hive/expected_failures.yaml b/.github/assets/hive/expected_failures.yaml index 09b20fb1ef..ddf1383ff4 100644 --- a/.github/assets/hive/expected_failures.yaml +++ b/.github/assets/hive/expected_failures.yaml @@ -20,7 +20,24 @@ rpc-compat: - eth_getBlockByNumber/get-latest (reth) - eth_getBlockByNumber/get-safe (reth) -# https://github.com/paradigmxyz/reth/issues/8732 + - eth_createAccessList/create-al-contract-eip1559 (reth) + - eth_createAccessList/create-al-contract (reth) + - eth_getProof/get-account-proof-blockhash (reth) + - eth_getProof/get-account-proof-latest (reth) + - eth_getProof/get-account-proof-with-storage (reth) + - eth_getTransactionByBlockHashAndIndex/get-block-n (reth) + - eth_getTransactionByBlockNumberAndIndex/get-block-n (reth) + - eth_getTransactionByHash/get-access-list (reth) + - eth_getTransactionByHash/get-blob-tx (reth) + - eth_getTransactionByHash/get-dynamic-fee (reth) + - eth_getTransactionByHash/get-legacy-create (reth) + - eth_getTransactionByHash/get-legacy-input (reth) + - eth_getTransactionByHash/get-legacy-tx (reth) + - eth_getTransactionReceipt/get-legacy-contract (reth) + - eth_getTransactionReceipt/get-legacy-input (reth) + - eth_getTransactionReceipt/get-legacy-receipt (reth)' + + # https://github.com/paradigmxyz/reth/issues/8732 engine-withdrawals: - Withdrawals Fork On Genesis (Paris) (reth) - Withdrawals Fork on Block 1 (Paris) (reth) diff --git a/.github/assets/hive/expected_failures_experimental.yaml b/.github/assets/hive/expected_failures_experimental.yaml index d4b3d2bcbd..91fd1a88ab 100644 --- a/.github/assets/hive/expected_failures_experimental.yaml +++ b/.github/assets/hive/expected_failures_experimental.yaml @@ -20,6 +20,23 @@ rpc-compat: - eth_getBlockByNumber/get-latest (reth) - eth_getBlockByNumber/get-safe (reth) + - eth_createAccessList/create-al-contract-eip1559 (reth) + - eth_createAccessList/create-al-contract (reth) + - eth_getProof/get-account-proof-blockhash (reth) + - eth_getProof/get-account-proof-latest (reth) + - eth_getProof/get-account-proof-with-storage (reth) + - eth_getTransactionByBlockHashAndIndex/get-block-n (reth) + - eth_getTransactionByBlockNumberAndIndex/get-block-n (reth) + - eth_getTransactionByHash/get-access-list (reth) + - eth_getTransactionByHash/get-blob-tx (reth) + - eth_getTransactionByHash/get-dynamic-fee (reth) + - eth_getTransactionByHash/get-legacy-create (reth) + - eth_getTransactionByHash/get-legacy-input (reth) + - eth_getTransactionByHash/get-legacy-tx (reth) + - eth_getTransactionReceipt/get-legacy-contract (reth) + - eth_getTransactionReceipt/get-legacy-input (reth) + - eth_getTransactionReceipt/get-legacy-receipt (reth)' + # https://github.com/paradigmxyz/reth/issues/8732 engine-withdrawals: - Withdrawals Fork On Genesis (Paris) (reth)