Skip to content

feat: add event emission audit for all contract state changes#454

Open
devSoniia wants to merge 1 commit into
PrincessnJoy:mainfrom
devSoniia:feat/299-event-emission-audit
Open

feat: add event emission audit for all contract state changes#454
devSoniia wants to merge 1 commit into
PrincessnJoy:mainfrom
devSoniia:feat/299-event-emission-audit

Conversation

@devSoniia

Copy link
Copy Markdown
Contributor

Resolves #299

  • New docs/event-emission-audit.md auditing all state-changing methods in both contracts
  • Confirms all 10 governance events and 7 token events are emitted correctly
  • Full event schema reference (topics + data payloads) for off-chain indexers
  • Notes on enum deserialisation and SEP-41 self-transfer convention

…ssnJoy#299)

- Audit confirms every state-changing method in both governance and
  token contracts emits a structured on-chain event
- Documents all 10 governance events and 7 token events with topics
  and data payload schemas
- Adds indexer notes (topic filtering, enum deserialisation, SEP-41)
@drips-wave

drips-wave Bot commented Jun 26, 2026

Copy link
Copy Markdown

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

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 event emission audit for all contract state changes

1 participant