Update TODO list in README.md.

This commit is contained in:
Dave Collins 2013-09-09 11:00:46 -05:00
parent afddca6870
commit 3525552140

View file

@ -1,19 +1,19 @@
btcd btcd
==== ====
btcd is an alternative full node bitcoin implementation written in Go (golang). btcd is an alternative full node bitcoin implementation written in Go (golang).
This project is currently under active development and is not production ready This project is currently under active development and is not production ready
yet. yet.
## TODO ## TODO
The following is a list of major items remaining before production release: The following is a list of major items remaining before production release:
- Implement multi-peer support - Implement multi-peer support
- Implement relay - Implement block realy
- Complete address manager - Implement transaction mempool & relay
- Rework the block syncing code to work with headers - Complete address manager
- Documentation - Documentation
- A lot of code cleanup - A lot of code cleanup
- Optimize - Optimize