From 35adc9c61a6ac1314485029a432f00bd90eb91ca Mon Sep 17 00:00:00 2001 From: Hsiao-Wei Wang Date: Wed, 2 Jan 2019 15:31:57 +0800 Subject: [PATCH] Remove `ShardReassignmentRecord` --- specs/core/0_beacon-chain.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/specs/core/0_beacon-chain.md b/specs/core/0_beacon-chain.md index beafa9372..37cd7ccd2 100644 --- a/specs/core/0_beacon-chain.md +++ b/specs/core/0_beacon-chain.md @@ -46,7 +46,6 @@ - [`ValidatorRecord`](#validatorrecord) - [`CrosslinkRecord`](#crosslinkrecord) - [`ShardCommittee`](#shardcommittee) - - [`ShardReassignmentRecord`](#shardreassignmentrecord) - [`CandidatePoWReceiptRootRecord`](#candidatepowreceiptrootrecord) - [`PendingAttestationRecord`](#pendingattestationrecord) - [`ForkData`](#forkdata) @@ -113,7 +112,6 @@ - [Crosslinks](#crosslinks-1) - [Ejections](#ejections) - [Validator registry](#validator-registry) - - [Proposer reshuffling](#proposer-reshuffling) - [Final updates](#final-updates) - [State root processing](#state-root-processing) - [References](#references) @@ -556,19 +554,6 @@ Unless otherwise indicated, code appearing in `this style` is to be interpreted } ``` -#### `ShardReassignmentRecord` - -```python -{ - # Which validator to reassign - 'validator_index': 'uint24', - # To which shard - 'shard': 'uint64', - # When - 'slot': 'uint64', -} -``` - #### `CandidatePoWReceiptRootRecord` ```python