Skip to content

v2.0.0

Compare
Choose a tag to compare
@slowbackspace slowbackspace released this 05 Apr 17:04
· 123 commits to master since this release
2481af9

[2.0.0] - 2023-04-05

Added

  • report node.js memory usage on /metrics
  • GET_BALANCE_HISTORY - aggregated sent/received/sentToSelf lovelace amounts for given range and groupBy param
  • hostname field to getServerInfo response
  • report health check status in /status (is_healthy)

Fixed

  • use one global newBlock listener instead of one per each connection
  • logic in onBlock callback called on newBlock event
  • ping-pong between a server and a client to keep connection alive

Changed

  • throw error if any of the partial calls of GetAccountInfo fails
  • memoized address derivation in getAccountInfo method
  • transaction (as part of getAccountInfo or emitted as a notification for an address subscription) no longer includes blockInfo field. (block_hash, block_height, block_time are available directly in transaction object)
  • updated dependencies