3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-02-07 14:54:15 +00:00

Update HDW todo list.

This commit is contained in:
Mike Hearn 2014-05-29 20:19:33 +02:00
parent 1f776c3f19
commit 1ec162f25c

View File

@ -1,13 +1,14 @@
- Switch to the tree format agreed on with slush/stick.
- Store the account key creation time for an HD hierarchy.
- Support seeds up to 512 bits in size. Test compatibility with greenaddress, at least for some keys.
- Make Wallet notify key chains when a key has been observed in a transaction.
- Make DeterministicKeyChain auto-extend when a key was observed, to keep a gap limit in place.
- Support for key rotation
- Support for auto upgrade
- Calculate lookahead keys on a background thread.
- Redo internals of DKC to support arbitrary tree structures.
- Add a REFUND key purpose and map to the receive tree (for now).
- Write unit tests for auto key lookahead code from Harold.
- Pre-check the keys for all attached BlockChainListeners and reset the chain download if any of them throw an exception
then use this to ensure that we can't accidentally run off the end of an HDW heirarchy when downloading the chain.
API changes: