
commit b8edb40c01b26f6c649116059e96fd1a1f03745b Author: Damian Johnson <atagar@torproject.org> Date: Sat Feb 21 10:56:39 2015 -0800 Updating Faravahar's address Updating Faravahar's address. It's presently still listening on the old address but ready for us to move. On a side note test I added to detect things like this worked like a charm... ====================================================================== FAIL: test_authorities_are_up_to_date ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/atagar/Desktop/stem/test/integ/descriptor/remote.py", line 43, in test_authorities_are_up_to_date self.fail("%s has %s %s, but we expected %s" % (auth.nickname, attr, getattr(auth, attr), getattr(stem_auth, attr))) AssertionError: Faravahar has address 154.35.175.225, but we expected 154.35.32.5 ---------------------------------------------------------------------- --- docs/change_log.rst | 1 + stem/descriptor/remote.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/change_log.rst b/docs/change_log.rst index 178fea4..58fa34f 100644 --- a/docs/change_log.rst +++ b/docs/change_log.rst @@ -57,6 +57,7 @@ conversion (:trac:`14075`). * Lazy-loading descriptors, improving performance by 25-70% depending on what type it is (:trac:`14011`) * The :class:`~stem.descriptor.networkstatus.DirectoryAuthority` 'fingerprint' attribute was actually its 'v3ident' + * Updating Faravahar's address (:trac:`14487`) * **Utilities** diff --git a/stem/descriptor/remote.py b/stem/descriptor/remote.py index ce07a09..effe3ca 100644 --- a/stem/descriptor/remote.py +++ b/stem/descriptor/remote.py @@ -746,7 +746,7 @@ DIRECTORY_AUTHORITIES = { ), 'Faravahar': DirectoryAuthority( nickname = 'Faravahar', - address = '154.35.32.5', + address = '154.35.175.225', or_port = 443, dir_port = 80, is_bandwidth_authority = False,
participants (1)
-
atagar@torproject.org