v2.0 - Typed SDK GA. First fully typed release of @tetrafi/sdk and tetrafi-sdk (Python). Namespaces finalized: rfq, quotes, settlements, compliance.
Highlights
rfq.create(params)→ returns a typedRFQobject withid,status,expiresAt.rfq.getQuotes(rfqId)→ real-time quote stream over WebSocket, typed asQuote[].compliance.check(address)→ returnsComplianceStatusbefore anyrfq.create.settlements.get(id)→ polls until settlement reaches a terminal state.
Breaking changes
- None - v2.0 is the first GA release.
Migration
- From pre-release v1.x namespaces: rename every
tetrafi.*call to the new namespaced variants (e.g.tetrafi.postQuote→rfq.create). See SDK compare for the full mapping.