-
Notifications
You must be signed in to change notification settings - Fork 24
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
Support for Solidity 0.8.21 #219
Conversation
Codecov Report
@@ Coverage Diff @@
## master #219 +/- ##
=======================================
Coverage 91.74% 91.74%
=======================================
Files 267 267
Lines 6550 6551 +1
Branches 1320 1320
=======================================
+ Hits 6009 6010 +1
Misses 287 287
Partials 254 254
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Changes
Notes
There is an issue with this compiler, that is tracked here: ethereum/solidity#14430. Until it is resolved, this PR will stay in draft state due to limitation of ways to express some introduced syntax features.
UPD: It seems that solc-typed-ast is not affected by compiler bug that much. Still, dependent packages should avoid using
dev-docs
option while compiling to not cause compiler failure.Related links
Regards.