Skip to content

fix: correct misleading proof verification warning on macOS #2299

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

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

avorylli
Copy link

Motivation

Issue #2289 reports a potentially misleading warning "Not all proofs were read" on macOS (Apple Silicon) that doesn't appear on Ubuntu.

Solution

Fixed the issue by only incrementing the proof_stream_ptr counter when verification actually occurs.

Previously, the counter was always incremented regardless of whether verification happened, causing a mismatch between the number of processed proofs and the counter value.

PR Checklist

  • Added Tests
  • Added Documentation
  • Breaking changes

@liuchengxu
Copy link
Contributor

Very interesting that this issue occurred only on macOS, but Ubuntu is fine if the glitch is OS-unrelated.

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.

2 participants