This repository has been archived by the owner on Nov 13, 2024. It is now read-only.
0.2.0
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
inqosnodes
endpoint (reason for the minor version upgrade) - Adds
node_public_key
toqosnodes
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
- Fixes typo in
New Contributors
Full Changelog: 0.1.1...0.2.0