mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-10 04:01:51 +00:00
Implement DB changes
This commit is contained in:
@@ -11,7 +11,9 @@ mod sync_aggregate_id;
|
||||
pub use attestation::AttMaxCover;
|
||||
pub use attestation_storage::{AttestationRef, SplitAttestation};
|
||||
pub use max_cover::MaxCover;
|
||||
pub use persistence::{PersistedOperationPool, PersistedOperationPoolAltair};
|
||||
pub use persistence::{
|
||||
PersistedOperationPool, PersistedOperationPoolV11, PersistedOperationPoolV5,
|
||||
};
|
||||
pub use reward_cache::RewardCache;
|
||||
|
||||
use crate::attestation_storage::{AttestationMap, CheckpointKey};
|
||||
@@ -665,8 +667,6 @@ mod release_tests {
|
||||
num_committees: usize,
|
||||
) -> (BeaconChainHarness<EphemeralHarnessType<E>>, ChainSpec) {
|
||||
let mut spec = test_spec::<E>();
|
||||
|
||||
// FIXME(sproul): make this modular?
|
||||
spec.altair_fork_epoch = Some(Epoch::new(0));
|
||||
|
||||
let num_validators =
|
||||
|
||||
Reference in New Issue
Block a user