-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(vault): econ metrics notifiers (#5260)
* chore(vault): type VaultUIState -> VaultTitleState * chore(zoe): type setupZCFTest * chore(vault): disambiguate VaultManager type (facet naming confusion) * feat(vault): vaultDirector econ notifier * feat(vault): vaultManager econNotifier * feat(vault): number of vaults per manager in EconState * style: fix 'object' type casing * fixup! chore(vault): type VaultUIState -> VaultTitleState * 'econ' -> 'metrics' (will squash) * fixup! chore(vault): disambiguate VaultManager type (facet naming confusion) * size -> count * undo name change in test * lint * handleFooOffer style per #5179 * chore(zoe): more typing offerTo and Invitation * plan * factored penalties into liquidation contracts * rm obsolete partitionProceeds * lint and comments * named parameters for makeGovernedTerms() * wire reservePublicFacet into vaultFactory terms * rm obsolete penaltyPoolSeat * fixup! wire reservePublicFacet into vaultFactory terms * fixup! rm obsolete penaltyPoolSeat * consume reserve instance instead of facet * typecheck liquidator,vaultFactory tests * fix test typo tsc caught * fix invitation param and typecheck that would have caught it * update comment docs * work around type resolution shortcomings * better comments * fixup undo vaultFactoryCreator * getMetrics * use subscriptions * revert rename getNotifier (no ambiguity anymore) * fix lint my editor didn't show 🤷 * fixup! getMetrics * update metrics after each liquidation * fix test for manager notifiers Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
- Loading branch information
1 parent
922d4c0
commit 6c3cdf3
Showing
9 changed files
with
226 additions
and
35 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
Oops, something went wrong.