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: Missing hints used by bootloaders #171 #182

Open
Cevedale opened this issue Jan 1, 2024 · 0 comments
Open

FEAT: Missing hints used by bootloaders #171 #182

Cevedale opened this issue Jan 1, 2024 · 0 comments

Comments

@Cevedale
Copy link

Cevedale commented Jan 1, 2024

the error message indicates that some of the required hints used by bootloaders are missing. the hints in question are:

%builtins output pedersen range_check ecdsa bitwise ec_op keccak poseidon

you need to have the necessary declarations for these builtins in your code. relevant modules or files importing or defining these builtins must be included or properly referenced in your script.

from starkware.cairo.common.cairo_builtins import (
output, pedersen, range_check, ecdsa, bitwise, ec_op, keccak, poseidon
)

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