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

Token holders able to batch claim delegation reward #2797

Closed
lxfind opened this issue Jun 28, 2022 · 4 comments
Closed

Token holders able to batch claim delegation reward #2797

lxfind opened this issue Jun 28, 2022 · 4 comments
Assignees
Milestone

Comments

@lxfind
Copy link
Contributor

lxfind commented Jun 28, 2022

Currently a SUI token holder will have to send a transaction per epoch for each epoch they have delegated.
Ideally we want to enable a SUI token holder to do that by one action. This can either be done through UI trick which does N transactions under the hood, or we support a function that supports passing in a vector of epoch record objects so that it can claim multiple epochs in one transaction.

@lxfind lxfind added this to the [C] Wave 2 milestone Jun 28, 2022
@emmazzz
Copy link
Contributor

emmazzz commented Jul 7, 2022

This can either be done through UI trick which does N transactions under the hood, or we support a function that supports passing in a vector of epoch record objects so that it can claim multiple epochs in one transaction.

Depends on #492 if we choose the latter option.

@emmazzz emmazzz self-assigned this Jul 13, 2022
@janetwu11
Copy link
Contributor

There is a new and more elegant design proposal which can affect the implementation if the math works out for the new design.

@emmazzz
Copy link
Contributor

emmazzz commented Aug 23, 2022

Implementing it as part of #4104

@emmazzz
Copy link
Contributor

emmazzz commented Sep 23, 2022

Addressed by #4187

@emmazzz emmazzz closed this as completed Sep 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants