diff options
author | Roger Dingledine <arma@torproject.org> | 2016-05-11 17:34:38 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2016-05-11 17:34:38 -0400 |
commit | 694f1fe80874b2280717908d10d40b45e9e2cc82 (patch) | |
tree | f642d8862242c430869539492659180b510b79a4 /changes/feature19036 | |
parent | 9e44273a4a22803eff900f6df10f13c7548bdb0d (diff) | |
download | tor-694f1fe80874b2280717908d10d40b45e9e2cc82.tar.gz tor-694f1fe80874b2280717908d10d40b45e9e2cc82.zip |
write v3-status-votes file earlier in consensus voting
Make directory authorities write the v3-status-votes file out
to disk earlier in the consensus process, so we have the votes
even if we abort the consensus process later on.
Resolves ticket 19036.
Diffstat (limited to 'changes/feature19036')
-rw-r--r-- | changes/feature19036 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/feature19036 b/changes/feature19036 new file mode 100644 index 0000000000..98bcfca515 --- /dev/null +++ b/changes/feature19036 @@ -0,0 +1,4 @@ + o Minor features: + - Make directory authorities write the v3-status-votes file out + to disk earlier in the consensus process, so we have the votes + even if we abort the consensus process below. Resolves ticket 19036. |