From bbc73d862dc48649d204fe61924324c7fc0f6b50 Mon Sep 17 00:00:00 2001 From: Emilia Hane Date: Fri, 9 Feb 2024 14:25:56 +0100 Subject: [PATCH] Update ci hive eth test suite (#6505) --- .github/workflows/hive.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/workflows/hive.yml b/.github/workflows/hive.yml index 7293aa057e..da37528779 100644 --- a/.github/workflows/hive.yml +++ b/.github/workflows/hive.yml @@ -67,20 +67,25 @@ jobs: limit: discv4 - sim: devp2p limit: eth - # we have excluded these tests because we do not support block - # announcements - # exclude: [TestLargeAnnounce, TestBroadcast, TestBlockHashAnnounce] include: + # status - TestStatus + # get block headers - TestGetBlockHeaders - TestSimultaneousRequests - TestSameRequestID - TestZeroRequestID + # get block bodies - TestGetBlockBodies + # malicious handshakes + status - TestMaliciousHandshake - TestMaliciousStatus + # test transactions + - TestLargeTxRequest - TestTransaction - - TestMaliciousTx + - TestInvalidTxs + - TestNewPooledTxs + - TestBlobViolations - sim: ethereum/engine limit: engine-exchange-capabilities - sim: ethereum/engine