Update beacon-chain.md

This commit is contained in:
Justin 2018-10-04 14:26:13 +01:00 committed by GitHub
parent 7749c28bd9
commit b60cbd9c33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 11 deletions

View File

@ -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: