Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

consensus/ethash: refactor remote sealer #20335

Merged
merged 2 commits into from
Nov 28, 2019

Commits on Nov 20, 2019

  1. consensus/ethash: refactor remote sealer

    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.
    fjl committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    44f1717 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2019

  1. Configuration menu
    Copy the full SHA
    1abb44a View commit details
    Browse the repository at this point in the history