vacp2p / staking-reward-streamer

MIT License
0 stars 0 forks source link

Allow accounts to exit the system #66

Open 0x-r4bbit opened 4 weeks ago

0x-r4bbit commented 4 weeks ago

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 commented 3 weeks ago

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

So this is somewhat blocked by #20

3esmit commented 3 weeks ago

Related to https://github.com/logos-co/staking/issues/148