commit 454f2a948b2944bdba60466d22069bd20cf5ee94 Author: Damian Johnson atagar@torproject.org Date: Sat Jul 2 16:05:21 2016 -0700
Suspending 'missing all signatures' check
The directory authorities are in the process of removing urras so disabling this as per Roger's request...
https://lists.torproject.org/pipermail/tor-consensus-health/2016-July/007211... --- consensus_health_checker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/consensus_health_checker.py b/consensus_health_checker.py index a34e972..e08e57d 100755 --- a/consensus_health_checker.py +++ b/consensus_health_checker.py @@ -317,7 +317,7 @@ def run_checks(consensuses, votes): #vote_parameters_mismatch_consensus, certificate_expiration, consensuses_have_same_votes, - has_all_signatures, + #has_all_signatures, voting_bandwidth_scanners, #unmeasured_relays, has_authority_flag,
tor-commits@lists.torproject.org