mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-06 18:21:45 +00:00
cargo fix and some test fixes
This commit is contained in:
@@ -9,7 +9,7 @@ pub use types::{
|
||||
Address, EthSpec, ExecutionBlockHash, ExecutionPayload, ExecutionPayloadHeader, FixedVector,
|
||||
Hash256, Uint256, VariableList,
|
||||
};
|
||||
use types::{Blob, KZGCommitment};
|
||||
use types::{KZGCommitment};
|
||||
|
||||
pub mod auth;
|
||||
pub mod http;
|
||||
|
||||
@@ -890,12 +890,12 @@ impl<T: EthSpec> ExecutionLayer<T> {
|
||||
|
||||
pub async fn get_blob<T: EthSpec>(
|
||||
&self,
|
||||
parent_hash: Hash256,
|
||||
timestamp: u64,
|
||||
random: Hash256,
|
||||
finalized_block_hash: Hash256,
|
||||
proposer_index: u64,
|
||||
versioned_hash: Hash256,
|
||||
_parent_hash: Hash256,
|
||||
_timestamp: u64,
|
||||
_random: Hash256,
|
||||
_finalized_block_hash: Hash256,
|
||||
_proposer_index: u64,
|
||||
_versioned_hash: Hash256,
|
||||
) -> Result<BlobDetailsV1, Error> {
|
||||
todo!()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user