Proof of ownership for proxy anonymous account #350
Labels
I5-enhancement
An additional feature request.
T1-FRAME
This PR/Issue is related to core FRAME, the framework.
Currently it is hard for a service to verify ownership of an address. One way is have the address sign a message using private key, which does not work for proxy anonymous address or multi-sig address.
system.remark can be a solution by proof the ability to send transaction from an address, however it still have some limitations:
A -> B -x- C
nested proxy call and find out the nested dispatch error from the event. Combined with batch call and multi-sig, it just almost impossible to correctly handle all the edge cases.NonTransfer
proxy account can sendsystem.remark
, but it doesn't actually means this proxy account have the full ownership.The text was updated successfully, but these errors were encountered: