Skip to content

Commit

Permalink
Update neps/nep-0509.md
Browse files Browse the repository at this point in the history
Co-authored-by: Marcelo Fornet <mfornet94@gmail.com>
  • Loading branch information
walnut-the-cat and mfornet committed Jul 8, 2024
1 parent faccd3f commit 880be34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neps/nep-0509.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ As a result, the team sought alternative approaches and concluded that stateless
The current high-level chunk production flow, excluding details and edge cases, is as follows:

* Block producer at height `H`, `BP(H)`, produces block `B(H)` with chunks accessible to it and distributes it.
* Chunk producer for shard `S` at height `H+1` `CP(S, H+1)` produces chunk `C(S, H+1)` based on `B(H)` and distributes it.
* Chunk producer for shard `S` at height `H+1`, `CP(S, H+1)`, produces chunk `C(S, H+1)` based on `B(H)` and distributes it.
* `BP(H+1)` collects all chunks at height `H+1` until certain timeout is reached.
* `BP(H+1)` produces block `B(H+1)` with chunks `C(*, H+1)` accessible to it and distributes it, etc.

Expand Down

0 comments on commit 880be34

Please sign in to comment.