Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

move the _solidity binding to the JSON compiler input output format #738

@konradkonrad

Description

@konradkonrad

Problem description

The _solidity module currently does a lot of input/output parsing "by hand". This is prone to break on changes of solc and does not easily allow to use all new features (e.g. #737 #376).

Proposed solution

Instead of replicating the features of the solc command line client, it should be considered to move to the "Compiler Input and Output JSON Description" and just pass through those options.

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