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

Enabling too many chips leads to errors in the recursive verifier #188

Open
wwared opened this issue Oct 15, 2024 · 0 comments
Open

Enabling too many chips leads to errors in the recursive verifier #188

wwared opened this issue Oct 15, 2024 · 0 comments

Comments

@wwared
Copy link
Contributor

wwared commented Oct 15, 2024

As discovered during debugging of #186, it seems like having too many chips in the chip map leads to cumulative sum errors in the compress step. Specifically, the proofs outputted by the core verifier running inside of the recursive compress machine have non-zero cumulative sum. Disabling the chips by removing them from the chip map works around this issue. We're not sure exactly what the error inside of the recursive machine is yet.

For now, we've disabled a subset of chips that we are not relying on to work around this issue.

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

No branches or pull requests

1 participant