lighthouse/beacon_node
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
..
beacon_chain Optimize validator duties (#2243) 2021-03-17 05:09:57 +00:00
client Use the database to persist the pubkey cache (#2234) 2021-03-04 01:25:12 +00:00
eth1 VC: accept unknown fields in chain spec (#2277) 2021-03-26 04:53:57 +00:00
eth2_libp2p VC: accept unknown fields in chain spec (#2277) 2021-03-26 04:53:57 +00:00
genesis Update to tokio 1.1 (#2172) 2021-02-10 23:29:49 +00:00
http_api Optimize validator duties (#2243) 2021-03-17 05:09:57 +00:00
http_metrics Switch back to warp with cors wildcard support (#2211) 2021-02-18 22:33:12 +00:00
network Optimize validator duties (#2243) 2021-03-17 05:09:57 +00:00
operation_pool Update pool/attestations and committees endpoints (#1899) 2020-11-18 23:31:39 +00:00
src VC: accept unknown fields in chain spec (#2277) 2021-03-26 04:53:57 +00:00
store VC: accept unknown fields in chain spec (#2277) 2021-03-26 04:53:57 +00:00
tests Update to tokio 1.1 (#2172) 2021-02-10 23:29:49 +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.2.1 (#2263) 2021-03-18 04:20:46 +00:00