Skip to content

v2.2.0

Choose a tag to compare

@github-actions github-actions released this 21 Jul 08:38
· 19 commits to main since this release
fb20230

Minor Changes

  • 3d2765d: Add relay-backed SSE transport for dApps without a server.

    • subscribeViaRelay(nonce, options?) opens a streaming fetch to the Glyph relay and returns a Promise<GlyphCallbackResponse>. Works in browsers, Node 18+, Bun, Deno, and service workers. No EventSource dependency.
    • relayCallbackUrl(nonce, relayUrl?) builds the callback URL for createEnvelope().
    • Supports onStatus progress callbacks: opening_wallet, awaiting_approval, completed, failed.