Squashed decouple-eth2

This commit is contained in:
Daniel Knopik
2025-03-13 14:13:10 +01:00
committed by Daniel Knopik
parent 3316681ea5
commit 12eb7d39f8
25 changed files with 190 additions and 244 deletions

View File

@@ -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;