This repository was archived by the owner on Jul 28, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed
Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ license = 'Apache-2.0'
77name = ' pontem-node'
88edition = ' 2021'
99build = ' build.rs'
10- version = ' 0.4.3 '
10+ version = ' 0.4.4 '
1111
1212[[bin ]]
1313name = ' pontem'
Original file line number Diff line number Diff 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]
9896pub 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 ,
You can’t perform that action at this time.
0 commit comments