Merge branch 'master' into rename_pow_to_deposit
This commit is contained in:
commit
af8ed89170
|
@ -46,7 +46,6 @@
|
||||||
- [`ValidatorRecord`](#validatorrecord)
|
- [`ValidatorRecord`](#validatorrecord)
|
||||||
- [`CrosslinkRecord`](#crosslinkrecord)
|
- [`CrosslinkRecord`](#crosslinkrecord)
|
||||||
- [`ShardCommittee`](#shardcommittee)
|
- [`ShardCommittee`](#shardcommittee)
|
||||||
- [`ShardReassignmentRecord`](#shardreassignmentrecord)
|
|
||||||
- [`DepositRootVote`](#depositrootvote)
|
- [`DepositRootVote`](#depositrootvote)
|
||||||
- [`PendingAttestationRecord`](#pendingattestationrecord)
|
- [`PendingAttestationRecord`](#pendingattestationrecord)
|
||||||
- [`ForkData`](#forkdata)
|
- [`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`
|
#### `DepositRootVote`
|
||||||
|
|
||||||
```python
|
```python
|
||||||
|
|
Loading…
Reference in New Issue