Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

web-wallet: Inform the user about when their stake matures (stake eligibility) #2981

Open
HDauven opened this issue Nov 15, 2024 · 0 comments
Labels
module:web-wallet Issues related to web-wallet module type:enhancement Issues concerning code or feature improvement (performance, refactoring, etc)

Comments

@HDauven
Copy link
Member

HDauven commented Nov 15, 2024

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.

@HDauven HDauven added type:enhancement Issues concerning code or feature improvement (performance, refactoring, etc) module:web-wallet Issues related to web-wallet module labels Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module:web-wallet Issues related to web-wallet module type:enhancement Issues concerning code or feature improvement (performance, refactoring, etc)
Projects
None yet
Development

No branches or pull requests

1 participant