lighthouse/beacon_node
Akihito Nakano 93bcee147d
Tidy Eth2Config generation at runtime (#912)
* Move the codes that loads Eth2Config from config to environment

* Move the codes that setups Eth2Config for testnet

* Move the codes that creates a new ChainSpec

* Remove unused `mut`

* Reduce local variable number

* Remove unused outputs of config::get_configs()

* Change the method name from plural to singular

* DRY the const `ETH2_CONFIG_FILENAME`

* Add comments

* Remove unnecessary blank line

* cargo fmt

* Add tests for EnvironmentBuilder::setup_eth2_config()

* Remove the comment that have been fixed

* Reduce local variable

* Remove redundant local variable

* Remove prysm-specific codes

Now the spec is in the eth2-testnets repo
2020-04-02 18:47:00 +11:00
..
beacon_chain Update to spec v0.11 (#959) 2020-04-01 22:03:03 +11:00
client Fix bug when resuming from DB prior to genesis (#946) 2020-04-01 17:41:59 +11:00
eth1 Refactor tree hashing (#861) 2020-03-05 08:07:27 +11:00
eth2-libp2p Add support for noise protocol (#873) 2020-03-02 13:35:20 +11:00
genesis Refactor tree hashing (#861) 2020-03-05 08:07:27 +11:00
network move the parent lookup process to a dedicated thread (#906) 2020-03-23 12:07:41 +11:00
rest_api Update to spec v0.11 (#959) 2020-04-01 22:03:03 +11:00
src Tidy Eth2Config generation at runtime (#912) 2020-04-02 18:47:00 +11:00
store Update to spec v0.11 (#959) 2020-04-01 22:03:03 +11:00
tests Faster attestation production (#838) 2020-03-04 17:10:22 +11:00
version Apply clippy suggestions 2019-03-19 23:20:39 +11:00
websocket_server Improve beacon node logging (#660) 2019-12-06 18:44:38 +11:00
Cargo.toml Implements a timeout for peer banning (#665) 2019-12-06 14:13:43 +11:00