You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(wasm-utxo): add BIP322 message storage and retrieval
Store BIP322 messages in PSBT proprietary fields and provide
getter function to extract them by input index.
Add `getBip322Message` function that returns the message string
or null if not present. Update `addBip322Input` to persist the
message alongside the BIP322 proof input.
Include test coverage for single and multiple message storage,
and out-of-bounds handling.
Issue: BTC-3033
Co-authored-by: llm-git <llm-git@ttll.de>
0 commit comments