Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

Releases: bitsoex/btcd-cli4j

Network type cjdns support

17 Feb 18:33
ac1e365

Choose a tag to compare

What's Changed

Add cjdns network type which is returned on getnetworkinfo json-rpc response for bitcoin-core version 28. The lack of this network type causes a crash when instantiating the Btcd client.

New Contributors

Full Changelog: 0.6.22...0.7.0

Adds timereceived to `RawTransaction`

10 Feb 08:29
63e273d

Choose a tag to compare

What's Changed

  • Adds to RawTransaction the following field:
    • timereceived: (numeric) The time received expressed in UNIX epoch time.

New Contributors

Full Changelog: 0.6.21...0.6.22

Patching: CVE-2019-17571

27 Jul 19:41
0c57bcf

Choose a tag to compare

Patching critical vulnerability: Deserialization of Untrusted Data (GHSA-2qrg-x229-3v8q)

What's Changed

New Contributors

Full Changelog: 0.6.20...0.6.21

Bugfix: use the correct client configurator for providers

17 May 15:06

Choose a tag to compare

Bugfix: use the correct client configurator for providers

Client configurator fixed for Node providers

17 May 14:46
b520f4a

Choose a tag to compare

Node provider was not properly created because the client was using the wrong configurator. This release fixes the issue.

Bugfix: solve bug on version 0.6.17

17 May 12:30

Choose a tag to compare

Fix constraint check on keys

Add support to Node Provider URLs

17 May 10:45

Choose a tag to compare

In order to support a node provider, create code for being able to call a node provider with just the URL. No port neither the auth is required.

Network type empty added

16 May 01:12
2f97b6c

Choose a tag to compare

There is a new network type with empty string (""). We're adding it to the enum of NetworkTypes.

Fix Script types typo

22 Feb 16:18
9ddef22

Choose a tag to compare

0.6.15

Script types typo fixed

Add support for Mimble Wimble pubKeyScript on Litecoin

22 Feb 15:37
8f6e271

Choose a tag to compare

Add support for Mimble Wimble pubKeyScript on Litecoin in order to fix deposit LTC issues