Skip to content

v3.1.1

Compare
Choose a tag to compare
@chappjc chappjc released this 29 Jan 00:07
· 970 commits to master since this release

This is patch release 1 of the dcrdata 3.1 series.

Fixes:

  • mempool last block JS age controller fixed (8646462)
  • address go-sqlite "database is locked" errors (6a9fed5). This can slow down sqlite operations since it limits DB "connections" to 1. In 4.0, the limit is removed since the go-sqlite version dependency is updated to a version built with correct multi-threading flags.
  • resolve a possible panic on shutdown (261048e)