Skip to content

v0.62.0

Compare
Choose a tag to compare
@jackrobison jackrobison released this 02 Mar 01:49
· 1906 commits to master since this release

[0.62.0] - 2020-03-01

API

  • [improvement] when using --resolve with local claim *_list commands, update resolved result with local metadata (such as is_mine) (#2834) by eukreign

Commenting

  • [improvement] Require a channel_name / channel_id parameter for comment_create instead both being optional (#2816) by osilkin98

Wallet server

  • [improvement] Add LRU caches for blocks and block hashes in the wallet server (#2836) by jackrobison
  • [improvement] Improve wallet server performance with separate thread pools for leveldb, the block processor, and mempool (#2835) by jackrobison
  • [improvement] update claim_type_* db indexes to be more performant (#2831) by eukreign