Skip to content

Commit 8ae5aa0

Browse files
OttoAllmendingerllm-git
andcommitted
feat(wasm-utxo): add PSBT comparison utilities for testing
Add low-level PSBT parsing and comparison utilities that work at the key-value pair level. These utilities provide detailed error messages showing exactly which fields differ between two PSBTs, making debugging test failures much easier. Issue: BTC-2893 Co-authored-by: llm-git <[email protected]>
1 parent 5716771 commit 8ae5aa0

File tree

2 files changed

+518
-0
lines changed

2 files changed

+518
-0
lines changed

packages/wasm-utxo/src/fixed_script_wallet/test_utils/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
//! Test utilities for fixed_script_wallet module
22
33
pub mod fixtures;
4+
pub mod psbt_compare;
45

56
use super::wallet_keys::XpubTriple;
67
use super::wallet_scripts::{Chain, WalletScripts};

0 commit comments

Comments
 (0)