Skip to content

Release v0.3.2

Latest
Compare
Choose a tag to compare
@k-matsuzawa k-matsuzawa released this 26 Sep 06:27
· 1 commit to master since this release
e2a82a8

Changes in this Release:

  • feat: add pegout address API
  • feat: add UpdateTxInSequence API
  • feat: add Unblind C-API
  • feat: add block C-API
  • feat: new getting mnemonic word API
    • I have added an API to return a string of mnemonic words concatenated with spaces, because the behavior of golang becomes unstable when trying to get each mnemonic word individually.
  • fix: fundrawtransaction
    • fix: ignore reserved address empty check on fundrawtransaction
      • If the reserved address is empty, any excess amount will be set to Fee. Please check the Fee amount.
    • fix: improve the fundrawtransaction fee
      • feat: output calculate fee by FundRawTransaction (before adding dust amount)
      • fix: coin select calculation logic (Suppressed the addition of unnecessary dummy TxOut.)
    • fix: support pegin_txoutproof_size by utxo.
      • for estimatefee and fundrawtransaction.
    • fix: calc fee on fundrawtransaction
  • fix: ignore empty lbtc utxo selection.
  • fix: output descriptor parser for BIP341
  • fix: second coin selection and calculate fee
  • fix: create P2SH-P2WPKH pegout descriptor
  • fix: add guard blinded tx.
  • fix: (C-API) add CfdGetExtkeyInfo API
  • fix: (C-API) create blinded utxo signature
  • fix: (C-API) convert utxo on ElementsTx
  • fix: memory leak (on few parameter case only)
  • test: add test from golang