lighthouse/lcli/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
..
change_genesis_time.rs Optimizations, disable val client sync check & additional lcli tools (#834) 2020-02-04 12:43:04 +11:00
deploy_deposit_contract.rs Fix clippy warnings (#813) 2020-01-21 18:38:56 +11:00
eth1_genesis.rs Change genesis fork for testnets (#750) 2020-01-06 17:30:08 +11:00
interop_genesis.rs Optimizations, disable val client sync check & additional lcli tools (#834) 2020-02-04 12:43:04 +11:00
main.rs Optimizations, disable val client sync check & additional lcli tools (#834) 2020-02-04 12:43:04 +11:00
parse_hex.rs Fix issues when starting with mainnet spec (#674) 2019-12-09 17:23:56 +11:00
refund_deposit_contract.rs Fix clippy warnings (#813) 2020-01-21 18:38:56 +11:00
transition_blocks.rs Fix clippy warnings (#813) 2020-01-21 18:38:56 +11:00