poanetwork / token-wizard

(Discontinued) TokenWizard is an DApp to create and manage crowdsale and token contracts using a simple UI
MIT License
384 stars 215 forks source link

(Feature) Extract the version of solc compiler from Truffle #1131

Closed vbaranov closed 5 years ago

vbaranov commented 5 years ago

Problem: version of solc compiler, that compiles Proxy smart-contracts, is hardcoded now

Solution: We could extract the version of compiler from parsing ./node_modules/.bin/truffle version response:

Truffle v4.1.14 (core: 4.1.14)
Solidity v0.4.24 (solc-js)

from the corresponding submodule's folder for Minted capped: ./submodules/auth-os-applications/TokenWizard/crowdsale/MintedCappedCrowdsale for Dutch Auction: ./submodules/auth-os-applications/TokenWizard/crowdsale/DutchCrowdsale