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
Suppose we have two lockup contracts A and B that had exactly the same initialization parameters. These contracts are also interacted in exactly the same way and moment by the users, i.e. they receive the same transactions/receipts at the same moments;
Suppose B is getting terminated at a certain timestamp T;
Is the following true for any possible situation: contracts A and B will unlock exactly the same number of tokens (that also become immediately liquid/withdraw-able) at exactly the same moments from timestamp T' (T'<=T) until some timestamp T'' (T<=T''), and after timestamp T'' B will not unlock any tokens.
Me and @frol came to the conclusion that it's true, but it's better to add a test for that
The text was updated successfully, but these errors were encountered:
Me and @frol came to the conclusion that it's true, but it's better to add a test for that
The text was updated successfully, but these errors were encountered: