Why was TokenVesting.sol removed from openzeppelin-contracts-upgradeable/contracts/drafts?

Hi, I am implementing an ERC20 token vesting contract based off of OpenZeppelin’s TokenVesting.sol that used to be in upgradeable/contracts/drafts, however it was removed sometime this week from the github repo. I am just wondering if this was due to a security issue, as my implementation uses a lot of the same code and I plan to use it on mainnet.

Thanks.

1 Like

Hi @jasonhuan,

Welcome to the community :wave:

Please see the following posts for details:

Hi @jasonhuan,

Do you need any more information?

All good, thank you for the information. BTW I imagine traditional vesting would converge towards continuous vesting like the draft had implemented (per second), since the technology now allows for it.

1 Like