erigon-pulse/consensus
Felix Lange b9217f88a2 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-09 12:12:12 +01:00
..
clique consensus/clique: fix struct tags for status API (#20316) 2019-12-03 13:41:13 +01:00
ethash consensus/ethash: refactor remote sealer (#20335) 2019-12-09 12:12:12 +01:00
misc Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
consensus.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
errors.go consensus: fix possessives in comments. (#20209) 2019-12-03 13:02:57 +01:00