Releases: cryptogarageinc/cfd-js
Releases · cryptogarageinc/cfd-js
Release v0.4.0
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
Changes in this Release:
- upgrade: update package version
- fix: change download library (for zip library only)
Release v0.3.10
Changes in this Release:
- feat: update cfd v0.3.25
- feat: add docker compose
- fix: typescript update
Release v0.3.9
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
Changes in this Release:
- fix: calc fee on elements fundrawtransaction
- feat: add unblind & pegout api
- feat: add keyType on GetExtkeyInfo
Release v0.3.7
Changes in this Release:
- feat: add block API and update sequence API.
- test: fix jest v27
Release v0.3.6
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
Changes in this Release:
- feat: add taproot analyze API
- fix: (internal only) rename roothash to basehash
- doc: update readme
Release v0.3.4
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
Changes in this Release:
- fix: psbt parse on single output.