From 59680c04701c159f45fcc9f19a9bf9fb183dacf7 Mon Sep 17 00:00:00 2001 From: terence tsao Date: Tue, 5 Sep 2023 08:59:14 -0700 Subject: [PATCH] remove: old warnings --- specs/altair/fork.md | 2 -- specs/altair/p2p-interface.md | 6 ------ specs/altair/validator.md | 5 ----- specs/bellatrix/fork.md | 2 -- specs/bellatrix/p2p-interface.md | 6 ------ specs/capella/fork.md | 2 -- 6 files changed, 23 deletions(-) diff --git a/specs/altair/fork.md b/specs/altair/fork.md index bf8499a219..60b048abda 100644 --- a/specs/altair/fork.md +++ b/specs/altair/fork.md @@ -22,8 +22,6 @@ This document describes the process of the first upgrade of the beacon chain: th ## Configuration -Warning: this configuration is not definitive. - | Name | Value | | - | - | | `ALTAIR_FORK_VERSION` | `Version('0x01000000')` | diff --git a/specs/altair/p2p-interface.md b/specs/altair/p2p-interface.md index 0f278b08c5..fac540fb99 100644 --- a/specs/altair/p2p-interface.md +++ b/specs/altair/p2p-interface.md @@ -13,7 +13,6 @@ Altair adds new messages, topics and data to the Req-Resp, Gossip and Discovery -- [Warning](#warning) - [Modifications in Altair](#modifications-in-altair) - [MetaData](#metadata) - [The gossip domain: gossipsub](#the-gossip-domain-gossipsub) @@ -38,11 +37,6 @@ Altair adds new messages, topics and data to the Req-Resp, Gossip and Discovery -## Warning - -This document is currently illustrative for early Altair testnets and some parts are subject to change. -Refer to the note in the [validator guide](./validator.md) for further details. - ## Modifications in Altair ### MetaData diff --git a/specs/altair/validator.md b/specs/altair/validator.md index 013a516490..3602377acd 100644 --- a/specs/altair/validator.md +++ b/specs/altair/validator.md @@ -10,7 +10,6 @@ This is an accompanying document to [Altair -- The Beacon Chain](./beacon-chain. - [Introduction](#introduction) - [Prerequisites](#prerequisites) -- [Warning](#warning) - [Constants](#constants) - [Misc](#misc) - [Containers](#containers) @@ -63,10 +62,6 @@ Block proposers incorporate the (aggregated) sync committee signatures into each All terminology, constants, functions, and protocol mechanics defined in the [Altair -- The Beacon Chain](./beacon-chain.md) doc are requisite for this document and used throughout. Please see this document before continuing and use as a reference throughout. -## Warning - -This document is currently illustrative for early Altair testnets and some parts are subject to change, especially pending implementation and profiling of Altair testnets. - ## Constants ### Misc diff --git a/specs/bellatrix/fork.md b/specs/bellatrix/fork.md index a114e5a5fa..569dccdc66 100644 --- a/specs/bellatrix/fork.md +++ b/specs/bellatrix/fork.md @@ -22,8 +22,6 @@ This document describes the process of Bellatrix upgrade. ## Configuration -Warning: this configuration is not definitive. - | Name | Value | | - | - | | `BELLATRIX_FORK_VERSION` | `Version('0x02000000')` | diff --git a/specs/bellatrix/p2p-interface.md b/specs/bellatrix/p2p-interface.md index 7d80d40a83..032bc9ebec 100644 --- a/specs/bellatrix/p2p-interface.md +++ b/specs/bellatrix/p2p-interface.md @@ -12,7 +12,6 @@ Readers should understand the Phase 0 and Altair documents and use them as a bas - - [Warning](#warning) - [Modifications in Bellatrix](#modifications-in-bellatrix) - [The gossip domain: gossipsub](#the-gossip-domain-gossipsub) - [Topics and messages](#topics-and-messages) @@ -33,11 +32,6 @@ Readers should understand the Phase 0 and Altair documents and use them as a bas -## Warning - -This document is currently illustrative for early Bellatrix testnets and some parts are subject to change. -Refer to the note in the [validator guide](./validator.md) for further details. - ## Modifications in Bellatrix ### The gossip domain: gossipsub diff --git a/specs/capella/fork.md b/specs/capella/fork.md index 95bdf79aee..73d4ba2b71 100644 --- a/specs/capella/fork.md +++ b/specs/capella/fork.md @@ -22,8 +22,6 @@ This document describes the process of the Capella upgrade. ## Configuration -Warning: this configuration is not definitive. - | Name | Value | | - | - | | `CAPELLA_FORK_VERSION` | `Version('0x03000000')` |