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
We need to look further into the hook calls for MsgLockupExtendDuration.
It currently calls OnTokensUnlocked and OnTokensLocked. I don't think this is right, it should instead get a new hook. This is because something like superfluid shouldn't think "start undoing superfluid lock" upon seeing the unlock hook for instance, its not the lock creator signalling intent to unwind. (In fact its the opposite!)
I suggest we make a new hook called OnLockExtended, and use that here.
We need to look further into the hook calls for MsgLockupExtendDuration.
It currently calls
OnTokensUnlocked
andOnTokensLocked
. I don't think this is right, it should instead get a new hook. This is because something like superfluid shouldn't think "start undoing superfluid lock" upon seeing the unlock hook for instance, its not the lock creator signalling intent to unwind. (In fact its the opposite!)I suggest we make a new hook called
OnLockExtended
, and use that here.Originally posted by @ValarDragon in #1253 (comment)
The text was updated successfully, but these errors were encountered: