Murat Ögat

Results 13 comments of Murat Ögat

This would also be very, very useful to me. I am also developing a mobile wallet that I need to test on local networks. iOS by default blocks any requests...

Unfortunately not. Let's encrypt doesn't issue SSL certificate to IP addresses, only domains. Mobile devices can't be modified to resolve these domains to your local IP's without maintaining your own...

@simonmcl here is my implementation ``` struct WC2CryptoProvider: CryptoProvider { public func recoverPubKey(signature: EthereumSignature, message: Data) throws -> Data { return SECP256K1.recoverPublicKey(hash: message, signature: signature.serialized)! } public func keccak256(_ data:...

This is the file in web3swift, which I forked, where the functionality is. https://github.com/muratogat/web3swift/blob/develop/Sources/web3swift/Convenience/SECP256k1.swift However, this is in the background importing the base secp256k1 library (import secp256k1 at the top),...

It's been 3 weeks since the issue has been opened. Please at least acknowledge and communicate how you will handle this problem. Together with #1319 , this will make it...

Yes, it seems that WC devs are not bothered with implementing signTypedData properly, so they simply return a dummy signature instead. Maybe this helps https://stackoverflow.com/questions/71215667/how-to-implement-eth-signtypeddata-in-swift

The signature sent back over wallet connect to the dapp needs to start with 0x.

+1 Please fix. Top crash on Firebase currently for my app. Seeing on Android 8, Android 12. ``` Fatal Exception: java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.aktionariat.app-RPv3WMi83L7GGzjr35MY4Q==/base.apk"],nativeLibraryDirectories=[/data/app/com.aktionariat.app-RPv3WMi83L7GGzjr35MY4Q==/lib/x86, /system/lib, /vendor/lib]]] couldn't find "libsqlcipher.so" at...

This is a known issue as discussed here https://github.com/WalletConnect/WalletConnectKotlinV2/issues/1130 and here https://github.com/WalletConnect/WalletConnectKotlinV2/issues/1105 , and we hoped that it was solved in the last BOM, but apparently it isn't, also looking...

I'm not from WC. I'm also waiting for a fix and I believe it can't be fixed without a SDK update. @jakubuid seems to ask here https://github.com/WalletConnect/WalletConnectKotlinV2/issues/1130 for confirmation that...