Skip to content

fails with sierra for 2.1.0 compiler with NotImplementedError #140

@moodysalem

Description

@moodysalem

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions