Skip to content

Releases: cryptogarageinc/cfd-js-wasm

Release v0.4.3

18 Jan 07:26
bf20a3a
Compare
Choose a tag to compare

What's Changed

  • feat: update to 0.4.3 in #78
  • feat: add verify example in #79

Full Changelog: v0.4.2...v0.4.3

Release v0.4.2

16 Jan 07:51
6704a8b
Compare
Choose a tag to compare

What's Changed

  • test: add doc, add node.js 18 and 19, update image and CI in #75
  • build(deps): bump json5 from 2.2.1 to 2.2.3 in #76
  • feat: update to v0.4.2 by in #77

Full Changelog: v0.4.1...v0.4.2

Release v0.4.1

19 Apr 02:35
24c0843
Compare
Choose a tag to compare

What's Changed

  • feat: update to cfdjs v0.4.1 in #73
    • feat: update to cfdjs v0.4.1
      • feat: update to cfd-core v0.4.3
        • feat: update to libwally-core ElementsProject:v0.8.5
        • feat: update secp256k1-zkp
      • test: fix schnorr sign
  • test: fix elements taproot's network type in #72
  • build(deps): bump minimist from 1.2.5 to 1.2.6 in #71

Full Changelog: v0.4.0...v0.4.1

Release v0.4.0

26 Mar 03:01
e881272
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 ecdsa adaptor interface
    • for refactoring secp256k1-zkp

Release v0.3.8

23 Sep 17:54
e6471e1
Compare
Choose a tag to compare

Changes in this Release:

  • feat: update cfdjs v0.3.10
    • feat: update cfd v0.3.25
  • feat: update docker
  • feat: add createrawtransaction example
    • add blind option

Release v0.3.7

08 Jul 05:52
0481bc7
Compare
Choose a tag to compare

Changes in this Release:

  • feat: add pegoutAddress API
  • feat: add simple Unblind API
  • fix: calculate fee on fundrawtransaction
  • fix: calculate pegin fee
    • add peginTxOutProofSize
    • rename fedpegScript to claimScript
  • fix: add GetExtkeyInfo response (keyType)
  • fix: taproot single key (BIP341, output descriptor), support hash only tree

Release v0.3.6

07 Jun 04:51
ae32091
Compare
Choose a tag to compare

Changes in this Release:

  • feat: add block API
  • feat: update dockerfile node version
  • fix: release script
  • fix: remove detectOpenHandles option. (In the old JEST it was necessary, but now it is not.)

Release v0.3.5

19 May 01:24
6d1fc35
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: change ci node.js version

Release v0.3.4

29 Mar 09:17
2642747
Compare
Choose a tag to compare

Changes in this Release:

  • feat: add taproot analyze API
  • doc: update readme
  • test: add taproot example

Release v0.3.3

15 Mar 09:45
a77142c
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-js
  • fix: add amount balance check on confidential transaction's blinding.
  • fix: warning on GCC9
  • test: remove node.js v10 on CI