From d2647dcc7c05afbf56fdece19a8149a90f89232d Mon Sep 17 00:00:00 2001 From: Dan Cline <6798349+Rjected@users.noreply.github.com> Date: Mon, 4 Sep 2023 08:44:35 -0700 Subject: [PATCH] chore: add cancun to hive job (#4478) --- .github/workflows/hive.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/hive.yml b/.github/workflows/hive.yml index fbc598b95ac5..a921f4b94767 100644 --- a/.github/workflows/hive.yml +++ b/.github/workflows/hive.yml @@ -31,11 +31,10 @@ jobs: cache-from: type=gha cache-to: type=gha,mode=max - # TODO: replace when we are not using a fork - name: Checkout hive tests uses: actions/checkout@v3 with: - repository: paradigmxyz/hive + repository: ethereum/hive ref: master path: hivetests @@ -88,6 +87,9 @@ jobs: - sim: ethereum/engine limit: engine-api experimental: true + - sim: ethereum/engine + limit: cancun + experimental: true # eth_ rpc methods - sim: ethereum/rpc-compat include: [eth_blockNumber, eth_call, eth_chainId, eth_createAccessList, eth_estimateGas, eth_feeHistory, eth_getBalance, eth_getBlockBy, eth_getBlockTransactionCountBy, eth_getCode, eth_getStorage, eth_getTransactionBy, eth_getTransactionCount, eth_getTransactionReceipt, eth_sendRawTransaction, eth_syncing] @@ -123,11 +125,10 @@ jobs: mv /tmp/hive /usr/local/bin chmod +x /usr/local/bin/hive - # TODO: replace when we are not using a fork - name: Checkout hive tests uses: actions/checkout@v3 with: - repository: paradigmxyz/hive + repository: ethereum/hive ref: master path: hivetests