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

@ -16,7 +16,7 @@ module.exports = {
compilers: {
solc: {
version: '0.5.0',
version: '0.5.2',
},
},
};