From 85e0099aadf2e79d2290723a696465f05dcd24f7 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Wed, 16 Mar 2016 16:07:12 +1030 Subject: [PATCH] TODO.md: new file with random thoughts for people to hack on. Signed-off-by: Rusty Russell --- TODO.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 000000000..fffb350a2 --- /dev/null +++ b/TODO.md @@ -0,0 +1,7 @@ +Looking for things to hack on? Great, here's a partial list: + +* Wean off openssl's -lcrypto: use libsodium for all RNG, gmp for base58. +* Grep for FIXME and fix one :) +* Look on https://github.com/ElementsProject/lightning/issues +* Write canned input/output test cases for various conversations, and + include them in a form suitable for other implementations to test.