Consensus deadlock fixes and reliability improvements. (#187)

* Consensus time vote improvements.
* Skipped self proposal in Observer mode.
* Added docker cluster script params.
* Added state/lcl sync abandon threshold.
* Added pubkey display for cluster script.
* Added proposal latency log.
* Added sync completion check to prevent deadlocks.
This commit is contained in:
Ravin Perera
2020-12-08 15:17:27 +05:30
committed by GitHub
parent 7bf0475b6f
commit fe9e276f8d
14 changed files with 318 additions and 199 deletions

View File

@@ -115,7 +115,7 @@ namespace conf
cfg.pubidletimeout = 0;
cfg.peeridletimeout = 120;
cfg.is_consensus_public = true;
cfg.is_consensus_public = false;
cfg.is_npl_public = false;
cfg.msgforwarding = false;