-
Notifications
You must be signed in to change notification settings - Fork 87
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
Enable recovering in closed state too #1812
Comments
How about keeping the pending deposits completely outside of the |
Where do you propose we keep this information? HeadLogic deals with |
Conversation from slack for the reference:
|
I like this; I'm tempted not to over-complicate it and just leave @ch1bo 's suggestion to future work; especially that I do think it's reasonable to consider deposit's basically directed at a specific head, as mentioned. |
If we do not keep the deposits outside of An overall alternative would be to not provide that convenience at all and outsource the listing and recovering to something completely different. For example the explorer and the |
Why
I ran into an issue where my funds got locked at the deposit contract after the Head got fanned-out. We could enable recovering also in the closed state so users have better time getting their funds back.
What
pendingDeposits
map from theOpenState
toClosedState
to enable the client inputRecover
working in both states.HeadLogic/update
function to enable recover in theClosed
state too.The text was updated successfully, but these errors were encountered: