1
0
Fork 0
tera/Source/SITE/CONTENT/en-index-lastnews.md

16 lines
533 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## NEWS
**Local blockchain desynchronization detector test**
The test network begins the test of a new detector for determining the desynchronization of the blockchain from the main chain.
If the last 10 blocks are created by their own node, then their POW should not differ more than 10 times from the previous blocks, otherwise the forced synchronization of the blockchain with the network is started.
Settings can be changed-new constant added:
```
  "RESYNC_CONDITION": {
    "OWN_BLOCKS": 10,
    "K_POW": 10
  },
```