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 signature verification methods to BitGoPsbt
Add two methods for verifying transaction signatures:
- verifySignature - Verify ECDSA, Schnorr, or MuSig2 signatures based
on xpub derivation path found in the PSBT
- verifyReplayProtectionSignature - Verify signatures in replay
protection inputs (P2SH-P2PK)
These methods enable transaction validation without requiring full
re-signing, which is particularly useful when checking the signing
state of PSBTs across different types of inputs.
Issue: BTC-2652
Co-authored-by: llm-git <[email protected]>
0 commit comments