Labels: bug, api-server
Priority: Medium
Estimated Time: 1 hour
Description:
api-server/src/events.rs presumably mirrors or consumes the contract-level event topics (REVOKE_TOPIC, TRANSFER_TOPIC, BATCH_VERIFY_TOPIC in ip_registry/src/types.rs, plus the swap contract's own topics). Confirm the API server's topic constants stay in lockstep with the contracts' rather than being hand-copied and prone to drift.
Tasks:
Labels:
bug,api-serverPriority: Medium
Estimated Time: 1 hour
Description:
api-server/src/events.rspresumably mirrors or consumes the contract-level event topics (REVOKE_TOPIC,TRANSFER_TOPIC,BATCH_VERIFY_TOPICinip_registry/src/types.rs, plus the swap contract's own topics). Confirm the API server's topic constants stay in lockstep with the contracts' rather than being hand-copied and prone to drift.Tasks:
events.rsagainst the contracts'types.rsdefinitions