plugeth/eth/catalyst
Mateusz Morusiewicz cef1a86df2
miner: discard interrupted blocks (#24638)
During mining, when a new head arrives and interrupts the block building, the block being built should not be commited (but discarded). Committing the interrupted block introduces unnecessary delay, and possibly causes miner to mine on the previous head, which could result in higher uncle rate.
2022-05-06 11:19:30 +02:00
..
api_test.go miner: discard interrupted blocks (#24638) 2022-05-06 11:19:30 +02:00
api.go miner: discard interrupted blocks (#24638) 2022-05-06 11:19:30 +02:00
queue.go eth/downloader: implement beacon sync (#23982) 2022-03-11 14:14:45 +02:00