Skip to content

Show live node latency in the status command

Choose a tag to compare

@github-actions github-actions released this 28 Jul 10:55

Added

  • The status command now shows the live latency of the current node. It performs a TCP probe against the current node to measure real-time latency, replacing the previous approach of reading a cached latency field, so the status output reflects the node's current reachability.

Install

Download the wheel or sdist attached to this release and install with pip:

pip install dist/xpilot-0.1.1-py3-none-any.whl

Then run xpilot --help.