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

Commit

Permalink
Merge pull request #167 from pontem-network/release-v0.4.4
Browse files Browse the repository at this point in the history
Release v0.4.4
  • Loading branch information
boozook authored Dec 28, 2021
2 parents d1059fc + 49cab84 commit c234630
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = 'Apache-2.0'
name = 'pontem-node'
edition = '2021'
build = 'build.rs'
version = '0.4.3'
version = '0.4.4'

[[bin]]
name = 'pontem'
Expand Down
9 changes: 1 addition & 8 deletions runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,19 +92,12 @@ impl_opaque_keys! {
}
}

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

0 comments on commit c234630

Please sign in to comment.