From cf3174f38c832e126b6a7878d71f8778f240859c Mon Sep 17 00:00:00 2001 From: Waclaw Banasik Date: Fri, 13 Dec 2024 13:11:19 +0100 Subject: [PATCH] lint --- neps/nep-0568.md | 1 + 1 file changed, 1 insertion(+) diff --git a/neps/nep-0568.md b/neps/nep-0568.md index bec8dd340..6013bdd39 100644 --- a/neps/nep-0568.md +++ b/neps/nep-0568.md @@ -160,6 +160,7 @@ supporting smooth transitions without altering storage structures directly. #### Integration with cold storage (archival nodes) Cold storage uses the same mapping strategy to manage shard state during resharding: + * When state data is migrated from hot to cold storage, it retains the parent shard’s `ShardUId` prefix, ensuring consistency with the mapping strategy. * While copying data for the last block of the epoch where resharding occured, the `DBCol::StateShardUIdMapping` column is copied into cold storage. This ensures that mappings are updated alongside the shard state data. * These mappings are permanent in cold storage, aligning with its role in preserving historical state.