Releases: bitsoex/btcd-cli4j
Network type cjdns support
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.
- by @maxsuelmarinho in #20
New Contributors
- @maxsuelmarinho made their first contribution in #19
Full Changelog: 0.6.22...0.7.0
Adds timereceived to `RawTransaction`
What's Changed
- Adds to
RawTransactionthe following field:timereceived: (numeric) The time received expressed in UNIX epoch time.
- by @Adewagold in #19
New Contributors
- @Adewagold made their first contribution in #19
Full Changelog: 0.6.21...0.6.22
Patching: CVE-2019-17571
Patching critical vulnerability: Deserialization of Untrusted Data (GHSA-2qrg-x229-3v8q)
What's Changed
- mmcc-918: fix critical vulnerability by @mauricio-seii in #17
New Contributors
- @mauricio-seii made their first contribution in #17
Full Changelog: 0.6.20...0.6.21
Bugfix: use the correct client configurator for providers
Bugfix: use the correct client configurator for providers
Client configurator fixed for Node providers
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
Fix constraint check on keys
Add support to Node Provider URLs
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
There is a new network type with empty string (""). We're adding it to the enum of NetworkTypes.
Fix Script types typo
0.6.15 Script types typo fixed
Add support for Mimble Wimble pubKeyScript on Litecoin
Add support for Mimble Wimble pubKeyScript on Litecoin in order to fix deposit LTC issues