Skip to content

feat(backend): Add transaction receipt normalization with stable schema #36

Description

@Viky207

Problem

Receipts service has TODO; not normalized or stored.

Task

Implement receipt normalization and persistence.

Acceptance Criteria

  • ReceiptNormalizer produces stable schema
  • Stored in Supabase with txHash unique
  • GET /v1/receipts/tx/:txHash
  • GET /v1/receipts/address/:address
  • Includes status, amounts, fees, timestamps
  • Backfill from Horizon on first access

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions