Skip to content

Commit

Permalink
Merge pull request #475 from jtraglia/cargo-update-fuzz
Browse files Browse the repository at this point in the history
Run cargo update for fuzzer
  • Loading branch information
asn-d6 authored Aug 8, 2024
2 parents 002537d + 36839be commit 1621259
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 25 deletions.
55 changes: 31 additions & 24 deletions fuzz/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion fuzz/fuzz_targets/fuzz_verify_cell_kzg_proof_batch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ fuzz_target!(|input: Input| {
let rkzg_result = DAS_CONTEXT.verify_cell_kzg_proof_batch(
commitments_bytes,
input.cell_indices,
vec![], // TODO: remove when the lib updates.
cells_bytes,
proofs_bytes,
);
Expand Down

0 comments on commit 1621259

Please sign in to comment.