Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge eth-go repository into go-ethereum | Felix Lange | 2014-10-23 | 1 | -5/+5 |
| | | | | mist, etheruem have been moved to cmd/ | ||||
* | ethchain: fix tests | Felix Lange | 2014-10-17 | 1 | -7/+11 |
| | |||||
* | Working on new (blocking) event machine. | obscuren | 2014-09-29 | 1 | -0/+88 |
The new event machine will be used for loose coupling and handle the communications between the services: 1) Block pool finds blocks which "links" with our current canonical chain 2) Posts the blocks on to the event machine 3) State manager receives blocks & processes them 4) Broadcasts new post block event |