get_stores returns empty currencies[] on stores with thousands in trade volume #236
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#236
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
The busiest store on the server comes back with no currency:
totalVolume: 4615.47and per-itemavgUnitPriceare computed, butcurrenciesis empty — the volume is denominated in nothing.Almost certainly the same root cause
get_tradeshascurrency: ""on all 526 detailed rows. See theget_currencyattribution issue. Filing separately so this surface gets verified after that fix rather than assumed.Cross-check
find_traderesolves currency for the same owner's live shelves: "Upgrade's Phantom Springs Stone & Glassworks" selling Cement at 0.6 Spectres. So live store data has currency and the historical ledger path does not.Expected
currenciespopulated, andtotalVolumebroken out per currency — mixing volumes across currencies into a single scalar is not meaningful once more than one currency is in play (185 exist on this server).