Skip to content

Release v0.3.0

Compare
Choose a tag to compare
@k-matsuzawa k-matsuzawa released this 29 Mar 10:02
· 4 commits to master since this release
063b76b

Changes in this Release:

  • feat: taproot support
    • get taproot sighash
    • bech32m address
    • taproot script tree & tapscript
  • feat: psbt(v0) support
  • feat: Add optimized batch function for computing schnorr sig point
  • feat: add operator API (HashUtil, ScriptBuilder, etc.)
  • feat: add ripemd160 API
  • feat: change cpp version option
  • feat: upgrade libwally-core 0.8.2
  • fix: minimum ct size.
  • fix: add amount balance check on confidential transaction's blinding.
  • fix: warning on GCC9
  • doc: update README.md
  • doc: convert header file comments to english
  • test: guard macos-11.0 (because github actions often do not work or later work.)