• obscuren's avatar
    Working on new (blocking) event machine. · ab6ede51
    obscuren authored
    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
    ab6ede51
Name
Last commit
Last update
..
.gitignore Loading commit data...
asm.go Loading commit data...
block.go Loading commit data...
block_chain.go Loading commit data...
block_chain_test.go Loading commit data...
block_manager_test.go Loading commit data...
bloom.go Loading commit data...
bloom_test.go Loading commit data...
dagger.go Loading commit data...
dagger_test.go Loading commit data...
error.go Loading commit data...
fees.go Loading commit data...
filter.go Loading commit data...
filter_test.go Loading commit data...
genesis.go Loading commit data...
helper_test.go Loading commit data...
state_manager.go Loading commit data...
state_transition.go Loading commit data...
transaction.go Loading commit data...
transaction_pool.go Loading commit data...
transaction_test.go Loading commit data...
types.go Loading commit data...
vm_env.go Loading commit data...