mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-18 13:28:33 +00:00
Squashed decouple-eth2
This commit is contained in:
committed by
Daniel Knopik
parent
3316681ea5
commit
12eb7d39f8
@@ -9,9 +9,7 @@ use beacon_chain::{
|
||||
types::{Epoch, EthSpec, Keypair, MinimalEthSpec},
|
||||
BlockError, ChainConfig, StateSkipConfig, WhenSlotSkipped,
|
||||
};
|
||||
use eth2::lighthouse::attestation_rewards::TotalAttestationRewards;
|
||||
use eth2::lighthouse::StandardAttestationRewards;
|
||||
use eth2::types::ValidatorId;
|
||||
use eth2::types::{StandardAttestationRewards, TotalAttestationRewards, ValidatorId};
|
||||
use state_processing::{BlockReplayError, BlockReplayer};
|
||||
use std::array::IntoIter;
|
||||
use std::collections::HashMap;
|
||||
|
||||
Reference in New Issue
Block a user