aboutsummaryrefslogtreecommitdiffstats
path: root/eventer
Commit message (Collapse)AuthorAgeFilesLines
* eventer: fix data raceFelix Lange2014-10-081-4/+8
|
* eventer: add test for concurrent Post/RegisterFelix Lange2014-10-081-1/+48
| | | | | This test reports the race condition when run using "go test -race".
* eventer: fix testsFelix Lange2014-10-081-4/+4
|
* Working on new (blocking) event machine.obscuren2014-09-292-0/+145
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