0.5.1-pre.003
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// file: ks-pipeline/src/metadata_metaplex_token_metadata_execution_orchestration.rs
|
||||
// version: 4
|
||||
// version: 5
|
||||
|
||||
//! Simulation-first Metaplex Token Metadata execution orchestration.
|
||||
|
||||
@@ -167,7 +167,7 @@ mod tests {
|
||||
fn failed_simulation_is_reportable_only_without_submission() {
|
||||
let fee_payer = ks_lib::MdPubkey("11111111111111111111111111111111".to_string());
|
||||
let plan = ks_lib::ExApiPreparedExecutionPlan {
|
||||
executor_name: "kb-lib.executor.metadata.metaplex_token_metadata".to_string(),
|
||||
executor_name: "ks-lib-executor.metadata.metaplex_token_metadata".to_string(),
|
||||
executor_version: "0.4.8".to_string(),
|
||||
intent_id: "metaplex-failed-simulation-probe".to_string(),
|
||||
operation_code: ks_lib::EX_METAPLEX_TOKEN_METADATA_USE_OPERATION.to_string(),
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// file: ks-pipeline/src/metadata_solana_program_execution_orchestration.rs
|
||||
// version: 3
|
||||
// version: 4
|
||||
|
||||
//! Simulation-first Solana Program Metadata execution orchestration and postconditions.
|
||||
|
||||
@@ -637,7 +637,7 @@ mod tests {
|
||||
fn readiness_requires_exact_simulation_and_resolved_signers() {
|
||||
let signer = pubkey(1);
|
||||
let plan = ks_lib::ExApiPreparedExecutionPlan {
|
||||
executor_name: "kb-lib.executor.metadata.solana_program_metadata".to_string(),
|
||||
executor_name: "ks-lib-executor.metadata.solana_program_metadata".to_string(),
|
||||
executor_version: "0.4.8".to_string(),
|
||||
intent_id: "spm-readiness".to_string(),
|
||||
operation_code: ks_lib::EX_METADATA_SPM_WRITE_OPERATION.to_string(),
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// file: ks-pipeline/src/spl_token_2022_execution_orchestration.rs
|
||||
// version: 5
|
||||
// version: 6
|
||||
|
||||
//! Final Token-2022 execution-readiness and stateful postcondition contracts.
|
||||
|
||||
@@ -235,7 +235,7 @@ mod tests {
|
||||
..std::default::Default::default()
|
||||
};
|
||||
let plan = ks_lib::ExApiPreparedExecutionPlan {
|
||||
executor_name: "kb-lib.executor.spl.token_2022".to_string(),
|
||||
executor_name: "ks-lib-executor.spl.token_2022".to_string(),
|
||||
executor_version: "0.4.6".to_string(),
|
||||
intent_id: "intent".to_string(),
|
||||
operation_code: "spl.token_2022.confidential_transfer".to_string(),
|
||||
|
||||
Reference in New Issue
Block a user