Open Asaki-Katsu opened 3 months ago
As the newly version of wallet is launch (W5).
Which, for mobile user of TonKeeper, if they create new wallet right now, it'll be fixed at version W5.
I tried to follow up to handle this version of wallet when trying to verify signature in the backend side using this lib.
according to this doc: https://docs.ton.org/develop/dapps/ton-connect/sign, with this example: https://github.com/liketurbo/demo-dapp-backend-rs
Seem like it will fail with Invalid wallet version, when trying to read wallet contract data on chain.
Any solution regarding this ?
As the newly version of wallet is launch (W5).
Which, for mobile user of TonKeeper, if they create new wallet right now, it'll be fixed at version W5.
I tried to follow up to handle this version of wallet when trying to verify signature in the backend side using this lib.
Seem like it will fail with Invalid wallet version, when trying to read wallet contract data on chain.
Any solution regarding this ?