• rjl493456442's avatar
    miner: suspend miner if node is syncing (#27218) · d4961881
    rjl493456442 authored
    Drop the notions of uncles, and disables activities while syncing
    
    -  Disable activities (e.g. generate pending state) while node is syncing,
    -  Disable empty block submission (but empty block is still kept for payload building),
    -  Drop uncle notion since (ethash is already deprecated)
    d4961881
miner.go 7.44 KB