Skip to content

Commit 9bbb154

Browse files
authored
Merge pull request #352 from UniqueNetwork/release-v0.9.21
Release v0.9.21
2 parents 3314fcd + b8d2ab1 commit 9bbb154

28 files changed

Lines changed: 830 additions & 850 deletions

File tree

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
RUST_TOOLCHAIN=nightly-2022-04-07
22
RUST_C=1.62.0-nightly
3-
POLKA_VERSION=release-v0.9.20
3+
POLKA_VERSION=release-v0.9.21
44
UNIQUE_BRANCH=develop
55
USER=***
66
PASS=***

Cargo.lock

Lines changed: 408 additions & 428 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-2022-04-07
66
#ARG RUST_C=1.62.0-nightly
7-
ARG POLKA_VERSION=release-v0.9.20
7+
ARG POLKA_VERSION=release-v0.9.21
88
ARG UNIQUE_BRANCH=develop
99

1010
#ARG USER=***

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ git clone https://github.com/paritytech/polkadot-launch
9191
```
9292
git clone https://github.com/paritytech/polkadot.git
9393
cd polkadot
94-
git checkout release-v0.9.20
94+
git checkout release-v0.9.21
9595
cargo build --release
9696
```
9797

client/rpc/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jsonrpc-core = "18.0.0"
1313
jsonrpc-core-client = "18.0.0"
1414
jsonrpc-derive = "18.0.0"
1515

16-
sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
17-
sp-blockchain = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
18-
sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
19-
sp-rpc = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
20-
sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
21-
pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.20" }
16+
sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.21" }
17+
sp-blockchain = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.21" }
18+
sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.21" }
19+
sp-rpc = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.21" }
20+
sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.21" }
21+
pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.21" }

node/cli/Cargo.toml

Lines changed: 74 additions & 74 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"
6-
branch = "polkadot-v0.9.20"
6+
branch = "polkadot-v0.9.21"
77

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

164164
[dependencies.serde]
165165
features = ['derive']
@@ -170,76 +170,76 @@ version = '1.0.68'
170170

171171
[dependencies.sc-consensus-manual-seal]
172172
git = "https://github.com/paritytech/substrate"
173-
branch = "polkadot-v0.9.20"
173+
branch = "polkadot-v0.9.21"
174174

175175
################################################################################
176176
# Cumulus dependencies
177177

178178
[dependencies.cumulus-client-consensus-aura]
179-
git = "https://github.com/paritytech/cumulus"
180-
branch = "polkadot-v0.9.20"
179+
git = "https://github.com/uniquenetwork/cumulus"
180+
branch = "polkadot-v0.9.21"
181181

182182
[dependencies.cumulus-client-consensus-common]
183-
git = "https://github.com/paritytech/cumulus"
184-
branch = "polkadot-v0.9.20"
183+
git = "https://github.com/uniquenetwork/cumulus"
184+
branch = "polkadot-v0.9.21"
185185

186186
[dependencies.cumulus-client-collator]
187-
git = "https://github.com/paritytech/cumulus"
188-
branch = "polkadot-v0.9.20"
187+
git = "https://github.com/uniquenetwork/cumulus"
188+
branch = "polkadot-v0.9.21"
189189

190190
[dependencies.cumulus-client-cli]
191-
git = "https://github.com/paritytech/cumulus"
192-
branch = "polkadot-v0.9.20"
191+
git = "https://github.com/uniquenetwork/cumulus"
192+
branch = "polkadot-v0.9.21"
193193

194194
[dependencies.cumulus-client-network]
195-
git = "https://github.com/paritytech/cumulus"
196-
branch = "polkadot-v0.9.20"
195+
git = "https://github.com/uniquenetwork/cumulus"
196+
branch = "polkadot-v0.9.21"
197197

198198
[dependencies.cumulus-primitives-core]
199-
git = "https://github.com/paritytech/cumulus"
200-
branch = "polkadot-v0.9.20"
199+
git = "https://github.com/uniquenetwork/cumulus"
200+
branch = "polkadot-v0.9.21"
201201

