-
Notifications
You must be signed in to change notification settings - Fork 60
Add NatSpec documentation to ERC20 contract #1
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
Add NatSpec documentation to ERC20 contract #1
Conversation
src/ERC20/ERC20/ERC20.sol
Outdated
|
|
||
| /** | ||
| * @title ERC20 | ||
| * @notice A minimal ERC-20 token implementation using ERC-8042 diamond storage. |
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.
This is not a minimal implementation of ERC20. It is a full implementation of the ERC20 standard. It just looks minimal because other implementations are bloated and spaghetti code.
|
@Haroldwonder Thanks very much for this pull request. I made some changes that causes conflicts. Can you fix these conflicts so I can merge? |
|
@mudgen Open pull request updated, Nick. Happy to contribute. |
|
Thanks! Still have merge conflicts. I'll stop changing the file, sorry about that. |
# Conflicts: # src/ERC20/ERC20/ERC20Facet.sol
|
I have pushed now without conflicts |
|
Merged, thank you! Congratulations on making the first contribution to this library! |
…rc20-natspec Add NatSpec documentation to ERC20 contract
Feat/improve ci
…ent-sharded-registry Implement sharded Diamond Loupe with SSTORE2 snapshots for O(1) enumeration
No description provided.