Skip to content

Commit dfd9627

Browse files
Merge pull request #244 from DataHighway-DHX/polkadotv0.9.13
Upgraded to polkadot 0.9.13
2 parents d09c96e + 9c366c6 commit dfd9627

File tree

45 files changed

+1120
-1105
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+1120
-1105
lines changed

Cargo.lock

Lines changed: 661 additions & 626 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node/Cargo.toml

Lines changed: 50 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -10,215 +10,215 @@ jsonrpc-core = "18.0.0"
1010

1111
[dependencies.frame-benchmarking]
1212
git = 'https://github.com/paritytech/substrate'
13-
branch = "polkadot-v0.9.12"
13+
branch = "polkadot-v0.9.13"
1414

1515
[dependencies.frame-benchmarking-cli]
1616
git = 'https://github.com/paritytech/substrate'
17-
branch = "polkadot-v0.9.12"
17+
branch = "polkadot-v0.9.13"
1818

1919
[dependencies.datahighway-parachain-runtime]
2020
path = '../runtime'
2121
version = '1.1.0'
2222

2323
[dependencies.pallet-transaction-payment-rpc]
2424
git = 'https://github.com/paritytech/substrate'
25-
branch = "polkadot-v0.9.12"
25+
branch = "polkadot-v0.9.13"
2626

2727
[dependencies.substrate-prometheus-endpoint]
2828
git = 'https://github.com/paritytech/substrate'
29-
branch = "polkadot-v0.9.12"
29+
branch = "polkadot-v0.9.13"
3030

3131
[dependencies.sc-basic-authorship]
3232
git = 'https://github.com/paritytech/substrate'
33-
branch = "polkadot-v0.9.12"
33+
branch = "polkadot-v0.9.13"
3434

3535
[dependencies.sc-chain-spec]
3636
git = 'https://github.com/paritytech/substrate'
37-
branch = "polkadot-v0.9.12"
37+
branch = "polkadot-v0.9.13"
3838

3939
[dependencies.sc-cli]
4040
features = ['wasmtime']
4141
git = 'https://github.com/paritytech/substrate'
42-
branch = "polkadot-v0.9.12"
42+
branch = "polkadot-v0.9.13"
4343

4444
[dependencies.sc-client-api]
4545
git = 'https://github.com/paritytech/substrate'
46-
branch = "polkadot-v0.9.12"
46+
branch = "polkadot-v0.9.13"
4747

4848
[dependencies.sc-consensus]
4949
git = 'https://github.com/paritytech/substrate'
50-
branch = "polkadot-v0.9.12"
50+
branch = "polkadot-v0.9.13"
5151

5252
[dependencies.sc-executor]
5353
features = ['wasmtime']
5454
git = 'https://github.com/paritytech/substrate'
55-
branch = "polkadot-v0.9.12"
55+
branch = "polkadot-v0.9.13"
5656

5757
[dependencies.sc-network]
5858
git = 'https://github.com/paritytech/substrate'
59-
branch = "polkadot-v0.9.12"
59+
branch = "polkadot-v0.9.13"
6060

6161
[dependencies.sc-keystore]
6262
git = 'https://github.com/paritytech/substrate'
63-
branch = "polkadot-v0.9.12"
63+
branch = "polkadot-v0.9.13"
6464

6565
[dependencies.sc-rpc]
6666
git = 'https://github.com/paritytech/substrate'
67-
branch = "polkadot-v0.9.12"
67+
branch = "polkadot-v0.9.13"
6868

6969
[dependencies.sc-rpc-api]
7070
git = 'https://github.com/paritytech/substrate'
71-
branch = "polkadot-v0.9.12"
71+
branch = "polkadot-v0.9.13"
7272

7373
[dependencies.sc-service]
7474
features = ['wasmtime']
7575
git = 'https://github.com/paritytech/substrate'
76-
branch = "polkadot-v0.9.12"
76+
branch = "polkadot-v0.9.13"
7777

