Skip to content

Commit

Permalink
CI: regression test for diff assert values in contract subcall
Browse files Browse the repository at this point in the history
  • Loading branch information
odesenfans committed Aug 28, 2024
1 parent ef35bc3 commit c108591
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/prove_blocks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,5 @@ jobs:
# * 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
# * 87019: diff assert values in contract subcall
bash scripts/prove-blocks.sh -p ${{ secrets.PATHFINDER_RPC_URL }} -b 76793,76766,76775,86507,87019,124533

0 comments on commit c108591

Please sign in to comment.