Skip to content
This repository was archived by the owner on Jul 28, 2023. It is now read-only.

Commit c234630

Browse files
authored
Merge pull request #167 from pontem-network/release-v0.4.4
Release v0.4.4
2 parents d1059fc + 49cab84 commit c234630

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = 'Apache-2.0'
77
name = 'pontem-node'
88
edition = '2021'
99
build = 'build.rs'
10-
version = '0.4.3'
10+
version = '0.4.4'
1111

1212
[[bin]]
1313
name = 'pontem'

runtime/src/lib.rs

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -92,19 +92,12 @@ impl_opaque_keys! {
9292
}
9393
}
9494

95-
// To learn more about runtime versioning and what each of the following value means:
96-
// https://substrate.dev/docs/en/knowledgebase/runtime/upgrades#runtime-versioning
9795
#[sp_version::runtime_version]
9896
pub const VERSION: RuntimeVersion = RuntimeVersion {
9997
spec_name: create_runtime_str!("pontem-node"),
10098
impl_name: create_runtime_str!("pontem-node"),
10199
authoring_version: 1,
102-
// The version of the runtime specification. A full node will not attempt to use its native
103-
// runtime in substitute for the on-chain Wasm runtime unless all of `spec_name`,
104-
// `spec_version`, and `authoring_version` are the same between Wasm and native.
105-
// This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use
106-
// the compatible custom types.
107-
spec_version: 100,
100+
spec_version: 101,
108101
impl_version: 1,
109102
apis: RUNTIME_API_VERSIONS,
110103
transaction_version: 1,

0 commit comments

Comments
 (0)