mikeshultz / solidbyte

Development toolkit for creating Ethereum smart contracts
https://solidbyte.org
GNU General Public License v3.0
6 stars 0 forks source link

Support multiple compiler versions #67

Open mikeshultz opened 5 years ago

mikeshultz commented 5 years ago

Add support for multiple compiler versions. Requirements:

Tentatively scheduled for v1.1.

mikeshultz commented 4 years ago

Added SOLC_PATH so users can specify a specific compiler. Doesn't solve this issue, but helps for now.

Since projects tend to use a single copmiler version across all contracts, it might be good to have the ability to specify a compiler project-wide(networks.yaml, or run a command to set in metafile.json?).