mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-17 21:16:52 +00:00
Update beacon-chain.md
This commit is contained in:
parent
7749c28bd9
commit
b60cbd9c33
@ -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:
|
A `CrosslinkRecord` has the following fields:
|
||||||
|
|
||||||
```python
|
```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
|
## Beacon chain processing
|
||||||
|
|
||||||
The beacon chain is the "main chain" of the PoS system. The beacon chain's main responsibilities are:
|
The beacon chain is the "main chain" of the PoS system. The beacon chain's main responsibilities are:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user