wallet-connect-dart icon indicating copy to clipboard operation
wallet-connect-dart copied to clipboard

is it wallet connect v2 or v1? if v1, are you planning to support v2?

Open romeo4934 opened this issue 3 years ago • 7 comments

romeo4934 avatar Dec 23 '21 09:12 romeo4934

Hey so far we only support V1, we do plan to add support for V2 but it will take us a bit of time as we have a few other things in the pipeline before that.

Abhimanyu121 avatar Jan 10 '22 07:01 Abhimanyu121

👌

romeo4934 avatar Jan 10 '22 08:01 romeo4934

Still V1??

tim-eucalyptus avatar Nov 11 '22 20:11 tim-eucalyptus

https://github.com/ethereum/EIPs/blob/master/EIPS/eip-1328.md

For WalletConnect v1.0 protocol (version=1) the parameters are:

    key - symmetric key used for encryption
    bridge - url of the bridge server for relaying messages

For WalletConnect v2.0 protocol (version=2) the parameters are:

    symKey - symmetric key used for encrypting messages over relay
    relay-protocol - transport protocol for relaying messages
    relay-data - (optional) transport data for relaying messages

code in this repository only handles "bridge" param, so it is still v1

makinghappen avatar Nov 18 '22 19:11 makinghappen

V1 is soon going to be deprecated

romeo4934 avatar Nov 27 '22 16:11 romeo4934

Is there any way to help you guys get to v2? How can I help?

Luzzotica avatar Dec 03 '22 02:12 Luzzotica

How can we help? This package has been very useful for us

the-recondite avatar Dec 07 '22 16:12 the-recondite