We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey,
While trying to run: thoth local build/kakarot.json -call -view True
that can be generated from: https://github.com/sayajin-labs/kakarot I ran into an error:
File "/home/x/.local/lib/python3.10/site-packages/thoth/app/disassembler/cairo_instruction.py", line 129, in decode_instruction_values assert 0 <= encoded_instruction < 2 ** (3 * OFFSET_BITS + N_FLAGS), "Unsupported instruction." AssertionError: Unsupported instruction.
Here si the input file: kakarot.txt
As Json file isn't allowed (to be send, here) I changed the extension to .txt, but you can simply change it back to .json to try it yourself.
Hope I provided enough info!
Good luck, G.
The text was updated successfully, but these errors were encountered:
Fix issues #103, #89, #83
c65c4d9
e9c3a5c
Thanks for the issue @gaetbout ;) Let me know if you find any more issue or if you have any other feedback ;)
Sorry, something went wrong.
raefko
Rog3rSm1th
Successfully merging a pull request may close this issue.
Hey,
While trying to run:
thoth local build/kakarot.json -call -view True
that can be generated from: https://github.com/sayajin-labs/kakarot
I ran into an error:
Here si the input file:
kakarot.txt
As Json file isn't allowed (to be send, here) I changed the extension to .txt, but you can simply change it back to .json to try it yourself.
Hope I provided enough info!
Good luck,
G.
The text was updated successfully, but these errors were encountered: