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
What is this Election contract, and why does he have a balance greater than the stake of all validators?

What is the purpose of the Election contract on the TON blockchain, and why does it have a balance greater than the total stake of all validators combined?

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

Votes Newest

Answers


The Election contract is responsible for managing the validator elections on the TON blockchain.

The reason why the contract's balance may be greater than the total stake of all validators combined is because the stake of each validator is divided into two halves, and only one half is used during the current validation round.

In order to participate in the next round, validators must make a new stake before it begins, while their previous stake is still locked.

As a result, the Election contract may hold a significant amount of locked stakes from previous rounds, leading to a higher balance than the total stake of active validators.

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