From: Matt Corallo Date: Sat, 7 Jul 2018 20:51:05 +0000 (-0400) Subject: Update TODOs in README X-Git-Tag: v0.0.12~392^2~4 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=17eecb3e6f169c1f0d9eccd6c7f431c5e2dac90b;p=rust-lightning Update TODOs in README --- diff --git a/README.md b/README.md index 24a76c22..9b5dcbba 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,11 @@ Assorted random TODOs: * Some kind of logging subsystem/API. + * Migrate all our serialize() -> Vec stuff to serialize(byte_writer) so that we + can avoid allocating a huge buffer for everything we serialize/deserialize. + + * Migrate the above TODOs to GitHub issues. + Notes on coding style: * Use tabs. If you want to align lines, use spaces. Any desired alignment should display fine at any tab-length display setting.