chore(admin-dapp): update @enbox to latest + standardized connect dialog#242
Open
LiranCohen wants to merge 10 commits into
Open
chore(admin-dapp): update @enbox to latest + standardized connect dialog#242LiranCohen wants to merge 10 commits into
LiranCohen wants to merge 10 commits into
Conversation
…T_WALLETS Builds on #228 (which already bumped the rest of @enbox/* to latest and fixed the ConnectPermissionRequest import): - Bump @enbox/browser 0.3.41 -> 0.3.42 (standardized connect dialog). - Replace the hardcoded 2-wallet WALLET_OPTIONS with the SDK's DEFAULT_WALLETS (Enbox, Prism, Matcha, Onyx) so the dialog's searchable wallet grid stays current; favicons are derived from each wallet origin (no third-party proxy). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
LiranCohen
force-pushed
the
chore/admin-dapp-connect-dialog-0.3.42
branch
from
July 11, 2026 14:16
4b02b25 to
5d82c02
Compare
…ox/browser Switch admin-dapp tsconfig moduleResolution to "Bundler" so tsc resolves the @enbox/auth/browser subpath re-exported by @enbox/browser (Vite-recommended). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…2.84 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…2.85 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…2.88 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…ling (browser 0.3.55) Wire AuthManager.startConnectionMonitor with autoRefresh so wallet-delegate grants renew before expiry; on unrecoverable expiry/invalid session (isSessionExpiredError/isSessionInvalidError) reset to the connect screen. Bumps @enbox/browser to 0.3.55 and @enbox/protocols to 0.2.90. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
… token-poll fix) Picks up the connect 204 token-poll fix (enbox#1278): the relay now answers the app-side GET /connect/token poll with 204 No Content instead of 404, and connect 0.1.8 (via browser 0.3.56) handles it. Required — the live relay already returns 204, which the previous client (connect 0.1.7) mishandled. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Re-pins the meshd Admin dapp to the latest
@enbox/*packages and adopts the new standardized connect dialog.@enbox/*deps to latest (browser0.3.39 → 0.3.42, agent0.8.17, api0.6.55, auth0.6.63, protocols0.2.82, dwn-sdk-js0.4.10, crypto0.1.5, dids0.1.5).ConnectPermissionRequestnow comes from@enbox/browser(it moved out of@enbox/agentand is re-exported from@enbox/connect).WALLET_OPTIONSwith the SDK'sDEFAULT_WALLETS(Enbox, Prism, Matcha, Onyx) so the standardized dialog's searchable wallet grid stays current. Favicons are now derived from each wallet's origin by the dialog (no third-party proxy).Verification
bun install+bun run build(tsc + vite) pass.meshd-admin(production, branchmain).🤖 Generated with Claude Code