Open 0x-r4bbit opened 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.
leave()
StakeVault
Realized that leaving the system only makes sense when there's upgradeability in place.
So this is somewhat blocked by #20
Related to https://github.com/logos-co/staking/issues/148
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 theStakeVault
that lives in this repository.