mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-03 01:14:58 -05:00
Merge branch 'master' into rename_pow_to_deposit
This commit is contained in:
@@ -46,7 +46,6 @@
|
||||
- [`ValidatorRecord`](#validatorrecord)
|
||||
- [`CrosslinkRecord`](#crosslinkrecord)
|
||||
- [`ShardCommittee`](#shardcommittee)
|
||||
- [`ShardReassignmentRecord`](#shardreassignmentrecord)
|
||||
- [`DepositRootVote`](#depositrootvote)
|
||||
- [`PendingAttestationRecord`](#pendingattestationrecord)
|
||||
- [`ForkData`](#forkdata)
|
||||
@@ -555,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',
|
||||
}
|
||||
```
|
||||
|
||||
#### `DepositRootVote`
|
||||
|
||||
```python
|
||||
|
||||
Reference in New Issue
Block a user