π§ Concept
Validate consistency of event topics across contract functions.
β οΈ Problem
Inconsistent event topics make indexing and downstream integrations harder.
π Implementation Scope
packages/rules/soroban/events/
packages/analyzers/soroban/events/
β
Requirements
- Extract event topics
- Compare related events
- Detect inconsistent naming
- Report affected functions
π― Acceptance Criteria
π§ Concept
Validate consistency of event topics across contract functions.
Inconsistent event topics make indexing and downstream integrations harder.
π Implementation Scope
packages/rules/soroban/events/packages/analyzers/soroban/events/β Requirements
π― Acceptance Criteria