Skip to content

v2.37.8

Choose a tag to compare

@github-actions github-actions released this 05 May 12:48
· 44 commits to main since this release

Fix: Opinion child market titles now include parent event context

  • Opinion categorical markets (e.g., "Next James Bond actor?") produce
    child markets with generic titles like "$200M", "Callum Turner", or
    "June 30, 2026". These titles lack the subject context needed for
    cross-venue matching.
  • The Opinion normalizer now prepends the parent event title to child
    market titles using the same ${event} - ${market} pattern Polymarket
    uses. Examples:
    • $200MProbable FDV above ... one day after launch? - $200M
    • Callum TurnerNext James Bond actor? - Callum Turner
    • June 30, 2026Will Trump visit China by...? - June 30, 2026
  • This prevents the cross-venue matcher from incorrectly pairing generic
    Opinion markets (e.g., Probable FDV "$200M") with unrelated markets on
    other venues that share the same threshold (e.g., Variational FDV
    "$200M", Unit FDV "$200M").

Installation

npm:

npm install pmxtjs@2.37.8

PyPI:

pip install pmxt==2.37.8

Links

Full Changelog: v2.37.7f...v2.37.8f