lighthouse/lcli/src
Pawan Dhananjay 042e80570c
Improve tokio task execution (#1181)
* Add logging on shutdown

* Replace tokio::spawn with handle.spawn

* Upgrade tokio

* Add a task executor

* Beacon chain tasks use task executor

* Validator client tasks use task executor

* Rename runtime_handle to executor

* Add duration histograms; minor fixes

* Cleanup

* Fix logs

* Fix tests

* Remove random file

* Get enr dependency instead of libp2p

* Address some review comments

* Libp2p takes a TaskExecutor

* Ugly fix libp2p tests

* Move TaskExecutor to own file

* Upgrade Dockerfile rust version

* Minor fixes

* Revert "Ugly fix libp2p tests"

This reverts commit 58d4bb690f52de28d893943b7504d2d0c6621429.

* Pretty fix libp2p tests

* Add spawn_without_exit; change Counter to Gauge

* Tidy

* Move log from RuntimeContext to TaskExecutor

* Fix errors

* Replace histogram with int_gauge for async tasks

* Fix todo

* Fix memory leak in test by exiting all spawned tasks at the end
2020-06-04 21:48:05 +10:00
..
change_genesis_time.rs Optimizations, disable val client sync check & additional lcli tools (#834) 2020-02-04 12:43:04 +11:00
check_deposit_data.rs Update testnet tooling (#1001) 2020-04-19 02:20:43 +00:00
deploy_deposit_contract.rs Stable futures (#879) 2020-05-17 11:16:48 +00:00
eth1_genesis.rs Improve tokio task execution (#1181) 2020-06-04 21:48:05 +10:00
generate_bootnode_enr.rs Stable futures (#879) 2020-05-17 11:16:48 +00:00
helpers.rs Protect against OOB offset in variable list SSZ decoding (#974) 2020-04-20 15:35:47 +10:00
insecure_validators.rs Update local testnet scripts, fix eth1 sim (#1184) 2020-05-26 18:30:44 +10:00
interop_genesis.rs [lcli] the fork version is now inferred from the spec and can also be… (#1068) 2020-04-29 09:25:54 +10:00
main.rs Update local testnet scripts, fix eth1 sim (#1184) 2020-05-26 18:30:44 +10:00
new_testnet.rs Fix lcli arg typo (#1097) 2020-05-04 08:03:31 +10:00
parse_hex.rs Fix Schlesi-splitting penalty bug (#1166) 2020-05-19 13:49:23 +10:00
parse_ssz.rs Protect against OOB offset in variable list SSZ decoding (#974) 2020-04-20 15:35:47 +10:00
refund_deposit_contract.rs Stable futures (#879) 2020-05-17 11:16:48 +00:00
skip_slots.rs Fix Schlesi-splitting penalty bug (#1166) 2020-05-19 13:49:23 +10:00
transition_blocks.rs Fix Schlesi-splitting penalty bug (#1166) 2020-05-19 13:49:23 +10:00