What's Changed in V2.0.0
-
Refactored 100% of the codebase.
-
Leveraged audited standards, using OpenZeppelin library as source.
-
Project now running on Foundry, integrating Hardhat for some community tools.
-
New token design follows UUPS Upgradeable pattern with OpenZeppelin's implementation.
-
Maintained features from V1.2.1 with 70% less code for enhanced maintainability.
-
Translated all scripts to Solidity.
-
Removed usage of DEFAULT_ADMIN_ROLE from OpenZeppelin system roles.
-
This version was used in the Ackee Blockchain Security v2 Audit report 1.2
Full Changelog: v1.2.1...v2.0.0