Skip to content
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

fix: emit correct transfer and approval events (#194) #215

Merged

Conversation

arianejasuwienas
Copy link
Contributor

Description:
Emit current transfer and approval events for ERC 721

Related issue(s):

Fixes #194

Notes for reviewer:

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

@arianejasuwienas arianejasuwienas added the bug A error that causes the feature to behave differently than what was expected based on design docs label Jan 22, 2025
@arianejasuwienas arianejasuwienas self-assigned this Jan 22, 2025
@arianejasuwienas arianejasuwienas requested a review from a team as a code owner January 22, 2025 15:07
contracts/IERC20.sol Outdated Show resolved Hide resolved
contracts/HtsSystemContract.sol Outdated Show resolved Hide resolved
contracts/IERC721.sol Outdated Show resolved Hide resolved
contracts/IERC721.sol Outdated Show resolved Hide resolved
test/ERC721.t.sol Outdated Show resolved Hide resolved
contracts/IERC721.sol Show resolved Hide resolved
andrewb1269hg
andrewb1269hg previously approved these changes Jan 24, 2025
Copy link

@andrewb1269hg andrewb1269hg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

README.md file formatting looks good.

acuarica
acuarica previously approved these changes Jan 27, 2025
@arianejasuwienas
Copy link
Contributor Author

@acuarica I need your approval again (lost it by resolving the conficts between this branch and main in HTS.t.sol file).

Copy link

@andrewb1269hg andrewb1269hg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reapprove readme formatting.

@arianejasuwienas arianejasuwienas merged commit e4a7e92 into main Jan 29, 2025
13 checks passed
@arianejasuwienas arianejasuwienas deleted the 194-emit-correct-transfer-and-approval-events-for-erc721 branch January 29, 2025 07:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A error that causes the feature to behave differently than what was expected based on design docs
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Emit correct Transfer and Approval events for ERC721
3 participants