Update TODO list in README.md.
This commit is contained in:
parent
afddca6870
commit
3525552140
1 changed files with 19 additions and 19 deletions
38
README.md
38
README.md
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue