Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions TechnicalWhitePaper.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,17 +229,15 @@ Latency is the time it takes for one account to send an Action to another accoun

Block

Region
Cycles (sequential)

Cycles (sequential)
Shards (parallel)

Shards (parallel)
Transactions (sequential)

Transactions (sequential)
Actions (sequential)

Actions (sequential)

Receiver and Notified Accounts (parallel)
Receiver and Notified Accounts (parallel)

Transactions generated in one cycle can be delivered in any subsequent cycle or block. Block producers will keep adding cycles to a block until the maximum wall clock time has passed or there are no new generated transactions to deliver.

Expand Down