@@ -16,42 +16,43 @@ name = "node-template"
1616[dependencies ]
1717clap = { version = " 4.0.29" , features = [" derive" ] }
1818
19- sc-cli = { git = " https://github.com/paritytech/substrate.git" , tag = " monthly-2023-05" }
20- sp-core = { git = " https://github.com/paritytech/substrate.git" , tag = " monthly-2023-05" }
21- sc-executor = { git = " https://github.com/paritytech/substrate.git" , tag = " monthly-2023-05" }
22- sc-service = { git = " https://github.com/paritytech/substrate.git" , tag = " monthly-2023-05" }
23- sc-telemetry = { git = " https://github.com/paritytech/substrate.git" , tag = " monthly-2023-05" }
24- sc-keystore = { git = " https://github.com/paritytech/substrate.git" , tag = " monthly-2023-05" }
25- sc-transaction-pool = { git = " https://github.com/paritytech/substrate.git" , tag = " monthly-2023-05" }
26- sc-transaction-pool-api = { git = " https://github.com/paritytech/substrate.git" , tag = " monthly-2023-05" }
27- sc-consensus-aura = { git = " https://github.com/paritytech/substrate.git" , tag = " monthly-2023-05" }
28- sp-consensus-aura = { git = " https://github.com/paritytech/substrate.git" , tag = " monthly-2023-05" }
29- sp-consensus = { git = " https://github.com/paritytech/substrate.git" , tag = " monthly-2023-05" }
30- sc-consensus = { git = " https://github.com/paritytech/substrate.git" , tag = " monthly-2023-05" }
31- sc-consensus-grandpa = { git = " https://github.com/paritytech/substrate.git" , tag = " monthly-2023-05" }
32- sp-consensus-grandpa = { git = " https://github.com/paritytech/substrate.git" , tag = " monthly-2023-05" }
33- sc-client-api = { git = " https://github.com/paritytech/substrate.git" , tag = " monthly-2023-05" }
34- sp-runtime = { git = " https://github.com/paritytech/substrate.git" , tag = " monthly-2023-05" }
35- sp-timestamp = { git = " https://github.com/paritytech/substrate.git" , tag = " monthly-2023-05" }
36- sp-inherents = { git = " https://github.com/paritytech/substrate.git" , tag = " monthly-2023-05" }
37- sp-keyring = { git = " https://github.com/paritytech/substrate.git" , tag = " monthly-2023-05" }
38- pallet-transaction-payment = { default-features = false , git = " https://github.com/paritytech/substrate.git" , tag = " monthly-2023-05" }
19+ sc-cli = { git = " https://github.com/paritytech/substrate.git" , tag = " monthly-2023-06" }
20+ sp-core = { git = " https://github.com/paritytech/substrate.git" , tag = " monthly-2023-06" }
21+ sc-executor = { git = " https://github.com/paritytech/substrate.git" , tag = " monthly-2023-06" }
22+ sc-service = { git = " https://github.com/paritytech/substrate.git" , tag = " monthly-2023-06" }
23+ sc-telemetry = { git = " https://github.com/paritytech/substrate.git" , tag = " monthly-2023-06" }
24+ sc-keystore = { git = " https://github.com/paritytech/substrate.git" , tag = " monthly-2023-06" }
25+ sc-transaction-pool = { git = " https://github.com/paritytech/substrate.git" , tag = " monthly-2023-06" }
26+ sc-transaction-pool-api = { git = " https://github.com/paritytech/substrate.git" , tag = " monthly-2023-06" }
27+ sc-consensus-aura = { git = " https://github.com/paritytech/substrate.git" , tag = " monthly-2023-06" }
28+ sp-consensus-aura = { git = " https://github.com/paritytech/substrate.git" , tag = " monthly-2023-06" }
29+ sp-consensus = { git = " https://github.com/paritytech/substrate.git" , tag = " monthly-2023-06" }
30+ sc-consensus = { git = " https://github.com/paritytech/substrate.git" , tag = " monthly-2023-06" }
31+ sc-consensus-grandpa = { git = " https://github.com/paritytech/substrate.git" , tag = " monthly-2023-06" }
32+ sp-consensus-grandpa = { git = " https://github.com/paritytech/substrate.git" , tag = " monthly-2023-06" }
33+ sc-network = { git = " https://github.com/paritytech/substrate.git" , tag = " monthly-2023-06" }
34+ sc-client-api = { git = " https://github.com/paritytech/substrate.git" , tag = " monthly-2023-06" }
35+ sp-runtime = { git = " https://github.com/paritytech/substrate.git" , tag = " monthly-2023-06" }
36+ sp-timestamp = { git = " https://github.com/paritytech/substrate.git" , tag = " monthly-2023-06" }
37+ sp-inherents = { git = " https://github.com/paritytech/substrate.git" , tag = " monthly-2023-06" }
38+ sp-keyring = { git = " https://github.com/paritytech/substrate.git" , tag = " monthly-2023-06" }
39+ pallet-transaction-payment = { default-features = false , git = " https://github.com/paritytech/substrate.git" , tag = " monthly-2023-06" }
3940
4041# These dependencies are used for the node template's RPCs
4142jsonrpsee = { version = " 0.16.2" , features = [" server" ] }
42- sc-rpc = { git = " https://github.com/paritytech/substrate.git" , tag = " monthly-2023-05 " }
43- sp-api = { git = " https://github.com/paritytech/substrate.git" , tag = " monthly-2023-05 " }
44- sc-rpc-api = { git = " https://github.com/paritytech/substrate.git" , tag = " monthly-2023-05 " }
45- sp-blockchain = { git = " https://github.com/paritytech/substrate.git" , tag = " monthly-2023-05 " }
46- sp-block-builder = { git = " https://github.com/paritytech/substrate.git" , tag = " monthly-2023-05 " }
47- sc-basic-authorship = { git = " https://github.com/paritytech/substrate.git" , tag = " monthly-2023-05 " }
48- pallet-transaction-payment-rpc = { git = " https://github.com/paritytech/substrate.git" , tag = " monthly-2023-05 " }
43+ sc-rpc = { git = " https://github.com/paritytech/substrate.git" , tag = " monthly-2023-06 " }
44+ sp-api = { git = " https://github.com/paritytech/substrate.git" , tag = " monthly-2023-06 " }
45+ sc-rpc-api = { git = " https://github.com/paritytech/substrate.git" , tag = " monthly-2023-06 " }
46+ sp-blockchain = { git = " https://github.com/paritytech/substrate.git" , tag = " monthly-2023-06 " }
47+ sp-block-builder = { git = " https://github.com/paritytech/substrate.git" , tag = " monthly-2023-06 " }
48+ sc-basic-authorship = { git = " https://github.com/paritytech/substrate.git" , tag = " monthly-2023-06 " }
49+ pallet-transaction-payment-rpc = { git = " https://github.com/paritytech/substrate.git" , tag = " monthly-2023-06 " }
4950
5051# Local Dependencies
5152node-template-runtime = { package = " tuxedo-template-runtime" , path = " ../tuxedo-template-runtime" }
5253
5354[build-dependencies ]
54- substrate-build-script-utils = { git = " https://github.com/paritytech/substrate.git" , tag = " monthly-2023-05 " }
55+ substrate-build-script-utils = { git = " https://github.com/paritytech/substrate.git" , tag = " monthly-2023-06 " }
5556
5657[features ]
5758default = []
0 commit comments