The new wallet works perfectly fine. I have some questions though about some parameters.
What's the difference between the Stakepower element in getmininginfo and the Minting weight/Network weight in the mini-stats tooltip? And is the weight in mini-stats somehow linked to coinage or is it just a number?
When you activate Coin Control there is a column named Priority. What does this mean? Is it linked in some way to minting, so that for example the coins with high priority has already been minted, or are they about to be minted? Or does priority mean something else?
The stakepower element is essentially the sum of coin age of all eligible coins (amounts).
The weight wallues are ... just numbers. Used in order to create reasonable comparison. We might adjust these numbers in future.
The Priority column in coin control is related to coin age. Older coins have higher priority. The code is from bitcoin and the concept is that you might have to pay fee for newer coins. So the original theory is the higher priority ask for less fees. This is it true for Diamond. In our case you should consider priority as an measure of the chance of the coins to stake. We have some more work to do here, especially the tool tips information, which is sometimes confusing. For example it talks about 0.01 fees, while ours are 0.001.