Skip to content

feat: Add EventCreated event emission to create_event function#214

Merged
martinvibes merged 3 commits intoLumenTix-HQ:mainfrom
ayomideadeniran:issue-189-event-created
Mar 27, 2026
Merged

feat: Add EventCreated event emission to create_event function#214
martinvibes merged 3 commits intoLumenTix-HQ:mainfrom
ayomideadeniran:issue-189-event-created

Conversation

@ayomideadeniran
Copy link
Copy Markdown
Contributor

  • Defines EventCreated event struct in events/mod.rs
  • Emits event after event is successfully created
  • Event includes event_id, organizer, name, ticket_price, max_tickets, start_time, end_time
  • Enables off-chain indexers and frontends to track new events

Closes #189

- Defines EventCreated event struct in events/mod.rs
- Emits event after event is successfully created
- Event includes event_id, organizer, name, ticket_price, max_tickets, start_time, end_time
- Enables off-chain indexers and frontends to track new events

Closes LumenTix-HQ#189
@drips-wave
Copy link
Copy Markdown

drips-wave bot commented Mar 27, 2026

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

@martinvibes
Copy link
Copy Markdown
Contributor

lgtm

@martinvibes martinvibes merged commit a9c1108 into LumenTix-HQ:main Mar 27, 2026
0 of 2 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.

Add EventCreated event emission to create_event function

2 participants