Skip to content

feat(canary): add DNS diagnostics for register.walletconnect.com - #5237

Merged
arein merged 1 commit into
mainfrom
feat/canary-dns-diagnostics
Oct 17, 2025
Merged

feat(canary): add DNS diagnostics for register.walletconnect.com#5237
arein merged 1 commit into
mainfrom
feat/canary-dns-diagnostics

Conversation

@arein

@arein arein commented Oct 16, 2025

Copy link
Copy Markdown
Contributor

Add comprehensive DNS troubleshooting script to diagnose connectivity issues with register.walletconnect.com. The script performs DNS resolution tests, network connectivity checks, and HTTPS validation to help identify whether failures are due to DNS configuration or network issues.

🤖 Generated with Claude Code

Description

Please include a brief summary of the change.

Type of change

  • Chore (non-breaking change that addresses non-functional tasks, maintenance, or code quality improvements)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Associated Issues

For Linear issues: Closes APKT-xxx
For GH issues: closes #...

Showcase (Optional)

If there is a UI change include the screenshots with before and after state.
If new feature is being introduced, include the link to demo recording.

Checklist

  • Code in this PR is covered by automated tests (Unit tests, E2E tests)
  • My changes generate no new warnings
  • I have reviewed my own code
  • I have filled out all required sections
  • I have tested my changes on the preview link
  • Approver of this PR confirms that the changes are tested on the preview link

Add comprehensive DNS troubleshooting script to diagnose connectivity issues with register.walletconnect.com. The script performs DNS resolution tests, network connectivity checks, and HTTPS validation to help identify whether failures are due to DNS configuration or network issues.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@arein
arein requested a review from lukaisailovic October 16, 2025 04:39
@changeset-bot

changeset-bot Bot commented Oct 16, 2025

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: aada00f

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel

vercel Bot commented Oct 16, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
appkit-basic-html Ready Ready Preview Comment Oct 16, 2025 4:39am
appkit-demo Ready Ready Preview Comment Oct 16, 2025 4:39am
appkit-gallery Ready Ready Preview Comment Oct 16, 2025 4:39am
appkit-laboratory Ready Ready Preview Comment Oct 16, 2025 4:39am
10 Skipped Deployments
Project Deployment Preview Comments Updated (UTC)
appkit-basic-example Ignored Ignored Oct 16, 2025 4:39am
appkit-basic-sign-client-example Ignored Ignored Oct 16, 2025 4:39am
appkit-basic-up-example Ignored Ignored Oct 16, 2025 4:39am
appkit-ethers5-bera Ignored Ignored Oct 16, 2025 4:39am
appkit-nansen-demo Ignored Ignored Oct 16, 2025 4:39am
appkit-vue-solana Ignored Ignored Oct 16, 2025 4:39am
appkit-wagmi-cdn-example Ignored Ignored Oct 16, 2025 4:39am
ethereum-provider-wagmi-example Ignored Ignored Oct 16, 2025 4:39am
next-wagmi-solana-bitcoin-example Ignored Ignored Oct 16, 2025 4:39am
vue-wagmi-example Ignored Ignored Oct 16, 2025 4:39am

@github-actions

Copy link
Copy Markdown
Contributor
Warnings
⚠️

🌐 Non-company domain introduced (host: ${DOMAIN}) in apps/laboratory/dns-check.sh (line 6): https://${DOMAIN}

⚠️

🌐 Non-company domain introduced (host: ${DOMAIN}) in apps/laboratory/dns-check.sh (line 6): https://${DOMAIN}

Generated by 🚫 dangerJS against aada00f

@github-actions

Copy link
Copy Markdown
Contributor

📦 Bundle Size Check

All bundles are within size limits

📊 View detailed bundle sizes

> @reown/appkit-monorepo@1.7.1 size /home/runner/work/appkit/appkit


> size-limit

@reown/appkit - Main Entry
Size limit:   80 kB
Size:         70.36 kB with all dependencies, minified and gzipped
Loading time: 1.4 s    on slow 3G
Running time: 375 ms   on Snapdragon 410
Total time:   1.8 s
@reown/appkit/react
Size limit:   230 kB
Size:         225.69 kB with all dependencies, minified and gzipped
Loading time: 4.5 s     on slow 3G
Running time: 750 ms    on Snapdragon 410
Total time:   5.2 s
@reown/appkit/vue
Size limit:   80 kB
Size:         70.36 kB with all dependencies, minified and gzipped
Loading time: 1.4 s    on slow 3G
Running time: 241 ms   on Snapdragon 410
Total time:   1.7 s
@reown/appkit-scaffold-ui
Size limit:   220 kB
Size:         205.85 kB with all dependencies, minified and gzipped
Loading time: 4.1 s     on slow 3G
Running time: 537 ms    on Snapdragon 410
Total time:   4.6 s
@reown/appkit-ui
Size limit:   500 kB
Size:         12.99 kB with all dependencies, minified and gzipped
Loading time: 254 ms   on slow 3G
Running time: 97 ms    on Snapdragon 410
Total time:   350 ms

@github-actions

Copy link
Copy Markdown
Contributor

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 79.84% 36569 / 45798
🔵 Statements 79.84% 36569 / 45798
🔵 Functions 78.13% 4010 / 5132
🔵 Branches 86.41% 8782 / 10163
File CoverageNo changed files found.
Generated in workflow #15838 for commit aada00f by the Vitest Coverage Report Action

@lukaisailovic lukaisailovic left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@arein This one looks good, however not sure if this is always "down" when magic is flaky.

@arein
arein added this pull request to the merge queue Oct 16, 2025
@github-merge-queue
github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Oct 16, 2025
@arein
arein added this pull request to the merge queue Oct 17, 2025
@github-merge-queue
github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Oct 17, 2025
@arein
arein added this pull request to the merge queue Oct 17, 2025
Merged via the queue into main with commit 7cac8bd Oct 17, 2025
44 checks passed
@arein
arein deleted the feat/canary-dns-diagnostics branch October 17, 2025 10:23
@github-actions github-actions Bot locked and limited conversation to collaborators Oct 17, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants