Working on new (blocking) event machine.

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
This commit is contained in:
obscuren
2014-09-29 12:57:51 +02:00
parent ea0357bf02
commit ab6ede51d7
9 changed files with 323 additions and 181 deletions

1
types/ethereum.go Normal file
View File

@ -0,0 +1 @@
package types