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
Does TON config update process require any action from the node owners?

TON configuration parameters can be changed by an election. What does that mean for people running the nodes? In the case such a change happens, all the nodes get updated automatically, or there is some action required from each node owner to update it?


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

  
  
Posted one year ago
Votes Newest

Answers


TON configuration is the data for the Configuration smart contract. When an election is held and the vote to change a configuration is in support of the change, the config smart contract automatically changes the configuration data.

There is no need for any action from node owners. However, they might need to update their software from time to time, before an election is held which relies on the updates software.

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