File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## [ 2.37.8] - 2026-05-05
6+
7+ ### Fix: Opinion child market titles now include parent event context
8+
9+ - Opinion categorical markets (e.g., "Next James Bond actor?") produce
10+ child markets with generic titles like "$200M", "Callum Turner", or
11+ "June 30, 2026". These titles lack the subject context needed for
12+ cross-venue matching.
13+ - The Opinion normalizer now prepends the parent event title to child
14+ market titles using the same ` ${event} - ${market} ` pattern Polymarket
15+ uses. Examples:
16+ - ` $200M ` → ` Probable FDV above ... one day after launch? - $200M `
17+ - ` Callum Turner ` → ` Next James Bond actor? - Callum Turner `
18+ - ` June 30, 2026 ` → ` Will Trump visit China by...? - June 30, 2026 `
19+ - This prevents the cross-venue matcher from incorrectly pairing generic
20+ Opinion markets (e.g., Probable FDV "$200M") with unrelated markets on
21+ other venues that share the same threshold (e.g., Variational FDV
22+ "$200M", Unit FDV "$200M").
23+
524## [ 2.37.7] - 2026-05-05
625
726### Fix: Kalshi ` watchOrderBook ` returns empty orderbook for non-existing markets (#124 )
You can’t perform that action at this time.
0 commit comments