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
Create ConvertOrigin for GlobalConsensus functionality.
more ???
Testing
add xcm emulated integration tests
to send xcm::Transact from PolkadotCollectives to the Kusama relay (e.g. set some HostConfiguration parameter or open HRMP channel, ...)
to send xcm::Transact from PolkadotCollectives to the Kusama's parachain - to see that it is correctly propagated on the Kusama and we control root origin
Open questions
Do we need a RFC for fellows?
The text was updated successfully, but these errors were encountered:
acatangiu
changed the title
Allow Polkadot Collectives to govern the Kusama (relay)
Kusama Fellowship replaced by the Polkadot Fellowship acting over the bridge
Oct 15, 2024
acatangiu
changed the title
Kusama Fellowship replaced by the Polkadot Fellowship acting over the bridge
Allow Polkadot Collectives to govern the Kusama (relay)
Oct 15, 2024
Summary
Allow
xcm::Transact
from PolkadotCollectives on the KusamaRelay.Explanation / tasks
Location::(2, GlobalConsensus(Kusama))
destination.SovereignPaidRemoteExporter
,UnpaidRemoteExporter
orpallet_xcm_bridge_hub_router
)type UniversalAliases
forxcm_executor::Config
for Kusama.type OriginConverter = LocalOriginConverter;
on Kusama to trust PolkadotCollectives:ConvertOrigin
forGlobalConsensus
functionality.Testing
xcm::Transact
from PolkadotCollectives to the Kusama relay (e.g. set some HostConfiguration parameter or open HRMP channel, ...)xcm::Transact
from PolkadotCollectives to the Kusama's parachain - to see that it is correctly propagated on the Kusama and we control root originOpen questions
The text was updated successfully, but these errors were encountered: