Skip to content

Commit da9194a

Browse files
committed
polkadot-v0.9.14
1 parent 30f58ba commit da9194a

22 files changed

Lines changed: 629 additions & 629 deletions

File tree

Cargo.lock

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

Dockerfile-parachain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LABEL maintainer="Unique.Network"
44

55
ARG RUST_TOOLCHAIN=nightly-2021-11-11
66
#ARG RUST_C=1.55.0-nightly
7-
ARG POLKA_VERSION=v0.9.13
7+
ARG POLKA_VERSION=v0.9.14
88
ARG UNIQUE_BRANCH=develop
99

1010
#ARG USER=***

client/rpc/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jsonrpc-core = "18.0.0"
1212
jsonrpc-core-client = "18.0.0"
1313
jsonrpc-derive = "18.0.0"
1414

15-
sp-api = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.13" }
16-
sp-blockchain = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.13" }
17-
sp-core = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.13" }
18-
sp-rpc = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.13" }
19-
sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.13" }
15+
sp-api = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.14" }
16+
sp-blockchain = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.14" }
17+
sp-core = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.14" }
18+
sp-rpc = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.14" }
19+
sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.14" }

node/cli/Cargo.toml

Lines changed: 66 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[build-dependencies.substrate-build-script-utils]
55
git = 'https://github.com/paritytech/substrate.git'
6-
branch = 'polkadot-v0.9.13'
6+
branch = 'polkadot-v0.9.14'
77

88
################################################################################
99
# Substrate Dependecies
@@ -16,150 +16,150 @@ version = '2.3.0'
1616

1717
[dependencies.frame-benchmarking]
1818
git = 'https://github.com/paritytech/substrate.git'
19-
branch = 'polkadot-v0.9.13'
19+
branch = 'polkadot-v0.9.14'
2020

2121
[dependencies.frame-benchmarking-cli]
2222
git = 'https://github.com/paritytech/substrate.git'
23-
branch = 'polkadot-v0.9.13'
23+
branch = 'polkadot-v0.9.14'
2424

2525
[dependencies.pallet-transaction-payment-rpc]
2626
git = 'https://github.com/paritytech/substrate.git'
27-
branch = 'polkadot-v0.9.13'
27+
branch = 'polkadot-v0.9.14'
2828

2929
[dependencies.substrate-prometheus-endpoint]
3030
git = 'https://github.com/paritytech/substrate.git'
31-
branch = 'polkadot-v0.9.13'
31+
branch = 'polkadot-v0.9.14'
3232

3333
[dependencies.sc-basic-authorship]
3434
git = 'https://github.com/paritytech/substrate.git'
35-
branch = 'polkadot-v0.9.13'
35+
branch = 'polkadot-v0.9.14'
3636

3737
[dependencies.sc-chain-spec]
3838
git = 'https://github.com/paritytech/substrate.git'
39-
branch = 'polkadot-v0.9.13'
39+
branch = 'polkadot-v0.9.14'
4040

4141
[dependencies.sc-cli]
4242
features = ['wasmtime']
4343
git = 'https://github.com/paritytech/substrate.git'
44-
branch = 'polkadot-v0.9.13'
44+
branch = 'polkadot-v0.9.14'
4545

4646
[dependencies.sc-client-api]
4747
git = 'https://github.com/paritytech/substrate.git'
48-
branch = 'polkadot-v0.9.13'
48+
branch = 'polkadot-v0.9.14'
4949

5050
[dependencies.sc-consensus]
5151
git = 'https://github.com/paritytech/substrate.git'
52-
branch = 'polkadot-v0.9.13'
52+
branch = 'polkadot-v0.9.14'
5353

5454
[dependencies.sc-consensus-aura]
5555
git = 'https://github.com/paritytech/substrate.git'
56-
branch = 'polkadot-v0.9.13'
56+
branch = 'polkadot-v0.9.14'
5757

5858
[dependencies.sc-executor]
5959
features = ['wasmtime']
6060
git = 'https://github.com/paritytech/substrate.git'
61-
branch = 'polkadot-v0.9.13'
61+
branch = 'polkadot-v0.9.14'
6262

6363
[dependencies.sc-finality-grandpa]
6464
git = 'https://github.com/paritytech/substrate.git'
65-
branch = 'polkadot-v0.9.13'
65+
branch = 'polkadot-v0.9.14'
6666

6767
[dependencies.sc-keystore]
6868
git = 'https://github.com/paritytech/substrate.git'
69-
branch = 'polkadot-v0.9.13'
69+
branch = 'polkadot-v0.9.14'
7070

7171
[dependencies.sc-rpc]
7272
git = 'https://github.com/paritytech/substrate.git'
73-
branch = 'polkadot-v0.9.13'
73+
branch = 'polkadot-v0.9.14'
7474

7575
[dependencies.sc-rpc-api]
7676
git = 'https://github.com/paritytech/substrate.git'
77-
branch = 'polkadot-v0.9.13'
77+
branch = 'polkadot-v0.9.14'
7878

7979
[dependencies.sc-service]
8080
features = ['wasmtime']
8181
git = 'https://github.com/paritytech/substrate.git'
82-
branch = 'polkadot-v0.9.13'
82+
branch = 'polkadot-v0.9.14'
8383

8484
[dependencies.sc-telemetry]
8585
git = 'https://github.com/paritytech/substrate.git'
86-
branch = 'polkadot-v0.9.13'
86+
branch = 'polkadot-v0.9.14'
8787

8888
[dependencies.sc-transaction-pool]
8989
git = 'https://github.com/paritytech/substrate.git'
90-
branch = 'polkadot-v0.9.13'
90+
branch = 'polkadot-v0.9.14'
9191

9292
[dependencies.sc-tracing]
9393
git = 'https://github.com/paritytech/substrate.git'
94-
branch = 'polkadot-v0.9.13'
94+
branch = 'polkadot-v0.9.14'
9595

9696
[dependencies.sp-block-builder]
9797
git = 'https://github.com/paritytech/substrate.git'
98-
branch = 'polkadot-v0.9.13'
98+
branch = 'polkadot-v0.9.14'
9999

100100
[dependencies.sp-api]
101101
git = 'https://github.com/paritytech/substrate.git'
102-
branch = 'polkadot-v0.9.13'
102+
branch = 'polkadot-v0.9.14'
103103

104104
[dependencies.sp-blockchain]
105105
git = 'https://github.com/paritytech/substrate.git'
106-
branch = 'polkadot-v0.9.13'
106+
branch = 'polkadot-v0.9.14'
107107

108108
[dependencies.sp-consensus]
109109
git = 'https://github.com/paritytech/substrate.git'
110-
branch = 'polkadot-v0.9.13'
110+
branch = 'polkadot-v0.9.14'
111111

112112
[dependencies.sp-consensus-aura]
113113
git = 'https://github.com/paritytech/substrate.git'
114-
branch = 'polkadot-v0.9.13'
114+
branch = 'polkadot-v0.9.14'
115115

116116
[dependencies.sp-core]
117117
git = 'https://github.com/paritytech/substrate.git'
118-
branch = 'polkadot-v0.9.13'
118+
branch = 'polkadot-v0.9.14'
119119

120120
[dependencies.sp-finality-grandpa]
121121
git = 'https://github.com/paritytech/substrate.git'
122-
branch = 'polkadot-v0.9.13'
122+
branch = 'polkadot-v0.9.14'
123123

124124
[dependencies.sp-inherents]
125125
git = 'https://github.com/paritytech/substrate.git'
126-
branch = 'polkadot-v0.9.13'
126+
branch = 'polkadot-v0.9.14'
127127

128128
[dependencies.sp-keystore]
129129
git = 'https://github.com/paritytech/substrate.git'
130-
branch = 'polkadot-v0.9.13'
130+
branch = 'polkadot-v0.9.14'
131131

132132
[dependencies.sp-offchain]
133133
git = 'https://github.com/paritytech/substrate.git'
134-
branch = 'polkadot-v0.9.13'
134+
branch = 'polkadot-v0.9.14'
135135

136136
[dependencies.sp-runtime]
137137
git = 'https://github.com/paritytech/substrate.git'
138-
branch = 'polkadot-v0.9.13'
138+
branch = 'polkadot-v0.9.14'
139139

140140
[dependencies.sp-session]
141141
git = 'https://github.com/paritytech/substrate.git'
142-
branch = 'polkadot-v0.9.13'
142+
branch = 'polkadot-v0.9.14'
143143

144144
[dependencies.sp-timestamp]
145145
git = 'https://github.com/paritytech/substrate.git'
146-
branch = 'polkadot-v0.9.13'
146+
branch = 'polkadot-v0.9.14'
147147

148148
[dependencies.sp-transaction-pool]
149149
git = 'https://github.com/paritytech/substrate.git'
150-
branch = 'polkadot-v0.9.13'
150+
branch = 'polkadot-v0.9.14'
151151

152152
[dependencies.sp-trie]
153153
git = 'https://github.com/paritytech/substrate.git'
154-
branch = 'polkadot-v0.9.13'
154+
branch = 'polkadot-v0.9.14'
155155

156156
[dependencies.substrate-frame-rpc-system]
157157
git = 'https://github.com/paritytech/substrate.git'
158-
branch = 'polkadot-v0.9.13'
158+
branch = 'polkadot-v0.9.14'
159159

160160
[dependencies.sc-network]
161161
git = 'https://github.com/paritytech/substrate.git'
162-
branch = 'polkadot-v0.9.13'
162+
branch = 'polkadot-v0.9.14'
163163

164164
[dependencies.serde]
165165
features = ['derive']
@@ -173,59 +173,59 @@ version = '1.0.68'
173173
# Cumulus dependencies
174174

175175
[dependencies.cumulus-client-consensus-aura]
176-
git = 'https://github.com/paritytech/cumulus.git'
177-
branch = 'polkadot-v0.9.13'
176+
git = 'https://github.com/UniqueNetwork/cumulus.git'
177+
branch = 'polkadot-v0.9.14'
178178

179179
[dependencies.cumulus-client-consensus-common]
180-
git = 'https://github.com/paritytech/cumulus.git'
181-
branch = 'polkadot-v0.9.13'
180+
git = 'https://github.com/UniqueNetwork/cumulus.git'
181+
branch = 'polkadot-v0.9.14'
182182

183183
[dependencies.cumulus-client-collator]
184-
git = 'https://github.com/paritytech/cumulus.git'
185-
branch = 'polkadot-v0.9.13'
184+
git = 'https://github.com/UniqueNetwork/cumulus.git'
185+
branch = 'polkadot-v0.9.14'
186186

187187
[dependencies.cumulus-client-cli]
188-
git = 'https://github.com/paritytech/cumulus.git'
189-
branch = 'polkadot-v0.9.13'
188+
git = 'https://github.com/UniqueNetwork/cumulus.git'
189+
branch = 'polkadot-v0.9.14'
190190

191191
[dependencies.cumulus-client-network]
192-
git = 'https://github.com/paritytech/cumulus.git'
193-
branch = 'polkadot-v0.9.13'
192+
git = 'https://github.com/UniqueNetwork/cumulus.git'
193+
branch = 'polkadot-v0.9.14'
194194

195195
[dependencies.cumulus-primitives-core]
196-
git = 'https://github.com/paritytech/cumulus.git'
197-
branch = 'polkadot-v0.9.13'
196+
git = 'https://github.com/UniqueNetwork/cumulus.git'
197+
branch = 'polkadot-v0.9.14'
198198

199199
[dependencies.cumulus-primitives-parachain-inherent]
200-
git = 'https://github.com/paritytech/cumulus.git'
201-
branch = 'polkadot-v0.9.13'
200+
git = 'https://github.com/UniqueNetwork/cumulus.git'
201+
branch = 'polkadot-v0.9.14'
202202

203203
[dependencies.cumulus-client-service]
204-
git = 'https://github.com/paritytech/cumulus.git'
205-
branch = 'polkadot-v0.9.13'
204+
git = 'https://github.com/UniqueNetwork/cumulus.git'
205+
branch = 'polkadot-v0.9.14'
206206

207207

208208
################################################################################
209209
# Polkadot dependencies
210210
[dependencies.polkadot-primitives]
211211
git = "https://github.com/paritytech/polkadot"
212-
branch = 'release-v0.9.13'
212+
branch = 'release-v0.9.14'
213213

214214
[dependencies.polkadot-service]
215215
git = "https://github.com/paritytech/polkadot"
216-
branch = 'release-v0.9.13'
216+
branch = 'release-v0.9.14'
217217

218218
[dependencies.polkadot-cli]
219219
git = "https://github.com/paritytech/polkadot"
220-
branch = 'release-v0.9.13'
220+
branch = 'release-v0.9.14'
221221

222222
[dependencies.polkadot-test-service]
223223
git = "https://github.com/paritytech/polkadot"
224-
branch = 'release-v0.9.13'
224+
branch = 'release-v0.9.14'
225225

226226
[dependencies.polkadot-parachain]
227227
git = "https://github.com/paritytech/polkadot"
228-
branch = 'release-v0.9.13'
228+
branch = 'release-v0.9.14'
229229

230230

231231
################################################################################
@@ -250,7 +250,7 @@ homepage = 'https://unique.network'
250250
license = 'All Rights Reserved'
251251
name = 'unique-node'
252252
repository = 'https://github.com/UniqueNetwork/unique-chain'
253-
version = '0.9.13'
253+
version = '0.9.14'
254254

255255
[[bin]]
256256
name = 'unique-collator'
@@ -268,13 +268,13 @@ structopt = '0.3.23'
268268
jsonrpc-core = '18.0.0'
269269
jsonrpc-pubsub = "18.0.0"
270270

271-
fc-rpc-core = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.13" }
272-
fc-consensus = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.13" }
273-
fc-mapping-sync = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.13" }
274-
fc-rpc = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.13" }
275-
fc-db = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.13" }
276-
fp-rpc = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.13" }
277-
pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.13" }
271+
fc-rpc-core = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.14" }
272+
fc-consensus = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.14" }
273+
fc-mapping-sync = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.14" }
274+
fc-rpc = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.14" }
275+
fc-db = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.14" }
276+
fp-rpc = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.14" }
277+
pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.14" }
278278

279279
unique-rpc = { path = "../rpc" }
280280

0 commit comments

Comments
 (0)