-
Notifications
You must be signed in to change notification settings - Fork 378
Governance V2 on CGP #1143
Comments
@joepetrowski wonder which origins from Gov v2 we wanna map into ExecutiveBody? |
@joepetrowski I see your comment |
@gavofyork WDYT? |
I am scoping what needs to be done to make such a mapping from new origins, will post it here later. |
The main question is how we - Problem: Pass exact Origin from one chain to another via XCM protocol.Option 1.Pass MultiLocation with Item and Origin index. Cons:
Examples:for Statemine the FellowshipAdmin origin sent from Relay Chain:
Option 2.Map Origins into Plurality body Cons:
Examples:for Statemine the FellowshipAdmin origin sent from Relay Chain:
Option 3.Pass MultiLocation with Pallet, Item and Origin index. Cons:
Examples:for Statemine the FellowshipAdmin origin sent from Relay Chain:
'''''''''' I am moving forward with option1, and will propose the implementation |
Discussed in DM with @joepetrowski |
I believe these are all sorted now. Will expect new issues if there are any operational problems. |
Statemint/e runtimes make use of several origins assuming an
ExecutiveBody
on its parent chain, e.g.With the introduction of paritytech/polkadot-sdk#297 / paritytech/polkadot#5205, we will need to map these Root/Executive Body calls to new origins.
The text was updated successfully, but these errors were encountered: