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
the IUsdnProtocol.getActionablePendingActions function takes two additional parameters lookAhead and maxIter, the MAX_ACTIONABLE_PENDING_ACTIONS constant has been replaced with MIN_ACTIONABLE_PENDING_ACTIONS_ITER.
IUsdnProtocol.validateOpenPosition has a new return value posId_ with the position ID which could have changed during execution.
initiateClose/validateClose/validateOpen now outputs an enum with 3 different values
the TimeLimitsUpdated event now have a new closeDelay parameter, the TimeLimits struct now have a new closeDelay parameter, all TimeLimits struct parameters are now of type uint64
the order of arguments for IUsdnProtocol.transferPositionOwnership was changed
Features
add lookAhead and maxIter parameters to getActionablePendingActions (#701) (179f31e)
add reentrancy guard on removeBlockedPendingAction (#694) (e00de48)
change the return value of the initiateClose/validateClose/validateOpen functions (#692) (3689a02)