202202
[dependencies.cumulus-primitives-parachain-inherent]
203-
git = "https://github.com/paritytech/cumulus"
204-
branch = "polkadot-v0.9.20"
203+
git = "https://github.com/uniquenetwork/cumulus"
204+
branch = "polkadot-v0.9.21"
205205

206206
[dependencies.cumulus-client-service]
207-
git = "https://github.com/paritytech/cumulus"
208-
branch = "polkadot-v0.9.20"
207+
git = "https://github.com/uniquenetwork/cumulus"
208+
branch = "polkadot-v0.9.21"
209209

210210
[dependencies.cumulus-relay-chain-interface]
211-
git = "https://github.com/paritytech/cumulus"
212-
branch = "polkadot-v0.9.20"
211+
git = "https://github.com/uniquenetwork/cumulus"
212+
branch = "polkadot-v0.9.21"
213213

214214
[dependencies.cumulus-relay-chain-inprocess-interface]
215-
git = "https://github.com/paritytech/cumulus"
216-
branch = "polkadot-v0.9.20"
215+
git = "https://github.com/uniquenetwork/cumulus"
216+
branch = "polkadot-v0.9.21"
217217

218218
[dependencies.cumulus-relay-chain-rpc-interface]
219-
git = "https://github.com/paritytech/cumulus"
220-
branch = "polkadot-v0.9.20"
219+
git = "https://github.com/uniquenetwork/cumulus"
220+
branch = "polkadot-v0.9.21"
221221

222222
################################################################################
223223
# Polkadot dependencies
224224
[dependencies.polkadot-primitives]
225225
git = "https://github.com/paritytech/polkadot"
226-
branch = "release-v0.9.20"
226+
branch = "release-v0.9.21"
227227

228228
[dependencies.polkadot-service]
229229
git = "https://github.com/paritytech/polkadot"
230-
branch = "release-v0.9.20"
230+
branch = "release-v0.9.21"
231231

232232
[dependencies.polkadot-cli]
233233
git = "https://github.com/paritytech/polkadot"
234-
branch = "release-v0.9.20"
234+
branch = "release-v0.9.21"
235235

236236
[dependencies.polkadot-test-service]
237237
git = "https://github.com/paritytech/polkadot"
238-
branch = "release-v0.9.20"
238+
branch = "release-v0.9.21"
239239

240240
[dependencies.polkadot-parachain]
241241
git = "https://github.com/paritytech/polkadot"
242-
branch = "release-v0.9.20"
242+
branch = "release-v0.9.21"
243243

244244

245245
################################################################################
@@ -269,7 +269,7 @@ path = "../../primitives/rpc"
269269

270270
[dependencies.pallet-transaction-payment-rpc-runtime-api]
271271
git = "https://github.com/paritytech/substrate"
272-
branch = "polkadot-v0.9.20"
272+
branch = "polkadot-v0.9.21"
273273

274274
################################################################################
275275
# Package
@@ -283,7 +283,7 @@ homepage = 'https://unique.network'
283283
license = 'GPLv3'
284284
name = 'unique-node'
285285
repository = 'https://github.com/UniqueNetwork/unique-chain'
286-
version = '0.9.20'
286+
version = '0.9.21'
287287

288288
[[bin]]
289289
name = 'unique-collator'
@@ -302,13 +302,13 @@ jsonrpc-core = '18.0.0'
302302
jsonrpc-pubsub = "18.0.0"
303303
tokio = { version = "1.17.0", features = ["time"] }
304304

305-
fc-rpc-core = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.20" }
306-
fc-consensus = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.20" }
307-
fc-mapping-sync = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.20" }
308-
fc-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.20" }
309-
fc-db = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.20" }
310-
fp-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.20" }
311-
pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.20" }
305+
fc-rpc-core = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.21" }
306+
fc-consensus = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.21" }
307+
fc-mapping-sync = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.21" }
308+
fc-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.21" }
309+
fc-db = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.21" }
310+
fp-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.21" }
311+
pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.21" }
312312

313313
unique-rpc = { default-features = false, path = "../rpc" }
314314

0 commit comments

Comments
 (0)