You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
[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)