Skip to content

Commit

Permalink
add eth_getStorageAt、eth_getProof cases
Browse files Browse the repository at this point in the history
  • Loading branch information
sunchengzhu committed Dec 8, 2023
1 parent d38ae58 commit 3938373
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: ed53f9026735ffc2175305dd21da6f49d9871251
path: axon-hardfork-test

- name: Choose network
Expand Down Expand Up @@ -111,6 +111,8 @@ jobs:
npx hardhat test --grep "check hardfork info after hardfork"
npx hardhat test --grep "update max_contract_limit"
npx hardhat test --grep "deploy a big contract smaller than max_contract_limit"
npx hardhat test --grep "transfer demo"
npx hardhat test test/verifyProof.ts --network proof
- name: Archive logs
if: failure()
Expand Down

0 comments on commit 3938373

Please sign in to comment.