ston-fi / tonlib-rs

Rust SDK for The Open Network
https://github.com/ston-fi/tonlib-rs
MIT License
195 stars 42 forks source link

Will tonlib-rs capable for wallet W5? #77

Open Asaki-Katsu opened 3 months ago

Asaki-Katsu commented 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 ?