saddle
saddle copied to clipboard
Consider using solc's --standard-json instead of --combined-json
According to this piece of code Saddle is using Solidity's --combined-json option. We are trying to retire this option (see https://github.com/ethereum/solidity/issues/10278), and Saddle is one of the very few tools which still use this functionality.
We suggest to use --standard-json instead, which has been available since 0.4.11. See the documentation for more details.
Removal of --combined-json could happen earliest in the 0.9.0 release.
How?