-
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 an accessor for the vaultDirector's parameters (#10707)
closes: #10094 ## Description Add a direct way to retrieve the governed parameters from the vaultDirector ### Security Considerations This was already accessible (and intended to be public) via vstorage. It just adds a direct way to request the values when you have the vaultFactory publicFacet. ### Scaling Considerations No effect. ### Documentation Considerations No change ### Testing Considerations Added a Unit test. ### Upgrade Considerations The purpose was to simplify retrieving the previous values for upgrade.
- Loading branch information
Showing
2 changed files
with
40 additions
and
1 deletion.
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