From 969dc2a3bf9a279776457e05e91336fe043b764f Mon Sep 17 00:00:00 2001 From: vezenovm Date: Wed, 24 Apr 2024 14:29:10 +0000 Subject: [PATCH 1/2] change noir-gates-diff commit on protocol circuits gate diff --- .github/workflows/protocol-circuits-gate-diff.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/protocol-circuits-gate-diff.yml b/.github/workflows/protocol-circuits-gate-diff.yml index 0840e67449b..f7b61ff3c90 100644 --- a/.github/workflows/protocol-circuits-gate-diff.yml +++ b/.github/workflows/protocol-circuits-gate-diff.yml @@ -90,7 +90,7 @@ jobs: - name: Compare gates reports id: gates_diff - uses: TomAFrench/noir-gates-diff@df05f34e2ab275ddc4f2cac065df1c88f8a05e5d + uses: vezenovm/noir-gates-diff@45e9c9a21deb236fa7f38138b42b33ddaf7c0985 with: report: protocol_circuits_report.json summaryQuantile: 0 # Display any diff in gate count From 9dcbb7c4e001e8948f27e20c2fd623a2deb22c02 Mon Sep 17 00:00:00 2001 From: vezenovm Date: Wed, 24 Apr 2024 14:31:27 +0000 Subject: [PATCH 2/2] use correct gates diff commit now that master has been reset --- .github/workflows/protocol-circuits-gate-diff.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/protocol-circuits-gate-diff.yml b/.github/workflows/protocol-circuits-gate-diff.yml index f7b61ff3c90..b31e371d471 100644 --- a/.github/workflows/protocol-circuits-gate-diff.yml +++ b/.github/workflows/protocol-circuits-gate-diff.yml @@ -90,7 +90,7 @@ jobs: - name: Compare gates reports id: gates_diff - uses: vezenovm/noir-gates-diff@45e9c9a21deb236fa7f38138b42b33ddaf7c0985 + uses: vezenovm/noir-gates-diff@acf12797860f237117e15c0d6e08d64253af52b6 with: report: protocol_circuits_report.json summaryQuantile: 0 # Display any diff in gate count