You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: store event_slug in trades for accurate Polymarket links
- Add event_slug column to trades table with DB migration for old DBs
- Add event_slug to Trade model (default empty for backwards compat)
- Pass market.event_slug when recording trades in engine buy/sell
- Expose event_slug in web trades API and frontend TradeHistory links
- Unify all ↗ links to use /event/{event_slug}/{market_slug} format
0 commit comments