-
Notifications
You must be signed in to change notification settings - Fork 180
fix(solana): Some wallets cannot connect again #1331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🦋 Changeset detectedLatest commit: deb30a4 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
本地跑 test 一直有问题,进程会处于奇怪的挂起状态。 |
跑 test 竟然会导致 OOM… |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1331 +/- ##
=======================================
Coverage 99.99% 99.99%
=======================================
Files 860 860
Lines 14822 14831 +9
Branches 1616 1618 +2
=======================================
+ Hits 14821 14830 +9
Misses 1 1 ☔ View full report in Codecov by Sentry. |
fix test case OOM |
修复某些钱包连接过 dapp 后,刷新页面后再次尝试连接,一直处于 pending 状态的问题。
(目前只在 backpack 发现这种现象)
检查发现是由于与底层库的自动重连逻辑有状态冲突导致。
💡 Background and solution
🔗 Related issue link