This repository has been archived by the owner on Oct 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closes AP-752,AP-779: Use cli types in tasks (#392)
* Fix enums comment * Add FeeTypes type check to manage:registrar:setFeeSettings > feeTypes field * Remove empty string '' default value for manage:registrar:setStratApproval > name * Add cli type check to manage:registrar:setStratApproval > approvalState * Use getEnumValuesAsString in manage:registrar:setFeeSettings * Remove empty string '' default value for manage:registrar:setStratParams > name * Remove unused imports from dummyIntegration * Set keeper as nullable in deploy:GiftCard * Set available chainName values in manage:registrar:setAccountsChainAndAddress * Remove unused bps cli param from manage:registrar:setAllFeeSettings * Fix types.int fields * Set manage:registrar:setGasByToken > tokenAddress to have no default value * Add cliType for StratConfig * Fix task params * Add cliTypes.address where appropriate * Update manage:registrar:setVaultOperatorStatus > status->approval * Add type safety to manage:createEndowment > endowType * Update manage:registrar:updateConfig param descriptions * Use cliTypes.array.address in manage:updateRegistrar * Refactor cliTypes * Fix cliTypes.stratConfig * Fix type checks in manage:addMultisigOwners * Update upgrade:facets > facets params to be a regular param
- Loading branch information
Nenad Misic
authored
Sep 27, 2023
1 parent
9197b37
commit ceb24e1
Showing
45 changed files
with
439 additions
and
315 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
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
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
Oops, something went wrong.