lighthouse-pulse/beacon_node/eth1/src
Michael Sproul f9d60f5436 VC: accept unknown fields in chain spec (#2277)
## Issue Addressed

Closes #2274

## Proposed Changes

* Modify the `YamlConfig` to collect unknown fields into an `extra_fields` map, instead of failing hard.
* Log a debug message if there are extra fields returned to the VC from one of its BNs.

This restores Lighthouse's compatibility with Teku beacon nodes (and therefore Infura)
2021-03-26 04:53:57 +00:00
..
block_cache.rs Return eth1-related data via the API (#1797) 2020-11-02 00:37:30 +00:00
deposit_cache.rs Fix clippy errors on tests (#2160) 2021-01-28 23:31:06 +00:00
deposit_log.rs Fix new clippy lints (#2036) 2020-12-03 01:10:26 +00:00
http.rs Fix new clippy lints (#2036) 2020-12-03 01:10:26 +00:00
inner.rs VC: accept unknown fields in chain spec (#2277) 2021-03-26 04:53:57 +00:00
lib.rs Fallback nodes for eth1 access (#1918) 2020-11-27 08:37:44 +00:00
metrics.rs Fallback nodes for eth1 access (#1918) 2020-11-27 08:37:44 +00:00
service.rs Update to tokio 1.1 (#2172) 2021-02-10 23:29:49 +00:00