Skip to content

Releases: p2pderivatives/cfd-go

Release v0.3.2

27 Sep 00:10
637f78d
Compare
Choose a tag to compare

Changes in this Release:

  • feat: (WIP) add apis & service & types
  • feat: support golang 1.17
    • fix: update mnemonic API
    • test: update CI for golang 1.17
  • feat: add script api
  • feat: add crypto API
  • feat: add makefile and dockerfile
  • feat: add CfdGoGetExtkeyInfo
  • feat: add UnblindData API
  • feat: add pegout address API
  • feat: add block API
  • fix: remove go fmt (contains goimports)
  • fix: change ls command on release CI
  • fix: ignore pegout and fee on GetConfidentialTxDataAll
  • fix: remove unused cgo include
  • fix: support pegin_txoutproof_size by utxo.
    • for estimatefee and fundrawtransaction.
  • fix: output descriptor parser for BIP341
  • fix: single key taproot
  • fix: (C-API) convert utxo on ElementsTx
  • fix: create P2SH-P2WPKH pegout descriptor
  • fix: add go.sum (for go 1.16.5)
  • test: ignore 1.15 on windows
  • test: fix getting cfd-go filename on dockerimage
  • test: add mock
  • test: remove ubuntu16 on CI
  • doc: update README.md

Release v0.3.1

26 May 02:31
fe6e2f4
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)
  • fix: support cmake 3.20
  • test: fix network type

Release v0.3.0

30 Mar 03:47
34cacf3
Compare
Choose a tag to compare

Changes in this Release:

  • feat: segwit v1 support
  • feat: change cpp version option
  • feat: new EstimateFee API.
  • fix: coin selection on lower amount UTXO
  • fix: deprecated CfdEstimateFeeInput.
  • doc: update README.md
  • test: upgrade testify

Release v0.2.2

01 Dec 11:11
168da21
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: output blinder
  • fix: remove travisCI
  • test: fixed image version.
  • test: add macos-11.0 on CI
  • refactor: remove releases asset for xcode 9.4

Release v0.2.0

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

Changes in this Release:

  • feat: add schnorr-signature API.
  • fix: fundrawtransaction add change amount's fee
  • test: add code scan.

Release v0.1.6

03 Sep 09:38
c820cb7
Compare
Choose a tag to compare

Changes in this Release

  • doc: change value name
  • fix: estimate fee. (for round up)
  • fix: enable bip32path starting with slash
  • fix: elements FundRawTransaction invalid amount operation.
  • test: add fundrawtx test

Release v0.1.5

21 Aug 04:42
565de23
Compare
Choose a tag to compare
  • update to v0.1.5
    • feat: support go 1.15 on linux and macos
    • feat: support get by handle API
    • feat: add go 1.15 on CI. remove cmake-cache.
    • feat: add ci on ubuntu-20.04
    • fix: change prerelease flag on create-release
    • doc: update README.md
    • feat: update cleanup script.

Release v0.1.4

30 Jul 14:33
567b94f
Compare
Choose a tag to compare

Changes in this Release

  • First Change
  • Second Change

Release v0.1.3

14 Jul 06:37
4af9560
Compare
Choose a tag to compare

Changes in this Release

  • feat: verify sign error reason
  • feat: (prototype) miniscript support on OutputDescriptor
  • fix: calc fee and vsize

Release v0.1.2

08 Jun 07:09
3e1a78f
Compare
Choose a tag to compare

Changes in this Release

  • First Change
  • Second Change