move block contents to api crate, rename blob sidecars list

This commit is contained in:
realbigsean
2023-03-15 12:15:08 -04:00
parent 5887c8fe92
commit 3d99e1f14d
8 changed files with 75 additions and 81 deletions

View File

@@ -1,8 +1,7 @@
use beacon_chain::{BeaconChain, BeaconChainTypes, BlockProductionError};
use eth2::types::BlockContents;
use std::sync::Arc;
use types::{
AbstractExecPayload, BeaconBlock, BeaconBlockAndBlobSidecars, BlockContents, ForkName,
};
use types::{AbstractExecPayload, BeaconBlock, BeaconBlockAndBlobSidecars, ForkName};
type Error = warp::reject::Rejection;