7878
[dependencies.sc-transaction-pool]
7979
git = 'https://github.com/paritytech/substrate'
80-
branch = "polkadot-v0.9.12"
80+
branch = "polkadot-v0.9.13"
8181

8282
[dependencies.sc-transaction-pool-api]
8383
git = 'https://github.com/paritytech/substrate'
84-
branch = "polkadot-v0.9.12"
84+
branch = "polkadot-v0.9.13"
8585

8686
[dependencies.sc-tracing]
8787
git = 'https://github.com/paritytech/substrate'
88-
branch = "polkadot-v0.9.12"
88+
branch = "polkadot-v0.9.13"
8989

9090
[dependencies.sp-api]
9191
git = 'https://github.com/paritytech/substrate'
92-
branch = "polkadot-v0.9.12"
92+
branch = "polkadot-v0.9.13"
9393

9494
[dependencies.sp-block-builder]
9595
git = 'https://github.com/paritytech/substrate'
96-
branch = "polkadot-v0.9.12"
96+
branch = "polkadot-v0.9.13"
9797

9898
[dependencies.sp-blockchain]
9999
git = 'https://github.com/paritytech/substrate'
100-
branch = "polkadot-v0.9.12"
100+
branch = "polkadot-v0.9.13"
101101

102102
[dependencies.sp-consensus]
103103
git = 'https://github.com/paritytech/substrate'
104-
branch = "polkadot-v0.9.12"
104+
branch = "polkadot-v0.9.13"
105105

106106
[dependencies.sp-consensus-aura]
107107
git = 'https://github.com/paritytech/substrate'
108-
branch = "polkadot-v0.9.12"
108+
branch = "polkadot-v0.9.13"
109109

110110
[dependencies.sp-core]
111111
git = 'https://github.com/paritytech/substrate'
112-
branch = "polkadot-v0.9.12"
112+
branch = "polkadot-v0.9.13"
113113

114114
[dependencies.sp-inherents]
115115
git = 'https://github.com/paritytech/substrate'
116-
branch = "polkadot-v0.9.12"
116+
branch = "polkadot-v0.9.13"
117117

118118
[dependencies.sp-keystore]
119119
git = 'https://github.com/paritytech/substrate'
120-
branch = "polkadot-v0.9.12"
120+
branch = "polkadot-v0.9.13"
121121

122122

123123
[dependencies.sp-offchain]
124124
git = 'https://github.com/paritytech/substrate'
125-
branch = "polkadot-v0.9.12"
125+
branch = "polkadot-v0.9.13"
126126

127127
[dependencies.sp-runtime]
128128
git = 'https://github.com/paritytech/substrate'
129-
branch = "polkadot-v0.9.12"
129+
branch = "polkadot-v0.9.13"
130130

131131
[dependencies.sp-session]
132132
git = 'https://github.com/paritytech/substrate'
133-
branch = "polkadot-v0.9.12"
133+
branch = "polkadot-v0.9.13"
134134

135135
[dependencies.sp-timestamp]
136136
git = 'https://github.com/paritytech/substrate'
137-
branch = "polkadot-v0.9.12"
137+
branch = "polkadot-v0.9.13"
138138

139139
[dependencies.sp-transaction-pool]
140140
git = 'https://github.com/paritytech/substrate'
141-
branch = "polkadot-v0.9.12"
141+
branch = "polkadot-v0.9.13"
142142

143143
[dependencies.sp-trie]
144144
git = 'https://github.com/paritytech/substrate'
145-
branch = "polkadot-v0.9.12"
145+
branch = "polkadot-v0.9.13"
146146

147147
[dependencies.substrate-frame-rpc-system]
148148
git = 'https://github.com/paritytech/substrate'
149-
branch = "polkadot-v0.9.12"
149+
branch = "polkadot-v0.9.13"
150150

151151
[build-dependencies.substrate-build-script-utils]
152152
git = 'https://github.com/paritytech/substrate'
153-
branch = "polkadot-v0.9.12"
153+
branch = "polkadot-v0.9.13"
154154

155155
# Cumulus dependencies
156156
[dependencies.cumulus-client-consensus-aura]
157157
git = 'https://github.com/paritytech/cumulus.git'
158-
branch = "polkadot-v0.9.12"
158+
branch = "polkadot-v0.9.13"
159159

160160
[dependencies.cumulus-client-consensus-common]
161161
git = 'https://github.com/paritytech/cumulus.git'
162-
branch = "polkadot-v0.9.12"
162+
branch = "polkadot-v0.9.13"
163163

164164
[dependencies.cumulus-client-collator]
165165
git = 'https://github.com/paritytech/cumulus.git'
166-
branch = "polkadot-v0.9.12"
166+
branch = "polkadot-v0.9.13"
167167

168168
[dependencies.cumulus-client-cli]
169169
git = 'https://github.com/paritytech/cumulus.git'
170-
branch = "polkadot-v0.9.12"
170+
branch = "polkadot-v0.9.13"
171171

172172
[dependencies.cumulus-client-network]
173173
git = 'https://github.com/paritytech/cumulus.git'
174-
branch = "polkadot-v0.9.12"
174+
branch = "polkadot-v0.9.13"
175175

176176
[dependencies.cumulus-primitives-core]
177177
git = 'https://github.com/paritytech/cumulus.git'
178-
branch = "polkadot-v0.9.12"
178+
branch = "polkadot-v0.9.13"
179179

180180
[dependencies.cumulus-client-service]
181181
git = 'https://github.com/paritytech/cumulus.git'
182-
branch = "polkadot-v0.9.12"
182+
branch = "polkadot-v0.9.13"
183183

184184
[dependencies.cumulus-primitives-parachain-inherent]
185185
git = 'https://github.com/paritytech/cumulus.git'
186-
branch = "polkadot-v0.9.12"
186+
branch = "polkadot-v0.9.13"
187187

188188
# Polkadot dependencies
189189
[dependencies.polkadot-primitives]
190190
git = "https://github.com/paritytech/polkadot"
191-
branch = "release-v0.9.12"
191+
branch = "release-v0.9.13"
192192

193193
[dependencies.polkadot-service]
194194
git = "https://github.com/paritytech/polkadot"
195-
branch = "release-v0.9.12"
195+
branch = "release-v0.9.13"
196196

197197
[dependencies.polkadot-cli]
198198
git = "https://github.com/paritytech/polkadot"
199-
branch = "release-v0.9.12"
199+
branch = "release-v0.9.13"
200200

201201
[dependencies.polkadot-test-service]
202202
git = "https://github.com/paritytech/polkadot"
203-
branch = "release-v0.9.12"
203+
branch = "release-v0.9.13"
204204

205205
[dependencies.polkadot-parachain]
206206
git = "https://github.com/paritytech/polkadot"
207-
branch = "release-v0.9.12"
207+
branch = "release-v0.9.13"
208208

209209
[dependencies.sc-consensus-epochs]
210210
git = 'https://github.com/paritytech/substrate'
211-
branch = "polkadot-v0.9.12"
211+
branch = "polkadot-v0.9.13"
212212

213213
[dependencies.sc-consensus-aura]
214214
git = 'https://github.com/paritytech/substrate'
215-
branch = "polkadot-v0.9.12"
215+
branch = "polkadot-v0.9.13"
216216

217217
# #
218218

219219
[dependencies.sc-telemetry]
220220
git = 'https://github.com/paritytech/substrate'
221-
branch = "polkadot-v0.9.12"
221+
branch = "polkadot-v0.9.13"
222222

223223
[[bin]]
224224
name = 'datahighway-collator'

0 commit comments

Comments
 (0)