mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-10 12:11:59 +00:00
Remove remaining facade module re-exports from consensus/types (#8672)
Removes the remaining facade re-exports from `consensus/types`. I have left `graffiti` as I think it has some utility so am leaning towards keeping it in the final API design. Co-Authored-By: Mac L <mjladson@pm.me>
This commit is contained in:
@@ -2,7 +2,7 @@ use bls::PublicKeyBytes;
|
||||
use context_deserialize::ContextDeserialize;
|
||||
pub use eth2::Error;
|
||||
use eth2::types::beacon_response::EmptyMetadata;
|
||||
use eth2::types::builder_bid::SignedBuilderBid;
|
||||
use eth2::types::builder::SignedBuilderBid;
|
||||
use eth2::types::{
|
||||
ContentType, EthSpec, ExecutionBlockHash, ForkName, ForkVersionDecode, ForkVersionedResponse,
|
||||
SignedValidatorRegistrationData, Slot,
|
||||
@@ -542,7 +542,7 @@ mod tests {
|
||||
use super::*;
|
||||
use bls::Signature;
|
||||
use eth2::types::MainnetEthSpec;
|
||||
use eth2::types::builder_bid::{BuilderBid, BuilderBidFulu};
|
||||
use eth2::types::builder::{BuilderBid, BuilderBidFulu};
|
||||
use eth2::types::test_utils::{SeedableRng, TestRandom, XorShiftRng};
|
||||
use mockito::{Matcher, Server, ServerGuard};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user