Skip to content

feat(creator-keys): emit richer registration events#66

Merged
Chucks1093 merged 1 commit into
accesslayerorg:mainfrom
edehvictor:feat/richer-registration-events-2
Mar 27, 2026
Merged

feat(creator-keys): emit richer registration events#66
Chucks1093 merged 1 commit into
accesslayerorg:mainfrom
edehvictor:feat/richer-registration-events-2

Conversation

@edehvictor

Copy link
Copy Markdown
Contributor

Closes #2

Changes

  • expand the creator registration event into a stable typed payload for downstream indexing
  • include the creator address as an indexed event topic
  • expose creator, handle, supply, and holder_count in the registration event data
  • document the registration event structure in code comments
  • update event tests to verify the richer payload and indexed creator topic

Testing

  • cargo fmt --all -- --check
  • CI will run:
    • cargo clippy --workspace --all-targets -- -D warnings
    • cargo test --workspace

Notes

  • this PR focuses only on improving registration event structure for indexers
  • buy and sell event enrichment can continue in follow-up issues

@Chucks1093 Chucks1093 merged commit 93e02e6 into accesslayerorg:main Mar 27, 2026
1 check 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.

Emit richer creator registration events for indexing

2 participants