Skip to content

Commit 9f216e7

Browse files
authored
Release Pango-6010 (#1073)
1 parent 6aebcc4 commit 9f216e7

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

runtime/pangolin/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ pub const VERSION: sp_version::RuntimeVersion = sp_version::RuntimeVersion {
8787
spec_name: sp_runtime::create_runtime_str!("Pangolin2"),
8888
impl_name: sp_runtime::create_runtime_str!("DarwiniaOfficialRust"),
8989
authoring_version: 0,
90-
spec_version: 6_0_0_9,
90+
spec_version: 6_0_1_0,
9191
impl_version: 0,
9292
apis: RUNTIME_API_VERSIONS,
9393
transaction_version: 0,

runtime/pangolin/src/migration.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,5 @@ impl frame_support::traits::OnRuntimeUpgrade for CustomOnRuntimeUpgrade {
4040
fn migrate() -> frame_support::weights::Weight {
4141
frame_support::weights::Weight::zero()
4242
// RuntimeBlockWeights::get().max_block
43+
// <Runtime as frame_system::Config>::DbWeight::get().reads_writes(3, 3)
4344
}

runtime/pangoro/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ pub const VERSION: sp_version::RuntimeVersion = sp_version::RuntimeVersion {
8787
spec_name: sp_runtime::create_runtime_str!("Pangoro2"),
8888
impl_name: sp_runtime::create_runtime_str!("DarwiniaOfficialRust"),
8989
authoring_version: 0,
90-
spec_version: 6_0_0_9,
90+
spec_version: 6_0_1_0,
9191
impl_version: 0,
9292
apis: RUNTIME_API_VERSIONS,
9393
transaction_version: 0,

0 commit comments

Comments
 (0)