lighthouse-pulse/eth2
pscott 7bdddd682c Apply eth2.0 config spec to ChainSpec (#605)
* Allow slot clock to work on genesis

* Loose over-strict requirements for slot clock tests

* fix slots_per_eth1_voting_period

* add utils for domain serializing and deserializing

* add serde_yaml to cargo

* add tmpdir to cargo

* cargo fmt src/utils

* add YamlConfig, allowing to serialize and deserialize yaml config files

* update to v0.9.1

* Comment out local tests

* update milliseconds_per_slot for minimal

* add safe_slots_to_update_justified

* Update to v0.9.1 and add deny_unknown_fields

* Specify that max_epochs_per_crosslink is for phase1

* Remove test stubs

* Use get to avoid panicking in serde_utils

* Use ? operator instead of explicit match return
2019-11-28 13:20:16 +11:00
..
lmd_ghost Implement freezer database (#508) 2019-11-27 10:54:46 +11:00
operation_pool Update to spec v0.9.1 (#597) 2019-11-21 11:47:30 +11:00
state_processing Update to spec v0.9.1 (#597) 2019-11-21 11:47:30 +11:00
types Apply eth2.0 config spec to ChainSpec (#605) 2019-11-28 13:20:16 +11:00
utils Validator client refactor (#618) 2019-11-25 15:48:24 +11:00
README.md Refactor docs into mdbook (#547) 2019-10-02 11:04:56 +10:00

eth2

Common crates containing eth2-specific logic.