Skip to content

Commit 992fba8

Browse files
authoredAug 19, 2024
chore(runtime): bump versions to 0.3.0 (#219)
1 parent a9de17d commit 992fba8

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed
 

‎Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎runtime/testnet/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pop-runtime-testnet"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors.workspace = true
55
description.workspace = true
66
license = "Unlicense"

‎runtime/testnet/src/lib.rs

+1-5
Original file line numberDiff line numberDiff line change
@@ -107,17 +107,13 @@ pub type SignedExtra = (
107107
pub type UncheckedExtrinsic =
108108
generic::UncheckedExtrinsic<Address, RuntimeCall, Signature, SignedExtra>;
109109

110-
/// Migrations to apply on runtime upgrade.
111-
pub type Migrations = (pallet_collator_selection::migration::v2::MigrationToV2<Runtime>,);
112-
113110
/// Executive: handles dispatch to the various modules.
114111
pub type Executive = frame_executive::Executive<
115112
Runtime,
116113
Block,
117114
frame_system::ChainContext<Runtime>,
118115
Runtime,
119116
AllPalletsWithSystem,
120-
Migrations,
121117
>;
122118

123119
/// Handles converting a weight scalar to a fee value, based on the scale and granularity of the
@@ -181,7 +177,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
181177
impl_name: create_runtime_str!("pop"),
182178
authoring_version: 1,
183179
#[allow(clippy::zero_prefixed_literal)]
184-
spec_version: 00_02_00,
180+
spec_version: 00_03_00,
185181
impl_version: 0,
186182
apis: RUNTIME_API_VERSIONS,
187183
transaction_version: 1,

0 commit comments

Comments
 (0)