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
blacktemplar
d8cda2d86e
Fix new clippy lints ( #2036 )
...
## Issue Addressed
NA
## Proposed Changes
Fixes new clippy lints in the whole project (mainly [manual_strip](https://rust-lang.github.io/rust-clippy/master/index.html#manual_strip ) and [unnecessary_lazy_evaluations](https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_lazy_evaluations )). Furthermore, removes `to_string()` calls on literals when used with the `?`-operator.
2020-12-03 01:10:26 +00:00
blacktemplar
23a8f31f83
Fix clippy warnings ( #1385 )
...
## Issue Addressed
NA
## Proposed Changes
Fixes most clippy warnings and ignores the rest of them, see issue #1388 .
2020-07-23 14:18:00 +00:00
Paul Hauner
2856f5122d
Add checksum verification for deposit contract ( #1330 )
2020-07-06 11:56:44 +10:00
Michael Sproul
305724770d
Bump all spec tags to v0.12.1 ( #1275 )
2020-06-19 11:18:27 +10:00
Paul Hauner
4331834003
Directory Restructure ( #1163 )
...
* Move tests -> testing
* Directory restructure
* Update Cargo.toml during restructure
* Update Makefile during restructure
* Fix arbitrary path
2020-05-18 21:24:23 +10:00