mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 20:24:55 -05:00
Update beacon-chain.md
This commit is contained in:
@@ -199,17 +199,6 @@ A `ValidatorRecord` has the following fields:
|
||||
}
|
||||
```
|
||||
|
||||
A `ShardAndCommittee` object has the following fields:
|
||||
|
||||
```python
|
||||
{
|
||||
# Shard number
|
||||
'shard': 'int16',
|
||||
# Validator indices
|
||||
'committee': ['int24']
|
||||
}
|
||||
```
|
||||
|
||||
A `CrosslinkRecord` has the following fields:
|
||||
|
||||
```python
|
||||
@@ -223,6 +212,17 @@ A `CrosslinkRecord` has the following fields:
|
||||
}
|
||||
```
|
||||
|
||||
A `ShardAndCommittee` object has the following fields:
|
||||
|
||||
```python
|
||||
{
|
||||
# Shard number
|
||||
'shard': 'int16',
|
||||
# Validator indices
|
||||
'committee': ['int24']
|
||||
}
|
||||
```
|
||||
|
||||
## Beacon chain processing
|
||||
|
||||
The beacon chain is the "main chain" of the PoS system. The beacon chain's main responsibilities are:
|
||||
|
||||
Reference in New Issue
Block a user