lighthouse/beacon_node
Paul Hauner f267bf2afe
Optimizations, disable val client sync check & additional lcli tools (#834)
* Start adding interop genesis state to lcli

* Use more efficient method to generate genesis state

* Remove duplicate int_to_bytes32

* Add lcli command to change state genesis time

* Add option to allow VC to start with unsynced BN

* Set VC to do parallel key loading

* Don't default to dummy eth1 backend

* Add endpoint to dump operation pool

* Add metrics for op pool

* Remove state clone for slot notifier

* Add mem size approximation for tree hash cache

* Avoid cloning tree hash when getting head

* Fix failing API tests

* Address Michael's comments

* Add HashMap::from_par_iter
2020-02-04 12:43:04 +11:00
..
beacon_chain Optimizations, disable val client sync check & additional lcli tools (#834) 2020-02-04 12:43:04 +11:00
client Optimizations, disable val client sync check & additional lcli tools (#834) 2020-02-04 12:43:04 +11:00
eth1 Optimizations, disable val client sync check & additional lcli tools (#834) 2020-02-04 12:43:04 +11:00
eth2-libp2p Patch discv5 - session establishment issues (#828) 2020-01-31 18:57:20 +11:00
genesis Fix clippy warnings (#813) 2020-01-21 18:38:56 +11:00
network Add proto_array fork choice (#804) 2020-01-29 15:05:00 +11:00
rest_api Optimizations, disable val client sync check & additional lcli tools (#834) 2020-02-04 12:43:04 +11:00
src Optimizations, disable val client sync check & additional lcli tools (#834) 2020-02-04 12:43:04 +11:00
store Add proto_array fork choice (#804) 2020-01-29 15:05:00 +11:00
tests Prepare for public testnet (#628) 2019-12-03 15:28:57 +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