mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-18 13:28:33 +00:00
[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>
This commit is contained in:
@@ -22,7 +22,7 @@ merkle_proof = { path = "../merkle_proof" }
|
||||
rayon = "1.4.1"
|
||||
rand = "0.7.3"
|
||||
safe_arith = { path = "../safe_arith" }
|
||||
serde = "1.0.116"
|
||||
serde = {version = "1.0.116" , features = ["rc"] }
|
||||
serde_derive = "1.0.116"
|
||||
slog = "2.5.2"
|
||||
eth2_ssz = "0.1.2"
|
||||
|
||||
Reference in New Issue
Block a user