Skip to content

Commit 0dc9e18

Browse files
OttoAllmendingerllm-git
andcommitted
feat(wasm-utxo): add psbt wallet input validation
Add validation for PSBT inputs to ensure they belong to the specified wallet. Includes: - Verification of key derivations against wallet keys - Replay protection support - Detailed error reporting for validation failures - Comprehensive test helpers Issue: BTC-2652 Co-authored-by: llm-git <[email protected]>
1 parent d37206a commit 0dc9e18

File tree

3 files changed

+628
-6
lines changed

3 files changed

+628
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/// This module contains code for the BitGo Fixed Script Wallets.
22
/// These are not based on descriptors.
3+
pub mod psbt_wallet_input;
34
mod wallet_keys;
4-
55
pub mod wallet_scripts;
66

77
#[cfg(test)]

0 commit comments

Comments
 (0)