-
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
audit: Function Parameter Location Optimizations #199
Conversation
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.
They mention _assertProposalExists
, assertNoDuplicateIndices
, bytesToAddress
, _verify*
functions. Any reason we don't address those?
I modified `assertNoDuplicateIndices. I changed Not sure whether it is actually possible to use calldata in we call |
Codecov Report
@@ Coverage Diff @@
## main #199 +/- ##
==========================================
- Coverage 83.25% 82.22% -1.04%
==========================================
Files 29 29
Lines 442 450 +8
Branches 112 114 +2
==========================================
+ Hits 368 370 +2
- Misses 57 64 +7
+ Partials 17 16 -1
|
It would be nice to move those For |
could use structs its just a bit of a faf |
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.
tACK
closes #179