Skip to content

Releases: cryptogarageinc/cfd-js

Release v0.4.0

14 Feb 10:15
e3cd94e
Compare
Choose a tag to compare

Changes in this Release:

  • feat: elements taproot support
  • feat: support prefix
  • feat: support bip49/bip84
  • feat: support prefix customize
  • fix: add parseDescriptor tapTweak
  • fix: change cmake-js & prebuild
    • for dependabot. remove ninja & NW.js support.
  • fix: change ecdsa adaptor interface
    • for refactoring secp256k1-zkp

Release v0.3.11

01 Feb 03:07
Compare
Choose a tag to compare

Changes in this Release:

  • upgrade: update package version
  • fix: change download library (for zip library only)

Release v0.3.10

23 Sep 03:11
63bc7ca
Compare
Choose a tag to compare

Changes in this Release:

  • feat: update cfd v0.3.25
  • feat: add docker compose
  • fix: typescript update

Release v0.3.9

08 Jul 03:41
5a03d4b
Compare
Choose a tag to compare

Changes in this Release:

  • fix: pegout fee
    • fix: add peginTxOutProofSize
    • fix: rename fedpegScript to claimScript on utxo data.
  • fix: taproot single key, taproot hash only tree. (for taproot output descriptor)

Release v0.3.8

03 Jul 11:36
de20568
Compare
Choose a tag to compare

Changes in this Release:

  • fix: calc fee on elements fundrawtransaction
  • feat: add unblind & pegout api
  • feat: add keyType on GetExtkeyInfo

Release v0.3.7

07 Jun 01:52
519f47b
Compare
Choose a tag to compare

Changes in this Release:

  • feat: add block API and update sequence API.
  • test: fix jest v27

Release v0.3.6

18 May 07:38
Compare
Choose a tag to compare

Changes in this Release:

  • feat: taproot descriptor. add keys field.
  • feat: support sighash rangeproof
  • feat: add UpdatePeginWitnessStack, SplitTxOut, etc API
  • fix: c++20 build support (default is c++11 only)
  • fix: change ci node.js version
  • test: add elements decode address example.
  • test: add pegout CI test
  • test: update ci image. (bitcoin 0.21.1)
  • doc: add windows external project error case on REAME.md.
  • doc: convert english.

Release v0.3.5

29 Mar 01:23
2272efe
Compare
Choose a tag to compare

Changes in this Release:

  • feat: add taproot analyze API
  • fix: (internal only) rename roothash to basehash
  • doc: update readme

Release v0.3.4

15 Mar 08:49
5c71b17
Compare
Choose a tag to compare

Changes in this Release:

  • feat: taproot support
    • get taproot sighash
    • taproot schnorr sign/verify
    • taproot script tree & tapscript
    • bech32m address
    • decoderawtransaction
  • upgrade cfd
  • fix: add amount balance check on confidential transaction's blinding.
  • feat: change cpp version option
  • doc: convert header file comments to english
  • fix: warning on GCC9

Release v0.3.3

05 Feb 04:32
a942a1a
Compare
Choose a tag to compare

Changes in this Release:

  • fix: psbt parse on single output.