-
Notifications
You must be signed in to change notification settings - Fork 32
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
bug: "load_compiled_class_facts_inner" error in custom erc20 test #260
Labels
bug
Something isn't working
Comments
I solved the initial bug, it was on me, I cloned the repo but didn't recompile the cairo OS.
|
L0GYKAL
changed the title
bug: file not found in custom erc20 test
bug: "load_compiled_class_facts_inner" error in custom erc20 test
Jul 9, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SNOS version:
Fork of SNOS: https://github.com/L0GYKAL/snos
Added the erc20_custom contract (in cairo and compiled in featured/cairo1).
Added a state creation function in state.rs and added a test in os.rs.
Code sync with version 04f64d4
Current behavior:
Expected behavior:
I expect the OS to produce a valid CairoPIE.
Steps to reproduce:
Clone the fork and run the
mint_tokens_test
in os.rs.Related code:
The text was updated successfully, but these errors were encountered: