Area: apps/s03-indexer/src/mappings/**
Goal: Cover funding accrual events that affect position accounting.
Tasks:
- Add fixtures for funding accrual/settlement events.
- Assert cumulative funding fields update deterministically.
- Assert idempotent reprocessing of the same event.
Acceptance:
- Protocol-scale values preserved as strings/BigInt.
bun run --cwd apps/s03-indexer test passes.
Area:
apps/s03-indexer/src/mappings/**Goal: Cover funding accrual events that affect position accounting.
Tasks:
Acceptance:
bun run --cwd apps/s03-indexer testpasses.