-
Notifications
You must be signed in to change notification settings - Fork 552
Upgrade dependencies and minor clean up #580
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
Conversation
- oz 4.9.3 - chainlink 2.7.1 - forge-std 1.7.3
- Rename confusing state variable to be more explicit - Remove unnecessary states and functions for deployment - Fix tests
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.
Slither found more than 10 potential problems in the proposed changes. Check the Files changed tab for more details.
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #580 +/- ##
==========================================
+ Coverage 62.94% 63.87% +0.92%
==========================================
Files 215 215
Lines 6639 6627 -12
==========================================
+ Hits 4179 4233 +54
+ Misses 2460 2394 -66 ☔ View full report in Codecov by Sentry. |
Clean up and keep our dependencies up-to-date. There are quite a number of unused files, will clean them up in a separate PR later.
Changes:
AirdropClaimable
contracts to rename confusing states name, remove redundant states, and fixed tests