mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 09:57:56 +00:00
Remove without_storage_info from pallet transaction-storage (#11668)
* Introduce BoundedVec * Fix typos * Add comments to the bounds * Remove migration * Improve bound value access syntax
This commit is contained in:
@@ -1478,6 +1478,10 @@ impl pallet_transaction_storage::Config for Runtime {
|
||||
type Call = Call;
|
||||
type FeeDestination = ();
|
||||
type WeightInfo = pallet_transaction_storage::weights::SubstrateWeight<Runtime>;
|
||||
type MaxBlockTransactions =
|
||||
ConstU32<{ pallet_transaction_storage::DEFAULT_MAX_BLOCK_TRANSACTIONS }>;
|
||||
type MaxTransactionSize =
|
||||
ConstU32<{ pallet_transaction_storage::DEFAULT_MAX_TRANSACTION_SIZE }>;
|
||||
}
|
||||
|
||||
impl pallet_whitelist::Config for Runtime {
|
||||
@@ -1674,7 +1678,6 @@ pub type Executive = frame_executive::Executive<
|
||||
frame_system::ChainContext<Runtime>,
|
||||
Runtime,
|
||||
AllPalletsWithSystem,
|
||||
(),
|
||||
>;
|
||||
|
||||
/// MMR helper types.
|
||||
|
||||
Reference in New Issue
Block a user