aboutsummaryrefslogtreecommitdiffstats
path: root/ethchain/helper_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Moved ethchain to chainobscuren2014-10-311-92/+0
|
* ethchain: fix testsFelix Lange2014-10-301-3/+3
| | | | Adapted to recent BlockChain -> ChainManager rename.
* Merge eth-go repository into go-ethereumFelix Lange2014-10-231-5/+5
| | | | mist, etheruem have been moved to cmd/
* ethchain: fix testsFelix Lange2014-10-171-7/+11
|
* Working on new (blocking) event machine.obscuren2014-09-291-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