Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
staffik committed Nov 6, 2024
1 parent 6c98441 commit 08b1834
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions neps/nep-0568.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 08b1834

Please sign in to comment.