From 08b18342bfb57cad6c83ab6d8f4046c03c1b6e34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Chuda=C5=9B?= Date: Wed, 6 Nov 2024 16:45:07 +0100 Subject: [PATCH] fix lint --- neps/nep-0568.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/neps/nep-0568.md b/neps/nep-0568.md index b44878e81..8a27a0c04 100644 --- a/neps/nep-0568.md +++ b/neps/nep-0568.md @@ -107,6 +107,7 @@ Splitting a shard's Flat State is performed in multiple steps: snapshots and to reload Mem Tries. ### State Storage - State + // TODO Describe integration with cold storage once design is ready Each shard’s Trie is stored in the `State` column of the database, with keys prefixed by `ShardUId`, followed by a node's hash. @@ -238,8 +239,6 @@ For archival nodes, mappings are retained permanently to ensure access to the hi This implementation ensures efficient and scalable shard state transitions, allowing child shards to use ancestor data without creating redundant entries. - - ## Security Implications ```text