Show live node latency in the status command
Added
- The
statuscommand 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.whlThen run xpilot --help.