-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add the ability to override param values (#9829)
closes: #9596 refs: #9748 ## Description When upgrading VaultFactory, restore the VaultDirector's parameters to the values that exist on chain. ### Security Considerations No particular security implications. ### Scaling Considerations Run only on upgrade. No impact. ### Documentation Considerations No user visible impact. ### Testing Considerations being tested manually thoroughly. The change to `typeParamManager.js` has a unit test. ### Upgrade Considerations Make it possible to preserve values that have been updated on chain. It would have been bad to lose the updated value of `ReferencedUI`.
- Loading branch information
Showing
4 changed files
with
79 additions
and
11 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