Skip to content

fix: consolidate transaction hash to single canonical column #79

Description

@EmeditWeb

Problem

Transactions service (lines 216-251) handles both hash and transaction_hash columns. This dual-column handling should be resolved with a migration.

What To Build

  1. Run migration to unify column name
  2. Remove dual-column handling code
  3. Update all references

Files To Touch

  • src/modules/transactions/transactions.service.ts — lines 216-251

Acceptance Criteria

  • Single column for transaction hash
  • Migration script exists
  • Build passes

Mandatory Checks

  • context/ files read
  • npm run build passes
  • PR references this issue

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions