X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=README.md;h=9b5dcbba5df0c6955bed2359d39a32176dd4f5a5;hb=17eecb3e6f169c1f0d9eccd6c7f431c5e2dac90b;hp=24a76c2276dab03433a68f3d689c634d167c425f;hpb=55f5ce0474d5df2ca38f82f1e0d4da776262622e;p=rust-lightning 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.