This repository has been archived by the owner on Oct 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 796
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add getter to
ProjectCompileOutput
(#908)
* feat: add getter to `ProjectCompileOutput` Add a function `compiled_contracts_by_compiler_version` to the `ProjectCompileOutput` that returns a `BTreeMap` that maps the compiler version to a vector of the contract names and contract structs. * changelog: update * chore(solc): remove &mut Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
- Loading branch information
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters