Merge branch 'tor-gitlab/mr/657'

This commit is contained in:
David Goulet
2022-11-28 09:35:53 -05:00
3 changed files with 35 additions and 10 deletions
+7
View File
@@ -0,0 +1,7 @@
o Major features (dirauth):
- Directory authorities and relays now interact properly with
directory authorities if they change addresses. In the past, they
would continue to upload votes, signatures, descriptors, etc to
the hard-coded address in the configuration. Now, if the directory
authority is listed in the consensus at a different address, they
will direct queries to this new address. Implements ticket 40705.