Skip to content

Commit

Permalink
update justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nulltea committed Dec 2, 2023
1 parent 7b83fda commit 4838834
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ check:
lint: fmt
cargo clippy --all-targets --all-features --workspace

setup-step network:
cargo run -r -- circuit sync-step -p ./build/sync_step_$1.pkey -k 22 setup
setup-step network *k='22':
cargo run -r -- circuit sync-step -p ./build/sync_step_$1.pkey -k $2 setup

setup-committee-update network:
setup-committee-update network *k='25':
cargo run -r -- circuit committee-update -p ./build/committee_update_$1.pkey -k 18 \
--verifier-k 25 --verifier-pk-path ./build/committee_update_verifier_$1.pkey setup
--verifier-k $2 --verifier-pk-path ./build/committee_update_verifier_$1.pkey setup

gen-verifier-step network:
cargo run -r -- circuit sync-step -p ./build/sync_step_$1.pkey gen-verifier -o ./contracts/snark-verifiers/sync_step_$1.sol
Expand Down

0 comments on commit 4838834

Please sign in to comment.