lighthouse/beacon_node
Paul Hauner 78e5c0c157 Capture a missed VC error (#2436)
## Issue Addressed

Related to #2430, #2394

## Proposed Changes

As per https://github.com/sigp/lighthouse/issues/2430#issuecomment-875323615, ensure that the `ProductionValidatorClient::new` error raises a log and shuts down the VC. Also, I implemened `spawn_ignoring_error`, as per @michaelsproul's suggestion in https://github.com/sigp/lighthouse/pull/2436#issuecomment-876084419.

I got unlucky and CI picked up a [new rustsec vuln](https://rustsec.org/advisories/RUSTSEC-2021-0072). To fix this, I had to update the following crates:

- `tokio`
- `web3`
- `tokio-compat-02`

## Additional Info

NA
2021-07-09 03:20:24 +00:00
..
beacon_chain Use forwards iterator for state root lookups (#2422) 2021-07-06 02:38:53 +00:00
client Monitoring service api (#2251) 2021-05-26 05:58:41 +00:00
eth1 Capture a missed VC error (#2436) 2021-07-09 03:20:24 +00:00
eth2_libp2p Update outdated dependencies (#2425) 2021-07-05 00:54:17 +00:00
genesis Capture a missed VC error (#2436) 2021-07-09 03:20:24 +00:00
http_api Use forwards iterator for state root lookups (#2422) 2021-07-06 02:38:53 +00:00
http_metrics Tune GNU malloc (#2299) 2021-05-28 05:59:45 +00:00
network rust 1.53.0 updates (#2411) 2021-06-18 05:58:01 +00:00
operation_pool Pack attestations into blocks in parallel (#2307) 2021-04-13 05:27:42 +00:00
src Fix options for --eth1-endpoints flag (#2392) 2021-06-04 00:10:59 +00:00
store Use forwards iterator for state root lookups (#2422) 2021-07-06 02:38:53 +00:00
tests rust 1.53.0 updates (#2411) 2021-06-18 05:58:01 +00:00
timer Update to tokio 1.1 (#2172) 2021-02-10 23:29:49 +00:00
websocket_server Server sent events (#1920) 2020-12-04 00:18:58 +00:00
Cargo.toml v1.4.0 (#2402) 2021-06-10 01:44:49 +00:00