Runs latest stable pragma. I think this could just be a brief intermediate step while we resolve warnings, before jumping up to experimental v0.5.0 where they'll be enforced.
Also upgrades truffle and pins ganache to 6.1.0. Ganache is now returning false when a view function fails a require gate instead of throwing a revert error. Change was here
NB: this solidity update introduces a number of new warnings. See travis
Runs latest stable pragma. I think this could just be a brief intermediate step while we resolve warnings, before jumping up to
experimental v0.5.0
where they'll be enforced.Also upgrades truffle and pins ganache to
6.1.0
. Ganache is now returning false when aview
function fails a require gate instead of throwing a revert error. Change was hereNB: this solidity update introduces a number of new warnings. See travis