aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add dotfiles to .gitignoreKostya2026-08-201-0/+2
* Add JaCoCo coverage reporting to test.shKostya2026-08-204-2/+20
* Simplify .gitignore1.0Kostya2026-08-181-6/+0
* Break down purchase receipts by cost/commission, harden XML validation and st...Kostya2026-08-1818-76/+608
* Wire event ledger movements, show winning market by name, seed LMSR subsidyKostya2026-08-1812-22/+64
* Fix menu wording and reprint prompt on retryKostya2026-08-184-4/+5
* Harden console path input against crashesKostya2026-08-184-8/+20
* Add XML schema validation, split build scripts by module, rename BuyMenuComma...Kostya2026-08-1828-199/+573
* Replace order matching with risk/matching/fulfillment/settlement pipelineKostya2026-08-1784-2200/+2133
* Split DTOs into api/model, extract order matching into service/matchingKostya2026-08-1639-297/+227
* Rename Option/Account to Market/Ledger, add Result-based error handlingKostya2026-08-1638-250/+477
* Implement LMSR and order-book trading logic, wire MarketContext facade and ne...Kostya2026-08-1529-114/+600
* Switch TradingMechanism quantities to int, add yes/no and select promptsKostya2026-08-144-6/+35
* Collapse console I/O interfaces into InputProcessor, drop unneeded atomicsKostya2026-08-1413-120/+63
* Implement in-memory repositories, XML load validation, and menu exit/list com...Kostya2026-08-1421-61/+359
* Move mapper/provider infra into v1 packages, add repository write methodsKostya2026-08-149-18/+83
* Move IO providers into io package, add InputProcessor, implement menu loop an...Kostya2026-08-149-24/+116
* Wire buyShares and menu commands, replace factory interfaces with DIKostya2026-08-1421-64/+211
* Add ledgered credit/debit to Account and trade recording to EventKostya2026-08-146-26/+67
* Implement LMSR mechanism and Event/Account accessors, wire EventMapperV1Kostya2026-08-144-2/+176
* Wire EventRepository into LocalGuessMarketContext, add mapper/provider infra ...Kostya2026-08-148-5/+49
* Add legacy XML model bindings, mapper infra, and normalize account balanceKostya2026-08-1328-4/+2277
* Add domain model, repositories, and trading mechanism interfaces to service m...Kostya2026-08-1311-0/+197
* Remove engine moduleKostya2026-08-1314-995/+0
* Add service module with stubbed LocalGuessMarketContextKostya2026-08-139-75/+170
* Replace EventDTO with richer EventSummaryDTO/TradeRowDTO view modelsKostya2026-08-138-30/+30
* Move I/O provider abstraction to ui-console, add ledger/account/problem DTOsKostya2026-08-1318-50/+47
* Vendor Mockito 5.23.0 dependenciesKostya2026-08-135-0/+0
* Move engine contracts to api module, add I/O provider abstraction and PicoCon...Kostya2026-08-1032-31/+1115
* flatten modules to repo root, vendor deps, repair Eclipse build pathsKostya2026-08-0994-124/+155
* consolidate modules, add more infraKostya2026-08-0912-29/+97
* wireframeKostya2026-08-0633-25/+309
* template initial commitKostya2026-08-0612-0/+232