Skip to content

Commit 3302a0b

Browse files
PatStilesJuArceentropidelic
authored
chore(halo2):Pin halo2 branch to commit + Fix Halo2 KZG bindings (#606)
Co-authored-by: JuArce <52429267+JuArce@users.noreply.github.com> Co-authored-by: Mariano A. Nicolini <mariano.nicolini.91@gmail.com>
1 parent 0bdc780 commit 3302a0b

24 files changed

Lines changed: 753 additions & 863 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ test_halo2_kzg_go_bindings_linux: build_halo2_kzg_linux
523523
generate_halo2_kzg_proof:
524524
@cd scripts/test_files/halo2_kzg && \
525525
cargo clean && \
526-
rm params.bin proof.bin pub_input.bin && \
526+
rm -f params.bin proof.bin pub_input.bin && \
527527
RUST_LOG=info cargo run --release && \
528528
echo "Generating halo2 plonk proof..." && \
529529
echo "Generated halo2 plonk proof!"
@@ -554,7 +554,7 @@ test_halo2_ipa_go_bindings_linux: build_halo2_ipa_linux
554554
generate_halo2_ipa_proof:
555555
@cd scripts/test_files/halo2_ipa && \
556556
cargo clean && \
557-
rm params.bin proof.bin pub_input.bin && \
557+
rm -f params.bin proof.bin pub_input.bin && \
558558
RUST_LOG=info cargo run --release && \
559559
echo "Generating halo2 plonk proof..." && \
560560
echo "Generated halo2 plonk proof!"

batcher/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)