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 app/upgrades/upgrades.go we have a set of functions that will migrate a periodic vesting account to a new address.
We have migrated a number of accounts with this, but it only supports accounts with no delegations.
We would like to update the migrateVestingAccounts function to, prior to migration, unbond assets with immediate effect and collect rewards (this bit might be implicit) and then post migration, re-establish the same delegations from the new account.
The text was updated successfully, but these errors were encountered:
Summary
In app/upgrades/upgrades.go we have a set of functions that will migrate a periodic vesting account to a new address.
We have migrated a number of accounts with this, but it only supports accounts with no delegations.
We would like to update the migrateVestingAccounts function to, prior to migration, unbond assets with immediate effect and collect rewards (this bit might be implicit) and then post migration, re-establish the same delegations from the new account.
The text was updated successfully, but these errors were encountered: