mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-09 11:25:55 +00:00
Merge remote-tracking branch 'origin/unstable' into gloas-envelope-processing
This commit is contained in:
@@ -8,8 +8,8 @@ use state_processing::common::{
|
||||
use std::collections::HashMap;
|
||||
use types::{
|
||||
Attestation, BeaconState, ChainSpec, EthSpec,
|
||||
beacon_state::BeaconStateBase,
|
||||
consts::altair::{PARTICIPATION_FLAG_WEIGHTS, PROPOSER_WEIGHT, WEIGHT_DENOMINATOR},
|
||||
state::BeaconStateBase,
|
||||
};
|
||||
|
||||
pub const PROPOSER_REWARD_DENOMINATOR: u64 =
|
||||
|
||||
@@ -39,8 +39,8 @@ use typenum::Unsigned;
|
||||
use types::{
|
||||
AbstractExecPayload, Attestation, AttestationData, AttesterSlashing, BeaconState,
|
||||
BeaconStateError, ChainSpec, Epoch, EthSpec, ProposerSlashing, SignedBeaconBlock,
|
||||
SignedBlsToExecutionChange, SignedVoluntaryExit, Slot, SyncAggregate,
|
||||
SyncCommitteeContribution, Validator, sync_aggregate::Error as SyncAggregateError,
|
||||
SignedBlsToExecutionChange, SignedVoluntaryExit, Slot, SyncAggregate, SyncAggregateError,
|
||||
SyncCommitteeContribution, Validator,
|
||||
};
|
||||
|
||||
type SyncContributions<E> = RwLock<HashMap<SyncAggregateId, Vec<SyncCommitteeContribution<E>>>>;
|
||||
|
||||
Reference in New Issue
Block a user