fix: make router match params optional#963
Conversation
PR Review: PASS (NOT VERIFIED)What This DoesMakes router match/related-market params optional through BaseExchange signatures, OpenAPI/method-verbs, and both SDK clients/docs. Blast RadiusRouter-facing BaseExchange methods, OpenAPI/method verb schema, Python/TypeScript SDK clients and API references. Consumer VerificationBefore (base branch): After (PR branch): Test Results
FindingsNo blocking findings. PMXT Pipeline Check
Semver Impactpatch -- backwards-compatible optional parameter fix. RiskNo-argument router calls were not executed through the sidecar in this run. |
Summary
Fixes #448
Test Plan