|
1 | 1 | [package]
|
2 | 2 | authors = ['Substrate DevHub <https://github.com/substrate-developer-hub>']
|
| 3 | +build = 'build.rs' |
3 | 4 | description = 'A fresh FRAME-based Substrate node, ready for hacking.'
|
4 | 5 | edition = '2018'
|
5 | 6 | homepage = 'https://substrate.dev'
|
6 | 7 | license = 'Unlicense'
|
7 | 8 | name = 'node-template'
|
8 | 9 | publish = false
|
9 | 10 | repository = 'https://github.com/substrate-developer-hub/substrate-node-template/'
|
10 |
| -version = '3.0.0-monthly-2021-08' |
11 |
| -build = 'build.rs' |
| 11 | +version = '3.0.0-monthly-2021-09+1' |
12 | 12 |
|
13 | 13 | [package.metadata.docs.rs]
|
14 | 14 | targets = ['x86_64-unknown-linux-gnu']
|
15 | 15 |
|
16 | 16 | [[bin]]
|
17 | 17 | name = 'node-template'
|
| 18 | + |
18 | 19 | [build-dependencies.substrate-build-script-utils]
|
19 | 20 | git = 'https://github.com/paritytech/substrate.git'
|
20 |
| -tag = 'monthly-2021-08' |
| 21 | +tag = 'monthly-2021-09+1' |
21 | 22 | version = '3.0.0'
|
22 | 23 |
|
23 |
| -[dependencies.node-template-runtime] |
24 |
| -path = '../runtime' |
25 |
| -version = '3.0.0-monthly-2021-08' |
26 |
| - |
27 | 24 | [dependencies]
|
28 |
| -jsonrpc-core = '15.1.0' |
| 25 | +jsonrpc-core = '18.0.0' |
29 | 26 | structopt = '0.3.8'
|
30 | 27 |
|
| 28 | +[dependencies.node-template-runtime] |
| 29 | +path = '../runtime' |
| 30 | +version = '3.0.0-monthly-2021-09+1' |
| 31 | + |
31 | 32 | [dependencies.frame-benchmarking]
|
32 | 33 | git = 'https://github.com/paritytech/substrate.git'
|
33 |
| -tag = 'monthly-2021-08' |
| 34 | +tag = 'monthly-2021-09+1' |
34 | 35 | version = '4.0.0-dev'
|
35 | 36 |
|
36 | 37 | [dependencies.frame-benchmarking-cli]
|
37 | 38 | git = 'https://github.com/paritytech/substrate.git'
|
38 |
| -tag = 'monthly-2021-08' |
| 39 | +tag = 'monthly-2021-09+1' |
39 | 40 | version = '4.0.0-dev'
|
40 | 41 |
|
41 | 42 | [dependencies.pallet-transaction-payment-rpc]
|
42 | 43 | git = 'https://github.com/paritytech/substrate.git'
|
43 |
| -tag = 'monthly-2021-08' |
| 44 | +tag = 'monthly-2021-09+1' |
44 | 45 | version = '4.0.0-dev'
|
45 | 46 |
|
46 | 47 | [dependencies.sc-basic-authorship]
|
47 | 48 | git = 'https://github.com/paritytech/substrate.git'
|
48 |
| -tag = 'monthly-2021-08' |
| 49 | +tag = 'monthly-2021-09+1' |
49 | 50 | version = '0.10.0-dev'
|
50 | 51 |
|
51 | 52 | [dependencies.sc-cli]
|
52 | 53 | features = ['wasmtime']
|
53 | 54 | git = 'https://github.com/paritytech/substrate.git'
|
54 |
| -tag = 'monthly-2021-08' |
| 55 | +tag = 'monthly-2021-09+1' |
55 | 56 | version = '0.10.0-dev'
|
56 | 57 |
|
57 | 58 | [dependencies.sc-client-api]
|
58 | 59 | git = 'https://github.com/paritytech/substrate.git'
|
59 |
| -tag = 'monthly-2021-08' |
| 60 | +tag = 'monthly-2021-09+1' |
60 | 61 | version = '4.0.0-dev'
|
61 | 62 |
|
62 | 63 | [dependencies.sc-consensus]
|
63 | 64 | git = 'https://github.com/paritytech/substrate.git'
|
64 |
| -tag = 'monthly-2021-08' |
| 65 | +tag = 'monthly-2021-09+1' |
65 | 66 | version = '0.10.0-dev'
|
66 | 67 |
|
67 | 68 | [dependencies.sc-consensus-aura]
|
68 | 69 | git = 'https://github.com/paritytech/substrate.git'
|
69 |
| -tag = 'monthly-2021-08' |
| 70 | +tag = 'monthly-2021-09+1' |
70 | 71 | version = '0.10.0-dev'
|
71 | 72 |
|
72 | 73 | [dependencies.sc-executor]
|
73 | 74 | features = ['wasmtime']
|
74 | 75 | git = 'https://github.com/paritytech/substrate.git'
|
75 |
| -tag = 'monthly-2021-08' |
| 76 | +tag = 'monthly-2021-09+1' |
76 | 77 | version = '0.10.0-dev'
|
77 | 78 |
|
78 | 79 | [dependencies.sc-finality-grandpa]
|
79 | 80 | git = 'https://github.com/paritytech/substrate.git'
|
80 |
| -tag = 'monthly-2021-08' |
| 81 | +tag = 'monthly-2021-09+1' |
81 | 82 | version = '0.10.0-dev'
|
82 | 83 |
|
83 | 84 | [dependencies.sc-keystore]
|
84 | 85 | git = 'https://github.com/paritytech/substrate.git'
|
85 |
| -tag = 'monthly-2021-08' |
| 86 | +tag = 'monthly-2021-09+1' |
86 | 87 | version = '4.0.0-dev'
|
87 | 88 |
|
88 | 89 | [dependencies.sc-rpc]
|
89 | 90 | git = 'https://github.com/paritytech/substrate.git'
|
90 |
| -tag = 'monthly-2021-08' |
| 91 | +tag = 'monthly-2021-09+1' |
91 | 92 | version = '4.0.0-dev'
|
92 | 93 |
|
93 | 94 | [dependencies.sc-rpc-api]
|
94 | 95 | git = 'https://github.com/paritytech/substrate.git'
|
95 |
| -tag = 'monthly-2021-08' |
| 96 | +tag = 'monthly-2021-09+1' |
96 | 97 | version = '0.10.0-dev'
|
97 | 98 |
|
98 | 99 | [dependencies.sc-service]
|
99 | 100 | features = ['wasmtime']
|
100 | 101 | git = 'https://github.com/paritytech/substrate.git'
|
101 |
| -tag = 'monthly-2021-08' |
| 102 | +tag = 'monthly-2021-09+1' |
102 | 103 | version = '0.10.0-dev'
|
103 | 104 |
|
104 | 105 | [dependencies.sc-telemetry]
|
105 | 106 | git = 'https://github.com/paritytech/substrate.git'
|
106 |
| -tag = 'monthly-2021-08' |
| 107 | +tag = 'monthly-2021-09+1' |
107 | 108 | version = '4.0.0-dev'
|
108 | 109 |
|
109 | 110 | [dependencies.sc-transaction-pool]
|
110 | 111 | git = 'https://github.com/paritytech/substrate.git'
|
111 |
| -tag = 'monthly-2021-08' |
| 112 | +tag = 'monthly-2021-09+1' |
112 | 113 | version = '4.0.0-dev'
|
113 | 114 |
|
114 | 115 | [dependencies.sc-transaction-pool-api]
|
115 | 116 | git = 'https://github.com/paritytech/substrate.git'
|
116 |
| -tag = 'monthly-2021-08' |
| 117 | +tag = 'monthly-2021-09+1' |
117 | 118 | version = '4.0.0-dev'
|
118 | 119 |
|
119 | 120 | [dependencies.sp-api]
|
120 | 121 | git = 'https://github.com/paritytech/substrate.git'
|
121 |
| -tag = 'monthly-2021-08' |
| 122 | +tag = 'monthly-2021-09+1' |
122 | 123 | version = '4.0.0-dev'
|
123 | 124 |
|
124 | 125 | [dependencies.sp-block-builder]
|
125 | 126 | git = 'https://github.com/paritytech/substrate.git'
|
126 |
| -tag = 'monthly-2021-08' |
| 127 | +tag = 'monthly-2021-09+1' |
127 | 128 | version = '4.0.0-dev'
|
128 | 129 |
|
129 | 130 | [dependencies.sp-blockchain]
|
130 | 131 | git = 'https://github.com/paritytech/substrate.git'
|
131 |
| -tag = 'monthly-2021-08' |
| 132 | +tag = 'monthly-2021-09+1' |
132 | 133 | version = '4.0.0-dev'
|
133 | 134 |
|
134 | 135 | [dependencies.sp-consensus]
|
135 | 136 | git = 'https://github.com/paritytech/substrate.git'
|
136 |
| -tag = 'monthly-2021-08' |
| 137 | +tag = 'monthly-2021-09+1' |
137 | 138 | version = '0.10.0-dev'
|
138 | 139 |
|
139 | 140 | [dependencies.sp-consensus-aura]
|
140 | 141 | git = 'https://github.com/paritytech/substrate.git'
|
141 |
| -tag = 'monthly-2021-08' |
| 142 | +tag = 'monthly-2021-09+1' |
142 | 143 | version = '0.10.0-dev'
|
143 | 144 |
|
144 | 145 | [dependencies.sp-core]
|
145 | 146 | git = 'https://github.com/paritytech/substrate.git'
|
146 |
| -tag = 'monthly-2021-08' |
| 147 | +tag = 'monthly-2021-09+1' |
147 | 148 | version = '4.0.0-dev'
|
148 | 149 |
|
149 | 150 | [dependencies.sp-finality-grandpa]
|
150 | 151 | git = 'https://github.com/paritytech/substrate.git'
|
151 |
| -tag = 'monthly-2021-08' |
152 |
| -version = '4.0.0-dev' |
153 |
| - |
154 |
| -[dependencies.sp-inherents] |
155 |
| -git = 'https://github.com/paritytech/substrate.git' |
156 |
| -tag = 'monthly-2021-08' |
| 152 | +tag = 'monthly-2021-09+1' |
157 | 153 | version = '4.0.0-dev'
|
158 | 154 |
|
159 | 155 | [dependencies.sp-runtime]
|
160 | 156 | git = 'https://github.com/paritytech/substrate.git'
|
161 |
| -tag = 'monthly-2021-08' |
| 157 | +tag = 'monthly-2021-09+1' |
162 | 158 | version = '4.0.0-dev'
|
163 | 159 |
|
164 | 160 | [dependencies.sp-timestamp]
|
165 | 161 | git = 'https://github.com/paritytech/substrate.git'
|
166 |
| -tag = 'monthly-2021-08' |
| 162 | +tag = 'monthly-2021-09+1' |
167 | 163 | version = '4.0.0-dev'
|
168 | 164 |
|
169 | 165 | [dependencies.substrate-frame-rpc-system]
|
170 | 166 | git = 'https://github.com/paritytech/substrate.git'
|
171 |
| -tag = 'monthly-2021-08' |
| 167 | +tag = 'monthly-2021-09+1' |
172 | 168 | version = '4.0.0-dev'
|
173 | 169 |
|
174 | 170 | [features]
|
|
0 commit comments