Merge pull request #510 from ethereum/vbuterin-patch-10

Add link to honest validator implementation doc to main readme
This commit is contained in:
Danny Ryan 2019-01-28 11:36:38 -07:00 committed by GitHub
commit 0f604e1d05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ Accompanying documents can be found in [specs](specs) and include
* [SimpleSerialize (SSZ) spec](specs/simple-serialize.md)
* [BLS signature verification](specs/bls_signature.md)
* [General test format](specs/test-format.md)
* [Honest validator implementation doc](specs/validator/0_beacon-chain-validator.md)
## Design goals
The following are the broad design goals for Ethereum 2.0: