| Commit message (Expand) | Author | Age | Files | Lines |
| * | Wire event ledger movements, show winning market by name, seed LMSR subsidy | Kostya | 2026-08-18 | 9 | -16/+54 |
| * | Add XML schema validation, split build scripts by module, rename BuyMenuComma... | Kostya | 2026-08-18 | 17 | -34/+371 |
| * | Replace order matching with risk/matching/fulfillment/settlement pipeline | Kostya | 2026-08-17 | 73 | -2151/+1995 |
| * | Split DTOs into api/model, extract order matching into service/matching | Kostya | 2026-08-16 | 18 | -138/+118 |
| * | Rename Option/Account to Market/Ledger, add Result-based error handling | Kostya | 2026-08-16 | 18 | -133/+295 |
| * | Implement LMSR and order-book trading logic, wire MarketContext facade and ne... | Kostya | 2026-08-15 | 19 | -95/+270 |
| * | Switch TradingMechanism quantities to int, add yes/no and select prompts | Kostya | 2026-08-14 | 3 | -6/+6 |
| * | Collapse console I/O interfaces into InputProcessor, drop unneeded atomics | Kostya | 2026-08-14 | 3 | -8/+5 |
| * | Implement in-memory repositories, XML load validation, and menu exit/list com... | Kostya | 2026-08-14 | 13 | -53/+201 |
| * | Move mapper/provider infra into v1 packages, add repository write methods | Kostya | 2026-08-14 | 8 | -17/+82 |
| * | Wire buyShares and menu commands, replace factory interfaces with DI | Kostya | 2026-08-14 | 8 | -5/+116 |
| * | Add ledgered credit/debit to Account and trade recording to Event | Kostya | 2026-08-14 | 6 | -26/+67 |
| * | Implement LMSR mechanism and Event/Account accessors, wire EventMapperV1 | Kostya | 2026-08-14 | 4 | -2/+176 |
| * | Wire EventRepository into LocalGuessMarketContext, add mapper/provider infra ... | Kostya | 2026-08-14 | 6 | -3/+36 |
| * | Add legacy XML model bindings, mapper infra, and normalize account balance | Kostya | 2026-08-13 | 28 | -4/+2277 |
| * | Add domain model, repositories, and trading mechanism interfaces to service m... | Kostya | 2026-08-13 | 11 | -0/+197 |
| * | Add service module with stubbed LocalGuessMarketContext | Kostya | 2026-08-13 | 1 | -0/+62 |