iotaledger / chronicle.rs

A framework for building IOTA permanodes
Apache License 2.0
73 stars 15 forks source link

Export Archive Files #99

Closed DaughterOfMars closed 7 months ago

DaughterOfMars commented 3 years ago

Problem

If logs are missed somehow, but the milestone data exists in the database, there is currently no way to export those milestones to log files.

Proposal

Chronicle should have the opposite of the Importer, an Exporter which will write a given milestone range to log files from the database. Additionally, the CLI should have a command to request this.

DaughterOfMars commented 3 years ago

Exporter has been added in new-backstage branch as part of a42d23afe813a4849f97c4cb2a8bd7aabb3beac6

DaughterOfMars commented 2 years ago

Exporter ported to backstage branch as part of ac6352242526d32871269d67ffa8ba81a4b3de7d;