hirosystems / ordhook

Build indexers, standards and protocols on top of Ordinals and Inscriptions (BRC20, etc).
Apache License 2.0
190 stars 56 forks source link

guarantee db write atomicity between brc20.sqlite and hord.sqlite #288

Closed rafaelcr closed 1 month ago

rafaelcr commented 6 months ago

if a transaction fails for each of those DBs, the other write should not go through and viceversa

smcclellan commented 3 months ago

Databases can get out of sync if this ticket is not completed.