From 57b84aa94ea503c18d0d9be75e4d289c013159b3 Mon Sep 17 00:00:00 2001 From: Tim McMackin Date: Thu, 19 Dec 2024 10:30:17 -0500 Subject: [PATCH] Capitalize DAL --- docs/architecture/governance/amendment-history.md | 2 +- docs/architecture/smart-rollups.md | 2 +- docs/tutorials.mdx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/architecture/governance/amendment-history.md b/docs/architecture/governance/amendment-history.md index 5a680297a..0cf048ac0 100644 --- a/docs/architecture/governance/amendment-history.md +++ b/docs/architecture/governance/amendment-history.md @@ -231,7 +231,7 @@ For more information, see the blog post from [Nomadic Labs](https://research-dev Paris's main changes are: * [10-second block time](https://research-development.nomadic-labs.com/10-second-blocktime.html): Lower latency and faster finality on layer 1 without compromising decentralization or security. -* [Data availability layer](https://research-development.nomadic-labs.com/paris-announcement.html#the-dal-activates-on-mainnet-boosting-smart-rollups-capacity): Boosting throughput and scalability of Smart Rollups. +* [Data Availability Layer](https://research-development.nomadic-labs.com/paris-announcement.html#the-dal-activates-on-mainnet-boosting-smart-rollups-capacity): Boosting throughput and scalability of Smart Rollups. It enables Tezos Layer 1 to attest the publication of data living outside Layer 1 blocks, increasing by orders of magnitude the bandwidth of data attested by the Layer 1. * [Adaptive issuance, staking, and adaptive slashing](https://research-development.nomadic-labs.com/adaptive-issuance-paris.html): A major overhaul of Tezos Proof-of-Stake, adapting the economics of tez to fit better with real-world usage, and to increase the chain security. The proposed mechanism ties the protocol’s regular issuance of tez to the ratio of staked tez over the total supply, in order to nudge the staked fund ratio towards a protocol-defined target. * [Further proof-of-stake refinements](https://research-development.nomadic-labs.com/paris-announcement.html#further-proof-of-stake-refinements): Simplified computation and faster updates of consensus rights. diff --git a/docs/architecture/smart-rollups.md b/docs/architecture/smart-rollups.md index e84c5c78f..f2f9bc192 100644 --- a/docs/architecture/smart-rollups.md +++ b/docs/architecture/smart-rollups.md @@ -46,7 +46,7 @@ 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](/architecture/data-availability-layer) +- The [Data Availability Layer](/architecture/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-to-peer communication channel like layer 1 nodes. diff --git a/docs/tutorials.mdx b/docs/tutorials.mdx index ea976a6bb..5628c9c9e 100644 --- a/docs/tutorials.mdx +++ b/docs/tutorials.mdx @@ -137,7 +137,7 @@ These tutorials are intended for developers who are familiar with Tezos and want title="Implement a file archive with the DAL" emoji="🗃️" href="/tutorials/build-files-archive-with-dal" - description="Learn how to build a file archive with a Smart Rollup and the data availability layer" + description="Learn how to build a file archive with a Smart Rollup and the Data Availability Layer" link="Start tutorial" />