Skip to content

Commit

Permalink
Update arcadia.md
Browse files Browse the repository at this point in the history
  • Loading branch information
manojkgorle authored Dec 22, 2024
1 parent 6b5ae55 commit f7172c5
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions arcadia.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,21 @@ Arcadia facilitates the Shared Block Production on The Composable Network for pa
- Block builders participate in auction after confirming their ability to build blocks for participating rollups.
- They build ToB chunks for different subsets of participating rollups and RoB chunks for each rollup, and send them with rollup block numbers and chunk nonce to arcadia continuosly to get them preconfed by SEQ validators.
- Every rollup block, ideally contains many ToBs and one RoB. ToBs are ordered by the chunk nonce included along with the chunk followed by RoB.

ToB chunks containig different subset of rollups
<img src="./assets/tob.png" style="display: block; margin: auto; max-width: 40%;">

A rollup block built by builder.
<img src="./assets/rollup_block.png" style="display: block; margin: auto; max-width: 40%;">

ToB chunks containig different subset of rollups:
<p align="center">
<img src="./assets/tob.png" width="40%">
</p>

A rollup block built by builder:
<p align="center">
<img src="./assets/rollup_block.png" width="50%">
</p>
## SEQ Validators:
- SEQ validators register with arcadia to receive chunks for preconfing.
- SEQ validators check few assertions on chunks, and issue a chunk cert if the assertions are satisfied.
- Valdiators store the signature verified txs in a emap, to prevent duplicate txs and ease signature verification while accepting the block.
- SEQ blocks are produced every 2 seconds, validators fetch `SequencerMsg` txs payload from arcadia to get included in the SEQ block and fill the rest of the block with `non SequencerMsg` txs.

## E2E Flow:
![E2E flow](./assets/e2e.png)
![E2E flow](./assets/e2e.png)

0 comments on commit f7172c5

Please sign in to comment.