realbigsean
a3a7f39b0d
[Altair] Sync committee pools ( #2321 )
...
Add pools supporting sync committees:
- naive sync aggregation pool
- observed sync contributions pool
- observed sync contributors pool
- observed sync aggregators pool
Add SSZ types and tests related to sync committee signatures.
Co-authored-by: Michael Sproul <michael@sigmaprime.io >
Co-authored-by: realbigsean <seananderson33@gmail.com >
2021-07-15 00:52:02 +00:00
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
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