Merge remote-tracking branch 'origin/main' into feature/ignore-tests-that-already-succeeded

This commit is contained in:
Omar Abdulla
2025-10-09 16:12:26 +03:00
14 changed files with 292 additions and 227 deletions
+8
View File
@@ -699,6 +699,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.