scroll-tech / halo2

Other
43 stars 39 forks source link

Fix clippy warnings and comment out outdated integration test cases #56

Closed kunxian-xia closed 1 year ago

kunxian-xia commented 1 year ago

This PR aims to do two things

  1. fix all the clippy warnings that happen in CI;
  2. comment out the outdated integration test cases in plonk_api as we modify the original test circuit to one that uses assign_regions api.