Skip to content

Releases: cryptogarageinc/cfd-python

Release v0.4.4

Choose a tag to compare

@k-matsuzawa k-matsuzawa released this 13 Nov 00:00
c299eaa

What's Changed

  • test: add python3.11 in #94
  • feat: update elements on CI, update actions in #95
  • feat: update support version, bump version in #97

Full Changelog: v0.4.3...v0.4.4

Release v0.4.3

Choose a tag to compare

@k-matsuzawa k-matsuzawa released this 27 Sep 07:38
f9c076e

What's Changed

  • fix: asset name on macos in #89
  • fix: arm64v8 build in #91
  • fix: wrapper CAPI for estimateFee in #93

Full Changelog: v0.4.2...v0.4.3

Release v0.4.2

Choose a tag to compare

@k-matsuzawa k-matsuzawa released this 08 Aug 04:43

What's Changed

  • feat: update release-asset python version in #88

Full Changelog: v0.4.1...v0.4.2

Release v0.4.1

Choose a tag to compare

@k-matsuzawa k-matsuzawa released this 19 Apr 10:12
0ced991

What's Changed

  • feat: update to cfd v0.4.3 in #87
    • 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

Full Changelog: v0.4.0...v0.4.1

Release v0.4.0

Choose a tag to compare

@k-matsuzawa k-matsuzawa released this 11 Apr 01:19
3806e90

Changes in this Release:

  • feat: support elements taproot
  • feat: support bip84/bip49
  • feat: prefix customize
  • feat: support message sign
  • refactor: ecdsa adaptor
  • test: update CI image

Release v0.3.7

Choose a tag to compare

@k-matsuzawa k-matsuzawa released this 24 Sep 06:21
ee7a8a1

Changes in this Release:

  • feat: update version, update setup.cfg (python v3.9)
  • fix: update docker compose.
  • fix: improve the fundrawtransaction fee

Release v0.3.6

Choose a tag to compare

@k-matsuzawa k-matsuzawa released this 08 Jul 03:42
83fe37b

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.

Release v0.3.5

Choose a tag to compare

@k-matsuzawa k-matsuzawa released this 03 Jul 11:26
2980894

Changes in this Release:

  • fix: calc fee on elements fundrawtransaction
  • feat: add unblind & pegout api
  • feat: update extkey check

Release v0.3.4

Choose a tag to compare

@k-matsuzawa k-matsuzawa released this 07 Jun 03:08
7ff22fa

Changes in this Release:

  • feat: add block API and update sequence API.

Release v0.3.3

Choose a tag to compare

@k-matsuzawa k-matsuzawa released this 18 May 10:08
3a54b3b

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