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

fails with sierra for 2.1.0 compiler with NotImplementedError #140

Open
moodysalem opened this issue Aug 3, 2023 · 0 comments
Open

fails with sierra for 2.1.0 compiler with NotImplementedError #140

moodysalem opened this issue Aug 3, 2023 · 0 comments

Comments

@moodysalem
Copy link

with scarb 0.6.0-alpha.4

it outputs

Traceback (most recent call last):
  File "/home/runner/.local/bin/thoth", line 8, in <module>
    sys.exit(main())
  File "/home/runner/.local/lib/python3.10/site-packages/thoth/thoth.py", line [5](https://github.com/EkuboProtocol/contracts/actions/runs/5753369425/job/15596414032#step:6:6)3, in main
    disassembler = Disassembler(file, color=args.color)
  File "/home/runner/.local/lib/python3.10/site-packages/thoth/app/disassembler/disassembler.py", line 49, in __init__
    self.analyze()
  File "/home/runner/.local/lib/python3.10/site-packages/thoth/app/disassembler/disassembler.py", line [6](https://github.com/EkuboProtocol/contracts/actions/runs/5753369425/job/15596414032#step:6:7)[9](https://github.com/EkuboProtocol/contracts/actions/runs/5753369425/job/15596414032#step:6:10), in analyze
    json_type = detect_type_input_json(json_data)
  File "/home/runner/.local/lib/python3.[10](https://github.com/EkuboProtocol/contracts/actions/runs/5753369425/job/15596414032#step:6:11)/site-packages/thoth/app/disassembler/abi_parser.py", line 52, in detect_type_input_json
    raise NotImplementedError
NotImplementedError
@moodysalem moodysalem changed the title fails with sierra for 2.1.0 compiler NotImplementedError fails with sierra for 2.1.0 compiler with NotImplementedError Aug 3, 2023
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