diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-05-22 18:52:32 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-05-22 18:52:32 +0000 |
commit | 38300735cdd301ac8491c7a1368acb72fe2c3ee7 (patch) | |
tree | 3603b000ddd2d32439184e190915a5fd50544a24 /doc/TODO | |
parent | 9e0acc0c11877d4df2db0b1fda0b998c5e9231bf (diff) | |
download | tor-38300735cdd301ac8491c7a1368acb72fe2c3ee7.tar.gz tor-38300735cdd301ac8491c7a1368acb72fe2c3ee7.zip |
r12902@catbus: nickm | 2007-05-22 14:52:29 -0400
First draft of code to generate votes. needs testing. does not yet upload or serve votes. Shares most of its code with the old generate_v2_networkstatus.
svn:r10295
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -76,7 +76,7 @@ Things we'd like to do in 0.2.0.x: - Serve list as needed. o Avoid double-checking signatures every time we get a vote. - Warn about expired stuff. - - Code to generate votes + o Code to generate votes - Code to generate consensus from a list of votes - Add a signature to a consensus. - Code to check signatures on a consensus |