Merge branch 'unstable' into vc-fallback

This commit is contained in:
Mac L
2024-01-16 20:36:11 +11:00
106 changed files with 3492 additions and 1987 deletions

View File

@@ -136,6 +136,15 @@ pub fn cli_app<'a, 'b>() -> App<'a, 'b> {
.value_name("FEE-RECIPIENT")
.takes_value(true)
)
.arg(
Arg::with_name("produce-block-v3")
.long("produce-block-v3")
.help("Enable block production via the block v3 endpoint for this validator client. \
This should only be enabled when paired with a beacon node \
that has this endpoint implemented. This flag will be enabled by default in \
future.")
.takes_value(false)
)
/* REST API related arguments */
.arg(
Arg::with_name("http")