You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

78 lines
1.3 KiB

11 years ago
### UP FOR GRABS
11 years ago
Tests
- Use standard tests.
11 years ago
Crypto stuff:
- kFromMessage
- Check all the tweak instructions.
Better handling of corrupt blocks.
- Kill DB & restart.
11 years ago
Network:
- Crypto on network. TLS?
- Make work with IPv6
CLI client
- Implement CLI option "--help".
General:
- Better logging.
- Colours.
11 years ago
- Move over to new system.
- Remove block chain on protocol change (i.e. store protocol with block chain).
Robustness
- Remove aborts
- Recover from all exceptions.
11 years ago
11 years ago
### Gav
11 years ago
For PoC2:
- Use mining state for nonce.
11 years ago
Network:
- NotInChain will be very bad for new peers - it'll run through until the genesis.
- Check how many it has first.
BUG: need to discard transactions if nonce too old, even when not mining.
11 years ago
### Marko
Ubuntu builds
- Raring (branch, local, x64 only :-( )
- Quantal (branch) (Launchpad)
- Saucy (master) (Launchpad)
11 years ago
### Alex
Mac build.
Mac build instructions.
11 years ago
### Eric
Windows XC build.
Windows XC build instructions.
### Tim/Harv
Windows MSVC build.
Windows MSVC build instructions.
LATER:
11 years ago
Trie on DB.
11 years ago
- Move the restore point stuff into block restore points
- i.e. keep all nodes from last 127 blocks with counter, at 128, kill but keep every (60*24*7)th or so i.e. one per week as a restore point.
- maybe allow this to be configured.
11 years ago
11 years ago
### TIM
11 years ago
Stateful Miner class.
Better Mod-Exp.