| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Implement LMSR and order-book trading logic, wire MarketContext facade and ↵ | Kostya | 2026-08-15 | 2 | -0/+88 |
| | | | | | | | | | | | | new menu commands Fill in the previously stubbed cost/pricing math for both trading mechanisms, and give OrderBookTradingMechanism an actual matching engine with resting bid/ask books. Fold EventRepository/UserRepository access into a single MarketContext used by LocalGuessMarketContext, and move the repository package under infrastructure. Add Buy/EventDetails/LoadState/ SaveState/SettleEvent console commands and wire them into App/Menu. | ||||
| * | Wire EventRepository into LocalGuessMarketContext, add mapper/provider infra ↵ | Kostya | 2026-08-14 | 1 | -0/+12 |
| and tests Removes the placeholder Mapper interface in favor of concrete mapper/provider implementations, fixes Menu.stop() to no-op instead of throwing. | |||||