plugeth/miner/stress
Felix Lange 1bea4b0dfa
miner/stress: initialize account backends explicitly (#23699)
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.
2021-10-09 16:39:53 +02:00
..
1559 miner/stress: initialize account backends explicitly (#23699) 2021-10-09 16:39:53 +02:00
clique miner/stress: initialize account backends explicitly (#23699) 2021-10-09 16:39:53 +02:00
ethash miner/stress: initialize account backends explicitly (#23699) 2021-10-09 16:39:53 +02:00