Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add plonk #537

Merged
merged 6 commits into from
Sep 4, 2023
Merged

Add plonk #537

merged 6 commits into from
Sep 4, 2023

Conversation

MauroToscano
Copy link
Collaborator

Add plonk

Description

Re add plonk

@MauroToscano MauroToscano requested review from schouhy, ajgara and a team as code owners September 1, 2023 15:34
@codecov-commenter
Copy link

codecov-commenter commented Sep 1, 2023

Codecov Report

Merging #537 (dadca8c) into main (731e27c) will increase coverage by 1.68%.
The diff coverage is 99.50%.

@@            Coverage Diff             @@
##             main     #537      +/-   ##
==========================================
+ Coverage   94.16%   95.84%   +1.68%     
==========================================
  Files          63       76      +13     
  Lines        8979    12192    +3213     
==========================================
+ Hits         8455    11686    +3231     
+ Misses        524      506      -18     
Files Changed Coverage Δ
provers/plonk/src/test_utils/utils.rs 97.87% <97.87%> (ø)
provers/plonk/src/constraint_system/mod.rs 98.51% <98.51%> (ø)
provers/plonk/src/constraint_system/solver.rs 99.04% <99.04%> (ø)
provers/plonk/src/setup.rs 99.29% <99.29%> (ø)
provers/plonk/src/prover.rs 99.72% <99.72%> (ø)
provers/plonk/src/verifier.rs 99.73% <99.73%> (ø)
provers/plonk/src/constraint_system/conditional.rs 100.00% <100.00%> (ø)
provers/plonk/src/constraint_system/errors.rs 100.00% <100.00%> (ø)
provers/plonk/src/constraint_system/operations.rs 100.00% <100.00%> (ø)
provers/plonk/src/constraint_system/types.rs 100.00% <100.00%> (ø)
... and 3 more

... and 3 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@MauroToscano MauroToscano added this pull request to the merge queue Sep 4, 2023
Merged via the queue into main with commit b49d2fd Sep 4, 2023
7 of 8 checks passed
@MauroToscano MauroToscano deleted the restore-plonk branch September 4, 2023 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants