adridadou / eth-propeller-core

Core library for Ethereum propeller
Apache License 2.0
26 stars 16 forks source link

fixed tests to comply with new compiler #11

Closed Kwintenvdb1988 closed 7 years ago

Kwintenvdb1988 commented 7 years ago

Since the solc compiler is no longer deliverd within the project, compiling the contract has to be done without warnings or errors. If there is a warning/error, fasterxml will try to parse the warning and throw an error. I fixed the tests in the project so it complies with the next solc compiler (version 0.4.17).