You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sharing thoughts on topic raise by both @dannpl and @wphan
easy to support if vault.total_shares = 0 and vault.init_ts - now > MIN_VAULT_LIFETIME, then let anyone close out vault (and associated user account through cpi call)
force closure, when these invariants above aren't true, seems more difficult/complex
ensuring that vault.total_shares can get to 0 (rather than dust) should be examined during testing
The text was updated successfully, but these errors were encountered:
sharing thoughts on topic raise by both @dannpl and @wphan
vault.total_shares = 0
andvault.init_ts - now > MIN_VAULT_LIFETIME
, then let anyone close out vault (and associated user account through cpi call)vault.total_shares
can get to 0 (rather than dust) should be examined during testingThe text was updated successfully, but these errors were encountered: