Skip to content

Commit c080905

Browse files
author
Ayush
committed
Updated dependencies to polkadot-v0.9.8 and made corresponding changes in runtime
1 parent 92455a3 commit c080905

File tree

40 files changed

+458
-12360
lines changed

40 files changed

+458
-12360
lines changed

Cargo.lock

Lines changed: 0 additions & 11953 deletions
This file was deleted.

node/Cargo.toml

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jsonrpc-core = "15.1.0"
1111

1212
[dependencies.frame-benchmarking]
1313
git = 'https://github.com/paritytech/substrate.git'
14-
branch = "rococo-v1"
14+
branch = "polkadot-v0.9.8"
1515
version = '3.0.0'
1616

1717
[dependencies.frame-benchmarking-cli]
1818
git = 'https://github.com/paritytech/substrate.git'
19-
branch = "rococo-v1"
19+
branch = "polkadot-v0.9.8"
2020
version = '3.0.0'
2121

2222
[dependencies.datahighway-runtime]
@@ -25,182 +25,182 @@ version = '1.1.0'
2525

2626
[dependencies.pallet-transaction-payment-rpc]
2727
git = 'https://github.com/paritytech/substrate.git'
28-
branch = "rococo-v1"
28+
branch = "polkadot-v0.9.8"
2929
version = '3.0.0'
3030

3131
[dependencies.sc-basic-authorship]
3232
git = 'https://github.com/paritytech/substrate.git'
33-
branch = "rococo-v1"
33+
branch = "polkadot-v0.9.8"
3434
version = '0.9.0'
3535

3636
[dependencies.sc-chain-spec]
3737
git = 'https://github.com/paritytech/substrate.git'
38-
branch = "rococo-v1"
38+
branch = "polkadot-v0.9.8"
3939
version = '3.0.0'
4040

4141
[dependencies.sc-cli]
4242
features = ['wasmtime']
4343
git = 'https://github.com/paritytech/substrate.git'
44-
branch = "rococo-v1"
44+
branch = "polkadot-v0.9.8"
4545
version = '0.9.0'
4646

4747
[dependencies.sc-client-api]
4848
git = 'https://github.com/paritytech/substrate.git'
49-
branch = "rococo-v1"
49+
branch = "polkadot-v0.9.8"
5050
version = '3.0.0'
5151

5252
[dependencies.sc-consensus]
5353
git = 'https://github.com/paritytech/substrate.git'
54-
branch = "rococo-v1"
54+
branch = "polkadot-v0.9.8"
5555
version = '0.9.0'
5656

5757
[dependencies.sc-executor]
5858
features = ['wasmtime']
5959
git = 'https://github.com/paritytech/substrate.git'
60-
branch = "rococo-v1"
60+
branch = "polkadot-v0.9.8"
6161
version = '0.9.0'
6262

6363
[dependencies.sc-keystore]
6464
git = 'https://github.com/paritytech/substrate.git'
65-
branch = "rococo-v1"
65+
branch = "polkadot-v0.9.8"
6666
version = '3.0.0'
6767

6868
[dependencies.sc-rpc]
6969
git = 'https://github.com/paritytech/substrate.git'
70-
branch = "rococo-v1"
70+
branch = "polkadot-v0.9.8"
7171
version = '3.0.0'
7272

7373
[dependencies.sc-rpc-api]
7474
git = 'https://github.com/paritytech/substrate.git'
75-
branch = "rococo-v1"
75+
branch = "polkadot-v0.9.8"
7676
version = '0.9.0'
7777

7878
[dependencies.sc-service]
7979
features = ['wasmtime']
8080
git = 'https://github.com/paritytech/substrate.git'
81-
branch = "rococo-v1"
81+
branch = "polkadot-v0.9.8"
8282
version = '0.9.0'
8383

8484
[dependencies.sc-transaction-pool]
8585
git = 'https://github.com/paritytech/substrate.git'
86-
branch = "rococo-v1"
86+
branch = "polkadot-v0.9.8"
8787
version = '3.0.0'
8888

8989
[dependencies.sc-tracing]
9090
git = 'https://github.com/paritytech/substrate.git'
91-
branch = "rococo-v1"
91+
branch = "polkadot-v0.9.8"
9292
version = '3.0.0'
9393

9494
[dependencies.sp-api]
9595
git = 'https://github.com/paritytech/substrate.git'
96-
branch = "rococo-v1"
96+
branch = "polkadot-v0.9.8"
9797
version = '3.0.0'
9898

9999
[dependencies.sp-block-builder]
100100
git = 'https://github.com/paritytech/substrate.git'
101-
branch = "rococo-v1"
101+
branch = "polkadot-v0.9.8"
102102
version = '3.0.0'
103103

104104
[dependencies.sp-blockchain]
105105
git = 'https://github.com/paritytech/substrate.git'
106-
branch = "rococo-v1"
106+
branch = "polkadot-v0.9.8"
107107
version = '3.0.0'
108108

109109
[dependencies.sp-consensus]
110110
git = 'https://github.com/paritytech/substrate.git'
111-
branch = "rococo-v1"
111+
branch = "polkadot-v0.9.8"
112112
version = '0.9.0'
113113

114114
[dependencies.sp-core]
115115
git = 'https://github.com/paritytech/substrate.git'
116-
branch = "rococo-v1"
116+
branch = "polkadot-v0.9.8"
117117
version = '3.0.0'
118118

119119
[dependencies.sp-inherents]
120120
git = 'https://github.com/paritytech/substrate.git'
121-
branch = "rococo-v1"
121+
branch = "polkadot-v0.9.8"
122122
version = '3.0.0'
123123

124124
[dependencies.sp-runtime]
125125
git = 'https://github.com/paritytech/substrate.git'
126-
branch = "rococo-v1"
126+
branch = "polkadot-v0.9.8"
127127
version = '3.0.0'
128128

129129
[dependencies.sp-timestamp]
130130
git = 'https://github.com/paritytech/substrate.git'
131-
branch = "rococo-v1"
131+
branch = "polkadot-v0.9.8"
132132
version = '3.0.0'
133133

134134
[dependencies.sp-transaction-pool]
135135
git = 'https://github.com/paritytech/substrate.git'
136-
branch = "rococo-v1"
136+
branch = "polkadot-v0.9.8"
137137
version = '3.0.0'
138138

139139
[dependencies.sp-trie]
140140
git = 'https://github.com/paritytech/substrate.git'
141-
branch = "rococo-v1"
141+
branch = "polkadot-v0.9.8"
142142
version = '3.0.0'
143143

144144
[dependencies.substrate-frame-rpc-system]
145145
git = 'https://github.com/paritytech/substrate.git'
146-
branch = "rococo-v1"
146+
branch = "polkadot-v0.9.8"
147147
version = '3.0.0'
148148

149149
[build-dependencies.substrate-build-script-utils]
150150
git = 'https://github.com/paritytech/substrate.git'
151-
branch = "rococo-v1"
151+
branch = "polkadot-v0.9.8"
152152
version = '3.0.0'
153153

154154
# Cumulus dependencies
155155
[dependencies.cumulus-client-consensus-relay-chain]
156156
git = 'https://github.com/paritytech/cumulus.git'
157-
branch = "rococo-v1"
157+
branch = "polkadot-v0.9.8"
158158

159159
[dependencies.cumulus-client-collator]
160160
git = 'https://github.com/paritytech/cumulus.git'
161-
branch = "rococo-v1"
161+
branch = "polkadot-v0.9.8"
162162

163163
[dependencies.cumulus-client-network]
164164
git = 'https://github.com/paritytech/cumulus.git'
165-
branch = "rococo-v1"
165+
branch = "polkadot-v0.9.8"
166166

167167
[dependencies.cumulus-primitives-core]
168168
git = 'https://github.com/paritytech/cumulus.git'
169-
branch = "rococo-v1"
169+
branch = "polkadot-v0.9.8"
170170

171171
[dependencies.cumulus-client-service]
172172
git = 'https://github.com/paritytech/cumulus.git'
173-
branch = "rococo-v1"
173+
branch = "polkadot-v0.9.8"
174174

175175
# Polkadot dependencies
176176
[dependencies.polkadot-primitives]
177177
git = "https://github.com/paritytech/polkadot"
178-
branch = "rococo-v1"
178+
branch = "release-v0.9.8"
179179

180180
[dependencies.polkadot-service]
181181
git = "https://github.com/paritytech/polkadot"
182-
branch = "rococo-v1"
182+
branch = "release-v0.9.8"
183183

184184
[dependencies.polkadot-cli]
185185
git = "https://github.com/paritytech/polkadot"
186-
branch = "rococo-v1"
186+
branch = "release-v0.9.8"
187187

188188
[dependencies.polkadot-test-service]
189189
git = "https://github.com/paritytech/polkadot"
190-
branch = "rococo-v1"
190+
branch = "release-v0.9.8"
191191

192192
[dependencies.polkadot-parachain]
193193
git = "https://github.com/paritytech/polkadot"
194-
branch = "rococo-v1"
194+
branch = "release-v0.9.8"
195195

196196
[dependencies.sc-consensus-epochs]
197197
git = 'https://github.com/paritytech/substrate.git'
198-
branch = "rococo-v1"
198+
branch = "polkadot-v0.9.8"
199199
version = '0.9.0'
200200

201201
[dependencies.sc-consensus-aura]
202202
git = 'https://github.com/paritytech/substrate.git'
203-
branch = "rococo-v1"
203+
branch = "polkadot-v0.9.8"
204204
version = '0.9.0'
205205

206206
# #
@@ -209,33 +209,33 @@ version = '0.9.0'
209209

210210
[dependencies.sc-finality-grandpa]
211211
git = 'https://github.com/paritytech/substrate.git'
212-
branch = "rococo-v1"
212+
branch = "polkadot-v0.9.8"
213213
version = '0.9.0'
214214

215215
[dependencies.sp-finality-grandpa]
216216
git = 'https://github.com/paritytech/substrate.git'
217-
branch = "rococo-v1"
217+
branch = "polkadot-v0.9.8"
218218
version = '3.0.0'
219219

220220

221221
[dependencies.sp-consensus-babe]
222222
git = 'https://github.com/paritytech/substrate.git'
223-
branch = "rococo-v1"
223+
branch = "polkadot-v0.9.8"
224224
version = '0.9.0'
225225

226226
[dependencies.sc-consensus-babe]
227227
git = 'https://github.com/paritytech/substrate.git'
228-
branch = "rococo-v1"
228+
branch = "polkadot-v0.9.8"
229229
version = '0.9.0'
230230

231231
[dependencies.sc-consensus-babe-rpc]
232232
git = 'https://github.com/paritytech/substrate.git'
233-
branch = "rococo-v1"
233+
branch = "polkadot-v0.9.8"
234234
version = '0.9.0'
235235

236236
[dependencies.sc-telemetry]
237237
git = 'https://github.com/paritytech/substrate.git'
238-
branch = "rococo-v1"
238+
branch = "polkadot-v0.9.8"
239239
version = '3.0.0'
240240

241241
[[bin]]

pallets/exchange-rate/Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,55 +32,55 @@ serde = { version = '1.0.101', optional = true, features = ['derive'] }
3232
[dependencies.pallet-balances]
3333
default-features = false
3434
git = 'https://github.com/paritytech/substrate.git'
35-
branch = "rococo-v1"
35+
branch = "polkadot-v0.9.8"
3636
version = '3.0.0'
3737

3838
[dependencies.pallet-randomness-collective-flip]
3939
default-features = false
4040
git = 'https://github.com/paritytech/substrate.git'
41-
branch = "rococo-v1"
41+
branch = "polkadot-v0.9.8"
4242
version = '3.0.0'
4343

4444
[dependencies.pallet-transaction-payment]
4545
default-features = false
4646
git = 'https://github.com/paritytech/substrate.git'
47-
branch = "rococo-v1"
47+
branch = "polkadot-v0.9.8"
4848
version = '3.0.0'
4949

5050
[dependencies.frame-support]
5151
default-features = false
5252
git = 'https://github.com/paritytech/substrate.git'
53-
branch = "rococo-v1"
53+
branch = "polkadot-v0.9.8"
5454
version = '3.0.0'
5555

5656
[dependencies.frame-system]
5757
default-features = false
5858
git = 'https://github.com/paritytech/substrate.git'
59-
branch = "rococo-v1"
59+
branch = "polkadot-v0.9.8"
6060
version = '3.0.0'
6161

6262
[dependencies.sp-core]
6363
default-features = false
6464
git = 'https://github.com/paritytech/substrate.git'
65-
branch = "rococo-v1"
65+
branch = "polkadot-v0.9.8"
6666
version = '3.0.0'
6767

6868
[dependencies.sp-io]
6969
default-features = false
7070
git = 'https://github.com/paritytech/substrate.git'
71-
branch = "rococo-v1"
71+
branch = "polkadot-v0.9.8"
7272
version = '3.0.0'
7373

7474
[dependencies.sp-runtime]
7575
default-features = false
7676
git = 'https://github.com/paritytech/substrate.git'
77-
branch = "rococo-v1"
77+
branch = "polkadot-v0.9.8"
7878
version = '3.0.0'
7979

8080
[dependencies.sp-std]
8181
default-features = false
8282
git = 'https://github.com/paritytech/substrate.git'
83-
branch = "rococo-v1"
83+
branch = "polkadot-v0.9.8"
8484
version = '3.0.0'
8585

8686
[dev-dependencies]

0 commit comments

Comments
 (0)