Skip to content

feat(#914): implement NFT minted event with full field coverage - #948

Merged
Eniola3321 merged 1 commit into
ANYTECHS:mainfrom
Abdulmajeed82:feat/914-nft-minted-event
Sep 2, 2026
Merged

Eniola3321 merged 1 commit into
ANYTECHS:mainfrom
Abdulmajeed82:feat/914-nft-minted-event

Conversation

@Abdulmajeed82

Copy link
Copy Markdown
Contributor

Closes #914

- Update mint_event module doc to reference issue ANYTECHS#914
- Add build_nft_minted_event helper for payload field verification
- Expand tests from 3 (count-only) to 12 with per-field assertions:
  - token_id, creator, owner, clip_id, metadata_uri, timestamp
  - creator != owner case, all-6-fields-in-one-call, multi-event
- NFTMintedEvent struct already had all 6 required fields
- emit_nft_minted already published under nft_mntd topic
@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 b8cfba4 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 Minted Event

2 participants