Skip to content

Releases: p2pderivatives/cfd-python

Release v0.3.2

27 Sep 00:15
0e27006
Compare
Choose a tag to compare

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

27 May 05:29
6aa25a9
Compare
Choose a tag to compare

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

30 Mar 07:39
a57e499
Compare
Choose a tag to compare

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

01 Dec 11:12
ad6a2c4
Compare
Choose a tag to compare

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

21 Nov 06:43
5c3776b
Compare
Choose a tag to compare

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

30 Oct 11:02
b8ec6e6
Compare
Choose a tag to compare

Changes in this Release:

  • hotfix: Modify network type used in fundraw transaction

Release v0.2.0

28 Oct 07:52
f1de800
Compare
Choose a tag to compare

Changes in this Release:

  • initial commit