Commit 61c158b
feat(wasm-utxo): add fixed script wallet outputs implementation
This PR implements the BitGo Fixed Script wallet outputs functionality,
which allows generating BitGo 2-of-3 wallet output scripts for various
script types including P2SH, P2WSH, and Taproot.
The code includes:
- Core wallet script generation code
- Modular organization by script type
- Support for traditional and MuSig2 key path spending
- Comprehensive test fixtures and validation
- Utilities for handling public key derivation
Issue: BTC-2652
Co-authored-by: llm-git <[email protected]>1 parent 9551bf2 commit 61c158b
File tree
9 files changed
+1898
-1
lines changed- packages/wasm-utxo/src
- fixed_script_wallet
- test_utils
- wallet_scripts
9 files changed
+1898
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
0 commit comments