drafts.adoc 1.0 KB

12345678910111213141516171819
  1. = Drafts
  2. All draft contracts were either moved into a different directory or removed from the OpenZeppelin Contracts library on the https://forum.openzeppelin.com/t/openzeppelin-contracts-v3-0-beta-release/2256[v3.0.0 release].
  3. * `ERC20Migrator`: removed.
  4. * xref:api:token/ERC20.adoc#ERC20Snapshot[`ERC20Snapshot`]: moved to `token/ERC20`.
  5. * `ERC20Detailed` and `ERC1046`: removed.
  6. * `TokenVesting`: removed. Pending a replacement that is being discussed in https://github.com/OpenZeppelin/openzeppelin-contracts/issues/1214[`#1214`].
  7. * xref:api:utils.adoc#Counters[`Counters`]: moved to xref:api:utils.adoc[`utils`].
  8. * xref:api:utils.adoc#Strings[`Strings`]: moved to xref:api:utils.adoc[`utils`].
  9. * xref:api:utils.adoc#SignedSafeMath[`SignedSafeMath`]: moved to xref:api:utils.adoc[`utils`].
  10. Removed contracts are still available on the v2.5 release of OpenZeppelin Contracts, which you can install by running:
  11. ```console
  12. $ npm install @openzeppelin/contracts@v2.5
  13. ```
  14. Refer to the xref:2.x@contracts:api:drafts.adoc[v2.x documentation] when working with them.