kotlin-walletconnect-lib icon indicating copy to clipboard operation
kotlin-walletconnect-lib copied to clipboard

Create GsonPayloadAdapter to encrypt/decrypt WalletConnect payloads

Open mitsinsar opened this issue 4 years ago • 0 comments
trafficstars

Since serialize/deserialize adapter wasn't created for Encrypted Payload (it is commented out in MoshiPayloadAdapter line 226), we were having issues while working with encrypted payloads.

Also library forces us to use Moshi which we don't use in our project. That's why I've created GsonPayloadAdapter but we still need Moshi for FileWCSessionStore. I am planning to create another WCSessionStore that uses gson soon.

mitsinsar avatar Oct 13 '21 15:10 mitsinsar