Skip to content

Version 0.7.0

Latest
Compare
Choose a tag to compare
@jvstein jvstein released this 15 Jan 05:10
· 3 commits to master since this release
v0.7.0
789ebcd

0.7.0 - 2022-01-14

BREAKING CHANGE: Default port number has changed to 9332! Use METRICS_PORT=8334 to use old port.

Added

  • Add bitcoin_rpc_active stat for number of active RPC calls.
  • Add bitcoin_txcount stat for total number of transactions since the genesis block.
  • Support for Bitcoin Cash nodes (#22).

Changed

  • Default port changed from 8334 to 9332 to avoid conflicts with Bitcoin Tor port.
  • Update metrics on HTTP request, instead of timer (#12).
  • Improve performance of block statistics.
  • The number of blocks for the bitcoin_hashps metrics is now configurable via HASHPS_BLOCKS (#22).