Skip to content

0.2.0

Compare
Choose a tag to compare
@nodiesBlade nodiesBlade released this 09 Apr 09:38
· 14 commits to main since this release
eb59f84

What's Changed

  • Fix incorrect timeout setting and clarify env var docs by @Maxitosh in #29
  • RC 0.2.0 by @nodiesBlade in #31
    • Fixes typo in is_heathy -> is_healthy in qosnodes endpoint (reason for the minor version upgrade)
    • Adds node_public_key to qosnodes endpoint to enable Poktscan to scrape data and provide QoS data publically
    • Adds more tags to relayer prometheus metrics (chain id) and for histogram latency (chain id, altruist, and success) for increased observability oversight.
    • Add pocket_relay_latency prom metric to keep track of latency for simply sending a relay to the network (no qos/node selection)
    • Improve QoS data integrity check by checking if the selected source of truth returns an actual block hash (otherwise skip and try again)
    • Change module to github.com/pokt-network/gateway-server to match github repoistory now that we've transitioned it over to the Foundation. This allows others to import the v0 client pkg and other pkgs in the future.
    • Includes updated benchmarking doc with RC 0.2.0

New Contributors

Full Changelog: 0.1.1...0.2.0