-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Review architecture page #483
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
ad03dd3
to
a1d4540
Compare
docs/architecture.md
Outdated
Tezos also has other networks used for testing, referred to as testnets. | ||
Anyone can create new test networks if needed. | ||
For example, before new versions of the Tezos protocol are enabled, users create networks that use that protocol so they can test it. | ||
|
||
## The blockchain data | ||
Other systems run on top of Tezos layer 1; these systems are referred to as _layer 2_. | ||
These systems, including [Smart Rollups](/architecture/smart-rollups) and the [Data Availability Layer](/architecture/data-availability-layer), allow Tezos applications to scale, running transactions and using data at a much higher rate than layer 1. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a bit misleading to say the DAL is on L2, maybe better like this:
These systems, including [Smart Rollups](/architecture/smart-rollups) and the [Data Availability Layer](/architecture/data-availability-layer), allow Tezos applications to scale, running transactions and using data at a much higher rate than layer 1. | |
These systems, based on [Smart Rollups](/architecture/smart-rollups) complemented by the [Data Availability Layer](/architecture/data-availability-layer), allow Tezos applications to scale, running transactions and using data at a much higher rate than layer 1. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM beyond one comment
Note however that I cannot validate the figure by lack of expertise.
Co-authored-by: NicNomadic <[email protected]>
This is a big can of worms but it might be helpful if we included layer 2 in the overview of Tezos architecture.
Preview: https://docs-staging-git-review-architecture-trili-tech.vercel.app/architecture