-
Notifications
You must be signed in to change notification settings - Fork 798
Roadmap
clemahieu edited this page Feb 11, 2015
·
47 revisions
Immediate (Days):
- Digitally sign executables OSX/Windows
- Disconnection indicator in wallet
- Configurable logging
Near-term (Weeks):
- Multithreaded correctness for transactions
- Activate live network and begin distribution
- Accept and update work on a block if someone does more work on it
Long-term (Months):
- Fixed-rate keepalive
- Checksum calculating for efficient reconnection and bootstrapping
- Block pruning for lite clients
- Language bindings
Completed:
- Configurable logging
- Wallet disconnection indicator
- Calculating successor an efficient way
- Block gap negotiation
- Get merchant API implementation running
- Mechanism to extract wallet private keys for transfer.
- Select live-network port
- Refine block path selection for more efficient bootstrapping
- Wallet GUI improvements
- Precalculate block work so next block can be sent using cached value.