go-ethereum/consensus
Felix Lange b41940f1f4 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-12-30 16:11:02 -05:00
..
clique consensus/clique: fix struct tags for status API (#20316) 2019-12-30 16:11:00 -05:00
ethash consensus/ethash: refactor remote sealer (#20335) 2019-12-30 16:11:02 -05:00
misc rlp, trie, contracts, compression, consensus: improve comments (#14580) 2017-06-12 14:45:17 +02:00
consensus.go consensus,core,miner: avoid overhead of creating a new block (#19301) 2019-04-30 16:42:36 +03:00
errors.go consensus: fix possessives in comments. (#20209) 2019-10-28 09:57:34 +02:00