web-wallet: Inform the user about when their stake matures (stake eligibility) #2981
Labels
module:web-wallet
Issues related to web-wallet module
type:enhancement
Issues concerning code or feature improvement (performance, refactoring, etc)
Summary
When a user stakes, it takes two epochs for their stake to mature and yield a return on their stake. Currently, the web wallet does not inform the user when their stake matures, potentially leading to confusion about not receiving rewards.
Possible solution design or implementation
Eligibility is part of the information provided by the stake contract. We should add a message on the stake overview that shows, if a stake is not matured yet, what the block height for maturity of the stake will be.
Another option would be to always display the information.
The text was updated successfully, but these errors were encountered: