alicenet / utilities

Utilities for the AliceNet project
MIT License
1 stars 0 forks source link

Backfill from backups utility #54

Open ghost opened 1 year ago

ghost commented 1 year ago

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.

ghost commented 1 year ago

Will continue the long term work for #39