hirosystems / ordhook

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

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

Open rafaelcr opened 3 months ago

rafaelcr commented 3 months ago

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

smcclellan commented 7 hours ago

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