Talha
Talha
Updates based on doc https://docs.google.com/document/d/1BP01dcbqvUkdDlYgo7E0fr3ZCYYUBehibiFU9yBRoVY/edit#
### Discussed in https://github.com/orgs/WalletConnect/discussions/3795 Originally posted by **nguyennh-0786** October 18, 2023 Web3Wallet.respondSessionRequest() require SessionRequestResponse not AuthRequestResponse. https://docs.walletconnect.com/web3wallet/wallet-usage?platform=android#setup-auth-requests-handling document is not correct?
We can't build the samples with the following Proguard rules ``` -keepnames class com.fasterxml.jackson.** { *; } -dontwarn com.fasterxml.jackson.databind.** ``` We need to figure out how we can add these...
There is a new project defined for our integration tests. Add the new ID from the cloud app to Github Actions as well as update workflows to use the new...
Trust ran into an issue where they were initializing the SDK with Manual mode then calling `connect` right away. This caused an issue with there being an exception thrown and...
Currently, Java developers are only able to access the singleton instances of our clients by using the `INSTANCE` companion object. For better Java support of all of the clients, we...
For better testing of the sample applications, we should enable StrictMode in each sample app's Application file. StrictMode will bring up issues that the SDKs might be causing. [Official docs](https://developer.android.com/reference/android/os/StrictMode)...