Skip to content

Commit db5a168

Browse files
committed
Move experimental features to specs/_features folder
1 parent 89f2eae commit db5a168

File tree

10 files changed

+6
-6
lines changed

10 files changed

+6
-6
lines changed
File renamed without changes.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ docs are requisite for this document and used throughout. Please see the Custody
3636

3737
## Becoming a validator
3838

39-
Becoming a validator in Custody Game is unchanged from Phase 0. See the [Phase 0 validator guide](../phase0/validator.md#becoming-a-validator) for details.
39+
Becoming a validator in Custody Game is unchanged from Phase 0. See the [Phase 0 validator guide](../../phase0/validator.md#becoming-a-validator) for details.
4040

4141
## Beacon chain validator assignments
4242

43-
Beacon chain validator assignments to beacon committees and beacon block proposal are unchanged from Phase 0. See the [Phase 0 validator guide](../phase0/validator.md#validator-assignments) for details.
43+
Beacon chain validator assignments to beacon committees and beacon block proposal are unchanged from Phase 0. See the [Phase 0 validator guide](../../phase0/validator.md#validator-assignments) for details.
4444

4545
##### Custody slashings
4646

File renamed without changes.
File renamed without changes.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ If the node does not already have connected peers on the topic it needs to sampl
143143

144144
### Topics and messages
145145

146-
Following the same scheme as the [Phase0 gossip topics](../phase0/p2p-interface.md#topics-and-messages), names and payload types are:
146+
Following the same scheme as the [Phase0 gossip topics](../../phase0/p2p-interface.md#topics-and-messages), names and payload types are:
147147
| Name | Message Type |
148148
|----------------------------------|---------------------------|
149149
| `das_sample_{subnet_index}` | `DASSample` |
@@ -192,7 +192,7 @@ This is to serve other peers that may have missed it.
192192

193193
To pull samples from nodes, in case of network instability when samples are unavailable, a new query method is added to the Req-Resp domain.
194194

195-
This builds on top of the protocol identification and encoding spec which was introduced in [the Phase0 network spec](../phase0/p2p-interface.md).
195+
This builds on top of the protocol identification and encoding spec which was introduced in [the Phase0 network spec](../../phase0/p2p-interface.md).
196196

197197
Note that DAS networking uses a different protocol prefix: `/eth2/das/req`
198198

File renamed without changes.
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The adjustments and additions for Shards are outlined in this document.
3939

4040
### Topics and messages
4141

42-
Following the same scheme as the [Phase0 gossip topics](../phase0/p2p-interface.md#topics-and-messages), names and payload types are:
42+
Following the same scheme as the [Phase0 gossip topics](../../phase0/p2p-interface.md#topics-and-messages), names and payload types are:
4343

4444
| Name | Message Type |
4545
|---------------------------------|--------------------------|
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This document represents the changes to be made in the code of an "honest valida
3333

3434
## Prerequisites
3535

36-
This document is an extension of the [Bellatrix -- Honest Validator](../bellatrix/validator.md) guide.
36+
This document is an extension of the [Bellatrix -- Honest Validator](../../bellatrix/validator.md) guide.
3737
All behaviors and definitions defined in this document, and documents it extends, carry over unless explicitly noted or overridden.
3838

3939
All terminology, constants, functions, and protocol mechanics defined in the updated Beacon Chain doc of [Sharding](./beacon-chain.md) are requisite for this document and used throughout.

0 commit comments

Comments
 (0)