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.
Currently we can only persist a tracker status in the DB if it's either
ConfrimedIn(x)
orInMempoolSince(x)
. We want to be able to persist other variants likeReorgedOut
(we keep them in-memory atm).For this we will need database migration support, which will be introduced after #32.