Open NotPeopling2day opened 2 years ago
Implement the compiler's get_imports() method for gathering source_ids from each contract.
get_imports()
def get_imports( self, contract_filepaths: List[Path], base_path: Optional[Path] ) -> Dict[str, List[str]]:
https://github.com/ApeWorX/ape/issues/623 https://github.com/ApeWorX/ape-solidity/pull/36 https://github.com/ApeWorX/ape-vyper/issues/43
bump - running into this issue in cairo projects.
Overview
Implement the compiler's
get_imports()
method for gathering source_ids from each contract.https://github.com/ApeWorX/ape/issues/623 https://github.com/ApeWorX/ape-solidity/pull/36 https://github.com/ApeWorX/ape-vyper/issues/43