diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2017-10-26 20:09:43 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2017-10-26 20:09:43 -0700 |
commit | 258027d0b02fe0cddc3bdf9774fb6bddb2b1c444 (patch) | |
tree | 85870d83046daf7f640f4b5bab7744d7a5724d54 | |
parent | 69e3a609a1b3accd1b030cfbafed8e14cfdcda57 (diff) | |
download | geniza-258027d0b02fe0cddc3bdf9774fb6bddb2b1c444.tar.gz geniza-258027d0b02fe0cddc3bdf9774fb6bddb2b1c444.zip |
README/TODO updates
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | TODO | 9 |
2 files changed, 6 insertions, 5 deletions
@@ -26,7 +26,7 @@ it will eat-your-data. - [ ] add directory recursively - [ ] checkout directory recursively - [ ] Networking - - [ ] send/receive encrypted messages to a known host + - [x] send/receive encrypted messages to a known host - [ ] pull register from a known host - [ ] sync register to a known host - [ ] lookup hosts in DHT swarm by discovery key @@ -1,7 +1,5 @@ next: -- basic network handshake - /home/bnewbold/src/hypercore-protocol - fix append bug - non-sparse 'has'/'has_all' implementations x appending to register (sans bitfield) @@ -9,7 +7,7 @@ x appending to register (sans bitfield) - reading/writing secret key for register - bitfield stuff (un-indexed) https://docs.rs/bit_field/0.8.0/bit_field/trait.BitArray -- protobuf infra +x protobuf infra - basic drive trait - 'drive log' command (shows actions) - network infra @@ -22,9 +20,12 @@ x appending to register (sans bitfield) meta: - license - rustfmt -- github - travis tests (linux, osx) +misc: +- man +- slog for logging + specific tests: - sleep info a variety of bad sleep files, should error - sleep create a known file, should be same as empty (also a "Rot13" algo file) |