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

Changelog History
Page 1

  • v0.65.2 Changes

    ๐Ÿ›  Fixed

    • โœ… Correct lazy bytestring deserialization algorithm for web client.
  • v0.65.1 Changes

    ๐Ÿ”„ Changed

    • Simplify function in Cache module.
    • โฌ†๏ธ Bump depenedencies.
  • v0.65.0 Changes

    ๐Ÿ”„ Changed

    • ๐ŸŽ Spenders now embedded into tx objects in database for performance.
    • ๐Ÿ‘‰ Use faster IORef instead of slow TVar when ingesting.
    • ๐Ÿ‘‰ Use mutable hash tables when ingesting.
    • ๐Ÿ‘ Allow to disable unscalable API endpoints.
  • v0.64.19 Changes

    โž• Added

    • ๐Ÿ‘ Allow to set query timeouts.
  • v0.64.18 Changes

    ๐Ÿ›  Fixed

    • Off-by-one error when importing change addresses to cache.
  • v0.64.17 Changes

    ๐Ÿ›  Fixed

    • โž• Add change addresses to cache when necessary.
  • v0.64.16 Changes

    ๐Ÿ›  Fixed

    • Correct fee calculation for blocks that do not claim all rewards.
  • v0.64.15 Changes

    ๐Ÿ›  Fixed

    • Correct scale of cache pruning code.
  • v0.64.14 Changes

    ๐Ÿ›  Fixed

    • Always prune to 80% of max cache size.
  • v0.64.13 Changes

    ๐Ÿ›  Fixed

    • Avoid doing a hissy fit on transient cache issue.