Merge remote-tracking branch 'origin/unstable' into tree-states

This commit is contained in:
Michael Sproul
2022-10-19 13:21:47 +11:00
152 changed files with 3788 additions and 3067 deletions

View File

@@ -43,7 +43,6 @@ members = [
"common/unused_port",
"common/validator_dir",
"common/warp_utils",
"common/fallback",
"common/monitoring_api",
"database_manager",
@@ -103,3 +102,9 @@ eth2_serde_utils = { path = "consensus/serde_utils" }
[patch."https://github.com/sigp/milhouse"]
milhouse = { path = "../milhouse" }
[profile.maxperf]
inherits = "release"
lto = "fat"
codegen-units = 1
incremental = false