fix: expose Polymarket auth initialization in SDKs#601
Conversation
PR Review: PASS (NOT VERIFIED)Reviewed by: evidence-first bot review What This DoesExposes
A second commit ("sync generated SDK surfaces") brings the branch up to date with current generator output -- this is unrelated to Blast RadiusIn scope (commit 1):
Out of scope but legitimate sync (commit 2):
Findings1. MEDIUM -- 2. LOW -- Python 3. INFO -- Type annotation downgrades in commit 2 PMXT Pipeline Check
Semver ImpactMinor -- additive new public method on RiskLow. The Core builds. TS SDK type-checks clean. All 6 CI checks pass. |
Fixes #505
Changes
Polymarket.initAuth()to the TypeScript SDKPolymarket.init_auth()for the Python SDK so it survives the exchange wrapper generatorinitAuthmethodVerification
node core/scripts/generate-python-exchanges.jspython -m pytest sdks/python/tests/test_public_exports.pytypescript.transpileModuleonsdks/typescript/pmxt/client.tsgit diff --checkI couldn't run the full TypeScript package build in this Windows checkout: the
cleanscript usesrm -rf, and generating the missing OpenAPI client locally needs Java, which isn't installed here.