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

Detect storage incompatibilites due to bug in Solidity 0.8.8 #438

Closed
frangio opened this issue Oct 12, 2021 · 0 comments · Fixed by #658
Closed

Detect storage incompatibilites due to bug in Solidity 0.8.8 #438

frangio opened this issue Oct 12, 2021 · 0 comments · Fixed by #658

Comments

@frangio
Copy link
Contributor

frangio commented Oct 12, 2021

Packing of variables of user defined value types is different in 0.8.8 than it is in subsequent versions. See User Defined Value Types Bug.

The easiest thing is to reject Solidity 0.8.8.

@frangio frangio changed the title Detect storage incompatibilites due to 0.8.8 bug Detect storage incompatibilites due to bug in Solidity 0.8.8 Oct 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant