11[package ]
2- name = " template- node"
2+ name = " node-template "
33version = " 4.0.0-dev"
44description = " A fresh FRAME-based Substrate node, ready for hacking."
55authors = [" Substrate DevHub <https://github.com/substrate-developer-hub>" ]
66homepage = " https://substrate.io/"
77edition = " 2021"
88license = " Unlicense"
99publish = false
10- repository = " https://github.com/substrate-developer-hub/substrate-template- node/"
10+ repository = " https://github.com/substrate-developer-hub/substrate-node-template /"
1111build = " build.rs"
1212
1313[package .metadata .docs .rs ]
1414targets = [" x86_64-unknown-linux-gnu" ]
1515
1616[[bin ]]
17- name = " template- node"
17+ name = " node-template "
1818
1919[dependencies ]
20- clap = { version = " 4.0.23" , features = [" derive" ] }
20+ clap = { version = " 4.2.1" , features = [" derive" ] }
21+ futures = { version = " 0.3.28" , features = [" thread-pool" ]}
2122
22- sc-cli = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate.git" , features = [" wasmtime" ] , branch = " polkadot-v0.9.31" }
23- sp-core = { version = " 6.0.0" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.31" }
24- sc-executor = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate.git" , features = [" wasmtime" ] , branch = " polkadot-v0.9.31" }
25- sc-service = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate.git" , features = [" wasmtime" ] , branch = " polkadot-v0.9.31" }
26- sc-telemetry = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.31" }
27- sc-keystore = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.31" }
28- sc-transaction-pool = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.31" }
29- sc-transaction-pool-api = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.31" }
30- sc-consensus-aura = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.31" }
31- sp-consensus-aura = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.31" }
32- sp-consensus = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.31" }
33- sc-consensus = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.31" }
34- sc-finality-grandpa = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.31" }
35- sp-finality-grandpa = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.31" }
36- sc-client-api = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.31" }
37- sp-runtime = { version = " 6.0.0" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.31" }
38- sp-timestamp = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.31" }
39- sp-inherents = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.31" }
40- sp-keyring = { version = " 6.0.0" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.31" }
41- frame-system = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.31" }
42- pallet-transaction-payment = { version = " 4.0.0-dev" , default-features = false , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.31" }
23+ sc-cli = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.40" }
24+ sp-core = { version = " 7.0.0" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.40" }
25+ sc-executor = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.40" }
26+ sc-service = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.40" }
27+ sc-telemetry = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.40" }
28+ sc-keystore = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.40" }
29+ sc-transaction-pool = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.40" }
30+ sc-transaction-pool-api = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.40" }
31+ sc-consensus-aura = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.40" }
32+ sp-consensus-aura = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.40" }
33+ sp-consensus = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.40" }
34+ sc-consensus = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.40" }
35+ sc-consensus-grandpa = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.40" }
36+ sp-consensus-grandpa = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.40" }
37+ sc-client-api = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.40" }
38+ sp-runtime = { version = " 7.0.0" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.40" }
39+ sp-io = { version = " 7.0.0" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.40" }
40+ sp-timestamp = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.40" }
41+ sp-inherents = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.40" }
42+ sp-keyring = { version = " 7.0.0" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.40" }
43+ frame-system = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.40" }
44+ pallet-transaction-payment = { version = " 4.0.0-dev" , default-features = false , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.40" }
4345
4446# These dependencies are used for the node template's RPCs
45- jsonrpsee = { version = " 0.15.1 " , features = [" server" ] }
46- sc-rpc = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.31 " }
47- sp-api = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.31 " }
48- sc-rpc-api = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.31 " }
49- sp-blockchain = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.31 " }
50- sp-block-builder = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.31 " }
51- sc-basic-authorship = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.31 " }
52- substrate-frame-rpc-system = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.31 " }
53- pallet-transaction-payment-rpc = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.31 " }
47+ jsonrpsee = { version = " 0.16.2 " , features = [" server" ] }
48+ sc-rpc = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.40 " }
49+ sp-api = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.40 " }
50+ sc-rpc-api = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.40 " }
51+ sp-blockchain = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.40 " }
52+ sp-block-builder = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.40 " }
53+ sc-basic-authorship = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.40 " }
54+ substrate-frame-rpc-system = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.40 " }
55+ pallet-transaction-payment-rpc = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.40 " }
5456
5557# These dependencies are used for runtime benchmarking
56- frame-benchmarking = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.31 " }
57- frame-benchmarking-cli = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.31 " }
58+ frame-benchmarking = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.40 " }
59+ frame-benchmarking-cli = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.40 " }
5860
5961# Local Dependencies
6062template-runtime = { version = " 4.0.0-dev" , path = " ../../runtimes/template" }
6163
6264# CLI-specific dependencies
63- try-runtime-cli = { version = " 0.10.0-dev" , optional = true , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.31 " }
65+ try-runtime-cli = { version = " 0.10.0-dev" , optional = true , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.40 " }
6466
6567[build-dependencies ]
66- substrate-build-script-utils = { version = " 3.0.0" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.31 " }
68+ substrate-build-script-utils = { version = " 3.0.0" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.40 " }
6769
6870[features ]
6971default = []
@@ -75,4 +77,4 @@ runtime-benchmarks = [
7577]
7678# Enable features that allow the runtime to be tried and debugged. Name might be subject to change
7779# in the near future.
78- try-runtime = [" template-runtime/try-runtime" , " try-runtime-cli" ]
80+ try-runtime = [" template-runtime/try-runtime" , " try-runtime-cli/try-runtime " ]
0 commit comments