git.delta.rocks / unique-network / refs/commits / 4cfbebaf5fc5

difftreelog

build upgrade polkadot to v0.9.37

Yaroslav Bolyukin2023-01-26parent: #35f818f.patch.diff
in: master

38 files changed

modifiedCargo.lockdiffbeforeafterboth
27source = "registry+https://github.com/rust-lang/crates.io-index"27source = "registry+https://github.com/rust-lang/crates.io-index"
28checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97"28checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97"
29dependencies = [29dependencies = [
30 "gimli 0.27.0",30 "gimli 0.27.1",
31]31]
3232
33[[package]]33[[package]]
36source = "registry+https://github.com/rust-lang/crates.io-index"36source = "registry+https://github.com/rust-lang/crates.io-index"
37checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"37checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
38
39[[package]]
40name = "aead"
41version = "0.3.2"
42source = "registry+https://github.com/rust-lang/crates.io-index"
43checksum = "7fc95d1bdb8e6666b2b217308eeeb09f2d6728d104be3e31916cc74d15420331"
44dependencies = [
45 "generic-array 0.14.6",
46]
3847
39[[package]]48[[package]]
40name = "aead"49name = "aead"
43checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877"52checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877"
44dependencies = [53dependencies = [
45 "generic-array 0.14.6",54 "generic-array 0.14.6",
55 "rand_core 0.6.4",
46]56]
57
58[[package]]
59name = "aes"
60version = "0.6.0"
61source = "registry+https://github.com/rust-lang/crates.io-index"
62checksum = "884391ef1066acaa41e766ba8f596341b96e93ce34f9a43e7d24bf0a0eaf0561"
63dependencies = [
64 "aes-soft",
65 "aesni",
66 "cipher 0.2.5",
67]
4768
48[[package]]69[[package]]
49name = "aes"70name = "aes"
52checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8"73checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8"
53dependencies = [74dependencies = [
54 "cfg-if",75 "cfg-if",
55 "cipher",76 "cipher 0.3.0",
56 "cpufeatures",77 "cpufeatures",
57 "opaque-debug 0.3.0",78 "opaque-debug 0.3.0",
58]79]
80
81[[package]]
82name = "aes-gcm"
83version = "0.8.0"
84source = "registry+https://github.com/rust-lang/crates.io-index"
85checksum = "5278b5fabbb9bd46e24aa69b2fdea62c99088e0a950a9be40e3e0101298f88da"
86dependencies = [
87 "aead 0.3.2",
88 "aes 0.6.0",
89 "cipher 0.2.5",
90 "ctr 0.6.0",
91 "ghash 0.3.1",
92 "subtle",
93]
5994
60[[package]]95[[package]]
61name = "aes-gcm"96name = "aes-gcm"
62version = "0.9.4"97version = "0.9.4"
63source = "registry+https://github.com/rust-lang/crates.io-index"98source = "registry+https://github.com/rust-lang/crates.io-index"
64checksum = "df5f85a83a7d8b0442b6aa7b504b8212c1733da07b98aae43d4bc21b2cb3cdf6"99checksum = "df5f85a83a7d8b0442b6aa7b504b8212c1733da07b98aae43d4bc21b2cb3cdf6"
65dependencies = [100dependencies = [
66 "aead",101 "aead 0.4.3",
67 "aes",102 "aes 0.7.5",
68 "cipher",103 "cipher 0.3.0",
69 "ctr",104 "ctr 0.8.0",
70 "ghash",105 "ghash 0.4.4",
71 "subtle",106 "subtle",
72]107]
108
109[[package]]
110name = "aes-soft"
111version = "0.6.4"
112source = "registry+https://github.com/rust-lang/crates.io-index"
113checksum = "be14c7498ea50828a38d0e24a765ed2effe92a705885b57d029cd67d45744072"
114dependencies = [
115 "cipher 0.2.5",
116 "opaque-debug 0.3.0",
117]
118
119[[package]]
120name = "aesni"
121version = "0.10.0"
122source = "registry+https://github.com/rust-lang/crates.io-index"
123checksum = "ea2e11f5e94c2f7d386164cc2aa1f97823fed6f259e486940a71c174dd01b0ce"
124dependencies = [
125 "cipher 0.2.5",
126 "opaque-debug 0.3.0",
127]
73128
74[[package]]129[[package]]
75name = "ahash"130name = "ahash"
141 "num-traits",196 "num-traits",
142]197]
198
199[[package]]
200name = "arc-swap"
201version = "1.6.0"
202source = "registry+https://github.com/rust-lang/crates.io-index"
203checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6"
143204
144[[package]]205[[package]]
145name = "array-bytes"206name = "array-bytes"
171source = "registry+https://github.com/rust-lang/crates.io-index"232source = "registry+https://github.com/rust-lang/crates.io-index"
172checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"233checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
234
235[[package]]
236name = "asn1-rs"
237version = "0.3.1"
238source = "registry+https://github.com/rust-lang/crates.io-index"
239checksum = "30ff05a702273012438132f449575dbc804e27b2f3cbe3069aa237d26c98fa33"
240dependencies = [
241 "asn1-rs-derive 0.1.0",
242 "asn1-rs-impl",
243 "displaydoc",
244 "nom",
245 "num-traits",
246 "rusticata-macros",
247 "thiserror",
248 "time 0.3.17",
249]
250
251[[package]]
252name = "asn1-rs"
253version = "0.5.1"
254source = "registry+https://github.com/rust-lang/crates.io-index"
255checksum = "cf6690c370453db30743b373a60ba498fc0d6d83b11f4abfd87a84a075db5dd4"
256dependencies = [
257 "asn1-rs-derive 0.4.0",
258 "asn1-rs-impl",
259 "displaydoc",
260 "nom",
261 "num-traits",
262 "rusticata-macros",
263 "thiserror",
264 "time 0.3.17",
265]
266
267[[package]]
268name = "asn1-rs-derive"
269version = "0.1.0"
270source = "registry+https://github.com/rust-lang/crates.io-index"
271checksum = "db8b7511298d5b7784b40b092d9e9dcd3a627a5707e4b5e507931ab0d44eeebf"
272dependencies = [
273 "proc-macro2",
274 "quote",
275 "syn",
276 "synstructure",
277]
278
279[[package]]
280name = "asn1-rs-derive"
281version = "0.4.0"
282source = "registry+https://github.com/rust-lang/crates.io-index"
283checksum = "726535892e8eae7e70657b4c8ea93d26b8553afb1ce617caee529ef96d7dee6c"
284dependencies = [
285 "proc-macro2",
286 "quote",
287 "syn",
288 "synstructure",
289]
290
291[[package]]
292name = "asn1-rs-impl"
293version = "0.1.0"
294source = "registry+https://github.com/rust-lang/crates.io-index"
295checksum = "2777730b2039ac0f95f093556e61b6d26cebed5393ca6f152717777cec3a42ed"
296dependencies = [
297 "proc-macro2",
298 "quote",
299 "syn",
300]
173301
174[[package]]302[[package]]
175name = "asn1_der"303name = "asn1_der"
183source = "registry+https://github.com/rust-lang/crates.io-index"311source = "registry+https://github.com/rust-lang/crates.io-index"
184checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9"312checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9"
185
186[[package]]
187name = "async-attributes"
188version = "1.1.2"
189source = "registry+https://github.com/rust-lang/crates.io-index"
190checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
191dependencies = [
192 "quote",
193 "syn",
194]
195
196[[package]]
197name = "async-channel"
198version = "1.8.0"
199source = "registry+https://github.com/rust-lang/crates.io-index"
200checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833"
201dependencies = [
202 "concurrent-queue",
203 "event-listener",
204 "futures-core",
205]
206
207[[package]]
208name = "async-executor"
209version = "1.5.0"
210source = "registry+https://github.com/rust-lang/crates.io-index"
211checksum = "17adb73da160dfb475c183343c8cccd80721ea5a605d3eb57125f0a7b7a92d0b"
212dependencies = [
213 "async-lock",
214 "async-task",
215 "concurrent-queue",
216 "fastrand",
217 "futures-lite",
218 "slab",
219]
220
221[[package]]
222name = "async-global-executor"
223version = "2.3.1"
224source = "registry+https://github.com/rust-lang/crates.io-index"
225checksum = "f1b6f5d7df27bd294849f8eec66ecfc63d11814df7a4f5d74168a2394467b776"
226dependencies = [
227 "async-channel",
228 "async-executor",
229 "async-io",
230 "async-lock",
231 "blocking",
232 "futures-lite",
233 "once_cell",
234]
235313
236[[package]]314[[package]]
237name = "async-io"315name = "async-io"
263 "futures-lite",341 "futures-lite",
264]342]
265
266[[package]]
267name = "async-process"
268version = "1.6.0"
269source = "registry+https://github.com/rust-lang/crates.io-index"
270checksum = "6381ead98388605d0d9ff86371043b5aa922a3905824244de40dc263a14fcba4"
271dependencies = [
272 "async-io",
273 "async-lock",
274 "autocfg",
275 "blocking",
276 "cfg-if",
277 "event-listener",
278 "futures-lite",
279 "libc",
280 "signal-hook",
281 "windows-sys 0.42.0",
282]
283
284[[package]]
285name = "async-std"
286version = "1.12.0"
287source = "registry+https://github.com/rust-lang/crates.io-index"
288checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"
289dependencies = [
290 "async-attributes",
291 "async-channel",
292 "async-global-executor",
293 "async-io",
294 "async-lock",
295 "crossbeam-utils",
296 "futures-channel",
297 "futures-core",
298 "futures-io",
299 "futures-lite",
300 "gloo-timers",
301 "kv-log-macro",
302 "log",
303 "memchr",
304 "once_cell",
305 "pin-project-lite 0.2.9",
306 "pin-utils",
307 "slab",
308 "wasm-bindgen-futures",
309]
310
311[[package]]
312name = "async-task"
313version = "4.3.0"
314source = "registry+https://github.com/rust-lang/crates.io-index"
315checksum = "7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524"
316343
317[[package]]344[[package]]
318name = "async-trait"345name = "async-trait"
319version = "0.1.61"346version = "0.1.63"
320source = "registry+https://github.com/rust-lang/crates.io-index"347source = "registry+https://github.com/rust-lang/crates.io-index"
321checksum = "705339e0e4a9690e2908d2b3d049d85682cf19fbd5782494498fbf7003a6a282"348checksum = "eff18d764974428cf3a9328e23fc5c986f5fbed46e6cd4cdf42544df5d297ec1"
322dependencies = [349dependencies = [
323 "proc-macro2",350 "proc-macro2",
324 "quote",351 "quote",
384 "cfg-if",411 "cfg-if",
385 "libc",412 "libc",
386 "miniz_oxide",413 "miniz_oxide",
387 "object 0.30.2",414 "object 0.30.3",
388 "rustc-demangle",415 "rustc-demangle",
389]416]
390417
436[[package]]463[[package]]
437name = "beefy-gadget"464name = "beefy-gadget"
438version = "4.0.0-dev"465version = "4.0.0-dev"
439source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"466source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
440dependencies = [467dependencies = [
441 "array-bytes 4.2.0",468 "array-bytes 4.2.0",
442 "async-trait",469 "async-trait",
443 "fnv",470 "fnv",
444 "futures",471 "futures",
445 "futures-timer",
446 "log",472 "log",
447 "parity-scale-codec",473 "parity-scale-codec",
448 "parking_lot 0.12.1",474 "parking_lot 0.12.1",
449 "sc-chain-spec",
450 "sc-client-api",475 "sc-client-api",
451 "sc-consensus",476 "sc-consensus",
452 "sc-finality-grandpa",
453 "sc-keystore",477 "sc-keystore",
454 "sc-network",478 "sc-network",
455 "sc-network-common",479 "sc-network-common",
473[[package]]497[[package]]
474name = "beefy-gadget-rpc"498name = "beefy-gadget-rpc"
475version = "4.0.0-dev"499version = "4.0.0-dev"
476source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"500source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
477dependencies = [501dependencies = [
478 "beefy-gadget",502 "beefy-gadget",
479 "futures",503 "futures",
482 "parity-scale-codec",506 "parity-scale-codec",
483 "parking_lot 0.12.1",507 "parking_lot 0.12.1",
484 "sc-rpc",508 "sc-rpc",
485 "sc-utils",
486 "serde",509 "serde",
487 "sp-beefy",510 "sp-beefy",
488 "sp-core",511 "sp-core",
493[[package]]516[[package]]
494name = "beefy-merkle-tree"517name = "beefy-merkle-tree"
495version = "4.0.0-dev"518version = "4.0.0-dev"
496source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"519source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
497dependencies = [520dependencies = [
498 "sp-api",521 "sp-api",
499 "sp-beefy",522 "sp-beefy",
597source = "registry+https://github.com/rust-lang/crates.io-index"620source = "registry+https://github.com/rust-lang/crates.io-index"
598checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"621checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
599dependencies = [622dependencies = [
600 "block-padding",623 "block-padding 0.1.5",
601 "byte-tools",624 "byte-tools",
602 "byteorder",625 "byteorder",
603 "generic-array 0.12.4",626 "generic-array 0.12.4",
621 "generic-array 0.14.6",644 "generic-array 0.14.6",
622]645]
646
647[[package]]
648name = "block-modes"
649version = "0.7.0"
650source = "registry+https://github.com/rust-lang/crates.io-index"
651checksum = "57a0e8073e8baa88212fb5823574c02ebccb395136ba9a164ab89379ec6072f0"
652dependencies = [
653 "block-padding 0.2.1",
654 "cipher 0.2.5",
655]
623656
624[[package]]657[[package]]
625name = "block-padding"658name = "block-padding"
631]664]
632665
633[[package]]666[[package]]
634name = "blocking"667name = "block-padding"
635version = "1.3.0"668version = "0.2.1"
636source = "registry+https://github.com/rust-lang/crates.io-index"669source = "registry+https://github.com/rust-lang/crates.io-index"
637checksum = "3c67b173a56acffd6d2326fb7ab938ba0b00a71480e14902b2591c87bc5741e8"670checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae"
638dependencies = [
639 "async-channel",
640 "async-lock",
641 "async-task",
642 "atomic-waker",
643 "fastrand",
644 "futures-lite",
645]
646671
647[[package]]672[[package]]
648name = "bondrewd"673name = "bondrewd"
790 "jobserver",815 "jobserver",
791]816]
817
818[[package]]
819name = "ccm"
820version = "0.3.0"
821source = "registry+https://github.com/rust-lang/crates.io-index"
822checksum = "5aca1a8fbc20b50ac9673ff014abfb2b5f4085ee1a850d408f14a159c5853ac7"
823dependencies = [
824 "aead 0.3.2",
825 "cipher 0.2.5",
826 "subtle",
827]
792828
793[[package]]829[[package]]
794name = "cexpr"830name = "cexpr"
827checksum = "5c80e5460aa66fe3b91d40bcbdab953a597b60053e34d684ac6903f863b680a6"863checksum = "5c80e5460aa66fe3b91d40bcbdab953a597b60053e34d684ac6903f863b680a6"
828dependencies = [864dependencies = [
829 "cfg-if",865 "cfg-if",
830 "cipher",866 "cipher 0.3.0",
831 "cpufeatures",867 "cpufeatures",
832 "zeroize",868 "zeroize",
833]869]
838source = "registry+https://github.com/rust-lang/crates.io-index"874source = "registry+https://github.com/rust-lang/crates.io-index"
839checksum = "a18446b09be63d457bbec447509e85f662f32952b035ce892290396bc0b0cff5"875checksum = "a18446b09be63d457bbec447509e85f662f32952b035ce892290396bc0b0cff5"
840dependencies = [876dependencies = [
841 "aead",877 "aead 0.4.3",
842 "chacha20",878 "chacha20",
843 "cipher",879 "cipher 0.3.0",
844 "poly1305",880 "poly1305",
845 "zeroize",881 "zeroize",
846]882]
855 "js-sys",891 "js-sys",
856 "num-integer",892 "num-integer",
857 "num-traits",893 "num-traits",
858 "time",894 "time 0.1.45",
859 "wasm-bindgen",895 "wasm-bindgen",
860 "winapi",896 "winapi",
861]897]
873 "unsigned-varint",909 "unsigned-varint",
874]910]
911
912[[package]]
913name = "cipher"
914version = "0.2.5"
915source = "registry+https://github.com/rust-lang/crates.io-index"
916checksum = "12f8e7987cbd042a63249497f41aed09f8e65add917ea6566effbc56578d6801"
917dependencies = [
918 "generic-array 0.14.6",
919]
875920
876[[package]]921[[package]]
877name = "cipher"922name = "cipher"
904949
905[[package]]950[[package]]
906name = "clap"951name = "clap"
907version = "4.1.1"952version = "4.1.4"
908source = "registry+https://github.com/rust-lang/crates.io-index"953source = "registry+https://github.com/rust-lang/crates.io-index"
909checksum = "4ec7a4128863c188deefe750ac1d1dfe66c236909f845af04beed823638dc1b2"954checksum = "f13b9c79b5d1dd500d20ef541215a6423c75829ef43117e1b4d17fd8af0b5d76"
910dependencies = [955dependencies = [
911 "bitflags",956 "bitflags",
912 "clap_derive",957 "clap_derive",
1070 "libc",1115 "libc",
1071]1116]
1117
1118[[package]]
1119name = "cpuid-bool"
1120version = "0.2.0"
1121source = "registry+https://github.com/rust-lang/crates.io-index"
1122checksum = "dcb25d077389e53838a8158c8e99174c5a9d902dee4904320db714f3c653ffba"
10721123
1073[[package]]1124[[package]]
1074name = "cranelift-bforest"1125name = "cranelift-bforest"
1168 "wasmtime-types",1219 "wasmtime-types",
1169]1220]
1221
1222[[package]]
1223name = "crc"
1224version = "3.0.0"
1225source = "registry+https://github.com/rust-lang/crates.io-index"
1226checksum = "53757d12b596c16c78b83458d732a5d1a17ab3f53f2f7412f6fb57cc8a140ab3"
1227dependencies = [
1228 "crc-catalog",
1229]
1230
1231[[package]]
1232name = "crc-catalog"
1233version = "2.2.0"
1234source = "registry+https://github.com/rust-lang/crates.io-index"
1235checksum = "9cace84e55f07e7301bae1c519df89cdad8cc3cd868413d3fdbdeca9ff3db484"
11701236
1171[[package]]1237[[package]]
1172name = "crc32fast"1238name = "crc32fast"
1268 "subtle",1334 "subtle",
1269]1335]
1336
1337[[package]]
1338name = "crypto-mac"
1339version = "0.10.1"
1340source = "registry+https://github.com/rust-lang/crates.io-index"
1341checksum = "bff07008ec701e8028e2ceb8f83f0e4274ee62bd2dbdc4fefff2e9a91824081a"
1342dependencies = [
1343 "generic-array 0.14.6",
1344 "subtle",
1345]
12701346
1271[[package]]1347[[package]]
1272name = "crypto-mac"1348name = "crypto-mac"
1288 "syn",1364 "syn",
1289]1365]
1366
1367[[package]]
1368name = "ctr"
1369version = "0.6.0"
1370source = "registry+https://github.com/rust-lang/crates.io-index"
1371checksum = "fb4a30d54f7443bf3d6191dcd486aca19e67cb3c49fa7a06a319966346707e7f"
1372dependencies = [
1373 "cipher 0.2.5",
1374]
12901375
1291[[package]]1376[[package]]
1292name = "ctr"1377name = "ctr"
1293version = "0.8.0"1378version = "0.8.0"
1294source = "registry+https://github.com/rust-lang/crates.io-index"1379source = "registry+https://github.com/rust-lang/crates.io-index"
1295checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea"1380checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea"
1296dependencies = [1381dependencies = [
1297 "cipher",1382 "cipher 0.3.0",
1298]1383]
12991384
1300[[package]]1385[[package]]
1301name = "cumulus-client-cli"1386name = "cumulus-client-cli"
1302version = "0.1.0"1387version = "0.1.0"
1303source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"1388source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.37#09418fc04c2608b123f36ca80f16df3d2096753b"
1304dependencies = [1389dependencies = [
1305 "clap",1390 "clap",
1306 "parity-scale-codec",1391 "parity-scale-codec",
1315[[package]]1400[[package]]
1316name = "cumulus-client-collator"1401name = "cumulus-client-collator"
1317version = "0.1.0"1402version = "0.1.0"
1318source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"1403source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.37#09418fc04c2608b123f36ca80f16df3d2096753b"
1319dependencies = [1404dependencies = [
1320 "cumulus-client-consensus-common",1405 "cumulus-client-consensus-common",
1321 "cumulus-client-network",1406 "cumulus-client-network",
1338[[package]]1423[[package]]
1339name = "cumulus-client-consensus-aura"1424name = "cumulus-client-consensus-aura"
1340version = "0.1.0"1425version = "0.1.0"
1341source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"1426source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.37#09418fc04c2608b123f36ca80f16df3d2096753b"
1342dependencies = [1427dependencies = [
1343 "async-trait",1428 "async-trait",
1344 "cumulus-client-consensus-common",1429 "cumulus-client-consensus-common",
1367[[package]]1452[[package]]
1368name = "cumulus-client-consensus-common"1453name = "cumulus-client-consensus-common"
1369version = "0.1.0"1454version = "0.1.0"
1370source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"1455source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.37#09418fc04c2608b123f36ca80f16df3d2096753b"
1371dependencies = [1456dependencies = [
1372 "async-trait",1457 "async-trait",
1373 "cumulus-client-pov-recovery",1458 "cumulus-client-pov-recovery",
1390[[package]]1475[[package]]
1391name = "cumulus-client-network"1476name = "cumulus-client-network"
1392version = "0.1.0"1477version = "0.1.0"
1393source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"1478source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.37#09418fc04c2608b123f36ca80f16df3d2096753b"
1394dependencies = [1479dependencies = [
1395 "async-trait",1480 "async-trait",
1396 "cumulus-relay-chain-interface",1481 "cumulus-relay-chain-interface",
1413[[package]]1498[[package]]
1414name = "cumulus-client-pov-recovery"1499name = "cumulus-client-pov-recovery"
1415version = "0.1.0"1500version = "0.1.0"
1416source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"1501source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.37#09418fc04c2608b123f36ca80f16df3d2096753b"
1417dependencies = [1502dependencies = [
1418 "cumulus-primitives-core",1503 "cumulus-primitives-core",
1419 "cumulus-relay-chain-interface",1504 "cumulus-relay-chain-interface",
1436[[package]]1521[[package]]
1437name = "cumulus-client-service"1522name = "cumulus-client-service"
1438version = "0.1.0"1523version = "0.1.0"
1439source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"1524source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.37#09418fc04c2608b123f36ca80f16df3d2096753b"
1440dependencies = [1525dependencies = [
1441 "cumulus-client-cli",1526 "cumulus-client-cli",
1442 "cumulus-client-collator",1527 "cumulus-client-collator",
1464[[package]]1549[[package]]
1465name = "cumulus-pallet-aura-ext"1550name = "cumulus-pallet-aura-ext"
1466version = "0.1.0"1551version = "0.1.0"
1467source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"1552source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.37#09418fc04c2608b123f36ca80f16df3d2096753b"
1468dependencies = [1553dependencies = [
1469 "frame-support",1554 "frame-support",
1470 "frame-system",1555 "frame-system",
1480[[package]]1565[[package]]
1481name = "cumulus-pallet-dmp-queue"1566name = "cumulus-pallet-dmp-queue"
1482version = "0.1.0"1567version = "0.1.0"
1483source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"1568source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.37#09418fc04c2608b123f36ca80f16df3d2096753b"
1484dependencies = [1569dependencies = [
1485 "cumulus-primitives-core",1570 "cumulus-primitives-core",
1486 "frame-support",1571 "frame-support",
1497[[package]]1582[[package]]
1498name = "cumulus-pallet-parachain-system"1583name = "cumulus-pallet-parachain-system"
1499version = "0.1.0"1584version = "0.1.0"
1500source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"1585source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.37#09418fc04c2608b123f36ca80f16df3d2096753b"
1501dependencies = [1586dependencies = [
1502 "bytes",1587 "bytes",
1503 "cumulus-pallet-parachain-system-proc-macro",1588 "cumulus-pallet-parachain-system-proc-macro",
1525[[package]]1610[[package]]
1526name = "cumulus-pallet-parachain-system-proc-macro"1611name = "cumulus-pallet-parachain-system-proc-macro"
1527version = "0.1.0"1612version = "0.1.0"
1528source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"1613source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.37#09418fc04c2608b123f36ca80f16df3d2096753b"
1529dependencies = [1614dependencies = [
1530 "proc-macro-crate",1615 "proc-macro-crate",
1531 "proc-macro2",1616 "proc-macro2",
1536[[package]]1621[[package]]
1537name = "cumulus-pallet-xcm"1622name = "cumulus-pallet-xcm"
1538version = "0.1.0"1623version = "0.1.0"
1539source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"1624source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.37#09418fc04c2608b123f36ca80f16df3d2096753b"
1540dependencies = [1625dependencies = [
1541 "cumulus-primitives-core",1626 "cumulus-primitives-core",
1542 "frame-support",1627 "frame-support",
1552[[package]]1637[[package]]
1553name = "cumulus-pallet-xcmp-queue"1638name = "cumulus-pallet-xcmp-queue"
1554version = "0.1.0"1639version = "0.1.0"
1555source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"1640source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.37#09418fc04c2608b123f36ca80f16df3d2096753b"
1556dependencies = [1641dependencies = [
1557 "cumulus-primitives-core",1642 "cumulus-primitives-core",
1558 "frame-support",1643 "frame-support",
1570[[package]]1655[[package]]
1571name = "cumulus-primitives-core"1656name = "cumulus-primitives-core"
1572version = "0.1.0"1657version = "0.1.0"
1573source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"1658source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.37#09418fc04c2608b123f36ca80f16df3d2096753b"
1574dependencies = [1659dependencies = [
1575 "parity-scale-codec",1660 "parity-scale-codec",
1576 "polkadot-core-primitives",1661 "polkadot-core-primitives",
1585[[package]]1670[[package]]
1586name = "cumulus-primitives-parachain-inherent"1671name = "cumulus-primitives-parachain-inherent"
1587version = "0.1.0"1672version = "0.1.0"
1588source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"1673source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.37#09418fc04c2608b123f36ca80f16df3d2096753b"
1589dependencies = [1674dependencies = [
1590 "async-trait",1675 "async-trait",
1591 "cumulus-primitives-core",1676 "cumulus-primitives-core",
1608[[package]]1693[[package]]
1609name = "cumulus-primitives-timestamp"1694name = "cumulus-primitives-timestamp"
1610version = "0.1.0"1695version = "0.1.0"
1611source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"1696source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.37#09418fc04c2608b123f36ca80f16df3d2096753b"
1612dependencies = [1697dependencies = [
1613 "cumulus-primitives-core",1698 "cumulus-primitives-core",
1614 "futures",1699 "futures",
1621[[package]]1706[[package]]
1622name = "cumulus-primitives-utility"1707name = "cumulus-primitives-utility"
1623version = "0.1.0"1708version = "0.1.0"
1624source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"1709source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.37#09418fc04c2608b123f36ca80f16df3d2096753b"
1625dependencies = [1710dependencies = [
1626 "cumulus-primitives-core",1711 "cumulus-primitives-core",
1627 "frame-support",1712 "frame-support",
1637[[package]]1722[[package]]
1638name = "cumulus-relay-chain-inprocess-interface"1723name = "cumulus-relay-chain-inprocess-interface"
1639version = "0.1.0"1724version = "0.1.0"
1640source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"1725source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.37#09418fc04c2608b123f36ca80f16df3d2096753b"
1641dependencies = [1726dependencies = [
1642 "async-trait",1727 "async-trait",
1643 "cumulus-primitives-core",1728 "cumulus-primitives-core",
1662[[package]]1747[[package]]
1663name = "cumulus-relay-chain-interface"1748name = "cumulus-relay-chain-interface"
1664version = "0.1.0"1749version = "0.1.0"
1665source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"1750source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.37#09418fc04c2608b123f36ca80f16df3d2096753b"
1666dependencies = [1751dependencies = [
1667 "async-trait",1752 "async-trait",
1668 "cumulus-primitives-core",1753 "cumulus-primitives-core",
1682[[package]]1767[[package]]
1683name = "cumulus-relay-chain-minimal-node"1768name = "cumulus-relay-chain-minimal-node"
1684version = "0.1.0"1769version = "0.1.0"
1685source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"1770source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.37#09418fc04c2608b123f36ca80f16df3d2096753b"
1686dependencies = [1771dependencies = [
1687 "array-bytes 6.0.0",1772 "array-bytes 6.0.0",
1688 "async-trait",1773 "async-trait",
1722[[package]]1807[[package]]
1723name = "cumulus-relay-chain-rpc-interface"1808name = "cumulus-relay-chain-rpc-interface"
1724version = "0.1.0"1809version = "0.1.0"
1725source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"1810source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.37#09418fc04c2608b123f36ca80f16df3d2096753b"
1726dependencies = [1811dependencies = [
1727 "async-trait",1812 "async-trait",
1728 "cumulus-primitives-core",1813 "cumulus-primitives-core",
1751[[package]]1836[[package]]
1752name = "cumulus-test-relay-sproof-builder"1837name = "cumulus-test-relay-sproof-builder"
1753version = "0.1.0"1838version = "0.1.0"
1754source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"1839source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.37#09418fc04c2608b123f36ca80f16df3d2096753b"
1755dependencies = [1840dependencies = [
1756 "cumulus-primitives-core",1841 "cumulus-primitives-core",
1757 "parity-scale-codec",1842 "parity-scale-codec",
18031888
1804[[package]]1889[[package]]
1805name = "cxx"1890name = "cxx"
1806version = "1.0.86"1891version = "1.0.87"
1807source = "registry+https://github.com/rust-lang/crates.io-index"1892source = "registry+https://github.com/rust-lang/crates.io-index"
1808checksum = "51d1075c37807dcf850c379432f0df05ba52cc30f279c5cfc43cc221ce7f8579"1893checksum = "b61a7545f753a88bcbe0a70de1fcc0221e10bfc752f576754fa91e663db1622e"
1809dependencies = [1894dependencies = [
1810 "cc",1895 "cc",
1811 "cxxbridge-flags",1896 "cxxbridge-flags",
18151900
1816[[package]]1901[[package]]
1817name = "cxx-build"1902name = "cxx-build"
1818version = "1.0.86"1903version = "1.0.87"
1819source = "registry+https://github.com/rust-lang/crates.io-index"1904source = "registry+https://github.com/rust-lang/crates.io-index"
1820checksum = "5044281f61b27bc598f2f6647d480aed48d2bf52d6eb0b627d84c0361b17aa70"1905checksum = "f464457d494b5ed6905c63b0c4704842aba319084a0a3561cdc1359536b53200"
1821dependencies = [1906dependencies = [
1822 "cc",1907 "cc",
1823 "codespan-reporting",1908 "codespan-reporting",
18301915
1831[[package]]1916[[package]]
1832name = "cxxbridge-flags"1917name = "cxxbridge-flags"
1833version = "1.0.86"1918version = "1.0.87"
1834source = "registry+https://github.com/rust-lang/crates.io-index"1919source = "registry+https://github.com/rust-lang/crates.io-index"
1835checksum = "61b50bc93ba22c27b0d31128d2d130a0a6b3d267ae27ef7e4fae2167dfe8781c"1920checksum = "43c7119ce3a3701ed81aca8410b9acf6fc399d2629d057b87e2efa4e63a3aaea"
18361921
1837[[package]]1922[[package]]
1838name = "cxxbridge-macro"1923name = "cxxbridge-macro"
1839version = "1.0.86"1924version = "1.0.87"
1840source = "registry+https://github.com/rust-lang/crates.io-index"1925source = "registry+https://github.com/rust-lang/crates.io-index"
1841checksum = "39e61fda7e62115119469c7b3591fd913ecca96fb766cfd3f2e2502ab7bc87a5"1926checksum = "65e07508b90551e610910fa648a1878991d367064997a596135b86df30daf07e"
1842dependencies = [1927dependencies = [
1843 "proc-macro2",1928 "proc-macro2",
1844 "quote",1929 "quote",
1845 "syn",1930 "syn",
1846]1931]
1932
1933[[package]]
1934name = "darling"
1935version = "0.14.2"
1936source = "registry+https://github.com/rust-lang/crates.io-index"
1937checksum = "b0dd3cd20dc6b5a876612a6e5accfe7f3dd883db6d07acfbf14c128f61550dfa"
1938dependencies = [
1939 "darling_core",
1940 "darling_macro",
1941]
1942
1943[[package]]
1944name = "darling_core"
1945version = "0.14.2"
1946source = "registry+https://github.com/rust-lang/crates.io-index"
1947checksum = "a784d2ccaf7c98501746bf0be29b2022ba41fd62a2e622af997a03e9f972859f"
1948dependencies = [
1949 "fnv",
1950 "ident_case",
1951 "proc-macro2",
1952 "quote",
1953 "strsim",
1954 "syn",
1955]
1956
1957[[package]]
1958name = "darling_macro"
1959version = "0.14.2"
1960source = "registry+https://github.com/rust-lang/crates.io-index"
1961checksum = "7618812407e9402654622dd402b0a89dff9ba93badd6540781526117b92aab7e"
1962dependencies = [
1963 "darling_core",
1964 "quote",
1965 "syn",
1966]
18471967
1848[[package]]1968[[package]]
1849name = "data-encoding"1969name = "data-encoding"
1878checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"1998checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
1879dependencies = [1999dependencies = [
1880 "const-oid",2000 "const-oid",
2001 "pem-rfc7468",
1881 "zeroize",2002 "zeroize",
1882]2003]
2004
2005[[package]]
2006name = "der-parser"
2007version = "7.0.0"
2008source = "registry+https://github.com/rust-lang/crates.io-index"
2009checksum = "fe398ac75057914d7d07307bf67dc7f3f574a26783b4fc7805a20ffa9f506e82"
2010dependencies = [
2011 "asn1-rs 0.3.1",
2012 "displaydoc",
2013 "nom",
2014 "num-bigint",
2015 "num-traits",
2016 "rusticata-macros",
2017]
2018
2019[[package]]
2020name = "der-parser"
2021version = "8.1.0"
2022source = "registry+https://github.com/rust-lang/crates.io-index"
2023checksum = "42d4bc9b0db0a0df9ae64634ac5bdefb7afcb534e182275ca0beadbe486701c1"
2024dependencies = [
2025 "asn1-rs 0.5.1",
2026 "displaydoc",
2027 "nom",
2028 "num-bigint",
2029 "num-traits",
2030 "rusticata-macros",
2031]
18832032
1884[[package]]2033[[package]]
1885name = "derivative"2034name = "derivative"
1892 "syn",2041 "syn",
1893]2042]
2043
2044[[package]]
2045name = "derive_builder"
2046version = "0.11.2"
2047source = "registry+https://github.com/rust-lang/crates.io-index"
2048checksum = "d07adf7be193b71cc36b193d0f5fe60b918a3a9db4dad0449f57bcfd519704a3"
2049dependencies = [
2050 "derive_builder_macro",
2051]
2052
2053[[package]]
2054name = "derive_builder_core"
2055version = "0.11.2"
2056source = "registry+https://github.com/rust-lang/crates.io-index"
2057checksum = "1f91d4cfa921f1c05904dc3c57b4a32c38aed3340cce209f3a6fd1478babafc4"
2058dependencies = [
2059 "darling",
2060 "proc-macro2",
2061 "quote",
2062 "syn",
2063]
2064
2065[[package]]
2066name = "derive_builder_macro"
2067version = "0.11.2"
2068source = "registry+https://github.com/rust-lang/crates.io-index"
2069checksum = "8f0314b72bed045f3a68671b3c86328386762c93f82d98c65c3cb5e5f573dd68"
2070dependencies = [
2071 "derive_builder_core",
2072 "syn",
2073]
18942074
1895[[package]]2075[[package]]
1896name = "derive_more"2076name = "derive_more"
1982]2162]
19832163
1984[[package]]2164[[package]]
1985name = "dns-parser"2165name = "displaydoc"
1986version = "0.8.0"2166version = "0.2.3"
1987source = "registry+https://github.com/rust-lang/crates.io-index"2167source = "registry+https://github.com/rust-lang/crates.io-index"
1988checksum = "c4d33be9473d06f75f58220f71f7a9317aca647dc061dbd3c361b0bef505fbea"2168checksum = "3bf95dc3f046b9da4f2d51833c0d3547d8564ef6910f5c1ed130306a75b92886"
1989dependencies = [2169dependencies = [
1990 "byteorder",2170 "proc-macro2",
1991 "quick-error",2171 "quote",
2172 "syn",
1992]2173]
19932174
1994[[package]]2175[[package]]
2104 "ff",2285 "ff",
2105 "generic-array 0.14.6",2286 "generic-array 0.14.6",
2106 "group",2287 "group",
2288 "hkdf",
2289 "pem-rfc7468",
2290 "pkcs8",
2107 "rand_core 0.6.4",2291 "rand_core 0.6.4",
2108 "sec1",2292 "sec1",
2109 "subtle",2293 "subtle",
2315[[package]]2499[[package]]
2316name = "evm"2500name = "evm"
2317version = "0.37.0"2501version = "0.37.0"
2318source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.36#e543965fa325885fc61ebf6ec47565b8ab686afd"2502source = "registry+https://github.com/rust-lang/crates.io-index"
2503checksum = "f4448c65b71e8e2b9718232d84d09045eeaaccb2320494e6bd6dbf7e58fec8ff"
2319dependencies = [2504dependencies = [
2320 "auto_impl",2505 "auto_impl",
2321 "environmental",2506 "environmental",
2364[[package]]2549[[package]]
2365name = "evm-core"2550name = "evm-core"
2366version = "0.37.0"2551version = "0.37.0"
2367source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.36#e543965fa325885fc61ebf6ec47565b8ab686afd"2552source = "registry+https://github.com/rust-lang/crates.io-index"
2553checksum = "64c51bec0eb68a891c2575c758eaaa1d61373fc51f7caaf216b1fb5c3fea3b5d"
2368dependencies = [2554dependencies = [
2369 "parity-scale-codec",2555 "parity-scale-codec",
2370 "primitive-types 0.12.1",2556 "primitive-types 0.12.1",
2375[[package]]2561[[package]]
2376name = "evm-gasometer"2562name = "evm-gasometer"
2377version = "0.37.0"2563version = "0.37.0"
2378source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.36#e543965fa325885fc61ebf6ec47565b8ab686afd"2564source = "registry+https://github.com/rust-lang/crates.io-index"
2565checksum = "a8b93c59c54fc26522d842f0e0d3f8e8be331c776df18ff3e540b53c2f64d509"
2379dependencies = [2566dependencies = [
2380 "environmental",2567 "environmental",
2381 "evm-core",2568 "evm-core",
2386[[package]]2573[[package]]
2387name = "evm-runtime"2574name = "evm-runtime"
2388version = "0.37.0"2575version = "0.37.0"
2389source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.36#e543965fa325885fc61ebf6ec47565b8ab686afd"2576source = "registry+https://github.com/rust-lang/crates.io-index"
2577checksum = "c79b9459ce64f1a28688397c4013764ce53cd57bb84efc16b5187fa9b05b13ad"
2390dependencies = [2578dependencies = [
2391 "auto_impl",2579 "auto_impl",
2392 "environmental",2580 "environmental",
2478[[package]]2666[[package]]
2479name = "fc-consensus"2667name = "fc-consensus"
2480version = "2.0.0-dev"2668version = "2.0.0-dev"
2481source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#ef8d2809ed05da0664e9b43cb87436451295b634"2669source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.37#02eff174cf5235971da686e5ed09f34f59a93ed3"
2482dependencies = [2670dependencies = [
2483 "async-trait",2671 "async-trait",
2484 "fc-db",2672 "fc-db",
2497[[package]]2685[[package]]
2498name = "fc-db"2686name = "fc-db"
2499version = "2.0.0-dev"2687version = "2.0.0-dev"
2500source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#ef8d2809ed05da0664e9b43cb87436451295b634"2688source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.37#02eff174cf5235971da686e5ed09f34f59a93ed3"
2501dependencies = [2689dependencies = [
2502 "fp-storage",2690 "fp-storage",
2503 "kvdb-rocksdb",2691 "kvdb-rocksdb",
2516[[package]]2704[[package]]
2517name = "fc-mapping-sync"2705name = "fc-mapping-sync"
2518version = "2.0.0-dev"2706version = "2.0.0-dev"
2519source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#ef8d2809ed05da0664e9b43cb87436451295b634"2707source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.37#02eff174cf5235971da686e5ed09f34f59a93ed3"
2520dependencies = [2708dependencies = [
2521 "fc-db",2709 "fc-db",
2522 "fp-consensus",2710 "fp-consensus",
2533[[package]]2721[[package]]
2534name = "fc-rpc"2722name = "fc-rpc"
2535version = "2.0.0-dev"2723version = "2.0.0-dev"
2536source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#ef8d2809ed05da0664e9b43cb87436451295b634"2724source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.37#02eff174cf5235971da686e5ed09f34f59a93ed3"
2537dependencies = [2725dependencies = [
2538 "ethereum 0.14.0",2726 "ethereum 0.14.0",
2539 "ethereum-types 0.14.1",2727 "ethereum-types 0.14.1",
2540 "evm",2728 "evm",
2541 "fc-db",2729 "fc-db",
2542 "fc-rpc-core",2730 "fc-rpc-core",
2543 "fp-ethereum",2731 "fp-ethereum",
2544 "fp-evm",
2545 "fp-rpc",2732 "fp-rpc",
2546 "fp-storage",2733 "fp-storage",
2547 "futures",2734 "futures",
2576[[package]]2763[[package]]
2577name = "fc-rpc-core"2764name = "fc-rpc-core"
2578version = "1.1.0-dev"2765version = "1.1.0-dev"
2579source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#ef8d2809ed05da0664e9b43cb87436451295b634"2766source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.37#02eff174cf5235971da686e5ed09f34f59a93ed3"
2580dependencies = [2767dependencies = [
2581 "ethereum 0.14.0",2768 "ethereum 0.14.0",
2582 "ethereum-types 0.14.1",2769 "ethereum-types 0.14.1",
2583 "jsonrpsee",2770 "jsonrpsee",
2584 "rlp",
2585 "rustc-hex",2771 "rustc-hex",
2586 "serde",2772 "serde",
2587 "serde_json",2773 "serde_json",
2708[[package]]2894[[package]]
2709name = "fork-tree"2895name = "fork-tree"
2710version = "3.0.0"2896version = "3.0.0"
2711source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"2897source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
2712dependencies = [2898dependencies = [
2713 "parity-scale-codec",2899 "parity-scale-codec",
2714]2900]
2725[[package]]2911[[package]]
2726name = "fp-consensus"2912name = "fp-consensus"
2727version = "2.0.0-dev"2913version = "2.0.0-dev"
2728source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#ef8d2809ed05da0664e9b43cb87436451295b634"2914source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.37#02eff174cf5235971da686e5ed09f34f59a93ed3"
2729dependencies = [2915dependencies = [
2730 "ethereum 0.14.0",2916 "ethereum 0.14.0",
2731 "parity-scale-codec",2917 "parity-scale-codec",
2737[[package]]2923[[package]]
2738name = "fp-ethereum"2924name = "fp-ethereum"
2739version = "1.0.0-dev"2925version = "1.0.0-dev"
2740source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#ef8d2809ed05da0664e9b43cb87436451295b634"2926source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.37#02eff174cf5235971da686e5ed09f34f59a93ed3"
2741dependencies = [2927dependencies = [
2742 "ethereum 0.14.0",2928 "ethereum 0.14.0",
2743 "ethereum-types 0.14.1",2929 "ethereum-types 0.14.1",
2744 "fp-evm",2930 "fp-evm",
2745 "frame-support",2931 "frame-support",
2746 "num_enum",2932 "num_enum",
2747 "parity-scale-codec",2933 "parity-scale-codec",
2748 "sp-core",
2749 "sp-std",2934 "sp-std",
2750]2935]
27512936
2752[[package]]2937[[package]]
2753name = "fp-evm"2938name = "fp-evm"
2754version = "3.0.0-dev"2939version = "3.0.0-dev"
2755source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#ef8d2809ed05da0664e9b43cb87436451295b634"2940source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.37#02eff174cf5235971da686e5ed09f34f59a93ed3"
2756dependencies = [2941dependencies = [
2757 "evm",2942 "evm",
2758 "frame-support",2943 "frame-support",
2766[[package]]2951[[package]]
2767name = "fp-evm-mapping"2952name = "fp-evm-mapping"
2768version = "0.1.0"2953version = "0.1.0"
2769source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#ef8d2809ed05da0664e9b43cb87436451295b634"2954source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.37#02eff174cf5235971da686e5ed09f34f59a93ed3"
2770dependencies = [2955dependencies = [
2771 "frame-support",2956 "frame-support",
2772 "sp-core",2957 "sp-core",
2775[[package]]2960[[package]]
2776name = "fp-rpc"2961name = "fp-rpc"
2777version = "3.0.0-dev"2962version = "3.0.0-dev"
2778source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#ef8d2809ed05da0664e9b43cb87436451295b634"2963source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.37#02eff174cf5235971da686e5ed09f34f59a93ed3"
2779dependencies = [2964dependencies = [
2780 "ethereum 0.14.0",2965 "ethereum 0.14.0",
2781 "ethereum-types 0.14.1",2966 "ethereum-types 0.14.1",
2784 "scale-info",2969 "scale-info",
2785 "sp-api",2970 "sp-api",
2786 "sp-core",2971 "sp-core",
2787 "sp-io",
2788 "sp-runtime",2972 "sp-runtime",
2789 "sp-std",2973 "sp-std",
2790]2974]
27912975
2792[[package]]2976[[package]]
2793name = "fp-self-contained"2977name = "fp-self-contained"
2794version = "1.0.0-dev"2978version = "1.0.0-dev"
2795source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#ef8d2809ed05da0664e9b43cb87436451295b634"2979source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.37#02eff174cf5235971da686e5ed09f34f59a93ed3"
2796dependencies = [2980dependencies = [
2797 "ethereum 0.14.0",
2798 "frame-support",2981 "frame-support",
2799 "parity-scale-codec",2982 "parity-scale-codec",
2800 "scale-info",2983 "scale-info",
2805[[package]]2988[[package]]
2806name = "fp-storage"2989name = "fp-storage"
2807version = "2.0.0"2990version = "2.0.0"
2808source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#ef8d2809ed05da0664e9b43cb87436451295b634"2991source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.37#02eff174cf5235971da686e5ed09f34f59a93ed3"
2809dependencies = [2992dependencies = [
2810 "parity-scale-codec",2993 "parity-scale-codec",
2811 "serde",2994 "serde",
2820[[package]]3003[[package]]
2821name = "frame-benchmarking"3004name = "frame-benchmarking"
2822version = "4.0.0-dev"3005version = "4.0.0-dev"
2823source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"3006source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
2824dependencies = [3007dependencies = [
2825 "frame-support",3008 "frame-support",
2826 "frame-system",3009 "frame-system",
2843[[package]]3026[[package]]
2844name = "frame-benchmarking-cli"3027name = "frame-benchmarking-cli"
2845version = "4.0.0-dev"3028version = "4.0.0-dev"
2846source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"3029source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
2847dependencies = [3030dependencies = [
2848 "Inflector",3031 "Inflector",
2849 "array-bytes 4.2.0",3032 "array-bytes 4.2.0",
2855 "frame-system",3038 "frame-system",
2856 "gethostname",3039 "gethostname",
2857 "handlebars",3040 "handlebars",
2858 "hash-db",
2859 "itertools",3041 "itertools",
2860 "kvdb",
2861 "lazy_static",3042 "lazy_static",
2862 "linked-hash-map",3043 "linked-hash-map",
2863 "log",3044 "log",
2864 "memory-db",
2865 "parity-scale-codec",3045 "parity-scale-codec",
2866 "rand 0.8.5",3046 "rand 0.8.5",
2867 "rand_pcg 0.3.1",3047 "rand_pcg",
2868 "sc-block-builder",3048 "sc-block-builder",
2869 "sc-cli",3049 "sc-cli",
2870 "sc-client-api",3050 "sc-client-api",
2874 "sc-sysinfo",3054 "sc-sysinfo",
2875 "serde",3055 "serde",
2876 "serde_json",3056 "serde_json",
2877 "serde_nanos",
2878 "sp-api",3057 "sp-api",
2879 "sp-blockchain",3058 "sp-blockchain",
2880 "sp-core",3059 "sp-core",
2887 "sp-std",3066 "sp-std",
2888 "sp-storage",3067 "sp-storage",
2889 "sp-trie",3068 "sp-trie",
2890 "tempfile",
2891 "thiserror",3069 "thiserror",
2892 "thousands",3070 "thousands",
2893]3071]
28943072
2895[[package]]3073[[package]]
2896name = "frame-election-provider-solution-type"3074name = "frame-election-provider-solution-type"
2897version = "4.0.0-dev"3075version = "4.0.0-dev"
2898source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"3076source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
2899dependencies = [3077dependencies = [
2900 "proc-macro-crate",3078 "proc-macro-crate",
2901 "proc-macro2",3079 "proc-macro2",
2906[[package]]3084[[package]]
2907name = "frame-election-provider-support"3085name = "frame-election-provider-support"
2908version = "4.0.0-dev"3086version = "4.0.0-dev"
2909source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"3087source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
2910dependencies = [3088dependencies = [
2911 "frame-election-provider-solution-type",3089 "frame-election-provider-solution-type",
2912 "frame-support",3090 "frame-support",
2923[[package]]3101[[package]]
2924name = "frame-executive"3102name = "frame-executive"
2925version = "4.0.0-dev"3103version = "4.0.0-dev"
2926source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"3104source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
2927dependencies = [3105dependencies = [
2928 "frame-support",3106 "frame-support",
2929 "frame-system",3107 "frame-system",
2952[[package]]3130[[package]]
2953name = "frame-remote-externalities"3131name = "frame-remote-externalities"
2954version = "0.10.0-dev"3132version = "0.10.0-dev"
2955source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"3133source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
2956dependencies = [3134dependencies = [
2957 "env_logger 0.9.3",
2958 "futures",3135 "futures",
2959 "log",3136 "log",
2960 "parity-scale-codec",3137 "parity-scale-codec",
2961 "serde",3138 "serde",
2962 "serde_json",
2963 "sp-core",3139 "sp-core",
2964 "sp-io",3140 "sp-io",
2965 "sp-runtime",3141 "sp-runtime",
2966 "sp-version",
2967 "substrate-rpc-client",3142 "substrate-rpc-client",
2968 "tokio",3143 "tokio",
2969]3144]
29703145
2971[[package]]3146[[package]]
2972name = "frame-support"3147name = "frame-support"
2973version = "4.0.0-dev"3148version = "4.0.0-dev"
2974source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"3149source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
2975dependencies = [3150dependencies = [
2976 "bitflags",3151 "bitflags",
2977 "frame-metadata",3152 "frame-metadata",
3003[[package]]3178[[package]]
3004name = "frame-support-procedural"3179name = "frame-support-procedural"
3005version = "4.0.0-dev"3180version = "4.0.0-dev"
3006source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"3181source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
3007dependencies = [3182dependencies = [
3008 "Inflector",3183 "Inflector",
3009 "cfg-expr",3184 "cfg-expr",
3017[[package]]3192[[package]]
3018name = "frame-support-procedural-tools"3193name = "frame-support-procedural-tools"
3019version = "4.0.0-dev"3194version = "4.0.0-dev"
3020source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"3195source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
3021dependencies = [3196dependencies = [
3022 "frame-support-procedural-tools-derive",3197 "frame-support-procedural-tools-derive",
3023 "proc-macro-crate",3198 "proc-macro-crate",
3029[[package]]3204[[package]]
3030name = "frame-support-procedural-tools-derive"3205name = "frame-support-procedural-tools-derive"
3031version = "3.0.0"3206version = "3.0.0"
3032source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"3207source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
3033dependencies = [3208dependencies = [
3034 "proc-macro2",3209 "proc-macro2",
3035 "quote",3210 "quote",
3039[[package]]3214[[package]]
3040name = "frame-system"3215name = "frame-system"
3041version = "4.0.0-dev"3216version = "4.0.0-dev"
3042source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"3217source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
3043dependencies = [3218dependencies = [
3044 "frame-support",3219 "frame-support",
3045 "log",3220 "log",
3057[[package]]3232[[package]]
3058name = "frame-system-benchmarking"3233name = "frame-system-benchmarking"
3059version = "4.0.0-dev"3234version = "4.0.0-dev"
3060source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"3235source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
3061dependencies = [3236dependencies = [
3062 "frame-benchmarking",3237 "frame-benchmarking",
3063 "frame-support",3238 "frame-support",
3072[[package]]3247[[package]]
3073name = "frame-system-rpc-runtime-api"3248name = "frame-system-rpc-runtime-api"
3074version = "4.0.0-dev"3249version = "4.0.0-dev"
3075source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"3250source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
3076dependencies = [3251dependencies = [
3077 "parity-scale-codec",3252 "parity-scale-codec",
3078 "sp-api",3253 "sp-api",
3081[[package]]3256[[package]]
3082name = "frame-try-runtime"3257name = "frame-try-runtime"
3083version = "0.10.0-dev"3258version = "0.10.0-dev"
3084source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"3259source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
3085dependencies = [3260dependencies = [
3086 "frame-support",3261 "frame-support",
3087 "parity-scale-codec",3262 "parity-scale-codec",
3200checksum = "d2411eed028cdf8c8034eaf21f9915f956b6c3abec4d4c7949ee67f0721127bd"3375checksum = "d2411eed028cdf8c8034eaf21f9915f956b6c3abec4d4c7949ee67f0721127bd"
3201dependencies = [3376dependencies = [
3202 "futures-io",3377 "futures-io",
3203 "rustls",3378 "rustls 0.20.8",
3204 "webpki",3379 "webpki 0.22.0",
3205]3380]
32063381
3207[[package]]3382[[package]]
3285checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"3460checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
3286dependencies = [3461dependencies = [
3287 "cfg-if",3462 "cfg-if",
3288 "js-sys",
3289 "libc",3463 "libc",
3290 "wasi 0.9.0+wasi-snapshot-preview1",3464 "wasi 0.9.0+wasi-snapshot-preview1",
3291 "wasm-bindgen",
3292]3465]
32933466
3294[[package]]3467[[package]]
3302 "wasi 0.11.0+wasi-snapshot-preview1",3475 "wasi 0.11.0+wasi-snapshot-preview1",
3303]3476]
3477
3478[[package]]
3479name = "ghash"
3480version = "0.3.1"
3481source = "registry+https://github.com/rust-lang/crates.io-index"
3482checksum = "97304e4cd182c3846f7575ced3890c53012ce534ad9114046b0a9e00bb30a375"
3483dependencies = [
3484 "opaque-debug 0.3.0",
3485 "polyval 0.4.5",
3486]
33043487
3305[[package]]3488[[package]]
3306name = "ghash"3489name = "ghash"
3309checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99"3492checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99"
3310dependencies = [3493dependencies = [
3311 "opaque-debug 0.3.0",3494 "opaque-debug 0.3.0",
3312 "polyval",3495 "polyval 0.5.3",
3313]3496]
33143497
3315[[package]]3498[[package]]
33253508
3326[[package]]3509[[package]]
3327name = "gimli"3510name = "gimli"
3328version = "0.27.0"3511version = "0.27.1"
3329source = "registry+https://github.com/rust-lang/crates.io-index"3512source = "registry+https://github.com/rust-lang/crates.io-index"
3330checksum = "dec7af912d60cdbd3677c1af9352ebae6fb8394d165568a2234df0fa00f87793"3513checksum = "221996f774192f0f718773def8201c4ae31f02616a54ccfc2d358bb0e5cefdec"
33313514
3332[[package]]3515[[package]]
3333name = "glob"3516name = "glob"
3348 "regex",3531 "regex",
3349]3532]
3350
3351[[package]]
3352name = "gloo-timers"
3353version = "0.2.5"
3354source = "registry+https://github.com/rust-lang/crates.io-index"
3355checksum = "98c4a8d6391675c6b2ee1a6c8d06e8e2d03605c44cec1270675985a4c2a5500b"
3356dependencies = [
3357 "futures-channel",
3358 "futures-core",
3359 "js-sys",
3360 "wasm-bindgen",
3361]
33623533
3363[[package]]3534[[package]]
3364name = "group"3535name = "group"
3464source = "registry+https://github.com/rust-lang/crates.io-index"3635source = "registry+https://github.com/rust-lang/crates.io-index"
3465checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0"3636checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0"
3637
3638[[package]]
3639name = "hkdf"
3640version = "0.12.3"
3641source = "registry+https://github.com/rust-lang/crates.io-index"
3642checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437"
3643dependencies = [
3644 "hmac 0.12.1",
3645]
34663646
3467[[package]]3647[[package]]
3468name = "hmac"3648name = "hmac"
3474 "digest 0.9.0",3654 "digest 0.9.0",
3475]3655]
3656
3657[[package]]
3658name = "hmac"
3659version = "0.10.1"
3660source = "registry+https://github.com/rust-lang/crates.io-index"
3661checksum = "c1441c6b1e930e2817404b5046f1f989899143a12bf92de603b69f4e0aee1e15"
3662dependencies = [
3663 "crypto-mac 0.10.1",
3664 "digest 0.9.0",
3665]
34763666
3477[[package]]3667[[package]]
3478name = "hmac"3668name = "hmac"
3594 "http",3784 "http",
3595 "hyper",3785 "hyper",
3596 "log",3786 "log",
3597 "rustls",3787 "rustls 0.20.8",
3598 "rustls-native-certs",3788 "rustls-native-certs",
3599 "tokio",3789 "tokio",
3600 "tokio-rustls",3790 "tokio-rustls",
3624 "cxx-build",3814 "cxx-build",
3625]3815]
3816
3817[[package]]
3818name = "ident_case"
3819version = "1.0.1"
3820source = "registry+https://github.com/rust-lang/crates.io-index"
3821checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
36263822
3627[[package]]3823[[package]]
3628name = "idna"3824name = "idna"
36573853
3658[[package]]3854[[package]]
3659name = "if-watch"3855name = "if-watch"
3660version = "2.0.0"3856version = "3.0.0"
3661source = "registry+https://github.com/rust-lang/crates.io-index"3857source = "registry+https://github.com/rust-lang/crates.io-index"
3662checksum = "065c008e570a43c00de6aed9714035e5ea6a498c255323db9091722af6ee67dd"3858checksum = "ba7abdbb86e485125dad06c2691e1e393bf3b08c7b743b43aa162a00fd39062e"
3663dependencies = [3859dependencies = [
3664 "async-io",3860 "async-io",
3665 "core-foundation",3861 "core-foundation",
3670 "log",3866 "log",
3671 "rtnetlink",3867 "rtnetlink",
3672 "system-configuration",3868 "system-configuration",
3869 "tokio",
3673 "windows",3870 "windows",
3674]3871]
36753872
3746 "num-traits",3943 "num-traits",
3747]3944]
3945
3946[[package]]
3947name = "interceptor"
3948version = "0.8.2"
3949source = "registry+https://github.com/rust-lang/crates.io-index"
3950checksum = "1e8a11ae2da61704edada656798b61c94b35ecac2c58eb955156987d5e6be90b"
3951dependencies = [
3952 "async-trait",
3953 "bytes",
3954 "log",
3955 "rand 0.8.5",
3956 "rtcp",
3957 "rtp",
3958 "thiserror",
3959 "tokio",
3960 "waitgroup",
3961 "webrtc-srtp",
3962 "webrtc-util",
3963]
37483964
3749[[package]]3965[[package]]
3750name = "io-lifetimes"3966name = "io-lifetimes"
39784194
3979[[package]]4195[[package]]
3980name = "kusama-runtime"4196name = "kusama-runtime"
3981version = "0.9.36"4197version = "0.9.37"
3982source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"4198source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3"
3983dependencies = [4199dependencies = [
3984 "bitvec",4200 "bitvec",
3985 "frame-benchmarking",4201 "frame-benchmarking",
4008 "pallet-elections-phragmen",4224 "pallet-elections-phragmen",
4009 "pallet-fast-unstake",4225 "pallet-fast-unstake",
4010 "pallet-grandpa",4226 "pallet-grandpa",
4011 "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)",4227 "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37)",
4012 "pallet-im-online",4228 "pallet-im-online",
4013 "pallet-indices",4229 "pallet-indices",
4014 "pallet-membership",4230 "pallet-membership",
40754291
4076[[package]]4292[[package]]
4077name = "kusama-runtime-constants"4293name = "kusama-runtime-constants"
4078version = "0.9.36"4294version = "0.9.37"
4079source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"4295source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3"
4080dependencies = [4296dependencies = [
4081 "frame-support",4297 "frame-support",
4082 "polkadot-primitives",4298 "polkadot-primitives",
4087 "sp-weights",4303 "sp-weights",
4088]4304]
4089
4090[[package]]
4091name = "kv-log-macro"
4092version = "1.0.7"
4093source = "registry+https://github.com/rust-lang/crates.io-index"
4094checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
4095dependencies = [
4096 "log",
4097]
40984305
4099[[package]]4306[[package]]
4100name = "kvdb"4307name = "kvdb"
41714378
4172[[package]]4379[[package]]
4173name = "libp2p"4380name = "libp2p"
4174version = "0.49.0"4381version = "0.50.0"
4175source = "registry+https://github.com/rust-lang/crates.io-index"4382source = "registry+https://github.com/rust-lang/crates.io-index"
4176checksum = "ec878fda12ebec479186b3914ebc48ff180fa4c51847e11a1a68bf65249e02c1"4383checksum = "2e0a0d2f693675f49ded13c5d510c48b78069e23cbd9108d7ccd59f6dc568819"
4177dependencies = [4384dependencies = [
4178 "bytes",4385 "bytes",
4179 "futures",4386 "futures",
4180 "futures-timer",4387 "futures-timer",
4181 "getrandom 0.2.8",4388 "getrandom 0.2.8",
4182 "instant",4389 "instant",
4183 "lazy_static",
4184 "libp2p-core",4390 "libp2p-core",
4185 "libp2p-dns",4391 "libp2p-dns",
4186 "libp2p-identify",4392 "libp2p-identify",
4190 "libp2p-mplex",4396 "libp2p-mplex",
4191 "libp2p-noise",4397 "libp2p-noise",
4192 "libp2p-ping",4398 "libp2p-ping",
4399 "libp2p-quic",
4193 "libp2p-request-response",4400 "libp2p-request-response",
4194 "libp2p-swarm",4401 "libp2p-swarm",
4195 "libp2p-swarm-derive",
4196 "libp2p-tcp",4402 "libp2p-tcp",
4197 "libp2p-wasm-ext",4403 "libp2p-wasm-ext",
4404 "libp2p-webrtc",
4198 "libp2p-websocket",4405 "libp2p-websocket",
4199 "libp2p-yamux",4406 "libp2p-yamux",
4200 "multiaddr",4407 "multiaddr",
42054412
4206[[package]]4413[[package]]
4207name = "libp2p-core"4414name = "libp2p-core"
4208version = "0.37.0"4415version = "0.38.0"
4209source = "registry+https://github.com/rust-lang/crates.io-index"4416source = "registry+https://github.com/rust-lang/crates.io-index"
4210checksum = "799676bb0807c788065e57551c6527d461ad572162b0519d1958946ff9e0539d"4417checksum = "b6a8fcd392ff67af6cc3f03b1426c41f7f26b6b9aff2dc632c1c56dd649e571f"
4211dependencies = [4418dependencies = [
4212 "asn1_der",4419 "asn1_der",
4213 "bs58",4420 "bs58",
4217 "futures",4424 "futures",
4218 "futures-timer",4425 "futures-timer",
4219 "instant",4426 "instant",
4220 "lazy_static",
4221 "log",4427 "log",
4222 "multiaddr",4428 "multiaddr",
4223 "multihash",4429 "multihash",
4224 "multistream-select",4430 "multistream-select",
4431 "once_cell",
4225 "parking_lot 0.12.1",4432 "parking_lot 0.12.1",
4226 "pin-project",4433 "pin-project",
4227 "prost",4434 "prost",
4228 "prost-build",4435 "prost-build",
4229 "rand 0.8.5",4436 "rand 0.8.5",
4230 "rw-stream-sink",4437 "rw-stream-sink",
4438 "sec1",
4231 "sha2 0.10.6",4439 "sha2 0.10.6",
4232 "smallvec",4440 "smallvec",
4233 "thiserror",4441 "thiserror",
42384446
4239[[package]]4447[[package]]
4240name = "libp2p-dns"4448name = "libp2p-dns"
4241version = "0.37.0"4449version = "0.38.0"
4242source = "registry+https://github.com/rust-lang/crates.io-index"4450source = "registry+https://github.com/rust-lang/crates.io-index"
4243checksum = "2322c9fb40d99101def6a01612ee30500c89abbbecb6297b3cd252903a4c1720"4451checksum = "8e42a271c1b49f789b92f7fc87749fa79ce5c7bdc88cbdfacb818a4bca47fec5"
4244dependencies = [4452dependencies = [
4245 "futures",4453 "futures",
4246 "libp2p-core",4454 "libp2p-core",
42524460
4253[[package]]4461[[package]]
4254name = "libp2p-identify"4462name = "libp2p-identify"
4255version = "0.40.0"4463version = "0.41.1"
4256source = "registry+https://github.com/rust-lang/crates.io-index"4464source = "registry+https://github.com/rust-lang/crates.io-index"
4257checksum = "dcf9a121f699e8719bda2e6e9e9b6ddafc6cff4602471d6481c1067930ccb29b"4465checksum = "c052d0026f4817b44869bfb6810f4e1112f43aec8553f2cb38881c524b563abf"
4258dependencies = [4466dependencies = [
4259 "asynchronous-codec",4467 "asynchronous-codec",
4260 "futures",4468 "futures",
42734481
4274[[package]]4482[[package]]
4275name = "libp2p-kad"4483name = "libp2p-kad"
4276version = "0.41.0"4484version = "0.42.1"
4277source = "registry+https://github.com/rust-lang/crates.io-index"4485source = "registry+https://github.com/rust-lang/crates.io-index"
4278checksum = "6721c200e2021f6c3fab8b6cf0272ead8912d871610ee194ebd628cecf428f22"4486checksum = "2766dcd2be8c87d5e1f35487deb22d765f49c6ae1251b3633efe3b25698bd3d2"
4279dependencies = [4487dependencies = [
4280 "arrayvec 0.7.2",4488 "arrayvec 0.7.2",
4281 "asynchronous-codec",4489 "asynchronous-codec",
43014509
4302[[package]]4510[[package]]
4303name = "libp2p-mdns"4511name = "libp2p-mdns"
4304version = "0.41.0"4512version = "0.42.0"
4305source = "registry+https://github.com/rust-lang/crates.io-index"4513source = "registry+https://github.com/rust-lang/crates.io-index"
4306checksum = "761704e727f7d68d58d7bc2231eafae5fc1b9814de24290f126df09d4bd37a15"4514checksum = "04f378264aade9872d6ccd315c0accc18be3a35d15fc1b9c36e5b6f983b62b5b"
4307dependencies = [4515dependencies = [
4308 "data-encoding",4516 "data-encoding",
4309 "dns-parser",
4310 "futures",4517 "futures",
4311 "if-watch",4518 "if-watch",
4312 "libp2p-core",4519 "libp2p-core",
4316 "smallvec",4523 "smallvec",
4317 "socket2",4524 "socket2",
4318 "tokio",4525 "tokio",
4526 "trust-dns-proto",
4319 "void",4527 "void",
4320]4528]
43214529
4322[[package]]4530[[package]]
4323name = "libp2p-metrics"4531name = "libp2p-metrics"
4324version = "0.10.0"4532version = "0.11.0"
4325source = "registry+https://github.com/rust-lang/crates.io-index"4533source = "registry+https://github.com/rust-lang/crates.io-index"
4326checksum = "9ee31b08e78b7b8bfd1c4204a9dd8a87b4fcdf6dafc57eb51701c1c264a81cb9"4534checksum = "5ad8a64f29da86005c86a4d2728b8a0719e9b192f4092b609fd8790acb9dec55"
4327dependencies = [4535dependencies = [
4328 "libp2p-core",4536 "libp2p-core",
4329 "libp2p-identify",4537 "libp2p-identify",
43354543
4336[[package]]4544[[package]]
4337name = "libp2p-mplex"4545name = "libp2p-mplex"
4338version = "0.37.0"4546version = "0.38.0"
4339source = "registry+https://github.com/rust-lang/crates.io-index"4547source = "registry+https://github.com/rust-lang/crates.io-index"
4340checksum = "692664acfd98652de739a8acbb0a0d670f1d67190a49be6b4395e22c37337d89"4548checksum = "03805b44107aa013e7cbbfa5627b31c36cbedfdfb00603c0311998882bc4bace"
4341dependencies = [4549dependencies = [
4342 "asynchronous-codec",4550 "asynchronous-codec",
4343 "bytes",4551 "bytes",
43534561
4354[[package]]4562[[package]]
4355name = "libp2p-noise"4563name = "libp2p-noise"
4356version = "0.40.0"4564version = "0.41.0"
4357source = "registry+https://github.com/rust-lang/crates.io-index"4565source = "registry+https://github.com/rust-lang/crates.io-index"
4358checksum = "048155686bd81fe6cb5efdef0c6290f25ad32a0a42e8f4f72625cf6a505a206f"4566checksum = "a978cb57efe82e892ec6f348a536bfbd9fee677adbe5689d7a93ad3a9bffbf2e"
4359dependencies = [4567dependencies = [
4360 "bytes",4568 "bytes",
4361 "curve25519-dalek 3.2.0",4569 "curve25519-dalek 3.2.0",
4362 "futures",4570 "futures",
4363 "lazy_static",
4364 "libp2p-core",4571 "libp2p-core",
4365 "log",4572 "log",
4573 "once_cell",
4366 "prost",4574 "prost",
4367 "prost-build",4575 "prost-build",
4368 "rand 0.8.5",4576 "rand 0.8.5",
4369 "sha2 0.10.6",4577 "sha2 0.10.6",
4370 "snow",4578 "snow",
4371 "static_assertions",4579 "static_assertions",
4580 "thiserror",
4372 "x25519-dalek",4581 "x25519-dalek 1.1.1",
4373 "zeroize",4582 "zeroize",
4374]4583]
43754584
4376[[package]]4585[[package]]
4377name = "libp2p-ping"4586name = "libp2p-ping"
4378version = "0.40.1"4587version = "0.41.0"
4379source = "registry+https://github.com/rust-lang/crates.io-index"4588source = "registry+https://github.com/rust-lang/crates.io-index"
4380checksum = "7228b9318d34689521349a86eb39a3c3a802c9efc99a0568062ffb80913e3f91"4589checksum = "929fcace45a112536e22b3dcfd4db538723ef9c3cb79f672b98be2cc8e25f37f"
4381dependencies = [4590dependencies = [
4382 "futures",4591 "futures",
4383 "futures-timer",4592 "futures-timer",
4389 "void",4598 "void",
4390]4599]
4600
4601[[package]]
4602name = "libp2p-quic"
4603version = "0.7.0-alpha"
4604source = "registry+https://github.com/rust-lang/crates.io-index"
4605checksum = "01e7c867e95c8130667b24409d236d37598270e6da69b3baf54213ba31ffca59"
4606dependencies = [
4607 "bytes",
4608 "futures",
4609 "futures-timer",
4610 "if-watch",
4611 "libp2p-core",
4612 "libp2p-tls",
4613 "log",
4614 "parking_lot 0.12.1",
4615 "quinn-proto",
4616 "rand 0.8.5",
4617 "rustls 0.20.8",
4618 "thiserror",
4619 "tokio",
4620]
43914621
4392[[package]]4622[[package]]
4393name = "libp2p-request-response"4623name = "libp2p-request-response"
4394version = "0.22.1"4624version = "0.23.0"
4395source = "registry+https://github.com/rust-lang/crates.io-index"4625source = "registry+https://github.com/rust-lang/crates.io-index"
4396checksum = "8827af16a017b65311a410bb626205a9ad92ec0473967618425039fa5231adc1"4626checksum = "3236168796727bfcf4927f766393415361e2c644b08bedb6a6b13d957c9a4884"
4397dependencies = [4627dependencies = [
4398 "async-trait",4628 "async-trait",
4399 "bytes",4629 "bytes",
44094639
4410[[package]]4640[[package]]
4411name = "libp2p-swarm"4641name = "libp2p-swarm"
4412version = "0.40.1"4642version = "0.41.1"
4413source = "registry+https://github.com/rust-lang/crates.io-index"4643source = "registry+https://github.com/rust-lang/crates.io-index"
4414checksum = "46d13df7c37807965d82930c0e4b04a659efcb6cca237373b206043db5398ecf"4644checksum = "b2a35472fe3276b3855c00f1c032ea8413615e030256429ad5349cdf67c6e1a0"
4415dependencies = [4645dependencies = [
4416 "either",4646 "either",
4417 "fnv",4647 "fnv",
4418 "futures",4648 "futures",
4419 "futures-timer",4649 "futures-timer",
4420 "instant",4650 "instant",
4421 "libp2p-core",4651 "libp2p-core",
4652 "libp2p-swarm-derive",
4422 "log",4653 "log",
4423 "pin-project",4654 "pin-project",
4424 "rand 0.8.5",4655 "rand 0.8.5",
4425 "smallvec",4656 "smallvec",
4426 "thiserror",4657 "thiserror",
4658 "tokio",
4427 "void",4659 "void",
4428]4660]
44294661
4430[[package]]4662[[package]]
4431name = "libp2p-swarm-derive"4663name = "libp2p-swarm-derive"
4432version = "0.30.1"4664version = "0.31.0"
4433source = "registry+https://github.com/rust-lang/crates.io-index"4665source = "registry+https://github.com/rust-lang/crates.io-index"
4434checksum = "a0eddc4497a8b5a506013c40e8189864f9c3a00db2b25671f428ae9007f3ba32"4666checksum = "9d527d5827582abd44a6d80c07ff8b50b4ee238a8979e05998474179e79dc400"
4435dependencies = [4667dependencies = [
4436 "heck",4668 "heck",
4437 "quote",4669 "quote",
44404672
4441[[package]]4673[[package]]
4442name = "libp2p-tcp"4674name = "libp2p-tcp"
4443version = "0.37.0"4675version = "0.38.0"
4444source = "registry+https://github.com/rust-lang/crates.io-index"4676source = "registry+https://github.com/rust-lang/crates.io-index"
4445checksum = "9839d96761491c6d3e238e70554b856956fca0ab60feb9de2cd08eed4473fa92"4677checksum = "b4b257baf6df8f2df39678b86c578961d48cc8b68642a12f0f763f56c8e5858d"
4446dependencies = [4678dependencies = [
4447 "futures",4679 "futures",
4448 "futures-timer",4680 "futures-timer",
4454 "tokio",4686 "tokio",
4455]4687]
4688
4689[[package]]
4690name = "libp2p-tls"
4691version = "0.1.0-alpha"
4692source = "registry+https://github.com/rust-lang/crates.io-index"
4693checksum = "f7905ce0d040576634e8a3229a7587cc8beab83f79db6023800f1792895defa8"
4694dependencies = [
4695 "futures",
4696 "futures-rustls",
4697 "libp2p-core",
4698 "rcgen 0.10.0",
4699 "ring",
4700 "rustls 0.20.8",
4701 "thiserror",
4702 "webpki 0.22.0",
4703 "x509-parser 0.14.0",
4704 "yasna",
4705]
44564706
4457[[package]]4707[[package]]
4458name = "libp2p-wasm-ext"4708name = "libp2p-wasm-ext"
4459version = "0.37.0"4709version = "0.38.0"
4460source = "registry+https://github.com/rust-lang/crates.io-index"4710source = "registry+https://github.com/rust-lang/crates.io-index"
4461checksum = "a17b5b8e7a73e379e47b1b77f8a82c4721e97eca01abcd18e9cd91a23ca6ce97"4711checksum = "1bb1a35299860e0d4b3c02a3e74e3b293ad35ae0cee8a056363b0c862d082069"
4462dependencies = [4712dependencies = [
4463 "futures",4713 "futures",
4464 "js-sys",4714 "js-sys",
4468 "wasm-bindgen-futures",4718 "wasm-bindgen-futures",
4469]4719]
4720
4721[[package]]
4722name = "libp2p-webrtc"
4723version = "0.4.0-alpha"
4724source = "registry+https://github.com/rust-lang/crates.io-index"
4725checksum = "cdb6cd86dd68cba72308ea05de1cebf3ba0ae6e187c40548167955d4e3970f6a"
4726dependencies = [
4727 "async-trait",
4728 "asynchronous-codec",
4729 "bytes",
4730 "futures",
4731 "futures-timer",
4732 "hex",
4733 "if-watch",
4734 "libp2p-core",
4735 "libp2p-noise",
4736 "log",
4737 "multihash",
4738 "prost",
4739 "prost-build",
4740 "prost-codec",
4741 "rand 0.8.5",
4742 "rcgen 0.9.3",
4743 "serde",
4744 "stun",
4745 "thiserror",
4746 "tinytemplate",
4747 "tokio",
4748 "tokio-util",
4749 "webrtc",
4750]
44704751
4471[[package]]4752[[package]]
4472name = "libp2p-websocket"4753name = "libp2p-websocket"
4473version = "0.39.0"4754version = "0.40.0"
4474source = "registry+https://github.com/rust-lang/crates.io-index"4755source = "registry+https://github.com/rust-lang/crates.io-index"
4475checksum = "3758ae6f89b2531a24b6d9f5776bda6a626b60a57600d7185d43dfa75ca5ecc4"4756checksum = "1d705506030d5c0aaf2882437c70dab437605f21c5f9811978f694e6917a3b54"
4476dependencies = [4757dependencies = [
4477 "either",4758 "either",
4478 "futures",4759 "futures",
44894770
4490[[package]]4771[[package]]
4491name = "libp2p-yamux"4772name = "libp2p-yamux"
4492version = "0.41.1"4773version = "0.42.0"
4493source = "registry+https://github.com/rust-lang/crates.io-index"4774source = "registry+https://github.com/rust-lang/crates.io-index"
4494checksum = "0d6874d66543c4f7e26e3b8ca9a6bead351563a13ab4fafd43c7927f7c0d6c12"4775checksum = "4f63594a0aa818642d9d4915c791945053877253f08a3626f13416b5cd928a29"
4495dependencies = [4776dependencies = [
4496 "futures",4777 "futures",
4497 "libp2p-core",4778 "libp2p-core",
47154996
4716[[package]]4997[[package]]
4717name = "matches"4998name = "matches"
4718version = "0.1.9"4999version = "0.1.10"
4719source = "registry+https://github.com/rust-lang/crates.io-index"5000source = "registry+https://github.com/rust-lang/crates.io-index"
4720checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"5001checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
47215002
4722[[package]]5003[[package]]
4723name = "matrixmultiply"5004name = "matrixmultiply"
4728 "rawpointer",5009 "rawpointer",
4729]5010]
5011
5012[[package]]
5013name = "md-5"
5014version = "0.10.5"
5015source = "registry+https://github.com/rust-lang/crates.io-index"
5016checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca"
5017dependencies = [
5018 "digest 0.10.6",
5019]
47305020
4731[[package]]5021[[package]]
4732name = "memchr"5022name = "memchr"
4839[[package]]5129[[package]]
4840name = "mmr-gadget"5130name = "mmr-gadget"
4841version = "4.0.0-dev"5131version = "4.0.0-dev"
4842source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5132source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
4843dependencies = [5133dependencies = [
4844 "futures",5134 "futures",
4845 "log",5135 "log",
4851 "sp-blockchain",5141 "sp-blockchain",
4852 "sp-consensus",5142 "sp-consensus",
4853 "sp-core",5143 "sp-core",
4854 "sp-io",
4855 "sp-mmr-primitives",5144 "sp-mmr-primitives",
4856 "sp-runtime",5145 "sp-runtime",
4857]5146]
48585147
4859[[package]]5148[[package]]
4860name = "mmr-rpc"5149name = "mmr-rpc"
4861version = "4.0.0-dev"5150version = "4.0.0-dev"
4862source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5151source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
4863dependencies = [5152dependencies = [
4864 "anyhow",5153 "anyhow",
4865 "jsonrpsee",5154 "jsonrpsee",
49015190
4902[[package]]5191[[package]]
4903name = "multiaddr"5192name = "multiaddr"
4904version = "0.14.0"5193version = "0.16.0"
4905source = "registry+https://github.com/rust-lang/crates.io-index"5194source = "registry+https://github.com/rust-lang/crates.io-index"
4906checksum = "3c580bfdd8803cce319b047d239559a22f809094aaea4ac13902a1fdcfcd4261"5195checksum = "a4aebdb21e90f81d13ed01dc84123320838e53963c2ca94b60b305d3fa64f31e"
4907dependencies = [5196dependencies = [
4908 "arrayref",5197 "arrayref",
4909 "bs58",
4910 "byteorder",5198 "byteorder",
4911 "data-encoding",5199 "data-encoding",
5200 "multibase",
4912 "multihash",5201 "multihash",
4913 "percent-encoding",5202 "percent-encoding",
4914 "serde",5203 "serde",
50785367
5079[[package]]5368[[package]]
5080name = "netlink-sys"5369name = "netlink-sys"
5081version = "0.8.3"5370version = "0.8.4"
5082source = "registry+https://github.com/rust-lang/crates.io-index"5371source = "registry+https://github.com/rust-lang/crates.io-index"
5083checksum = "92b654097027250401127914afb37cb1f311df6610a9891ff07a757e94199027"5372checksum = "260e21fbb6f3d253a14df90eb0000a6066780a15dd901a7519ce02d77a94985b"
5084dependencies = [5373dependencies = [
5085 "async-io",
5086 "bytes",5374 "bytes",
5087 "futures",5375 "futures",
5088 "libc",5376 "libc",
5089 "log",5377 "log",
5378 "tokio",
5090]5379]
50915380
5092[[package]]5381[[package]]
5098 "bitflags",5387 "bitflags",
5099 "cfg-if",5388 "cfg-if",
5100 "libc",5389 "libc",
5390 "memoffset 0.6.5",
5101]5391]
51025392
5103[[package]]5393[[package]]
5116 "minimal-lexical",5406 "minimal-lexical",
5117]5407]
5408
5409[[package]]
5410name = "nom8"
5411version = "0.2.0"
5412source = "registry+https://github.com/rust-lang/crates.io-index"
5413checksum = "ae01545c9c7fc4486ab7debaf2aad7003ac19431791868fb2e8066df97fad2f8"
5414dependencies = [
5415 "memchr",
5416]
51185417
5119[[package]]5418[[package]]
5120name = "normalize-line-endings"5419name = "normalize-line-endings"
51355434
5136[[package]]5435[[package]]
5137name = "num-complex"5436name = "num-complex"
5138version = "0.4.2"5437version = "0.4.3"
5139source = "registry+https://github.com/rust-lang/crates.io-index"5438source = "registry+https://github.com/rust-lang/crates.io-index"
5140checksum = "7ae39348c8bc5fbd7f40c727a9925f03517afd2ab27d46702108b6a7e5414c19"5439checksum = "02e0d21255c828d6f128a1e41534206671e8c3ea0c62f32291e808dc82cff17d"
5141dependencies = [5440dependencies = [
5142 "num-traits",5441 "num-traits",
5143]5442]
51965495
5197[[package]]5496[[package]]
5198name = "num_enum"5497name = "num_enum"
5199version = "0.5.7"5498version = "0.5.9"
5200source = "registry+https://github.com/rust-lang/crates.io-index"5499source = "registry+https://github.com/rust-lang/crates.io-index"
5201checksum = "cf5395665662ef45796a4ff5486c5d41d29e0c09640af4c5f17fd94ee2c119c9"5500checksum = "8d829733185c1ca374f17e52b762f24f535ec625d2cc1f070e34c8a9068f341b"
5202dependencies = [5501dependencies = [
5203 "num_enum_derive",5502 "num_enum_derive",
5204]5503]
52055504
5206[[package]]5505[[package]]
5207name = "num_enum_derive"5506name = "num_enum_derive"
5208version = "0.5.7"5507version = "0.5.9"
5209source = "registry+https://github.com/rust-lang/crates.io-index"5508source = "registry+https://github.com/rust-lang/crates.io-index"
5210checksum = "3b0498641e53dd6ac1a4f22547548caa6864cc4933784319cd1775271c5a46ce"5509checksum = "2be1598bf1c313dcdd12092e3f1920f463462525a21b7b4e11b4168353d0123e"
5211dependencies = [5510dependencies = [
5212 "proc-macro-crate",5511 "proc-macro-crate",
5213 "proc-macro2",5512 "proc-macro2",
52295528
5230[[package]]5529[[package]]
5231name = "object"5530name = "object"
5232version = "0.30.2"5531version = "0.30.3"
5233source = "registry+https://github.com/rust-lang/crates.io-index"5532source = "registry+https://github.com/rust-lang/crates.io-index"
5234checksum = "2b8c786513eb403643f2a88c244c2aaa270ef2153f55094587d0c48a3cf22a83"5533checksum = "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439"
5235dependencies = [5534dependencies = [
5236 "memchr",5535 "memchr",
5237]5536]
5537
5538[[package]]
5539name = "oid-registry"
5540version = "0.4.0"
5541source = "registry+https://github.com/rust-lang/crates.io-index"
5542checksum = "38e20717fa0541f39bd146692035c37bedfa532b3e5071b35761082407546b2a"
5543dependencies = [
5544 "asn1-rs 0.3.1",
5545]
5546
5547[[package]]
5548name = "oid-registry"
5549version = "0.6.1"
5550source = "registry+https://github.com/rust-lang/crates.io-index"
5551checksum = "9bedf36ffb6ba96c2eb7144ef6270557b52e54b20c0a8e1eb2ff99a6c6959bff"
5552dependencies = [
5553 "asn1-rs 0.5.1",
5554]
52385555
5239[[package]]5556[[package]]
5240name = "once_cell"5557name = "once_cell"
53665683
5367[[package]]5684[[package]]
5368name = "orchestra"5685name = "orchestra"
5369version = "0.0.2"5686version = "0.0.4"
5370source = "registry+https://github.com/rust-lang/crates.io-index"5687source = "registry+https://github.com/rust-lang/crates.io-index"
5371checksum = "0aab54694ddaa8a9b703724c6ef04272b2d27bc32d2c855aae5cdd1857216b43"5688checksum = "17e7d5b6bb115db09390bed8842c94180893dd83df3dfce7354f2a2aa090a4ee"
5372dependencies = [5689dependencies = [
5373 "async-trait",5690 "async-trait",
5374 "dyn-clonable",5691 "dyn-clonable",
53835700
5384[[package]]5701[[package]]
5385name = "orchestra-proc-macro"5702name = "orchestra-proc-macro"
5386version = "0.0.2"5703version = "0.0.4"
5387source = "registry+https://github.com/rust-lang/crates.io-index"5704source = "registry+https://github.com/rust-lang/crates.io-index"
5388checksum = "a702b2f6bf592b3eb06c00d80d05afaf7a8eff6b41bb361e397d799acc21b45a"5705checksum = "c2af4dabb2286b0be0e9711d2d24e25f6217048b71210cffd3daddc3b5c84e1f"
5389dependencies = [5706dependencies = [
5390 "expander 0.0.6",5707 "expander 0.0.6",
5391 "itertools",5708 "itertools",
5408[[package]]5725[[package]]
5409name = "orml-tokens"5726name = "orml-tokens"
5410version = "0.4.1-dev"5727version = "0.4.1-dev"
5411source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=feature/polkadot-v0.9.36#3f70b9adb6c0599db7b8688abb49d0d459634b68"5728source = "git+https://github.com/open-web3-stack/open-runtime-module-library?branch=polkadot-v0.9.37#16b6c1149a15674d21c87244b7988a667e2c14d9"
5412dependencies = [5729dependencies = [
5413 "frame-support",5730 "frame-support",
5414 "frame-system",5731 "frame-system",
5423[[package]]5740[[package]]
5424name = "orml-traits"5741name = "orml-traits"
5425version = "0.4.1-dev"5742version = "0.4.1-dev"
5426source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=feature/polkadot-v0.9.36#3f70b9adb6c0599db7b8688abb49d0d459634b68"5743source = "git+https://github.com/open-web3-stack/open-runtime-module-library?branch=polkadot-v0.9.37#16b6c1149a15674d21c87244b7988a667e2c14d9"
5427dependencies = [5744dependencies = [
5428 "frame-support",5745 "frame-support",
5429 "impl-trait-for-tuples",5746 "impl-trait-for-tuples",
5441[[package]]5758[[package]]
5442name = "orml-utilities"5759name = "orml-utilities"
5443version = "0.4.1-dev"5760version = "0.4.1-dev"
5444source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=feature/polkadot-v0.9.36#3f70b9adb6c0599db7b8688abb49d0d459634b68"5761source = "git+https://github.com/open-web3-stack/open-runtime-module-library?branch=polkadot-v0.9.37#16b6c1149a15674d21c87244b7988a667e2c14d9"
5445dependencies = [5762dependencies = [
5446 "frame-support",5763 "frame-support",
5447 "parity-scale-codec",5764 "parity-scale-codec",
5455[[package]]5772[[package]]
5456name = "orml-vesting"5773name = "orml-vesting"
5457version = "0.4.1-dev"5774version = "0.4.1-dev"
5458source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=feature/polkadot-v0.9.36#3f70b9adb6c0599db7b8688abb49d0d459634b68"5775source = "git+https://github.com/open-web3-stack/open-runtime-module-library?branch=polkadot-v0.9.37#16b6c1149a15674d21c87244b7988a667e2c14d9"
5459dependencies = [5776dependencies = [
5460 "frame-support",5777 "frame-support",
5461 "frame-system",5778 "frame-system",
5470[[package]]5787[[package]]
5471name = "orml-xcm-support"5788name = "orml-xcm-support"
5472version = "0.4.1-dev"5789version = "0.4.1-dev"
5473source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=feature/polkadot-v0.9.36#3f70b9adb6c0599db7b8688abb49d0d459634b68"5790source = "git+https://github.com/open-web3-stack/open-runtime-module-library?branch=polkadot-v0.9.37#16b6c1149a15674d21c87244b7988a667e2c14d9"
5474dependencies = [5791dependencies = [
5475 "frame-support",5792 "frame-support",
5476 "orml-traits",5793 "orml-traits",
5484[[package]]5801[[package]]
5485name = "orml-xtokens"5802name = "orml-xtokens"
5486version = "0.4.1-dev"5803version = "0.4.1-dev"
5487source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=feature/polkadot-v0.9.36#3f70b9adb6c0599db7b8688abb49d0d459634b68"5804source = "git+https://github.com/open-web3-stack/open-runtime-module-library?branch=polkadot-v0.9.37#16b6c1149a15674d21c87244b7988a667e2c14d9"
5488dependencies = [5805dependencies = [
5489 "cumulus-primitives-core",5806 "cumulus-primitives-core",
5490 "frame-support",5807 "frame-support",
5508source = "registry+https://github.com/rust-lang/crates.io-index"5825source = "registry+https://github.com/rust-lang/crates.io-index"
5509checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"5826checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"
5827
5828[[package]]
5829name = "p256"
5830version = "0.11.1"
5831source = "registry+https://github.com/rust-lang/crates.io-index"
5832checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
5833dependencies = [
5834 "ecdsa",
5835 "elliptic-curve",
5836 "sha2 0.10.6",
5837]
5838
5839[[package]]
5840name = "p384"
5841version = "0.11.2"
5842source = "registry+https://github.com/rust-lang/crates.io-index"
5843checksum = "dfc8c5bf642dde52bb9e87c0ecd8ca5a76faac2eeed98dedb7c717997e1080aa"
5844dependencies = [
5845 "ecdsa",
5846 "elliptic-curve",
5847 "sha2 0.10.6",
5848]
55105849
5511[[package]]5850[[package]]
5512name = "packed_simd_2"5851name = "packed_simd_2"
5543[[package]]5882[[package]]
5544name = "pallet-aura"5883name = "pallet-aura"
5545version = "4.0.0-dev"5884version = "4.0.0-dev"
5546source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5885source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
5547dependencies = [5886dependencies = [
5548 "frame-support",5887 "frame-support",
5549 "frame-system",5888 "frame-system",
5559[[package]]5898[[package]]
5560name = "pallet-authority-discovery"5899name = "pallet-authority-discovery"
5561version = "4.0.0-dev"5900version = "4.0.0-dev"
5562source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5901source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
5563dependencies = [5902dependencies = [
5564 "frame-support",5903 "frame-support",
5565 "frame-system",5904 "frame-system",
5575[[package]]5914[[package]]
5576name = "pallet-authorship"5915name = "pallet-authorship"
5577version = "4.0.0-dev"5916version = "4.0.0-dev"
5578source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5917source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
5579dependencies = [5918dependencies = [
5580 "frame-support",5919 "frame-support",
5581 "frame-system",5920 "frame-system",
5590[[package]]5929[[package]]
5591name = "pallet-babe"5930name = "pallet-babe"
5592version = "4.0.0-dev"5931version = "4.0.0-dev"
5593source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5932source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
5594dependencies = [5933dependencies = [
5595 "frame-benchmarking",5934 "frame-benchmarking",
5596 "frame-support",5935 "frame-support",
5614[[package]]5953[[package]]
5615name = "pallet-bags-list"5954name = "pallet-bags-list"
5616version = "4.0.0-dev"5955version = "4.0.0-dev"
5617source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5956source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
5618dependencies = [5957dependencies = [
5619 "frame-benchmarking",5958 "frame-benchmarking",
5620 "frame-election-provider-support",5959 "frame-election-provider-support",
5634[[package]]5973[[package]]
5635name = "pallet-balances"5974name = "pallet-balances"
5636version = "4.0.0-dev"5975version = "4.0.0-dev"
5637source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5976source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
5638dependencies = [5977dependencies = [
5639 "frame-benchmarking",5978 "frame-benchmarking",
5640 "frame-support",5979 "frame-support",
5649[[package]]5988[[package]]
5650name = "pallet-base-fee"5989name = "pallet-base-fee"
5651version = "1.0.0"5990version = "1.0.0"
5652source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#ef8d2809ed05da0664e9b43cb87436451295b634"5991source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.37#02eff174cf5235971da686e5ed09f34f59a93ed3"
5653dependencies = [5992dependencies = [
5654 "fp-evm",5993 "fp-evm",
5655 "frame-support",5994 "frame-support",
5656 "frame-system",5995 "frame-system",
5657 "parity-scale-codec",5996 "parity-scale-codec",
5658 "scale-info",5997 "scale-info",
5659 "serde",
5660 "sp-core",5998 "sp-core",
5661 "sp-runtime",5999 "sp-runtime",
5662]6000]
56636001
5664[[package]]6002[[package]]
5665name = "pallet-beefy"6003name = "pallet-beefy"
5666version = "4.0.0-dev"6004version = "4.0.0-dev"
5667source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6005source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
5668dependencies = [6006dependencies = [
5669 "frame-support",6007 "frame-support",
5670 "frame-system",6008 "frame-system",
5680[[package]]6018[[package]]
5681name = "pallet-beefy-mmr"6019name = "pallet-beefy-mmr"
5682version = "4.0.0-dev"6020version = "4.0.0-dev"
5683source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6021source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
5684dependencies = [6022dependencies = [
5685 "array-bytes 4.2.0",6023 "array-bytes 4.2.0",
5686 "beefy-merkle-tree",6024 "beefy-merkle-tree",
5703[[package]]6041[[package]]
5704name = "pallet-bounties"6042name = "pallet-bounties"
5705version = "4.0.0-dev"6043version = "4.0.0-dev"
5706source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6044source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
5707dependencies = [6045dependencies = [
5708 "frame-benchmarking",6046 "frame-benchmarking",
5709 "frame-support",6047 "frame-support",
5721[[package]]6059[[package]]
5722name = "pallet-child-bounties"6060name = "pallet-child-bounties"
5723version = "4.0.0-dev"6061version = "4.0.0-dev"
5724source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6062source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
5725dependencies = [6063dependencies = [
5726 "frame-benchmarking",6064 "frame-benchmarking",
5727 "frame-support",6065 "frame-support",
5767[[package]]6105[[package]]
5768name = "pallet-collective"6106name = "pallet-collective"
5769version = "4.0.0-dev"6107version = "4.0.0-dev"
5770source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6108source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
5771dependencies = [6109dependencies = [
5772 "frame-benchmarking",6110 "frame-benchmarking",
5773 "frame-support",6111 "frame-support",
5821[[package]]6159[[package]]
5822name = "pallet-conviction-voting"6160name = "pallet-conviction-voting"
5823version = "4.0.0-dev"6161version = "4.0.0-dev"
5824source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6162source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
5825dependencies = [6163dependencies = [
5826 "assert_matches",6164 "assert_matches",
5827 "frame-benchmarking",6165 "frame-benchmarking",
5838[[package]]6176[[package]]
5839name = "pallet-democracy"6177name = "pallet-democracy"
5840version = "4.0.0-dev"6178version = "4.0.0-dev"
5841source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6179source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
5842dependencies = [6180dependencies = [
5843 "frame-benchmarking",6181 "frame-benchmarking",
5844 "frame-support",6182 "frame-support",
5856[[package]]6194[[package]]
5857name = "pallet-election-provider-multi-phase"6195name = "pallet-election-provider-multi-phase"
5858version = "4.0.0-dev"6196version = "4.0.0-dev"
5859source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6197source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
5860dependencies = [6198dependencies = [
5861 "frame-benchmarking",6199 "frame-benchmarking",
5862 "frame-election-provider-support",6200 "frame-election-provider-support",
5865 "log",6203 "log",
5866 "pallet-election-provider-support-benchmarking",6204 "pallet-election-provider-support-benchmarking",
5867 "parity-scale-codec",6205 "parity-scale-codec",
5868 "rand 0.7.3",6206 "rand 0.8.5",
5869 "scale-info",6207 "scale-info",
5870 "sp-arithmetic",6208 "sp-arithmetic",
5871 "sp-core",6209 "sp-core",
5872 "sp-io",6210 "sp-io",
5873 "sp-npos-elections",6211 "sp-npos-elections",
5874 "sp-runtime",6212 "sp-runtime",
5875 "sp-std",6213 "sp-std",
5876 "static_assertions",
5877 "strum",6214 "strum",
5878]6215]
58796216
5880[[package]]6217[[package]]
5881name = "pallet-election-provider-support-benchmarking"6218name = "pallet-election-provider-support-benchmarking"
5882version = "4.0.0-dev"6219version = "4.0.0-dev"
5883source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6220source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
5884dependencies = [6221dependencies = [
5885 "frame-benchmarking",6222 "frame-benchmarking",
5886 "frame-election-provider-support",6223 "frame-election-provider-support",
5893[[package]]6230[[package]]
5894name = "pallet-elections-phragmen"6231name = "pallet-elections-phragmen"
5895version = "5.0.0-dev"6232version = "5.0.0-dev"
5896source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6233source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
5897dependencies = [6234dependencies = [
5898 "frame-benchmarking",6235 "frame-benchmarking",
5899 "frame-support",6236 "frame-support",
5911[[package]]6248[[package]]
5912name = "pallet-ethereum"6249name = "pallet-ethereum"
5913version = "4.0.0-dev"6250version = "4.0.0-dev"
5914source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#ef8d2809ed05da0664e9b43cb87436451295b634"6251source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.37#02eff174cf5235971da686e5ed09f34f59a93ed3"
5915dependencies = [6252dependencies = [
5916 "ethereum 0.14.0",6253 "ethereum 0.14.0",
5917 "ethereum-types 0.14.1",6254 "ethereum-types 0.14.1",
5930 "parity-scale-codec",6267 "parity-scale-codec",
5931 "rlp",6268 "rlp",
5932 "scale-info",6269 "scale-info",
5933 "serde",
5934 "sp-io",6270 "sp-io",
5935 "sp-runtime",6271 "sp-runtime",
5936 "sp-std",6272 "sp-std",
5939[[package]]6275[[package]]
5940name = "pallet-evm"6276name = "pallet-evm"
5941version = "6.0.0-dev"6277version = "6.0.0-dev"
5942source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#ef8d2809ed05da0664e9b43cb87436451295b634"6278source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.37#02eff174cf5235971da686e5ed09f34f59a93ed3"
5943dependencies = [6279dependencies = [
5944 "environmental",6280 "environmental",
5945 "evm",6281 "evm",
5953 "log",6289 "log",
5954 "pallet-timestamp",6290 "pallet-timestamp",
5955 "parity-scale-codec",6291 "parity-scale-codec",
5956 "primitive-types 0.12.1",
5957 "rlp",6292 "rlp",
5958 "scale-info",6293 "scale-info",
5959 "serde",6294 "serde",
6016[[package]]6351[[package]]
6017name = "pallet-evm-precompile-simple"6352name = "pallet-evm-precompile-simple"
6018version = "2.0.0-dev"6353version = "2.0.0-dev"
6019source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#ef8d2809ed05da0664e9b43cb87436451295b634"6354source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.37#02eff174cf5235971da686e5ed09f34f59a93ed3"
6020dependencies = [6355dependencies = [
6021 "fp-evm",6356 "fp-evm",
6022 "ripemd",6357 "ripemd",
6042[[package]]6377[[package]]
6043name = "pallet-fast-unstake"6378name = "pallet-fast-unstake"
6044version = "4.0.0-dev"6379version = "4.0.0-dev"
6045source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6380source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
6046dependencies = [6381dependencies = [
6047 "frame-benchmarking",6382 "frame-benchmarking",
6048 "frame-election-provider-support",6383 "frame-election-provider-support",
6107[[package]]6442[[package]]
6108name = "pallet-grandpa"6443name = "pallet-grandpa"
6109version = "4.0.0-dev"6444version = "4.0.0-dev"
6110source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6445source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
6111dependencies = [6446dependencies = [
6112 "frame-benchmarking",6447 "frame-benchmarking",
6113 "frame-support",6448 "frame-support",
6147[[package]]6482[[package]]
6148name = "pallet-identity"6483name = "pallet-identity"
6149version = "4.0.0-dev"6484version = "4.0.0-dev"
6150source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6485source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
6151dependencies = [6486dependencies = [
6152 "enumflags2",6487 "enumflags2",
6153 "frame-benchmarking",6488 "frame-benchmarking",
6163[[package]]6498[[package]]
6164name = "pallet-im-online"6499name = "pallet-im-online"
6165version = "4.0.0-dev"6500version = "4.0.0-dev"
6166source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6501source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
6167dependencies = [6502dependencies = [
6168 "frame-benchmarking",6503 "frame-benchmarking",
6169 "frame-support",6504 "frame-support",
6183[[package]]6518[[package]]
6184name = "pallet-indices"6519name = "pallet-indices"
6185version = "4.0.0-dev"6520version = "4.0.0-dev"
6186source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6521source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
6187dependencies = [6522dependencies = [
6188 "frame-benchmarking",6523 "frame-benchmarking",
6189 "frame-support",6524 "frame-support",
6228[[package]]6563[[package]]
6229name = "pallet-membership"6564name = "pallet-membership"
6230version = "4.0.0-dev"6565version = "4.0.0-dev"
6231source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6566source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
6232dependencies = [6567dependencies = [
6233 "frame-benchmarking",6568 "frame-benchmarking",
6234 "frame-support",6569 "frame-support",
6245[[package]]6580[[package]]
6246name = "pallet-mmr"6581name = "pallet-mmr"
6247version = "4.0.0-dev"6582version = "4.0.0-dev"
6248source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6583source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
6249dependencies = [6584dependencies = [
6250 "frame-benchmarking",6585 "frame-benchmarking",
6251 "frame-support",6586 "frame-support",
6262[[package]]6597[[package]]
6263name = "pallet-multisig"6598name = "pallet-multisig"
6264version = "4.0.0-dev"6599version = "4.0.0-dev"
6265source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6600source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
6266dependencies = [6601dependencies = [
6267 "frame-benchmarking",6602 "frame-benchmarking",
6268 "frame-support",6603 "frame-support",
6278[[package]]6613[[package]]
6279name = "pallet-nis"6614name = "pallet-nis"
6280version = "4.0.0-dev"6615version = "4.0.0-dev"
6281source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6616source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
6282dependencies = [6617dependencies = [
6283 "frame-benchmarking",6618 "frame-benchmarking",
6284 "frame-support",6619 "frame-support",
6294[[package]]6629[[package]]
6295name = "pallet-nomination-pools"6630name = "pallet-nomination-pools"
6296version = "1.0.0"6631version = "1.0.0"
6297source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6632source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
6298dependencies = [6633dependencies = [
6299 "frame-support",6634 "frame-support",
6300 "frame-system",6635 "frame-system",
6311[[package]]6646[[package]]
6312name = "pallet-nomination-pools-benchmarking"6647name = "pallet-nomination-pools-benchmarking"
6313version = "1.0.0"6648version = "1.0.0"
6314source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6649source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
6315dependencies = [6650dependencies = [
6316 "frame-benchmarking",6651 "frame-benchmarking",
6317 "frame-election-provider-support",6652 "frame-election-provider-support",
6331[[package]]6666[[package]]
6332name = "pallet-nomination-pools-runtime-api"6667name = "pallet-nomination-pools-runtime-api"
6333version = "1.0.0-dev"6668version = "1.0.0-dev"
6334source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6669source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
6335dependencies = [6670dependencies = [
6336 "parity-scale-codec",6671 "parity-scale-codec",
6337 "sp-api",6672 "sp-api",
6362[[package]]6697[[package]]
6363name = "pallet-offences"6698name = "pallet-offences"
6364version = "4.0.0-dev"6699version = "4.0.0-dev"
6365source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6700source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
6366dependencies = [6701dependencies = [
6367 "frame-support",6702 "frame-support",
6368 "frame-system",6703 "frame-system",
6379[[package]]6714[[package]]
6380name = "pallet-offences-benchmarking"6715name = "pallet-offences-benchmarking"
6381version = "4.0.0-dev"6716version = "4.0.0-dev"
6382source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6717source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
6383dependencies = [6718dependencies = [
6384 "frame-benchmarking",6719 "frame-benchmarking",
6385 "frame-election-provider-support",6720 "frame-election-provider-support",
6402[[package]]6737[[package]]
6403name = "pallet-preimage"6738name = "pallet-preimage"
6404version = "4.0.0-dev"6739version = "4.0.0-dev"
6405source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6740source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
6406dependencies = [6741dependencies = [
6407 "frame-benchmarking",6742 "frame-benchmarking",
6408 "frame-support",6743 "frame-support",
6419[[package]]6754[[package]]
6420name = "pallet-proxy"6755name = "pallet-proxy"
6421version = "4.0.0-dev"6756version = "4.0.0-dev"
6422source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6757source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
6423dependencies = [6758dependencies = [
6424 "frame-benchmarking",6759 "frame-benchmarking",
6425 "frame-support",6760 "frame-support",
6434[[package]]6769[[package]]
6435name = "pallet-randomness-collective-flip"6770name = "pallet-randomness-collective-flip"
6436version = "4.0.0-dev"6771version = "4.0.0-dev"
6437source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6772source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
6438dependencies = [6773dependencies = [
6439 "frame-support",6774 "frame-support",
6440 "frame-system",6775 "frame-system",
6448[[package]]6783[[package]]
6449name = "pallet-ranked-collective"6784name = "pallet-ranked-collective"
6450version = "4.0.0-dev"6785version = "4.0.0-dev"
6451source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6786source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
6452dependencies = [6787dependencies = [
6453 "frame-benchmarking",6788 "frame-benchmarking",
6454 "frame-support",6789 "frame-support",
6466[[package]]6801[[package]]
6467name = "pallet-recovery"6802name = "pallet-recovery"
6468version = "4.0.0-dev"6803version = "4.0.0-dev"
6469source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6804source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
6470dependencies = [6805dependencies = [
6471 "frame-benchmarking",6806 "frame-benchmarking",
6472 "frame-support",6807 "frame-support",
6481[[package]]6816[[package]]
6482name = "pallet-referenda"6817name = "pallet-referenda"
6483version = "4.0.0-dev"6818version = "4.0.0-dev"
6484source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6819source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
6485dependencies = [6820dependencies = [
6486 "assert_matches",6821 "assert_matches",
6487 "frame-benchmarking",6822 "frame-benchmarking",
6557[[package]]6892[[package]]
6558name = "pallet-scheduler"6893name = "pallet-scheduler"
6559version = "4.0.0-dev"6894version = "4.0.0-dev"
6560source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6895source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
6561dependencies = [6896dependencies = [
6562 "frame-benchmarking",6897 "frame-benchmarking",
6563 "frame-support",6898 "frame-support",
6574[[package]]6909[[package]]
6575name = "pallet-session"6910name = "pallet-session"
6576version = "4.0.0-dev"6911version = "4.0.0-dev"
6577source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6912source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
6578dependencies = [6913dependencies = [
6579 "frame-support",6914 "frame-support",
6580 "frame-system",6915 "frame-system",
6595[[package]]6930[[package]]
6596name = "pallet-session-benchmarking"6931name = "pallet-session-benchmarking"
6597version = "4.0.0-dev"6932version = "4.0.0-dev"
6598source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6933source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
6599dependencies = [6934dependencies = [
6600 "frame-benchmarking",6935 "frame-benchmarking",
6601 "frame-support",6936 "frame-support",
6602 "frame-system",6937 "frame-system",
6603 "pallet-session",6938 "pallet-session",
6604 "pallet-staking",6939 "pallet-staking",
6605 "rand 0.7.3",6940 "rand 0.8.5",
6606 "sp-runtime",6941 "sp-runtime",
6607 "sp-session",6942 "sp-session",
6608 "sp-std",6943 "sp-std",
6611[[package]]6946[[package]]
6612name = "pallet-society"6947name = "pallet-society"
6613version = "4.0.0-dev"6948version = "4.0.0-dev"
6614source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6949source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
6615dependencies = [6950dependencies = [
6616 "frame-support",6951 "frame-support",
6617 "frame-system",6952 "frame-system",
6625[[package]]6960[[package]]
6626name = "pallet-staking"6961name = "pallet-staking"
6627version = "4.0.0-dev"6962version = "4.0.0-dev"
6628source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6963source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
6629dependencies = [6964dependencies = [
6630 "frame-benchmarking",6965 "frame-benchmarking",
6631 "frame-election-provider-support",6966 "frame-election-provider-support",
6648[[package]]6983[[package]]
6649name = "pallet-staking-reward-curve"6984name = "pallet-staking-reward-curve"
6650version = "4.0.0-dev"6985version = "4.0.0-dev"
6651source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6986source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
6652dependencies = [6987dependencies = [
6653 "proc-macro-crate",6988 "proc-macro-crate",
6654 "proc-macro2",6989 "proc-macro2",
6659[[package]]6994[[package]]
6660name = "pallet-staking-reward-fn"6995name = "pallet-staking-reward-fn"
6661version = "4.0.0-dev"6996version = "4.0.0-dev"
6662source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6997source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
6663dependencies = [6998dependencies = [
6664 "log",6999 "log",
6665 "sp-arithmetic",7000 "sp-arithmetic",
6668[[package]]7003[[package]]
6669name = "pallet-state-trie-migration"7004name = "pallet-state-trie-migration"
6670version = "4.0.0-dev"7005version = "4.0.0-dev"
6671source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"7006source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
6672dependencies = [7007dependencies = [
6673 "frame-benchmarking",7008 "frame-benchmarking",
6674 "frame-support",7009 "frame-support",
6701[[package]]7036[[package]]
6702name = "pallet-sudo"7037name = "pallet-sudo"
6703version = "4.0.0-dev"7038version = "4.0.0-dev"
6704source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"7039source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
6705dependencies = [7040dependencies = [
6706 "frame-support",7041 "frame-support",
6707 "frame-system",7042 "frame-system",
6715[[package]]7050[[package]]
6716name = "pallet-template-transaction-payment"7051name = "pallet-template-transaction-payment"
6717version = "3.0.0"7052version = "3.0.0"
6718source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.36#55943b982e9b0b80465885f31f76db3dba91dac4"7053source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.37#72931fde262ecc4418928dd4bbeea10c64593175"
6719dependencies = [7054dependencies = [
6720 "frame-benchmarking",7055 "frame-benchmarking",
6721 "frame-support",7056 "frame-support",
6747[[package]]7082[[package]]
6748name = "pallet-timestamp"7083name = "pallet-timestamp"
6749version = "4.0.0-dev"7084version = "4.0.0-dev"
6750source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"7085source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
6751dependencies = [7086dependencies = [
6752 "frame-benchmarking",7087 "frame-benchmarking",
6753 "frame-support",7088 "frame-support",
6765[[package]]7100[[package]]
6766name = "pallet-tips"7101name = "pallet-tips"
6767version = "4.0.0-dev"7102version = "4.0.0-dev"
6768source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"7103source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
6769dependencies = [7104dependencies = [
6770 "frame-benchmarking",7105 "frame-benchmarking",
6771 "frame-support",7106 "frame-support",
6784[[package]]7119[[package]]
6785name = "pallet-transaction-payment"7120name = "pallet-transaction-payment"
6786version = "4.0.0-dev"7121version = "4.0.0-dev"
6787source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"7122source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
6788dependencies = [7123dependencies = [
6789 "frame-support",7124 "frame-support",
6790 "frame-system",7125 "frame-system",
6800[[package]]7135[[package]]
6801name = "pallet-transaction-payment-rpc"7136name = "pallet-transaction-payment-rpc"
6802version = "4.0.0-dev"7137version = "4.0.0-dev"
6803source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"7138source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
6804dependencies = [7139dependencies = [
6805 "jsonrpsee",7140 "jsonrpsee",
6806 "pallet-transaction-payment-rpc-runtime-api",7141 "pallet-transaction-payment-rpc-runtime-api",
6816[[package]]7151[[package]]
6817name = "pallet-transaction-payment-rpc-runtime-api"7152name = "pallet-transaction-payment-rpc-runtime-api"
6818version = "4.0.0-dev"7153version = "4.0.0-dev"
6819source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"7154source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
6820dependencies = [7155dependencies = [
6821 "pallet-transaction-payment",7156 "pallet-transaction-payment",
6822 "parity-scale-codec",7157 "parity-scale-codec",
6828[[package]]7163[[package]]
6829name = "pallet-treasury"7164name = "pallet-treasury"
6830version = "4.0.0-dev"7165version = "4.0.0-dev"
6831source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"7166source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
6832dependencies = [7167dependencies = [
6833 "frame-benchmarking",7168 "frame-benchmarking",
6834 "frame-support",7169 "frame-support",
6887[[package]]7222[[package]]
6888name = "pallet-utility"7223name = "pallet-utility"
6889version = "4.0.0-dev"7224version = "4.0.0-dev"
6890source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"7225source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
6891dependencies = [7226dependencies = [
6892 "frame-benchmarking",7227 "frame-benchmarking",
6893 "frame-support",7228 "frame-support",
6903[[package]]7238[[package]]
6904name = "pallet-vesting"7239name = "pallet-vesting"
6905version = "4.0.0-dev"7240version = "4.0.0-dev"
6906source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"7241source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
6907dependencies = [7242dependencies = [
6908 "frame-benchmarking",7243 "frame-benchmarking",
6909 "frame-support",7244 "frame-support",
6918[[package]]7253[[package]]
6919name = "pallet-whitelist"7254name = "pallet-whitelist"
6920version = "4.0.0-dev"7255version = "4.0.0-dev"
6921source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"7256source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
6922dependencies = [7257dependencies = [
6923 "frame-benchmarking",7258 "frame-benchmarking",
6924 "frame-support",7259 "frame-support",
69327267
6933[[package]]7268[[package]]
6934name = "pallet-xcm"7269name = "pallet-xcm"
6935version = "0.9.36"7270version = "0.9.37"
6936source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7271source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3"
6937dependencies = [7272dependencies = [
6938 "frame-support",7273 "frame-support",
6939 "frame-system",7274 "frame-system",
69507285
6951[[package]]7286[[package]]
6952name = "pallet-xcm-benchmarks"7287name = "pallet-xcm-benchmarks"
6953version = "0.9.36"7288version = "0.9.37"
6954source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7289source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3"
6955dependencies = [7290dependencies = [
6956 "frame-benchmarking",7291 "frame-benchmarking",
6957 "frame-support",7292 "frame-support",
6968[[package]]7303[[package]]
6969name = "parachain-info"7304name = "parachain-info"
6970version = "0.1.0"7305version = "0.1.0"
6971source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"7306source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.37#09418fc04c2608b123f36ca80f16df3d2096753b"
6972dependencies = [7307dependencies = [
6973 "cumulus-primitives-core",7308 "cumulus-primitives-core",
6974 "frame-support",7309 "frame-support",
69797314
6980[[package]]7315[[package]]
6981name = "parity-db"7316name = "parity-db"
6982version = "0.4.2"7317version = "0.4.3"
6983source = "registry+https://github.com/rust-lang/crates.io-index"7318source = "registry+https://github.com/rust-lang/crates.io-index"
6984checksum = "3a7511a0bec4a336b5929999d02b560d2439c993cccf98c26481484e811adc43"7319checksum = "dd684a725651d9588ef21f140a328b6b4f64e646b2e931f3e6f14f75eedf9980"
6985dependencies = [7320dependencies = [
6986 "blake2",7321 "blake2",
6987 "crc32fast",7322 "crc32fast",
7095source = "registry+https://github.com/rust-lang/crates.io-index"7430source = "registry+https://github.com/rust-lang/crates.io-index"
7096checksum = "d01a5bd0424d00070b0098dd17ebca6f961a959dead1dbcbbbc1d1cd8d3deeba"7431checksum = "d01a5bd0424d00070b0098dd17ebca6f961a959dead1dbcbbbc1d1cd8d3deeba"
7097
7098[[package]]
7099name = "pbkdf2"
7100version = "0.4.0"
7101source = "registry+https://github.com/rust-lang/crates.io-index"
7102checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"
7103dependencies = [
7104 "crypto-mac 0.8.0",
7105]
71067432
7107[[package]]7433[[package]]
7108name = "pbkdf2"7434name = "pbkdf2"
7113 "crypto-mac 0.11.1",7439 "crypto-mac 0.11.1",
7114]7440]
7441
7442[[package]]
7443name = "pbkdf2"
7444version = "0.11.0"
7445source = "registry+https://github.com/rust-lang/crates.io-index"
7446checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
7447dependencies = [
7448 "digest 0.10.6",
7449]
71157450
7116[[package]]7451[[package]]
7117name = "peeking_take_while"7452name = "peeking_take_while"
7118version = "0.1.2"7453version = "0.1.2"
7119source = "registry+https://github.com/rust-lang/crates.io-index"7454source = "registry+https://github.com/rust-lang/crates.io-index"
7120checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"7455checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
7456
7457[[package]]
7458name = "pem"
7459version = "1.1.1"
7460source = "registry+https://github.com/rust-lang/crates.io-index"
7461checksum = "a8835c273a76a90455d7344889b0964598e3316e2a79ede8e36f16bdcf2228b8"
7462dependencies = [
7463 "base64 0.13.1",
7464]
7465
7466[[package]]
7467name = "pem-rfc7468"
7468version = "0.6.0"
7469source = "registry+https://github.com/rust-lang/crates.io-index"
7470checksum = "24d159833a9105500e0398934e205e0773f0b27529557134ecfc51c27646adac"
7471dependencies = [
7472 "base64ct",
7473]
71217474
7122[[package]]7475[[package]]
7123name = "percent-encoding"7476name = "percent-encoding"
71277480
7128[[package]]7481[[package]]
7129name = "pest"7482name = "pest"
7130version = "2.5.3"7483version = "2.5.4"
7131source = "registry+https://github.com/rust-lang/crates.io-index"7484source = "registry+https://github.com/rust-lang/crates.io-index"
7132checksum = "4257b4a04d91f7e9e6290be5d3da4804dd5784fafde3a497d73eb2b4a158c30a"7485checksum = "4ab62d2fa33726dbe6321cc97ef96d8cde531e3eeaf858a058de53a8a6d40d8f"
7133dependencies = [7486dependencies = [
7134 "thiserror",7487 "thiserror",
7135 "ucd-trie",7488 "ucd-trie",
7136]7489]
71377490
7138[[package]]7491[[package]]
7139name = "pest_derive"7492name = "pest_derive"
7140version = "2.5.3"7493version = "2.5.4"
7141source = "registry+https://github.com/rust-lang/crates.io-index"7494source = "registry+https://github.com/rust-lang/crates.io-index"
7142checksum = "241cda393b0cdd65e62e07e12454f1f25d57017dcc514b1514cd3c4645e3a0a6"7495checksum = "8bf026e2d0581559db66d837fe5242320f525d85c76283c61f4d51a1238d65ea"
7143dependencies = [7496dependencies = [
7144 "pest",7497 "pest",
7145 "pest_generator",7498 "pest_generator",
7146]7499]
71477500
7148[[package]]7501[[package]]
7149name = "pest_generator"7502name = "pest_generator"
7150version = "2.5.3"7503version = "2.5.4"
7151source = "registry+https://github.com/rust-lang/crates.io-index"7504source = "registry+https://github.com/rust-lang/crates.io-index"
7152checksum = "46b53634d8c8196302953c74d5352f33d0c512a9499bd2ce468fc9f4128fa27c"7505checksum = "2b27bd18aa01d91c8ed2b61ea23406a676b42d82609c6e2581fba42f0c15f17f"
7153dependencies = [7506dependencies = [
7154 "pest",7507 "pest",
7155 "pest_meta",7508 "pest_meta",
71607513
7161[[package]]7514[[package]]
7162name = "pest_meta"7515name = "pest_meta"
7163version = "2.5.3"7516version = "2.5.4"
7164source = "registry+https://github.com/rust-lang/crates.io-index"7517source = "registry+https://github.com/rust-lang/crates.io-index"
7165checksum = "0ef4f1332a8d4678b41966bb4cc1d0676880e84183a1ecc3f4b69f03e99c7a51"7518checksum = "9f02b677c1859756359fc9983c2e56a0237f18624a3789528804406b7e915e5d"
7166dependencies = [7519dependencies = [
7167 "once_cell",7520 "once_cell",
7168 "pest",7521 "pest",
72477600
7248[[package]]7601[[package]]
7249name = "polkadot-approval-distribution"7602name = "polkadot-approval-distribution"
7250version = "0.9.36"7603version = "0.9.37"
7251source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7604source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3"
7252dependencies = [7605dependencies = [
7253 "futures",7606 "futures",
7607 "polkadot-node-metrics",
7254 "polkadot-node-network-protocol",7608 "polkadot-node-network-protocol",
7255 "polkadot-node-primitives",7609 "polkadot-node-primitives",
7256 "polkadot-node-subsystem",7610 "polkadot-node-subsystem",
7257 "polkadot-node-subsystem-util",
7258 "polkadot-primitives",7611 "polkadot-primitives",
7259 "rand 0.8.5",7612 "rand 0.8.5",
7260 "tracing-gum",7613 "tracing-gum",
7261]7614]
72627615
7263[[package]]7616[[package]]
7264name = "polkadot-availability-bitfield-distribution"7617name = "polkadot-availability-bitfield-distribution"
7265version = "0.9.36"7618version = "0.9.37"
7266source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7619source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3"
7267dependencies = [7620dependencies = [
7268 "futures",7621 "futures",
7269 "polkadot-node-network-protocol",7622 "polkadot-node-network-protocol",
72767629
7277[[package]]7630[[package]]
7278name = "polkadot-availability-distribution"7631name = "polkadot-availability-distribution"
7279version = "0.9.36"7632version = "0.9.37"
7280source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7633source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3"
7281dependencies = [7634dependencies = [
7282 "derive_more",7635 "derive_more",
7283 "fatality",7636 "fatality",
72997652
7300[[package]]7653[[package]]
7301name = "polkadot-availability-recovery"7654name = "polkadot-availability-recovery"
7302version = "0.9.36"7655version = "0.9.37"
7303source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7656source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3"
7304dependencies = [7657dependencies = [
7305 "fatality",7658 "fatality",
7306 "futures",7659 "futures",
73207673
7321[[package]]7674[[package]]
7322name = "polkadot-cli"7675name = "polkadot-cli"
7323version = "0.9.36"7676version = "0.9.37"
7324source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7677source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3"
7325dependencies = [7678dependencies = [
7326 "clap",7679 "clap",
7327 "frame-benchmarking-cli",7680 "frame-benchmarking-cli",
73477700
7348[[package]]7701[[package]]
7349name = "polkadot-client"7702name = "polkadot-client"
7350version = "0.9.36"7703version = "0.9.37"
7351source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7704source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3"
7352dependencies = [7705dependencies = [
7353 "async-trait",7706 "async-trait",
7354 "frame-benchmarking",7707 "frame-benchmarking",
73897742
7390[[package]]7743[[package]]
7391name = "polkadot-collator-protocol"7744name = "polkadot-collator-protocol"
7392version = "0.9.36"7745version = "0.9.37"
7393source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7746source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3"
7394dependencies = [7747dependencies = [
7395 "always-assert",7748 "always-assert",
7396 "bitvec",7749 "bitvec",
74117764
7412[[package]]7765[[package]]
7413name = "polkadot-core-primitives"7766name = "polkadot-core-primitives"
7414version = "0.9.36"7767version = "0.9.37"
7415source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7768source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3"
7416dependencies = [7769dependencies = [
7417 "parity-scale-codec",7770 "parity-scale-codec",
7418 "scale-info",7771 "scale-info",
74237776
7424[[package]]7777[[package]]
7425name = "polkadot-dispute-distribution"7778name = "polkadot-dispute-distribution"
7426version = "0.9.36"7779version = "0.9.37"
7427source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7780source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3"
7428dependencies = [7781dependencies = [
7429 "derive_more",7782 "derive_more",
7430 "fatality",7783 "fatality",
74487801
7449[[package]]7802[[package]]
7450name = "polkadot-erasure-coding"7803name = "polkadot-erasure-coding"
7451version = "0.9.36"7804version = "0.9.37"
7452source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7805source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3"
7453dependencies = [7806dependencies = [
7454 "parity-scale-codec",7807 "parity-scale-codec",
7455 "polkadot-node-primitives",7808 "polkadot-node-primitives",
74627815
7463[[package]]7816[[package]]
7464name = "polkadot-gossip-support"7817name = "polkadot-gossip-support"
7465version = "0.9.36"7818version = "0.9.37"
7466source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7819source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3"
7467dependencies = [7820dependencies = [
7468 "futures",7821 "futures",
7469 "futures-timer",7822 "futures-timer",
74827835
7483[[package]]7836[[package]]
7484name = "polkadot-network-bridge"7837name = "polkadot-network-bridge"
7485version = "0.9.36"7838version = "0.9.37"
7486source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7839source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3"
7487dependencies = [7840dependencies = [
7488 "always-assert",7841 "always-assert",
7489 "async-trait",7842 "async-trait",
7492 "futures",7845 "futures",
7493 "parity-scale-codec",7846 "parity-scale-codec",
7494 "parking_lot 0.12.1",7847 "parking_lot 0.12.1",
7848 "polkadot-node-metrics",
7495 "polkadot-node-network-protocol",7849 "polkadot-node-network-protocol",
7496 "polkadot-node-subsystem",7850 "polkadot-node-subsystem",
7497 "polkadot-node-subsystem-util",
7498 "polkadot-overseer",7851 "polkadot-overseer",
7499 "polkadot-primitives",7852 "polkadot-primitives",
7500 "sc-network",7853 "sc-network",
75067859
7507[[package]]7860[[package]]
7508name = "polkadot-node-collation-generation"7861name = "polkadot-node-collation-generation"
7509version = "0.9.36"7862version = "0.9.37"
7510source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7863source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3"
7511dependencies = [7864dependencies = [
7512 "futures",7865 "futures",
7513 "parity-scale-codec",7866 "parity-scale-codec",
75247877
7525[[package]]7878[[package]]
7526name = "polkadot-node-core-approval-voting"7879name = "polkadot-node-core-approval-voting"
7527version = "0.9.36"7880version = "0.9.37"
7528source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7881source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3"
7529dependencies = [7882dependencies = [
7530 "bitvec",7883 "bitvec",
7531 "derive_more",7884 "derive_more",
75537906
7554[[package]]7907[[package]]
7555name = "polkadot-node-core-av-store"7908name = "polkadot-node-core-av-store"
7556version = "0.9.36"7909version = "0.9.37"
7557source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7910source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3"
7558dependencies = [7911dependencies = [
7559 "bitvec",7912 "bitvec",
7560 "futures",7913 "futures",
75737926
7574[[package]]7927[[package]]
7575name = "polkadot-node-core-backing"7928name = "polkadot-node-core-backing"
7576version = "0.9.36"7929version = "0.9.37"
7577source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7930source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3"
7578dependencies = [7931dependencies = [
7579 "bitvec",7932 "bitvec",
7580 "fatality",7933 "fatality",
75927945
7593[[package]]7946[[package]]
7594name = "polkadot-node-core-bitfield-signing"7947name = "polkadot-node-core-bitfield-signing"
7595version = "0.9.36"7948version = "0.9.37"
7596source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7949source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3"
7597dependencies = [7950dependencies = [
7598 "futures",7951 "futures",
7599 "polkadot-node-subsystem",7952 "polkadot-node-subsystem",
76077960
7608[[package]]7961[[package]]
7609name = "polkadot-node-core-candidate-validation"7962name = "polkadot-node-core-candidate-validation"
7610version = "0.9.36"7963version = "0.9.37"
7611source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7964source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3"
7612dependencies = [7965dependencies = [
7613 "async-trait",7966 "async-trait",
7614 "futures",7967 "futures",
7615 "futures-timer",7968 "futures-timer",
7616 "parity-scale-codec",7969 "parity-scale-codec",
7617 "polkadot-node-core-pvf",7970 "polkadot-node-core-pvf",
7971 "polkadot-node-metrics",
7618 "polkadot-node-primitives",7972 "polkadot-node-primitives",
7619 "polkadot-node-subsystem",7973 "polkadot-node-subsystem",
7620 "polkadot-node-subsystem-util",
7621 "polkadot-parachain",7974 "polkadot-parachain",
7622 "polkadot-primitives",7975 "polkadot-primitives",
7623 "sp-maybe-compressed-blob",7976 "sp-maybe-compressed-blob",
76267979
7627[[package]]7980[[package]]
7628name = "polkadot-node-core-chain-api"7981name = "polkadot-node-core-chain-api"
7629version = "0.9.36"7982version = "0.9.37"
7630source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7983source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3"
7631dependencies = [7984dependencies = [
7632 "futures",7985 "futures",
7986 "polkadot-node-metrics",
7633 "polkadot-node-subsystem",7987 "polkadot-node-subsystem",
7634 "polkadot-node-subsystem-util",
7635 "polkadot-primitives",7988 "polkadot-primitives",
7636 "sc-client-api",7989 "sc-client-api",
7637 "sc-consensus-babe",7990 "sc-consensus-babe",
76417994
7642[[package]]7995[[package]]
7643name = "polkadot-node-core-chain-selection"7996name = "polkadot-node-core-chain-selection"
7644version = "0.9.36"7997version = "0.9.37"
7645source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7998source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3"
7646dependencies = [7999dependencies = [
7647 "futures",8000 "futures",
7648 "futures-timer",8001 "futures-timer",
76588011
7659[[package]]8012[[package]]
7660name = "polkadot-node-core-dispute-coordinator"8013name = "polkadot-node-core-dispute-coordinator"
7661version = "0.9.36"8014version = "0.9.37"
7662source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8015source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3"
7663dependencies = [8016dependencies = [
7664 "fatality",8017 "fatality",
7665 "futures",8018 "futures",
76778030
7678[[package]]8031[[package]]
7679name = "polkadot-node-core-parachains-inherent"8032name = "polkadot-node-core-parachains-inherent"
7680version = "0.9.36"8033version = "0.9.37"
7681source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8034source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3"
7682dependencies = [8035dependencies = [
7683 "async-trait",8036 "async-trait",
7684 "futures",8037 "futures",
7688 "polkadot-primitives",8041 "polkadot-primitives",
7689 "sp-blockchain",8042 "sp-blockchain",
7690 "sp-inherents",8043 "sp-inherents",
7691 "sp-runtime",
7692 "thiserror",8044 "thiserror",
7693 "tracing-gum",8045 "tracing-gum",
7694]8046]
76958047
7696[[package]]8048[[package]]
7697name = "polkadot-node-core-provisioner"8049name = "polkadot-node-core-provisioner"
7698version = "0.9.36"8050version = "0.9.37"
7699source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8051source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3"
7700dependencies = [8052dependencies = [
7701 "bitvec",8053 "bitvec",
7702 "fatality",8054 "fatality",
77138065
7714[[package]]8066[[package]]
7715name = "polkadot-node-core-pvf"8067name = "polkadot-node-core-pvf"
7716version = "0.9.36"8068version = "0.9.37"
7717source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8069source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3"
7718dependencies = [8070dependencies = [
7719 "always-assert",8071 "always-assert",
7720 "assert_matches",8072 "assert_matches",
7721 "async-process",
7722 "async-std",
7723 "cpu-time",8073 "cpu-time",
7724 "futures",8074 "futures",
7725 "futures-timer",8075 "futures-timer",
7741 "sp-tracing",8091 "sp-tracing",
7742 "sp-wasm-interface",8092 "sp-wasm-interface",
7743 "tempfile",8093 "tempfile",
8094 "tokio",
7744 "tracing-gum",8095 "tracing-gum",
7745]8096]
77468097
7747[[package]]8098[[package]]
7748name = "polkadot-node-core-pvf-checker"8099name = "polkadot-node-core-pvf-checker"
7749version = "0.9.36"8100version = "0.9.37"
7750source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8101source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3"
7751dependencies = [8102dependencies = [
7752 "futures",8103 "futures",
7753 "polkadot-node-primitives",8104 "polkadot-node-primitives",
77628113
7763[[package]]8114[[package]]
7764name = "polkadot-node-core-runtime-api"8115name = "polkadot-node-core-runtime-api"
7765version = "0.9.36"8116version = "0.9.37"
7766source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8117source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3"
7767dependencies = [8118dependencies = [
7768 "futures",8119 "futures",
7769 "lru",8120 "lru",
8121 "polkadot-node-metrics",
7770 "polkadot-node-subsystem",8122 "polkadot-node-subsystem",
7771 "polkadot-node-subsystem-types",8123 "polkadot-node-subsystem-types",
7772 "polkadot-node-subsystem-util",
7773 "polkadot-primitives",8124 "polkadot-primitives",
7774 "sp-consensus-babe",8125 "sp-consensus-babe",
7775 "tracing-gum",8126 "tracing-gum",
7776]8127]
77778128
7778[[package]]8129[[package]]
7779name = "polkadot-node-jaeger"8130name = "polkadot-node-jaeger"
7780version = "0.9.36"8131version = "0.9.37"
7781source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8132source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3"
7782dependencies = [8133dependencies = [
7783 "lazy_static",8134 "lazy_static",
7784 "log",8135 "log",
77958146
7796[[package]]8147[[package]]
7797name = "polkadot-node-metrics"8148name = "polkadot-node-metrics"
7798version = "0.9.36"8149version = "0.9.37"
7799source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8150source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3"
7800dependencies = [8151dependencies = [
7801 "bs58",8152 "bs58",
7802 "futures",8153 "futures",
78148165
7815[[package]]8166[[package]]
7816name = "polkadot-node-network-protocol"8167name = "polkadot-node-network-protocol"
7817version = "0.9.36"8168version = "0.9.37"
7818source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8169source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3"
7819dependencies = [8170dependencies = [
7820 "async-trait",8171 "async-trait",
7821 "derive_more",8172 "derive_more",
78378188
7838[[package]]8189[[package]]
7839name = "polkadot-node-primitives"8190name = "polkadot-node-primitives"
7840version = "0.9.36"8191version = "0.9.37"
7841source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8192source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3"
7842dependencies = [8193dependencies = [
7843 "bounded-vec",8194 "bounded-vec",
7844 "futures",8195 "futures",
78598210
7860[[package]]8211[[package]]
7861name = "polkadot-node-subsystem"8212name = "polkadot-node-subsystem"
7862version = "0.9.36"8213version = "0.9.37"
7863source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8214source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3"
7864dependencies = [8215dependencies = [
7865 "polkadot-node-jaeger",8216 "polkadot-node-jaeger",
7866 "polkadot-node-subsystem-types",8217 "polkadot-node-subsystem-types",
78698220
7870[[package]]8221[[package]]
7871name = "polkadot-node-subsystem-types"8222name = "polkadot-node-subsystem-types"
7872version = "0.9.36"8223version = "0.9.37"
7873source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8224source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3"
7874dependencies = [8225dependencies = [
7875 "async-trait",8226 "async-trait",
7876 "derive_more",8227 "derive_more",
78928243
7893[[package]]8244[[package]]
7894name = "polkadot-node-subsystem-util"8245name = "polkadot-node-subsystem-util"
7895version = "0.9.36"8246version = "0.9.37"
7896source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8247source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3"
7897dependencies = [8248dependencies = [
7898 "async-trait",8249 "async-trait",
7899 "derive_more",8250 "derive_more",
7900 "fatality",8251 "fatality",
7901 "futures",8252 "futures",
8253 "futures-channel",
7902 "itertools",8254 "itertools",
7903 "kvdb",8255 "kvdb",
7904 "lru",8256 "lru",
79248276
7925[[package]]8277[[package]]
7926name = "polkadot-overseer"8278name = "polkadot-overseer"
7927version = "0.9.36"8279version = "0.9.37"
7928source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8280source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3"
7929dependencies = [8281dependencies = [
7930 "async-trait",8282 "async-trait",
7931 "futures",8283 "futures",
79478299
7948[[package]]8300[[package]]
7949name = "polkadot-parachain"8301name = "polkadot-parachain"
7950version = "0.9.36"8302version = "0.9.37"
7951source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8303source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3"
7952dependencies = [8304dependencies = [
7953 "derive_more",8305 "derive_more",
7954 "frame-support",8306 "frame-support",
79638315
7964[[package]]8316[[package]]
7965name = "polkadot-performance-test"8317name = "polkadot-performance-test"
7966version = "0.9.36"8318version = "0.9.37"
7967source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8319source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3"
7968dependencies = [8320dependencies = [
7969 "env_logger 0.9.3",8321 "env_logger 0.9.3",
7970 "kusama-runtime",8322 "kusama-runtime",
79788330
7979[[package]]8331[[package]]
7980name = "polkadot-primitives"8332name = "polkadot-primitives"
7981version = "0.9.36"8333version = "0.9.37"
7982source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8334source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3"
7983dependencies = [8335dependencies = [
7984 "bitvec",8336 "bitvec",
7985 "hex-literal",8337 "hex-literal",
80048356
8005[[package]]8357[[package]]
8006name = "polkadot-rpc"8358name = "polkadot-rpc"
8007version = "0.9.36"8359version = "0.9.37"
8008source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8360source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3"
8009dependencies = [8361dependencies = [
8010 "beefy-gadget",8362 "beefy-gadget",
8011 "beefy-gadget-rpc",8363 "beefy-gadget-rpc",
80368388
8037[[package]]8389[[package]]
8038name = "polkadot-runtime"8390name = "polkadot-runtime"
8039version = "0.9.36"8391version = "0.9.37"
8040source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8392source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3"
8041dependencies = [8393dependencies = [
8042 "bitvec",8394 "bitvec",
8043 "frame-benchmarking",8395 "frame-benchmarking",
8064 "pallet-elections-phragmen",8416 "pallet-elections-phragmen",
8065 "pallet-fast-unstake",8417 "pallet-fast-unstake",
8066 "pallet-grandpa",8418 "pallet-grandpa",
8067 "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)",8419 "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37)",
8068 "pallet-im-online",8420 "pallet-im-online",
8069 "pallet-indices",8421 "pallet-indices",
8070 "pallet-membership",8422 "pallet-membership",
81258477
8126[[package]]8478[[package]]
8127name = "polkadot-runtime-common"8479name = "polkadot-runtime-common"
8128version = "0.9.36"8480version = "0.9.37"
8129source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8481source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3"
8130dependencies = [8482dependencies = [
8131 "bitvec",8483 "bitvec",
8132 "frame-benchmarking",8484 "frame-benchmarking",
81738525
8174[[package]]8526[[package]]
8175name = "polkadot-runtime-constants"8527name = "polkadot-runtime-constants"
8176version = "0.9.36"8528version = "0.9.37"
8177source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8529source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3"
8178dependencies = [8530dependencies = [
8179 "frame-support",8531 "frame-support",
8180 "polkadot-primitives",8532 "polkadot-primitives",
81878539
8188[[package]]8540[[package]]
8189name = "polkadot-runtime-metrics"8541name = "polkadot-runtime-metrics"
8190version = "0.9.36"8542version = "0.9.37"
8191source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8543source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3"
8192dependencies = [8544dependencies = [
8193 "bs58",8545 "bs58",
8194 "parity-scale-codec",8546 "parity-scale-codec",
81998551
8200[[package]]8552[[package]]
8201name = "polkadot-runtime-parachains"8553name = "polkadot-runtime-parachains"
8202version = "0.9.36"8554version = "0.9.37"
8203source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8555source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3"
8204dependencies = [8556dependencies = [
8205 "bitflags",8557 "bitflags",
8206 "bitvec",8558 "bitvec",
82428594
8243[[package]]8595[[package]]
8244name = "polkadot-service"8596name = "polkadot-service"
8245version = "0.9.36"8597version = "0.9.37"
8246source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8598source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3"
8247dependencies = [8599dependencies = [
8248 "async-trait",8600 "async-trait",
8249 "beefy-gadget",8601 "beefy-gadget",
83488700
8349[[package]]8701[[package]]
8350name = "polkadot-statement-distribution"8702name = "polkadot-statement-distribution"
8351version = "0.9.36"8703version = "0.9.37"
8352source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8704source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3"
8353dependencies = [8705dependencies = [
8354 "arrayvec 0.5.2",8706 "arrayvec 0.5.2",
8355 "fatality",8707 "fatality",
83698721
8370[[package]]8722[[package]]
8371name = "polkadot-statement-table"8723name = "polkadot-statement-table"
8372version = "0.9.36"8724version = "0.9.37"
8373source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8725source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3"
8374dependencies = [8726dependencies = [
8375 "parity-scale-codec",8727 "parity-scale-codec",
8376 "polkadot-primitives",8728 "polkadot-primitives",
8402 "universal-hash",8754 "universal-hash",
8403]8755]
8756
8757[[package]]
8758name = "polyval"
8759version = "0.4.5"
8760source = "registry+https://github.com/rust-lang/crates.io-index"
8761checksum = "eebcc4aa140b9abd2bc40d9c3f7ccec842679cd79045ac3a7ac698c1a064b7cd"
8762dependencies = [
8763 "cpuid-bool",
8764 "opaque-debug 0.3.0",
8765 "universal-hash",
8766]
84048767
8405[[package]]8768[[package]]
8406name = "polyval"8769name = "polyval"
85168879
8517[[package]]8880[[package]]
8518name = "proc-macro-crate"8881name = "proc-macro-crate"
8519version = "1.2.1"8882version = "1.3.0"
8520source = "registry+https://github.com/rust-lang/crates.io-index"8883source = "registry+https://github.com/rust-lang/crates.io-index"
8521checksum = "eda0fc3b0fb7c975631757e14d9049da17374063edb6ebbcbc54d880d4fe94e9"8884checksum = "66618389e4ec1c7afe67d51a9bf34ff9236480f8d51e7489b7d5ab0303c13f34"
8522dependencies = [8885dependencies = [
8523 "once_cell",8886 "once_cell",
8524 "thiserror",
8525 "toml",8887 "toml_edit",
8526]8888]
85278889
8528[[package]]8890[[package]]
86298991
8630[[package]]8992[[package]]
8631name = "prost-codec"8993name = "prost-codec"
8632version = "0.2.0"8994version = "0.3.0"
8633source = "registry+https://github.com/rust-lang/crates.io-index"8995source = "registry+https://github.com/rust-lang/crates.io-index"
8634checksum = "011ae9ff8359df7915f97302d591cdd9e0e27fbd5a4ddc5bd13b71079bb20987"8996checksum = "0dc34979ff898b6e141106178981ce2596c387ea6e62533facfc61a37fc879c0"
8635dependencies = [8997dependencies = [
8636 "asynchronous-codec",8998 "asynchronous-codec",
8637 "bytes",8999 "bytes",
8792 "pin-project-lite 0.1.12",9154 "pin-project-lite 0.1.12",
8793]9155]
9156
9157[[package]]
9158name = "quinn-proto"
9159version = "0.9.2"
9160source = "registry+https://github.com/rust-lang/crates.io-index"
9161checksum = "72ef4ced82a24bb281af338b9e8f94429b6eca01b4e66d899f40031f074e74c9"
9162dependencies = [
9163 "bytes",
9164 "rand 0.8.5",
9165 "ring",
9166 "rustc-hash",
9167 "rustls 0.20.8",
9168 "slab",
9169 "thiserror",
9170 "tinyvec",
9171 "tracing",
9172 "webpki 0.22.0",
9173]
87949174
8795[[package]]9175[[package]]
8796name = "quote"9176name = "quote"
8818 "rand_chacha 0.2.2",9198 "rand_chacha 0.2.2",
8819 "rand_core 0.5.1",9199 "rand_core 0.5.1",
8820 "rand_hc",9200 "rand_hc",
8821 "rand_pcg 0.2.1",
8822]9201]
88239202
8824[[package]]9203[[package]]
8889 "rand_core 0.5.1",9268 "rand_core 0.5.1",
8890]9269]
8891
8892[[package]]
8893name = "rand_pcg"
8894version = "0.2.1"
8895source = "registry+https://github.com/rust-lang/crates.io-index"
8896checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
8897dependencies = [
8898 "rand_core 0.5.1",
8899]
89009270
8901[[package]]9271[[package]]
8902name = "rand_pcg"9272name = "rand_pcg"
89259295
8926[[package]]9296[[package]]
8927name = "rayon-core"9297name = "rayon-core"
8928version = "1.10.1"9298version = "1.10.2"
8929source = "registry+https://github.com/rust-lang/crates.io-index"9299source = "registry+https://github.com/rust-lang/crates.io-index"
8930checksum = "cac410af5d00ab6884528b4ab69d1e8e146e8d471201800fa1b4524126de6ad3"9300checksum = "356a0625f1954f730c0201cdab48611198dc6ce21f4acff55089b5a78e6e835b"
8931dependencies = [9301dependencies = [
8932 "crossbeam-channel",9302 "crossbeam-channel",
8933 "crossbeam-deque",9303 "crossbeam-deque",
8934 "crossbeam-utils",9304 "crossbeam-utils",
8935 "num_cpus",9305 "num_cpus",
8936]9306]
9307
9308[[package]]
9309name = "rcgen"
9310version = "0.9.3"
9311source = "registry+https://github.com/rust-lang/crates.io-index"
9312checksum = "6413f3de1edee53342e6138e75b56d32e7bc6e332b3bd62d497b1929d4cfbcdd"
9313dependencies = [
9314 "pem",
9315 "ring",
9316 "time 0.3.17",
9317 "x509-parser 0.13.2",
9318 "yasna",
9319]
9320
9321[[package]]
9322name = "rcgen"
9323version = "0.10.0"
9324source = "registry+https://github.com/rust-lang/crates.io-index"
9325checksum = "ffbe84efe2f38dea12e9bfc1f65377fdf03e53a18cb3b995faedf7934c7e785b"
9326dependencies = [
9327 "pem",
9328 "ring",
9329 "time 0.3.17",
9330 "yasna",
9331]
89379332
8938[[package]]9333[[package]]
8939name = "redox_syscall"9334name = "redox_syscall"
91359530
9136[[package]]9531[[package]]
9137name = "rococo-runtime"9532name = "rococo-runtime"
9138version = "0.9.36"9533version = "0.9.37"
9139source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"9534source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3"
9140dependencies = [9535dependencies = [
9141 "beefy-merkle-tree",9536 "beefy-merkle-tree",
9142 "frame-benchmarking",9537 "frame-benchmarking",
9145 "frame-system",9540 "frame-system",
9146 "frame-system-benchmarking",9541 "frame-system-benchmarking",
9147 "frame-system-rpc-runtime-api",9542 "frame-system-rpc-runtime-api",
9543 "frame-try-runtime",
9148 "hex-literal",9544 "hex-literal",
9149 "log",9545 "log",
9150 "pallet-authority-discovery",9546 "pallet-authority-discovery",
9159 "pallet-democracy",9555 "pallet-democracy",
9160 "pallet-elections-phragmen",9556 "pallet-elections-phragmen",
9161 "pallet-grandpa",9557 "pallet-grandpa",
9162 "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)",9558 "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37)",
9163 "pallet-im-online",9559 "pallet-im-online",
9164 "pallet-indices",9560 "pallet-indices",
9165 "pallet-membership",9561 "pallet-membership",
92209616
9221[[package]]9617[[package]]
9222name = "rococo-runtime-constants"9618name = "rococo-runtime-constants"
9223version = "0.9.36"9619version = "0.9.37"
9224source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"9620source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3"
9225dependencies = [9621dependencies = [
9226 "frame-support",9622 "frame-support",
9227 "polkadot-primitives",9623 "polkadot-primitives",
9243 "winapi",9639 "winapi",
9244]9640]
9641
9642[[package]]
9643name = "rtcp"
9644version = "0.7.2"
9645source = "registry+https://github.com/rust-lang/crates.io-index"
9646checksum = "1919efd6d4a6a85d13388f9487549bb8e359f17198cc03ffd72f79b553873691"
9647dependencies = [
9648 "bytes",
9649 "thiserror",
9650 "webrtc-util",
9651]
92459652
9246[[package]]9653[[package]]
9247name = "rtnetlink"9654name = "rtnetlink"
9248version = "0.10.1"9655version = "0.10.1"
9249source = "registry+https://github.com/rust-lang/crates.io-index"9656source = "registry+https://github.com/rust-lang/crates.io-index"
9250checksum = "322c53fd76a18698f1c27381d58091de3a043d356aa5bd0d510608b565f469a0"9657checksum = "322c53fd76a18698f1c27381d58091de3a043d356aa5bd0d510608b565f469a0"
9251dependencies = [9658dependencies = [
9252 "async-global-executor",
9253 "futures",9659 "futures",
9254 "log",9660 "log",
9255 "netlink-packet-route",9661 "netlink-packet-route",
9256 "netlink-proto",9662 "netlink-proto",
9257 "nix",9663 "nix",
9258 "thiserror",9664 "thiserror",
9665 "tokio",
9259]9666]
92609667
9261[[package]]9668[[package]]
9268 "winapi",9675 "winapi",
9269]9676]
9677
9678[[package]]
9679name = "rtp"
9680version = "0.6.8"
9681source = "registry+https://github.com/rust-lang/crates.io-index"
9682checksum = "a2a095411ff00eed7b12e4c6a118ba984d113e1079582570d56a5ee723f11f80"
9683dependencies = [
9684 "async-trait",
9685 "bytes",
9686 "rand 0.8.5",
9687 "serde",
9688 "thiserror",
9689 "webrtc-util",
9690]
92709691
9271[[package]]9692[[package]]
9272name = "rustc-demangle"9693name = "rustc-demangle"
9304 "semver 1.0.16",9725 "semver 1.0.16",
9305]9726]
9727
9728[[package]]
9729name = "rusticata-macros"
9730version = "4.1.0"
9731source = "registry+https://github.com/rust-lang/crates.io-index"
9732checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632"
9733dependencies = [
9734 "nom",
9735]
93069736
9307[[package]]9737[[package]]
9308name = "rustix"9738name = "rustix"
9332 "windows-sys 0.42.0",9762 "windows-sys 0.42.0",
9333]9763]
9764
9765[[package]]
9766name = "rustls"
9767version = "0.19.1"
9768source = "registry+https://github.com/rust-lang/crates.io-index"
9769checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"
9770dependencies = [
9771 "base64 0.13.1",
9772 "log",
9773 "ring",
9774 "sct 0.6.1",
9775 "webpki 0.21.4",
9776]
93349777
9335[[package]]9778[[package]]
9336name = "rustls"9779name = "rustls"
9340dependencies = [9783dependencies = [
9341 "log",9784 "log",
9342 "ring",9785 "ring",
9343 "sct",9786 "sct 0.7.0",
9344 "webpki",9787 "webpki 0.22.0",
9345]9788]
93469789
9347[[package]]9790[[package]]
9409[[package]]9852[[package]]
9410name = "sc-allocator"9853name = "sc-allocator"
9411version = "4.1.0-dev"9854version = "4.1.0-dev"
9412source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9855source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
9413dependencies = [9856dependencies = [
9414 "log",9857 "log",
9415 "sp-core",9858 "sp-core",
9420[[package]]9863[[package]]
9421name = "sc-authority-discovery"9864name = "sc-authority-discovery"
9422version = "0.10.0-dev"9865version = "0.10.0-dev"
9423source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9866source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
9424dependencies = [9867dependencies = [
9425 "async-trait",9868 "async-trait",
9426 "futures",9869 "futures",
9431 "parity-scale-codec",9874 "parity-scale-codec",
9432 "prost",9875 "prost",
9433 "prost-build",9876 "prost-build",
9434 "rand 0.7.3",9877 "rand 0.8.5",
9435 "sc-client-api",9878 "sc-client-api",
9436 "sc-network-common",9879 "sc-network-common",
9437 "sp-api",9880 "sp-api",
9447[[package]]9890[[package]]
9448name = "sc-basic-authorship"9891name = "sc-basic-authorship"
9449version = "0.10.0-dev"9892version = "0.10.0-dev"
9450source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9893source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
9451dependencies = [9894dependencies = [
9452 "futures",9895 "futures",
9453 "futures-timer",9896 "futures-timer",
9470[[package]]9913[[package]]
9471name = "sc-block-builder"9914name = "sc-block-builder"
9472version = "0.10.0-dev"9915version = "0.10.0-dev"
9473source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9916source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
9474dependencies = [9917dependencies = [
9475 "parity-scale-codec",9918 "parity-scale-codec",
9476 "sc-client-api",9919 "sc-client-api",
9486[[package]]9929[[package]]
9487name = "sc-chain-spec"9930name = "sc-chain-spec"
9488version = "4.0.0-dev"9931version = "4.0.0-dev"
9489source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9932source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
9490dependencies = [9933dependencies = [
9491 "impl-trait-for-tuples",
9492 "memmap2",9934 "memmap2",
9493 "parity-scale-codec",
9494 "sc-chain-spec-derive",9935 "sc-chain-spec-derive",
9495 "sc-network-common",9936 "sc-network-common",
9496 "sc-telemetry",9937 "sc-telemetry",
9503[[package]]9944[[package]]
9504name = "sc-chain-spec-derive"9945name = "sc-chain-spec-derive"
9505version = "4.0.0-dev"9946version = "4.0.0-dev"
9506source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9947source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
9507dependencies = [9948dependencies = [
9508 "proc-macro-crate",9949 "proc-macro-crate",
9509 "proc-macro2",9950 "proc-macro2",
9514[[package]]9955[[package]]
9515name = "sc-cli"9956name = "sc-cli"
9516version = "0.10.0-dev"9957version = "0.10.0-dev"
9517source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9958source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
9518dependencies = [9959dependencies = [
9519 "array-bytes 4.2.0",9960 "array-bytes 4.2.0",
9520 "chrono",9961 "chrono",
9525 "log",9966 "log",
9526 "names",9967 "names",
9527 "parity-scale-codec",9968 "parity-scale-codec",
9528 "rand 0.7.3",9969 "rand 0.8.5",
9529 "regex",9970 "regex",
9530 "rpassword",9971 "rpassword",
9531 "sc-client-api",9972 "sc-client-api",
9554[[package]]9995[[package]]
9555name = "sc-client-api"9996name = "sc-client-api"
9556version = "4.0.0-dev"9997version = "4.0.0-dev"
9557source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9998source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
9558dependencies = [9999dependencies = [
9559 "fnv",10000 "fnv",
9560 "futures",10001 "futures",
9561 "hash-db",
9562 "log",10002 "log",
9563 "parity-scale-codec",10003 "parity-scale-codec",
9564 "parking_lot 0.12.1",10004 "parking_lot 0.12.1",
9575 "sp-runtime",10015 "sp-runtime",
9576 "sp-state-machine",10016 "sp-state-machine",
9577 "sp-storage",10017 "sp-storage",
9578 "sp-trie",
9579 "substrate-prometheus-endpoint",10018 "substrate-prometheus-endpoint",
9580]10019]
958110020
9582[[package]]10021[[package]]
9583name = "sc-client-db"10022name = "sc-client-db"
9584version = "0.10.0-dev"10023version = "0.10.0-dev"
9585source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10024source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
9586dependencies = [10025dependencies = [
9587 "hash-db",10026 "hash-db",
9588 "kvdb",10027 "kvdb",
9607[[package]]10046[[package]]
9608name = "sc-consensus"10047name = "sc-consensus"
9609version = "0.10.0-dev"10048version = "0.10.0-dev"
9610source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10049source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
9611dependencies = [10050dependencies = [
9612 "async-trait",10051 "async-trait",
9613 "futures",10052 "futures",
9632[[package]]10071[[package]]
9633name = "sc-consensus-aura"10072name = "sc-consensus-aura"
9634version = "0.10.0-dev"10073version = "0.10.0-dev"
9635source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10074source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
9636dependencies = [10075dependencies = [
9637 "async-trait",10076 "async-trait",
9638 "futures",10077 "futures",
9661[[package]]10100[[package]]
9662name = "sc-consensus-babe"10101name = "sc-consensus-babe"
9663version = "0.10.0-dev"10102version = "0.10.0-dev"
9664source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10103source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
9665dependencies = [10104dependencies = [
9666 "async-trait",10105 "async-trait",
9667 "fork-tree",10106 "fork-tree",
9680 "sc-keystore",10119 "sc-keystore",
9681 "sc-telemetry",10120 "sc-telemetry",
9682 "schnorrkel",10121 "schnorrkel",
9683 "serde",
9684 "sp-api",10122 "sp-api",
9685 "sp-application-crypto",10123 "sp-application-crypto",
9686 "sp-block-builder",10124 "sp-block-builder",
9691 "sp-consensus-vrf",10129 "sp-consensus-vrf",
9692 "sp-core",10130 "sp-core",
9693 "sp-inherents",10131 "sp-inherents",
9694 "sp-io",
9695 "sp-keystore",10132 "sp-keystore",
9696 "sp-runtime",10133 "sp-runtime",
9697 "sp-version",
9698 "substrate-prometheus-endpoint",10134 "substrate-prometheus-endpoint",
9699 "thiserror",10135 "thiserror",
9700]10136]
970110137
9702[[package]]10138[[package]]
9703name = "sc-consensus-babe-rpc"10139name = "sc-consensus-babe-rpc"
9704version = "0.10.0-dev"10140version = "0.10.0-dev"
9705source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10141source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
9706dependencies = [10142dependencies = [
9707 "futures",10143 "futures",
9708 "jsonrpsee",10144 "jsonrpsee",
9724[[package]]10160[[package]]
9725name = "sc-consensus-epochs"10161name = "sc-consensus-epochs"
9726version = "0.10.0-dev"10162version = "0.10.0-dev"
9727source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10163source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
9728dependencies = [10164dependencies = [
9729 "fork-tree",10165 "fork-tree",
9730 "parity-scale-codec",10166 "parity-scale-codec",
9737[[package]]10173[[package]]
9738name = "sc-consensus-manual-seal"10174name = "sc-consensus-manual-seal"
9739version = "0.10.0-dev"10175version = "0.10.0-dev"
9740source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10176source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
9741dependencies = [10177dependencies = [
9742 "assert_matches",10178 "assert_matches",
9743 "async-trait",10179 "async-trait",
9771[[package]]10207[[package]]
9772name = "sc-consensus-slots"10208name = "sc-consensus-slots"
9773version = "0.10.0-dev"10209version = "0.10.0-dev"
9774source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10210source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
9775dependencies = [10211dependencies = [
9776 "async-trait",10212 "async-trait",
9777 "futures",10213 "futures",
9789 "sp-inherents",10225 "sp-inherents",
9790 "sp-runtime",10226 "sp-runtime",
9791 "sp-state-machine",10227 "sp-state-machine",
9792 "thiserror",
9793]10228]
979410229
9795[[package]]10230[[package]]
9796name = "sc-executor"10231name = "sc-executor"
9797version = "0.10.0-dev"10232version = "0.10.0-dev"
9798source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10233source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
9799dependencies = [10234dependencies = [
9800 "lru",10235 "lru",
9801 "parity-scale-codec",10236 "parity-scale-codec",
9819[[package]]10254[[package]]
9820name = "sc-executor-common"10255name = "sc-executor-common"
9821version = "0.10.0-dev"10256version = "0.10.0-dev"
9822source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10257source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
9823dependencies = [10258dependencies = [
9824 "sc-allocator",10259 "sc-allocator",
9825 "sp-maybe-compressed-blob",10260 "sp-maybe-compressed-blob",
9832[[package]]10267[[package]]
9833name = "sc-executor-wasmi"10268name = "sc-executor-wasmi"
9834version = "0.10.0-dev"10269version = "0.10.0-dev"
9835source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10270source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
9836dependencies = [10271dependencies = [
9837 "log",10272 "log",
9838 "sc-allocator",10273 "sc-allocator",
9845[[package]]10280[[package]]
9846name = "sc-executor-wasmtime"10281name = "sc-executor-wasmtime"
9847version = "0.10.0-dev"10282version = "0.10.0-dev"
9848source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10283source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
9849dependencies = [10284dependencies = [
9850 "cfg-if",10285 "cfg-if",
9851 "libc",10286 "libc",
9862[[package]]10297[[package]]
9863name = "sc-finality-grandpa"10298name = "sc-finality-grandpa"
9864version = "0.10.0-dev"10299version = "0.10.0-dev"
9865source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10300source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
9866dependencies = [10301dependencies = [
9867 "ahash",10302 "ahash",
9868 "array-bytes 4.2.0",10303 "array-bytes 4.2.0",
9880 "sc-chain-spec",10315 "sc-chain-spec",
9881 "sc-client-api",10316 "sc-client-api",
9882 "sc-consensus",10317 "sc-consensus",
9883 "sc-keystore",
9884 "sc-network",10318 "sc-network",
9885 "sc-network-common",10319 "sc-network-common",
9886 "sc-network-gossip",10320 "sc-network-gossip",
9903[[package]]10337[[package]]
9904name = "sc-finality-grandpa-rpc"10338name = "sc-finality-grandpa-rpc"
9905version = "0.10.0-dev"10339version = "0.10.0-dev"
9906source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10340source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
9907dependencies = [10341dependencies = [
9908 "finality-grandpa",10342 "finality-grandpa",
9909 "futures",10343 "futures",
9914 "sc-finality-grandpa",10348 "sc-finality-grandpa",
9915 "sc-rpc",10349 "sc-rpc",
9916 "serde",10350 "serde",
9917 "serde_json",
9918 "sp-blockchain",10351 "sp-blockchain",
9919 "sp-core",10352 "sp-core",
9920 "sp-runtime",10353 "sp-runtime",
9924[[package]]10357[[package]]
9925name = "sc-informant"10358name = "sc-informant"
9926version = "0.10.0-dev"10359version = "0.10.0-dev"
9927source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10360source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
9928dependencies = [10361dependencies = [
9929 "ansi_term",10362 "ansi_term",
9930 "futures",10363 "futures",
9931 "futures-timer",10364 "futures-timer",
9932 "log",10365 "log",
9933 "sc-client-api",10366 "sc-client-api",
9934 "sc-network-common",10367 "sc-network-common",
9935 "sc-transaction-pool-api",
9936 "sp-blockchain",10368 "sp-blockchain",
9937 "sp-runtime",10369 "sp-runtime",
9938]10370]
993910371
9940[[package]]10372[[package]]
9941name = "sc-keystore"10373name = "sc-keystore"
9942version = "4.0.0-dev"10374version = "4.0.0-dev"
9943source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10375source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
9944dependencies = [10376dependencies = [
9945 "array-bytes 4.2.0",10377 "array-bytes 4.2.0",
9946 "async-trait",10378 "async-trait",
9955[[package]]10387[[package]]
9956name = "sc-network"10388name = "sc-network"
9957version = "0.10.0-dev"10389version = "0.10.0-dev"
9958source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10390source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
9959dependencies = [10391dependencies = [
9960 "array-bytes 4.2.0",10392 "array-bytes 4.2.0",
9961 "async-trait",10393 "async-trait",
9962 "asynchronous-codec",10394 "asynchronous-codec",
9963 "bitflags",10395 "backtrace",
9964 "bytes",10396 "bytes",
9965 "cid",
9966 "either",10397 "either",
9967 "fnv",10398 "fnv",
9968 "fork-tree",
9969 "futures",10399 "futures",
9970 "futures-timer",10400 "futures-timer",
9971 "ip_network",10401 "ip_network",
9972 "libp2p",10402 "libp2p",
9973 "linked-hash-map",
9974 "linked_hash_set",
9975 "log",10403 "log",
9976 "lru",10404 "lru",
9977 "parity-scale-codec",10405 "parity-scale-codec",
9978 "parking_lot 0.12.1",10406 "parking_lot 0.12.1",
9979 "pin-project",10407 "pin-project",
9980 "prost",
9981 "rand 0.7.3",10408 "rand 0.8.5",
9982 "sc-block-builder",10409 "sc-block-builder",
9983 "sc-client-api",10410 "sc-client-api",
9984 "sc-consensus",10411 "sc-consensus",
10002[[package]]10429[[package]]
10003name = "sc-network-bitswap"10430name = "sc-network-bitswap"
10004version = "0.10.0-dev"10431version = "0.10.0-dev"
10005source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10432source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
10006dependencies = [10433dependencies = [
10007 "cid",10434 "cid",
10008 "futures",10435 "futures",
10016 "sp-runtime",10443 "sp-runtime",
10017 "thiserror",10444 "thiserror",
10018 "unsigned-varint",10445 "unsigned-varint",
10019 "void",
10020]10446]
1002110447
10022[[package]]10448[[package]]
10023name = "sc-network-common"10449name = "sc-network-common"
10024version = "0.10.0-dev"10450version = "0.10.0-dev"
10025source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10451source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
10026dependencies = [10452dependencies = [
10027 "async-trait",10453 "async-trait",
10028 "bitflags",10454 "bitflags",
10048[[package]]10474[[package]]
10049name = "sc-network-gossip"10475name = "sc-network-gossip"
10050version = "0.10.0-dev"10476version = "0.10.0-dev"
10051source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10477source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
10052dependencies = [10478dependencies = [
10053 "ahash",10479 "ahash",
10054 "futures",10480 "futures",
10066[[package]]10492[[package]]
10067name = "sc-network-light"10493name = "sc-network-light"
10068version = "0.10.0-dev"10494version = "0.10.0-dev"
10069source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10495source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
10070dependencies = [10496dependencies = [
10071 "array-bytes 4.2.0",10497 "array-bytes 4.2.0",
10072 "futures",10498 "futures",
10087[[package]]10513[[package]]
10088name = "sc-network-sync"10514name = "sc-network-sync"
10089version = "0.10.0-dev"10515version = "0.10.0-dev"
10090source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10516source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
10091dependencies = [10517dependencies = [
10092 "array-bytes 4.2.0",10518 "array-bytes 4.2.0",
10093 "async-trait",10519 "async-trait",
10119[[package]]10545[[package]]
10120name = "sc-network-transactions"10546name = "sc-network-transactions"
10121version = "0.10.0-dev"10547version = "0.10.0-dev"
10122source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10548source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
10123dependencies = [10549dependencies = [
10124 "array-bytes 4.2.0",10550 "array-bytes 4.2.0",
10125 "futures",10551 "futures",
10126 "hex",
10127 "libp2p",10552 "libp2p",
10128 "log",10553 "log",
10129 "parity-scale-codec",10554 "parity-scale-codec",
10130 "pin-project",10555 "pin-project",
10131 "sc-network-common",10556 "sc-network-common",
10132 "sc-peerset",10557 "sc-peerset",
10558 "sc-utils",
10133 "sp-consensus",10559 "sp-consensus",
10134 "sp-runtime",10560 "sp-runtime",
10135 "substrate-prometheus-endpoint",10561 "substrate-prometheus-endpoint",
10138[[package]]10564[[package]]
10139name = "sc-offchain"10565name = "sc-offchain"
10140version = "4.0.0-dev"10566version = "4.0.0-dev"
10141source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10567source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
10142dependencies = [10568dependencies = [
10143 "array-bytes 4.2.0",10569 "array-bytes 4.2.0",
10144 "bytes",10570 "bytes",
10152 "once_cell",10578 "once_cell",
10153 "parity-scale-codec",10579 "parity-scale-codec",
10154 "parking_lot 0.12.1",10580 "parking_lot 0.12.1",
10155 "rand 0.7.3",10581 "rand 0.8.5",
10156 "sc-client-api",10582 "sc-client-api",
10157 "sc-network-common",10583 "sc-network-common",
10158 "sc-peerset",10584 "sc-peerset",
10168[[package]]10594[[package]]
10169name = "sc-peerset"10595name = "sc-peerset"
10170version = "4.0.0-dev"10596version = "4.0.0-dev"
10171source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10597source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
10172dependencies = [10598dependencies = [
10173 "futures",10599 "futures",
10174 "libp2p",10600 "libp2p",
10181[[package]]10607[[package]]
10182name = "sc-proposer-metrics"10608name = "sc-proposer-metrics"
10183version = "0.10.0-dev"10609version = "0.10.0-dev"
10184source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10610source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
10185dependencies = [10611dependencies = [
10186 "log",10612 "log",
10187 "substrate-prometheus-endpoint",10613 "substrate-prometheus-endpoint",
10190[[package]]10616[[package]]
10191name = "sc-rpc"10617name = "sc-rpc"
10192version = "4.0.0-dev"10618version = "4.0.0-dev"
10193source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10619source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
10194dependencies = [10620dependencies = [
10195 "futures",10621 "futures",
10196 "hash-db",
10197 "jsonrpsee",10622 "jsonrpsee",
10198 "log",10623 "log",
10199 "parity-scale-codec",10624 "parity-scale-codec",
10220[[package]]10645[[package]]
10221name = "sc-rpc-api"10646name = "sc-rpc-api"
10222version = "0.10.0-dev"10647version = "0.10.0-dev"
10223source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10648source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
10224dependencies = [10649dependencies = [
10225 "futures",
10226 "jsonrpsee",10650 "jsonrpsee",
10227 "log",
10228 "parity-scale-codec",10651 "parity-scale-codec",
10229 "parking_lot 0.12.1",
10230 "sc-chain-spec",10652 "sc-chain-spec",
10231 "sc-transaction-pool-api",10653 "sc-transaction-pool-api",
10232 "scale-info",10654 "scale-info",
10235 "sp-core",10657 "sp-core",
10236 "sp-rpc",10658 "sp-rpc",
10237 "sp-runtime",10659 "sp-runtime",
10238 "sp-tracing",
10239 "sp-version",10660 "sp-version",
10240 "thiserror",10661 "thiserror",
10241]10662]
1024210663
10243[[package]]10664[[package]]
10244name = "sc-rpc-server"10665name = "sc-rpc-server"
10245version = "4.0.0-dev"10666version = "4.0.0-dev"
10246source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10667source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
10247dependencies = [10668dependencies = [
10248 "futures",
10249 "http",10669 "http",
10250 "jsonrpsee",10670 "jsonrpsee",
10251 "log",10671 "log",
10259[[package]]10679[[package]]
10260name = "sc-rpc-spec-v2"10680name = "sc-rpc-spec-v2"
10261version = "0.10.0-dev"10681version = "0.10.0-dev"
10262source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10682source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
10263dependencies = [10683dependencies = [
10684 "array-bytes 4.2.0",
10264 "futures",10685 "futures",
10686 "futures-util",
10265 "hex",10687 "hex",
10266 "jsonrpsee",10688 "jsonrpsee",
10689 "log",
10267 "parity-scale-codec",10690 "parity-scale-codec",
10691 "parking_lot 0.12.1",
10268 "sc-chain-spec",10692 "sc-chain-spec",
10693 "sc-client-api",
10269 "sc-transaction-pool-api",10694 "sc-transaction-pool-api",
10270 "serde",10695 "serde",
10271 "sp-api",10696 "sp-api",
10272 "sp-blockchain",10697 "sp-blockchain",
10273 "sp-core",10698 "sp-core",
10274 "sp-runtime",10699 "sp-runtime",
10700 "sp-version",
10275 "thiserror",10701 "thiserror",
10702 "tokio-stream",
10276]10703]
1027710704
10278[[package]]10705[[package]]
10279name = "sc-service"10706name = "sc-service"
10280version = "0.10.0-dev"10707version = "0.10.0-dev"
10281source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10708source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
10282dependencies = [10709dependencies = [
10283 "async-trait",10710 "async-trait",
10284 "directories",10711 "directories",
10285 "exit-future",10712 "exit-future",
10286 "futures",10713 "futures",
10287 "futures-timer",10714 "futures-timer",
10288 "hash-db",
10289 "jsonrpsee",10715 "jsonrpsee",
10290 "log",10716 "log",
10291 "parity-scale-codec",10717 "parity-scale-codec",
10292 "parking_lot 0.12.1",10718 "parking_lot 0.12.1",
10293 "pin-project",10719 "pin-project",
10294 "rand 0.7.3",10720 "rand 0.8.5",
10295 "sc-block-builder",10721 "sc-block-builder",
10296 "sc-chain-spec",10722 "sc-chain-spec",
10297 "sc-client-api",10723 "sc-client-api",
10319 "serde",10745 "serde",
10320 "serde_json",10746 "serde_json",
10321 "sp-api",10747 "sp-api",
10322 "sp-application-crypto",
10323 "sp-block-builder",
10324 "sp-blockchain",10748 "sp-blockchain",
10325 "sp-consensus",10749 "sp-consensus",
10326 "sp-core",10750 "sp-core",
10327 "sp-externalities",10751 "sp-externalities",
10328 "sp-inherents",
10329 "sp-keystore",10752 "sp-keystore",
10330 "sp-runtime",10753 "sp-runtime",
10331 "sp-session",10754 "sp-session",
10332 "sp-state-machine",10755 "sp-state-machine",
10333 "sp-storage",10756 "sp-storage",
10334 "sp-tracing",
10335 "sp-transaction-pool",10757 "sp-transaction-pool",
10336 "sp-transaction-storage-proof",10758 "sp-transaction-storage-proof",
10337 "sp-trie",10759 "sp-trie",
10348[[package]]10770[[package]]
10349name = "sc-state-db"10771name = "sc-state-db"
10350version = "0.10.0-dev"10772version = "0.10.0-dev"
10351source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10773source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
10352dependencies = [10774dependencies = [
10353 "log",10775 "log",
10354 "parity-scale-codec",10776 "parity-scale-codec",
10355 "parking_lot 0.12.1",10777 "parking_lot 0.12.1",
10356 "sc-client-api",
10357 "sp-core",10778 "sp-core",
10358]10779]
1035910780
10360[[package]]10781[[package]]
10361name = "sc-sync-state-rpc"10782name = "sc-sync-state-rpc"
10362version = "0.10.0-dev"10783version = "0.10.0-dev"
10363source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10784source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
10364dependencies = [10785dependencies = [
10365 "jsonrpsee",10786 "jsonrpsee",
10366 "parity-scale-codec",10787 "parity-scale-codec",
10379[[package]]10800[[package]]
10380name = "sc-sysinfo"10801name = "sc-sysinfo"
10381version = "6.0.0-dev"10802version = "6.0.0-dev"
10382source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10803source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
10383dependencies = [10804dependencies = [
10384 "futures",10805 "futures",
10385 "libc",10806 "libc",
10386 "log",10807 "log",
10387 "rand 0.7.3",10808 "rand 0.8.5",
10388 "rand_pcg 0.2.1",10809 "rand_pcg",
10389 "regex",10810 "regex",
10390 "sc-telemetry",10811 "sc-telemetry",
10391 "serde",10812 "serde",
10398[[package]]10819[[package]]
10399name = "sc-telemetry"10820name = "sc-telemetry"
10400version = "4.0.0-dev"10821version = "4.0.0-dev"
10401source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10822source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
10402dependencies = [10823dependencies = [
10403 "chrono",10824 "chrono",
10404 "futures",10825 "futures",
10405 "libp2p",10826 "libp2p",
10406 "log",10827 "log",
10407 "parking_lot 0.12.1",10828 "parking_lot 0.12.1",
10408 "pin-project",10829 "pin-project",
10409 "rand 0.7.3",10830 "rand 0.8.5",
10831 "sc-utils",
10410 "serde",10832 "serde",
10411 "serde_json",10833 "serde_json",
10412 "thiserror",10834 "thiserror",
10416[[package]]10838[[package]]
10417name = "sc-tracing"10839name = "sc-tracing"
10418version = "4.0.0-dev"10840version = "4.0.0-dev"
10419source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10841source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
10420dependencies = [10842dependencies = [
10421 "ansi_term",10843 "ansi_term",
10422 "atty",10844 "atty",
10447[[package]]10869[[package]]
10448name = "sc-tracing-proc-macro"10870name = "sc-tracing-proc-macro"
10449version = "4.0.0-dev"10871version = "4.0.0-dev"
10450source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10872source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
10451dependencies = [10873dependencies = [
10452 "proc-macro-crate",10874 "proc-macro-crate",
10453 "proc-macro2",10875 "proc-macro2",
10458[[package]]10880[[package]]
10459name = "sc-transaction-pool"10881name = "sc-transaction-pool"
10460version = "4.0.0-dev"10882version = "4.0.0-dev"
10461source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10883source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
10462dependencies = [10884dependencies = [
10463 "async-trait",10885 "async-trait",
10464 "futures",10886 "futures",
10484[[package]]10906[[package]]
10485name = "sc-transaction-pool-api"10907name = "sc-transaction-pool-api"
10486version = "4.0.0-dev"10908version = "4.0.0-dev"
10487source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10909source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
10488dependencies = [10910dependencies = [
10489 "async-trait",10911 "async-trait",
10490 "futures",10912 "futures",
10498[[package]]10920[[package]]
10499name = "sc-utils"10921name = "sc-utils"
10500version = "4.0.0-dev"10922version = "4.0.0-dev"
10501source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10923source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
10502dependencies = [10924dependencies = [
10925 "backtrace",
10503 "futures",10926 "futures",
10504 "futures-timer",10927 "futures-timer",
10505 "lazy_static",10928 "lazy_static",
10573source = "registry+https://github.com/rust-lang/crates.io-index"10996source = "registry+https://github.com/rust-lang/crates.io-index"
10574checksum = "ddccb15bcce173023b3fedd9436f882a0739b8dfb45e4f6b6002bee5929f61b2"10997checksum = "ddccb15bcce173023b3fedd9436f882a0739b8dfb45e4f6b6002bee5929f61b2"
10998
10999[[package]]
11000name = "sct"
11001version = "0.6.1"
11002source = "registry+https://github.com/rust-lang/crates.io-index"
11003checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"
11004dependencies = [
11005 "ring",
11006 "untrusted",
11007]
1057511008
10576[[package]]11009[[package]]
10577name = "sct"11010name = "sct"
10583 "untrusted",11016 "untrusted",
10584]11017]
11018
11019[[package]]
11020name = "sdp"
11021version = "0.5.3"
11022source = "registry+https://github.com/rust-lang/crates.io-index"
11023checksum = "4d22a5ef407871893fd72b4562ee15e4742269b173959db4b8df6f538c414e13"
11024dependencies = [
11025 "rand 0.8.5",
11026 "substring",
11027 "thiserror",
11028 "url",
11029]
1058511030
10586[[package]]11031[[package]]
10587name = "sec1"11032name = "sec1"
1062611071
10627[[package]]11072[[package]]
10628name = "security-framework"11073name = "security-framework"
10629version = "2.8.0"11074version = "2.8.1"
10630source = "registry+https://github.com/rust-lang/crates.io-index"11075source = "registry+https://github.com/rust-lang/crates.io-index"
10631checksum = "645926f31b250a2dca3c232496c2d898d91036e45ca0e97e0e2390c54e11be36"11076checksum = "7c4437699b6d34972de58652c68b98cb5b53a4199ab126db8e20ec8ded29a721"
10632dependencies = [11077dependencies = [
10633 "bitflags",11078 "bitflags",
10634 "core-foundation",11079 "core-foundation",
10711 "serde",11156 "serde",
10712]11157]
10713
10714[[package]]
10715name = "serde_nanos"
10716version = "0.1.2"
10717source = "registry+https://github.com/rust-lang/crates.io-index"
10718checksum = "e44969a61f5d316be20a42ff97816efb3b407a924d06824c3d8a49fa8450de0e"
10719dependencies = [
10720 "serde",
10721]
1072211158
10723[[package]]11159[[package]]
10724name = "sha-1"11160name = "sha-1"
10813source = "registry+https://github.com/rust-lang/crates.io-index"11249source = "registry+https://github.com/rust-lang/crates.io-index"
10814checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"11250checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
10815
10816[[package]]
10817name = "signal-hook"
10818version = "0.3.14"
10819source = "registry+https://github.com/rust-lang/crates.io-index"
10820checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d"
10821dependencies = [
10822 "libc",
10823 "signal-hook-registry",
10824]
1082511251
10826[[package]]11252[[package]]
10827name = "signal-hook-registry"11253name = "signal-hook-registry"
1089111317
10892[[package]]11318[[package]]
10893name = "slot-range-helper"11319name = "slot-range-helper"
10894version = "0.9.36"11320version = "0.9.37"
10895source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"11321source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3"
10896dependencies = [11322dependencies = [
10897 "enumn",11323 "enumn",
10898 "parity-scale-codec",11324 "parity-scale-codec",
10928source = "registry+https://github.com/rust-lang/crates.io-index"11354source = "registry+https://github.com/rust-lang/crates.io-index"
10929checksum = "774d05a3edae07ce6d68ea6984f3c05e9bba8927e3dd591e3b479e5b03213d0d"11355checksum = "774d05a3edae07ce6d68ea6984f3c05e9bba8927e3dd591e3b479e5b03213d0d"
10930dependencies = [11356dependencies = [
10931 "aes-gcm",11357 "aes-gcm 0.9.4",
10932 "blake2",11358 "blake2",
10933 "chacha20poly1305",11359 "chacha20poly1305",
10934 "curve25519-dalek 4.0.0-pre.5",11360 "curve25519-dalek 4.0.0-pre.5",
10969[[package]]11395[[package]]
10970name = "sp-api"11396name = "sp-api"
10971version = "4.0.0-dev"11397version = "4.0.0-dev"
10972source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11398source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
10973dependencies = [11399dependencies = [
10974 "hash-db",11400 "hash-db",
10975 "log",11401 "log",
10987[[package]]11413[[package]]
10988name = "sp-api-proc-macro"11414name = "sp-api-proc-macro"
10989version = "4.0.0-dev"11415version = "4.0.0-dev"
10990source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11416source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
10991dependencies = [11417dependencies = [
10992 "blake2",11418 "blake2",
10993 "proc-macro-crate",11419 "proc-macro-crate",
10999[[package]]11425[[package]]
11000name = "sp-application-crypto"11426name = "sp-application-crypto"
11001version = "7.0.0"11427version = "7.0.0"
11002source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11428source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
11003dependencies = [11429dependencies = [
11004 "parity-scale-codec",11430 "parity-scale-codec",
11005 "scale-info",11431 "scale-info",
11012[[package]]11438[[package]]
11013name = "sp-arithmetic"11439name = "sp-arithmetic"
11014version = "6.0.0"11440version = "6.0.0"
11015source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11441source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
11016dependencies = [11442dependencies = [
11017 "integer-sqrt",11443 "integer-sqrt",
11018 "num-traits",11444 "num-traits",
11019 "parity-scale-codec",11445 "parity-scale-codec",
11020 "scale-info",11446 "scale-info",
11021 "serde",11447 "serde",
11022 "sp-debug-derive",
11023 "sp-std",11448 "sp-std",
11024 "static_assertions",11449 "static_assertions",
11025]11450]
1102611451
11027[[package]]11452[[package]]
11028name = "sp-authority-discovery"11453name = "sp-authority-discovery"
11029version = "4.0.0-dev"11454version = "4.0.0-dev"
11030source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11455source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
11031dependencies = [11456dependencies = [
11032 "parity-scale-codec",11457 "parity-scale-codec",
11033 "scale-info",11458 "scale-info",
11040[[package]]11465[[package]]
11041name = "sp-authorship"11466name = "sp-authorship"
11042version = "4.0.0-dev"11467version = "4.0.0-dev"
11043source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11468source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
11044dependencies = [11469dependencies = [
11045 "async-trait",11470 "async-trait",
11046 "parity-scale-codec",11471 "parity-scale-codec",
11052[[package]]11477[[package]]
11053name = "sp-beefy"11478name = "sp-beefy"
11054version = "4.0.0-dev"11479version = "4.0.0-dev"
11055source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11480source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
11056dependencies = [11481dependencies = [
11057 "parity-scale-codec",11482 "parity-scale-codec",
11058 "scale-info",11483 "scale-info",
11069[[package]]11494[[package]]
11070name = "sp-block-builder"11495name = "sp-block-builder"
11071version = "4.0.0-dev"11496version = "4.0.0-dev"
11072source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11497source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
11073dependencies = [11498dependencies = [
11074 "parity-scale-codec",11499 "parity-scale-codec",
11075 "sp-api",11500 "sp-api",
11081[[package]]11506[[package]]
11082name = "sp-blockchain"11507name = "sp-blockchain"
11083version = "4.0.0-dev"11508version = "4.0.0-dev"
11084source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11509source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
11085dependencies = [11510dependencies = [
11086 "futures",11511 "futures",
11087 "log",11512 "log",
11099[[package]]11524[[package]]
11100name = "sp-consensus"11525name = "sp-consensus"
11101version = "0.10.0-dev"11526version = "0.10.0-dev"
11102source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11527source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
11103dependencies = [11528dependencies = [
11104 "async-trait",11529 "async-trait",
11105 "futures",11530 "futures",
11106 "futures-timer",
11107 "log",11531 "log",
11108 "parity-scale-codec",11532 "parity-scale-codec",
11109 "sp-core",11533 "sp-core",
11118[[package]]11542[[package]]
11119name = "sp-consensus-aura"11543name = "sp-consensus-aura"
11120version = "0.10.0-dev"11544version = "0.10.0-dev"
11121source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11545source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
11122dependencies = [11546dependencies = [
11123 "async-trait",11547 "async-trait",
11124 "parity-scale-codec",11548 "parity-scale-codec",
11136[[package]]11560[[package]]
11137name = "sp-consensus-babe"11561name = "sp-consensus-babe"
11138version = "0.10.0-dev"11562version = "0.10.0-dev"
11139source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11563source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
11140dependencies = [11564dependencies = [
11141 "async-trait",11565 "async-trait",
11142 "merlin",11566 "merlin",
11159[[package]]11583[[package]]
11160name = "sp-consensus-slots"11584name = "sp-consensus-slots"
11161version = "0.10.0-dev"11585version = "0.10.0-dev"
11162source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11586source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
11163dependencies = [11587dependencies = [
11164 "parity-scale-codec",11588 "parity-scale-codec",
11165 "scale-info",11589 "scale-info",
11166 "serde",11590 "serde",
11167 "sp-arithmetic",
11168 "sp-runtime",
11169 "sp-std",11591 "sp-std",
11170 "sp-timestamp",11592 "sp-timestamp",
11171]11593]
1117211594
11173[[package]]11595[[package]]
11174name = "sp-consensus-vrf"11596name = "sp-consensus-vrf"
11175version = "0.10.0-dev"11597version = "0.10.0-dev"
11176source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11598source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
11177dependencies = [11599dependencies = [
11178 "parity-scale-codec",11600 "parity-scale-codec",
11179 "scale-info",11601 "scale-info",
11186[[package]]11608[[package]]
11187name = "sp-core"11609name = "sp-core"
11188version = "7.0.0"11610version = "7.0.0"
11189source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11611source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
11190dependencies = [11612dependencies = [
11191 "array-bytes 4.2.0",11613 "array-bytes 4.2.0",
11192 "base58",11614 "base58",
11193 "bitflags",11615 "bitflags",
11194 "blake2",11616 "blake2",
11195 "byteorder",
11196 "dyn-clonable",11617 "dyn-clonable",
11197 "ed25519-zebra",11618 "ed25519-zebra",
11198 "futures",11619 "futures",
11203 "libsecp256k1",11624 "libsecp256k1",
11204 "log",11625 "log",
11205 "merlin",11626 "merlin",
11206 "num-traits",
11207 "parity-scale-codec",11627 "parity-scale-codec",
11208 "parking_lot 0.12.1",11628 "parking_lot 0.12.1",
11209 "primitive-types 0.12.1",11629 "primitive-types 0.12.1",
11210 "rand 0.7.3",11630 "rand 0.8.5",
11211 "regex",11631 "regex",
11212 "scale-info",11632 "scale-info",
11213 "schnorrkel",11633 "schnorrkel",
11224 "substrate-bip39",11644 "substrate-bip39",
11225 "thiserror",11645 "thiserror",
11226 "tiny-bip39",11646 "tiny-bip39",
11227 "wasmi",
11228 "zeroize",11647 "zeroize",
11229]11648]
1123011649
11231[[package]]11650[[package]]
11232name = "sp-core-hashing"11651name = "sp-core-hashing"
11233version = "5.0.0"11652version = "5.0.0"
11234source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11653source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
11235dependencies = [11654dependencies = [
11236 "blake2",11655 "blake2",
11237 "byteorder",11656 "byteorder",
11245[[package]]11664[[package]]
11246name = "sp-core-hashing-proc-macro"11665name = "sp-core-hashing-proc-macro"
11247version = "5.0.0"11666version = "5.0.0"
11248source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11667source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
11249dependencies = [11668dependencies = [
11250 "proc-macro2",11669 "proc-macro2",
11251 "quote",11670 "quote",
11256[[package]]11675[[package]]
11257name = "sp-database"11676name = "sp-database"
11258version = "4.0.0-dev"11677version = "4.0.0-dev"
11259source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11678source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
11260dependencies = [11679dependencies = [
11261 "kvdb",11680 "kvdb",
11262 "parking_lot 0.12.1",11681 "parking_lot 0.12.1",
11265[[package]]11684[[package]]
11266name = "sp-debug-derive"11685name = "sp-debug-derive"
11267version = "5.0.0"11686version = "5.0.0"
11268source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11687source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
11269dependencies = [11688dependencies = [
11270 "proc-macro2",11689 "proc-macro2",
11271 "quote",11690 "quote",
11275[[package]]11694[[package]]
11276name = "sp-externalities"11695name = "sp-externalities"
11277version = "0.13.0"11696version = "0.13.0"
11278source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11697source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
11279dependencies = [11698dependencies = [
11280 "environmental",11699 "environmental",
11281 "parity-scale-codec",11700 "parity-scale-codec",
11286[[package]]11705[[package]]
11287name = "sp-finality-grandpa"11706name = "sp-finality-grandpa"
11288version = "4.0.0-dev"11707version = "4.0.0-dev"
11289source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11708source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
11290dependencies = [11709dependencies = [
11291 "finality-grandpa",11710 "finality-grandpa",
11292 "log",11711 "log",
11304[[package]]11723[[package]]
11305name = "sp-inherents"11724name = "sp-inherents"
11306version = "4.0.0-dev"11725version = "4.0.0-dev"
11307source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11726source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
11308dependencies = [11727dependencies = [
11309 "async-trait",11728 "async-trait",
11310 "impl-trait-for-tuples",11729 "impl-trait-for-tuples",
11318[[package]]11737[[package]]
11319name = "sp-io"11738name = "sp-io"
11320version = "7.0.0"11739version = "7.0.0"
11321source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11740source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
11322dependencies = [11741dependencies = [
11323 "bytes",11742 "bytes",
11743 "ed25519",
11324 "ed25519-dalek",11744 "ed25519-dalek",
11325 "futures",11745 "futures",
11326 "hash-db",
11327 "libsecp256k1",11746 "libsecp256k1",
11328 "log",11747 "log",
11329 "parity-scale-codec",11748 "parity-scale-codec",
11330 "parking_lot 0.12.1",
11331 "secp256k1",11749 "secp256k1",
11332 "sp-core",11750 "sp-core",
11333 "sp-externalities",11751 "sp-externalities",
11337 "sp-std",11755 "sp-std",
11338 "sp-tracing",11756 "sp-tracing",
11339 "sp-trie",11757 "sp-trie",
11340 "sp-wasm-interface",
11341 "tracing",11758 "tracing",
11342 "tracing-core",11759 "tracing-core",
11343]11760]
1134411761
11345[[package]]11762[[package]]
11346name = "sp-keyring"11763name = "sp-keyring"
11347version = "7.0.0"11764version = "7.0.0"
11348source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11765source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
11349dependencies = [11766dependencies = [
11350 "lazy_static",11767 "lazy_static",
11351 "sp-core",11768 "sp-core",
11356[[package]]11773[[package]]
11357name = "sp-keystore"11774name = "sp-keystore"
11358version = "0.13.0"11775version = "0.13.0"
11359source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11776source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
11360dependencies = [11777dependencies = [
11361 "async-trait",11778 "async-trait",
11362 "futures",11779 "futures",
11373[[package]]11790[[package]]
11374name = "sp-maybe-compressed-blob"11791name = "sp-maybe-compressed-blob"
11375version = "4.1.0-dev"11792version = "4.1.0-dev"
11376source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11793source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
11377dependencies = [11794dependencies = [
11378 "thiserror",11795 "thiserror",
11379 "zstd",11796 "zstd",
11382[[package]]11799[[package]]
11383name = "sp-mmr-primitives"11800name = "sp-mmr-primitives"
11384version = "4.0.0-dev"11801version = "4.0.0-dev"
11385source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11802source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
11386dependencies = [11803dependencies = [
11387 "ckb-merkle-mountain-range",11804 "ckb-merkle-mountain-range",
11388 "log",11805 "log",
11400[[package]]11817[[package]]
11401name = "sp-npos-elections"11818name = "sp-npos-elections"
11402version = "4.0.0-dev"11819version = "4.0.0-dev"
11403source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11820source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
11404dependencies = [11821dependencies = [
11405 "parity-scale-codec",11822 "parity-scale-codec",
11406 "scale-info",11823 "scale-info",
11414[[package]]11831[[package]]
11415name = "sp-offchain"11832name = "sp-offchain"
11416version = "4.0.0-dev"11833version = "4.0.0-dev"
11417source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11834source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
11418dependencies = [11835dependencies = [
11419 "sp-api",11836 "sp-api",
11420 "sp-core",11837 "sp-core",
11424[[package]]11841[[package]]
11425name = "sp-panic-handler"11842name = "sp-panic-handler"
11426version = "5.0.0"11843version = "5.0.0"
11427source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11844source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
11428dependencies = [11845dependencies = [
11429 "backtrace",11846 "backtrace",
11430 "lazy_static",11847 "lazy_static",
11434[[package]]11851[[package]]
11435name = "sp-rpc"11852name = "sp-rpc"
11436version = "6.0.0"11853version = "6.0.0"
11437source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11854source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
11438dependencies = [11855dependencies = [
11439 "rustc-hash",11856 "rustc-hash",
11440 "serde",11857 "serde",
11444[[package]]11861[[package]]
11445name = "sp-runtime"11862name = "sp-runtime"
11446version = "7.0.0"11863version = "7.0.0"
11447source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11864source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
11448dependencies = [11865dependencies = [
11449 "either",11866 "either",
11450 "hash256-std-hasher",11867 "hash256-std-hasher",
11451 "impl-trait-for-tuples",11868 "impl-trait-for-tuples",
11452 "log",11869 "log",
11453 "parity-scale-codec",11870 "parity-scale-codec",
11454 "paste",11871 "paste",
11455 "rand 0.7.3",11872 "rand 0.8.5",
11456 "scale-info",11873 "scale-info",
11457 "serde",11874 "serde",
11458 "sp-application-crypto",11875 "sp-application-crypto",
11466[[package]]11883[[package]]
11467name = "sp-runtime-interface"11884name = "sp-runtime-interface"
11468version = "7.0.0"11885version = "7.0.0"
11469source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11886source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
11470dependencies = [11887dependencies = [
11471 "bytes",11888 "bytes",
11472 "impl-trait-for-tuples",11889 "impl-trait-for-tuples",
11484[[package]]11901[[package]]
11485name = "sp-runtime-interface-proc-macro"11902name = "sp-runtime-interface-proc-macro"
11486version = "6.0.0"11903version = "6.0.0"
11487source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11904source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
11488dependencies = [11905dependencies = [
11489 "Inflector",11906 "Inflector",
11490 "proc-macro-crate",11907 "proc-macro-crate",
11496[[package]]11913[[package]]
11497name = "sp-session"11914name = "sp-session"
11498version = "4.0.0-dev"11915version = "4.0.0-dev"
11499source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11916source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
11500dependencies = [11917dependencies = [
11501 "parity-scale-codec",11918 "parity-scale-codec",
11502 "scale-info",11919 "scale-info",
11510[[package]]11927[[package]]
11511name = "sp-staking"11928name = "sp-staking"
11512version = "4.0.0-dev"11929version = "4.0.0-dev"
11513source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11930source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
11514dependencies = [11931dependencies = [
11515 "parity-scale-codec",11932 "parity-scale-codec",
11516 "scale-info",11933 "scale-info",
11522[[package]]11939[[package]]
11523name = "sp-state-machine"11940name = "sp-state-machine"
11524version = "0.13.0"11941version = "0.13.0"
11525source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11942source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
11526dependencies = [11943dependencies = [
11527 "hash-db",11944 "hash-db",
11528 "log",11945 "log",
11529 "num-traits",
11530 "parity-scale-codec",11946 "parity-scale-codec",
11531 "parking_lot 0.12.1",11947 "parking_lot 0.12.1",
11532 "rand 0.7.3",11948 "rand 0.8.5",
11533 "smallvec",11949 "smallvec",
11534 "sp-core",11950 "sp-core",
11535 "sp-externalities",11951 "sp-externalities",
11538 "sp-trie",11954 "sp-trie",
11539 "thiserror",11955 "thiserror",
11540 "tracing",11956 "tracing",
11541 "trie-root",
11542]11957]
1154311958
11544[[package]]11959[[package]]
11545name = "sp-std"11960name = "sp-std"
11546version = "5.0.0"11961version = "5.0.0"
11547source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11962source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
1154811963
11549[[package]]11964[[package]]
11550name = "sp-storage"11965name = "sp-storage"
11551version = "7.0.0"11966version = "7.0.0"
11552source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11967source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
11553dependencies = [11968dependencies = [
11554 "impl-serde",11969 "impl-serde",
11555 "parity-scale-codec",11970 "parity-scale-codec",
11562[[package]]11977[[package]]
11563name = "sp-timestamp"11978name = "sp-timestamp"
11564version = "4.0.0-dev"11979version = "4.0.0-dev"
11565source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11980source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
11566dependencies = [11981dependencies = [
11567 "async-trait",11982 "async-trait",
11568 "futures-timer",11983 "futures-timer",
11569 "log",11984 "log",
11570 "parity-scale-codec",11985 "parity-scale-codec",
11571 "sp-api",
11572 "sp-inherents",11986 "sp-inherents",
11573 "sp-runtime",11987 "sp-runtime",
11574 "sp-std",11988 "sp-std",
11578[[package]]11992[[package]]
11579name = "sp-tracing"11993name = "sp-tracing"
11580version = "6.0.0"11994version = "6.0.0"
11581source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11995source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
11582dependencies = [11996dependencies = [
11583 "parity-scale-codec",11997 "parity-scale-codec",
11584 "sp-std",11998 "sp-std",
11590[[package]]12004[[package]]
11591name = "sp-transaction-pool"12005name = "sp-transaction-pool"
11592version = "4.0.0-dev"12006version = "4.0.0-dev"
11593source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"12007source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
11594dependencies = [12008dependencies = [
11595 "sp-api",12009 "sp-api",
11596 "sp-runtime",12010 "sp-runtime",
11599[[package]]12013[[package]]
11600name = "sp-transaction-storage-proof"12014name = "sp-transaction-storage-proof"
11601version = "4.0.0-dev"12015version = "4.0.0-dev"
11602source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"12016source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
11603dependencies = [12017dependencies = [
11604 "async-trait",12018 "async-trait",
11605 "log",12019 "log",
11615[[package]]12029[[package]]
11616name = "sp-trie"12030name = "sp-trie"
11617version = "7.0.0"12031version = "7.0.0"
11618source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"12032source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
11619dependencies = [12033dependencies = [
11620 "ahash",12034 "ahash",
11621 "hash-db",12035 "hash-db",
11638[[package]]12052[[package]]
11639name = "sp-version"12053name = "sp-version"
11640version = "5.0.0"12054version = "5.0.0"
11641source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"12055source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
11642dependencies = [12056dependencies = [
11643 "impl-serde",12057 "impl-serde",
11644 "parity-scale-codec",12058 "parity-scale-codec",
11655[[package]]12069[[package]]
11656name = "sp-version-proc-macro"12070name = "sp-version-proc-macro"
11657version = "4.0.0-dev"12071version = "4.0.0-dev"
11658source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"12072source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
11659dependencies = [12073dependencies = [
11660 "parity-scale-codec",12074 "parity-scale-codec",
11661 "proc-macro2",12075 "proc-macro2",
11666[[package]]12080[[package]]
11667name = "sp-wasm-interface"12081name = "sp-wasm-interface"
11668version = "7.0.0"12082version = "7.0.0"
11669source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"12083source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
11670dependencies = [12084dependencies = [
11671 "impl-trait-for-tuples",12085 "impl-trait-for-tuples",
11672 "log",12086 "log",
11679[[package]]12093[[package]]
11680name = "sp-weights"12094name = "sp-weights"
11681version = "4.0.0"12095version = "4.0.0"
11682source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"12096source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
11683dependencies = [12097dependencies = [
11684 "impl-trait-for-tuples",
11685 "parity-scale-codec",12098 "parity-scale-codec",
11686 "scale-info",12099 "scale-info",
11687 "serde",12100 "serde",
1171012123
11711[[package]]12124[[package]]
11712name = "ss58-registry"12125name = "ss58-registry"
11713version = "1.37.0"12126version = "1.38.0"
11714source = "registry+https://github.com/rust-lang/crates.io-index"12127source = "registry+https://github.com/rust-lang/crates.io-index"
11715checksum = "d44528162f980c0e03c71e005d334332c8da0aec9f2b0b4bdc557ed4a9f24776"12128checksum = "e40c020d72bc0a9c5660bb71e4a6fdef081493583062c474740a7d59f55f0e7b"
11716dependencies = [12129dependencies = [
11717 "Inflector",12130 "Inflector",
11718 "num-format",12131 "num-format",
11837 "syn",12250 "syn",
11838]12251]
12252
12253[[package]]
12254name = "stun"
12255version = "0.4.4"
12256source = "registry+https://github.com/rust-lang/crates.io-index"
12257checksum = "a7e94b1ec00bad60e6410e058b52f1c66de3dc5fe4d62d09b3e52bb7d3b73e25"
12258dependencies = [
12259 "base64 0.13.1",
12260 "crc",
12261 "lazy_static",
12262 "md-5",
12263 "rand 0.8.5",
12264 "ring",
12265 "subtle",
12266 "thiserror",
12267 "tokio",
12268 "url",
12269 "webrtc-util",
12270]
1183912271
11840[[package]]12272[[package]]
11841name = "substrate-bip39"12273name = "substrate-bip39"
11853[[package]]12285[[package]]
11854name = "substrate-build-script-utils"12286name = "substrate-build-script-utils"
11855version = "3.0.0"12287version = "3.0.0"
11856source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"12288source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
11857dependencies = [12289dependencies = [
11858 "platforms 2.0.0",12290 "platforms 2.0.0",
11859]12291]
1186012292
11861[[package]]12293[[package]]
11862name = "substrate-frame-rpc-system"12294name = "substrate-frame-rpc-system"
11863version = "4.0.0-dev"12295version = "4.0.0-dev"
11864source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"12296source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
11865dependencies = [12297dependencies = [
11866 "frame-system-rpc-runtime-api",12298 "frame-system-rpc-runtime-api",
11867 "futures",12299 "futures",
11868 "jsonrpsee",12300 "jsonrpsee",
11869 "log",12301 "log",
11870 "parity-scale-codec",12302 "parity-scale-codec",
11871 "sc-client-api",
11872 "sc-rpc-api",12303 "sc-rpc-api",
11873 "sc-transaction-pool-api",12304 "sc-transaction-pool-api",
11874 "serde_json",
11875 "sp-api",12305 "sp-api",
11876 "sp-block-builder",12306 "sp-block-builder",
11877 "sp-blockchain",12307 "sp-blockchain",
11882[[package]]12312[[package]]
11883name = "substrate-prometheus-endpoint"12313name = "substrate-prometheus-endpoint"
11884version = "0.10.0-dev"12314version = "0.10.0-dev"
11885source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"12315source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
11886dependencies = [12316dependencies = [
11887 "futures-util",
11888 "hyper",12317 "hyper",
11889 "log",12318 "log",
11890 "prometheus",12319 "prometheus",
11895[[package]]12324[[package]]
11896name = "substrate-rpc-client"12325name = "substrate-rpc-client"
11897version = "0.10.0-dev"12326version = "0.10.0-dev"
11898source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"12327source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
11899dependencies = [12328dependencies = [
11900 "async-trait",12329 "async-trait",
11901 "jsonrpsee",12330 "jsonrpsee",
11908[[package]]12337[[package]]
11909name = "substrate-state-trie-migration-rpc"12338name = "substrate-state-trie-migration-rpc"
11910version = "4.0.0-dev"12339version = "4.0.0-dev"
11911source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"12340source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
11912dependencies = [12341dependencies = [
11913 "jsonrpsee",12342 "jsonrpsee",
11914 "log",12343 "log",
11918 "scale-info",12347 "scale-info",
11919 "serde",12348 "serde",
11920 "sp-core",12349 "sp-core",
11921 "sp-io",
11922 "sp-runtime",12350 "sp-runtime",
11923 "sp-state-machine",12351 "sp-state-machine",
11924 "sp-std",
11925 "sp-trie",12352 "sp-trie",
11926 "trie-db",12353 "trie-db",
11927]12354]
1192812355
11929[[package]]12356[[package]]
11930name = "substrate-test-utils"12357name = "substrate-test-utils"
11931version = "4.0.0-dev"12358version = "4.0.0-dev"
11932source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"12359source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
11933dependencies = [12360dependencies = [
11934 "futures",12361 "futures",
11935 "substrate-test-utils-derive",12362 "substrate-test-utils-derive",
11939[[package]]12366[[package]]
11940name = "substrate-test-utils-derive"12367name = "substrate-test-utils-derive"
11941version = "0.10.0-dev"12368version = "0.10.0-dev"
11942source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"12369source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
11943dependencies = [12370dependencies = [
11944 "proc-macro-crate",12371 "proc-macro-crate",
11945 "proc-macro2",12372 "proc-macro2",
11950[[package]]12377[[package]]
11951name = "substrate-wasm-builder"12378name = "substrate-wasm-builder"
11952version = "5.0.0-dev"12379version = "5.0.0-dev"
11953source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"12380source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
11954dependencies = [12381dependencies = [
11955 "ansi_term",12382 "ansi_term",
11956 "build-helper",12383 "build-helper",
11964 "wasm-opt",12391 "wasm-opt",
11965]12392]
12393
12394[[package]]
12395name = "substring"
12396version = "1.4.5"
12397source = "registry+https://github.com/rust-lang/crates.io-index"
12398checksum = "42ee6433ecef213b2e72f587ef64a2f5943e7cd16fbd82dbe8bc07486c534c86"
12399dependencies = [
12400 "autocfg",
12401]
1196612402
11967[[package]]12403[[package]]
11968name = "subtle"12404name = "subtle"
12175 "winapi",12611 "winapi",
12176]12612]
12613
12614[[package]]
12615name = "time"
12616version = "0.3.17"
12617source = "registry+https://github.com/rust-lang/crates.io-index"
12618checksum = "a561bf4617eebd33bca6434b988f39ed798e527f51a1e797d0ee4f61c0a38376"
12619dependencies = [
12620 "itoa",
12621 "serde",
12622 "time-core",
12623 "time-macros",
12624]
12625
12626[[package]]
12627name = "time-core"
12628version = "0.1.0"
12629source = "registry+https://github.com/rust-lang/crates.io-index"
12630checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd"
12631
12632[[package]]
12633name = "time-macros"
12634version = "0.2.6"
12635source = "registry+https://github.com/rust-lang/crates.io-index"
12636checksum = "d967f99f534ca7e495c575c62638eebc2898a8c84c119b89e250477bc4ba16b2"
12637dependencies = [
12638 "time-core",
12639]
1217712640
12178[[package]]12641[[package]]
12179name = "tiny-bip39"12642name = "tiny-bip39"
12180version = "0.8.2"12643version = "1.0.0"
12181source = "registry+https://github.com/rust-lang/crates.io-index"12644source = "registry+https://github.com/rust-lang/crates.io-index"
12182checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"12645checksum = "62cc94d358b5a1e84a5cb9109f559aa3c4d634d2b1b4de3d0fa4adc7c78e2861"
12183dependencies = [12646dependencies = [
12184 "anyhow",12647 "anyhow",
12185 "hmac 0.8.1",12648 "hmac 0.12.1",
12186 "once_cell",12649 "once_cell",
12187 "pbkdf2 0.4.0",12650 "pbkdf2 0.11.0",
12188 "rand 0.7.3",12651 "rand 0.8.5",
12189 "rustc-hash",12652 "rustc-hash",
12190 "sha2 0.9.9",12653 "sha2 0.10.6",
12191 "thiserror",12654 "thiserror",
12192 "unicode-normalization",12655 "unicode-normalization",
12193 "wasm-bindgen",12656 "wasm-bindgen",
12203 "crunchy",12666 "crunchy",
12204]12667]
12668
12669[[package]]
12670name = "tinytemplate"
12671version = "1.2.1"
12672source = "registry+https://github.com/rust-lang/crates.io-index"
12673checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
12674dependencies = [
12675 "serde",
12676 "serde_json",
12677]
1220512678
12206[[package]]12679[[package]]
12207name = "tinyvec"12680name = "tinyvec"
12255source = "registry+https://github.com/rust-lang/crates.io-index"12728source = "registry+https://github.com/rust-lang/crates.io-index"
12256checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"12729checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
12257dependencies = [12730dependencies = [
12258 "rustls",12731 "rustls 0.20.8",
12259 "tokio",12732 "tokio",
12260 "webpki",12733 "webpki 0.22.0",
12261]12734]
1226212735
12263[[package]]12736[[package]]
12269 "futures-core",12742 "futures-core",
12270 "pin-project-lite 0.2.9",12743 "pin-project-lite 0.2.9",
12271 "tokio",12744 "tokio",
12745 "tokio-util",
12272]12746]
1227312747
12274[[package]]12748[[package]]
1228812762
12289[[package]]12763[[package]]
12290name = "toml"12764name = "toml"
12291version = "0.5.10"12765version = "0.5.11"
12292source = "registry+https://github.com/rust-lang/crates.io-index"12766source = "registry+https://github.com/rust-lang/crates.io-index"
12293checksum = "1333c76748e868a4d9d1017b5ab53171dfd095f70c712fdb4653a406547f598f"12767checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
12294dependencies = [12768dependencies = [
12295 "serde",12769 "serde",
12296]12770]
12771
12772[[package]]
12773name = "toml_datetime"
12774version = "0.5.1"
12775source = "registry+https://github.com/rust-lang/crates.io-index"
12776checksum = "4553f467ac8e3d374bc9a177a26801e5d0f9b211aa1673fb137a403afd1c9cf5"
12777
12778[[package]]
12779name = "toml_edit"
12780version = "0.18.0"
12781source = "registry+https://github.com/rust-lang/crates.io-index"
12782checksum = "729bfd096e40da9c001f778f5cdecbd2957929a24e10e5883d9392220a751581"
12783dependencies = [
12784 "indexmap",
12785 "nom8",
12786 "toml_datetime",
12787]
1229712788
12298[[package]]12789[[package]]
12299name = "tower"12790name = "tower"
1238212873
12383[[package]]12874[[package]]
12384name = "tracing-gum"12875name = "tracing-gum"
12385version = "0.9.36"12876version = "0.9.37"
12386source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"12877source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3"
12387dependencies = [12878dependencies = [
12388 "polkadot-node-jaeger",12879 "polkadot-node-jaeger",
12389 "polkadot-primitives",12880 "polkadot-primitives",
1239312884
12394[[package]]12885[[package]]
12395name = "tracing-gum-proc-macro"12886name = "tracing-gum-proc-macro"
12396version = "0.9.36"12887version = "0.9.37"
12397source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"12888source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3"
12398dependencies = [12889dependencies = [
12399 "expander 0.0.6",12890 "expander 0.0.6",
12400 "proc-macro-crate",12891 "proc-macro-crate",
12497 "lazy_static",12988 "lazy_static",
12498 "rand 0.8.5",12989 "rand 0.8.5",
12499 "smallvec",12990 "smallvec",
12991 "socket2",
12500 "thiserror",12992 "thiserror",
12501 "tinyvec",12993 "tinyvec",
12502 "tokio",12994 "tokio",
12533[[package]]13025[[package]]
12534name = "try-runtime-cli"13026name = "try-runtime-cli"
12535version = "0.10.0-dev"13027version = "0.10.0-dev"
12536source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"13028source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4"
12537dependencies = [13029dependencies = [
12538 "clap",13030 "clap",
12539 "frame-remote-externalities",13031 "frame-remote-externalities",
12540 "frame-try-runtime",13032 "frame-try-runtime",
12541 "hex",13033 "hex",
12542 "log",13034 "log",
12543 "parity-scale-codec",13035 "parity-scale-codec",
12544 "sc-chain-spec",
12545 "sc-cli",13036 "sc-cli",
12546 "sc-executor",13037 "sc-executor",
12547 "sc-service",13038 "sc-service",
12548 "serde",13039 "serde",
13040 "serde_json",
12549 "sp-api",13041 "sp-api",
12550 "sp-core",13042 "sp-core",
12551 "sp-debug-derive",13043 "sp-debug-derive",
12582source = "registry+https://github.com/rust-lang/crates.io-index"13074source = "registry+https://github.com/rust-lang/crates.io-index"
12583checksum = "f4f195fd851901624eee5a58c4bb2b4f06399148fcd0ed336e6f1cb60a9881df"13075checksum = "f4f195fd851901624eee5a58c4bb2b4f06399148fcd0ed336e6f1cb60a9881df"
13076
13077[[package]]
13078name = "turn"
13079version = "0.6.1"
13080source = "registry+https://github.com/rust-lang/crates.io-index"
13081checksum = "4712ee30d123ec7ae26d1e1b218395a16c87cdbaf4b3925d170d684af62ea5e8"
13082dependencies = [
13083 "async-trait",
13084 "base64 0.13.1",
13085 "futures",
13086 "log",
13087 "md-5",
13088 "rand 0.8.5",
13089 "ring",
13090 "stun",
13091 "thiserror",
13092 "tokio",
13093 "webrtc-util",
13094]
1258413095
12585[[package]]13096[[package]]
12586name = "twox-hash"13097name = "twox-hash"
1265413165
12655[[package]]13166[[package]]
12656name = "unicode-bidi"13167name = "unicode-bidi"
12657version = "0.3.9"13168version = "0.3.10"
12658source = "registry+https://github.com/rust-lang/crates.io-index"13169source = "registry+https://github.com/rust-lang/crates.io-index"
12659checksum = "0046be40136ef78dc325e0edefccf84ccddacd0afcc1ca54103fa3c61bbdab1d"13170checksum = "d54675592c1dbefd78cbd98db9bacd89886e1ca50692a0692baefffdeb92dd58"
1266013171
12661[[package]]13172[[package]]
12662name = "unicode-ident"13173name = "unicode-ident"
12991[[package]]13502[[package]]
12992name = "up-sponsorship"13503name = "up-sponsorship"
12993version = "0.1.0"13504version = "0.1.0"
12994source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.36#55943b982e9b0b80465885f31f76db3dba91dac4"13505source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.37#72931fde262ecc4418928dd4bbeea10c64593175"
12995dependencies = [13506dependencies = [
12996 "impl-trait-for-tuples",13507 "impl-trait-for-tuples",
12997]13508]
13007 "percent-encoding",13518 "percent-encoding",
13008]13519]
13520
13521[[package]]
13522name = "uuid"
13523version = "1.2.2"
13524source = "registry+https://github.com/rust-lang/crates.io-index"
13525checksum = "422ee0de9031b5b948b97a8fc04e3aa35230001a722ddd27943e0be31564ce4c"
13526dependencies = [
13527 "getrandom 0.2.8",
13528]
1300913529
13010[[package]]13530[[package]]
13011name = "valuable"13531name = "valuable"
13041source = "registry+https://github.com/rust-lang/crates.io-index"13561source = "registry+https://github.com/rust-lang/crates.io-index"
13042checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"13562checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
13563
13564[[package]]
13565name = "waitgroup"
13566version = "0.1.2"
13567source = "registry+https://github.com/rust-lang/crates.io-index"
13568checksum = "d1f50000a783467e6c0200f9d10642f4bc424e39efc1b770203e88b488f79292"
13569dependencies = [
13570 "atomic-waker",
13571]
1304313572
13044[[package]]13573[[package]]
13045name = "waker-fn"13574name = "waker-fn"
13439 "wasm-bindgen",13968 "wasm-bindgen",
13440]13969]
13970
13971[[package]]
13972name = "webpki"
13973version = "0.21.4"
13974source = "registry+https://github.com/rust-lang/crates.io-index"
13975checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"
13976dependencies = [
13977 "ring",
13978 "untrusted",
13979]
1344113980
13442[[package]]13981[[package]]
13443name = "webpki"13982name = "webpki"
13455source = "registry+https://github.com/rust-lang/crates.io-index"13994source = "registry+https://github.com/rust-lang/crates.io-index"
13456checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"13995checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
13457dependencies = [13996dependencies = [
13458 "webpki",13997 "webpki 0.22.0",
13459]13998]
13999
14000[[package]]
14001name = "webrtc"
14002version = "0.6.0"
14003source = "registry+https://github.com/rust-lang/crates.io-index"
14004checksum = "2d3bc9049bdb2cea52f5fd4f6f728184225bdb867ed0dc2410eab6df5bdd67bb"
14005dependencies = [
14006 "arc-swap",
14007 "async-trait",
14008 "bytes",
14009 "hex",
14010 "interceptor",
14011 "lazy_static",
14012 "log",
14013 "rand 0.8.5",
14014 "rcgen 0.9.3",
14015 "regex",
14016 "ring",
14017 "rtcp",
14018 "rtp",
14019 "rustls 0.19.1",
14020 "sdp",
14021 "serde",
14022 "serde_json",
14023 "sha2 0.10.6",
14024 "stun",
14025 "thiserror",
14026 "time 0.3.17",
14027 "tokio",
14028 "turn",
14029 "url",
14030 "waitgroup",
14031 "webrtc-data",
14032 "webrtc-dtls",
14033 "webrtc-ice",
14034 "webrtc-mdns",
14035 "webrtc-media",
14036 "webrtc-sctp",
14037 "webrtc-srtp",
14038 "webrtc-util",
14039]
14040
14041[[package]]
14042name = "webrtc-data"
14043version = "0.6.0"
14044source = "registry+https://github.com/rust-lang/crates.io-index"
14045checksum = "0ef36a4d12baa6e842582fe9ec16a57184ba35e1a09308307b67d43ec8883100"
14046dependencies = [
14047 "bytes",
14048 "derive_builder",
14049 "log",
14050 "thiserror",
14051 "tokio",
14052 "webrtc-sctp",
14053 "webrtc-util",
14054]
14055
14056[[package]]
14057name = "webrtc-dtls"
14058version = "0.7.0"
14059source = "registry+https://github.com/rust-lang/crates.io-index"
14060checksum = "7021987ae0a2ed6c8cd33f68e98e49bb6e74ffe9543310267b48a1bbe3900e5f"
14061dependencies = [
14062 "aes 0.6.0",
14063 "aes-gcm 0.8.0",
14064 "async-trait",
14065 "bincode",
14066 "block-modes",
14067 "byteorder",
14068 "ccm",
14069 "curve25519-dalek 3.2.0",
14070 "der-parser 8.1.0",
14071 "elliptic-curve",
14072 "hkdf",
14073 "hmac 0.10.1",
14074 "log",
14075 "oid-registry 0.6.1",
14076 "p256",
14077 "p384",
14078 "rand 0.8.5",
14079 "rand_core 0.6.4",
14080 "rcgen 0.9.3",
14081 "ring",
14082 "rustls 0.19.1",
14083 "sec1",
14084 "serde",
14085 "sha-1",
14086 "sha2 0.9.9",
14087 "signature",
14088 "subtle",
14089 "thiserror",
14090 "tokio",
14091 "webpki 0.21.4",
14092 "webrtc-util",
14093 "x25519-dalek 2.0.0-pre.1",
14094 "x509-parser 0.13.2",
14095]
14096
14097[[package]]
14098name = "webrtc-ice"
14099version = "0.9.0"
14100source = "registry+https://github.com/rust-lang/crates.io-index"
14101checksum = "494483fbb2f5492620871fdc78b084aed8807377f6e3fe88b2e49f0a9c9c41d7"
14102dependencies = [
14103 "arc-swap",
14104 "async-trait",
14105 "crc",
14106 "log",
14107 "rand 0.8.5",
14108 "serde",
14109 "serde_json",
14110 "stun",
14111 "thiserror",
14112 "tokio",
14113 "turn",
14114 "url",
14115 "uuid",
14116 "waitgroup",
14117 "webrtc-mdns",
14118 "webrtc-util",
14119]
14120
14121[[package]]
14122name = "webrtc-mdns"
14123version = "0.5.2"
14124source = "registry+https://github.com/rust-lang/crates.io-index"
14125checksum = "f08dfd7a6e3987e255c4dbe710dde5d94d0f0574f8a21afa95d171376c143106"
14126dependencies = [
14127 "log",
14128 "socket2",
14129 "thiserror",
14130 "tokio",
14131 "webrtc-util",
14132]
14133
14134[[package]]
14135name = "webrtc-media"
14136version = "0.5.0"
14137source = "registry+https://github.com/rust-lang/crates.io-index"
14138checksum = "ee2a3c157a040324e5049bcbd644ffc9079e6738fa2cfab2bcff64e5cc4c00d7"
14139dependencies = [
14140 "byteorder",
14141 "bytes",
14142 "derive_builder",
14143 "displaydoc",
14144 "rand 0.8.5",
14145 "rtp",
14146 "thiserror",
14147 "webrtc-util",
14148]
14149
14150[[package]]
14151name = "webrtc-sctp"
14152version = "0.7.0"
14153source = "registry+https://github.com/rust-lang/crates.io-index"
14154checksum = "0d47adcd9427eb3ede33d5a7f3424038f63c965491beafcc20bc650a2f6679c0"
14155dependencies = [
14156 "arc-swap",
14157 "async-trait",
14158 "bytes",
14159 "crc",
14160 "log",
14161 "rand 0.8.5",
14162 "thiserror",
14163 "tokio",
14164 "webrtc-util",
14165]
14166
14167[[package]]
14168name = "webrtc-srtp"
14169version = "0.9.1"
14170source = "registry+https://github.com/rust-lang/crates.io-index"
14171checksum = "6183edc4c1c6c0175f8812eefdce84dfa0aea9c3ece71c2bf6ddd3c964de3da5"
14172dependencies = [
14173 "aead 0.4.3",
14174 "aes 0.7.5",
14175 "aes-gcm 0.9.4",
14176 "async-trait",
14177 "byteorder",
14178 "bytes",
14179 "ctr 0.8.0",
14180 "hmac 0.11.0",
14181 "log",
14182 "rtcp",
14183 "rtp",
14184 "sha-1",
14185 "subtle",
14186 "thiserror",
14187 "tokio",
14188 "webrtc-util",
14189]
14190
14191[[package]]
14192name = "webrtc-util"
14193version = "0.7.0"
14194source = "registry+https://github.com/rust-lang/crates.io-index"
14195checksum = "93f1db1727772c05cf7a2cfece52c3aca8045ca1e176cd517d323489aa3c6d87"
14196dependencies = [
14197 "async-trait",
14198 "bitflags",
14199 "bytes",
14200 "cc",
14201 "ipnet",
14202 "lazy_static",
14203 "libc",
14204 "log",
14205 "nix",
14206 "rand 0.8.5",
14207 "thiserror",
14208 "tokio",
14209 "winapi",
14210]
1346014211
13461[[package]]14212[[package]]
13462name = "wepoll-ffi"14213name = "wepoll-ffi"
1346914220
13470[[package]]14221[[package]]
13471name = "westend-runtime"14222name = "westend-runtime"
13472version = "0.9.36"14223version = "0.9.37"
13473source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"14224source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3"
13474dependencies = [14225dependencies = [
13475 "bitvec",14226 "bitvec",
13476 "frame-benchmarking",14227 "frame-benchmarking",
13495 "pallet-elections-phragmen",14246 "pallet-elections-phragmen",
13496 "pallet-fast-unstake",14247 "pallet-fast-unstake",
13497 "pallet-grandpa",14248 "pallet-grandpa",
13498 "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)",14249 "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37)",
13499 "pallet-im-online",14250 "pallet-im-online",
13500 "pallet-indices",14251 "pallet-indices",
13501 "pallet-membership",14252 "pallet-membership",
1355914310
13560[[package]]14311[[package]]
13561name = "westend-runtime-constants"14312name = "westend-runtime-constants"
13562version = "0.9.36"14313version = "0.9.37"
13563source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"14314source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3"
13564dependencies = [14315dependencies = [
13565 "frame-support",14316 "frame-support",
13566 "polkadot-primitives",14317 "polkadot-primitives",
1357314324
13574[[package]]14325[[package]]
13575name = "which"14326name = "which"
13576version = "4.3.0"14327version = "4.4.0"
13577source = "registry+https://github.com/rust-lang/crates.io-index"14328source = "registry+https://github.com/rust-lang/crates.io-index"
13578checksum = "1c831fbbee9e129a8cf93e7747a82da9d95ba8e16621cae60ec2cdc849bacb7b"14329checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269"
13579dependencies = [14330dependencies = [
13580 "either",14331 "either",
13581 "libc",14332 "libc",
13791 "zeroize",14542 "zeroize",
13792]14543]
14544
14545[[package]]
14546name = "x25519-dalek"
14547version = "2.0.0-pre.1"
14548source = "registry+https://github.com/rust-lang/crates.io-index"
14549checksum = "e5da623d8af10a62342bcbbb230e33e58a63255a58012f8653c578e54bab48df"
14550dependencies = [
14551 "curve25519-dalek 3.2.0",
14552 "rand_core 0.6.4",
14553 "zeroize",
14554]
14555
14556[[package]]
14557name = "x509-parser"
14558version = "0.13.2"
14559source = "registry+https://github.com/rust-lang/crates.io-index"
14560checksum = "9fb9bace5b5589ffead1afb76e43e34cff39cd0f3ce7e170ae0c29e53b88eb1c"
14561dependencies = [
14562 "asn1-rs 0.3.1",
14563 "base64 0.13.1",
14564 "data-encoding",
14565 "der-parser 7.0.0",
14566 "lazy_static",
14567 "nom",
14568 "oid-registry 0.4.0",
14569 "ring",
14570 "rusticata-macros",
14571 "thiserror",
14572 "time 0.3.17",
14573]
14574
14575[[package]]
14576name = "x509-parser"
14577version = "0.14.0"
14578source = "registry+https://github.com/rust-lang/crates.io-index"
14579checksum = "e0ecbeb7b67ce215e40e3cc7f2ff902f94a223acf44995934763467e7b1febc8"
14580dependencies = [
14581 "asn1-rs 0.5.1",
14582 "base64 0.13.1",
14583 "data-encoding",
14584 "der-parser 8.1.0",
14585 "lazy_static",
14586 "nom",
14587 "oid-registry 0.6.1",
14588 "rusticata-macros",
14589 "thiserror",
14590 "time 0.3.17",
14591]
1379314592
13794[[package]]14593[[package]]
13795name = "xcm"14594name = "xcm"
13796version = "0.9.36"14595version = "0.9.37"
13797source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"14596source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3"
13798dependencies = [14597dependencies = [
13799 "derivative",14598 "derivative",
13800 "impl-trait-for-tuples",14599 "impl-trait-for-tuples",
1380714606
13808[[package]]14607[[package]]
13809name = "xcm-builder"14608name = "xcm-builder"
13810version = "0.9.36"14609version = "0.9.37"
13811source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"14610source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3"
13812dependencies = [14611dependencies = [
13813 "frame-support",14612 "frame-support",
13814 "frame-system",14613 "frame-system",
1382714626
13828[[package]]14627[[package]]
13829name = "xcm-executor"14628name = "xcm-executor"
13830version = "0.9.36"14629version = "0.9.37"
13831source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"14630source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3"
13832dependencies = [14631dependencies = [
13833 "frame-benchmarking",14632 "frame-benchmarking",
13834 "frame-support",14633 "frame-support",
1384514644
13846[[package]]14645[[package]]
13847name = "xcm-procedural"14646name = "xcm-procedural"
13848version = "0.9.36"14647version = "0.9.37"
13849source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"14648source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3"
13850dependencies = [14649dependencies = [
13851 "Inflector",14650 "Inflector",
13852 "proc-macro2",14651 "proc-macro2",
13868 "static_assertions",14667 "static_assertions",
13869]14668]
14669
14670[[package]]
14671name = "yasna"
14672version = "0.5.1"
14673source = "registry+https://github.com/rust-lang/crates.io-index"
14674checksum = "aed2e7a52e3744ab4d0c05c20aa065258e84c49fd4226f5191b2ed29712710b4"
14675dependencies = [
14676 "time 0.3.17",
14677]
1387014678
13871[[package]]14679[[package]]
13872name = "zeroize"14680name = "zeroize"
modifiedCargo.tomldiffbeforeafterboth
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,7 +18,7 @@
 panic = 'unwind'
 
 [workspace.dependencies]
-orml-tokens = { git = "https://github.com/uniquenetwork/open-runtime-module-library", branch = "feature/polkadot-v0.9.36", default-features = false }
-orml-traits = { git = "https://github.com/uniquenetwork/open-runtime-module-library", branch = "feature/polkadot-v0.9.36", default-features = false }
-orml-vesting = { git = "https://github.com/uniquenetwork/open-runtime-module-library", branch = "feature/polkadot-v0.9.36", default-features = false }
-orml-xtokens = { git = "https://github.com/uniquenetwork/open-runtime-module-library", branch = "feature/polkadot-v0.9.36", default-features = false }
+orml-tokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v0.9.37", default-features = false }
+orml-traits = { git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v0.9.37", default-features = false }
+orml-vesting = { git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v0.9.37", default-features = false }
+orml-xtokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v0.9.37", default-features = false }
modifiedclient/rpc/Cargo.tomldiffbeforeafterboth
--- a/client/rpc/Cargo.toml
+++ b/client/rpc/Cargo.toml
@@ -17,22 +17,22 @@
 up-rpc.path = "../../primitives/rpc"
 zstd = { version = "0.11.2", default-features = false }
 
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
-sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sc-rpc-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-blockchain = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-externalities = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-keystore = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-trie = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.37" }
+sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sc-rpc-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-blockchain = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-externalities = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-keystore = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-trie = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
 
-frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
 
-sc-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sc-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
 
 opal-runtime.path = "../../runtime/opal"
 quartz-runtime = { path = "../../runtime/quartz", optional = true }
modifiedcrates/evm-coder/Cargo.tomldiffbeforeafterboth
--- a/crates/evm-coder/Cargo.toml
+++ b/crates/evm-coder/Cargo.toml
@@ -12,9 +12,9 @@
 primitive-types = { version = "0.12.1", default-features = false }
 # Evm doesn't have reexports for log and others
 ethereum = { version = "0.14.0", default-features = false }
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
 # Error types for execution
-evm-core = { default-features = false, git = "https://github.com/uniquenetwork/evm", branch = "unique-polkadot-v0.9.36" }
+evm-core = { default-features = false, version = "0.37.0" }
 # We have tuple-heavy code in solidity.rs
 impl-trait-for-tuples = "0.2.2"
 
modifiednode/cli/Cargo.tomldiffbeforeafterboth
--- a/node/cli/Cargo.toml
+++ b/node/cli/Cargo.toml
@@ -1,5 +1,5 @@
 [build-dependencies]
-substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
 
 ################################################################################
 # Package
@@ -25,68 +25,75 @@
 [dependencies]
 clap = "4.1"
 codec = { default-features = false, features = ['derive'], package = 'parity-scale-codec', version = "3.2" }
-cumulus-client-cli = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
-cumulus-client-consensus-aura = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
-cumulus-client-consensus-common = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
-cumulus-client-network = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
-cumulus-client-service = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
-cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
-cumulus-primitives-parachain-inherent = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
-cumulus-relay-chain-inprocess-interface = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
-cumulus-relay-chain-interface = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
-cumulus-relay-chain-minimal-node = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
-frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+cumulus-client-cli = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.37" }
+cumulus-client-consensus-aura = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.37" }
+cumulus-client-consensus-common = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.37" }
+cumulus-client-network = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.37" }
+cumulus-client-service = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.37" }
+cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.37" }
+cumulus-primitives-parachain-inherent = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.37" }
+cumulus-relay-chain-inprocess-interface = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.37" }
+cumulus-relay-chain-interface = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.37" }
+cumulus-relay-chain-minimal-node = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.37" }
+frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
 futures = '0.3.17'
 log = '0.4.17'
 opal-runtime = { path = "../../runtime/opal", optional = true }
-pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-polkadot-cli = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36" }
-polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36" }
-polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36" }
+pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+polkadot-cli = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.37" }
+polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.37" }
+polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.37" }
 quartz-runtime = { path = "../../runtime/quartz", optional = true }
-sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sc-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sc-consensus-manual-seal = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sc-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sc-sysinfo = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sc-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sc-consensus-manual-seal = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sc-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sc-sysinfo = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
 serde = { features = ['derive'], version = "1.0" }
 serde_json = "1.0"
-sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-offchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-session = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-offchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-session = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
 tokio = { version = "1.24", features = ["time"] }
-try-runtime-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+try-runtime-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
 unique-runtime = { path = "../../runtime/unique", optional = true }
 up-common.path = "../../primitives/common"
 up-data-structs = { path = "../../primitives/data-structs", default-features = false }
 up-rpc.path = "../../primitives/rpc"
 
-fc-consensus = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
-fc-db = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
-fc-mapping-sync = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
-fc-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
-fc-rpc-core = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
-fp-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
+fc-consensus.git = "https://github.com/uniquenetwork/unique-frontier"
+
+fc-consensus.branch = "unique-polkadot-v0.9.37"
+fc-db.git = "https://github.com/uniquenetwork/unique-frontier"
+fc-db.branch = "unique-polkadot-v0.9.37"
+fc-mapping-sync.git = "https://github.com/uniquenetwork/unique-frontier"
+fc-mapping-sync.branch = "unique-polkadot-v0.9.37"
+fc-rpc-core.git = "https://github.com/uniquenetwork/unique-frontier"
+fc-rpc-core.branch = "unique-polkadot-v0.9.37"
+fc-rpc.git = "https://github.com/uniquenetwork/unique-frontier"
+fc-rpc.branch = "unique-polkadot-v0.9.37"
+fp-rpc.git = "https://github.com/uniquenetwork/unique-frontier"
+fp-rpc.branch = "unique-polkadot-v0.9.37"
 
 app-promotion-rpc = { path = "../../primitives/app_promotion_rpc", default-features = false }
 rmrk-rpc.path = "../../primitives/rmrk-rpc"
modifiednode/rpc/Cargo.tomldiffbeforeafterboth
--- a/node/rpc/Cargo.toml
+++ b/node/rpc/Cargo.toml
@@ -12,25 +12,25 @@
 [dependencies]
 jsonrpsee = { version = "0.16.2", features = ["macros", "server"] }
 # pallet-contracts-rpc = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
-pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sc-rpc-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sc-rpc-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
 
-fc-db = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
-fc-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
-fc-rpc-core = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
-fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
-fp-storage = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
+fc-db = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.37" }
+fc-rpc = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.37" }
+fc-rpc-core = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.37" }
+fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.37" }
+fp-storage = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.37" }
 
 app-promotion-rpc.path = "../../primitives/app_promotion_rpc"
 rmrk-rpc.path = "../../primitives/rmrk-rpc"
modifiedpallets/app-promotion/Cargo.tomldiffbeforeafterboth
--- a/pallets/app-promotion/Cargo.toml
+++ b/pallets/app-promotion/Cargo.toml
@@ -43,14 +43,14 @@
 codec = { default-features = false, features = ['derive'], package = 'parity-scale-codec', version = "3.1.2" }
 scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }
 
-frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-pallet-balances = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+pallet-balances = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.37" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
 
 ################################################################################
 # local dependencies
modifiedpallets/collator-selection/Cargo.tomldiffbeforeafterboth
--- a/pallets/collator-selection/Cargo.toml
+++ b/pallets/collator-selection/Cargo.toml
@@ -18,26 +18,26 @@
 scale-info = { version = "2.2.0", default-features = false, features = ["derive"] }
 serde = { version = "1.0.145", default-features = false }
 
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-pallet-authorship = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+pallet-authorship = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
 pallet-configuration = { default-features = false, path = "../configuration" }
-pallet-session = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-staking = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+pallet-session = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-staking = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
 
-frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
 
 [dev-dependencies]
-pallet-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+pallet-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
 
 [features]
 default = ["std"]
modifiedpallets/common/Cargo.tomldiffbeforeafterboth
--- a/pallets/common/Cargo.toml
+++ b/pallets/common/Cargo.toml
@@ -10,14 +10,14 @@
 
 ethereum = { version = "0.14.0", default-features = false }
 evm-coder = { default-features = false, path = "../../crates/evm-coder" }
-frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.37" }
 pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
 up-data-structs = { default-features = false, path = "../../primitives/data-structs" }
 up-pov-estimate-rpc = { default-features = false, path = "../../primitives/pov-estimate-rpc" }
 
modifiedpallets/configuration/Cargo.tomldiffbeforeafterboth
--- a/pallets/configuration/Cargo.toml
+++ b/pallets/configuration/Cargo.toml
@@ -4,17 +4,17 @@
 version = "0.1.3"
 
 [dependencies]
-fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
-frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.37" }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
 parity-scale-codec = { version = "3.2.2", features = ["derive"], default-features = false }
 scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }
 smallvec = "1.6.1"
-sp-arithmetic = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-xcm = { default-features = false, git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36" }
+sp-arithmetic = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+xcm = { default-features = false, git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.37" }
 
 [features]
 default = ["std"]
modifiedpallets/evm-coder-substrate/Cargo.tomldiffbeforeafterboth
--- a/pallets/evm-coder-substrate/Cargo.toml
+++ b/pallets/evm-coder-substrate/Cargo.toml
@@ -9,12 +9,12 @@
 scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }
 
 evm-coder = { default-features = false, path = "../../crates/evm-coder" }
-frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.37" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
 up-data-structs = { default-features = false, path = "../../primitives/data-structs" }
 
 [features]
modifiedpallets/evm-coder-substrate/src/lib.rsdiffbeforeafterboth
--- a/pallets/evm-coder-substrate/src/lib.rs
+++ b/pallets/evm-coder-substrate/src/lib.rs
@@ -193,7 +193,7 @@
 					output: writer.finish(),
 				})
 			}
-			Err(Error::Fatal(f)) => Err(f.into()),
+			Err(Error::Fatal(f)) => Err(PrecompileFailure::Fatal { exit_status: f }),
 			Err(Error::Error(e)) => Err(e.into()),
 		})
 	}
modifiedpallets/evm-contract-helpers/Cargo.tomldiffbeforeafterboth
--- a/pallets/evm-contract-helpers/Cargo.toml
+++ b/pallets/evm-contract-helpers/Cargo.toml
@@ -8,14 +8,14 @@
 scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }
 
 # Substrate
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
 
 # Unique
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
-up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.36" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.37" }
+up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.37" }
 
 # Locals
 codec = { default-features = false, features = ['derive'], package = 'parity-scale-codec', version = "3.1.2" }
modifiedpallets/evm-migration/Cargo.tomldiffbeforeafterboth
--- a/pallets/evm-migration/Cargo.toml
+++ b/pallets/evm-migration/Cargo.toml
@@ -7,13 +7,13 @@
 [dependencies]
 codec = { default-features = false, features = ['derive'], package = 'parity-scale-codec', version = "3.1.2" }
 ethereum = { version = "0.14.0", default-features = false }
-frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.37" }
 scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
 
 [features]
 default = ["runtime-benchmarks", "std"]
modifiedpallets/evm-transaction-payment/Cargo.tomldiffbeforeafterboth
--- a/pallets/evm-transaction-payment/Cargo.toml
+++ b/pallets/evm-transaction-payment/Cargo.toml
@@ -8,14 +8,14 @@
 codec = { default-features = false, features = ['derive'], package = 'parity-scale-codec', version = "3.1.2" }
 scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }
 
-fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.36" }
+fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.37" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.37" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.37" }
 
 [features]
 default = ["std"]
modifiedpallets/foreign-assets/Cargo.tomldiffbeforeafterboth
--- a/pallets/foreign-assets/Cargo.toml
+++ b/pallets/foreign-assets/Cargo.toml
@@ -8,28 +8,28 @@
 codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false }
 scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }
 
-frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36", default-features = false }
-frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36", default-features = false }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37", default-features = false }
+frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37", default-features = false }
 log = { version = "0.4.16", default-features = false }
 orml-tokens.workspace = true
-pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36", default-features = false }
+pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37", default-features = false }
 pallet-common = { default-features = false, path = "../common" }
 pallet-fungible = { default-features = false, path = "../fungible" }
-serde = { version = "1.0.136", optional = true }
-sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36", default-features = false }
-sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36", default-features = false }
+serde = { version = "1.0.136", default-features = false, optional = true }
+sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37", default-features = false }
+sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37", default-features = false }
 up-data-structs = { default-features = false, path = "../../primitives/data-structs" }
-xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36", default-features = false }
-xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36", default-features = false }
+xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.37", default-features = false }
+xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.37", default-features = false }
 
 [dev-dependencies]
 hex = "0.4"
-pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
 serde_json = "1.0.68"
-sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
 
 [features]
 default = ["std"]
@@ -45,6 +45,7 @@
 	"pallet-fungible/std",
 	"scale-info/std",
 	"serde",
+	"serde/std",
 	"sp-io/std",
 	"sp-runtime/std",
 	"sp-std/std",
modifiedpallets/fungible/Cargo.tomldiffbeforeafterboth
--- a/pallets/fungible/Cargo.toml
+++ b/pallets/fungible/Cargo.toml
@@ -9,16 +9,16 @@
 scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }
 
 evm-coder = { default-features = false, path = "../../crates/evm-coder" }
-frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
 pallet-common = { default-features = false, path = "../common" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.37" }
 pallet-evm-coder-substrate = { default-features = false, path = "../evm-coder-substrate" }
 pallet-structure = { default-features = false, path = "../structure" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
 up-data-structs = { default-features = false, path = "../../primitives/data-structs" }
 
 [features]
modifiedpallets/identity/Cargo.tomldiffbeforeafterboth
--- a/pallets/identity/Cargo.toml
+++ b/pallets/identity/Cargo.toml
@@ -18,17 +18,17 @@
 	"max-encoded-len",
 ] }
 enumflags2 = "0.7.4"
-frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-frame-support = { version = "4.0.0-dev", default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-frame-system = { version = "4.0.0-dev", default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+frame-support = { version = "4.0.0-dev", default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+frame-system = { version = "4.0.0-dev", default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
 scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }
-sp-io = { version = "7.0.0", default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-runtime = { version = "7.0.0", default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-std = { version = "5.0.0", default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-io = { version = "7.0.0", default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-runtime = { version = "7.0.0", default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-std = { version = "5.0.0", default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
 
 [dev-dependencies]
-pallet-balances = { version = "4.0.0-dev", git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-core = { version = "7.0.0", git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+pallet-balances = { version = "4.0.0-dev", git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-core = { version = "7.0.0", git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
 
 [features]
 default = ["std"]
modifiedpallets/inflation/Cargo.tomldiffbeforeafterboth
--- a/pallets/inflation/Cargo.toml
+++ b/pallets/inflation/Cargo.toml
@@ -32,11 +32,11 @@
 codec = { default-features = false, features = ['derive'], package = 'parity-scale-codec', version = "3.1.2" }
 scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }
 
-frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-pallet-balances = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+pallet-balances = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
modifiedpallets/maintenance/Cargo.tomldiffbeforeafterboth
--- a/pallets/maintenance/Cargo.toml
+++ b/pallets/maintenance/Cargo.toml
@@ -13,10 +13,10 @@
 codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }
 scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }
 
-frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
 
 [features]
 default = ["std"]
modifiedpallets/nonfungible/Cargo.tomldiffbeforeafterboth
--- a/pallets/nonfungible/Cargo.toml
+++ b/pallets/nonfungible/Cargo.toml
@@ -7,17 +7,17 @@
 [dependencies]
 codec = { default-features = false, features = ['derive'], package = 'parity-scale-codec', version = "3.1.2" }
 evm-coder = { default-features = false, path = "../../crates/evm-coder" }
-frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
 pallet-common = { default-features = false, path = "../common" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.37" }
 pallet-evm-coder-substrate = { default-features = false, path = "../evm-coder-substrate" }
 pallet-structure = { default-features = false, path = "../structure" }
 scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
 struct-versioning.path = "../../crates/struct-versioning"
 up-data-structs = { default-features = false, path = "../../primitives/data-structs" }
 
modifiedpallets/proxy-rmrk-core/Cargo.tomldiffbeforeafterboth
--- a/pallets/proxy-rmrk-core/Cargo.toml
+++ b/pallets/proxy-rmrk-core/Cargo.toml
@@ -8,16 +8,16 @@
 codec = { default-features = false, features = ['derive'], package = 'parity-scale-codec', version = "3.1.2" }
 scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }
 
-frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
 pallet-common = { default-features = false, path = "../common" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.37" }
 pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }
 pallet-structure = { default-features = false, path = "../../pallets/structure" }
 rmrk-traits = { default-features = false, path = "../../primitives/rmrk-traits" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
 up-data-structs = { default-features = false, path = "../../primitives/data-structs" }
 
 [features]
modifiedpallets/proxy-rmrk-equip/Cargo.tomldiffbeforeafterboth
--- a/pallets/proxy-rmrk-equip/Cargo.toml
+++ b/pallets/proxy-rmrk-equip/Cargo.toml
@@ -8,15 +8,15 @@
 codec = { default-features = false, features = ['derive'], package = 'parity-scale-codec', version = "3.1.2" }
 scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }
 
-frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
 pallet-common = { default-features = false, path = "../common" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.37" }
 pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }
 pallet-rmrk-core = { default-features = false, path = "../proxy-rmrk-core" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
 up-data-structs = { default-features = false, path = "../../primitives/data-structs" }
 
 [features]
modifiedpallets/refungible/Cargo.tomldiffbeforeafterboth
--- a/pallets/refungible/Cargo.toml
+++ b/pallets/refungible/Cargo.toml
@@ -9,16 +9,16 @@
 scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }
 
 evm-coder = { default-features = false, path = "../../crates/evm-coder" }
-frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
 pallet-common = { default-features = false, path = "../common" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.37" }
 pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }
 pallet-structure = { default-features = false, path = "../structure" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
 
 up-data-structs = { default-features = false, path = "../../primitives/data-structs" }
 
modifiedpallets/scheduler-v2/Cargo.tomldiffbeforeafterboth
--- a/pallets/scheduler-v2/Cargo.toml
+++ b/pallets/scheduler-v2/Cargo.toml
@@ -11,20 +11,20 @@
 
 [dependencies]
 codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }
-frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
 log = { version = "0.4.17", default-features = false }
 scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
 
 [dev-dependencies]
-pallet-preimage = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+pallet-preimage = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
 
 [features]
 default = ["std"]
modifiedpallets/structure/Cargo.tomldiffbeforeafterboth
--- a/pallets/structure/Cargo.toml
+++ b/pallets/structure/Cargo.toml
@@ -7,13 +7,13 @@
 parity-scale-codec = { version = "3.2.2", default-features = false, features = ["derive"] }
 scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }
 
-frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
 log = { version = "0.4.17", default-features = false }
 pallet-common = { path = "../common", default-features = false }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.37" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
 up-data-structs = { path = "../../primitives/data-structs", default-features = false }
 
 [features]
modifiedpallets/unique/Cargo.tomldiffbeforeafterboth
--- a/pallets/unique/Cargo.toml
+++ b/pallets/unique/Cargo.toml
@@ -42,18 +42,18 @@
 codec = { default-features = false, features = ['derive'], package = 'parity-scale-codec', version = "3.1.2" }
 ethereum = { version = "0.12.0", default-features = false }
 evm-coder = { default-features = false, path = "../../crates/evm-coder" }
-frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
 pallet-common = { default-features = false, path = "../common" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.37" }
 pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }
 pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }
 pallet-refungible = { default-features = false, path = "../../pallets/refungible" }
 scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }
 serde = { default-features = false, features = ['derive'], version = "1.0.130" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
 up-data-structs = { default-features = false, path = "../../primitives/data-structs" }
modifiedprimitives/app_promotion_rpc/Cargo.tomldiffbeforeafterboth
--- a/primitives/app_promotion_rpc/Cargo.toml
+++ b/primitives/app_promotion_rpc/Cargo.toml
@@ -6,10 +6,10 @@
 
 [dependencies]
 codec = { package = "parity-scale-codec", version = "3.1.2", default-features = false, features = ["derive"] }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
-sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.37" }
+sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
 
 [features]
 default = ["std"]
modifiedprimitives/common/Cargo.tomldiffbeforeafterboth
--- a/primitives/common/Cargo.toml
+++ b/primitives/common/Cargo.toml
@@ -22,11 +22,11 @@
 ]
 
 [dependencies]
-cumulus-primitives-core = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
-fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
-sp-consensus-aura = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+cumulus-primitives-core = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.37" }
+fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.37" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.37" }
+sp-consensus-aura = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
modifiedprimitives/data-structs/Cargo.tomldiffbeforeafterboth
--- a/primitives/data-structs/Cargo.toml
+++ b/primitives/data-structs/Cargo.toml
@@ -12,14 +12,14 @@
 bondrewd = { version = "0.1.14", features = ["derive"], default-features = false }
 codec = { package = "parity-scale-codec", version = "3.1.2", default-features = false, features = ['derive'] }
 derivative = { version = "2.2.0", features = ["use_core"] }
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.37" }
 rmrk-traits = { default-features = false, path = "../rmrk-traits" }
 scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }
 serde = { version = "1.0.130", features = ['derive'], default-features = false, optional = true }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
 struct-versioning.path = "../../crates/struct-versioning"
 
 [features]
modifiedprimitives/pov-estimate-rpc/Cargo.tomldiffbeforeafterboth
--- a/primitives/pov-estimate-rpc/Cargo.toml
+++ b/primitives/pov-estimate-rpc/Cargo.toml
@@ -8,10 +8,10 @@
 codec = { package = "parity-scale-codec", version = "3.1.2", default-features = false, features = ["derive"] }
 scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }
 serde = { version = "1.0.130", features = ["derive"], default-features = false, optional = true }
-sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
 
 [features]
 default = ["std"]
modifiedprimitives/rmrk-rpc/Cargo.tomldiffbeforeafterboth
--- a/primitives/rmrk-rpc/Cargo.toml
+++ b/primitives/rmrk-rpc/Cargo.toml
@@ -8,9 +8,9 @@
 codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false, features = ["derive"] }
 rmrk-traits = { default-features = false, path = "../rmrk-traits" }
 serde = { version = "1.0.130", default-features = false, features = ["derive"] }
-sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
 
 [features]
 default = ["std"]
modifiedprimitives/rpc/Cargo.tomldiffbeforeafterboth
--- a/primitives/rpc/Cargo.toml
+++ b/primitives/rpc/Cargo.toml
@@ -7,11 +7,11 @@
 [dependencies]
 codec = { package = "parity-scale-codec", version = "3.1.2", default-features = false, features = ["derive"] }
 pallet-common = { default-features = false, path = "../../pallets/common" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
-sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.37" }
+sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
 up-data-structs = { default-features = false, path = "../data-structs" }
 
 [features]
modifiedruntime/opal/Cargo.tomldiffbeforeafterboth
--- a/runtime/opal/Cargo.toml
+++ b/runtime/opal/Cargo.toml
@@ -205,79 +205,79 @@
 
 [dependencies]
 codec = { default-features = false, features = ['derive'], package = 'parity-scale-codec', version = "3.1.2" }
-cumulus-pallet-aura-ext = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36", default-features = false }
-cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36", default-features = false }
-cumulus-pallet-parachain-system = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36", default-features = false }
-cumulus-pallet-xcm = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36", default-features = false }
-cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36", default-features = false }
-cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36", default-features = false }
-cumulus-primitives-timestamp = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36", default-features = false }
-cumulus-primitives-utility = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36", default-features = false }
-frame-benchmarking = { default-features = false, git = "https://github.com/paritytech/substrate", optional = true, branch = "polkadot-v0.9.36" }
-frame-executive = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-frame-system-benchmarking = { default-features = false, git = "https://github.com/paritytech/substrate", optional = true, branch = "polkadot-v0.9.36" }
-frame-system-rpc-runtime-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-frame-try-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", optional = true, branch = "polkadot-v0.9.36" }
+cumulus-pallet-aura-ext = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.37", default-features = false }
+cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.37", default-features = false }
+cumulus-pallet-parachain-system = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.37", default-features = false }
+cumulus-pallet-xcm = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.37", default-features = false }
+cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.37", default-features = false }
+cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.37", default-features = false }
+cumulus-primitives-timestamp = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.37", default-features = false }
+cumulus-primitives-utility = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.37", default-features = false }
+frame-benchmarking = { default-features = false, git = "https://github.com/paritytech/substrate", optional = true, branch = "polkadot-v0.9.37" }
+frame-executive = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+frame-system-benchmarking = { default-features = false, git = "https://github.com/paritytech/substrate", optional = true, branch = "polkadot-v0.9.37" }
+frame-system-rpc-runtime-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+frame-try-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", optional = true, branch = "polkadot-v0.9.37" }
 hex-literal = { optional = true, version = "0.3.3" }
 orml-tokens.workspace = true
 orml-traits.workspace = true
 orml-vesting.workspace = true
 orml-xtokens.workspace = true
-pallet-aura = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-pallet-authorship = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-pallet-balances = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-pallet-randomness-collective-flip = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-pallet-session = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-pallet-sudo = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-pallet-timestamp = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-pallet-transaction-payment = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-pallet-transaction-payment-rpc-runtime-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-pallet-treasury = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-pallet-xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36", default-features = false }
-parachain-info = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
-polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36", default-features = false }
+pallet-aura = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+pallet-authorship = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+pallet-balances = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+pallet-randomness-collective-flip = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+pallet-session = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+pallet-sudo = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+pallet-timestamp = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+pallet-transaction-payment = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+pallet-transaction-payment-rpc-runtime-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+pallet-treasury = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+pallet-xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.37", default-features = false }
+parachain-info = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.37" }
+polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.37", default-features = false }
 serde = { default-features = false, features = ['derive'], optional = true, version = "1.0.130" }
 smallvec = "1.6.1"
-sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-arithmetic = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-block-builder = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-consensus-aura = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-inherents = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-offchain = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-session = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-transaction-pool = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-version = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36", default-features = false }
-xcm-builder = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36", default-features = false }
-xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36", default-features = false }
+sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-arithmetic = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-block-builder = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-consensus-aura = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-inherents = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-offchain = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-session = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-transaction-pool = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-version = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.37", default-features = false }
+xcm-builder = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.37", default-features = false }
+xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.37", default-features = false }
 
 app-promotion-rpc = { path = "../../primitives/app_promotion_rpc", default-features = false }
 derivative = "2.2.0"
 evm-coder = { default-features = false, path = "../../crates/evm-coder" }
-fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
-fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
-fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
-fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
+fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.37" }
+fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.37" }
+fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.37" }
+fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.37" }
 log = { version = "0.4.16", default-features = false }
 num_enum = { version = "0.5.3", default-features = false }
 pallet-app-promotion = { path = "../../pallets/app-promotion", default-features = false }
-pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
-pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.36", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }
+pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.37" }
+pallet-charge-transaction = { package = "pallet-template-transaction-payment", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.37" }
 pallet-collator-selection = { default-features = false, path = "../../pallets/collator-selection" }
 pallet-common = { default-features = false, path = "../../pallets/common" }
 pallet-configuration = { default-features = false, path = "../../pallets/configuration" }
-pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
+pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.37" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.37" }
 pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }
 pallet-evm-contract-helpers = { path = "../../pallets/evm-contract-helpers", default-features = false }
 pallet-evm-migration = { path = "../../pallets/evm-migration", default-features = false }
-pallet-evm-precompile-simple = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
+pallet-evm-precompile-simple = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.37" }
 pallet-evm-transaction-payment = { path = "../../pallets/evm-transaction-payment", default-features = false }
 pallet-foreign-assets = { default-features = false, path = "../../pallets/foreign-assets" }
 pallet-fungible = { default-features = false, path = "../../pallets/fungible" }
@@ -298,7 +298,7 @@
 up-data-structs = { path = "../../primitives/data-structs", default-features = false }
 up-pov-estimate-rpc = { path = "../../primitives/pov-estimate-rpc", default-features = false }
 up-rpc = { path = "../../primitives/rpc", default-features = false }
-up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.36" }
+up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.37" }
 
 ################################################################################
 # Test dependencies
@@ -314,4 +314,4 @@
 logtest = "2.0.0"
 
 [build-dependencies]
-substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
modifiedruntime/quartz/Cargo.tomldiffbeforeafterboth
--- a/runtime/quartz/Cargo.toml
+++ b/runtime/quartz/Cargo.toml
@@ -197,63 +197,63 @@
 
 [dependencies]
 codec = { default-features = false, features = ['derive'], package = 'parity-scale-codec', version = "3.1.2" }
-cumulus-pallet-aura-ext = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36", default-features = false }
-cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36", default-features = false }
-cumulus-pallet-parachain-system = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36", default-features = false }
-cumulus-pallet-xcm = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36", default-features = false }
-cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36", default-features = false }
-cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36", default-features = false }
-cumulus-primitives-timestamp = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36", default-features = false }
-cumulus-primitives-utility = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36", default-features = false }
-frame-benchmarking = { default-features = false, git = "https://github.com/paritytech/substrate", optional = true, branch = "polkadot-v0.9.36" }
-frame-executive = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-frame-system-benchmarking = { default-features = false, git = "https://github.com/paritytech/substrate", optional = true, branch = "polkadot-v0.9.36" }
-frame-system-rpc-runtime-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-frame-try-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", optional = true, branch = "polkadot-v0.9.36" }
+cumulus-pallet-aura-ext = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.37", default-features = false }
+cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.37", default-features = false }
+cumulus-pallet-parachain-system = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.37", default-features = false }
+cumulus-pallet-xcm = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.37", default-features = false }
+cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.37", default-features = false }
+cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.37", default-features = false }
+cumulus-primitives-timestamp = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.37", default-features = false }
+cumulus-primitives-utility = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.37", default-features = false }
+frame-benchmarking = { default-features = false, git = "https://github.com/paritytech/substrate", optional = true, branch = "polkadot-v0.9.37" }
+frame-executive = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+frame-system-benchmarking = { default-features = false, git = "https://github.com/paritytech/substrate", optional = true, branch = "polkadot-v0.9.37" }
+frame-system-rpc-runtime-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+frame-try-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", optional = true, branch = "polkadot-v0.9.37" }
 hex-literal = { optional = true, version = "0.3.3" }
 orml-tokens.workspace = true
 orml-traits.workspace = true
 orml-vesting.workspace = true
 orml-xtokens.workspace = true
-pallet-aura = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-pallet-authorship = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-pallet-balances = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-pallet-randomness-collective-flip = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-pallet-session = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-pallet-sudo = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-pallet-timestamp = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-pallet-transaction-payment = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-pallet-transaction-payment-rpc-runtime-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-pallet-treasury = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-pallet-xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36", default-features = false }
-parachain-info = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
-polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36", default-features = false }
+pallet-aura = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+pallet-authorship = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+pallet-balances = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+pallet-randomness-collective-flip = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+pallet-session = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+pallet-sudo = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+pallet-timestamp = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+pallet-transaction-payment = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+pallet-transaction-payment-rpc-runtime-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+pallet-treasury = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+pallet-xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.37", default-features = false }
+parachain-info = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.37" }
+polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.37", default-features = false }
 rmrk-rpc = { default-features = false, path = "../../primitives/rmrk-rpc" }
 serde = { default-features = false, features = ['derive'], optional = true, version = "1.0.130" }
 smallvec = "1.6.1"
-sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-arithmetic = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-block-builder = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-consensus-aura = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-inherents = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-offchain = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-session = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-transaction-pool = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-version = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36", default-features = false }
-xcm-builder = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36", default-features = false }
-xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36", default-features = false }
+sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-arithmetic = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-block-builder = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-consensus-aura = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-inherents = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-offchain = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-session = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-transaction-pool = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-version = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.37", default-features = false }
+xcm-builder = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.37", default-features = false }
+xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.37", default-features = false }
 
 app-promotion-rpc = { path = "../../primitives/app_promotion_rpc", default-features = false }
 derivative = "2.2.0"
-fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
-fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
+fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.37" }
+fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.37" }
 log = { version = "0.4.16", default-features = false }
 pallet-app-promotion = { path = "../../pallets/app-promotion", default-features = false }
 pallet-collator-selection = { default-features = false, path = "../../pallets/collator-selection" }
@@ -275,22 +275,22 @@
 up-rpc = { path = "../../primitives/rpc", default-features = false }
 # pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }
 evm-coder = { default-features = false, path = "../../crates/evm-coder" }
-fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
-fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
+fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.37" }
+fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.37" }
 num_enum = { version = "0.5.3", default-features = false }
-pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
-pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.36", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }
-pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
+pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.37" }
+pallet-charge-transaction = { package = "pallet-template-transaction-payment", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.37" }
+pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.37" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.37" }
 pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }
 pallet-evm-contract-helpers = { path = "../../pallets/evm-contract-helpers", default-features = false }
 pallet-evm-migration = { path = "../../pallets/evm-migration", default-features = false }
-pallet-evm-precompile-simple = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
+pallet-evm-precompile-simple = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.37" }
 pallet-evm-transaction-payment = { path = "../../pallets/evm-transaction-payment", default-features = false }
 pallet-foreign-assets = { default-features = false, path = "../../pallets/foreign-assets" }
 pallet-maintenance = { default-features = false, path = "../../pallets/maintenance" }
 precompile-utils-macro.path = "../common/ethereum/precompiles/utils/macro"
-up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.36" }
+up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.37" }
 
 ################################################################################
 # Test dependencies
@@ -306,4 +306,4 @@
 logtest = "2.0.0"
 
 [build-dependencies]
-substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
modifiedruntime/tests/Cargo.tomldiffbeforeafterboth
--- a/runtime/tests/Cargo.toml
+++ b/runtime/tests/Cargo.toml
@@ -11,22 +11,22 @@
 [dependencies]
 up-data-structs = { default-features = false, path = "../../primitives/data-structs" }
 
-sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
 
-fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
+fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.37" }
 
-frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
 
-pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
 
-pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
+pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.37" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.37" }
 
 pallet-common.path = "../../pallets/common"
 pallet-fungible.path = "../../pallets/fungible"
@@ -41,4 +41,4 @@
 scale-info = "*"
 
 evm-coder = { default-features = false, path = "../../crates/evm-coder" }
-up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.36" }
+up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.37" }
modifiedruntime/unique/Cargo.tomldiffbeforeafterboth
--- a/runtime/unique/Cargo.toml
+++ b/runtime/unique/Cargo.toml
@@ -195,56 +195,56 @@
 
 [dependencies]
 codec = { default-features = false, features = ['derive'], package = 'parity-scale-codec', version = "3.1.2" }
-cumulus-pallet-aura-ext = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36", default-features = false }
-cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36", default-features = false }
-cumulus-pallet-parachain-system = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36", default-features = false }
-cumulus-pallet-xcm = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36", default-features = false }
-cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36", default-features = false }
-cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36", default-features = false }
-cumulus-primitives-timestamp = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36", default-features = false }
-cumulus-primitives-utility = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36", default-features = false }
-frame-benchmarking = { default-features = false, git = "https://github.com/paritytech/substrate", optional = true, branch = "polkadot-v0.9.36" }
-frame-executive = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-frame-system-benchmarking = { default-features = false, git = "https://github.com/paritytech/substrate", optional = true, branch = "polkadot-v0.9.36" }
-frame-system-rpc-runtime-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-frame-try-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", optional = true, branch = "polkadot-v0.9.36" }
+cumulus-pallet-aura-ext = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.37", default-features = false }
+cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.37", default-features = false }
+cumulus-pallet-parachain-system = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.37", default-features = false }
+cumulus-pallet-xcm = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.37", default-features = false }
+cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.37", default-features = false }
+cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.37", default-features = false }
+cumulus-primitives-timestamp = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.37", default-features = false }
+cumulus-primitives-utility = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.37", default-features = false }
+frame-benchmarking = { default-features = false, git = "https://github.com/paritytech/substrate", optional = true, branch = "polkadot-v0.9.37" }
+frame-executive = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+frame-system-benchmarking = { default-features = false, git = "https://github.com/paritytech/substrate", optional = true, branch = "polkadot-v0.9.37" }
+frame-system-rpc-runtime-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+frame-try-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", optional = true, branch = "polkadot-v0.9.37" }
 hex-literal = { optional = true, version = "0.3.3" }
 orml-tokens.workspace = true
 orml-traits.workspace = true
 orml-vesting.workspace = true
 orml-xtokens.workspace = true
-pallet-aura = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-pallet-authorship = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-pallet-balances = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-pallet-randomness-collective-flip = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-pallet-session = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-pallet-sudo = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-pallet-timestamp = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-pallet-transaction-payment = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-pallet-transaction-payment-rpc-runtime-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-pallet-treasury = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-pallet-xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36", default-features = false }
-parachain-info = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
-polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36", default-features = false }
+pallet-aura = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+pallet-authorship = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+pallet-balances = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+pallet-randomness-collective-flip = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+pallet-session = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+pallet-sudo = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+pallet-timestamp = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+pallet-transaction-payment = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+pallet-transaction-payment-rpc-runtime-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+pallet-treasury = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+pallet-xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.37", default-features = false }
+parachain-info = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.37" }
+polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.37", default-features = false }
 smallvec = "1.6.1"
-sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-arithmetic = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-block-builder = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-consensus-aura = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-inherents = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-offchain = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-session = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-transaction-pool = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-version = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36", default-features = false }
-xcm-builder = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36", default-features = false }
-xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36", default-features = false }
+sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-arithmetic = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-block-builder = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-consensus-aura = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-inherents = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-offchain = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-session = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-transaction-pool = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+sp-version = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.37", default-features = false }
+xcm-builder = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.37", default-features = false }
+xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.37", default-features = false }
 
 app-promotion-rpc = { path = "../../primitives/app_promotion_rpc", default-features = false }
 derivative = "2.2.0"
@@ -270,24 +270,24 @@
 up-rpc = { path = "../../primitives/rpc", default-features = false }
 # pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }
 evm-coder = { default-features = false, path = "../../crates/evm-coder" }
-fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
-fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
-fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
-fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
+fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.37" }
+fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.37" }
+fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.37" }
+fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.37" }
 num_enum = { version = "0.5.3", default-features = false }
-pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
-pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.36", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }
-pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
+pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.37" }
+pallet-charge-transaction = { package = "pallet-template-transaction-payment", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.37" }
+pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.37" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.37" }
 pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }
 pallet-evm-contract-helpers = { path = "../../pallets/evm-contract-helpers", default-features = false }
 pallet-evm-migration = { path = "../../pallets/evm-migration", default-features = false }
-pallet-evm-precompile-simple = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
+pallet-evm-precompile-simple = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.37" }
 pallet-evm-transaction-payment = { path = "../../pallets/evm-transaction-payment", default-features = false }
 pallet-foreign-assets = { default-features = false, path = "../../pallets/foreign-assets" }
 pallet-maintenance = { default-features = false, path = "../../pallets/maintenance" }
 precompile-utils-macro.path = "../common/ethereum/precompiles/utils/macro"
-up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.36" }
+up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.37" }
 
 ################################################################################
 # Test dependencies
@@ -303,4 +303,4 @@
 logtest = "2.0.0"
 
 [build-dependencies]
-substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
modifiedtest-pallets/utils/Cargo.tomldiffbeforeafterboth
--- a/test-pallets/utils/Cargo.toml
+++ b/test-pallets/utils/Cargo.toml
@@ -7,12 +7,12 @@
 
 [dependencies]
 codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
 scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }
 # pallet-unique-scheduler = { path = '../../pallets/scheduler', default-features = false }
 pallet-unique-scheduler-v2 = { path = "../../pallets/scheduler-v2", default-features = false }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
 
 [features]
 default = ["std"]