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
Is the ADNL address supposed to be private data?

I was looking at some information on the network as a validator, and came across the ADNL address information. What is it, and is it supposed to be private data?

ADNL example


This question was imported from Telegram Chat: https://t.me/tondev_eng/9387

  
  
Posted one year ago
Votes Newest

Answers


Any node in the TON network has its own ADNL address. It's like IP addresses on the Internet; they are public keys for the network to utilize. It's more like personal information.

You can read more here:

https://ton.org/docs/learn/networking/adnl#:~:text=An%20ADNL%20Address%20is%20essentially,intended%20for%20the%20recipient%20address

  
  
Posted one year ago
Jeremy
384 × 5 Administrator
9K Views
1 Answer
one year ago
one year ago
Tags