mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-22 06:14:38 +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:
@@ -9,7 +9,7 @@ pub mod altair {
|
||||
pub const PROPOSER_WEIGHT: u64 = 8;
|
||||
pub const WEIGHT_DENOMINATOR: u64 = 64;
|
||||
pub const SYNC_COMMITTEE_SUBNET_COUNT: u64 = 4;
|
||||
pub const TARGET_AGGREGATORS_PER_SYNC_SUBCOMMITTEE: u64 = 4;
|
||||
pub const TARGET_AGGREGATORS_PER_SYNC_SUBCOMMITTEE: u64 = 16;
|
||||
|
||||
pub const PARTICIPATION_FLAG_WEIGHTS: [u64; NUM_FLAG_INDICES] = [
|
||||
TIMELY_SOURCE_WEIGHT,
|
||||
|
||||
Reference in New Issue
Block a user