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

Prover Bug Fix—Total Bytes Counter #169

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

bogdanbear
Copy link
Contributor

@bogdanbear bogdanbear commented Oct 9, 2024

This PR implements issue 168.

Checklist:

  • Zeroization constraint for the TotalBytesCounter column.

  • Fixed the fetching of the proper value by using an additional size-1 column and the CheckLastELemConsistency function.

@bogdanbear bogdanbear changed the title zeroization and correct value fetching Prover Bug Fix—Total Bytes Counter Oct 9, 2024
@bogdanbear bogdanbear linked an issue Oct 11, 2024 that may be closed by this pull request
@bogdanbear bogdanbear self-assigned this Oct 14, 2024
@bogdanbear bogdanbear added the Prover Tag to use for all work impacting the prover label Oct 14, 2024
@codecov-commenter
Copy link

codecov-commenter commented Oct 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.54%. Comparing base (f53e2d1) to head (533dce3).

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #169   +/-   ##
=========================================
  Coverage     70.54%   70.54%           
  Complexity     1042     1042           
=========================================
  Files           282      282           
  Lines         11310    11310           
  Branches       1028     1028           
=========================================
  Hits           7979     7979           
  Misses         2861     2861           
  Partials        470      470           
Flag Coverage Δ
hardhat 98.69% <ø> (ø)
kotlin 68.05% <ø> (ø)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Prover Tag to use for all work impacting the prover
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Prover/Bug Fix—Total Bytes Counter in the Public Input Module
4 participants