Releases: cryptogarageinc/cfd-js-wasm
Releases · cryptogarageinc/cfd-js-wasm
Release v0.4.3
What's Changed
Full Changelog: v0.4.2...v0.4.3
Release v0.4.2
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
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
- feat: update to cfd-core v0.4.3
- feat: update to cfdjs v0.4.1
- 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
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
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
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
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
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
Changes in this Release:
- feat: add taproot analyze API
- doc: update readme
- test: add taproot example
Release v0.3.3
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