Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
axic opened this issue Sep 17, 2021 · 1 comment
Open

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

axic opened this issue Sep 17, 2021 · 1 comment

Comments

@axic
Copy link

axic commented Sep 17, 2021

According to this piece of code Saddle is using Solidity's --combined-json option. We are trying to retire this option (see ethereum/solidity#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.

@prensjr
Copy link

prensjr commented Feb 25, 2022

How?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants