mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 01:05:47 +00:00
Update validator_client for spec v0.2.0
This commit is contained in:
@@ -20,12 +20,6 @@ impl BeaconBlockGrpcClient {
|
|||||||
}
|
}
|
||||||
|
|
||||||
impl BeaconNode for BeaconBlockGrpcClient {
|
impl BeaconNode for BeaconBlockGrpcClient {
|
||||||
fn proposer_nonce(&self, pubkey: &PublicKey) -> Result<u64, BeaconNodeError> {
|
|
||||||
// TODO: this might not be required.
|
|
||||||
//
|
|
||||||
// See: https://github.com/ethereum/eth2.0-specs/pull/496
|
|
||||||
panic!("Not implemented.")
|
|
||||||
}
|
|
||||||
/// Request a Beacon Node (BN) to produce a new block at the supplied slot.
|
/// Request a Beacon Node (BN) to produce a new block at the supplied slot.
|
||||||
///
|
///
|
||||||
/// Returns `None` if it is not possible to produce at the supplied slot. For example, if the
|
/// Returns `None` if it is not possible to produce at the supplied slot. For example, if the
|
||||||
|
|||||||
Reference in New Issue
Block a user