Skip to content

Conversation

@Amxx
Copy link
Collaborator

@Amxx Amxx commented Jun 11, 2025

Fixes #5734

Do we want to cherrypick that on 5.4 ? Is it still possible to get it audited in time ?

PR Checklist

  • Tests
  • Documentation
  • Changeset entry (run npx changeset add)

@changeset-bot
Copy link

changeset-bot bot commented Jun 11, 2025

🦋 Changeset detected

Latest commit: 19fc7ab

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
openzeppelin-solidity Minor

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

@Amxx Amxx added this to the 5.5 milestone Jun 11, 2025
@Amxx Amxx requested review from arr00 and ernestognw June 11, 2025 09:11
@arr00 arr00 modified the milestones: 5.5, 5.4 Jun 11, 2025
ernestognw
ernestognw previously approved these changes Jun 11, 2025
Comment on lines +6 to +12
/// @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.
Copy link
Contributor

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.

Copy link
Member

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.

ernestognw
ernestognw previously approved these changes Jun 11, 2025
ernestognw
ernestognw previously approved these changes Jun 11, 2025
@ernestognw ernestognw merged commit 5c79432 into OpenZeppelin:master Jun 12, 2025
20 checks passed
Amxx added a commit to Amxx/openzeppelin-contracts that referenced this pull request Jun 12, 2025
Co-authored-by: ernestognw <[email protected]>
Co-authored-by: Arr00 <[email protected]>
Signed-off-by: Hadrien Croubois <[email protected]>
Amxx added a commit that referenced this pull request Jun 12, 2025
Signed-off-by: Hadrien Croubois <[email protected]>
Co-authored-by: ernestognw <[email protected]>
Co-authored-by: Arr00 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ERC20Bridgeable

3 participants