From f87c9b614ff05fef70f9c9cb010171b64c29f9be Mon Sep 17 00:00:00 2001 From: bhargavbh <2bhargav5@gmail.com> Date: Thu, 17 Oct 2024 10:02:41 +0200 Subject: [PATCH] added note on the webpage --- README.md | 2 +- docs/id-polkadot-protocol.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e19348efa..c2f67f3c1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ > [!NOTE] -> The Polkadot Protocol Specifications are not actively maintained by the Web3 Foundation as of 02 October 2024. +> The Polkadot Protocol Specifications are not actively maintained by the Web3 Foundation as of 02 October 2024. Please follow the [RFC process](https://github.com/polkadot-fellows/RFCs) for information on latest protocol updates. # Polkadot Protocol Specification diff --git a/docs/id-polkadot-protocol.md b/docs/id-polkadot-protocol.md index e91d4d7d1..b65c2c301 100644 --- a/docs/id-polkadot-protocol.md +++ b/docs/id-polkadot-protocol.md @@ -1,8 +1,8 @@ --- title: Polkadot Protocol --- -:::caution -This specification is **Work-In-Progress** and any content, structure, design and/or hyper/anchor-link **is subject to change**. +:::note +The specifications are not actively maintained by the Web3 Foundation as of 02/10/2024. Please follow the [RCF Process](https://github.com/polkadot-fellows/RFCs) for latest protocol updates. ::: Formally, Polkadot is a replicated sharded state machine designed to resolve the scalability and interoperability among blockchains. In Polkadot vocabulary, shards are called *parachains* and Polkadot *relay chain* is part of the protocol ensuring global consensus among all the parachains. The Polkadot relay chain protocol, henceforward called *Polkadot protocol*, can itself be considered as a replicated state machine on its own. As such, the protocol can be specified by identifying the state machine and the replication strategy.