Function: checkpointReserves()
Updates global variables vestedReserves
, pendingReserves
, and lastVestingCheckpoint
after the period of the VestingDuration
is fully completed.
Branches and code coverage
Intended branches
vestedReserves
,pendingReserves
, andlastVestingCheckpoint
are updated properly.
Negative behavior
Vesting period is not completed.