From ae8486da5c542d6af9a2e0f9f7cc39729a055eee Mon Sep 17 00:00:00 2001 From: Kostya Date: Thu, 13 Aug 2026 16:24:24 +0000 Subject: Add service module with stubbed LocalGuessMarketContext 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. --- service/.classpath | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 service/.classpath (limited to 'service/.classpath') diff --git a/service/.classpath b/service/.classpath new file mode 100644 index 0000000..b46be83 --- /dev/null +++ b/service/.classpath @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3