Is your feature request related to a problem? Please describe.
Transactions are currently purged from the system after a number of epochs. This makes it impossible to index the currently running network. There exist backups of the badger database that have this information, but we'll need to parse those.
Describe the solution you'd like
A utility that can be run on badger DB backups that will backfill missing transactions.
Describe alternatives you've considered
None exist.
Additional context
39 will get the worker running again, but will only mark transactions as missing. This item is to backfill the missing transactions.
Is your feature request related to a problem? Please describe.
Transactions are currently purged from the system after a number of epochs. This makes it impossible to index the currently running network. There exist backups of the badger database that have this information, but we'll need to parse those.
Describe the solution you'd like
A utility that can be run on badger DB backups that will backfill missing transactions.
Describe alternatives you've considered
None exist.
Additional context
39 will get the worker running again, but will only mark transactions as missing. This item is to backfill the missing transactions.