mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-23 23:04:53 +00:00
Extend BeaconChain persistence testing
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
// mod simulated_network;
|
||||
|
||||
use node_test_rig::{
|
||||
environment::{Environment, EnvironmentBuilder, RuntimeContext},
|
||||
testing_client_config, ClientConfig, ClientGenesis, LocalBeaconNode, LocalValidatorClient,
|
||||
@@ -7,6 +9,7 @@ use std::time::{SystemTime, UNIX_EPOCH};
|
||||
use types::EthSpec;
|
||||
|
||||
pub type BeaconNode<E> = LocalBeaconNode<ProductionClient<E>>;
|
||||
pub type ValidatorClient<E> = LocalValidatorClient<E>;
|
||||
|
||||
fn main() {
|
||||
let nodes = 4;
|
||||
|
||||
Reference in New Issue
Block a user