Skip to content

Commit

Permalink
chore(runtime): bump versions to 0.3.0 (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterwht authored and chungquantin committed Sep 6, 2024
1 parent f0a0a51 commit e6a66ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion runtime/testnet/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pop-runtime-testnet"
version = "0.2.0"
version = "0.3.0"
authors.workspace = true
description.workspace = true
license = "Unlicense"
Expand Down
6 changes: 1 addition & 5 deletions runtime/testnet/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,17 +107,13 @@ pub type SignedExtra = (
pub type UncheckedExtrinsic =
generic::UncheckedExtrinsic<Address, RuntimeCall, Signature, SignedExtra>;

/// Migrations to apply on runtime upgrade.
pub type Migrations = (pallet_collator_selection::migration::v2::MigrationToV2<Runtime>,);

/// Executive: handles dispatch to the various modules.
pub type Executive = frame_executive::Executive<
Runtime,
Block,
frame_system::ChainContext<Runtime>,
Runtime,
AllPalletsWithSystem,
Migrations,
>;

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

0 comments on commit e6a66ac

Please sign in to comment.