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
For now we are using the same code for masterchain and other shards to prepare shard state on cold boot. It requires a full block, its proof and queue diff. For mc block we already have a proof which we received from a getKeyBlocks stuff and we are downloading a block data to have a full config and shard descriptions. But for other shards we only need to check a state_update.new against a downloaded state root.
I made a temp fix (#412) to preserve all persistent blocks for now, but it may slow down the blocks GC.
The text was updated successfully, but these errors were encountered:
For now we are using the same code for masterchain and other shards to prepare shard state on cold boot. It requires a full block, its proof and queue diff. For mc block we already have a proof which we received from a
getKeyBlocks
stuff and we are downloading a block data to have a full config and shard descriptions. But for other shards we only need to check astate_update.new
against a downloaded state root.I made a temp fix (#412) to preserve all persistent blocks for now, but it may slow down the blocks GC.
The text was updated successfully, but these errors were encountered: