WalletConnectSwiftV2
WalletConnectSwiftV2 copied to clipboard
WalletConnect Swift SDK v2
**Describe the bug** **_Concurrency/CheckedContinuation.swift:187: Fatal error: SWIFT TASK CONTINUATION MISUSE: protectedSend(_:) tried to resume its continuation more than once, throwing webSocketNotConnected!** Hello team. At the moment we have the most...
**Describe the bug** Hello WC team! We experience a huge CPU usage and highly increase device temperatures while using your SDK. We use WalletConnect Swift Web3Modal, but according to the...
**Describe the bug** I'm working on a swift version of a wallet that also has a web version. A tester noticed a difference in behaviour when updating sessions (e.g. changing...
**Describe the bug** I am trying to register my wallet App for receiving push notifications from dApps. I am using WalletConnectSwiftV2 for integrating WalletConnection into the app. According to the...
**Is your feature request related to a problem? Please describe.** We can't simply update the WalletConnect SDK, since now the groupIdentifier is required. I am required to create an App...
**Describe the bug** A clear and concise description of what the bug is. **SDK Version** - Client: iOS app - Version [1.11.0](https://github.com/WalletConnect/WalletConnectSwiftV2/releases/tag/1.11.0) Hello! I noticed an app crash in Firebase...
**Describe the bug** Upgraded from 1.10.0 -> 1.18.4 and everytime I ran my app via xcode, I kept getting an invalid request coming through (for an account not currently on...
Currently during the initialization of the SDK, it is not possible to "just call a configure method" as claimed [here](https://docs.walletconnect.com/walletkit/ios/usage), because the DefaultCryptoProvider is not exposed as discussed [here](https://github.com/WalletConnect/WalletConnectSwiftV2/issues/1033). Either...
## Due Dilligence Description and motivation can be found here: https://www.notion.so/walletconnect/Native-Socket-Client-bdf981fa68f24a5e8ea4f285040a8e2c * [ ] Breaking change * [ ] Requires a documentation update
**Is your feature request related to a problem? Please describe.** I didn't want to rely on starscream for my app, but ran into issues integrating my own socket, so I...