Skip to content

Commit

Permalink
CI: add tests for DiffAssertValues resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
odesenfans committed Aug 28, 2024
1 parent 9a62105 commit ef35bc3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/prove_blocks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,9 @@ jobs:
bash scripts/setup-tests.sh
- name: Prove Blocks
run: bash scripts/prove-blocks.sh -p ${{ secrets.PATHFINDER_RPC_URL }} -b 76793,76766,76775
run: |
# These blocks verify the following issues:
# * 76793: the first block that we managed to prove, only has a few invoke txs
# * 76766 / 76775: additional basic blocks
# * 86507 / 124533: a failing assert that happened because we used the wrong VersionedConstants
bash scripts/prove-blocks.sh -p ${{ secrets.PATHFINDER_RPC_URL }} -b 76793,76766,76775,86507,124533

0 comments on commit ef35bc3

Please sign in to comment.