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
test(wasm-utxo): add unsigned_tx_id method and expand test coverage
Implement unsigned_tx_id() method on BitGoPsbt that delegates to
the network-aware unsigned_txid(), ensuring Zcash PSBTs hash the full
wire format instead of stripped Bitcoin transaction.
Add regression test verifying PsbtAccess::unsigned_tx_id matches
BitGoPsbt::unsigned_txid across all networks and signature states.
For Zcash, explicitly verify the txid differs from the stripped
Bitcoin format.
Fixes a regression introduced in commit bd20d68.
Issue: BTC-0
Co-authored-by: llm-git <llm-git@ttll.de>
0 commit comments