You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #8812, #8601 a bug was identified in which delegation and undelegation calculations made during accounting operations for vesting accounts were not written back to the account store. No user funds are lost by this bug, but spendable funds may remain inaccessible for affected users until the bug is resolved.
Affected chains will need to perform a migration to resolve the inconsistent tracking of delegated coins for affected accounts.
A fix was implemented in #8865. As a follow-up we should add an in-place store migration (utilizing #8646, implemented in #8485 & #8743) so that chains affected by this bug can successfully migrate without having to do an offline migration w/ genesis export.
The text was updated successfully, but these errors were encountered:
In #8812, #8601 a bug was identified in which delegation and undelegation calculations made during accounting operations for vesting accounts were not written back to the account store. No user funds are lost by this bug, but spendable funds may remain inaccessible for affected users until the bug is resolved.
Affected chains will need to perform a migration to resolve the inconsistent tracking of delegated coins for affected accounts.
A fix was implemented in #8865. As a follow-up we should add an in-place store migration (utilizing #8646, implemented in #8485 & #8743) so that chains affected by this bug can successfully migrate without having to do an offline migration w/ genesis export.
The text was updated successfully, but these errors were encountered: