https://github.com/code-423n4/2022-02-anchor/blob/main/contracts/anchor-token-contracts/contracts/staking/src/contract.rs
In the LP staking contract, it is possible to instantiate /  add duplicate vesting schedules.
De-duplicate the new vesting schedules when it is added. It is easier done if the schedules are sorted prior.
