mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-20 03:31:03 +00:00
Update template-node to node-template (#2265)
* Update `template-node` to `node-template` For substrate-up scripts * Remove random artifact
This commit is contained in:
committed by
Bastian Köcher
parent
5725e25448
commit
600d0cafaa
@@ -6,7 +6,7 @@ build = "build.rs"
|
|||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "template-node"
|
name = "node-template"
|
||||||
path = "src/main.rs"
|
path = "src/main.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|||||||
@@ -92,8 +92,8 @@ pub mod opaque {
|
|||||||
|
|
||||||
/// This runtime version.
|
/// This runtime version.
|
||||||
pub const VERSION: RuntimeVersion = RuntimeVersion {
|
pub const VERSION: RuntimeVersion = RuntimeVersion {
|
||||||
spec_name: create_runtime_str!("template-node"),
|
spec_name: create_runtime_str!("node-template"),
|
||||||
impl_name: create_runtime_str!("template-node"),
|
impl_name: create_runtime_str!("node-template"),
|
||||||
authoring_version: 3,
|
authoring_version: 3,
|
||||||
spec_version: 3,
|
spec_version: 3,
|
||||||
impl_version: 0,
|
impl_version: 0,
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ fn run() -> cli::error::Result<()> {
|
|||||||
name: "Substrate Node",
|
name: "Substrate Node",
|
||||||
commit: env!("VERGEN_SHA_SHORT"),
|
commit: env!("VERGEN_SHA_SHORT"),
|
||||||
version: env!("CARGO_PKG_VERSION"),
|
version: env!("CARGO_PKG_VERSION"),
|
||||||
executable_name: "template-node",
|
executable_name: "node-template",
|
||||||
author: "Anonymous",
|
author: "Anonymous",
|
||||||
description: "Template Node",
|
description: "Template Node",
|
||||||
support_url: "support.anonymous.an",
|
support_url: "support.anonymous.an",
|
||||||
|
|||||||
Reference in New Issue
Block a user