3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-02-11 17:55:53 +00:00

Refresh the TODO file

This commit is contained in:
Mike Hearn 2011-06-27 14:34:48 +00:00
parent c7affe156d
commit ca84bea462

14
TODO
View File

@ -1,18 +1,20 @@
Here is a brief list of things that still need to be done.
More unit tests:
- Implement more unit tests for block chain functionality
- Create a MockNetworkConnection and use it to test the Peer.
API:
- Reorganize the package layout to be more modular.
- Support multiple active wallets.
- Allow sorting of transactions by time.
Protocol:
- Properly support multiple chains
- Start up faster
- Store a block locator in the wallet
- Parse the stored headers at startup, then download the rest
- Provide a seed node list in the NetworkParameters.
- Store a block locator in the persisted chain
- Use the getheaders command to speed up the initial chain download
- Implement tx fees.
- Support import of private keys and then extracting its transactions from the block chain.
- Longer term potentially add a getmerklebranch protocol command so we can check 0-confirmation transactions.
- Support PeerGroups for holding open/using multiple connections at once.
Examples/documentation:
- Implement a simple Swing GUI payment app.