WalletConnect / kotlin-walletconnect-lib

library to use WalletConnect with Kotlin or Java
MIT License
147 stars 100 forks source link

Parsing issue with EncryptedPayload on release #35

Open vsilux opened 3 years ago

vsilux commented 3 years ago

Hi. I'm working on Flutter plug-in for iOS/Android. The problem is when I run release version the iv value in EncryptedPayload is null. I solved that by adding @JsonClass(generateAdapter = true) to model and kapt "com.squareup.moshi:moshi-kotlin-codegen:1.8.0" and injecting clone of MoshiPayloadAdapter. Possibly I'm doing something wrong but I spent a lot of time to investigate why I didn't get session_request in the app and it's possibly duplication of #14

chichkanov commented 3 years ago

@vsilux Ilya hey. Wondering, is there any progress on the flutter plugin for the WalletConnect?

vsilux commented 3 years ago

@chichkanov hi Alex.It is about to ready. I should test it before publishing. But I'm very busy on a main project for next 2-3 weeks. And btw I did only Server part (for wallets) as the DApps is not in priority for me.

ghost commented 2 years ago

Did anyone get any solutions for the release mode issue in flutter?