Skip to content

Commit

Permalink
Add DAL to the list of info sources for Smart Rollups (#410)
Browse files Browse the repository at this point in the history
* Add DAL to the list of info sources for Smart Rollups

* grammar
  • Loading branch information
timothymcmackin authored Jun 21, 2024
1 parent c20adab commit 769594d
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions docs/architecture/smart-rollups.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Smart Rollups
authors: 'Nomadic Labs, TriliTech, Tim McMackin'
last_update:
date: 11 March 2024
date: 10 June 2024
---

Smart Rollups play a crucial part in providing high scalability on Tezos.
Expand Down Expand Up @@ -42,9 +42,14 @@ For example, Smart Rollups enable [Etherlink](https://www.etherlink.com/), which

## Communication

Smart Rollups have access to two sources of information: the rollup inbox and the reveal data channel.
Smart Rollups are limited to information from these sources:

- The Smart Rollup inbox, which contains messages from layer 1 to all rollups
- The reveal data channel, which allows Smart Rollups to request information from outside sources
- The [Data availability layer](./data-availability-layer)

These are the only sources of information that rollups can use.
In particular, Smart Rollup nodes cannot communicate directly with each other; they do not have a peer-ro-peer communication channel like layer 1 nodes.
In particular, Smart Rollup nodes cannot communicate directly with each other; they do not have a peer-to-peer communication channel like layer 1 nodes.

### Rollup inbox

Expand Down

0 comments on commit 769594d

Please sign in to comment.