Skip to content

wallhack-cli-v0.10.0

Choose a tag to compare

Features

  • api: rename /ping to /status, expose full node info (53439c1)
  • api: disconnect_peer sends Disconnect over control channel (ae3b63e)
  • api: SSE /events endpoint for real-time peer lifecycle (f674e73)
  • daemon: initial ping + 30s heartbeat on all connection paths (c664eb2)

Bug Fixes

  • api: resolve disconnect_peer TOCTOU race returning spurious 404 (7de616a)
  • api: upgrade axum 0.7→0.8, axum-server 0.7→0.8 (0b3042f)
  • api: exact id match for REST disconnect, prefix match for REPL/CLI (63e0247)
  • api: use ASCII keep-alive text in SSE stream (d10e889)
  • build: force build timestamp to refresh on every compilation (d40ef26)
  • cli: show node name in info output, add /events to OpenAPI spec (f7b1c9e)
  • cli: peer notification wording — "connected with" / "disconnected from" (767ae74)
  • cli,mcp: parity — show name, connected, capabilities in status output (c051ae0)
  • peers: disambiguate duplicate peer names, expose id field (2ba6d6f)
  • peers: reconnecting peer evicts old entry instead of duplicating (8824fc2)
  • peers: derive peer role from capabilities instead of hardcoding Entry (b0408be)

2 other changes — view diff