From: Nick Mathewson Date: Thu, 5 Oct 2023 12:11:41 +0000 (-0400) Subject: Increment MIN_SUPPORTED_CONSENSUS_METHOD to 32. X-Git-Tag: tor-0.4.9.1-alpha~100^2~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5edc59bfd185a894ae2b72984e87b480531963a4;p=thirdparty%2Ftor.git Increment MIN_SUPPORTED_CONSENSUS_METHOD to 32. Per proposal 290, all earlier consensus methods are obsolete, since 32 is the highest method supported by 0.4.7.7. --- diff --git a/src/feature/dirauth/dirvote.h b/src/feature/dirauth/dirvote.h index 6d02ef3635..9faea988d0 100644 --- a/src/feature/dirauth/dirvote.h +++ b/src/feature/dirauth/dirvote.h @@ -50,7 +50,7 @@ ((MIN_VOTE_SECONDS_TESTING)+(MIN_DIST_SECONDS_TESTING)+1) /** The lowest consensus method that we currently support. */ -#define MIN_SUPPORTED_CONSENSUS_METHOD 28 +#define MIN_SUPPORTED_CONSENSUS_METHOD 32 /** The highest consensus method that we currently support. */ #define MAX_SUPPORTED_CONSENSUS_METHOD 34