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

Skip Solidity bug when using ABIEncoderV2 #3

Open
cleanunicorn opened this issue Apr 1, 2020 · 0 comments
Open

Skip Solidity bug when using ABIEncoderV2 #3

cleanunicorn opened this issue Apr 1, 2020 · 0 comments

Comments

@cleanunicorn
Copy link

When using pragma experimental ABIEncoderV2; make sure to use Solidity version >= 0.5.7; because a bug was introduced in 0.5.5;

pragma solidity >=0.4.25 <0.7.0;
pragma experimental ABIEncoderV2;

https://blog.ethereum.org/2019/03/26/solidity-optimizer-and-abiencoderv2-bug/

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

1 participant