-
Notifications
You must be signed in to change notification settings - Fork 18
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
Reserve Updates #272
Reserve Updates #272
Conversation
Reserve Updates
🚨 Report Summary
For more details view the full report in OpenZeppelin Code Inspector |
Hi Hadar. Looking forward to review this :) Just one request, can you clean up the commit history and add more descriptive commit messages? Also, potentially splitting into multiple independent PRs if possible? Thanks, |
@peterje-tr sorry not gonna happen:) i'm happy to walk you through. |
396a45a
to
4e82ee4
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.
Super nice work. Glad to see the changes. I have some comments
General Notes:
- This branch does not include recent changes from master. I think it would be proper to update it
- This PR would greatly benefit from being split into multiple independent PRs. It would make it much easier to review
require( | ||
_msgSender() == address(avatar) || _msgSender() == guardian, | ||
"CompoundVotingMachine: not avatar or guardian" | ||
); |
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.
The Sayfer finding SAY-02
"Inconsistent Guardian Approval Requirement" seems to be still present
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.
line 429 was changed to make it a little bit clearer
here the status is fixed
https://sayfer.io/audits/smart-contract-audit-report-for-gooddollar/
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.
I can't find it in the link? Can you give me a more precise link?
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.
f420762
to
494ba11
Compare
No description provided.