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

Multiple Vesting Schedules Update Breaks Balance Display #6277

Closed
shawntabrizi opened this issue Oct 13, 2021 · 1 comment · Fixed by #6278
Closed

Multiple Vesting Schedules Update Breaks Balance Display #6277

shawntabrizi opened this issue Oct 13, 2021 · 1 comment · Fixed by #6278
Labels
Bug Tracks issues causing errors or unintended behavior, critical to fix for reliability.

Comments

@shawntabrizi
Copy link
Member

shawntabrizi commented Oct 13, 2021

Recently Polkadot network upgraded to 0911 which enabled multiple vesting schedules per account.

This seems to break the display of an account balance on the accounts page.

The new format for vesting schedules is:

paritytech/substrate#9202

BoundedVec<VestingInfo<BalanceOf<T>, T::BlockNumber>, MaxVestingSchedulesGet<T>>,
@jacogr jacogr added -size-s Bug Tracks issues causing errors or unintended behavior, critical to fix for reliability. labels Oct 13, 2021
@polkadot-js-bot
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue if you think you have a related problem or query.

@polkadot-js polkadot-js locked as resolved and limited conversation to collaborators Oct 20, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug Tracks issues causing errors or unintended behavior, critical to fix for reliability.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants