[FR] Support for Not Saving the Wallet Password
This would remove the node wallet's password file (so the user must enter the password manually for each TX), which has been a popular request from security-minded people.
One problem with this mode is that it will break minipool deposits, since they're handled by the node (and it won't have your password anymore). We'll have to look into doing that directly from node deposit instead of letting the node take care of it on its timer.
How about putting the password in memory for some time, kind of like how sudo works on a mac? That way you don't have to enter the password for every TX. Not sure how many transactions you need to do during a normal session, but I would be ok with entering my password once when doing some work on my node.
Won't fix the minipool deposits tho.
What does it break? The stake transaction after scrub period? Why don't you just pre-sign it?