Skip to content

Release 1.1.0

Compare
Choose a tag to compare
@jgriffiths jgriffiths released this 28 Jan 21:42
· 26 commits to master since this release
release_1.1.0
4d38a6d

Added

  • PSBT: Allow extracting partially finalized transactions in wally_psbt_extract by passing a new WALLY_PSBT_EXTRACT_OPT_FINAL flag.
  • tx: Allow getting the number of items in a transactions input witness via wally_tx_input_get_witness_num_items / wally_tx_get_input_witness_num_items.

Fixed

  • tx: tx_input_get_witness now correctly returns 0 bytes written if passed a NULL input.