Block processing - rotblauer/go-ethereum-1 GitHub Wiki

This is a brief description on how block processing works (e.g., block 20 => block 21 => etc)

Block processing starts in the ChainManager (https://github.com/ethereumproject/go-ethereum/blob/docbranch/core/chain_manager.go)

fin