-
Notifications
You must be signed in to change notification settings - Fork 66
Chore: Gateway cleanup #623
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
363c011
to
93d4685
Compare
// which occupies 2 slots instead of 1. | ||
// address public _unused_quotation; | ||
|
||
address public _unused_nxmToken; |
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.
we've usually been naming them with numbers
but i don't see any issue with this, it's actually self-documenting, seems better
} else { | ||
status = ClaimStatus.IN_PROGRESS; | ||
} | ||
function initializeDAI() external { |
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.
do we still need this function? DAI is initialized
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.
removed
address public _unused_memberRoles; | ||
|
||
// assigned in initialize | ||
address public DAI; |
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.
Note: We will need to verify storage slots on the fork
@MilGard91 once this is merged.
Based on visual inspection, looks correct.
Context
Closes issue #620
Changes proposed in this pull request
Test plan
Ran existing tests suite
Checklist
Review
When reviewing a PR, please indicate intention in comments using the following emojis: