monerium / smart-contracts

ERC20 compatible e-money deployed on Ethereum
https://monerium.com
Apache License 2.0
36 stars 21 forks source link

Upgrade smart contracts #20

Closed gislik closed 5 years ago

gislik commented 5 years ago

openzeppelin-solidity v2.1.* has a major backwards breaking update which is supposed to be a stable API.

This version requires contracts to be compiled with solidity v0.5.*;

Many of the ownership contracts, as well as token contracts have been removed for various reasons.

An upgrade to the token system is therefore needed.