forked from ethereum/aleth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
57 lines (36 loc) · 945 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
### UP FOR GRABS
Tests
- Use standard tests.
Crypto stuff:
- kFromMessage
- Check all the tweak instructions.
Better handling of corrupt blocks.
Network:
- Firewall-busting PeerConnections. UPnP?
- Crypto on network. TLS?
- Make work with IPv6
- Consider node addresses
CLI client
- Implement CLI option "--help".
General:
- Better logging.
- Colours.
- Time/thread/channel stamp.
### GAV
FOR ALPHA:
Network:
* NotInChain will be very bad for new peers - it'll run through until the genesis.
* UPnP is needed.
UI:
* State panel shouldn't show pending (i.e. post-mined) transactions.
### ERIC
Build:
* Windows build.
LATER:
Trie on DB.
- 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.
### TIM
Stateful Miner class.
Better Mod-Exp.