Skip to content

feat(creator-keys): emit richer registration events for indexing closes (#2)#9

Closed
edehvictor wants to merge 3 commits into
accesslayerorg:mainfrom
edehvictor:feat/rich-registration-events
Closed

feat(creator-keys): emit richer registration events for indexing closes (#2)#9
edehvictor wants to merge 3 commits into
accesslayerorg:mainfrom
edehvictor:feat/rich-registration-events

Conversation

@edehvictor

Copy link
Copy Markdown
Contributor

Add dedicated CreatorRegistered event struct with creator, handle, supply, and ledger fields. Include creator address in event topic for downstream filtering. Add doc comments documenting the event schema and two tests verifying event emission and field values.

closes #2

Summary

Testing

  • cargo fmt --all -- --check
  • cargo clippy --workspace --all-targets -- -D warnings
  • cargo test --workspace

Checklist

  • Linked issue or backlog item
  • Contract behavior and invariants are described clearly
  • Docs updated if contract interfaces or workflows changed
  • Scope stays limited to one contract concern

Add dedicated CreatorRegistered event struct with creator, handle,
supply, and ledger fields. Include creator address in event topic
for downstream filtering. Add doc comments documenting the event
schema and two tests verifying event emission and field values.

closes accesslayerorg#2
@drips-wave

drips-wave Bot commented Mar 24, 2026

Copy link
Copy Markdown

@edehvictor 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

@Chucks1093

Copy link
Copy Markdown
Contributor

@edehvictor Fix merge conflict and CI

@edehvictor edehvictor closed this Mar 27, 2026
@edehvictor edehvictor deleted the feat/rich-registration-events branch March 27, 2026 12:24
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.

Emit richer creator registration events for indexing

2 participants