-
Notifications
You must be signed in to change notification settings - Fork 12.4k
ERC20Bridgable (ERC-7802) #5735
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
🦋 Changeset detectedLatest commit: 19fc7ab The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
| /// @title IERC7802 | ||
| /// @notice Defines the interface for crosschain ERC20 transfers. | ||
| interface IERC7802 is IERC165 { | ||
| /// @notice Emitted when a crosschain transfer mints tokens. | ||
| /// @param to Address of the account tokens are being minted for. | ||
| /// @param amount Amount of tokens minted. | ||
| /// @param sender Address of the caller (msg.sender) who invoked crosschainMint. |
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.
Lots of non-dev tags here--won't be parsed for documentation.
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.
Yes, it's true we have been not too strict with that for interfaces and we try to keep them as defined in their corresponding ERCs (which was the case for 7802 as far as I remember). I would be in favor of rendering @param and @returns in the interfaces page only.
Co-authored-by: Arr00 <[email protected]>
Co-authored-by: ernestognw <[email protected]> Co-authored-by: Arr00 <[email protected]> Signed-off-by: Hadrien Croubois <[email protected]>
Signed-off-by: Hadrien Croubois <[email protected]> Co-authored-by: ernestognw <[email protected]> Co-authored-by: Arr00 <[email protected]>
Fixes #5734
Do we want to cherrypick that on 5.4 ? Is it still possible to get it audited in time ?
PR Checklist
npx changeset add)