Emre avatar

hived-rpc-scanner update: v0.1.1

emrebeyler

Published: 13 Oct 2022 › Updated: 13 Oct 2022hived-rpc-scanner update: v0.1.1

hived-rpc-scanner update: v0.1.1

hived_rpc_scanner is a CLI tool to check the status of Hive RPC nodes by testing certain endpoints.

Screenshot 2022-10-14 at 01.19.27.png


Installation

Requires Python3.6+.

$ (sudo) pip install hived_rpc_scanner

alternatively, with Virtualenv:

cd /tmp
python3.6 -m venv hived-rpc-scanner-env
source hived-rpc-scanner-env/bin/activate
pip install hived-rpc-scanner
hived_rpc_scanner

if you already have an old version, try upgrading with pip install hived_rpc_scanner --upgrade.

Usage

$ hived_rpc_scanner --nodes <node_url_1> <node_url_2> <...>

Changelog

  • Removed deprecated tag api samples.
  • Added samples for json_rpc, market_history_api, rc_api, reputation_api. With these changes, we have at least one sample for each plugin.
  • CLI command (hived_rpcs_scanner) exits with a non-zero status code if one of the endpoints fail. Useful for CI/CD pipelines and smoke tests.

Leave hived-rpc-scanner update: v0.1.1 to:

Written by

Software Guy. Witness.

Read more #python posts


Best Posts From Emre

We have not curated any of emrebeyler's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.

More Posts From Emre