-
Notifications
You must be signed in to change notification settings - Fork 143
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
fix: standardize naming conventions throughout the codebase (OZ N-13) #1047
Conversation
fix: standardize naming conventions throughout the codebase (OZ N-13)
🚨 Report Summary
For more details view the full report in OpenZeppelin Code Inspector |
ab36655
to
40f4934
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## horizon #1047 +/- ##
========================================
Coverage 92.51% 92.51%
========================================
Files 46 46
Lines 2392 2392
Branches 428 428
========================================
Hits 2213 2213
Misses 179 179
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
40f4934
to
25b711b
Compare
…etPartialPaused(bool _toPartialPause).
…newThawingPeriod.
25b711b
to
9503f1d
Compare
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.
Looks good, one comment:
This contract we dont need to change packages/contracts/contracts/disputes/DisputeManager.sol
. That's the old (current) Dispute Manager which we won't be touching/deploying, instead we have a new one in packages/subgraph-service/...
which you already updated.
Have reverted changes to that contract now :) |
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.
🚢
Motivation:
Title:
N-13 Naming Suggestions
Details:
Throughout the codebase, multiple instances where code would benefit from renaming were identified:
Consider reviewing the aforementioned suggestions and applying them to improve code clarity and readability.
Review suggestion
Key changes
Ignored suggestions