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.