From ab6ede51d7fedb9270cab08ee732a834be34dab2 Mon Sep 17 00:00:00 2001 From: obscuren Date: Mon, 29 Sep 2014 12:57:51 +0200 Subject: 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 --- types/ethereum.go | 1 + 1 file changed, 1 insertion(+) create mode 100644 types/ethereum.go (limited to 'types/ethereum.go') diff --git a/types/ethereum.go b/types/ethereum.go new file mode 100644 index 000000000..ab1254f4c --- /dev/null +++ b/types/ethereum.go @@ -0,0 +1 @@ +package types -- cgit