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

Balances are not being refreshed properly on actions like renew, withdrawal etc on liveliness page. #1457

Open
fuzzyduke opened this issue Oct 11, 2024 · 1 comment
Assignees
Labels
bug Something isn't working test-sol Issues to fix for Solana Integration Go Live

Comments

@fuzzyduke
Copy link
Member

Balances are not being refreshed properly on actions like renew, withdrawal etc on liveliness page.
This includes Available balance, total bonded amount.

@fuzzyduke fuzzyduke added bug Something isn't working test-sol Issues to fix for Solana Integration Go Live labels Oct 11, 2024
@911-Benedek-RobertGeorge
Copy link
Member

Renewal should not modify any balance, just liveliness
The modification of balance was not right in the case when the bond had liveliness while withdrawing because I havent computed the slash correct, now should be fine.

Please let me know if you find any other discrepancies in the actions and balance update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working test-sol Issues to fix for Solana Integration Go Live
Projects
None yet
Development

No branches or pull requests

3 participants
@911-Benedek-RobertGeorge @fuzzyduke and others