Ethereum 2.0 Specifications
Go to file
vbuterin f7a8eb5a3e
Fixed bug in previous version
Validators cannot simply be "popped out" of the list because it's super-important for validator indices to be immutable.

Instead, the validator stays until a new run of `add_validator` swaps it out.
2018-11-09 15:31:50 -05:00
specs Fixed bug in previous version 2018-11-09 15:31:50 -05:00
README.md slight change to readme 2018-09-24 09:08:48 -05:00

README.md

Ethereum 2.0 Specifications

This repo hosts the current eth2.0 specifications. Discussions about design rationale and proposed changes can be brought up and discussed as issues. Solidified, agreed upon changes to spec can be made through pull requests.