Skip to content

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