Skip to content

Support for Solidity libraries that require deployment is limited #651

Closed
@gustavo-grieco

Description

@gustavo-grieco

Solidity allows to define libraries. If the libraries contain only internal functions, Echidna will work fine. If the library contains external functions, our tool only support linking libraries when solc is using directly using the solcLibs argument. In any other case, the result can be unexpected (e.g. if the contract is linked during by a third-party framework).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions