-
-
Notifications
You must be signed in to change notification settings - Fork 261
All issues
Issue creation is restricted in this repository
Issues
is:issue state:open
is:issue state:open
Search results
core/docs/SETUP_KALSHI.md falsely claims the RSA private key supports file paths
core-sdk-gapCore engine capabilities not exposed in SDKsCore engine capabilities not exposed in SDKsStatus: Open.#2209 In pmxt-dev/pmxt;core/docs/SETUP_LIMITLESS.md presents private_key as the only credential, omitting the real api_key/api_secret delegated-signing path
core-sdk-gapCore engine capabilities not exposed in SDKsCore engine capabilities not exposed in SDKsStatus: Open.#2208 In pmxt-dev/pmxt;core/docs/ERRORS.md omits the NotSupported (501) error class entirely
core-sdk-gapCore engine capabilities not exposed in SDKsCore engine capabilities not exposed in SDKsStatus: Open.#2207 In pmxt-dev/pmxt;core/docs/ERRORS.md documents Polymarket's legacy errorMsg field as the error-message location, not the current V2 data.error field
core-sdk-gapCore engine capabilities not exposed in SDKsCore engine capabilities not exposed in SDKsStatus: Open.#2206 In pmxt-dev/pmxt;BaoziExchange has no buildOrder/submitOrder split — createOrder bypasses the pattern entirely
core-sdk-gapCore engine capabilities not exposed in SDKsCore engine capabilities not exposed in SDKsStatus: Open.#2205 In pmxt-dev/pmxt;TypeScript SDK has no apiToken field anywhere — Metaculus authentication is entirely unreachable
core-sdk-gapCore engine capabilities not exposed in SDKsCore engine capabilities not exposed in SDKsStatus: Open.#2204 In pmxt-dev/pmxt;DataFeedOptions (rateLimit/enableCache/cacheTtlMs) is a public core type with no path to either SDK or feed-factory
core-sdk-gapCore engine capabilities not exposed in SDKsCore engine capabilities not exposed in SDKsStatus: Open.#2203 In pmxt-dev/pmxt;Python SDK fetch_market_matches dispatches to core's deprecated fetchMatches instead of fetchMarketMatches — no GET route, no OpenAPI entry
core-sdk-gapCore engine capabilities not exposed in SDKsCore engine capabilities not exposed in SDKsStatus: Open.#2202 In pmxt-dev/pmxt;Router match lookup mode (getMarketMatches/getEventMatches) silently drops query and category even though both SDKs send them
core-sdk-gapCore engine capabilities not exposed in SDKsCore engine capabilities not exposed in SDKsStatus: Open.#2201 In pmxt-dev/pmxt;Python SDK Router.fetch_event_matches(url=...) is a phantom param — core has no url field and silently falls into unfiltered browse mode; TS SDK lacks url entirely
core-sdk-gapCore engine capabilities not exposed in SDKsCore engine capabilities not exposed in SDKsStatus: Open.#2200 In pmxt-dev/pmxt;Router.fetchOrderBook silently discards limit, since, and until despite both SDKs declaring and forwarding them
core-sdk-gapCore engine capabilities not exposed in SDKsCore engine capabilities not exposed in SDKsStatus: Open.#2199 In pmxt-dev/pmxt;core/docs/SETUP_POLYMARKET.md has no TypeScript initialization sample, unlike SETUP_KALSHI.md and SETUP_LIMITLESS.md
core-sdk-gapCore engine capabilities not exposed in SDKsCore engine capabilities not exposed in SDKsStatus: Open.#2198 In pmxt-dev/pmxt;