Moved from https://github.com/bitcoin/bitcoin/issues/16000.
The generate
method has been removed from Bitcoin Core, but it would be nice if the GUI had a generate
method in the debug console. That method would effectively expand to generatetoaddress(getnewaddress())
(just like the def generate
in our test node python class)