-
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.22 #234
Conversation
Codecov Report
@@ Coverage Diff @@
## master #234 +/- ##
==========================================
- Coverage 91.62% 91.59% -0.03%
==========================================
Files 267 267
Lines 6625 6630 +5
Branches 1352 1353 +1
==========================================
+ Hits 6070 6073 +3
- Misses 290 291 +1
- Partials 265 266 +1
📣 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.
Good work! Small nits to fix
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
EventDefinitions
(SourceUnit
,InferType
, resolving, AST writing and file-level definitions parser).Notes
I did not discovered any breaking changes when updating Scribble (see Consensys/scribble#251), so we can release a patch version of the package soon.
Related links
Regards.