From c1085914ca0ad3f6b76fc986c197b766c57b858f Mon Sep 17 00:00:00 2001 From: Olivier Desenfans Date: Wed, 28 Aug 2024 22:53:57 +0200 Subject: [PATCH] CI: regression test for diff assert values in contract subcall --- .github/workflows/prove_blocks.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/prove_blocks.yml b/.github/workflows/prove_blocks.yml index 4ac2f3019..9d48dc4bd 100644 --- a/.github/workflows/prove_blocks.yml +++ b/.github/workflows/prove_blocks.yml @@ -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