Skip to content

re-use original solc test suite #4

@serapath

Description

@serapath

@todo


We somehow need to monitor https://github.com/ethereum/solc-js/commits/master to see when they change or update the compiler and update our compiler accordingly.

Maybe a release of our solc-js module should hard-code the newest available compiler version, so that the compiler on purpose ignores all compiler versions found in the version list that are newer than the version available when we made a release, so that our app doesnt break because solidity released a new incompatible version which breaks our app because they maybe changed their output format again.
what do you think?

In any case - we should find a way how we can re-run all the tests they constantly update on our compiler version. (see: https://github.com/ethereum/solc-js/tree/master/test)

and also accomplish something like:
2019-01-23 00 42 35
2018-12-08 01 20 49

2018-12-08 01 21 19

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