All Versions
294
Latest Version
Avg Release Cycle
6 days
Latest Release
-

Changelog History
Page 8

  • v0.47.4 Changes

    โž• Added

    • Implement Blockchain.info block height.
    • Implement Blockchain.info raw address.
    • Implement Blockchain.info balances.

    ๐Ÿ›  Fixed

    • ๐Ÿ‘‰ Make Blockchain.info unspent endpoint more efficient.
    • ๐Ÿ‘‰ Make Blockchain.info xpubs endpoint more efficient.

    ๐Ÿ”„ Changed

    • 0๏ธโƒฃ Use compact JSON serialization by default everywhere.
  • v0.47.3 Changes

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix serialization bug with unspents.
  • v0.47.2 Changes

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix serialization bug for health check.
  • v0.47.1 Changes

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix serialization bugs for web data types.
  • v0.47.0 Changes

    โž• Added

    • ๐Ÿ‘Œ Support for legacy block endpoints.

    ๐Ÿ”„ Changed

    • Serialization now uses bytes library and does interleaved IO.
  • v0.46.6 Changes

    โž• Added

    • ๐Ÿ‘ Allow comma-separated values in multiaddr.
  • v0.46.5 Changes

    ๐Ÿ”„ Changed

    • Throw error when offset exceeded instead of truncating it.
  • v0.46.4 Changes

    ๐Ÿ›  Fixed

    • Do not compute balances separately for loose addresses when part of an xpub.

    ๐Ÿ”„ Changed

    • Do not fetch entire transaction list for loose addresses.
    • Transaction count in wallet object is just a synonym for filtered tx count.
    • ๐Ÿ‘‰ Use conduits to prevent over-fetching transactions from database.
  • v0.46.3 Changes

    ๐Ÿ›  Fixed

    • ๐Ÿ‘‰ Make hex value encoding compatible with Java BigInteger decoder.
  • v0.46.2 Changes

    ๐Ÿ”„ Changed

    • ๐Ÿ‘ Allow negative confirmations for compatibility with old API.