Update validator_client for spec v0.2.0

This commit is contained in:
Paul Hauner 2019-02-12 17:00:51 +11:00
parent fef22c31be
commit 606d927a84
No known key found for this signature in database
GPG Key ID: D362883A9218FCC6

View File

@ -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