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
After #1920 which adds a runtime-specific pruning policy which supports querying which checkpoints should be available, the storage node sync should use checkpoints when it needs to sync too far back.
Storage checkpointing also needs to be fixed to use explicit chunks where each chunk is independently verifiable to be part of the given root. Changing this a bit will also enable us to easily use our MKVS with Tendermint's state sync (assuming we also do #1898). (This was done in #2659.)
The text was updated successfully, but these errors were encountered:
After #1920 which adds a runtime-specific pruning policy which supports querying which checkpoints should be available, the storage node sync should use checkpoints when it needs to sync too far back.
Storage checkpointing also needs to be fixed to use explicit chunks where each chunk is independently verifiable to be part of the given root. Changing this a bit will also enable us to easily use our MKVS with Tendermint's state sync (assuming we also do #1898).(This was done in #2659.)The text was updated successfully, but these errors were encountered: