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

dev: make BuiltinRunner::included public #1989

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

Conversation

enitrat
Copy link
Contributor

@enitrat enitrat commented Mar 7, 2025

Make BuiltinRunner::included public

Description

I made this function public. I need this because when a specific function is ran in proof_mode, that function only takes N out of M builtins, where M is the total amount of builtins for the layout. Then, I can check if a builtin is included (among N) or not, and if it's not, instantly call final_stack and write it to the execution_public_memory so that I can generate a valid proof.

Description of the pull request changes and motivation.

Checklist

  • Linked to Github Issue
  • Unit tests added
  • Integration tests added.
  • This change requires new documentation.
    • Documentation has been added/updated.
    • CHANGELOG has been updated.

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.

1 participant