Add Pool Status action, rename from Stratum Smoke Test

Adds a comprehensive status action showing pool health, connected
miners, block history with chain tags, and debug memory-vs-DB
comparison. Removes the clear-network-orphans action (now handled
automatically by the reconcile loop). Updates manifest description
to accurately reflect capabilities.
This commit is contained in:
satoshi
2026-05-10 17:24:39 +03:00
parent 683a9a0b6b
commit c71309844b
3 changed files with 310 additions and 0 deletions
+1
View File
@@ -4,3 +4,4 @@ export { dependencies } from "./procedures/dependencies.ts";
export { health } from "./procedures/healthChecks.ts";
export { migration } from "./procedures/migrations.ts";
export { properties } from "./procedures/properties.ts";
export { action } from "./procedures/actions.ts";