Files
nym/nym-node-status-api/nym-node-status-agent
Jędrzej Stuczyński 827c13b69e moved nym-gateway-probe to monorepo and updated rust-edition to 2024 (#6094)
dont build netstack in CI

additional rust 2024 fixes

fixes

removed temp.rs

first round of cleanup

removed duplicated NS types

moved gateway probe to the monorepo
2025-10-08 16:17:43 +01:00
..
2025-09-29 14:53:15 +01:00
2025-09-29 14:53:15 +01:00

Node Status Agent

An agent to run tests and report results back to the Node Status API.

Environment variables that can be set individually are:

  • NYM_NODE_MNEMONICS - mnemonic to get tickets for tests
  • NODE_STATUS_AGENT_SERVER_PORT - Node Status API port
  • NODE_STATUS_AGENT_SERVER_ADDRESS - Node Status API address

Or use NODE_STATUS_AGENT_ARGS to pass your own arguments:

NODE_STATUS_AGENT_ARGS="run-probe --server localhost:8000 --mnemonic foo bar baz"