Commit 0dc9e18
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- packages/wasm-utxo/src/fixed_script_wallet
- test_utils
3 files changed
+628
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | | - | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments