summaryrefslogtreecommitdiffstats
path: root/service/.project
Commit message (Collapse)AuthorAgeFilesLines
* Add service module with stubbed LocalGuessMarketContextKostya2026-08-131-0/+29
GuessMarketContext gained a richer surface (loadEvents/listEvents/ buyShares/closeEvent/account/save-restoreState) backed by new EventDetailDTO, MarketStateDTO, OptionStateDTO and PurchaseReceiptDTO. The old engine-module provider implemented the previous shape and is removed; market.guess.service.LocalGuessMarketContext replaces it as a stub, each method throwing UnsupportedOperationException pending a real implementation.