Files
KamadoPool-StartOS-0351/scripts/embassy.ts
T
satoshi c71309844b 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.
2026-05-10 17:24:39 +03:00

8 lines
389 B
TypeScript

export { getConfig } from "./procedures/getConfig.ts";
export { setConfig } from "./procedures/setConfig.ts";
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";