Alberto Benegiamo
Alberto Benegiamo
Hello @chaonaa, I have a pretty late comment, but hopefully still usefull. We have just added some documentation explaining the bootstrap process [here](https://docs.avax.network/nodes/maintain/node-bootstrap). As @kcy1019 mentioned, RPCs are not available...
Closing this down since it is fixed
@aaronbuchwald, @darioush a clean way to introduce this feature is the following: 1. Extend `StateSyncableVM` interface to introduce methods to - Check is the VM wants to backfil blocks when...
@darioush I am thinking to adding this methods to the `StateSyncableVM` interface: 1. `BackfillBlocksEnabled(ctx context.Context) (ids.ID, error)` returns whether VM wants to backfil and from which blockID it needs to...