Skip to content

Map Txs: create a mechanism to map these to our orders in the database #211

@matt-auckland

Description

@matt-auckland
  • Check Tx addresses against the database and map Txs to orders
    • valid Tx must match order value +/- x%
    • method returns an object:
{
    validTxs: [
      {
          Tx,
          Order 
      }
    ],
    invalidTxs: [
        {
          Tx,
          Order : Order || false (no matching order found)
        }
    ] 
}
  • Recheck continuously using the preflight loop

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions