| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move CommissionTiming and MechanismType into model.event package | Kostya | 2026-08-20 | 2 | -3/+5 |
| * | Break down purchase receipts by cost/commission, harden XML validation and st... | Kostya | 2026-08-18 | 7 | -32/+91 |
| * | Wire event ledger movements, show winning market by name, seed LMSR subsidy | Kostya | 2026-08-18 | 2 | -5/+9 |
| * | Fix menu wording and reprint prompt on retry | Kostya | 2026-08-18 | 2 | -3/+3 |
| * | Harden console path input against crashes | Kostya | 2026-08-18 | 3 | -6/+3 |
| * | Add XML schema validation, split build scripts by module, rename BuyMenuComma... | Kostya | 2026-08-18 | 2 | -4/+5 |
| * | Replace order matching with risk/matching/fulfillment/settlement pipeline | Kostya | 2026-08-17 | 4 | -9/+50 |
| * | Split DTOs into api/model, extract order matching into service/matching | Kostya | 2026-08-16 | 6 | -26/+59 |
| * | Rename Option/Account to Market/Ledger, add Result-based error handling | Kostya | 2026-08-16 | 9 | -86/+70 |
| * | Implement LMSR and order-book trading logic, wire MarketContext facade and ne... | Kostya | 2026-08-15 | 5 | -0/+206 |
| * | Collapse console I/O interfaces into InputProcessor, drop unneeded atomics | Kostya | 2026-08-14 | 3 | -25/+22 |
| * | Implement in-memory repositories, XML load validation, and menu exit/list com... | Kostya | 2026-08-14 | 4 | -0/+98 |
| * | Move IO providers into io package, add InputProcessor, implement menu loop an... | Kostya | 2026-08-14 | 1 | -4/+13 |
| * | Wire buyShares and menu commands, replace factory interfaces with DI | Kostya | 2026-08-14 | 2 | -0/+46 |