mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-30 19:23:50 +00:00
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
This commit is contained in:
@@ -31,6 +31,8 @@ tree_hash = "0.1.0"
|
||||
tree_hash_derive = "0.2"
|
||||
rand_xorshift = "0.2.0"
|
||||
cached_tree_hash = { path = "../utils/cached_tree_hash" }
|
||||
serde_yaml = "0.8.11"
|
||||
tempfile = "3.1.0"
|
||||
|
||||
[dev-dependencies]
|
||||
env_logger = "0.7.1"
|
||||
|
||||
Reference in New Issue
Block a user