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:
Mac L
2024-04-23 01:08:36 +10:00
committed by GitHub
parent 9b5895ca89
commit 67f8405921
18 changed files with 944 additions and 1036 deletions

6
Cargo.lock generated
View File

@@ -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",
]