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 there an Ethereum epoch equivalent on TON?

I come from the Ethereum ecosystem, where time is measured in epochs. Is there a thing like epochs in the TON ecosystem?


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

  
  
Posted one year ago
Votes Newest

Answers


Yes, there is a concept of epochs in the TON ecosystem as well. An epoch is a period of time during which a specific set of validators are responsible for validating transactions and creating new blocks. In TON, an epoch typically lasts for several hours, during which validators can earn rewards for successfully validating transactions.

Each epoch is composed of a fixed number of blocks, which are validated by a specific group of validators. The validators for each epoch are selected by a complex algorithm that takes into account a variety of factors, including the stake held by each validator and their previous performance in validating transactions.

Overall, the concept of epochs in the TON ecosystem is similar to that of Ethereum, in that it is a way of organizing time into discrete periods during which specific actions take place. However, the details of how epochs are implemented and managed are unique to the TON ecosystem.

You can check the related data in https://www.tonstake.com as well.

1
1
wiki
Posted one year ago
Edited one year ago
12K Views
1 Answer
one year ago
one year ago
Tags