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

Feat: Adds proof mode to the Runner #63

Merged
merged 48 commits into from
Sep 25, 2023
Merged

Conversation

rodrigo-pino
Copy link
Contributor

This PR includes #53

Adds a runner with the ability to fully use the implemented mechanisms of the VM as well as interacting with user and producing output readable by a prover.

To achieve this, some bugs had to be fixed:

  • Trace not being a power of two in proof mode
  • Prover expects elements to be at index one, instead of zero
  • Reallocating underlying segment for size increased, caused some referenced values to be lost

@rodrigo-pino rodrigo-pino merged commit 7af0d47 into main Sep 25, 2023
4 checks passed
@rodrigo-pino rodrigo-pino deleted the feat-runner-zero-proof-v2 branch September 25, 2023 16:26
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.

None yet

1 participant