move snapshot loading from nodeos to leap-util #2050
Labels
consideration
issues we aren't prioritizing today, but may consider at a later date
discussion
enhancement
New feature or request
move snapshot loading from nodeos to leap-util... or at least add snapshot loading into leap-util.
The reason for this is to allow snapshots to be downloaded, processed and removed (saving disk space).
With the current logic you need some scripts to download snapshots and then tell nodeos to start with the snapshot. But that script doesn't really know when nodeos is finished loading the snapshot to allow it to delete the snapshot file (could read the journal log to look for specific message, but that's fragile).
Would be much cleaner to just remove the whole snapshot loading logic out of nodeos and force
leap-util
to deal with creating the correct statedb and then start nodeos normally.The text was updated successfully, but these errors were encountered: