Skip to content

Commit

Permalink
add eth_getStorageAt、eth_getProof cases
Browse files Browse the repository at this point in the history
Update hardfork_test.yml

update hardfork_test ref
  • Loading branch information
sunchengzhu committed Dec 8, 2023
1 parent d38ae58 commit c895007
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/hardfork_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: axonweb3/axon-hardfork-test
ref: b1f768de8be10604cad882474c0dcfa19c0a93ea
ref: 69293ac366991cf5830ab8366a85d72449daeadc
path: axon-hardfork-test

- name: Choose network
Expand All @@ -96,6 +96,8 @@ jobs:
working-directory: axon-hardfork-test
run: |
npm install
npx hardhat test --grep "transfer demo"
npx hardhat test test/verifyProof.ts --network proof
npx hardhat test --grep "deploy a normal contract"
npx hardhat test --grep "deploy a big contract larger than max_contract_limit"
npx hardhat test --grep "check hardfork info before hardfork"
Expand Down

0 comments on commit c895007

Please sign in to comment.