Skip to content

chore: bump @enbox/browser to ^0.3.10 (Authorizing… spinner fix)#44

Merged
LiranCohen merged 1 commit into
masterfrom
chore/bump-enbox-browser-0310
Apr 29, 2026
Merged

chore: bump @enbox/browser to ^0.3.10 (Authorizing… spinner fix)#44
LiranCohen merged 1 commit into
masterfrom
chore/bump-enbox-browser-0310

Conversation

@LiranCohen

Copy link
Copy Markdown
Contributor

Summary

Picks up enboxorg/enbox#914 transitively via @enbox/browser, which now depends on @enbox/agent 0.7.0 + @enbox/dwn-clients 0.4.0.

The fix is client-side in the wallet (the agent skips the redundant remote ProtocolsConfigure send during submitConnectResponse, and every connect-flow agent.rpc.sendDwnRequest is capped by a 10 s AbortSignal.timeout plumbed through the new DwnRpcRequest.signal field). Dapps just need to be on the matching browser bundle so the @enbox/auth walletConnect client uses the same package versions.

Version bump

Package Before After
@enbox/browser 0.3.9 0.3.10

(Transitively pulls in @enbox/agent 0.7.0, @enbox/dwn-clients 0.4.0, @enbox/auth 0.6.32.)

Test plan

  • bun install — clean
  • bun run lint — clean (max-warnings 0)
  • bun run test312 / 312 pass
  • bun run build — clean

Made with Cursor

Picks up enboxorg/enbox#914 transitively via @enbox/browser, which now
depends on @enbox/agent 0.7.0 + @enbox/dwn-clients 0.4.0. The fix is
client-side in the wallet (skipping the redundant remote
ProtocolsConfigure send during submitConnectResponse + per-request
AbortSignal.timeout on every connect-flow RPC), so dapps just need
to be on the matching browser bundle.

@enbox/browser 0.3.9 -> 0.3.10

Lint / vitest (312 tests) / build all pass.

Made-with: Cursor
@LiranCohen LiranCohen merged commit b85d50a into master Apr 29, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant