Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

nomination-pools: Add bond extra and bond rewards extrinsics #10903

Closed
emostov opened this issue Feb 22, 2022 · 1 comment
Closed

nomination-pools: Add bond extra and bond rewards extrinsics #10903

emostov opened this issue Feb 22, 2022 · 1 comment
Assignees
Labels
U2-some_time_soon Issue is worth doing soon. Z2-medium Can be fixed by a coder with good Rust knowledge but little knowledge of the codebase.

Comments

@emostov
Copy link
Contributor

emostov commented Feb 22, 2022

Currently a delegator cannot bond more funds after they join. To remedy this we should add a

  • bond_extra extrinsic that allows the delegator increase their bond with non-locked funds,
  • and a bond_rewards extrinsic that allows a user to take their rewards and directly use them to increase their bonded funds. The bond_rewards extrinsic isn't strictly necessary since a delegator could claim_rewards and then call bond_extra.

Should wait until #10694 is merged to start working on this.

@emostov emostov added U2-some_time_soon Issue is worth doing soon. Z2-medium Can be fixed by a coder with good Rust knowledge but little knowledge of the codebase. labels Feb 22, 2022
@emostov emostov mentioned this issue Feb 22, 2022
4 tasks
@kianenigma kianenigma self-assigned this Mar 21, 2022
@kianenigma
Copy link
Contributor

closed by #11100

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
U2-some_time_soon Issue is worth doing soon. Z2-medium Can be fixed by a coder with good Rust knowledge but little knowledge of the codebase.
Projects
Status: Done
Development

No branches or pull requests

2 participants