Skip to content
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

WalletConnect #759

Draft
wants to merge 34 commits into
base: develop
Choose a base branch
from
Draft

WalletConnect #759

wants to merge 34 commits into from

Conversation

mightybyte
Copy link
Contributor

No description provided.

dfordivam and others added 30 commits December 14, 2021 16:54
…ing requests.

Removes forkIO usage, this ensures that the takeMVar happens only from a single thread.
…es the

modal. Also removes the delay 0 used earlier as a workaround for jsHackForStopPropagation.
Pretty Diff

-        function d(e, t, n) {
-            return e.message.includes("getaddrinfo ENOTFOUND") || e.message.includes("connect ECONNREFUSED") ? new Error(`Unavailable ${n} RPC url at ${t}`) : e
+        function d(e, t, r) {
+            return (e != undefined && e.message != undefined) ? (e.message.includes("getaddrinfo ENOTFOUND") || e.message.includes("connect ECONNREFUSED") ? new Error(`Unavailable ${r} RPC url at ${t}`) : e) : e
This reverts commit fa22b1d.
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.

2 participants