lidofinance/Storage layout
Simple action to create storage layout file and assert changes in the storage layout after contracts update
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| mode | Action operation mode. generate - generate new .storage-layout file from existing contracts. check - check that storage layout matches one in the .storage-layout file | — | check |
| src-folder | Path to folder with contracts sources | — | ./contracts |
| ignore-folders | Folders to exclude from contracts search. Ex: ./contracts/mock - ignore single folder, {mock,test,template} - ignore multiple folders by namegp | — | — |
| ignore-contracts | Regexp of contract names to ignore | — | a^ |
Outputs
no outputs