Merge pull request #510 from ethereum/vbuterin-patch-10
Add link to honest validator implementation doc to main readme
This commit is contained in:
commit
0f604e1d05
|
@ -16,6 +16,7 @@ Accompanying documents can be found in [specs](specs) and include
|
||||||
* [SimpleSerialize (SSZ) spec](specs/simple-serialize.md)
|
* [SimpleSerialize (SSZ) spec](specs/simple-serialize.md)
|
||||||
* [BLS signature verification](specs/bls_signature.md)
|
* [BLS signature verification](specs/bls_signature.md)
|
||||||
* [General test format](specs/test-format.md)
|
* [General test format](specs/test-format.md)
|
||||||
|
* [Honest validator implementation doc](specs/validator/0_beacon-chain-validator.md)
|
||||||
|
|
||||||
## Design goals
|
## Design goals
|
||||||
The following are the broad design goals for Ethereum 2.0:
|
The following are the broad design goals for Ethereum 2.0:
|
||||||
|
|
Loading…
Reference in New Issue