-
Notifications
You must be signed in to change notification settings - Fork 215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Explicit user-facing states for Vaults #3712
Comments
@rowgraus We need an estimate for this. |
Need discussion with @rowgraus @Chris-Hibbert . |
@turadg you had a list of three vault states, including liquidating. Would you add those here? Are those all the states we're concerned about? |
When we spoke I was referring to states of a VaultManager, but that's obviated by being able to delete while iterating.
This ticket seems to be about Vaults per se, which have these three states: ACTIVE, LIQUIDATING, CLOSED I believe the consumer of that is UI, not the vault manager. |
I think that we need to record whether the vault was closed normally or via liquidation. Also it will have a transferring state. So I think the states are:
|
Work better defined in #4539 |
I set the estimate to 0, since the work will be done on #4539 and don't want to count this closed ticket as "work done". |
Background
As part of updates to the vault contract, we have discussed having explicit states for vaults which might simplify design. These states would be user-facing.
To discuss:
States required for a vault
The text was updated successfully, but these errors were encountered: