Skip to content

Commit

Permalink
fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
wacban authored Oct 29, 2024
1 parent 8d8e761 commit 1ee5a74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions neps/nep-0568.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ post-processing, as long as the chain's view reflects a fully resharded state.

1) Protocol Features: Several protocol features must integrate smoothly with the
resharding process, including:

* Stateless Validation: Resharding must be validated and proven through
stateless validation mechanisms.
* State Sync: Nodes must be able to sync the states of the child
Expand Down Expand Up @@ -89,6 +90,7 @@ long-running background task. The new shards' states must converge with their
Mem Tries representation in a reasonable amount of time.

Splitting a shard's Flat State is performed in multiple steps:

1) A post-processing 'split' task is created during the last block of the old
shard layout, instantaneously.
2) The 'split' task runs in parallel with the chain for a certain amount of
Expand Down

0 comments on commit 1ee5a74

Please sign in to comment.