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

common/compiler: fix parsing of solc output with solidity v.0.8.0 #22092

Merged
merged 1 commit into from
Jan 5, 2021

Commits on Dec 30, 2020

  1. common/compiler: fix parsing of solc output with solidity v.0.8.0

    Solidity 0.8.0 changes the way that output is marshalled. This patch allows to parse both
    the legacy format used previously and the new format.
    
    See also https://docs.soliditylang.org/en/breaking/080-breaking-changes.html#interface-changes
    MariusVanDerWijden committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    73fa824 View commit details
    Browse the repository at this point in the history