From eb50f4b87d516b44f0f6ca6e9a756ffc464b75d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Uhl=C3=AD=C5=99?= Date: Wed, 20 Dec 2023 16:36:16 +0100 Subject: [PATCH] ci: lets bring it more donw --- .github/workflows/generate.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index 15713c6..eadaca6 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -37,10 +37,10 @@ on: nCells: description: 'Number of cells in this slot' default: '512' - - ceremonyContribution: - description: 'Input into the circuit ceremony setup' - default: 'Let the Codex rock!' +# +# ceremonyContribution: +# description: 'Input into the circuit ceremony setup' +# default: 'Let the Codex rock!' env: nim_version: 1.6.14 @@ -102,9 +102,10 @@ jobs: run: | wget -O ceremony.ptau -P .. ${{ env.ceremony_source }} NODE_OPTIONS="--max-old-space-size=8192" snarkjs groth16 setup proof_main.r1cs ../ceremony.ptau proof_main_0000.zkey - NODE_OPTIONS="--max-old-space-size=8192" snarkjs zkey contribute proof_main_0000.zkey proof_main_0001.zkey --name="External Contribution" -e="${{ github.event.inputs.ceremonyContribution }}" - rm proof_main_0000.zkey - mv proof_main_0001.zkey proof_main.zkey +# NODE_OPTIONS="--max-old-space-size=8192" snarkjs zkey contribute proof_main_0000.zkey proof_main_0001.zkey --name="External Contribution" -e="${{ github.event.inputs.ceremonyContribution }}" +# rm proof_main_0000.zkey + mv proof_main_0000.zkey proof_main.zkey +# mv proof_main_0001.zkey proof_main.zkey snarkjs zkey export verificationkey proof_main.zkey proof_main_verification_key.json snarkjs zkey export solidityverifier proof_main.zkey verifier.sol cd ..