plugeth/consensus/ethash
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
..
algorithm_test.go consensus/ethash: refactor remote sealer (#20335) 2019-11-28 10:51:57 +01:00
algorithm.go vendor, crypto, swarm: switch over to upstream sha3 package 2019-01-04 09:26:07 +02:00
api.go consensus/ethash: refactor remote sealer (#20335) 2019-11-28 10:51:57 +01:00
consensus_test.go all: simplify timestamps to uint64 (#19372) 2019-04-02 23:28:48 +03:00
consensus.go consensus: fix possessives in comments. (#20209) 2019-10-28 09:57:34 +02:00
ethash_test.go travis: enable test suite on ARM64 (#20219) 2019-11-08 10:58:57 +02:00
ethash.go consensus/ethash: refactor remote sealer (#20335) 2019-11-28 10:51:57 +01:00
sealer_test.go consensus/ethash: refactor remote sealer (#20335) 2019-11-28 10:51:57 +01:00
sealer.go consensus/ethash: refactor remote sealer (#20335) 2019-11-28 10:51:57 +01:00