Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escape special characters +-&|!(){}[]^"~*?:\ - e.g. \+ \* \!
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Back to post

Revisions 2

What's the difference between wallet contract v3 and v4?
What's the difference between wallet contract v3 and v4?
Currently I'm using [wallet contract v3](https://github.com/ton-blockchain/ton/blob/master/crypto/smartcont/wallet3-code.fc) - it was deployed for me automatically when I was using [TonKeeper](https://tonkeeper.com) wallet. I saw that the core team released a new wallet contract - [wallet contract v4](https://github.com/ton-blockchain/wallet-contract) What's the difference between the two versions? What's the benefit of upgrading? --- > This question was imported from Telegram Chat: https://t.me/tondev/41940
Currently I'm using [wallet contract v3](https://github.com/ton-blockchain/ton/blob/master/crypto/smartcont/wallet3-code.fc) - it was deployed for me automatically when I was using [TonKeeper](https://tonkeeper.com) wallet. I saw that the core team released a new wallet contract - [wallet contract v4](https://github.com/ton-blockchain/wallet-contract) What's the difference between the two versions? What's the benefit of upgrading? --- > This question was imported from Telegram Chat: https://t.me/tondev/41940
#architecture #wallet
#architecture #wallets
one year ago
Original
What's the difference between wallet contract v3 and v4?

Currently I'm using [wallet contract v3](https://github.com/ton-blockchain/ton/blob/master/crypto/smartcont/wallet3-code.fc) - it was deployed for me automatically when I was using [TonKeeper](https://tonkeeper.com) wallet. I saw that the core team released a new wallet contract - [wallet contract v4](https://github.com/ton-blockchain/wallet-contract) What's the difference between the two versions? What's the benefit of upgrading? --- > This question was imported from Telegram Chat: https://t.me/tondev/41940
#architecture #wallets