Skip to content

Commit

Permalink
chore: refactor download sh, remove append_with_subtrees_* vkeys (#1410)
Browse files Browse the repository at this point in the history
* chore: refactor download sh, remove append_with_subtrees_* vkeys

* chore: switch to DO Storage for proving keys
  • Loading branch information
sergeytimoshin authored Dec 21, 2024
1 parent 9f1359d commit fe0e214
Show file tree
Hide file tree
Showing 12 changed files with 111 additions and 447 deletions.
5 changes: 0 additions & 5 deletions circuit-lib/verifier/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -312,11 +312,6 @@ pub fn verify_batch_append_with_proofs(
compressed_proof: &CompressedProof,
) -> Result<(), VerifierError> {
match batch_size {
1 => verify::<1>(
&[public_input_hash],
compressed_proof,
&append_with_proofs_32_1::VERIFYINGKEY,
),
10 => verify::<1>(
&[public_input_hash],
compressed_proof,
Expand Down
65 changes: 0 additions & 65 deletions circuit-lib/verifier/src/verifying_keys/append_with_proofs_32_1.rs

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit fe0e214

Please sign in to comment.