saddle icon indicating copy to clipboard operation
saddle copied to clipboard

Consider using solc's --standard-json instead of --combined-json

Open axic opened this issue 4 years ago • 1 comments

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.

axic avatar Sep 17 '21 00:09 axic

How?

prensjr avatar Feb 25 '22 22:02 prensjr