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

patch: include shuffles in transcript, even when empty #348

Merged
merged 2 commits into from
Jun 6, 2024

Conversation

guorong009
Copy link

Description

  • Add the shuffles to PinnedConstraintSystem::fmt, even when empty

Related issues

Changes

  • remove the empty check condition of shuffles in PinnedConstraintSystem::fmt
  • update the plonk_api test

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.89%. Comparing base (b4d1c4c) to head (2e6a7d6).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #348      +/-   ##
==========================================
- Coverage   81.89%   81.89%   -0.01%     
==========================================
  Files          82       82              
  Lines       17010    17008       -2     
==========================================
- Hits        13930    13928       -2     
  Misses       3080     3080              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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!

A small note: since any change to this function makes the transcript_repr different, I think it'd be good to also includes other conditionally debugged fields in futher PRs before the next release, to avoid needs of rotating vk.

@ed255
Copy link
Member

ed255 commented Jun 6, 2024

As a reminder, in the latest release we had vk version 0x03:

const VERSION: u8 = 0x03;

Currently in main (not yet released) we have version 0x04:
const VERSION: u8 = 0x04;

So there's no need to bump the vk version and we can use 0x04 for the next release.

Copy link
Member

@ed255 ed255 left a comment

Choose a reason for hiding this comment

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

LGTM!

@guorong009 guorong009 merged commit d52ebca into main Jun 6, 2024
18 checks passed
@guorong009 guorong009 deleted the gr@transcript-include-shuffle-even-empty branch June 6, 2024 09:57
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.

Include shuffle within transcript when empty prior to a new major version release
4 participants