lighthouse/beacon_node/beacon_chain/src
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
..
fork_choice Add proto_array fork choice (#804) 2020-01-29 15:05:00 +11:00
beacon_chain.rs Optimizations, disable val client sync check & additional lcli tools (#834) 2020-02-04 12:43:04 +11:00
builder.rs Add proto_array fork choice (#804) 2020-01-29 15:05:00 +11:00
checkpoint_cache.rs Use Cow for checkpoint cache (#775) 2020-01-08 11:09:27 +11:00
checkpoint.rs Optimizations, disable val client sync check & additional lcli tools (#834) 2020-02-04 12:43:04 +11:00
errors.rs Add proto_array fork choice (#804) 2020-01-29 15:05:00 +11:00
eth1_chain.rs Fix clippy warnings (#813) 2020-01-21 18:38:56 +11:00
events.rs Eth1 Integration (#542) 2019-11-15 14:47:51 +11:00
fork_choice.rs Add proto_array fork choice (#804) 2020-01-29 15:05:00 +11:00
head_tracker.rs Fix clippy warnings (#813) 2020-01-21 18:38:56 +11:00
lib.rs Add proto_array fork choice (#804) 2020-01-29 15:05:00 +11:00
metrics.rs Optimizations, disable val client sync check & additional lcli tools (#834) 2020-02-04 12:43:04 +11:00
persisted_beacon_chain.rs Add proto_array fork choice (#804) 2020-01-29 15:05:00 +11:00
test_utils.rs Add proto_array fork choice (#804) 2020-01-29 15:05:00 +11:00
timeout_rw_lock.rs Add timeouts to canonical head rwlock (#759) 2020-01-06 17:30:37 +11:00