1) I`ve found a minor bug in electrum
- When I expand the addresses or when I add more addresses with the wallet.storage.put('gap_limit',10) command, the scroll bar doesnt expand. So when the height of the window grows, the scroll bar sometimes doesnt grow with it, instead it retains previous size. I have to move the window around or press alt tab for it to resolve (NOTE: I TESTED THIS ON BOTH WINDOWS AND LINUX, THE BUG PERSISTS IN BOTH OS)
2) Qr code offline PC feature3) Copy paste address final balance
Please make it possible so that we can copy paste the balance directly from the client, so when I right click and address I can copy it's final balance directly and not just the address itself.
4) Exporting transactions by group
The export transaction feature is very poorly designed, perhaps it can be improved by making it possible to export the transactions by group for every address. I only see the TX id but its impossible to know from what address it came. So if it would be grouped like by addresses it would be nice.
5) [CRITICAL] Make the random seed generation input random seed set by moving the mouse randomly. Yes the random seed is based on the OS's random function which can be flawed. It would be very recommended for us to be able to add extra entropy to it by moving the mouse randomly, that other wallets provide too. This is a very critical improvement that is necessary i believe for electrum too. It can be a voluntary choice so that if people would go with the built in RNG ,then ok, but give people the choice for own entropy.