Releases: p2pderivatives/cfd-python
Releases · p2pderivatives/cfd-python
Release v0.3.2
Changes in this Release:
- feat: update version, update setup.cfg (python v3.9)
- feat: add unblind & pegout api
- feat: update extkey check
- feat: add block API and update sequence API.
- fix: improve the fundrawtransaction fee
- fix: pegout fee
- fix: add peginTxOutProofSize
- fix: rename fedpegScript to claimScript on utxo data.
- fix: taproot single key, taproot hash only tree.
- fix: update docker compose.
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)
- test: add pegin/pegout CI test
Release v0.3.0
Changes in this Release:
- feat: segwit v1 support (taproot)
- feat: change cpp version option
- feat: add PSBT(v0) and util API
- fix: coin selection on lower amount UTXO
- fix: typing
- doc: update README.md
Release v0.2.3
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: support for python type hints
- refactor: change return data type.
- test: fix runner version.
Release v0.2.2
Changes in this Release:
- feat: output blinder
- feat: add support API on elements
- fix: calc dummy amount on ElementsFundRawTransaction
- fix: get address by elements
- fix: output descriptor return script data
- test: add integration test
- test: add json scenario test
- test: fix runner version. add macos-11.0
Release v0.2.1
Changes in this Release:
- hotfix: Modify network type used in fundraw transaction
Release v0.2.0
Changes in this Release:
- initial commit