Skip to content

Releases: monerium/smart-contracts

v2.0.0

06 Aug 17:04
ec59a36
Compare
Choose a tag to compare

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

29 Jul 17:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.2.2

v1.2.1

07 Mar 08:34
bbdacb2
Compare
Choose a tag to compare

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

09 Feb 11:33
b1fa8a8
Compare
Choose a tag to compare
  • 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

01 Nov 10:51
Compare
Choose a tag to compare
  • added EUR and GBP
  • [travis] sleeping 5 seconds before migrating contracts
  • [fix] linking tokenstoragelib to tokens

v1.0.2

19 Jul 02:03
Compare
Choose a tag to compare
removing build dir

Release candidate

17 Jul 22:13
Compare
Choose a tag to compare
Release candidate Pre-release
Pre-release
  • Fixes for bugs discovered during system test.
  • License applied to repository.

Mainnet

17 Jun 20:53
Compare
Choose a tag to compare

This release is ready for deployment on mainnet.

Miner changes for Ropsten

17 Jun 20:50
Compare
Choose a tag to compare
Pre-release

This release is for deployment on the ropsten testnet.

Inversion of deployment of frontend and controller

14 Jun 19:38
Compare
Choose a tag to compare

This version is deployed to the Rinkeby testnet in preparation for release on mainnet in a few days.