mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-03 01:53:48 +00:00
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. |
||
|---|---|---|
| .. | ||
| algorithm.go | ||
| algorithm_test.go | ||
| api.go | ||
| consensus.go | ||
| consensus_test.go | ||
| ethash.go | ||
| ethash_test.go | ||
| sealer.go | ||
| sealer_test.go | ||