Open degeri opened 5 years ago
How exactly did you test this?
We dispatch a getpurchaseinfo
call to each configured VSP at wallet startup time, which should be getting the updated pool fee.
You will get the wrong fee on very long lived wallets that (e.g.) have auto ticket buying on. Though I'm not sure this will be a very frequent problem - I don't think pools are changing their fees so often that this will be a major problem.
They should be communicating the change to their users as well, since specially a fee increase is a change in usage terms.
Testing method as follows.
Agree that VSP should be communicating the changes to users.
Also should we have an alert and confirm with the user if fee changes ?)
If a VSP changes it fees from lets say 10% to 12%. Decrediton is supposed to auto update the fee, this is not happening and and the ticket is bought with that old fee of 10%.The VSP will now ignore that ticket.
Note: This value get refreshed when we click on the "stakepool-manage-pool-button-area" button.
Tested on [1.4.0] not sure if others are affected.