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

Conversation

MariusVanDerWijden
Copy link
Member

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

closes #22041

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
Copy link
Contributor

@holiman holiman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@holiman holiman merged commit 9ba306d into ethereum:master Jan 5, 2021
@holiman holiman added this to the 1.10.0 milestone Jan 5, 2021
@MariusVanDerWijden MariusVanDerWijden deleted the solc_080_fixes branch November 30, 2021 15:32
gzliudan pushed a commit to gzliudan/XDPoSChain that referenced this pull request Dec 19, 2024
…hereum#22092)

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
gzliudan pushed a commit to gzliudan/XDPoSChain that referenced this pull request Dec 21, 2024
…hereum#22092)

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
gzliudan pushed a commit to gzliudan/XDPoSChain that referenced this pull request Dec 26, 2024
…hereum#22092)

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
gzliudan pushed a commit to gzliudan/XDPoSChain that referenced this pull request Dec 28, 2024
…hereum#22092)

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
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

Successfully merging this pull request may close these issues.

Current code is not compatible with solidity version 0.8.0
2 participants