Skip to content

Commit

Permalink
enable optqs on forge
Browse files Browse the repository at this point in the history
  • Loading branch information
ibalajiarun committed Dec 4, 2024
1 parent d69b33c commit 2c8c283
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions testsuite/forge/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,9 @@ impl ForgeConfig {
helm_values["validator"]["config"]["consensus"]["enable_pipeline"] = true.into();
helm_values["fullnode"]["config"]["consensus_observer"]["enable_pipeline"] =
true.into();
// enable optqs
helm_values["validator"]["config"]["consensus"]["quorum_store"]
["enable_opt_quorum_store"] = true.into();
}))
}

Expand Down

0 comments on commit 2c8c283

Please sign in to comment.