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
remove usage Currency trait from pallet-xcm / pallet-xcm-benchmarks
remove usage of pallet_balances from benchmarks and replace with something generic e.g. AssetTransactor or pallet-xcm-benchmarks uses type TransactAsset: frame_support::traits::fungible::Mutate<Self::AccountId>
pallet_xcm change Currency trait to fungible see type Currency: LockableCurrency
fix // TODO: correct weights. in on_initialize for VersionDiscoveryQueue
check set_up_complex_asset_transfer and DeliveryHelper
move xcm_sender stuff from polkadot-runtime-common somewhere else (and then remove dependency from parachain-system)
do not use ED as a transferable amount, better some "random" value
Relates to: #3464
TODO
Currency
trait frompallet-xcm
/pallet-xcm-benchmarks
pallet_balances
from benchmarks and replace with something generic e.g.AssetTransactor
orpallet-xcm-benchmarks
usestype TransactAsset: frame_support::traits::fungible::Mutate<Self::AccountId>
pallet_xcm
changeCurrency
trait tofungible
seetype Currency: LockableCurrency
// TODO: correct weights.
inon_initialize
forVersionDiscoveryQueue
set_up_complex_asset_transfer
andDeliveryHelper
xcm_sender
stuff frompolkadot-runtime-common
somewhere else (and then remove dependency fromparachain-system
)ED
as a transferable amount, better some "random" valueteleport_assets
which was removed here XCM coretime region transfers #3455The text was updated successfully, but these errors were encountered: