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

Improve 0.8 support #795

Closed
montyly opened this issue Feb 25, 2021 · 1 comment
Closed

Improve 0.8 support #795

montyly opened this issue Feb 25, 2021 · 1 comment
Labels
enhancement New feature or request High Priority

Comments

@montyly
Copy link
Member

montyly commented Feb 25, 2021

Two new ast nodes were added:

New AST Node IdentifierPath replacing in many places the UserDefinedTypeName.
New AST Node UncheckedBlock used for unchecked { ... }.

We need to add their support.

See: https://blog.soliditylang.org/2020/12/16/solidity-v0.8.0-release-announcement/

Related: #794

@montyly montyly added enhancement New feature or request High Priority labels Feb 25, 2021
@montyly
Copy link
Member Author

montyly commented Mar 3, 2021

See 0.8.2 changes:
https://blog.soliditylang.org/2021/03/02/solidity-0.8.2-release-announcement/

In particular, there is now Custom Natspec

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request High Priority
Projects
None yet
Development

No branches or pull requests

2 participants