mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
Update to spec v1.1.0-beta.1 (#2460)
## Proposed Changes Update to the latest version of the Altair spec, which includes new tests and a tweak to the target sync aggregators. ## Additional Info This change is _not_ required for the imminent Altair devnet, and is waiting on the merge of #2321 to unstable. Co-authored-by: Paul Hauner <paul@paulhauner.com>
This commit is contained in:
@@ -484,7 +484,7 @@ fn aggregated_gossip_verification() {
|
||||
assert_invalid!(
|
||||
"sync contribution created with incorrect sync committee",
|
||||
next_valid_contribution.clone(),
|
||||
SyncCommitteeError::InvalidSignature
|
||||
SyncCommitteeError::InvalidSignature | SyncCommitteeError::AggregatorNotInCommittee { .. }
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user