hirosystems / ordinals-api

Bitcoin Ordinals API
Apache License 2.0
200 stars 62 forks source link

add `satpoint_pre_transfer` column to locations table #81

Closed rafaelcr closed 1 year ago

rafaelcr commented 1 year ago

Chainhooks sends satpoint_pre_transfer with every inscription_transferred event. We should store this data with every location write so we can then determine if we're ever inserting a transfer that is "gapped" (i.e. missing a previous move). We could also build a query tool to give us those gaps admin-side.

rafaelcr commented 1 year ago

Fixed by #85