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.
35 lines
630 B
35 lines
630 B
### UP FOR GRABS
|
|
|
|
Tests
|
|
- Use standard tests.
|
|
|
|
Config file & command line options.
|
|
|
|
Peer network.
|
|
|
|
Crypto stuff:
|
|
- kFromMessage
|
|
- Check all the tweak instructions.
|
|
|
|
Better handling of corrupt blocks.
|
|
|
|
|
|
### GAV
|
|
|
|
Trie on DB.
|
|
- Modularise overlay and DB.
|
|
- Iterate.
|
|
- 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.
|
|
|
|
Cache some state
|
|
- Contract memory, balances - for single commit into Trie.
|
|
|
|
|
|
### TIM
|
|
|
|
Stateful Miner class.
|
|
|
|
Better Mod-Exp.
|
|
|
|
|