Tomas Verhelst
Tomas Verhelst
@jasonhtpham What WalletConnect & Algorand Dart version are you currently on?
Can you try with different fixed versions of `algorand_dart`? ``` algorand_dart: 2.0.0-dev.1 ``` or ``` algorand_dart: 2.0.0-dev.11 ``` There have been quite a few changes to the msgpack format lately,...
@jasonhtpham Haven't been able to reproduce this. Can you whip up a bare, minimum reproducable example repository (on github) so I can test it out?
I will share my steps in order to establish a better connection on iOS next week. Stay tuned
Hi Josh, I will have to improve ending the session and starting a new one. At the moment, I'm creating a new WalletConnect instance after killing the session.
Can you try to add a delay or separate button to kill the session?
@WingCH Thanks for this, and good catch! I'll do some additional testing as well this week and merge the changes asap
Sorry for the delays everyone, been quite a few busy weeks lately. I'll update the package first thing next week.
Thanks for the PR. I will review it asap
I will update the chainId type to a `String` when releasing the stable v1 release to not introduce any breaking changes (hence the reason I wanted to opt in for...