plugeth/consensus
Felix Lange a91b704b01
consensus/ethash: refactor remote sealer (#20335)
The original idea behind this change was to remove a use of the
deprecated CancelRequest method. Simply removing it would've been an
option, but I couldn't resist and did a bit of a refactoring instead.

All remote sealing code was contained in a single giant function. Remote
sealing is now extracted into its own object, remoteSealer.
2019-11-28 10:51:57 +01:00
..
clique consensus/clique: fix struct tags for status API (#20316) 2019-11-18 18:14:59 +01:00
ethash consensus/ethash: refactor remote sealer (#20335) 2019-11-28 10:51:57 +01:00
misc
consensus.go
errors.go consensus: fix possessives in comments. (#20209) 2019-10-28 09:57:34 +02:00