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
When user has delegations for multishard wallet and wants to edit it, always will be created the whole list of operations. For example, if I have 10 multishard accounts which are delegated to track 10 and I edit that delegations in order to add track 15 I would force to redelegate to track 10 which is quite big amount of fee on Polkadot
Steps to Reproduce
Add delegations for 10 accounts into multishard wallet for 1 track
Edit delegation in order to add new track delegation without changing an amount
Expected Behavior
Will be created only needed transactions (for new track)
Actual Behavior
Will be created 10x2 additional operations (undelegate, delegate)
stepanLav
changed the title
Governance. Edit delegation for multishard - not optimal flow
Governance. Edit delegation for multishard - not optimal execution flow
Jan 20, 2025
Description
When user has delegations for multishard wallet and wants to edit it, always will be created the whole list of operations. For example, if I have 10 multishard accounts which are delegated to track 10 and I edit that delegations in order to add track 15 I would force to redelegate to track 10 which is quite big amount of fee on Polkadot
Steps to Reproduce
Expected Behavior
Will be created only needed transactions (for new track)
Actual Behavior
Will be created 10x2 additional operations (undelegate, delegate)
Environment
0a49e33
The text was updated successfully, but these errors were encountered: