aboutsummaryrefslogtreecommitdiff
path: root/changes/ticket34446
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-06-15 14:08:42 -0400
committerNick Mathewson <nickm@torproject.org>2020-06-15 14:08:42 -0400
commit9fdaede3f70489398cd2dc276c961bc9d5c8f691 (patch)
tree16f5210fbd188a4d50513b6e2f039d2a853aff71 /changes/ticket34446
parent8361e3c4abf1f75af51225f428bd22c1bb04ffcd (diff)
downloadtor-9fdaede3f70489398cd2dc276c961bc9d5c8f691.tar.gz
tor-9fdaede3f70489398cd2dc276c961bc9d5c8f691.zip
Remove AssumeReachable from TestingTorNetwork.
Closes ticket 34446.
Diffstat (limited to 'changes/ticket34446')
-rw-r--r--changes/ticket344465
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket34446 b/changes/ticket34446
new file mode 100644
index 0000000000..2ec7723129
--- /dev/null
+++ b/changes/ticket34446
@@ -0,0 +1,5 @@
+ o Minor features (testing configuration):
+ - The TestingTorNetwork no longer implicitly sets AssumeReachable to 1.
+ This change will allow us to test relays' self-testing mechanisms,
+ and eventually to test authorities' relay-testing functionality.
+ Closes ticket 34446.