From ec8edcc9ddd7848121b0972b5dd4b6145ce01637 Mon Sep 17 00:00:00 2001 From: Emilia Hane Date: Tue, 25 Jun 2024 10:34:06 +0200 Subject: [PATCH 1/3] Update comment for tests to be deprecated ethereum/rpc --- .github/workflows/hive.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hive.yml b/.github/workflows/hive.yml index e34470e4ded..fc814c598c7 100644 --- a/.github/workflows/hive.yml +++ b/.github/workflows/hive.yml @@ -68,9 +68,9 @@ jobs: matrix: # TODO: enable etherem/sync once resolved: # https://github.com/paradigmxyz/reth/issues/8579 - # TODO: enable ethereum/rpc once resolved: + # ethereum/rpc to be deprecated: # https://github.com/ethereum/hive/pull/1117 - # sim: [ethereum/rpc, smoke/genesis, smoke/network, ethereum/sync] + # sim: [smoke/genesis, smoke/network, ethereum/sync] sim: [smoke/genesis, smoke/network] include: - sim: devp2p From c59927941e547e8f7fe1b74f82eae0df6f4d9fda Mon Sep 17 00:00:00 2001 From: Emilia Hane Date: Tue, 25 Jun 2024 10:35:04 +0200 Subject: [PATCH 2/3] Add issue blocking ethereum/cancun --- .github/workflows/hive.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/hive.yml b/.github/workflows/hive.yml index fc814c598c7..020f48ddb0f 100644 --- a/.github/workflows/hive.yml +++ b/.github/workflows/hive.yml @@ -113,6 +113,7 @@ jobs: # limit: engine-api # TODO: enable cancun once resolved: # https://github.com/paradigmxyz/reth/issues/6217 + # https://github.com/paradigmxyz/reth/issues/8305 # https://github.com/paradigmxyz/reth/issues/8306 # https://github.com/paradigmxyz/reth/issues/7144 # - sim: ethereum/engine From ff44e6ea098207945da0c684f25a0b2f6200ff46 Mon Sep 17 00:00:00 2001 From: Emilia Hane Date: Tue, 25 Jun 2024 10:57:30 +0200 Subject: [PATCH 3/3] Reorder issues for failing engine tests, put tracking issue first --- .github/workflows/hive.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hive.yml b/.github/workflows/hive.yml index 020f48ddb0f..3340393d087 100644 --- a/.github/workflows/hive.yml +++ b/.github/workflows/hive.yml @@ -107,13 +107,13 @@ jobs: - sim: ethereum/engine limit: engine-transition # TODO: enable engine-api once resolved: - # https://github.com/paradigmxyz/reth/issues/6217 # https://github.com/paradigmxyz/reth/issues/8305 + # https://github.com/paradigmxyz/reth/issues/6217 # - sim: ethereum/engine # limit: engine-api # TODO: enable cancun once resolved: - # https://github.com/paradigmxyz/reth/issues/6217 # https://github.com/paradigmxyz/reth/issues/8305 + # https://github.com/paradigmxyz/reth/issues/6217 # https://github.com/paradigmxyz/reth/issues/8306 # https://github.com/paradigmxyz/reth/issues/7144 # - sim: ethereum/engine