v0.12.7
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.