Releases: monerium/smart-contracts
v2.0.0
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
v1.2.2
v1.2.1
What's Changed
- V1.2.0 - Integrate ERC2612 Permit and Replace Signature points with ByteArray for Burn Function in #42
- This is the version which was used in the Ackee Blockchain Security report revision 2.1
Full Changelog: v1.1.0...v1.2.1
v1.1.0
-
Added Minting Allowances.
-
Added System Role with [
admin
,system
,owner
] -
This is the version which was used in the Ackee Blockchain Security report revision 1.2
v1.0.3
v1.0.2
Release candidate
- Fixes for bugs discovered during system test.
- License applied to repository.
Mainnet
Miner changes for Ropsten
This release is for deployment on the ropsten testnet.
Inversion of deployment of frontend and controller
This version is deployed to the Rinkeby testnet in preparation for release on mainnet in a few days.