-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
feat(nfts): trailblazer profile picture #18009
Conversation
feat(nfts): trailblazer profile picture
🚨 Report Summary
For more details view the full report in OpenZeppelin Code Inspector |
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.
Overall a fantastic implementation, need to polish a couple corners and properly document/format
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.
Really good progress 🎉 couple final details:
- Include a deployment script
- Ensure
pnpm fmt:sol
andpnpm lint:sol
run clean - Fix the runtime compile warning (seen when running
pnpm test
locally):
Compiler run successful with warnings:
Warning (2519): This declaration shadows an existing declaration.
--> contracts/profile/RegisterProfilePicture.sol:62:9:
|
62 | ProfilePicture memory profilePicture = profilePicture[user];
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Note: The shadowed declaration is here:
--> contracts/profile/RegisterProfilePicture.sol:25:5:
|
25 | mapping(address => ProfilePicture) public profilePicture;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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!
Congrats, your important contribution to this open-source project has earned you a GitPOAP! GitPOAP: 2024 Taiko Contributor: Head to gitpoap.io & connect your GitHub account to mint! Learn more about GitPOAPs here. |
No description provided.