0.5.1-pre.005
This commit is contained in:
@@ -1,8 +1,13 @@
|
||||
<!-- file: ks-pipeline/CHANGELOG.md -->
|
||||
<!-- version: 33 -->
|
||||
<!-- version: 34 -->
|
||||
|
||||
# CHANGELOG — ks-pipeline
|
||||
|
||||
## `0.5.1-pre.005`
|
||||
|
||||
- aligne les tests de configuration sur le nouveau document général `config/app.config.json` après extraction du logging ;
|
||||
- ne modifie aucune orchestration ou qualification réseau.
|
||||
|
||||
## `0.5.1-pre.004`
|
||||
|
||||
- migre les variables des tests Devnet SPL Token vers le namespace interne `KS_*` ;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// file: ks-pipeline/src/spl_token_stateful.rs
|
||||
// version: 4
|
||||
// version: 5
|
||||
|
||||
//! Stateful Localnet and Devnet readiness checks for classic SPL Token operations.
|
||||
|
||||
@@ -1440,7 +1440,7 @@ mod tests {
|
||||
|
||||
fn local_devnet_profile() -> ks_config::ProfileConfig {
|
||||
let config =
|
||||
match ks_config::parse_config_json(include_str!("../../config/example.config.json")) {
|
||||
match ks_config::parse_config_json(include_str!("../../config/app.config.json")) {
|
||||
std::result::Result::Ok(value) => value,
|
||||
std::result::Result::Err(error) => panic!("example config parse failed: {error}"),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user