You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If someone wants to execute an extrinsic on a remote location (e.g. a parachain) from a signed origin (e.g. an Any proxy or a multisig), they should be able to do so from the location where that account exists, so long as the remote location opts in to allow it.
For example, deposits on the Relay Chain are higher than system parachains. A multisig on the Relay Chain should be able to send instructions to transact on system chains, without requiring every member to teleport some funds to that system chain and recreate the accounts.
We could add a transact_as extrinsic to pallet-xcm to allow this.
If someone wants to execute an extrinsic on a remote location (e.g. a parachain) from a signed origin (e.g. an
Any
proxy or a multisig), they should be able to do so from the location where that account exists, so long as the remote location opts in to allow it.For example, deposits on the Relay Chain are higher than system parachains. A multisig on the Relay Chain should be able to send instructions to transact on system chains, without requiring every member to teleport some funds to that system chain and recreate the accounts.
We could add a
transact_as
extrinsic topallet-xcm
to allow this.Related: #3288 and #2479
The text was updated successfully, but these errors were encountered: