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

Feature: bootloader hint processor #1

Merged
merged 6 commits into from
May 24, 2024
Merged

Conversation

odesenfans
Copy link
Contributor

Problem: Starkware devs want to use the bootloader with upstream cairo-vm for their own use case.

Solution: migrate all hints from our fork of cairo-vm. Users can now access the bootloader hints through one of the two hint processors provided by this library. Check the README for more details.

Limitations:

  • the tests do not work yet, we need to modify test code that relies on internal cairo-vm test macros.

Problem: Starkware devs want to use the bootloader with upstream
cairo-vm for their own use case.

Solution: migrate all hints from our fork of `cairo-vm`. Users can now
access the bootloader hints through one of the two hint processors
provided by this library. Check the README for more details.

Limitations:
* the tests do not work yet, we need to modify test code that relies on
  internal cairo-vm test macros.
@odesenfans odesenfans merged commit cd090b4 into main May 24, 2024
4 checks passed
@odesenfans odesenfans deleted the od/import-code-from-cairo-vm branch May 24, 2024 16:49
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