Should we check if startTime
is zero in LD and LT?
#851
Closed
andreivladbrg
started this conversation in
General
Replies: 2 comments 2 replies
-
Yes Separately - I think you should have tagged @sablier-labs/engineers since this discussion is relevant for the front-end; cc @razgraf, @gavriliumircea. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Ended up implementing this in #852 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In
LockupLinear
, we no longer allowstartTime == 0
. This change has been implemented because we now setcliffTime == 0
to create a linear curve stream.However, this has introduced inconsistency across contracts. In
LockupDynamic
andLockupTranched
, the start time can still be zero.Should we also disallow a start time of zero in
LockupDynamic
andLockupTranched
?What are your thoughts? @PaulRBerg @smol-ninja
Beta Was this translation helpful? Give feedback.
All reactions