aragon / hack

(Aragon 1) Content and source code for the Aragon Developer Portal
https://hack.aragon.org
Creative Commons Zero v1.0 Universal
31 stars 37 forks source link

Relax solidity version requirement in tutorial contract example #214

Closed xuhcc closed 4 years ago

xuhcc commented 4 years ago

Currently the version of compiler is fixed to 0.4.24 and following the tutorial results in error:

contracts/CounterApp.sol:1:1: SyntaxError: Source file requires different compiler version (current compiler is 0.4.26+commit.4563c3fc.Emscripten.clang - note that nightly builds are considered to be strictly less than the released version
0xGabi commented 4 years ago

Thanks @xuhcc 🙌