fix: align SDK parity gaps#956
Conversation
32dd527 to
99ff371
Compare
PR Review: PASS (NOT VERIFIED)What This DoesAligns SDK parity gaps: Python server aliases, wallet-address credential plumbing, ValidationError usage, order/trade fields, and TypeScript signature type/outcome fields. Blast RadiusPython SDK exports/client/router/models and TypeScript client/models; no core server schema changes. Consumer VerificationBefore (base branch): After (PR branch): Test Results
FindingsNo blocking findings. PMXT Pipeline Check
Semver Impactpatch -- SDK parity/typing fix. RiskSDK consumer behavior was not executed end-to-end because the local Python SDK test dependency is missing. |
…ython-types-1 # Conflicts: # sdks/python/pmxt/client.py # sdks/typescript/pmxt/client.ts
|
Merge-refresh note from the low-hanging PR automation:
Current blocker: generated client/docs sync needs a safer generator update or coordinated generated-output refresh before this is merge-ready. |
PR Review: PASS (NOT VERIFIED)What This DoesAligns several Python/TypeScript SDK parity gaps: Python Limitless accepts Blast RadiusPython SDK client/router/models/exports and TypeScript SDK type declarations. Core sidecar behavior is unchanged. Consumer VerificationBefore (base branch): After (PR branch): Test Results
FindingsNo blocking findings. PMXT Pipeline Check
Semver Impactpatch -- SDK parity/bug-fix additions and error-class alignment. RiskI could not execute the Python SDK consumer path in this checkout because the generated |
Summary
Fixes #935
Fixes #930
Fixes #745
Fixes #656
Fixes #701
Fixes #929
Fixes #702
Test Plan