trufflesuite / truffle-artifactor

A contract packager for Ethereum and Javascript (formerly ether-pudding)
MIT License
254 stars 54 forks source link

Allow newer versions of solidity 0.4.x #67

Closed celeduc closed 6 years ago

celeduc commented 6 years ago

I'm not sure this is even used at the moment, but it's locked to a really super old version of solc.

Truffle should not restrict solc to a specific version (0.4.8) because semantic versioning specifies that only non-breaking changes will be included in the 0.4.x series.

See also https://github.com/trufflesuite/truffle/pull/784