You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: update static methods to accept Backend instead of raw host params
Replace v3_host/gateway_host/is_secure parameters with &Backend on all
static API functions in Node and WASM bindings. Internally uses
MessageBackendBuilder::from_bundle() to create API clients from the
pre-built ClientBundle inside Backend.
Affected functions:
- Node: get_inbox_id_by_identity, is_installation_authorized,
is_address_authorized, revoke_installations_signature_request,
apply_signature_request, fetch_inbox_states_by_inbox_ids
- WASM: get_inbox_id_for_identifier, revoke_installations_signature_request,
apply_signature_request, inbox_state_from_inbox_ids
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments