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

Include shuffles in PinnedConstraintSystem::fmt #195

Closed
wants to merge 2 commits into from

Conversation

therealyingtong
Copy link

No description provided.

Copy link

@han0110 han0110 left a comment

Choose a reason for hiding this comment

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

LGTM! Nice catch.

(the clippy error should be fixed after #192 is merged)

@han0110
Copy link

han0110 commented Sep 6, 2023

Just realized the change might lead to different transcript_repr even the circuit doesn't use shuffle, so I think to keep backward compatability we need to skip the shuffle field when it's empty.

halo2_proofs/src/plonk/circuit.rs Outdated Show resolved Hide resolved
Address @han0110's suggestions

Co-authored-by: Han <[email protected]>
Copy link
Member

@CPerezz CPerezz left a comment

Choose a reason for hiding this comment

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

LGTM!

@CPerezz
Copy link
Member

CPerezz commented Nov 10, 2023

Closing as @han0110 already cherry-picked this in #226

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.

3 participants