Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add UMP pricing #1556

Merged
merged 78 commits into from
Oct 12, 2023
Merged
Show file tree
Hide file tree
Changes from 42 commits
Commits
Show all changes
78 commits
Select commit Hold shift + click to select a range
028286b
Add relay in possible destinations for fee factor
franciscoaguirre Sep 14, 2023
9384e68
Add associated type to FeeTracker
franciscoaguirre Sep 14, 2023
69f1c52
Add delivery fe calculation to ParachainSystem
franciscoaguirre Sep 14, 2023
4d7b6be
Increase delivery fee when sending a message
franciscoaguirre Sep 14, 2023
72151bf
Refactor threshold function
franciscoaguirre Sep 14, 2023
223d878
Merge branch 'kckyeung/xcm-fees-manager' into cis-ump-pricing
franciscoaguirre Sep 14, 2023
9988073
".git/.scripts/commands/fmt/fmt.sh"
Sep 14, 2023
fea53ba
Fix TestFeeTracker
franciscoaguirre Sep 15, 2023
1928602
Fix UMP ExponentialPrice for asset hub kusama
franciscoaguirre Sep 15, 2023
f6a8c0e
Merge branch 'kckyeung/xcm-fees-manager' into cis-ump-pricing
franciscoaguirre Sep 16, 2023
6e11751
Update cumulus/pallets/parachain-system/src/lib.rs
franciscoaguirre Sep 26, 2023
d4b1ae2
Update cumulus/pallets/parachain-system/src/lib.rs
franciscoaguirre Sep 26, 2023
b1e16f6
Merge branch 'kckyeung/xcm-fees-manager' into cis-ump-pricing
franciscoaguirre Sep 26, 2023
6f6b0fa
Fix type issues
franciscoaguirre Sep 26, 2023
27c9216
Remove one-liner function
franciscoaguirre Sep 26, 2023
0b6f8b8
Merge branch 'kckyeung/xcm-fees-manager' into cis-ump-pricing
franciscoaguirre Sep 26, 2023
c259315
Merge branch 'kckyeung/xcm-fees-manager' into cis-ump-pricing
franciscoaguirre Sep 27, 2023
2f95d72
Merge branch 'kckyeung/xcm-fees-manager' into cis-ump-pricing
franciscoaguirre Sep 27, 2023
5bc24da
Change xcm delivery fee helpers to work with UMP
franciscoaguirre Sep 27, 2023
a8f9e24
Merge branch 'kckyeung/xcm-fees-manager' into cis-ump-pricing
franciscoaguirre Sep 27, 2023
1742b79
Merge branch 'kckyeung/xcm-fees-manager' into cis-ump-pricing
franciscoaguirre Sep 27, 2023
d6d4f19
Fix feature formatting
franciscoaguirre Sep 27, 2023
e82e0bb
Fix feature propagation for try-runtime
franciscoaguirre Sep 27, 2023
6ba1742
Merge branch 'kckyeung/xcm-fees-manager' into cis-ump-pricing
franciscoaguirre Sep 27, 2023
f0e26eb
Merge branch 'kckyeung/xcm-fees-manager' into cis-ump-pricing
franciscoaguirre Sep 27, 2023
fb538d5
Add UMP pricing to all runtimes
franciscoaguirre Sep 27, 2023
156f031
Merge branch 'kckyeung/xcm-fees-manager' into cis-ump-pricing
franciscoaguirre Sep 27, 2023
8ce5488
Fix feature propagation
franciscoaguirre Sep 27, 2023
cf790ca
Fix contracts-rococo
franciscoaguirre Sep 27, 2023
55f8adb
Format features
franciscoaguirre Sep 27, 2023
cd01958
Update cumulus/pallets/parachain-system/src/lib.rs
franciscoaguirre Sep 28, 2023
4298104
Update cumulus/pallets/parachain-system/src/lib.rs
franciscoaguirre Sep 28, 2023
376cf3f
Update cumulus/parachains/runtimes/assets/test-utils/src/test_cases.rs
franciscoaguirre Sep 28, 2023
f7ad1df
Change FeeTracker Id to associated type
franciscoaguirre Sep 29, 2023
e86b2ba
Unify parachain and parent delivery pricing traits
franciscoaguirre Sep 29, 2023
12d7720
Merge branch 'kckyeung/xcm-fees-manager' into cis-ump-pricing
franciscoaguirre Sep 29, 2023
0c4802f
Merge branch 'kckyeung/xcm-fees-manager' into cis-ump-pricing
franciscoaguirre Sep 29, 2023
1922478
Merge branch 'kckyeung/xcm-fees-manager' into cis-ump-pricing
franciscoaguirre Sep 29, 2023
5b49f9d
Fix CI
franciscoaguirre Sep 30, 2023
d15d78c
Update cumulus/pallets/parachain-system/src/lib.rs
franciscoaguirre Oct 2, 2023
2c5c419
Merge branch 'kckyeung/xcm-fees-manager' into cis-ump-pricing
franciscoaguirre Oct 2, 2023
6cf3c42
Address feedback
franciscoaguirre Oct 2, 2023
df10d99
Use previously unused import
franciscoaguirre Oct 3, 2023
5fdfd31
Fix tests
franciscoaguirre Oct 3, 2023
e26a6cc
Merge branch 'kckyeung/xcm-fees-manager' into cis-ump-pricing
franciscoaguirre Oct 3, 2023
732dd42
Fixes
franciscoaguirre Oct 3, 2023
c51b519
Fixes
franciscoaguirre Oct 3, 2023
125971f
".git/.scripts/commands/bench/bench.sh" --subcommand=xcm --runtime=we…
Oct 3, 2023
9f8ef94
Fix benchmarks
franciscoaguirre Oct 4, 2023
7c9c667
Fix benchmarks
franciscoaguirre Oct 4, 2023
d04933c
Fix benchmarks
franciscoaguirre Oct 4, 2023
d4d726c
Fix benchmarks
franciscoaguirre Oct 4, 2023
ead1d0e
Merge branch 'kckyeung/xcm-fees-manager' into cis-ump-pricing
franciscoaguirre Oct 6, 2023
13f25c3
Relocate unused imports
franciscoaguirre Oct 6, 2023
e74319c
Fixes
franciscoaguirre Oct 6, 2023
48c1d2f
Merge branch 'kckyeung/xcm-fees-manager' into cis-ump-pricing
franciscoaguirre Oct 9, 2023
00eb9a0
Another usage of NoPriceForMessageDelivery
franciscoaguirre Oct 9, 2023
dfc06ad
More correct type usage
franciscoaguirre Oct 9, 2023
bc54235
Fix import issues
franciscoaguirre Oct 10, 2023
a0a48af
Format features
franciscoaguirre Oct 10, 2023
f51af53
Fix stuff
franciscoaguirre Oct 10, 2023
b2072cd
Merge branch 'kckyeung/xcm-fees-manager' into cis-ump-pricing
franciscoaguirre Oct 10, 2023
2dfeb40
Fix doc error
franciscoaguirre Oct 10, 2023
8a4c839
Fix docs
franciscoaguirre Oct 10, 2023
555f2e2
Remove links to non-public items
franciscoaguirre Oct 11, 2023
985d52d
Fmt
franciscoaguirre Oct 11, 2023
939b361
Fix treasury tests
franciscoaguirre Oct 11, 2023
94ba563
".git/.scripts/commands/fmt/fmt.sh"
Oct 11, 2023
324c20f
Waive delivery fees for westend treasury location
franciscoaguirre Oct 11, 2023
38b7dfd
Merge branch 'kckyeung/xcm-fees-manager' into cis-ump-pricing
franciscoaguirre Oct 11, 2023
6bd03ba
Merge branch 'kckyeung/xcm-fees-manager' into cis-ump-pricing
franciscoaguirre Oct 11, 2023
551e2f6
".git/.scripts/commands/fmt/fmt.sh"
Oct 11, 2023
bc5c9c6
Merge branch 'kckyeung/xcm-fees-manager' into cis-ump-pricing
franciscoaguirre Oct 11, 2023
c2ba081
Merge branch 'kckyeung/xcm-fees-manager' into cis-ump-pricing
franciscoaguirre Oct 12, 2023
9b5fc15
Fix feature propagation
franciscoaguirre Oct 12, 2023
20bd27f
Fix feature propagation
franciscoaguirre Oct 12, 2023
a172a7c
Fix fmt manifest
franciscoaguirre Oct 12, 2023
87c7158
Remove unused things
franciscoaguirre Oct 12, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions cumulus/pallets/parachain-system/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ sp-version = { path = "../../../substrate/primitives/version", default-features

# Polkadot
polkadot-parachain-primitives = { path = "../../../polkadot/parachain", default-features = false, features = [ "wasm-api" ]}
polkadot-runtime-parachains = { path = "../../../polkadot/runtime/parachains", default-features = false }
xcm = { package = "staging-xcm", path = "../../../polkadot/xcm", default-features = false}

# Cumulus
Expand Down Expand Up @@ -63,6 +64,7 @@ std = [
"frame-system/std",
"log/std",
"polkadot-parachain-primitives/std",
"polkadot-runtime-parachains/std",
"scale-info/std",
"sp-core/std",
"sp-externalities/std",
Expand All @@ -80,12 +82,14 @@ runtime-benchmarks = [
"frame-support/runtime-benchmarks",
"frame-system/runtime-benchmarks",
"polkadot-parachain-primitives/runtime-benchmarks",
"polkadot-runtime-parachains/runtime-benchmarks",
"sp-runtime/runtime-benchmarks",
]

try-runtime = [
"frame-support/try-runtime",
"frame-system/try-runtime",
"polkadot-runtime-parachains/try-runtime",
"sp-runtime/try-runtime",
]

Expand Down
85 changes: 82 additions & 3 deletions cumulus/pallets/parachain-system/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,15 @@ use frame_support::{
};
use frame_system::{ensure_none, ensure_root, pallet_prelude::HeaderFor};
use polkadot_parachain_primitives::primitives::RelayChainBlockNumber;
use polkadot_runtime_parachains::FeeTracker;
use scale_info::TypeInfo;
use sp_runtime::{
traits::{Block as BlockT, BlockNumberProvider, Hash},
transaction_validity::{
InvalidTransaction, TransactionLongevity, TransactionSource, TransactionValidity,
ValidTransaction,
},
DispatchError, RuntimeDebug,
DispatchError, FixedU128, RuntimeDebug, Saturating,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be good to get some doc comments at the top of this pallet explaining the new UMP pricing.

};
use sp_std::{cmp, collections::btree_map::BTreeMap, prelude::*};
use xcm::latest::XcmHash;
Expand Down Expand Up @@ -177,6 +178,20 @@ where
check_version: bool,
}

mod ump_constants {
use super::FixedU128;

/// `host_config.max_upward_queue_size / THRESHOLD_FACTOR` is the threshold after which delivery
/// starts getting exponentially more expensive.
/// `2` means the price starts to increase when queue is half full.
pub const THRESHOLD_FACTOR: u32 = 2;
/// The base number the delivery fee factor gets multiplied by every time it is increased.
/// Also the number it gets divided by when decreased.
pub const EXPONENTIAL_FEE_BASE: FixedU128 = FixedU128::from_rational(105, 100); // 1.05
/// The base number message size in KB is multiplied by before increasing the fee factor.
pub const MESSAGE_SIZE_FEE_BASE: FixedU128 = FixedU128::from_rational(1, 1000); // 0.001
}

#[frame_support::pallet]
pub mod pallet {
use super::*;
Expand Down Expand Up @@ -240,6 +255,9 @@ pub mod pallet {

#[pallet::hooks]
impl<T: Config> Hooks<BlockNumberFor<T>> for Pallet<T> {
/// Handles actually sending upward messages by moving them from [`PendingUpwardMessages`] to [`UpwardMessages`].
/// Decreases the delivery fee factor if after sending messages, the queue total size is less than the threshold
/// (see [`ump_constants::THRESHOLD_FACTOR`]).
fn on_finalize(_: BlockNumberFor<T>) {
<DidSetValidationCode<T>>::kill();
<UpgradeRestrictionSignal<T>>::kill();
Expand Down Expand Up @@ -326,6 +344,15 @@ pub mod pallet {
UpwardMessages::<T>::put(&up[..num as usize]);
*up = up.split_off(num as usize);

// If the total size of the pending messages is less than the threshold,
// we decrease the fee factor, since the queue is less congested.
// This makes delivery of new messages cheaper.
let threshold = host_config.max_upward_queue_size.saturating_div(ump_constants::THRESHOLD_FACTOR);
let remaining_total_size: usize = up.iter().map(UpwardMessage::len).sum();
if remaining_total_size <= threshold as usize {
Self::decrease_fee_factor(());
}

(num, total_size)
});

Expand Down Expand Up @@ -720,7 +747,7 @@ pub mod pallet {
StorageValue<_, Vec<Ancestor<T::Hash>>, ValueQuery>;

/// Storage field that keeps track of bandwidth used by the unincluded segment along with the
/// latest the latest HRMP watermark. Used for limiting the acceptance of new blocks with
/// latest HRMP watermark. Used for limiting the acceptance of new blocks with
/// respect to relay chain constraints.
#[pallet::storage]
pub(super) type AggregatedUnincludedSegment<T: Config> =
Expand Down Expand Up @@ -857,6 +884,17 @@ pub mod pallet {
pub(super) type PendingUpwardMessages<T: Config> =
StorageValue<_, Vec<UpwardMessage>, ValueQuery>;

/// Initialization value for the delivery fee factor for UMP.
#[pallet::type_value]
pub fn UpwardInitialDeliveryFeeFactor() -> FixedU128 {
FixedU128::from_u32(1)
}

/// The factor to multiply the base delivery fee by for UMP.
#[pallet::storage]
pub(super) type UpwardDeliveryFeeFactor<T: Config> =
StorageValue<_, FixedU128, ValueQuery, UpwardInitialDeliveryFeeFactor>;

/// The number of HRMP messages we observed in `on_initialize` and thus used that number for
/// announcing the weight of `on_initialize` and `on_finalize`.
#[pallet::storage]
Expand Down Expand Up @@ -973,6 +1011,29 @@ impl<T: Config> Pallet<T> {
}
}

impl<T: Config> FeeTracker for Pallet<T> {
type Id = ();

fn get_fee_factor(_: Self::Id) -> FixedU128 {
UpwardDeliveryFeeFactor::<T>::get()
}

fn increase_fee_factor(_: Self::Id, message_size_factor: FixedU128) -> FixedU128 {
<UpwardDeliveryFeeFactor<T>>::mutate(|f| {
*f = f.saturating_mul(ump_constants::EXPONENTIAL_FEE_BASE.saturating_add(message_size_factor));
*f
})
}

fn decrease_fee_factor(_: Self::Id) -> FixedU128 {
<UpwardDeliveryFeeFactor<T>>::mutate(|f| {
*f =
UpwardInitialDeliveryFeeFactor::get().max(*f / ump_constants::EXPONENTIAL_FEE_BASE);
*f
})
}
}

impl<T: Config> GetChannelInfo for Pallet<T> {
fn get_channel_status(id: ParaId) -> ChannelStatus {
// Note, that we are using `relevant_messaging_state` which may be from the previous
Expand Down Expand Up @@ -1465,7 +1526,12 @@ impl<T: Config> frame_system::SetCode<T> for ParachainSetCode<T> {
}

impl<T: Config> Pallet<T> {
/// Puts a message in the [`PendingUpwardMessages`] storage item.
/// The message will be later sent in [`on_finalize`].
/// Checks host configuration to see if message is too big.
/// Increases the delivery fee factor if the queue is sufficiently (see [`ump_constants::THRESHOLD_FACTOR`]) congested.
pub fn send_upward_message(message: UpwardMessage) -> Result<(u32, XcmHash), MessageSendError> {
franciscoaguirre marked this conversation as resolved.
Show resolved Hide resolved
let message_len = message.len();
// Check if the message fits into the relay-chain constraints.
//
// Note, that we are using `host_configuration` here which may be from the previous
Expand All @@ -1479,9 +1545,21 @@ impl<T: Config> Pallet<T> {
//
// However, changing this setting is expected to be rare.
if let Some(cfg) = Self::host_configuration() {
if message.len() > cfg.max_upward_message_size as usize {
if message_len > cfg.max_upward_message_size as usize {
return Err(MessageSendError::TooBig)
}
let threshold = cfg.max_upward_queue_size.saturating_div(ump_constants::THRESHOLD_FACTOR);
// We check the threshold against total size and not number of messages since messages
// could be big or small.
let pending_messages = PendingUpwardMessages::<T>::get();
let total_size: usize = pending_messages.iter().map(UpwardMessage::len).sum();
if total_size > threshold as usize {
// We increase the fee factor by a factor based on the new message's size in KB
let message_size_factor =
FixedU128::from((message_len / 1024) as u128)
.saturating_mul(ump_constants::MESSAGE_SIZE_FEE_BASE);
Self::increase_fee_factor((), message_size_factor);
}
} else {
// This storage field should carry over from the previous block. So if it's None
// then it must be that this is an edge-case where a message is attempted to be
Expand All @@ -1493,6 +1571,7 @@ impl<T: Config> Pallet<T> {
//
// Thus fall through here.
};

<PendingUpwardMessages<T>>::append(message.clone());

// The relay ump does not use using_encoded
Expand Down
62 changes: 28 additions & 34 deletions cumulus/pallets/xcmp-queue/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ use frame_support::{
traits::{EnsureOrigin, Get},
weights::{constants::WEIGHT_REF_TIME_PER_MILLIS, Weight},
};
use polkadot_runtime_common::xcm_sender::PriceForParachainDelivery;
use polkadot_runtime_common::xcm_sender::PriceForMessageDelivery;
use polkadot_runtime_parachains::FeeTracker;
use rand_chacha::{
rand_core::{RngCore, SeedableRng},
Expand Down Expand Up @@ -110,7 +110,7 @@ pub mod pallet {
type ControllerOriginConverter: ConvertOrigin<Self::RuntimeOrigin>;

/// The price for delivering an XCM to a sibling parachain destination.
type PriceForSiblingDelivery: PriceForParachainDelivery;
type PriceForSiblingDelivery: PriceForMessageDelivery<Id = ParaId>;

/// The weight information of this pallet.
type WeightInfo: WeightInfo;
Expand Down Expand Up @@ -669,7 +669,7 @@ impl<T: Config> Pallet<T> {
messages_processed: &mut u8,
max_weight: Weight,
max_individual_weight: Weight,
should_decrement_fee_factor: bool,
should_decrease_fee_factor: bool,
) -> (Weight, bool) {
let data = <InboundXcmpMessages<T>>::get(sender, sent_at);
let mut last_remaining_fragments;
Expand Down Expand Up @@ -735,8 +735,8 @@ impl<T: Config> Pallet<T> {
remaining_fragments = &b""[..];
}

if should_decrement_fee_factor {
Self::decrement_fee_factor(sender);
if should_decrease_fee_factor {
Self::decrease_fee_factor(sender);
}
}
},
Expand Down Expand Up @@ -892,15 +892,15 @@ impl<T: Config> Pallet<T> {
} else {
// Process up to one block's worth for now.
let weight_remaining = weight_available.saturating_sub(weight_used);
let should_decrement_fee_factor =
let should_decrease_fee_factor =
(status[index].message_metadata.len() as u32) <= suspend_threshold;
let (weight_processed, is_empty) = Self::process_xcmp_message(
sender,
status[index].message_metadata[0],
&mut messages_processed,
weight_remaining,
xcmp_max_individual_weight,
should_decrement_fee_factor,
should_decrease_fee_factor,
);
if is_empty {
status[index].message_metadata.remove(0);
Expand Down Expand Up @@ -970,28 +970,6 @@ impl<T: Config> Pallet<T> {
}
});
}

/// Raise the delivery fee factor by a multiplicative factor and stores the resulting value.
///
/// Returns the new delivery fee factor after the increment.
pub(crate) fn increment_fee_factor(para: ParaId, message_size_factor: FixedU128) -> FixedU128 {
<DeliveryFeeFactor<T>>::mutate(para, |f| {
*f = f.saturating_mul(EXPONENTIAL_FEE_BASE + message_size_factor);
*f
})
}

/// Reduce the delivery fee factor by a multiplicative factor and stores the resulting value.
///
/// Does not reduce the fee factor below the initial value, which is currently set as 1.
///
/// Returns the new delivery fee factor after the decrement.
pub(crate) fn decrement_fee_factor(para: ParaId) -> FixedU128 {
<DeliveryFeeFactor<T>>::mutate(para, |f| {
*f = InitialFactor::get().max(*f / EXPONENTIAL_FEE_BASE);
*f
})
}
}

impl<T: Config> XcmpMessageHandler for Pallet<T> {
Expand Down Expand Up @@ -1050,9 +1028,9 @@ impl<T: Config> XcmpMessageHandler for Pallet<T> {
// Update the delivery fee factor, if applicable.
if count > suspend_threshold {
let message_size_factor =
FixedU128::from_u32(data_ref.len().saturating_div(1024) as u32)
FixedU128::from((data_ref.len() / 1024) as u128)
.saturating_mul(MESSAGE_SIZE_FEE_BASE);
Self::increment_fee_factor(sender, message_size_factor);
Self::increase_fee_factor(sender, message_size_factor);
}
},
Err(_) => status.push(InboundChannelDetails {
Expand Down Expand Up @@ -1203,7 +1181,7 @@ impl<T: Config> SendXcm for Pallet<T> {
MultiLocation { parents: 1, interior: X1(Parachain(id)) } => {
let xcm = msg.take().ok_or(SendError::MissingArgument)?;
let id = ParaId::from(*id);
let price = T::PriceForSiblingDelivery::price_for_parachain_delivery(id, &xcm);
let price = T::PriceForSiblingDelivery::price_for_delivery(id, &xcm);
let versioned_xcm = T::VersionWrapper::wrap_version(&d, xcm)
.map_err(|()| SendError::DestinationUnsupported)?;
Ok(((id, versioned_xcm), price))
Expand Down Expand Up @@ -1231,7 +1209,23 @@ impl<T: Config> SendXcm for Pallet<T> {
}

impl<T: Config> FeeTracker for Pallet<T> {
fn get_fee_factor(para: ParaId) -> FixedU128 {
<DeliveryFeeFactor<T>>::get(para)
type Id = ParaId;

fn get_fee_factor(id: Self::Id) -> FixedU128 {
<DeliveryFeeFactor<T>>::get(id)
}

fn increase_fee_factor(id: Self::Id, message_size_factor: FixedU128) -> FixedU128 {
<DeliveryFeeFactor<T>>::mutate(id, |f| {
*f = f.saturating_mul(EXPONENTIAL_FEE_BASE.saturating_add(message_size_factor));
*f
})
}

fn decrease_fee_factor(id: Self::Id) -> FixedU128 {
<DeliveryFeeFactor<T>>::mutate(id, |f| {
*f = InitialFactor::get().max(*f / EXPONENTIAL_FEE_BASE);
*f
})
}
}
3 changes: 2 additions & 1 deletion cumulus/pallets/xcmp-queue/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ use sp_runtime::{
use xcm::prelude::*;
use xcm_builder::{CurrencyAdapter, FixedWeightBounds, IsConcrete, NativeAsset, ParentIsPreset};
use xcm_executor::traits::ConvertOrigin;
use polkadot_runtime_common::xcm_sender::NoPriceForMessageDelivery;

type Block = frame_system::mocking::MockBlock<Test>;

Expand Down Expand Up @@ -205,7 +206,7 @@ impl Config for Test {
type ControllerOrigin = EnsureRoot<AccountId>;
type ControllerOriginConverter = SystemParachainAsSuperuser<RuntimeOrigin>;
type WeightInfo = ();
type PriceForSiblingDelivery = ();
type PriceForSiblingDelivery = NoPriceForMessageDelivery<ParaId>;
}

pub fn new_test_ext() -> sp_io::TestExternalities {
Expand Down
Loading
Loading