-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(forge compile): print compiled contract names (#682)
* feat(forge compile): print compiled contract names Print the names of the compiled contracts after running `forge compile`. Its useful to know which contracts were compiled and the compiler version that was used. The output looks like this: ```bash $ forge build --hardhat compiling... compiled contracts: compiler version: 0.5.17+commit.d19bba13.Linux.gcc - WETH9 compiler version: 0.8.11+commit.d7f03943.Linux.gcc - AddressDictator - ChugSplashDictator - IL1CrossDomainMessenger - IL1ERC20Bridge - IL1StandardBridge - L1CrossDomainMessenger - L1StandardBridge - CanonicalTransactionChain - ChainStorageContainer - ICanonicalTransactionChain - IChainStorageContainer - IStateCommitmentChain - StateCommitmentChain success. ``` * updates + fixes * fmt * clippy * chore: add newline to separate names from sizes Co-authored-by: Georgios Konstantopoulos <[email protected]>
- Loading branch information
Showing
5 changed files
with
66 additions
and
4 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
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
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