erigon-pulse/consensus/ethash
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
..
algorithm_test.go consensus/ethash: refactor remote sealer (#20335) 2019-12-09 12:12:12 +01:00
algorithm.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
api.go consensus/ethash: refactor remote sealer (#20335) 2019-12-09 12:12:12 +01:00
consensus_test.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
consensus.go consensus: fix possessives in comments. (#20209) 2019-12-03 13:02:57 +01:00
ethash_test.go travis: enable test suite on ARM64 (#20219) 2019-12-03 13:24:34 +01:00
ethash.go consensus/ethash: refactor remote sealer (#20335) 2019-12-09 12:12:12 +01:00
sealer_test.go consensus/ethash: refactor remote sealer (#20335) 2019-12-09 12:12:12 +01:00
sealer.go consensus/ethash: refactor remote sealer (#20335) 2019-12-09 12:12:12 +01:00