From 703af22d95ebc48359886dfbeb412aa41661e30a Mon Sep 17 00:00:00 2001 From: Tim McMackin Date: Mon, 10 Jun 2024 09:07:17 -0400 Subject: [PATCH] DAL is now available on weeklynet --- docs/architecture/data-availability-layer.md | 7 +------ docs/tutorials/build-files-archive-with-dal.md | 9 ++------- docs/tutorials/join-dal-baker.md | 7 +------ 3 files changed, 4 insertions(+), 19 deletions(-) diff --git a/docs/architecture/data-availability-layer.md b/docs/architecture/data-availability-layer.md index 82a0b6f4f..ee8e26f46 100644 --- a/docs/architecture/data-availability-layer.md +++ b/docs/architecture/data-availability-layer.md @@ -2,14 +2,9 @@ title: The Data Availability Layer authors: "Tim McMackin" last_update: - date: 7 February 2024 + date: 10 June 2024 --- -:::note Experimental -The Data Availability Layer is an experimental feature that is not yet available on Tezos Mainnet. -The way the DAL works may change significantly before it is generally available. -::: - The Data Availability Layer (DAL) is a companion peer-to-peer network for the Tezos blockchain, designed to provide additional data bandwidth to Smart Rollups. It allows users to share large amounts of data in a way that is decentralized and permissionless, because anyone can join the network and post and read data on it. diff --git a/docs/tutorials/build-files-archive-with-dal.md b/docs/tutorials/build-files-archive-with-dal.md index 16cb73393..5d097dae1 100644 --- a/docs/tutorials/build-files-archive-with-dal.md +++ b/docs/tutorials/build-files-archive-with-dal.md @@ -2,14 +2,9 @@ title: Implement a file archive with the DAL and a Smart Rollup authors: 'Tezos Core Developers' last_update: - date: 9 February 2024 + date: 10 June 2024 --- -:::note Experimental -The Data Availability Layer is an experimental feature that is not yet available on Tezos Mainnet. -The way the DAL works may change significantly before it is generally available. -::: - The Data Availability Layer (DAL) is a companion peer-to-peer network for the Tezos blockchain, designed to provide additional data bandwidth to Smart Rollups. It allows users to share large amounts of data in a way that is decentralized and permissionless, because anyone can join the network and post and read data on it. @@ -21,7 +16,7 @@ You will learn: - How to host a DAL node - How to publish data and files with the DAL -Because the DAL is not yet available on Tezos Mainnet, this tutorial uses the [Weeklynet test network](https://teztnets.com/weeklynet-about), which runs on a newer version of the protocol that includes the DAL. +This tutorial uses the [Weeklynet test network](https://teztnets.com/weeklynet-about). Weeklynet runs just like other Tezos networks like Mainnet and Ghostnet, with its own nodes, bakers, and accusers, so you don't need to run your own nodes and bakers. See these links for more information about the DAL: diff --git a/docs/tutorials/join-dal-baker.md b/docs/tutorials/join-dal-baker.md index 496019ef1..829e74cbb 100644 --- a/docs/tutorials/join-dal-baker.md +++ b/docs/tutorials/join-dal-baker.md @@ -2,17 +2,12 @@ title: Join the DAL as a baker, in 5 steps authors: Tezos core developers last_update: - date: 7 February 2024 + date: 10 June 2024 --- The Tezos data availability layer (DAL) is a key component for the scalability of Tezos. In a nutshell, the DAL increases the data bandwidth available for Tezos Smart Rollups by providing a peer-to-peer network that they can use to fetch data without compromising security. -:::note Experimental -The data availability layer is an experimental feature that is not yet available on Tezos Mainnet. -The way the DAL works may change significantly before it is generally available. -::: - Just like layer 1, Tezos bakers ensure the security of the DAL. Bakers not only produce blocks but also attest that other bakers' blocks are valid and properly published on layer 1. In the same way, bakers attest that data published to the DAL is available.