substrate
substrate copied to clipboard
nomination-pools: fix usage of `stash` and `controller` around `StakingInterface`
currently it is a bit of a mess. It should be aligned with the dispatch origin of the corresponding call. For example, the controller can call bond_extra
, so it should be called controller
.
Hello again, can I pick this task instead? Is there any additional information I might need?
We should instead try and drop the controller account logic imo, and just rely on proxies. Seems better than continually iterating on an obsolete api
cc @ruseinov
@ruseinov I believe this is closed by #12424 ?