-
Notifications
You must be signed in to change notification settings - Fork 12
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
Natspec, Ontology, Interface cleanup #149
Conversation
Codecov Report
@@ Coverage Diff @@
## audit-fixes #149 +/- ##
===============================================
+ Coverage 88.70% 88.94% +0.24%
===============================================
Files 2 2
Lines 363 371 +8
Branches 53 56 +3
===============================================
+ Hits 322 330 +8
Misses 31 31
Partials 10 10
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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.
🙏 thanks
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.
Great stuff. I have some changes requested, all nits ofc but that's the point ;) Approving so I don't block
This PR cleans up the natspec, removes duplicate custom errors, hides some internal implemenation details around token ids, reduces the surface of the interface. It also bumps the compiler to 0.8.16 as per slither recommendation.