Trade totals disagree across get_economy, get_market, get_stores and get_trades (1,699 vs 22,891 vs 3,672 vs 526) #221
Labels
No labels
burndown-2026-06
headless
autonomy
async-consult
autonomy
epic
autonomy
headless
autonomy
live-collab
c#
priority
P0
priority
P1
priority
P2
priority
P3
priority
P4
role/ai
role/creator
role/design
role/director
role/engineer
role/exec
role/human
role/ops
role/qa
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
coilyco-gaming/eco-app#221
Loading…
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?
QA sweep, Eco via Sirens, day 40, 2026-08-12.
Observed
Four numbers, all presented as trade counts, none reconciled:
/infoviaget_server_statuseconomy.descriptionget_economykpis.trades_totalget_trades/get_market/get_storestotalTradesget_tradesrollupTrades+detailedTradesget_trades/get_storesperTypeCounts(CurrencyTrade 3,668 + BarterTrade 4)get_tradestrades[]lengthTwo specific breaks:
perTypeCountsreconciles with nothing. 3,672 is not 526 (detailed rows), not 22,891 (total), not 22,365 (rollup). It is presented right next todetailedTrades: 526in the same object.get_economysays 1,699 trades and derivestrades_per_day: 42.5from it; the ledger tools say 22,891. A reader comparing the two tools gets contradictory economic conclusions with no note that the sources differ.Expected
Either one number, or each number labelled with what it counts and why it differs from the game's own counter. The rollup warning at #132 explains detailed-vs-rollup but does not explain either of the above.