Implement block producer for validator client

This commit is contained in:
Age Manning
2019-03-29 16:33:27 +11:00
parent f8201edddd
commit eea772de3e
10 changed files with 92 additions and 78 deletions

View File

@@ -9,7 +9,7 @@
/// data from the beacon node and performs the signing before publishing the block to the beacon
/// node.
use crate::attester_service::{AttestationGrpcClient, AttesterService};
use crate::block_producer_service::{BeaconBlockGrpcClient, BlockProducerService};
use crate::block_producer_service::BeaconBlockGrpcClient;
use crate::config::Config as ValidatorConfig;
use crate::duties::UpdateOutcome;
use crate::duties::{DutiesManager, EpochDutiesMap};