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

Governance. Edit delegation for multishard - not optimal execution flow #2998

Open
stepanLav opened this issue Jan 20, 2025 · 1 comment
Open
Labels
Bug Issues & PRs that addressing a bug

Comments

@stepanLav
Copy link
Member

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

  1. Add delegations for 10 accounts into multishard wallet for 1 track
  2. 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)

Environment

0a49e33

@stepanLav stepanLav added the Bug Issues & PRs that addressing a bug label Jan 20, 2025
@stepanLav stepanLav changed the title Governance. Edit delegation for multishard - not optimal flow Governance. Edit delegation for multishard - not optimal execution flow Jan 20, 2025
@pgolovkin
Copy link
Collaborator

Work on it with next iteration of OpenGov delegation improvement for multishard.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Issues & PRs that addressing a bug
Projects
Status: Todo
Development

No branches or pull requests

2 participants