mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 19:11:04 +00:00
Companion for substrate#11690 (#1377)
* Companion for substrate#11690
* Fix
* Fix
* update lockfile for {"substrate", "polkadot"}
Co-authored-by: parity-processbot <>
This commit is contained in:
Generated
+249
-247
File diff suppressed because it is too large
Load Diff
@@ -502,6 +502,7 @@ impl pallet_collator_selection::Config for Runtime {
|
|||||||
}
|
}
|
||||||
|
|
||||||
impl pallet_asset_tx_payment::Config for Runtime {
|
impl pallet_asset_tx_payment::Config for Runtime {
|
||||||
|
type Event = Event;
|
||||||
type Fungibles = Assets;
|
type Fungibles = Assets;
|
||||||
type OnChargeAssetTransaction = pallet_asset_tx_payment::FungiblesAdapter<
|
type OnChargeAssetTransaction = pallet_asset_tx_payment::FungiblesAdapter<
|
||||||
pallet_assets::BalanceToAssetBalance<Balances, Runtime, ConvertInto>,
|
pallet_assets::BalanceToAssetBalance<Balances, Runtime, ConvertInto>,
|
||||||
@@ -560,7 +561,7 @@ construct_runtime!(
|
|||||||
// Monetary stuff.
|
// Monetary stuff.
|
||||||
Balances: pallet_balances::{Pallet, Call, Storage, Config<T>, Event<T>} = 10,
|
Balances: pallet_balances::{Pallet, Call, Storage, Config<T>, Event<T>} = 10,
|
||||||
TransactionPayment: pallet_transaction_payment::{Pallet, Storage, Event<T>} = 11,
|
TransactionPayment: pallet_transaction_payment::{Pallet, Storage, Event<T>} = 11,
|
||||||
AssetTxPayment: pallet_asset_tx_payment::{Pallet} = 12,
|
AssetTxPayment: pallet_asset_tx_payment::{Pallet, Event<T>} = 12,
|
||||||
|
|
||||||
// Collator support. the order of these 5 are important and shall not change.
|
// Collator support. the order of these 5 are important and shall not change.
|
||||||
Authorship: pallet_authorship::{Pallet, Call, Storage} = 20,
|
Authorship: pallet_authorship::{Pallet, Call, Storage} = 20,
|
||||||
|
|||||||
@@ -532,6 +532,7 @@ impl pallet_collator_selection::Config for Runtime {
|
|||||||
}
|
}
|
||||||
|
|
||||||
impl pallet_asset_tx_payment::Config for Runtime {
|
impl pallet_asset_tx_payment::Config for Runtime {
|
||||||
|
type Event = Event;
|
||||||
type Fungibles = Assets;
|
type Fungibles = Assets;
|
||||||
type OnChargeAssetTransaction = pallet_asset_tx_payment::FungiblesAdapter<
|
type OnChargeAssetTransaction = pallet_asset_tx_payment::FungiblesAdapter<
|
||||||
pallet_assets::BalanceToAssetBalance<Balances, Runtime, ConvertInto>,
|
pallet_assets::BalanceToAssetBalance<Balances, Runtime, ConvertInto>,
|
||||||
@@ -590,7 +591,7 @@ construct_runtime!(
|
|||||||
// Monetary stuff.
|
// Monetary stuff.
|
||||||
Balances: pallet_balances::{Pallet, Call, Storage, Config<T>, Event<T>} = 10,
|
Balances: pallet_balances::{Pallet, Call, Storage, Config<T>, Event<T>} = 10,
|
||||||
TransactionPayment: pallet_transaction_payment::{Pallet, Storage, Event<T>} = 11,
|
TransactionPayment: pallet_transaction_payment::{Pallet, Storage, Event<T>} = 11,
|
||||||
AssetTxPayment: pallet_asset_tx_payment::{Pallet} = 12,
|
AssetTxPayment: pallet_asset_tx_payment::{Pallet, Event<T>} = 12,
|
||||||
|
|
||||||
// Collator support. the order of these 5 are important and shall not change.
|
// Collator support. the order of these 5 are important and shall not change.
|
||||||
Authorship: pallet_authorship::{Pallet, Call, Storage} = 20,
|
Authorship: pallet_authorship::{Pallet, Call, Storage} = 20,
|
||||||
|
|||||||
@@ -492,6 +492,7 @@ impl pallet_collator_selection::Config for Runtime {
|
|||||||
}
|
}
|
||||||
|
|
||||||
impl pallet_asset_tx_payment::Config for Runtime {
|
impl pallet_asset_tx_payment::Config for Runtime {
|
||||||
|
type Event = Event;
|
||||||
type Fungibles = Assets;
|
type Fungibles = Assets;
|
||||||
type OnChargeAssetTransaction = pallet_asset_tx_payment::FungiblesAdapter<
|
type OnChargeAssetTransaction = pallet_asset_tx_payment::FungiblesAdapter<
|
||||||
pallet_assets::BalanceToAssetBalance<Balances, Runtime, ConvertInto>,
|
pallet_assets::BalanceToAssetBalance<Balances, Runtime, ConvertInto>,
|
||||||
@@ -550,7 +551,7 @@ construct_runtime!(
|
|||||||
// Monetary stuff.
|
// Monetary stuff.
|
||||||
Balances: pallet_balances::{Pallet, Call, Storage, Config<T>, Event<T>} = 10,
|
Balances: pallet_balances::{Pallet, Call, Storage, Config<T>, Event<T>} = 10,
|
||||||
TransactionPayment: pallet_transaction_payment::{Pallet, Storage, Event<T>} = 11,
|
TransactionPayment: pallet_transaction_payment::{Pallet, Storage, Event<T>} = 11,
|
||||||
AssetTxPayment: pallet_asset_tx_payment::{Pallet} = 12,
|
AssetTxPayment: pallet_asset_tx_payment::{Pallet, Event<T>} = 12,
|
||||||
|
|
||||||
// Collator support. the order of these 5 are important and shall not change.
|
// Collator support. the order of these 5 are important and shall not change.
|
||||||
Authorship: pallet_authorship::{Pallet, Call, Storage} = 20,
|
Authorship: pallet_authorship::{Pallet, Call, Storage} = 20,
|
||||||
|
|||||||
@@ -504,6 +504,7 @@ impl pallet_collator_selection::Config for Runtime {
|
|||||||
}
|
}
|
||||||
|
|
||||||
impl pallet_asset_tx_payment::Config for Runtime {
|
impl pallet_asset_tx_payment::Config for Runtime {
|
||||||
|
type Event = Event;
|
||||||
type Fungibles = Assets;
|
type Fungibles = Assets;
|
||||||
type OnChargeAssetTransaction = pallet_asset_tx_payment::FungiblesAdapter<
|
type OnChargeAssetTransaction = pallet_asset_tx_payment::FungiblesAdapter<
|
||||||
pallet_assets::BalanceToAssetBalance<Balances, Runtime, ConvertInto>,
|
pallet_assets::BalanceToAssetBalance<Balances, Runtime, ConvertInto>,
|
||||||
@@ -534,7 +535,7 @@ construct_runtime!(
|
|||||||
// Monetary stuff.
|
// Monetary stuff.
|
||||||
Balances: pallet_balances::{Pallet, Call, Storage, Config<T>, Event<T>} = 10,
|
Balances: pallet_balances::{Pallet, Call, Storage, Config<T>, Event<T>} = 10,
|
||||||
TransactionPayment: pallet_transaction_payment::{Pallet, Storage, Event<T>} = 11,
|
TransactionPayment: pallet_transaction_payment::{Pallet, Storage, Event<T>} = 11,
|
||||||
AssetTxPayment: pallet_asset_tx_payment::{Pallet} = 12,
|
AssetTxPayment: pallet_asset_tx_payment::{Pallet, Event<T>} = 12,
|
||||||
|
|
||||||
// Collator support. The order of these 4 are important and shall not change.
|
// Collator support. The order of these 4 are important and shall not change.
|
||||||
Authorship: pallet_authorship::{Pallet, Call, Storage} = 20,
|
Authorship: pallet_authorship::{Pallet, Call, Storage} = 20,
|
||||||
|
|||||||
Reference in New Issue
Block a user