mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-09 03:31:45 +00:00
More consensus/types re-export cleanup (#8665)
Remove more of the temporary re-exports from `consensus/types` Co-Authored-By: Mac L <mjladson@pm.me>
This commit is contained in:
@@ -24,8 +24,7 @@ use typenum::Unsigned;
|
||||
use types::{
|
||||
Address, Attestation, AttestationRef, ChainSpec, Epoch, EthSpec, ForkName, Hash256,
|
||||
MainnetEthSpec, SelectionProof, SignedAggregateAndProof, SingleAttestation, Slot, SubnetId,
|
||||
signed_aggregate_and_proof::SignedAggregateAndProofRefMut,
|
||||
test_utils::generate_deterministic_keypair,
|
||||
attestation::SignedAggregateAndProofRefMut, test_utils::generate_deterministic_keypair,
|
||||
};
|
||||
|
||||
pub type E = MainnetEthSpec;
|
||||
|
||||
@@ -10,7 +10,7 @@ use beacon_chain::{
|
||||
use bls::{Keypair, Signature};
|
||||
use logging::create_test_tracing_subscriber;
|
||||
use std::sync::{Arc, LazyLock};
|
||||
use types::{blob_sidecar::FixedBlobSidecarList, *};
|
||||
use types::{data::FixedBlobSidecarList, *};
|
||||
|
||||
type E = MainnetEthSpec;
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ use eth2::types::{EventKind, SseBlobSidecar, SseDataColumnSidecar};
|
||||
use rand::SeedableRng;
|
||||
use rand::rngs::StdRng;
|
||||
use std::sync::Arc;
|
||||
use types::blob_sidecar::FixedBlobSidecarList;
|
||||
use types::data::FixedBlobSidecarList;
|
||||
use types::test_utils::TestRandom;
|
||||
use types::{BlobSidecar, DataColumnSidecar, EthSpec, MinimalEthSpec, Slot};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user