mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 08:52:54 +00:00
Update Simulator tests (#5520)
* Rewrite Simulator * Add fallback simulator * Try Sean's test fix * More fixes * Cleanup * Merge branch 'unstable' into update-simulator * Update cli.rs * Add sync sim to basic sim * Formatting * Add fixes and new block production check * Merge branch 'unstable' of https://github.com/sigp/lighthouse into update-simulator * fix compile
This commit is contained in:
6
Cargo.lock
generated
6
Cargo.lock
generated
@@ -1420,6 +1420,7 @@ dependencies = [
|
||||
"time",
|
||||
"timer",
|
||||
"tokio",
|
||||
"tree_hash",
|
||||
"types",
|
||||
]
|
||||
|
||||
@@ -7831,13 +7832,16 @@ dependencies = [
|
||||
"clap 2.34.0",
|
||||
"env_logger 0.9.3",
|
||||
"eth1",
|
||||
"eth1_test_rig",
|
||||
"eth2_network_config",
|
||||
"ethereum-types 0.14.1",
|
||||
"execution_layer",
|
||||
"futures",
|
||||
"node_test_rig",
|
||||
"parking_lot 0.12.1",
|
||||
"rayon",
|
||||
"sensitive_url",
|
||||
"serde_json",
|
||||
"ssz_types",
|
||||
"tokio",
|
||||
"types",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user