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

Changelog History
Page 17

  • v0.27.0 Changes

    โž• Added

    • ๐Ÿ‘ Complete support for offset.

    ๐Ÿ”„ Changed

    • ๐Ÿ‘Œ Improve monad stack for cache.
  • v0.26.6 Changes

    โž• Added

    • ๐Ÿ‘Œ Support for offset in all endpoints where it makes sense.
  • v0.26.5 Changes

    ๐Ÿ›  Fixed

    • Sort after using the nub function or use Data.List.nub in exceptional cases.
  • v0.26.4 Changes

    ๐Ÿ”„ Changed

    • Don't do certain validity checks on confirmed transactions.

    ๐Ÿ›  Fixed

    • ๐Ÿ”€ Do not crash when syncing the blockchain from scratch on a populated cache.
  • v0.26.3 Changes

    ๐Ÿ”„ Changed

    • Replace nub function everywhere with faster version written using hash sets.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix shared cache locking.
  • v0.26.2 Changes

    ๐Ÿ”„ Changed

    • Simplify cache block import code.
    • ๐Ÿ‘Œ Improve cache import performance.
  • v0.26.1 Changes

    ๐Ÿ›  Fixed

    • Do not call zadd or zrem in Redis with incorrect argument count.

    ๐Ÿ”„ Changed

    • Do not use slow Transaction type in Logic.
    • ๐Ÿ‘Œ Improve logging while importing blocks.
    • ๐Ÿ‘ Better transaction import algorithm.
  • v0.26.0 Changes

    ๐Ÿ”„ Changed

    • โž• Add information to some binary types for feature parity with JSON.
  • v0.25.4 Changes

    ๐Ÿ”„ Changed

    • Hide segwit data on non-segwit networks.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix work which now always serialises as a number literal.
  • v0.25.3 Changes

    ๐Ÿ”„ Changed

    • ๐Ÿ›  Fix version display on health check.