zksync-era icon indicating copy to clipboard operation
zksync-era copied to clipboard

feat: add compress proof test

Open SuccinctPaul opened this issue 1 year ago • 2 comments

What ❔

Add test for compress proof test

Why ❔

Easy to debug and test.

  • how to run
zk cargo test --test test_compress_proof --release

Checklist

  • [ ] PR title corresponds to the body of PR (we generate changelog entries from PRs).
  • [ ] Tests for the changes have been added / updated.
  • [ ] Documentation comments have been added / updated.
  • [ ] Code has been formatted via zk fmt and zk lint.
  • [ ] Spellcheck has been run via zk spellcheck.
  • [ ] Linkcheck has been run via zk linkcheck.

SuccinctPaul avatar Feb 29 '24 14:02 SuccinctPaul

We'll have to troubleshoot the tests. But otherwise looks good.

EmilLuta avatar Mar 18 '24 21:03 EmilLuta

Yeah, Seems need the snark's srs file.

SuccinctPaul avatar Mar 19 '24 08:03 SuccinctPaul