Fix warnings (#1606)

* Bump required compiler version to 0.5.2.

* Fix shadowed variable warning in ERC20Migrator.

* Rename Counter to Counters.

* Add dummy state variable to SafeERC20Helper.

* Update changelog entry.

* Fix CountersImpl name.

* Improve changelog entry.
This commit is contained in:
Nicolás Venturo
2019-01-17 15:59:30 -03:00
committed by GitHub
parent 7fb90a1566
commit b7d60f2f9a
128 changed files with 164 additions and 141 deletions

View File

@ -1,4 +1,4 @@
pragma solidity ^0.5.0;
pragma solidity ^0.5.2;
import "../token/ERC20/SafeERC20.sol";
import "../ownership/Ownable.sol";