TODONE.txt 844 B

123456789101112131415
  1. - 0, 3, mdcarr941@gmail.com, 2ebb8a
  2. Fix bug where writing to a block that already has a Writecap in its header using the creds of
  3. a different node produces an invalid signature (a signature using the creds of the other node).
  4. - 14, 13, mdcarr941@gmail.com, bd6904
  5. Refactor btlib so that most of the types are in their own modules. This is
  6. needed to encourage modularity and weak coupling, as it reduces the amount of code that fields
  7. and helper functions are visible to.
  8. - 11, 3, mdcarr941@gmail.com, bd6904, mdcarr941@gmail.com, bd6904
  9. Create a struct called WritecapBody to contain the fields of Writecap which go into the signature
  10. calculation so that WritecapSigInput is no longer required.
  11. - 5, 1, mdcarr941@gmail.com, bd6904, mdcarr941@gmail.com, bd6904
  12. Move crypto::{encrypt, decrypt} into corresponding {EncrypterExt, DecrypterExt}.