core-lightning/TODO.md
Rusty Russell 85e0099aad TODO.md: new file with random thoughts for people to hack on.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2016-03-16 16:07:12 +10:30

8 lines
370 B
Markdown

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.