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
Currently the required stake from directly connected peers is the lower of online_weight_minimum from config file or online_weight_quorum (percentage) from config file * online stake total (calculated from reps voting online, trended over time). This ties the directly connected peers stake to overall quorum desired, so turning up quorum requirements also turns up directly connected peers requirements.
This issue is for considering decoupling this to have a separate value for controlling the requirements for directly connected peer stake independent from quorum percentages required from online stake. This would allow a less connected peer to continue confirming, based on a higher quorum than it can directly connect to (but is still validated through valid rebroadcasted votes).
The text was updated successfully, but these errors were encountered:
Currently the required stake from directly connected peers is the lower of
online_weight_minimum
from config file oronline_weight_quorum
(percentage) from config file * online stake total (calculated from reps voting online, trended over time). This ties the directly connected peers stake to overall quorum desired, so turning up quorum requirements also turns up directly connected peers requirements.This issue is for considering decoupling this to have a separate value for controlling the requirements for directly connected peer stake independent from quorum percentages required from online stake. This would allow a less connected peer to continue confirming, based on a higher quorum than it can directly connect to (but is still validated through valid rebroadcasted votes).
The text was updated successfully, but these errors were encountered: