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.
8 lines
389 B
TypeScript
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";
|