You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 like
ReorgedOut
(we keep them in-memory atm).For this we will need database migration support, which will be introduced after #32.
The text was updated successfully, but these errors were encountered: