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
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
Network module should consider <= 100 peers with matching broadhash for consensus calculation.
Actual behavior
When a group of peers are syncing to network and not reached the network height, when a forging node takes these peers for consensus calculation it results in low consensus due to sycing and miss match braodhash, this results in delegate missing a block.
Steps to reproduce
Deploy a network of 10 nodes
Enable 101 delegates forging on 10 nodes
After reaching certain height, Deploy 100 nodes, you can observe the delegates starts to miss forging blocks due to low consensus
Which version(s) does this affect? (Environment, OS, etc...)
2.0.0
The text was updated successfully, but these errors were encountered:
Expected behavior
Network module should consider <=
100
peers with matching broadhash for consensus calculation.Actual behavior
When a group of peers are syncing to network and not reached the network height, when a forging node takes these peers for consensus calculation it results in low consensus due to sycing and miss match braodhash, this results in delegate missing a block.
Steps to reproduce
Which version(s) does this affect? (Environment, OS, etc...)
2.0.0
The text was updated successfully, but these errors were encountered: