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
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.
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,bond_rewards
extrinsic that allows a user to take their rewards and directly use them to increase their bonded funds. Thebond_rewards
extrinsic isn't strictly necessary since a delegator couldclaim_rewards
and then callbond_extra
.Should wait until #10694 is merged to start working on this.
The text was updated successfully, but these errors were encountered: