Skip to content
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

Allow accounts to exit the system #66

Open
0x-r4bbit opened this issue Oct 18, 2024 · 2 comments · May be fixed by #72
Open

Allow accounts to exit the system #66

0x-r4bbit opened this issue Oct 18, 2024 · 2 comments · May be fixed by #72

Comments

@0x-r4bbit
Copy link
Collaborator

Once #14 is done with its most minimal basic functionality, we need to teach the reward streamer the notion of "exiting" the system.

In the previous protocol, this was done via a leave() function.
We probably want a similar one in the StakeVault that lives in this repository.

@0x-r4bbit
Copy link
Collaborator Author

Realized that leaving the system only makes sense when there's upgradeability in place.

So this is somewhat blocked by #20

@3esmit
Copy link
Contributor

3esmit commented Oct 25, 2024

Related to logos-co/staking#148

0x-r4bbit added a commit that referenced this issue Oct 28, 2024
This adds a new emergency mode that can be enabled by the owner of the
system. When in emergency mode, stakers or `StakeVault`s can leave the
system immediately.

Closes #66
0x-r4bbit added a commit that referenced this issue Oct 28, 2024
This adds a new emergency mode that can be enabled by the owner of the
system. When in emergency mode, stakers or `StakeVault`s can leave the
system immediately.

Closes #66
0x-r4bbit added a commit that referenced this issue Oct 29, 2024
This adds a new emergency mode that can be enabled by the owner of the
system. When in emergency mode, stakers or `StakeVault`s can leave the
system immediately.

Closes #66
0x-r4bbit added a commit that referenced this issue Oct 30, 2024
This adds a new emergency mode that can be enabled by the owner of the
system. When in emergency mode, stakers or `StakeVault`s can leave the
system immediately.

Closes #66
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment