Skip to content

feat(#915): implement NFT transferred event - #949

Merged
Eniola3321 merged 3 commits into
ANYTECHS:mainfrom
Abdulmajeed82:feat/915-nft-transferred-event
Sep 2, 2026
Merged

Eniola3321 merged 3 commits into
ANYTECHS:mainfrom
Abdulmajeed82:feat/915-nft-transferred-event

Conversation

@Abdulmajeed82

Copy link
Copy Markdown
Contributor

Closes #915

- Add NFTTransferredEvent struct to types.rs with all 4 required fields:
  token_id, previous_owner, new_owner, timestamp
- Create transfer_event module with:
  - emit_nft_transferred: publishes nft_xfer event after ownership writes
  - build_nft_transferred_event: test helper for payload field assertions
- Wire transfer_event module and NFTTransferredEvent export into lib.rs
- 10 unit tests: emission count, all 4 fields, distinct owners,
  multi-transfer chain, all-four-fields-in-one-call
@drips-wave

drips-wave Bot commented Aug 31, 2026

Copy link
Copy Markdown

@Abdulmajeed82 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@Eniola3321
Eniola3321 merged commit ae70652 into ANYTECHS:main Sep 2, 2026
2 of 3 checks passed
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.

[Events] Implement NFT Transferred Event

2 participants