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, syncing a node from scratch can be done only via p2p. We lack the ability to share backups of the databases between filesystems/os abstractions and hence heavily rely on p2p for syncing when rather someone's database could initially be bootstrapped by another mechanism.
Describe chunking of backup with compression. We can do some interesting things by having magnet links for block ranges, but mvp can have just one magnet link.
Describe SnapSyncRunnableService conditionally mounted based on cli args.
Definition of Done
I can start a fuel node which generates a backup every x days and serves it over the torrent protocol
I can start a fuel node with --snap-sync --snap-sync-magnet-uri <> to initially bootstrap my fuel node
The text was updated successfully, but these errors were encountered:
Currently, syncing a node from scratch can be done only via p2p. We lack the ability to share backups of the databases between filesystems/os abstractions and hence heavily rely on p2p for syncing when rather someone's database could initially be bootstrapped by another mechanism.
Sub-Issues
backup
instead #2535SnapSync
RunnableService
conditionally mounted based on cli args.Definition of Done
--snap-sync --snap-sync-magnet-uri <>
to initially bootstrap my fuel nodeThe text was updated successfully, but these errors were encountered: