filecoin-project / eudico

lotus, but also other things
Other
19 stars 14 forks source link

Syncing protocol for state in subnet #209

Open adlrocha opened 2 years ago

adlrocha commented 2 years ago

When a node joins the subnet it currently syncs from scratch by replaying the whole state of the network from genesis. However, we have checkpoints anchored to the parent chain and a subnet content resolution protocol that we can leverage to enable fast-sync for new joining nodes.

The two mechanisms we are considering are:

The protocol still needs to be spec'ed out and is not implemented in the MVP.

//cc @vukolic @matejpavlovic for additional input