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

Update plonk to 0.14 #942

Merged
merged 11 commits into from
Jul 6, 2023
Merged

Update plonk to 0.14 #942

merged 11 commits into from
Jul 6, 2023

Conversation

moCello
Copy link
Member

@moCello moCello commented Jun 30, 2023

The update to plonk v0.14 causes a version bump across the majority of our stack.
Notable changes:

Plonk

  • Prover and Verifier aren't generic over a circuit anymore
  • circuit compression now available
  • public inputs are not negated anymore plonk #717

Phoenix-core

Merkle

  • poseidon-merkle replaces dusk-merkle

@moCello moCello force-pushed the mocello/929_update_plonk branch 6 times, most recently from 3bdd08a to 801f509 Compare July 5, 2023 19:36
@moCello moCello linked an issue Jul 6, 2023 that may be closed by this pull request
@moCello moCello force-pushed the mocello/929_update_plonk branch 2 times, most recently from 9208000 to ca5ca44 Compare July 6, 2023 09:46
Copy link
Member

@herr-seppia herr-seppia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Just amend commit messages to properly prefix crates

circuits/transfer/src/execute/input.rs Show resolved Hide resolved
rusk-abi/tests/lib.rs Show resolved Hide resolved
@moCello moCello merged commit a2e1169 into master Jul 6, 2023
4 checks passed
@moCello moCello deleted the mocello/929_update_plonk branch July 6, 2023 11:01
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.

Update to plonk version with circuit compression capabilities
2 participants