Problem
The source contracts, ABIs, bindings, subgraph, and SDK parsers can drift even when each project builds independently.
Done when
- Define canonical event fixtures for EVM and Stellar announcements, sends, withdrawals, and names.
- Decode and re-encode them through bindings and consumer parsers.
- Assert indexed fields, topic order, metadata, and amounts.
- Run the conformance fixtures in CI.
Problem
The source contracts, ABIs, bindings, subgraph, and SDK parsers can drift even when each project builds independently.
Done when