-
Notifications
You must be signed in to change notification settings - Fork 31
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
Clean up of UtilityToken and UtilityTokenInterface. #540
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.
Nice!! 🐻
Nothing critical from my end. See some comments on typos/docs in-line.
Generally, I think we should use the NatSpec modifiers like intended here: Ethereum Natural Specification
I.e. @notice
should be for the user and @dev
for developers.
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.
Nice work 🙌
Some minor feedbacks inline.
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.
LGTM 🚀 🙌
Thanks
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.
LGTM 👍
This PR includes the following changes
mint
is renamed toincreaseSupply
.burn
is renamed todecreaseSupply
.Minted
andBurnt
events are deleted.constructor
.setCoGateway
.increaseSupply
.decreaseSupply
.fixes: #449, #524 and #529