mirror of
https://gitlab.com/pulsechaincom/go-pulse.git
synced 2024-12-25 04:47:17 +00:00
ab6ede51d7
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 |
||
---|---|---|
.. | ||
.gitignore | ||
asm.go | ||
block_chain_test.go | ||
block_chain.go | ||
block_manager_test.go | ||
block.go | ||
bloom_test.go | ||
bloom.go | ||
dagger_test.go | ||
dagger.go | ||
error.go | ||
fees.go | ||
filter_test.go | ||
filter.go | ||
genesis.go | ||
helper_test.go | ||
state_manager.go | ||
state_transition.go | ||
transaction_pool.go | ||
transaction_test.go | ||
transaction.go | ||
types.go | ||
vm_env.go |