talaia-labs / rust-teos

The Eye of Satoshi - Lightning Watchtower
https://talaia-labs.github.io/talaia.watch/
MIT License
134 stars 63 forks source link

Add new tracker status variants for the DB #240

Open mariocynicys opened 1 year ago

mariocynicys commented 1 year ago

Currently we can only persist a tracker status in the DB if it's either ConfrimedIn(x) or InMempoolSince(x). We want to be able to persist other variants like ReorgedOut (we keep them in-memory atm).

For this we will need database migration support, which will be introduced after #32.