Skip to content
This repository was archived by the owner on Jan 9, 2026. It is now read-only.

WalletConnect#759

Draft
mightybyte wants to merge 34 commits into
developfrom
doug/import-dn-wallet-connect-2
Draft

WalletConnect#759
mightybyte wants to merge 34 commits into
developfrom
doug/import-dn-wallet-connect-2

Conversation

@mightybyte

Copy link
Copy Markdown
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 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.

2 participants