Skip to content

Commit

Permalink
chore: add cancun to hive job (#4478)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rjected authored Sep 4, 2023
1 parent 8c015c1 commit d2647dc
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/hive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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]
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit d2647dc

Please sign in to comment.