From 9420c29899736784b3d12b71ff50c8e1aea03ace Mon Sep 17 00:00:00 2001 From: protolambda Date: Tue, 30 Mar 2021 01:39:01 +0200 Subject: [PATCH] custody game doc naming updates --- README.md | 2 +- specs/custody_game/{custody-game.md => beacon-chain.md} | 2 +- specs/custody_game/validator.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) rename specs/custody_game/{custody-game.md => beacon-chain.md} (99%) diff --git a/README.md b/README.md index 8cb545cfa..f507019fd 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Sharding follows the merge, and is divided into three parts: * [Beacon Chain changes](specs/sharding/beacon-chain.md) * [P2P Network changes](specs/sharding/p2p-interface.md) * Custody Game - Ready, dependent on sharding - * [Custody Game](specs/custody_game/custody-game.md) + * [Beacon Chain changes](specs/custody_game/beacon-chain.md) * [Validator custody work](specs/custody_game/validator.md) * Data Availability Sampling - In active R&D * Technical details [here](https://hackmd.io/@HWeNw8hNRimMm2m2GH56Cw/B1YJPGkpD). diff --git a/specs/custody_game/custody-game.md b/specs/custody_game/beacon-chain.md similarity index 99% rename from specs/custody_game/custody-game.md rename to specs/custody_game/beacon-chain.md index de22548b2..ca123f5aa 100644 --- a/specs/custody_game/custody-game.md +++ b/specs/custody_game/beacon-chain.md @@ -1,4 +1,4 @@ -# Ethereum 2.0 Phase 1 -- Custody Game +# Ethereum 2.0 Custody Game -- Beacon Chain **Notice**: This document is a work-in-progress for researchers and implementers. diff --git a/specs/custody_game/validator.md b/specs/custody_game/validator.md index b4045fd4a..a495924c9 100644 --- a/specs/custody_game/validator.md +++ b/specs/custody_game/validator.md @@ -44,15 +44,15 @@ Beacon chain validator assignments to beacon committees and beacon block proposa ##### Custody slashings -Up to `MAX_CUSTODY_SLASHINGS`, [`CustodySlashing`](./custody-game.md#custodyslashing) objects can be included in the `block`. The custody slashings must satisfy the verification conditions found in [custody slashings processing](./custody-game.md#custody-slashings). The validator receives a small "whistleblower" reward for each custody slashing included (THIS IS NOT CURRENTLY THE CASE BUT PROBABLY SHOULD BE). +Up to `MAX_CUSTODY_SLASHINGS`, [`CustodySlashing`](./beacon-chain.md#custodyslashing) objects can be included in the `block`. The custody slashings must satisfy the verification conditions found in [custody slashings processing](beacon-chain.md#custody-slashings). The validator receives a small "whistleblower" reward for each custody slashing included (THIS IS NOT CURRENTLY THE CASE BUT PROBABLY SHOULD BE). ##### Custody key reveals -Up to `MAX_CUSTODY_KEY_REVEALS`, [`CustodyKeyReveal`](./custody-game.md#custodykeyreveal) objects can be included in the `block`. The custody key reveals must satisfy the verification conditions found in [custody key reveal processing](./custody-game.md#custody-key-reveals). The validator receives a small reward for each custody key reveal included. +Up to `MAX_CUSTODY_KEY_REVEALS`, [`CustodyKeyReveal`](./beacon-chain.md#custodykeyreveal) objects can be included in the `block`. The custody key reveals must satisfy the verification conditions found in [custody key reveal processing](beacon-chain.md#custody-key-reveals). The validator receives a small reward for each custody key reveal included. ##### Early derived secret reveals -Up to `MAX_EARLY_DERIVED_SECRET_REVEALS`, [`EarlyDerivedSecretReveal`](./custody-game.md#earlyderivedsecretreveal) objects can be included in the `block`. The early derived secret reveals must satisfy the verification conditions found in [early derived secret reveal processing](./custody-game.md#custody-key-reveals). The validator receives a small "whistleblower" reward for each early derived secrete reveal included. +Up to `MAX_EARLY_DERIVED_SECRET_REVEALS`, [`EarlyDerivedSecretReveal`](./beacon-chain.md#earlyderivedsecretreveal) objects can be included in the `block`. The early derived secret reveals must satisfy the verification conditions found in [early derived secret reveal processing](beacon-chain.md#custody-key-reveals). The validator receives a small "whistleblower" reward for each early derived secrete reveal included. #### Construct attestation