Releases: p2pderivatives/cfd-rust
Releases · p2pderivatives/cfd-rust
Release v0.3.2
Changes in this Release:
- feat: update network check on extkey
- feat: add pegout API
- feat: add block API
- feat: add update_txin_sequence API
- fix: rename fedpegscript to claimscript, and add unblind API.
- fix: warning on rust 1.54
- fix: calc fee on elements fundrawtransaction
Release v0.3.1
Changes in this Release:
- feat: support sighash rangeproof
- feat: taproot descriptor.
- feat: add getting descriptor root data
- feat: add pegin/pegout/issue/etc API
- feat: add UpdateWitnessStack/UpdatePeginWitnessStack, SplitTxOut, etc API
- fix: c++20 build support (default is c++11 only)
Release v0.3.0
Changes in this Release:
- feat: segwit v1 support (taproot)
- feat: change cpp version option
- fix: coin selection on lower amount UTXO
- refactor: ErrorHandle
- doc: update README.md
Release v0.2.2
Changes in this Release:
- hotfix: exclude asset limit 21000000LBTC check on elements
- hotfix: calc dummy amount on elements fundrawtransaction
- feat: arm build support (for Apple Silicon(M1))
- feat: output blinder
- test: fix runner version.
- refactor: remove releases asset for xcode 9.4
Release v0.2.1
Changes in this Release:
- hotfix: Modify network type used in fundraw transaction
Release v0.2.0
Changes in this Release:
- feat: add schnorr-signature API.
- fix: fundrawtransaction add change amount's fee
Release v0.1.0
Changes in this Release
- feat: elements API support.
- feat: add reverse byte container.
- fix: bitcoin amount byte data.
- fix: estimate fee. (for round up)
- fix: rename tx_fee to txout_fee
Release v0.0.1
Initial commit.
- support bitcoin I/F
elements are not yet supported.