Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
#58's per-currency top-holders exporter mod is now live on kai-server (
EcoStoreExporterloaded clean, 2026-07-06 deploy), butget_eco_currencystill returnsholders_reachable-note "not reachable" and no holdings dataset inavailable_currency_datasets.Cause: the running eco-app service image predates #58 - merging #58 to
mainis not a deploy (rollout is driven fromcoilyco-bridge/deployper AGENTS). So the mod is emitting on the game server, but the service that backs the MCP/website has not been redeployed to read the new exporter endpoint.Task
Redeploy the eco-app service (coilyco-bridge/deploy rollout) so #58's report wiring consumes the live exporter. Then verify
get_eco_currency <name>renders live top-holder balances instead of the "holders unavailable" note.Not a code change - a rollout. Depends on nothing else; the game-server side is already live.