You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/participate/network-maintenance/persistent-states.md
+7-10Lines changed: 7 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -7,19 +7,16 @@ TTL of a state from period `x` is equal to `2^(18 + ctz(x))`, where `ctz(x)` is
7
7
8
8
That means that persistent states are created every 1.5 days, half of them have TTL of `2^18` seconds (3 days), half of the remaining states have TTL of `2^19` seconds (6 days) and so on.
9
9
10
-
In 2022 there is the following long-term (at least 3 months) persistent states (times in the future are approximate):
10
+
In 2024 there is the following long-term (at least 3 months) persistent states:
|[8930706](https://explorer.toncoin.org/search?workchain=-1&shard=8000000000000000&seqno=8930706)| 2021-01-14 15:08:40 | 12427 days | 2055-01-24 08:45:44 |
15
+
|[27747086](https://explorer.toncoin.org/search?workchain=-1&shard=8000000000000000&seqno=27747086)| 2023-03-02 05:08:11 | 1553 days | 2027-06-02 19:50:19 |
16
+
|[32638387](https://explorer.toncoin.org/search?workchain=-1&shard=8000000000000000&seqno=32638387)| 2023-09-12 09:27:36 | 388 days | 2024-10-04 18:08:08 |
17
+
|[34835953](https://explorer.toncoin.org/search?workchain=-1&shard=8000000000000000&seqno=34835953)| 2023-12-18 11:37:48 | 194 days | 2024-06-29 15:58:04 |
18
+
|[35893070](https://explorer.toncoin.org/search?workchain=-1&shard=8000000000000000&seqno=35893070)| 2024-02-05 00:42:50 | 97 days | 2024-05-12 02:52:58 |
19
+
|[36907647](https://explorer.toncoin.org/search?workchain=-1&shard=8000000000000000&seqno=36907647)| 2024-03-24 13:47:57 | 776 days | 2026-05-10 07:09:01 |
23
20
24
21
When the node starts for the first time, it has to download a persistent state. This is implemented in [validator/manager-init.cpp](https://github.com/ton-blockchain/ton/blob/master/validator/manager-init.cpp).
0 commit comments