Skip to content

Don't fully compiler/check imports. #2862

Closed
@MicahZoltu

Description

@MicahZoltu

At the moment, it appears that Solidity is doing a full check/compile of imported contracts. However, it could save notable time by instead just parsing enough to get the contracts and function signatures which is all that is needed by the importer.

Compilation time on some of my contracts is up to minutes because the import hierarchy is large. I would really like to get this number down, and one way would be if imported contracts weren't fully compiled and instead were just parsed.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions