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
For any amount of tokens deposited, within any moment of contract life cycle, process account and process epoch creates valid outputs.
Something like:
{ random amount of account creation with random amount of deposit stake & lock time }
{ random amount of time have been passed }
{ random amount of account creation with random amount of deposit stake & lock time }
{ random calls to StakeManager.processAccount}
{ random amount of account creation with random amount of deposit stake & lock time }
{ random calls to StakeManager.processAccount}
The text was updated successfully, but these errors were encountered:
Also there's some effort going on in https://github.com/vacp2p/staking-reward-streamer that we'll likely leverage, which will have an impact on the staking contract's functions (and inherently its rules).
I'm holding off with this one until after we've done #116
For any amount of tokens deposited, within any moment of contract life cycle, process account and process epoch creates valid outputs.
Something like:
{ random amount of account creation with random amount of deposit stake & lock time }
{ random amount of time have been passed }
{ random amount of account creation with random amount of deposit stake & lock time }
{ random calls to StakeManager.processAccount}
{ random amount of account creation with random amount of deposit stake & lock time }
{ random calls to StakeManager.processAccount}
The text was updated successfully, but these errors were encountered: