Closed
Description
This issue serves as a temporarily to do list
- Add MIT License
- Improve overall testing
- Add Travis to eth packages
- Retrieving peer blocks
- Get peers from connecting peers
- Add a "addpeer" option to the dev console
- Support Tor
- UPnP
- NAT-PMP
- Fix miner
- Fix uncles
- Improve self connect detection
- Add disconnection reasons to peers
- Document libraries
- Add sync mechanism to trie. Trie shouldn't commit any changes unless requested. The trie would add an extra caching layer.
- Get rid of RlpValue and move on to ethutil.Value
- Chain iterator (or partial iterator)
NewIterator(options *IteratorOptions)
- Get rid of the secp256k1 lib and implement my own