feat: add pallet-proxy to all runtimes
Signed-off-by: Gregory Hill [email protected]
This has been requested by several users. The proxy pallet allows accounts to dispatch calls on behalf of another account (with their permission).
Can you add some context please. What does this do and why do we need it?
Before we merge this, we should consider the following proxy types (requested):
- claiming rewards
- transfers
- issues / redeems
Before we merge this, we should consider the following proxy types (requested):
* claiming rewards * transfers * issues / redeems
This seems like something that you should discuss with @alexbleau or @nud3l
Do we have to decide in advance which pallets we support for proxy?
Do we have to decide in advance which pallets we support for proxy?
If we can decide now, that'd be ideal. Of course, we can always do a runtime upgrade to make changes. It would be a breaking change because of changing metadata, but it's not the end of the world. In the current version, you can allow other accounts to create any call on behalf of you, which might find some usage already