BlockCatIO / solidity-flattener

A python utility to flatten Solidity code with imports into a single file.
MIT License
267 stars 98 forks source link

Adding the ability to manualy specify solidity version #8

Closed zaytsevand closed 1 year ago

zaytsevand commented 6 years ago

Adding --sol-version parameter with ^0.4.13 as a default value. A temporal fix for that issue. Better to replace it with actual version checks in the future