difftreelog
fix restrict XCM barrier from trusting parent chain
in: master
3 files changed
runtime/opal/src/lib.rsdiffbeforeafterboth707pub type Barrier = (707pub type Barrier = (708 TakeWeightCredit,708 TakeWeightCredit,709 AllowTopLevelPaidExecutionFrom<Everything>,709 AllowTopLevelPaidExecutionFrom<Everything>,710 AllowUnpaidExecutionFrom<ParentOrParentsUnitPlurality>,711 // ^^^ Parent & its unit plurality gets free execution710 // ^^^ Parent & its unit plurality gets free execution712);711);713712runtime/quartz/src/lib.rsdiffbeforeafterboth706pub type Barrier = (706pub type Barrier = (707 TakeWeightCredit,707 TakeWeightCredit,708 AllowTopLevelPaidExecutionFrom<Everything>,708 AllowTopLevelPaidExecutionFrom<Everything>,709 AllowUnpaidExecutionFrom<ParentOrParentsUnitPlurality>,710 // ^^^ Parent & its unit plurality gets free execution709 // ^^^ Parent & its unit plurality gets free execution711);710);712711runtime/unique/src/lib.rsdiffbeforeafterboth705pub type Barrier = (705pub type Barrier = (706 TakeWeightCredit,706 TakeWeightCredit,707 AllowTopLevelPaidExecutionFrom<Everything>,707 AllowTopLevelPaidExecutionFrom<Everything>,708 AllowUnpaidExecutionFrom<ParentOrParentsUnitPlurality>,709 // ^^^ Parent & its unit plurality gets free execution708 // ^^^ Parent & its unit plurality gets free execution710);709);711710