Skip to content

solc version check should be exact #19

Open
@ewingrj

Description

@ewingrj

Currently the solc version checks that the installed version is > the requested version. However it should check for an exact match. When I specify a solc version in embark.json, I expect the contracts to be compiled with that version.

Current behavior when using this plugin...

If solc is available via solc cmd, & solc version > embark.json solc version, use that.
else, use solcjs with specified solc version from embark.json.

Thus leading to different end results for different repo installations

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