0.7.31
This commit is contained in:
@@ -971,7 +971,7 @@ pub(crate) async fn demo_pipeline2_validate_local_pipeline(
|
||||
let service = kb_lib::LocalPipelineValidationService::new(database.clone());
|
||||
let profile_code = match request {
|
||||
Some(request) => request.profile_code,
|
||||
None => "0.7.30_non_trade_event_classification".to_string(),
|
||||
None => "0.7.31_trade_event_actionability_policy".to_string(),
|
||||
};
|
||||
let run_result = match profile_code.as_str() {
|
||||
"0.7.27" | "0.7.27_dexes_non_regression" => {
|
||||
@@ -986,6 +986,9 @@ pub(crate) async fn demo_pipeline2_validate_local_pipeline(
|
||||
"0.7.30" | "0.7.30_non_trade_event_classification" => {
|
||||
service.validate_v0_7_30_current_database().await
|
||||
},
|
||||
"0.7.31" | "0.7.31_trade_event_actionability_policy" => {
|
||||
service.validate_v0_7_31_current_database().await
|
||||
},
|
||||
other => Err(kb_lib::Error::InvalidState(format!(
|
||||
"unsupported local pipeline validation profile: {other}"
|
||||
))),
|
||||
@@ -1356,6 +1359,7 @@ pub(crate) async fn demo_pipeline2_replay_local_pipeline(
|
||||
limit,
|
||||
refresh_missing_token_metadata,
|
||||
token_metadata_limit,
|
||||
reset_market_materialization_before_replay: true,
|
||||
};
|
||||
let database = state.database.clone();
|
||||
let service = if refresh_missing_token_metadata {
|
||||
|
||||
Reference in New Issue
Block a user