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

miner/stress: initialize account backends explicitly #23699

Merged
merged 1 commit into from Oct 9, 2021

Commits on Oct 8, 2021

  1. miner/stress: initialize account backends explictly

    node.Node no longer registers any account manager backends by default,
    they need to be registered explicitly.
    
    For ethash-based tests, we actually don't need any accounts in the miner
    keystore. Just set the etherbase instead to make mining work. For
    clique, the signer account must be in the keystore.
    
    The change also adds interrupt handling in stress tests.
    fjl committed Oct 8, 2021
    Copy the full SHA
    53bf925 View commit details
    Browse the repository at this point in the history