Skip to content

Release v0.3.2

Latest
Compare
Choose a tag to compare
@k-matsuzawa k-matsuzawa released this 26 Sep 04:54
· 1 commit to master since this release
4e90823

Changes in this Release:

  • feat: support BIP86
    • fix: output descriptor parser for BIP341
  • feat: update libwally-core
    • fix: miniscript thresh
  • feat: add simple unblind API
  • feat: add pegout address API
  • feat: add bitcoin block API
  • feat: add SetTxInSequence
  • feat: elements OP_SUCCESSx check.
  • feat: add endian support API
  • refactor: add/remove API
  • fix: calculate 0-amount blinding size.
  • fix: raw descriptor on elements.
  • fix: calculate pegin fee.
    • add txoutproof size
    • rename fedpegScript to claimScript (mistake)
  • fix: operator logic.
  • fix: log level check
  • fix: create P2SH-P2WPKH pegout descriptor
  • fix: parse coinbase scriptsig
  • fix: convert pk descriptor on taproot.
  • fix: warning
  • test: fix codescan
  • style: clang-format 12
  • doc: add see (bitcoin block source code)