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
Answered
Are different wallet versions fully compatible for sending TON?

There are several different wallet contract versions on TON, with the latest wallet contract version currently being v4r2. They have different abilities and they even produce different wallet addresses with the same mnemonic. So I'd like to be sure, are they fully compatible in sending and receiving Toncoins? Is it fully safe to send money from a wallet with one version to a wallet with another?


This question was imported from Telegram Chat: https://t.me/tondev/127543

  
  
Posted one year ago
Votes Newest

Answers


Yes, that's correct.

You can take a look at the document here: https://docs.ton.org/participate/wallets/contracts

Basically, the difference in wallets lies in whether it's a high-load wallet, whether it supports NFTs, subscriptions, etc.

  
  
Posted one year ago
15K Views
1 Answer
one year ago
one year ago
Tags