index
:
guess-market
master
definitely not polymarket
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ui-console
/
src
/
main
/
java
/
market
/
guess
/
ui
/
console
/
io
Commit message (
Expand
)
Author
Age
Files
Lines
*
model: relocate market DTOs out of the flat api package
Kostya
2026-08-23
1
-4
/
+3
*
Break down purchase receipts by cost/commission, harden XML validation and st...
Kostya
2026-08-18
1
-15
/
+16
*
Fix menu wording and reprint prompt on retry
Kostya
2026-08-18
1
-1
/
+1
*
Harden console path input against crashes
Kostya
2026-08-18
1
-2
/
+17
*
Replace order matching with risk/matching/fulfillment/settlement pipeline
Kostya
2026-08-17
1
-22
/
+55
*
Split DTOs into api/model, extract order matching into service/matching
Kostya
2026-08-16
1
-2
/
+9
*
Rename Option/Account to Market/Ledger, add Result-based error handling
Kostya
2026-08-16
1
-5
/
+36
*
Implement LMSR and order-book trading logic, wire MarketContext facade and ne...
Kostya
2026-08-15
1
-4
/
+10
*
Switch TradingMechanism quantities to int, add yes/no and select prompts
Kostya
2026-08-14
1
-0
/
+29
*
Collapse console I/O interfaces into InputProcessor, drop unneeded atomics
Kostya
2026-08-14
5
-70
/
+28
*
Move IO providers into io package, add InputProcessor, implement menu loop an...
Kostya
2026-08-14
5
-0
/
+115