Commit 85f472c
feat(wasm-utxo): add raw PSBT parser showing key-value structure
Implement a new parser module for examining low-level PSBT structure with
raw key-value pairs as defined in BIP-174. This exposes internal details
like proprietary keys, raw type IDs, and byte structure that standard
parsers might hide.
Also add test utilities for loading PSBT fixtures across different networks
and signature states.
Issue: BTC-2652
Co-authored-by: llm-git <[email protected]>1 parent 5783475 commit 85f472c
File tree
8 files changed
+1395
-3
lines changed- packages/wasm-utxo/cli
- src
- test/fixtures
8 files changed
+1395
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
10 | 14 | | |
11 | 15 | | |
12 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
317 | 317 | | |
318 | 318 | | |
319 | 319 | | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
0 commit comments