Skip to content

v0.12.7

Choose a tag to compare

@Mirko-von-Leipzig Mirko-von-Leipzig released this 15 Jan 06:19
50c9ed1

This patch release fixes some issues with network transactions, as well as a super rare race condition in our block persisting code.

Enhancements

  • Emit database table size metrics (#1511).
  • Improved telemetry in the network transaction builder (#1508).
  • Improved telemetry in the store's apply_block (#1508).

Fixes

  • Network transaction builder now marks notes from any error as failed (#1508).
  • Network transaction builder now adheres to note limit set by protocol (#1508).
  • Race condition resolved in the store's apply_block (#1508).
    • This presented as a database locked error and in rare cases a desync between the mempool and store.