mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-15 18:31:05 +00:00
Contracts: Bump contracts rococo (#2286)
This commit is contained in:
@@ -22,9 +22,7 @@ use frame_support::{
|
|||||||
traits::{ConstBool, ConstU32, Nothing},
|
traits::{ConstBool, ConstU32, Nothing},
|
||||||
};
|
};
|
||||||
use pallet_contracts::{
|
use pallet_contracts::{
|
||||||
migration::{v12, v13, v14, v15},
|
weights::SubstrateWeight, Config, DebugInfo, DefaultAddressGenerator, Frame, Schedule,
|
||||||
weights::SubstrateWeight,
|
|
||||||
Config, DebugInfo, DefaultAddressGenerator, Frame, Schedule,
|
|
||||||
};
|
};
|
||||||
use sp_runtime::Perbill;
|
use sp_runtime::Perbill;
|
||||||
|
|
||||||
@@ -70,12 +68,7 @@ impl Config for Runtime {
|
|||||||
type MaxDebugBufferLen = ConstU32<{ 2 * 1024 * 1024 }>;
|
type MaxDebugBufferLen = ConstU32<{ 2 * 1024 * 1024 }>;
|
||||||
type MaxDelegateDependencies = ConstU32<32>;
|
type MaxDelegateDependencies = ConstU32<32>;
|
||||||
type CodeHashLockupDepositPercent = CodeHashLockupDepositPercent;
|
type CodeHashLockupDepositPercent = CodeHashLockupDepositPercent;
|
||||||
type Migrations = (
|
type Migrations = ();
|
||||||
v12::Migration<Runtime, Balances>,
|
|
||||||
v13::Migration<Runtime>,
|
|
||||||
v14::Migration<Runtime, Balances>,
|
|
||||||
v15::Migration<Runtime>,
|
|
||||||
);
|
|
||||||
type RuntimeHoldReason = RuntimeHoldReason;
|
type RuntimeHoldReason = RuntimeHoldReason;
|
||||||
type Debug = ();
|
type Debug = ();
|
||||||
type Environment = ();
|
type Environment = ();
|
||||||
|
|||||||
@@ -131,7 +131,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
|
|||||||
spec_name: create_runtime_str!("contracts-rococo"),
|
spec_name: create_runtime_str!("contracts-rococo"),
|
||||||
impl_name: create_runtime_str!("contracts-rococo"),
|
impl_name: create_runtime_str!("contracts-rococo"),
|
||||||
authoring_version: 1,
|
authoring_version: 1,
|
||||||
spec_version: 10000,
|
spec_version: 10001,
|
||||||
impl_version: 0,
|
impl_version: 0,
|
||||||
apis: RUNTIME_API_VERSIONS,
|
apis: RUNTIME_API_VERSIONS,
|
||||||
transaction_version: 6,
|
transaction_version: 6,
|
||||||
|
|||||||
Reference in New Issue
Block a user