Merge remote-tracking branch 'origin/main' into feature/output-formats

This commit is contained in:
Omar Abdulla
2025-10-09 16:12:08 +03:00
14 changed files with 291 additions and 226 deletions
+8
View File
@@ -684,6 +684,14 @@ pub struct ReviveDevNodeConfiguration {
value_parser = parse_duration
)]
pub start_timeout_ms: Duration,
/// The consensus to use for the spawned revive-dev-node.
#[clap(
id = "revive-dev-node.consensus",
long = "revive-dev-node.consensus",
default_value = "instant-seal"
)]
pub consensus: String,
}
/// A set of configuration parameters for the ETH RPC.