git.delta.rocks / unique-network / refs/commits / 03bc12d26976

difftreelog

build update polkadot to v0.9.42

Yaroslav Bolyukin2023-05-15parent: #81aa5e2.patch.diff
in: master

5 files changed

modifiedCargo.lockdiffbeforeafterboth
179 "memchr",179 "memchr",
180]180]
181
182[[package]]
183name = "aho-corasick"
184version = "1.0.1"
185source = "registry+https://github.com/rust-lang/crates.io-index"
186checksum = "67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04"
187dependencies = [
188 "memchr",
189]
181190
182[[package]]191[[package]]
183name = "always-assert"192name = "always-assert"
205214
206[[package]]215[[package]]
207name = "anstream"216name = "anstream"
208version = "0.3.0"217version = "0.3.2"
209source = "registry+https://github.com/rust-lang/crates.io-index"218source = "registry+https://github.com/rust-lang/crates.io-index"
210checksum = "9e579a7752471abc2a8268df8b20005e3eadd975f585398f17efcfd8d4927371"219checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163"
211dependencies = [220dependencies = [
212 "anstyle",221 "anstyle",
213 "anstyle-parse",222 "anstyle-parse",
244253
245[[package]]254[[package]]
246name = "anstyle-wincon"255name = "anstyle-wincon"
247version = "1.0.0"256version = "1.0.1"
248source = "registry+https://github.com/rust-lang/crates.io-index"257source = "registry+https://github.com/rust-lang/crates.io-index"
249checksum = "4bcd8291a340dd8ac70e18878bc4501dd7b4ff970cfa21c207d36ece51ea88fd"258checksum = "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188"
250dependencies = [259dependencies = [
251 "anstyle",260 "anstyle",
252 "windows-sys 0.48.0",261 "windows-sys 0.48.0",
253]262]
254263
255[[package]]264[[package]]
256name = "anyhow"265name = "anyhow"
257version = "1.0.70"266version = "1.0.71"
258source = "registry+https://github.com/rust-lang/crates.io-index"267source = "registry+https://github.com/rust-lang/crates.io-index"
259checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4"268checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
260269
261[[package]]270[[package]]
262name = "app-promotion-rpc"271name = "app-promotion-rpc"
292301
293[[package]]302[[package]]
294name = "array-bytes"303name = "array-bytes"
295version = "6.0.0"304version = "6.1.0"
296source = "registry+https://github.com/rust-lang/crates.io-index"305source = "registry+https://github.com/rust-lang/crates.io-index"
297checksum = "22f72e9d6fac4bc80778ea470b20197b88d28c292bb7d60c3fb099280003cd19"306checksum = "d9b1c5a481ec30a5abd8dfbd94ab5cf1bb4e9a66be7f1b3b322f2f1170c200fd"
298307
299[[package]]308[[package]]
300name = "arrayref"309name = "arrayref"
327 "num-traits",336 "num-traits",
328 "rusticata-macros",337 "rusticata-macros",
329 "thiserror",338 "thiserror",
330 "time 0.3.20",339 "time 0.3.21",
331]340]
332341
333[[package]]342[[package]]
343 "num-traits",352 "num-traits",
344 "rusticata-macros",353 "rusticata-macros",
345 "thiserror",354 "thiserror",
346 "time 0.3.20",355 "time 0.3.21",
347]356]
348357
349[[package]]358[[package]]
418 "log",427 "log",
419 "parking",428 "parking",
420 "polling",429 "polling",
421 "rustix 0.37.11",430 "rustix 0.37.19",
422 "slab",431 "slab",
423 "socket2",432 "socket2",
424 "waker-fn",433 "waker-fn",
433 "event-listener",442 "event-listener",
434]443]
444
445[[package]]
446name = "async-recursion"
447version = "1.0.4"
448source = "registry+https://github.com/rust-lang/crates.io-index"
449checksum = "0e97ce7de6cf12de5d7226c73f5ba9811622f4db3a5b91b55c53e987e5f91cba"
450dependencies = [
451 "proc-macro2",
452 "quote",
453 "syn 2.0.16",
454]
435455
436[[package]]456[[package]]
437name = "async-trait"457name = "async-trait"
441dependencies = [461dependencies = [
442 "proc-macro2",462 "proc-macro2",
443 "quote",463 "quote",
444 "syn 2.0.15",464 "syn 2.0.16",
445]465]
446466
447[[package]]467[[package]]
476496
477[[package]]497[[package]]
478name = "auto_impl"498name = "auto_impl"
479version = "1.0.1"499version = "1.1.0"
480source = "registry+https://github.com/rust-lang/crates.io-index"500source = "registry+https://github.com/rust-lang/crates.io-index"
481checksum = "8a8c1df849285fbacd587de7818cc7d13be6cd2cbcd47a04fb1801b0e2706e33"501checksum = "fee3da8ef1276b0bee5dd1c7258010d8fffd31801447323115a25560e1327b89"
482dependencies = [502dependencies = [
483 "proc-macro-error",503 "proc-macro-error",
484 "proc-macro2",504 "proc-macro2",
502 "cc",522 "cc",
503 "cfg-if",523 "cfg-if",
504 "libc",524 "libc",
505 "miniz_oxide",525 "miniz_oxide 0.6.2",
506 "object 0.30.3",526 "object 0.30.3",
507 "rustc-demangle",527 "rustc-demangle",
508]528]
520checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"540checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
521541
522[[package]]542[[package]]
523name = "base58"543name = "base16ct"
524version = "0.2.0"544version = "0.2.0"
525source = "registry+https://github.com/rust-lang/crates.io-index"545source = "registry+https://github.com/rust-lang/crates.io-index"
526checksum = "6107fe1be6682a68940da878d9e9f5e90ca5745b3dec9fd1bb393c8777d4f581"546checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
527547
528[[package]]548[[package]]
529name = "base64"549name = "base64"
555[[package]]575[[package]]
556name = "binary-merkle-tree"576name = "binary-merkle-tree"
557version = "4.0.0-dev"577version = "4.0.0-dev"
558source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"578source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
559dependencies = [579dependencies = [
560 "hash-db 0.16.0",580 "hash-db 0.16.0",
561 "log",581 "log",
730750
731[[package]]751[[package]]
732name = "bounded-collections"752name = "bounded-collections"
733version = "0.1.5"753version = "0.1.6"
734source = "registry+https://github.com/rust-lang/crates.io-index"754source = "registry+https://github.com/rust-lang/crates.io-index"
735checksum = "a071c348a5ef6da1d3a87166b408170b46002382b1dda83992b5c2208cefb370"755checksum = "e3888522b497857eb606bf51695988dba7096941822c1bcf676e3a929a9ae7a0"
736dependencies = [756dependencies = [
737 "log",757 "log",
738 "parity-scale-codec",758 "parity-scale-codec",
776796
777[[package]]797[[package]]
778name = "bumpalo"798name = "bumpalo"
779version = "3.12.0"799version = "3.12.2"
780source = "registry+https://github.com/rust-lang/crates.io-index"800source = "registry+https://github.com/rust-lang/crates.io-index"
781checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535"801checksum = "3c6ed94e98ecff0c12dd1b04c15ec0d7d9458ca8fe806cea6f12954efe74c63b"
782802
783[[package]]803[[package]]
784name = "byte-slice-cast"804name = "byte-slice-cast"
10061026
1007[[package]]1027[[package]]
1008name = "clap"1028name = "clap"
1009version = "4.2.2"1029version = "4.2.7"
1010source = "registry+https://github.com/rust-lang/crates.io-index"1030source = "registry+https://github.com/rust-lang/crates.io-index"
1011checksum = "9b802d85aaf3a1cdb02b224ba472ebdea62014fccfcb269b95a4d76443b5ee5a"1031checksum = "34d21f9bf1b425d2968943631ec91202fe5e837264063503708b83013f8fc938"
1012dependencies = [1032dependencies = [
1013 "clap_builder",1033 "clap_builder",
1014 "clap_derive",1034 "clap_derive",
10171037
1018[[package]]1038[[package]]
1019name = "clap_builder"1039name = "clap_builder"
1020version = "4.2.2"1040version = "4.2.7"
1021source = "registry+https://github.com/rust-lang/crates.io-index"1041source = "registry+https://github.com/rust-lang/crates.io-index"
1022checksum = "14a1a858f532119338887a4b8e1af9c60de8249cd7bafd68036a489e261e37b6"1042checksum = "914c8c79fb560f238ef6429439a30023c862f7a28e688c58f7203f12b29970bd"
1023dependencies = [1043dependencies = [
1024 "anstream",1044 "anstream",
1025 "anstyle",1045 "anstyle",
1037 "heck",1057 "heck",
1038 "proc-macro2",1058 "proc-macro2",
1039 "quote",1059 "quote",
1040 "syn 2.0.15",1060 "syn 2.0.16",
1041]1061]
10421062
1043[[package]]1063[[package]]
11581178
1159[[package]]1179[[package]]
1160name = "cpufeatures"1180name = "cpufeatures"
1161version = "0.2.6"1181version = "0.2.7"
1162source = "registry+https://github.com/rust-lang/crates.io-index"1182source = "registry+https://github.com/rust-lang/crates.io-index"
1163checksum = "280a9f2d8b3a38871a3c8a46fb80db65e5e5ed97da80c4d08bf27fb63e35e181"1183checksum = "3e4c1eaa2012c47becbbad2ab175484c2a84d1185b566fb2cc5b8707343dfe58"
1164dependencies = [1184dependencies = [
1165 "libc",1185 "libc",
1166]1186]
11671187
1168[[package]]1188[[package]]
1169name = "cranelift-bforest"1189name = "cranelift-bforest"
1170version = "0.93.1"1190version = "0.93.2"
1171source = "registry+https://github.com/rust-lang/crates.io-index"1191source = "registry+https://github.com/rust-lang/crates.io-index"
1172checksum = "a7379abaacee0f14abf3204a7606118f0465785252169d186337bcb75030815a"1192checksum = "2bc42ba2e232e5b20ff7dc299a812d53337dadce9a7e39a238e6a5cb82d2e57b"
1173dependencies = [1193dependencies = [
1174 "cranelift-entity",1194 "cranelift-entity",
1175]1195]
11761196
1177[[package]]1197[[package]]
1178name = "cranelift-codegen"1198name = "cranelift-codegen"
1179version = "0.93.1"1199version = "0.93.2"
1180source = "registry+https://github.com/rust-lang/crates.io-index"1200source = "registry+https://github.com/rust-lang/crates.io-index"
1181checksum = "9489fa336927df749631f1008007ced2871068544f40a202ce6d93fbf2366a7b"1201checksum = "253531aca9b6f56103c9420369db3263e784df39aa1c90685a1f69cfbba0623e"
1182dependencies = [1202dependencies = [
1183 "arrayvec 0.7.2",1203 "arrayvec 0.7.2",
1184 "bumpalo",1204 "bumpalo",
11971217
1198[[package]]1218[[package]]
1199name = "cranelift-codegen-meta"1219name = "cranelift-codegen-meta"
1200version = "0.93.1"1220version = "0.93.2"
1201source = "registry+https://github.com/rust-lang/crates.io-index"1221source = "registry+https://github.com/rust-lang/crates.io-index"
1202checksum = "05bbb67da91ec721ed57cef2f7c5ef7728e1cd9bde9ffd3ef8601022e73e3239"1222checksum = "72f2154365e2bff1b1b8537a7181591fdff50d8e27fa6e40d5c69c3bad0ca7c8"
1203dependencies = [1223dependencies = [
1204 "cranelift-codegen-shared",1224 "cranelift-codegen-shared",
1205]1225]
12061226
1207[[package]]1227[[package]]
1208name = "cranelift-codegen-shared"1228name = "cranelift-codegen-shared"
1209version = "0.93.1"1229version = "0.93.2"
1210source = "registry+https://github.com/rust-lang/crates.io-index"1230source = "registry+https://github.com/rust-lang/crates.io-index"
1211checksum = "418ecb2f36032f6665dc1a5e2060a143dbab41d83b784882e97710e890a7a16d"1231checksum = "687e14e3f5775248930e0d5a84195abef8b829958e9794bf8d525104993612b4"
12121232
1213[[package]]1233[[package]]
1214name = "cranelift-entity"1234name = "cranelift-entity"
1215version = "0.93.1"1235version = "0.93.2"
1216source = "registry+https://github.com/rust-lang/crates.io-index"1236source = "registry+https://github.com/rust-lang/crates.io-index"
1217checksum = "7cf583f7b093f291005f9fb1323e2c37f6ee4c7909e39ce016b2e8360d461705"1237checksum = "f42ea692c7b450ad18b8c9889661505d51c09ec4380cf1c2d278dbb2da22cae1"
1218dependencies = [1238dependencies = [
1219 "serde",1239 "serde",
1220]1240]
12211241
1222[[package]]1242[[package]]
1223name = "cranelift-frontend"1243name = "cranelift-frontend"
1224version = "0.93.1"1244version = "0.93.2"
1225source = "registry+https://github.com/rust-lang/crates.io-index"1245source = "registry+https://github.com/rust-lang/crates.io-index"
1226checksum = "0b66bf9e916f57fbbd0f7703ec6286f4624866bf45000111627c70d272c8dda1"1246checksum = "8483c2db6f45fe9ace984e5adc5d058102227e4c62e5aa2054e16b0275fd3a6e"
1227dependencies = [1247dependencies = [
1228 "cranelift-codegen",1248 "cranelift-codegen",
1229 "log",1249 "log",
12331253
1234[[package]]1254[[package]]
1235name = "cranelift-isle"1255name = "cranelift-isle"
1236version = "0.93.1"1256version = "0.93.2"
1237source = "registry+https://github.com/rust-lang/crates.io-index"1257source = "registry+https://github.com/rust-lang/crates.io-index"
1238checksum = "649782a39ce99798dd6b4029e2bb318a2fbeaade1b4fa25330763c10c65bc358"1258checksum = "e9793158837678902446c411741d87b43f57dadfb944f2440db4287cda8cbd59"
12391259
1240[[package]]1260[[package]]
1241name = "cranelift-native"1261name = "cranelift-native"
1242version = "0.93.1"1262version = "0.93.2"
1243source = "registry+https://github.com/rust-lang/crates.io-index"1263source = "registry+https://github.com/rust-lang/crates.io-index"
1244checksum = "937e021e089c51f9749d09e7ad1c4f255c2f8686cb8c3df63a34b3ec9921bc41"1264checksum = "72668c7755f2b880665cb422c8ad2d56db58a88b9bebfef0b73edc2277c13c49"
1245dependencies = [1265dependencies = [
1246 "cranelift-codegen",1266 "cranelift-codegen",
1247 "libc",1267 "libc",
12501270
1251[[package]]1271[[package]]
1252name = "cranelift-wasm"1272name = "cranelift-wasm"
1253version = "0.93.1"1273version = "0.93.2"
1254source = "registry+https://github.com/rust-lang/crates.io-index"1274source = "registry+https://github.com/rust-lang/crates.io-index"
1255checksum = "d850cf6775477747c9dfda9ae23355dd70512ffebc70cf82b85a5b111ae668b5"1275checksum = "3852ce4b088b44ac4e29459573943009a70d1b192c8d77ef949b4e814f656fc1"
1256dependencies = [1276dependencies = [
1257 "cranelift-codegen",1277 "cranelift-codegen",
1258 "cranelift-entity",1278 "cranelift-entity",
1359 "zeroize",1379 "zeroize",
1360]1380]
1381
1382[[package]]
1383name = "crypto-bigint"
1384version = "0.5.2"
1385source = "registry+https://github.com/rust-lang/crates.io-index"
1386checksum = "cf4c2f4e1afd912bc40bfd6fed5d9dc1f288e0ba01bfcc835cc5bc3eb13efe15"
1387dependencies = [
1388 "generic-array 0.14.7",
1389 "rand_core 0.6.4",
1390 "subtle",
1391 "zeroize",
1392]
13611393
1362[[package]]1394[[package]]
1363name = "crypto-common"1395name = "crypto-common"
1411[[package]]1443[[package]]
1412name = "cumulus-client-cli"1444name = "cumulus-client-cli"
1413version = "0.1.0"1445version = "0.1.0"
1414source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.41#ae4e75b077c220bdf29b299b36a63b87ccb46b4c"1446source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"
1415dependencies = [1447dependencies = [
1416 "clap",1448 "clap",
1417 "parity-scale-codec",1449 "parity-scale-codec",
1426[[package]]1458[[package]]
1427name = "cumulus-client-collator"1459name = "cumulus-client-collator"
1428version = "0.1.0"1460version = "0.1.0"
1429source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.41#ae4e75b077c220bdf29b299b36a63b87ccb46b4c"1461source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"
1430dependencies = [1462dependencies = [
1431 "cumulus-client-consensus-common",1463 "cumulus-client-consensus-common",
1432 "cumulus-client-network",1464 "cumulus-client-network",
1449[[package]]1481[[package]]
1450name = "cumulus-client-consensus-aura"1482name = "cumulus-client-consensus-aura"
1451version = "0.1.0"1483version = "0.1.0"
1452source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.41#ae4e75b077c220bdf29b299b36a63b87ccb46b4c"1484source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"
1453dependencies = [1485dependencies = [
1454 "async-trait",1486 "async-trait",
1455 "cumulus-client-consensus-common",1487 "cumulus-client-consensus-common",
1478[[package]]1510[[package]]
1479name = "cumulus-client-consensus-common"1511name = "cumulus-client-consensus-common"
1480version = "0.1.0"1512version = "0.1.0"
1481source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.41#ae4e75b077c220bdf29b299b36a63b87ccb46b4c"1513source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"
1482dependencies = [1514dependencies = [
1483 "async-trait",1515 "async-trait",
1484 "cumulus-client-pov-recovery",1516 "cumulus-client-pov-recovery",
1502[[package]]1534[[package]]
1503name = "cumulus-client-network"1535name = "cumulus-client-network"
1504version = "0.1.0"1536version = "0.1.0"
1505source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.41#ae4e75b077c220bdf29b299b36a63b87ccb46b4c"1537source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"
1506dependencies = [1538dependencies = [
1507 "async-trait",1539 "async-trait",
1508 "cumulus-relay-chain-interface",1540 "cumulus-relay-chain-interface",
1525[[package]]1557[[package]]
1526name = "cumulus-client-pov-recovery"1558name = "cumulus-client-pov-recovery"
1527version = "0.1.0"1559version = "0.1.0"
1528source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.41#ae4e75b077c220bdf29b299b36a63b87ccb46b4c"1560source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"
1529dependencies = [1561dependencies = [
1530 "async-trait",1562 "async-trait",
1531 "cumulus-primitives-core",1563 "cumulus-primitives-core",
1549[[package]]1581[[package]]
1550name = "cumulus-client-service"1582name = "cumulus-client-service"
1551version = "0.1.0"1583version = "0.1.0"
1552source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.41#ae4e75b077c220bdf29b299b36a63b87ccb46b4c"1584source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"
1553dependencies = [1585dependencies = [
1554 "cumulus-client-cli",1586 "cumulus-client-cli",
1555 "cumulus-client-collator",1587 "cumulus-client-collator",
1584[[package]]1616[[package]]
1585name = "cumulus-pallet-aura-ext"1617name = "cumulus-pallet-aura-ext"
1586version = "0.1.0"1618version = "0.1.0"
1587source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.41#ae4e75b077c220bdf29b299b36a63b87ccb46b4c"1619source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"
1588dependencies = [1620dependencies = [
1589 "frame-support",1621 "frame-support",
1590 "frame-system",1622 "frame-system",
1600[[package]]1632[[package]]
1601name = "cumulus-pallet-dmp-queue"1633name = "cumulus-pallet-dmp-queue"
1602version = "0.1.0"1634version = "0.1.0"
1603source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.41#ae4e75b077c220bdf29b299b36a63b87ccb46b4c"1635source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"
1604dependencies = [1636dependencies = [
1605 "cumulus-primitives-core",1637 "cumulus-primitives-core",
1606 "frame-support",1638 "frame-support",
1617[[package]]1649[[package]]
1618name = "cumulus-pallet-parachain-system"1650name = "cumulus-pallet-parachain-system"
1619version = "0.1.0"1651version = "0.1.0"
1620source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.41#ae4e75b077c220bdf29b299b36a63b87ccb46b4c"1652source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"
1621dependencies = [1653dependencies = [
1622 "bytes",1654 "bytes",
1623 "cumulus-pallet-parachain-system-proc-macro",1655 "cumulus-pallet-parachain-system-proc-macro",
1646[[package]]1678[[package]]
1647name = "cumulus-pallet-parachain-system-proc-macro"1679name = "cumulus-pallet-parachain-system-proc-macro"
1648version = "0.1.0"1680version = "0.1.0"
1649source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.41#ae4e75b077c220bdf29b299b36a63b87ccb46b4c"1681source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"
1650dependencies = [1682dependencies = [
1651 "proc-macro-crate",1683 "proc-macro-crate",
1652 "proc-macro2",1684 "proc-macro2",
1653 "quote",1685 "quote",
1654 "syn 1.0.109",1686 "syn 2.0.16",
1655]1687]
16561688
1657[[package]]1689[[package]]
1658name = "cumulus-pallet-xcm"1690name = "cumulus-pallet-xcm"
1659version = "0.1.0"1691version = "0.1.0"
1660source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.41#ae4e75b077c220bdf29b299b36a63b87ccb46b4c"1692source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"
1661dependencies = [1693dependencies = [
1662 "cumulus-primitives-core",1694 "cumulus-primitives-core",
1663 "frame-support",1695 "frame-support",
1673[[package]]1705[[package]]
1674name = "cumulus-pallet-xcmp-queue"1706name = "cumulus-pallet-xcmp-queue"
1675version = "0.1.0"1707version = "0.1.0"
1676source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.41#ae4e75b077c220bdf29b299b36a63b87ccb46b4c"1708source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"
1677dependencies = [1709dependencies = [
1678 "cumulus-primitives-core",1710 "cumulus-primitives-core",
1679 "frame-support",1711 "frame-support",
1693[[package]]1725[[package]]
1694name = "cumulus-primitives-core"1726name = "cumulus-primitives-core"
1695version = "0.1.0"1727version = "0.1.0"
1696source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.41#ae4e75b077c220bdf29b299b36a63b87ccb46b4c"1728source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"
1697dependencies = [1729dependencies = [
1698 "parity-scale-codec",1730 "parity-scale-codec",
1699 "polkadot-core-primitives",1731 "polkadot-core-primitives",
1700 "polkadot-parachain",1732 "polkadot-parachain",
1701 "polkadot-primitives",1733 "polkadot-primitives",
1734 "scale-info",
1702 "sp-api",1735 "sp-api",
1703 "sp-runtime",1736 "sp-runtime",
1704 "sp-std",1737 "sp-std",
1709[[package]]1742[[package]]
1710name = "cumulus-primitives-parachain-inherent"1743name = "cumulus-primitives-parachain-inherent"
1711version = "0.1.0"1744version = "0.1.0"
1712source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.41#ae4e75b077c220bdf29b299b36a63b87ccb46b4c"1745source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"
1713dependencies = [1746dependencies = [
1714 "async-trait",1747 "async-trait",
1715 "cumulus-primitives-core",1748 "cumulus-primitives-core",
1732[[package]]1765[[package]]
1733name = "cumulus-primitives-timestamp"1766name = "cumulus-primitives-timestamp"
1734version = "0.1.0"1767version = "0.1.0"
1735source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.41#ae4e75b077c220bdf29b299b36a63b87ccb46b4c"1768source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"
1736dependencies = [1769dependencies = [
1737 "cumulus-primitives-core",1770 "cumulus-primitives-core",
1738 "futures",1771 "futures",
1745[[package]]1778[[package]]
1746name = "cumulus-primitives-utility"1779name = "cumulus-primitives-utility"
1747version = "0.1.0"1780version = "0.1.0"
1748source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.41#ae4e75b077c220bdf29b299b36a63b87ccb46b4c"1781source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"
1749dependencies = [1782dependencies = [
1750 "cumulus-primitives-core",1783 "cumulus-primitives-core",
1751 "frame-support",1784 "frame-support",
1763[[package]]1796[[package]]
1764name = "cumulus-relay-chain-inprocess-interface"1797name = "cumulus-relay-chain-inprocess-interface"
1765version = "0.1.0"1798version = "0.1.0"
1766source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.41#ae4e75b077c220bdf29b299b36a63b87ccb46b4c"1799source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"
1767dependencies = [1800dependencies = [
1768 "async-trait",1801 "async-trait",
1769 "cumulus-primitives-core",1802 "cumulus-primitives-core",
1788[[package]]1821[[package]]
1789name = "cumulus-relay-chain-interface"1822name = "cumulus-relay-chain-interface"
1790version = "0.1.0"1823version = "0.1.0"
1791source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.41#ae4e75b077c220bdf29b299b36a63b87ccb46b4c"1824source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"
1792dependencies = [1825dependencies = [
1793 "async-trait",1826 "async-trait",
1794 "cumulus-primitives-core",1827 "cumulus-primitives-core",
1806[[package]]1839[[package]]
1807name = "cumulus-relay-chain-minimal-node"1840name = "cumulus-relay-chain-minimal-node"
1808version = "0.1.0"1841version = "0.1.0"
1809source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.41#ae4e75b077c220bdf29b299b36a63b87ccb46b4c"1842source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"
1810dependencies = [1843dependencies = [
1811 "array-bytes 6.0.0",1844 "array-bytes 6.1.0",
1812 "async-trait",1845 "async-trait",
1813 "cumulus-primitives-core",1846 "cumulus-primitives-core",
1814 "cumulus-relay-chain-interface",1847 "cumulus-relay-chain-interface",
1815 "cumulus-relay-chain-rpc-interface",1848 "cumulus-relay-chain-rpc-interface",
1816 "futures",1849 "futures",
1817 "lru 0.9.0",1850 "lru 0.9.0",
1851 "polkadot-availability-recovery",
1852 "polkadot-collator-protocol",
1818 "polkadot-core-primitives",1853 "polkadot-core-primitives",
1819 "polkadot-network-bridge",1854 "polkadot-network-bridge",
1855 "polkadot-node-collation-generation",
1856 "polkadot-node-core-runtime-api",
1820 "polkadot-node-network-protocol",1857 "polkadot-node-network-protocol",
1821 "polkadot-node-subsystem-util",1858 "polkadot-node-subsystem-util",
1822 "polkadot-overseer",1859 "polkadot-overseer",
1823 "polkadot-primitives",1860 "polkadot-primitives",
1824 "polkadot-service",
1825 "sc-authority-discovery",1861 "sc-authority-discovery",
1826 "sc-client-api",1862 "sc-client-api",
1827 "sc-network",1863 "sc-network",
1841[[package]]1877[[package]]
1842name = "cumulus-relay-chain-rpc-interface"1878name = "cumulus-relay-chain-rpc-interface"
1843version = "0.1.0"1879version = "0.1.0"
1844source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.41#ae4e75b077c220bdf29b299b36a63b87ccb46b4c"1880source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"
1845dependencies = [1881dependencies = [
1846 "async-trait",1882 "async-trait",
1847 "cumulus-primitives-core",1883 "cumulus-primitives-core",
1871[[package]]1907[[package]]
1872name = "cumulus-test-relay-sproof-builder"1908name = "cumulus-test-relay-sproof-builder"
1873version = "0.1.0"1909version = "0.1.0"
1874source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.41#ae4e75b077c220bdf29b299b36a63b87ccb46b4c"1910source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"
1875dependencies = [1911dependencies = [
1876 "cumulus-primitives-core",1912 "cumulus-primitives-core",
1877 "parity-scale-codec",1913 "parity-scale-codec",
1945 "proc-macro2",1981 "proc-macro2",
1946 "quote",1982 "quote",
1947 "scratch",1983 "scratch",
1948 "syn 2.0.15",1984 "syn 2.0.16",
1949]1985]
19501986
1951[[package]]1987[[package]]
1962dependencies = [1998dependencies = [
1963 "proc-macro2",1999 "proc-macro2",
1964 "quote",2000 "quote",
1965 "syn 2.0.15",2001 "syn 2.0.16",
1966]2002]
19672003
1968[[package]]2004[[package]]
2037 "zeroize",2073 "zeroize",
2038]2074]
2075
2076[[package]]
2077name = "der"
2078version = "0.7.5"
2079source = "registry+https://github.com/rust-lang/crates.io-index"
2080checksum = "05e58dffcdcc8ee7b22f0c1f71a69243d7c2d9ad87b5a14361f2424a1565c219"
2081dependencies = [
2082 "const-oid",
2083 "zeroize",
2084]
20392085
2040[[package]]2086[[package]]
2041name = "der-parser"2087name = "der-parser"
2162checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"2208checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
2163dependencies = [2209dependencies = [
2164 "block-buffer 0.10.4",2210 "block-buffer 0.10.4",
2211 "const-oid",
2165 "crypto-common",2212 "crypto-common",
2166 "subtle",2213 "subtle",
2167]2214]
22092256
2210[[package]]2257[[package]]
2211name = "displaydoc"2258name = "displaydoc"
2212version = "0.2.3"2259version = "0.2.4"
2213source = "registry+https://github.com/rust-lang/crates.io-index"2260source = "registry+https://github.com/rust-lang/crates.io-index"
2214checksum = "3bf95dc3f046b9da4f2d51833c0d3547d8564ef6910f5c1ed130306a75b92886"2261checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d"
2215dependencies = [2262dependencies = [
2216 "proc-macro2",2263 "proc-macro2",
2217 "quote",2264 "quote",
2218 "syn 1.0.109",2265 "syn 2.0.16",
2219]2266]
22202267
2221[[package]]2268[[package]]
2269source = "registry+https://github.com/rust-lang/crates.io-index"2316source = "registry+https://github.com/rust-lang/crates.io-index"
2270checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"2317checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
2271dependencies = [2318dependencies = [
2272 "der",2319 "der 0.6.1",
2273 "elliptic-curve",2320 "elliptic-curve 0.12.3",
2274 "rfc6979",2321 "rfc6979 0.3.1",
2275 "signature",2322 "signature 1.6.4",
2276]2323]
2324
2325[[package]]
2326name = "ecdsa"
2327version = "0.16.7"
2328source = "registry+https://github.com/rust-lang/crates.io-index"
2329checksum = "0997c976637b606099b9985693efa3581e84e41f5c11ba5255f88711058ad428"
2330dependencies = [
2331 "der 0.7.5",
2332 "digest 0.10.6",
2333 "elliptic-curve 0.13.4",
2334 "rfc6979 0.4.0",
2335 "signature 2.1.0",
2336 "spki 0.7.2",
2337]
22772338
2278[[package]]2339[[package]]
2279name = "ed25519"2340name = "ed25519"
2280version = "1.5.3"2341version = "1.5.3"
2281source = "registry+https://github.com/rust-lang/crates.io-index"2342source = "registry+https://github.com/rust-lang/crates.io-index"
2282checksum = "91cff35c70bba8a626e3185d8cd48cc11b5437e1a5bcd15b9b5fa3c64b6dfee7"2343checksum = "91cff35c70bba8a626e3185d8cd48cc11b5437e1a5bcd15b9b5fa3c64b6dfee7"
2283dependencies = [2344dependencies = [
2284 "signature",2345 "signature 1.6.4",
2285]2346]
22862347
2287[[package]]2348[[package]]
2324source = "registry+https://github.com/rust-lang/crates.io-index"2385source = "registry+https://github.com/rust-lang/crates.io-index"
2325checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"2386checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
2326dependencies = [2387dependencies = [
2327 "base16ct",2388 "base16ct 0.1.1",
2328 "crypto-bigint",2389 "crypto-bigint 0.4.9",
2329 "der",2390 "der 0.6.1",
2330 "digest 0.10.6",2391 "digest 0.10.6",
2331 "ff",2392 "ff 0.12.1",
2332 "generic-array 0.14.7",2393 "generic-array 0.14.7",
2333 "group",2394 "group 0.12.1",
2334 "hkdf",2395 "hkdf",
2335 "pem-rfc7468",2396 "pem-rfc7468",
2336 "pkcs8",2397 "pkcs8 0.9.0",
2337 "rand_core 0.6.4",2398 "rand_core 0.6.4",
2338 "sec1",2399 "sec1 0.3.0",
2339 "subtle",2400 "subtle",
2340 "zeroize",2401 "zeroize",
2341]2402]
2403
2404[[package]]
2405name = "elliptic-curve"
2406version = "0.13.4"
2407source = "registry+https://github.com/rust-lang/crates.io-index"
2408checksum = "75c71eaa367f2e5d556414a8eea812bc62985c879748d6403edabd9cb03f16e7"
2409dependencies = [
2410 "base16ct 0.2.0",
2411 "crypto-bigint 0.5.2",
2412 "digest 0.10.6",
2413 "ff 0.13.0",
2414 "generic-array 0.14.7",
2415 "group 0.13.0",
2416 "pkcs8 0.10.2",
2417 "rand_core 0.6.4",
2418 "sec1 0.7.2",
2419 "subtle",
2420 "zeroize",
2421]
23422422
2343[[package]]2423[[package]]
2344name = "enum-as-inner"2424name = "enum-as-inner"
23542434
2355[[package]]2435[[package]]
2356name = "enumflags2"2436name = "enumflags2"
2357version = "0.7.6"2437version = "0.7.7"
2358source = "registry+https://github.com/rust-lang/crates.io-index"2438source = "registry+https://github.com/rust-lang/crates.io-index"
2359checksum = "0044ebdf7fbb2a772e0c0233a9d3173c5cd8af8ae7078d4c5188af44ffffaa4b"2439checksum = "c041f5090df68b32bcd905365fd51769c8b9d553fe87fde0b683534f10c01bd2"
2360dependencies = [2440dependencies = [
2361 "enumflags2_derive",2441 "enumflags2_derive",
2362]2442]
23632443
2364[[package]]2444[[package]]
2365name = "enumflags2_derive"2445name = "enumflags2_derive"
2366version = "0.7.6"2446version = "0.7.7"
2367source = "registry+https://github.com/rust-lang/crates.io-index"2447source = "registry+https://github.com/rust-lang/crates.io-index"
2368checksum = "9d2c772ccdbdfd1967b4f5d79d17c98ebf92009fdcc838db7aa434462f600c26"2448checksum = "5e9a1f9f7d83e59740248a6e14ecf93929ade55027844dfcea78beafccc15745"
2369dependencies = [2449dependencies = [
2370 "proc-macro2",2450 "proc-macro2",
2371 "quote",2451 "quote",
2372 "syn 2.0.15",2452 "syn 2.0.16",
2373]2453]
23742454
2375[[package]]2455[[package]]
2380dependencies = [2460dependencies = [
2381 "proc-macro2",2461 "proc-macro2",
2382 "quote",2462 "quote",
2383 "syn 2.0.15",2463 "syn 2.0.16",
2384]2464]
23852465
2386[[package]]2466[[package]]
2415source = "registry+https://github.com/rust-lang/crates.io-index"2495source = "registry+https://github.com/rust-lang/crates.io-index"
2416checksum = "e48c92028aaa870e83d51c64e5d4e0b6981b360c522198c23959f219a4e1b15b"2496checksum = "e48c92028aaa870e83d51c64e5d4e0b6981b360c522198c23959f219a4e1b15b"
2417
2418[[package]]
2419name = "errno"
2420version = "0.2.8"
2421source = "registry+https://github.com/rust-lang/crates.io-index"
2422checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
2423dependencies = [
2424 "errno-dragonfly",
2425 "libc",
2426 "winapi",
2427]
24282497
2429[[package]]2498[[package]]
2430name = "errno"2499name = "errno"
2476 "rlp",2545 "rlp",
2477 "scale-info",2546 "scale-info",
2478 "serde",2547 "serde",
2479 "sha3 0.10.7",2548 "sha3 0.10.8",
2480 "triehash",2549 "triehash",
2481]2550]
24822551
2520 "rlp",2589 "rlp",
2521 "scale-info",2590 "scale-info",
2522 "serde",2591 "serde",
2523 "sha3 0.10.7",2592 "sha3 0.10.8",
2524]2593]
25252594
2526[[package]]2595[[package]]
2544 "hex",2613 "hex",
2545 "proc-macro2",2614 "proc-macro2",
2546 "quote",2615 "quote",
2547 "sha3 0.10.7",2616 "sha3 0.10.8",
2548 "syn 1.0.109",2617 "syn 1.0.109",
2549]2618]
25502619
2591 "environmental",2660 "environmental",
2592 "evm-core",2661 "evm-core",
2593 "primitive-types",2662 "primitive-types",
2594 "sha3 0.10.7",2663 "sha3 0.10.8",
2595]2664]
25962665
2597[[package]]2666[[package]]
2625 "fs-err",2694 "fs-err",
2626 "proc-macro2",2695 "proc-macro2",
2627 "quote",2696 "quote",
2628 "syn 1.0.109",
2629]2697]
26302698
2631[[package]]2699[[package]]
2641 "syn 1.0.109",2709 "syn 1.0.109",
2642]2710]
2711
2712[[package]]
2713name = "expander"
2714version = "2.0.0"
2715source = "registry+https://github.com/rust-lang/crates.io-index"
2716checksum = "5f86a749cf851891866c10515ef6c299b5c69661465e9c3bbe7e07a2b77fb0f7"
2717dependencies = [
2718 "blake2",
2719 "fs-err",
2720 "proc-macro2",
2721 "quote",
2722 "syn 2.0.16",
2723]
26432724
2644[[package]]2725[[package]]
2645name = "fake-simd"2726name = "fake-simd"
2690[[package]]2771[[package]]
2691name = "fc-consensus"2772name = "fc-consensus"
2692version = "2.0.0-dev"2773version = "2.0.0-dev"
2693source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.41#1ed335108b39dcdaeacdaed8eeb33c2e7657273e"2774source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42#75ad5b9a49e1942553c4068228f1546ffb1f7246"
2694dependencies = [2775dependencies = [
2695 "async-trait",2776 "async-trait",
2696 "fc-db",2777 "fc-db",
2707[[package]]2788[[package]]
2708name = "fc-db"2789name = "fc-db"
2709version = "2.0.0-dev"2790version = "2.0.0-dev"
2710source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.41#1ed335108b39dcdaeacdaed8eeb33c2e7657273e"2791source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42#75ad5b9a49e1942553c4068228f1546ffb1f7246"
2711dependencies = [2792dependencies = [
2712 "fp-storage",2793 "fp-storage",
2713 "kvdb-rocksdb",2794 "kvdb-rocksdb",
2726[[package]]2807[[package]]
2727name = "fc-mapping-sync"2808name = "fc-mapping-sync"
2728version = "2.0.0-dev"2809version = "2.0.0-dev"
2729source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.41#1ed335108b39dcdaeacdaed8eeb33c2e7657273e"2810source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42#75ad5b9a49e1942553c4068228f1546ffb1f7246"
2730dependencies = [2811dependencies = [
2731 "fc-db",2812 "fc-db",
2732 "fc-storage",2813 "fc-storage",
2735 "futures",2816 "futures",
2736 "futures-timer",2817 "futures-timer",
2737 "log",2818 "log",
2819 "parking_lot 0.12.1",
2738 "sc-client-api",2820 "sc-client-api",
2821 "sc-utils",
2739 "sp-api",2822 "sp-api",
2740 "sp-blockchain",2823 "sp-blockchain",
2824 "sp-consensus",
2741 "sp-runtime",2825 "sp-runtime",
2742]2826]
27432827
2744[[package]]2828[[package]]
2745name = "fc-rpc"2829name = "fc-rpc"
2746version = "2.0.0-dev"2830version = "2.0.0-dev"
2747source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.41#1ed335108b39dcdaeacdaed8eeb33c2e7657273e"2831source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42#75ad5b9a49e1942553c4068228f1546ffb1f7246"
2748dependencies = [2832dependencies = [
2749 "ethereum",2833 "ethereum",
2750 "ethereum-types",2834 "ethereum-types",
2751 "evm",2835 "evm",
2752 "fc-db",2836 "fc-db",
2837 "fc-mapping-sync",
2753 "fc-rpc-core",2838 "fc-rpc-core",
2754 "fc-storage",2839 "fc-storage",
2755 "fp-ethereum",2840 "fp-ethereum",
2775 "sc-service",2860 "sc-service",
2776 "sc-transaction-pool",2861 "sc-transaction-pool",
2777 "sc-transaction-pool-api",2862 "sc-transaction-pool-api",
2863 "sc-utils",
2778 "sp-api",2864 "sp-api",
2779 "sp-block-builder",2865 "sp-block-builder",
2780 "sp-blockchain",2866 "sp-blockchain",
2791[[package]]2877[[package]]
2792name = "fc-rpc-core"2878name = "fc-rpc-core"
2793version = "1.1.0-dev"2879version = "1.1.0-dev"
2794source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.41#1ed335108b39dcdaeacdaed8eeb33c2e7657273e"2880source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42#75ad5b9a49e1942553c4068228f1546ffb1f7246"
2795dependencies = [2881dependencies = [
2796 "ethereum",2882 "ethereum",
2797 "ethereum-types",2883 "ethereum-types",
2804[[package]]2890[[package]]
2805name = "fc-storage"2891name = "fc-storage"
2806version = "1.0.0-dev"2892version = "1.0.0-dev"
2807source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.41#1ed335108b39dcdaeacdaed8eeb33c2e7657273e"2893source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42#75ad5b9a49e1942553c4068228f1546ffb1f7246"
2808dependencies = [2894dependencies = [
2809 "ethereum",2895 "ethereum",
2810 "ethereum-types",2896 "ethereum-types",
2838 "subtle",2924 "subtle",
2839]2925]
2926
2927[[package]]
2928name = "ff"
2929version = "0.13.0"
2930source = "registry+https://github.com/rust-lang/crates.io-index"
2931checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449"
2932dependencies = [
2933 "rand_core 0.6.4",
2934 "subtle",
2935]
28402936
2841[[package]]2937[[package]]
2842name = "fiat-crypto"2938name = "fiat-crypto"
29022998
2903[[package]]2999[[package]]
2904name = "flate2"3000name = "flate2"
2905version = "1.0.25"3001version = "1.0.26"
2906source = "registry+https://github.com/rust-lang/crates.io-index"3002source = "registry+https://github.com/rust-lang/crates.io-index"
2907checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"3003checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743"
2908dependencies = [3004dependencies = [
2909 "crc32fast",3005 "crc32fast",
2910 "libz-sys",3006 "libz-sys",
2911 "miniz_oxide",3007 "miniz_oxide 0.7.1",
2912]3008]
29133009
2914[[package]]3010[[package]]
2929[[package]]3025[[package]]
2930name = "fork-tree"3026name = "fork-tree"
2931version = "3.0.0"3027version = "3.0.0"
2932source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"3028source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
2933dependencies = [3029dependencies = [
2934 "parity-scale-codec",3030 "parity-scale-codec",
2935]3031]
2946[[package]]3042[[package]]
2947name = "fp-account"3043name = "fp-account"
2948version = "1.0.0-dev"3044version = "1.0.0-dev"
2949source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.41#1ed335108b39dcdaeacdaed8eeb33c2e7657273e"3045source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42#75ad5b9a49e1942553c4068228f1546ffb1f7246"
2950dependencies = [3046dependencies = [
2951 "hex",3047 "hex",
2952 "impl-serde",3048 "impl-serde",
2964[[package]]3060[[package]]
2965name = "fp-consensus"3061name = "fp-consensus"
2966version = "2.0.0-dev"3062version = "2.0.0-dev"
2967source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.41#1ed335108b39dcdaeacdaed8eeb33c2e7657273e"3063source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42#75ad5b9a49e1942553c4068228f1546ffb1f7246"
2968dependencies = [3064dependencies = [
2969 "ethereum",3065 "ethereum",
2970 "parity-scale-codec",3066 "parity-scale-codec",
2976[[package]]3072[[package]]
2977name = "fp-ethereum"3073name = "fp-ethereum"
2978version = "1.0.0-dev"3074version = "1.0.0-dev"
2979source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.41#1ed335108b39dcdaeacdaed8eeb33c2e7657273e"3075source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42#75ad5b9a49e1942553c4068228f1546ffb1f7246"
2980dependencies = [3076dependencies = [
2981 "ethereum",3077 "ethereum",
2982 "ethereum-types",3078 "ethereum-types",
2990[[package]]3086[[package]]
2991name = "fp-evm"3087name = "fp-evm"
2992version = "3.0.0-dev"3088version = "3.0.0-dev"
2993source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.41#1ed335108b39dcdaeacdaed8eeb33c2e7657273e"3089source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42#75ad5b9a49e1942553c4068228f1546ffb1f7246"
2994dependencies = [3090dependencies = [
2995 "evm",3091 "evm",
2996 "frame-support",3092 "frame-support",
2997 "impl-trait-for-tuples",3093 "impl-trait-for-tuples",
2998 "parity-scale-codec",3094 "parity-scale-codec",
3095 "scale-info",
2999 "serde",3096 "serde",
3000 "sp-core",3097 "sp-core",
3001 "sp-runtime",3098 "sp-runtime",
3005[[package]]3102[[package]]
3006name = "fp-rpc"3103name = "fp-rpc"
3007version = "3.0.0-dev"3104version = "3.0.0-dev"
3008source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.41#1ed335108b39dcdaeacdaed8eeb33c2e7657273e"3105source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42#75ad5b9a49e1942553c4068228f1546ffb1f7246"
3009dependencies = [3106dependencies = [
3010 "ethereum",3107 "ethereum",
3011 "ethereum-types",3108 "ethereum-types",
3022[[package]]3119[[package]]
3023name = "fp-self-contained"3120name = "fp-self-contained"
3024version = "1.0.0-dev"3121version = "1.0.0-dev"
3025source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.41#1ed335108b39dcdaeacdaed8eeb33c2e7657273e"3122source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42#75ad5b9a49e1942553c4068228f1546ffb1f7246"
3026dependencies = [3123dependencies = [
3027 "frame-support",3124 "frame-support",
3028 "parity-scale-codec",3125 "parity-scale-codec",
3034[[package]]3131[[package]]
3035name = "fp-storage"3132name = "fp-storage"
3036version = "2.0.0"3133version = "2.0.0"
3037source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.41#1ed335108b39dcdaeacdaed8eeb33c2e7657273e"3134source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42#75ad5b9a49e1942553c4068228f1546ffb1f7246"
3038dependencies = [3135dependencies = [
3039 "parity-scale-codec",3136 "parity-scale-codec",
3040 "serde",3137 "serde",
3049[[package]]3146[[package]]
3050name = "frame-benchmarking"3147name = "frame-benchmarking"
3051version = "4.0.0-dev"3148version = "4.0.0-dev"
3052source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"3149source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
3053dependencies = [3150dependencies = [
3054 "frame-support",3151 "frame-support",
3055 "frame-support-procedural",3152 "frame-support-procedural",
3074[[package]]3171[[package]]
3075name = "frame-benchmarking-cli"3172name = "frame-benchmarking-cli"
3076version = "4.0.0-dev"3173version = "4.0.0-dev"
3077source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"3174source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
3078dependencies = [3175dependencies = [
3079 "Inflector",3176 "Inflector",
3080 "array-bytes 4.2.0",3177 "array-bytes 4.2.0",
3121[[package]]3218[[package]]
3122name = "frame-election-provider-solution-type"3219name = "frame-election-provider-solution-type"
3123version = "4.0.0-dev"3220version = "4.0.0-dev"
3124source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"3221source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
3125dependencies = [3222dependencies = [
3126 "proc-macro-crate",3223 "proc-macro-crate",
3127 "proc-macro2",3224 "proc-macro2",
3128 "quote",3225 "quote",
3129 "syn 1.0.109",3226 "syn 2.0.16",
3130]3227]
31313228
3132[[package]]3229[[package]]
3133name = "frame-election-provider-support"3230name = "frame-election-provider-support"
3134version = "4.0.0-dev"3231version = "4.0.0-dev"
3135source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"3232source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
3136dependencies = [3233dependencies = [
3137 "frame-election-provider-solution-type",3234 "frame-election-provider-solution-type",
3138 "frame-support",3235 "frame-support",
3149[[package]]3246[[package]]
3150name = "frame-executive"3247name = "frame-executive"
3151version = "4.0.0-dev"3248version = "4.0.0-dev"
3152source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"3249source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
3153dependencies = [3250dependencies = [
3154 "frame-support",3251 "frame-support",
3155 "frame-system",3252 "frame-system",
3178[[package]]3275[[package]]
3179name = "frame-remote-externalities"3276name = "frame-remote-externalities"
3180version = "0.10.0-dev"3277version = "0.10.0-dev"
3181source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"3278source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
3182dependencies = [3279dependencies = [
3280 "async-recursion",
3183 "futures",3281 "futures",
3282 "jsonrpsee",
3184 "log",3283 "log",
3185 "parity-scale-codec",3284 "parity-scale-codec",
3186 "serde",3285 "serde",
3194[[package]]3293[[package]]
3195name = "frame-support"3294name = "frame-support"
3196version = "4.0.0-dev"3295version = "4.0.0-dev"
3197source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"3296source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
3198dependencies = [3297dependencies = [
3199 "bitflags",3298 "bitflags",
3200 "environmental",3299 "environmental",
3227[[package]]3326[[package]]
3228name = "frame-support-procedural"3327name = "frame-support-procedural"
3229version = "4.0.0-dev"3328version = "4.0.0-dev"
3230source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"3329source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
3231dependencies = [3330dependencies = [
3232 "Inflector",3331 "Inflector",
3233 "cfg-expr",3332 "cfg-expr",
3234 "derive-syn-parse",3333 "derive-syn-parse",
3235 "frame-support-procedural-tools",3334 "frame-support-procedural-tools",
3236 "itertools",3335 "itertools",
3336 "proc-macro-warning",
3237 "proc-macro2",3337 "proc-macro2",
3238 "quote",3338 "quote",
3239 "syn 1.0.109",3339 "syn 2.0.16",
3240]3340]
32413341
3242[[package]]3342[[package]]
3243name = "frame-support-procedural-tools"3343name = "frame-support-procedural-tools"
3244version = "4.0.0-dev"3344version = "4.0.0-dev"
3245source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"3345source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
3246dependencies = [3346dependencies = [
3247 "frame-support-procedural-tools-derive",3347 "frame-support-procedural-tools-derive",
3248 "proc-macro-crate",3348 "proc-macro-crate",
3249 "proc-macro2",3349 "proc-macro2",
3250 "quote",3350 "quote",
3251 "syn 1.0.109",3351 "syn 2.0.16",
3252]3352]
32533353
3254[[package]]3354[[package]]
3255name = "frame-support-procedural-tools-derive"3355name = "frame-support-procedural-tools-derive"
3256version = "3.0.0"3356version = "3.0.0"
3257source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"3357source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
3258dependencies = [3358dependencies = [
3259 "proc-macro2",3359 "proc-macro2",
3260 "quote",3360 "quote",
3261 "syn 1.0.109",3361 "syn 2.0.16",
3262]3362]
32633363
3264[[package]]3364[[package]]
3265name = "frame-system"3365name = "frame-system"
3266version = "4.0.0-dev"3366version = "4.0.0-dev"
3267source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"3367source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
3268dependencies = [3368dependencies = [
3269 "frame-support",3369 "frame-support",
3270 "log",3370 "log",
3282[[package]]3382[[package]]
3283name = "frame-system-benchmarking"3383name = "frame-system-benchmarking"
3284version = "4.0.0-dev"3384version = "4.0.0-dev"
3285source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"3385source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
3286dependencies = [3386dependencies = [
3287 "frame-benchmarking",3387 "frame-benchmarking",
3288 "frame-support",3388 "frame-support",
3297[[package]]3397[[package]]
3298name = "frame-system-rpc-runtime-api"3398name = "frame-system-rpc-runtime-api"
3299version = "4.0.0-dev"3399version = "4.0.0-dev"
3300source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"3400source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
3301dependencies = [3401dependencies = [
3302 "parity-scale-codec",3402 "parity-scale-codec",
3303 "sp-api",3403 "sp-api",
3306[[package]]3406[[package]]
3307name = "frame-try-runtime"3407name = "frame-try-runtime"
3308version = "0.10.0-dev"3408version = "0.10.0-dev"
3309source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"3409source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
3310dependencies = [3410dependencies = [
3311 "frame-support",3411 "frame-support",
3312 "parity-scale-codec",3412 "parity-scale-codec",
33333433
3334[[package]]3434[[package]]
3335name = "fs4"3435name = "fs4"
3336version = "0.6.3"3436version = "0.6.4"
3337source = "registry+https://github.com/rust-lang/crates.io-index"3437source = "registry+https://github.com/rust-lang/crates.io-index"
3338checksum = "8ea55201cc351fdb478217c0fb641b59813da9b4efe4c414a9d8f989a657d149"3438checksum = "a7f5b6908aecca5812a4569056285e58c666588c9573ee59765bf1d3692699e2"
3339dependencies = [3439dependencies = [
3340 "libc",
3341 "rustix 0.35.13",3440 "rustix 0.37.19",
3342 "winapi",3441 "windows-sys 0.48.0",
3343]3442]
33443443
3345[[package]]3444[[package]]
3420dependencies = [3519dependencies = [
3421 "proc-macro2",3520 "proc-macro2",
3422 "quote",3521 "quote",
3423 "syn 2.0.15",3522 "syn 2.0.16",
3424]3523]
34253524
3426[[package]]3525[[package]]
3496dependencies = [3595dependencies = [
3497 "typenum",3596 "typenum",
3498 "version_check",3597 "version_check",
3598 "zeroize",
3499]3599]
35003600
3501[[package]]3601[[package]]
3579source = "registry+https://github.com/rust-lang/crates.io-index"3679source = "registry+https://github.com/rust-lang/crates.io-index"
3580checksum = "029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc"3680checksum = "029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc"
3581dependencies = [3681dependencies = [
3582 "aho-corasick",3682 "aho-corasick 0.7.20",
3583 "bstr",3683 "bstr",
3584 "fnv",3684 "fnv",
3585 "log",3685 "log",
3592source = "registry+https://github.com/rust-lang/crates.io-index"3692source = "registry+https://github.com/rust-lang/crates.io-index"
3593checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"3693checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
3594dependencies = [3694dependencies = [
3595 "ff",3695 "ff 0.12.1",
3596 "rand_core 0.6.4",3696 "rand_core 0.6.4",
3597 "subtle",3697 "subtle",
3598]3698]
3699
3700[[package]]
3701name = "group"
3702version = "0.13.0"
3703source = "registry+https://github.com/rust-lang/crates.io-index"
3704checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
3705dependencies = [
3706 "ff 0.13.0",
3707 "rand_core 0.6.4",
3708 "subtle",
3709]
35993710
3600[[package]]3711[[package]]
3601name = "h2"3712name = "h2"
3602version = "0.3.17"3713version = "0.3.19"
3603source = "registry+https://github.com/rust-lang/crates.io-index"3714source = "registry+https://github.com/rust-lang/crates.io-index"
3604checksum = "66b91535aa35fea1523ad1b86cb6b53c28e0ae566ba4a460f4457e936cad7c6f"3715checksum = "d357c7ae988e7d2182f7d7871d0b963962420b0678b0997ce7de72001aeab782"
3605dependencies = [3716dependencies = [
3606 "bytes",3717 "bytes",
3607 "fnv",3718 "fnv",
36183729
3619[[package]]3730[[package]]
3620name = "handlebars"3731name = "handlebars"
3621version = "4.3.6"3732version = "4.3.7"
3622source = "registry+https://github.com/rust-lang/crates.io-index"3733source = "registry+https://github.com/rust-lang/crates.io-index"
3623checksum = "035ef95d03713f2c347a72547b7cd38cbc9af7cd51e6099fb62d586d4a6dee3a"3734checksum = "83c3372087601b532857d332f5957cbae686da52bb7810bf038c3e3c3cc2fa0d"
3624dependencies = [3735dependencies = [
3625 "log",3736 "log",
3626 "pest",3737 "pest",
3705source = "registry+https://github.com/rust-lang/crates.io-index"3816source = "registry+https://github.com/rust-lang/crates.io-index"
3706checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"3817checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
3707
3708[[package]]
3709name = "hex-literal"
3710version = "0.3.4"
3711source = "registry+https://github.com/rust-lang/crates.io-index"
3712checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0"
37133818
3714[[package]]3819[[package]]
3715name = "hex-literal"3820name = "hex-literal"
38253930
3826[[package]]3931[[package]]
3827name = "hyper"3932name = "hyper"
3828version = "0.14.25"3933version = "0.14.26"
3829source = "registry+https://github.com/rust-lang/crates.io-index"3934source = "registry+https://github.com/rust-lang/crates.io-index"
3830checksum = "cc5e554ff619822309ffd57d8734d77cd5ce6238bc956f037ea06c58238c9899"3935checksum = "ab302d72a6f11a3b910431ff93aae7e773078c769f0a3ef15fb9ec692ed147d4"
3831dependencies = [3936dependencies = [
3832 "bytes",3937 "bytes",
3833 "futures-channel",3938 "futures-channel",
3860 "rustls-native-certs",3965 "rustls-native-certs",
3861 "tokio",3966 "tokio",
3862 "tokio-rustls",3967 "tokio-rustls",
3968 "webpki-roots",
3863]3969]
38643970
3865[[package]]3971[[package]]
38783984
3879[[package]]3985[[package]]
3880name = "iana-time-zone-haiku"3986name = "iana-time-zone-haiku"
3881version = "0.1.1"3987version = "0.1.2"
3882source = "registry+https://github.com/rust-lang/crates.io-index"3988source = "registry+https://github.com/rust-lang/crates.io-index"
3883checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"3989checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
3884dependencies = [3990dependencies = [
3885 "cxx",3991 "cc",
3886 "cxx-build",
3887]3992]
38883993
3889[[package]]3994[[package]]
4043 "webrtc-util",4148 "webrtc-util",
4044]4149]
4045
4046[[package]]
4047name = "io-lifetimes"
4048version = "0.7.5"
4049source = "registry+https://github.com/rust-lang/crates.io-index"
4050checksum = "59ce5ef949d49ee85593fc4d3f3f95ad61657076395cbbce23e2121fc5542074"
40514150
4052[[package]]4151[[package]]
4053name = "io-lifetimes"4152name = "io-lifetimes"
4091checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f"4190checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f"
4092dependencies = [4191dependencies = [
4093 "hermit-abi 0.3.1",4192 "hermit-abi 0.3.1",
4094 "io-lifetimes 1.0.10",4193 "io-lifetimes",
4095 "rustix 0.37.11",4194 "rustix 0.37.19",
4096 "windows-sys 0.48.0",4195 "windows-sys 0.48.0",
4097]4196]
40984197
41224221
4123[[package]]4222[[package]]
4124name = "js-sys"4223name = "js-sys"
4125version = "0.3.61"4224version = "0.3.62"
4126source = "registry+https://github.com/rust-lang/crates.io-index"4225source = "registry+https://github.com/rust-lang/crates.io-index"
4127checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730"4226checksum = "68c16e1bfd491478ab155fd8b4896b86f9ede344949b641e61501e07c2b8b4d5"
4128dependencies = [4227dependencies = [
4129 "wasm-bindgen",4228 "wasm-bindgen",
4130]4229]
4136checksum = "7d291e3a5818a2384645fd9756362e6d89cf0541b0b916fa7702ea4a9833608e"4235checksum = "7d291e3a5818a2384645fd9756362e6d89cf0541b0b916fa7702ea4a9833608e"
4137dependencies = [4236dependencies = [
4138 "jsonrpsee-core",4237 "jsonrpsee-core",
4238 "jsonrpsee-http-client",
4139 "jsonrpsee-proc-macros",4239 "jsonrpsee-proc-macros",
4140 "jsonrpsee-server",4240 "jsonrpsee-server",
4141 "jsonrpsee-types",4241 "jsonrpsee-types",
4192 "tracing",4292 "tracing",
4193]4293]
4294
4295[[package]]
4296name = "jsonrpsee-http-client"
4297version = "0.16.2"
4298source = "registry+https://github.com/rust-lang/crates.io-index"
4299checksum = "cc345b0a43c6bc49b947ebeb936e886a419ee3d894421790c969cc56040542ad"
4300dependencies = [
4301 "async-trait",
4302 "hyper",
4303 "hyper-rustls",
4304 "jsonrpsee-core",
4305 "jsonrpsee-types",
4306 "rustc-hash",
4307 "serde",
4308 "serde_json",
4309 "thiserror",
4310 "tokio",
4311 "tracing",
4312]
41944313
4195[[package]]4314[[package]]
4196name = "jsonrpsee-proc-macros"4315name = "jsonrpsee-proc-macros"
42554374
4256[[package]]4375[[package]]
4257name = "k256"4376name = "k256"
4258version = "0.11.6"4377version = "0.13.1"
4259source = "registry+https://github.com/rust-lang/crates.io-index"4378source = "registry+https://github.com/rust-lang/crates.io-index"
4260checksum = "72c1e0b51e7ec0a97369623508396067a486bd0cbed95a2659a4b863d28cfc8b"4379checksum = "cadb76004ed8e97623117f3df85b17aaa6626ab0b0831e6573f104df16cd1bcc"
4261dependencies = [4380dependencies = [
4262 "cfg-if",4381 "cfg-if",
4263 "ecdsa",4382 "ecdsa 0.16.7",
4264 "elliptic-curve",4383 "elliptic-curve 0.13.4",
4384 "once_cell",
4265 "sha2 0.10.6",4385 "sha2 0.10.6",
4266]4386]
42674387
4268[[package]]4388[[package]]
4269name = "keccak"4389name = "keccak"
4270version = "0.1.3"4390version = "0.1.4"
4271source = "registry+https://github.com/rust-lang/crates.io-index"4391source = "registry+https://github.com/rust-lang/crates.io-index"
4272checksum = "3afef3b6eff9ce9d8ff9b3601125eec7f0c8cbac7abd14f355d053fa56c98768"4392checksum = "8f6d5ed8676d904364de097082f4e7d240b571b67989ced0240f08b7f966f940"
4273dependencies = [4393dependencies = [
4274 "cpufeatures",4394 "cpufeatures",
4275]4395]
42764396
4277[[package]]4397[[package]]
4278name = "kusama-runtime"4398name = "kusama-runtime"
4279version = "0.9.41"4399version = "0.9.42"
4280source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.41#e203bfb396ed949f102720debf32fb98166787af"4400source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
4281dependencies = [4401dependencies = [
4282 "bitvec",4402 "bitvec",
4283 "frame-benchmarking",4403 "frame-benchmarking",
4288 "frame-system-benchmarking",4408 "frame-system-benchmarking",
4289 "frame-system-rpc-runtime-api",4409 "frame-system-rpc-runtime-api",
4290 "frame-try-runtime",4410 "frame-try-runtime",
4291 "hex-literal 0.3.4",4411 "hex-literal",
4292 "kusama-runtime-constants",4412 "kusama-runtime-constants",
4293 "log",4413 "log",
4294 "pallet-authority-discovery",4414 "pallet-authority-discovery",
4306 "pallet-elections-phragmen",4426 "pallet-elections-phragmen",
4307 "pallet-fast-unstake",4427 "pallet-fast-unstake",
4308 "pallet-grandpa",4428 "pallet-grandpa",
4309 "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41)",4429 "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42)",
4310 "pallet-im-online",4430 "pallet-im-online",
4311 "pallet-indices",4431 "pallet-indices",
4312 "pallet-membership",4432 "pallet-membership",
43744494
4375[[package]]4495[[package]]
4376name = "kusama-runtime-constants"4496name = "kusama-runtime-constants"
4377version = "0.9.41"4497version = "0.9.42"
4378source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.41#e203bfb396ed949f102720debf32fb98166787af"4498source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
4379dependencies = [4499dependencies = [
4380 "frame-support",4500 "frame-support",
4381 "polkadot-primitives",4501 "polkadot-primitives",
44074527
4408[[package]]4528[[package]]
4409name = "kvdb-rocksdb"4529name = "kvdb-rocksdb"
4410version = "0.17.0"4530version = "0.18.0"
4411source = "registry+https://github.com/rust-lang/crates.io-index"4531source = "registry+https://github.com/rust-lang/crates.io-index"
4412checksum = "2182b8219fee6bd83aacaab7344e840179ae079d5216aa4e249b4d704646a844"4532checksum = "fe7a749456510c45f795e8b04a6a3e0976d0139213ecbf465843830ad55e2217"
4413dependencies = [4533dependencies = [
4414 "kvdb",4534 "kvdb",
4415 "num_cpus",4535 "num_cpus",
44334553
4434[[package]]4554[[package]]
4435name = "libc"4555name = "libc"
4436version = "0.2.141"4556version = "0.2.144"
4437source = "registry+https://github.com/rust-lang/crates.io-index"4557source = "registry+https://github.com/rust-lang/crates.io-index"
4438checksum = "3304a64d199bb964be99741b7a14d26972741915b3649639149b2479bb46f4b5"4558checksum = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1"
44394559
4440[[package]]4560[[package]]
4441name = "libloading"4561name = "libloading"
4518 "prost-build",4638 "prost-build",
4519 "rand 0.8.5",4639 "rand 0.8.5",
4520 "rw-stream-sink",4640 "rw-stream-sink",
4521 "sec1",4641 "sec1 0.3.0",
4522 "sha2 0.10.6",4642 "sha2 0.10.6",
4523 "smallvec",4643 "smallvec",
4524 "thiserror",4644 "thiserror",
45294649
4530[[package]]4650[[package]]
4531name = "libp2p-core"4651name = "libp2p-core"
4532version = "0.39.1"4652version = "0.39.2"
4533source = "registry+https://github.com/rust-lang/crates.io-index"4653source = "registry+https://github.com/rust-lang/crates.io-index"
4534checksum = "9b7f8b7d65c070a5a1b5f8f0510648189da08f787b8963f8e21219e0710733af"4654checksum = "3c1df63c0b582aa434fb09b2d86897fa2b419ffeccf934b36f87fcedc8e835c2"
4535dependencies = [4655dependencies = [
4536 "either",4656 "either",
4537 "fnv",4657 "fnv",
45924712
4593[[package]]4713[[package]]
4594name = "libp2p-identity"4714name = "libp2p-identity"
4595version = "0.1.1"4715version = "0.1.2"
4596source = "registry+https://github.com/rust-lang/crates.io-index"4716source = "registry+https://github.com/rust-lang/crates.io-index"
4597checksum = "8a8ea433ae0cea7e3315354305237b9897afe45278b2118a7a57ca744e70fd27"4717checksum = "9e2d584751cecb2aabaa56106be6be91338a60a0f4e420cf2af639204f596fc1"
4598dependencies = [4718dependencies = [
4599 "bs58",4719 "bs58",
4600 "ed25519-dalek",4720 "ed25519-dalek",
4601 "log",4721 "log",
4602 "multiaddr 0.17.1",4722 "multiaddr 0.17.1",
4603 "multihash 0.17.0",4723 "multihash 0.17.0",
4604 "prost",
4605 "quick-protobuf",4724 "quick-protobuf",
4606 "rand 0.8.5",4725 "rand 0.8.5",
4726 "sha2 0.10.6",
4607 "thiserror",4727 "thiserror",
4608 "zeroize",4728 "zeroize",
4609]4729]
4823dependencies = [4943dependencies = [
4824 "futures",4944 "futures",
4825 "futures-rustls",4945 "futures-rustls",
4826 "libp2p-core 0.39.1",4946 "libp2p-core 0.39.2",
4827 "libp2p-identity",4947 "libp2p-identity",
4828 "rcgen 0.10.0",4948 "rcgen 0.10.0",
4829 "ring",4949 "ring",
49145034
4915[[package]]5035[[package]]
4916name = "librocksdb-sys"5036name = "librocksdb-sys"
4917version = "0.8.3+7.4.4"5037version = "0.10.0+7.9.2"
4918source = "registry+https://github.com/rust-lang/crates.io-index"5038source = "registry+https://github.com/rust-lang/crates.io-index"
4919checksum = "557b255ff04123fcc176162f56ed0c9cd42d8f357cf55b3fabeb60f7413741b3"5039checksum = "0fe4d5874f5ff2bc616e55e8c6086d478fcda13faf9495768a4aa1c22042d30b"
4920dependencies = [5040dependencies = [
4921 "bindgen",5041 "bindgen",
4922 "bzip2-sys",5042 "bzip2-sys",
49775097
4978[[package]]5098[[package]]
4979name = "libz-sys"5099name = "libz-sys"
4980version = "1.1.8"5100version = "1.1.9"
4981source = "registry+https://github.com/rust-lang/crates.io-index"5101source = "registry+https://github.com/rust-lang/crates.io-index"
4982checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf"5102checksum = "56ee889ecc9568871456d42f603d6a0ce59ff328d291063a45cbdf0036baf6db"
4983dependencies = [5103dependencies = [
4984 "cc",5104 "cc",
4985 "pkg-config",5105 "pkg-config",
5019 "nalgebra",5139 "nalgebra",
5020]5140]
5021
5022[[package]]
5023name = "linux-raw-sys"
5024version = "0.0.46"
5025source = "registry+https://github.com/rust-lang/crates.io-index"
5026checksum = "d4d2456c373231a208ad294c33dc5bff30051eafd954cd4caae83a712b12854d"
50275141
5028[[package]]5142[[package]]
5029name = "linux-raw-sys"5143name = "linux-raw-sys"
50335147
5034[[package]]5148[[package]]
5035name = "linux-raw-sys"5149name = "linux-raw-sys"
5036version = "0.3.1"5150version = "0.3.7"
5037source = "registry+https://github.com/rust-lang/crates.io-index"5151source = "registry+https://github.com/rust-lang/crates.io-index"
5038checksum = "d59d8c75012853d2e872fb56bc8a2e53718e2cafe1a4c823143141c6d90c322f"5152checksum = "ece97ea872ece730aed82664c424eb4c8291e1ff2480247ccf7409044bc6479f"
50395153
5040[[package]]5154[[package]]
5041name = "lock_api"5155name = "lock_api"
51355249
5136[[package]]5250[[package]]
5137name = "matrixmultiply"5251name = "matrixmultiply"
5138version = "0.3.2"5252version = "0.3.7"
5139source = "registry+https://github.com/rust-lang/crates.io-index"5253source = "registry+https://github.com/rust-lang/crates.io-index"
5140checksum = "add85d4dd35074e6fedc608f8c8f513a3548619a9024b751949ef0e8e45a4d84"5254checksum = "090126dc04f95dc0d1c1c91f61bdd474b3930ca064c1edc8a849da2c6cbe1e77"
5141dependencies = [5255dependencies = [
5256 "autocfg",
5142 "rawpointer",5257 "rawpointer",
5143]5258]
51445259
5163source = "registry+https://github.com/rust-lang/crates.io-index"5278source = "registry+https://github.com/rust-lang/crates.io-index"
5164checksum = "ffc89ccdc6e10d6907450f753537ebc5c5d3460d2e4e62ea74bd571db62c0f9e"5279checksum = "ffc89ccdc6e10d6907450f753537ebc5c5d3460d2e4e62ea74bd571db62c0f9e"
5165dependencies = [5280dependencies = [
5166 "rustix 0.37.11",5281 "rustix 0.37.19",
5167]5282]
51685283
5169[[package]]5284[[package]]
5246 "adler",5361 "adler",
5247]5362]
5363
5364[[package]]
5365name = "miniz_oxide"
5366version = "0.7.1"
5367source = "registry+https://github.com/rust-lang/crates.io-index"
5368checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
5369dependencies = [
5370 "adler",
5371]
52485372
5249[[package]]5373[[package]]
5250name = "mio"5374name = "mio"
5261[[package]]5385[[package]]
5262name = "mmr-gadget"5386name = "mmr-gadget"
5263version = "4.0.0-dev"5387version = "4.0.0-dev"
5264source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"5388source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
5265dependencies = [5389dependencies = [
5266 "futures",5390 "futures",
5267 "log",5391 "log",
5280[[package]]5404[[package]]
5281name = "mmr-rpc"5405name = "mmr-rpc"
5282version = "4.0.0-dev"5406version = "4.0.0-dev"
5283source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"5407source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
5284dependencies = [5408dependencies = [
5285 "anyhow",5409 "anyhow",
5286 "jsonrpsee",5410 "jsonrpsee",
5381 "digest 0.10.6",5505 "digest 0.10.6",
5382 "multihash-derive",5506 "multihash-derive",
5383 "sha2 0.10.6",5507 "sha2 0.10.6",
5384 "sha3 0.10.7",5508 "sha3 0.10.8",
5385 "unsigned-varint",5509 "unsigned-varint",
5386]5510]
53875511
5392checksum = "835d6ff01d610179fbce3de1694d007e500bf33a7f29689838941d6bf783ae40"5516checksum = "835d6ff01d610179fbce3de1694d007e500bf33a7f29689838941d6bf783ae40"
5393dependencies = [5517dependencies = [
5394 "core2",5518 "core2",
5395 "digest 0.10.6",
5396 "multihash-derive",5519 "multihash-derive",
5397 "sha2 0.10.6",
5398 "unsigned-varint",5520 "unsigned-varint",
5399]5521]
54005522
5736 "frame-system-benchmarking",5858 "frame-system-benchmarking",
5737 "frame-system-rpc-runtime-api",5859 "frame-system-rpc-runtime-api",
5738 "frame-try-runtime",5860 "frame-try-runtime",
5739 "hex-literal 0.4.1",5861 "hex-literal",
5740 "impl-trait-for-tuples",5862 "impl-trait-for-tuples",
5741 "log",5863 "log",
5742 "num_enum",5864 "num_enum",
5873[[package]]5995[[package]]
5874name = "orml-tokens"5996name = "orml-tokens"
5875version = "0.4.1-dev"5997version = "0.4.1-dev"
5876source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.41#71e9e0c73a2abc1ff8c1c3511869d60f57caa2c0"5998source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.42#e86744a4b466a9ff75bc3bf276c391b00482c08c"
5877dependencies = [5999dependencies = [
5878 "frame-support",6000 "frame-support",
5879 "frame-system",6001 "frame-system",
5880 "orml-traits",6002 "orml-traits",
5881 "parity-scale-codec",6003 "parity-scale-codec",
5882 "scale-info",6004 "scale-info",
5883 "serde",6005 "serde",
6006 "sp-arithmetic",
5884 "sp-runtime",6007 "sp-runtime",
5885 "sp-std",6008 "sp-std",
5886]6009]
58876010
5888[[package]]6011[[package]]
5889name = "orml-traits"6012name = "orml-traits"
5890version = "0.4.1-dev"6013version = "0.4.1-dev"
5891source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.41#71e9e0c73a2abc1ff8c1c3511869d60f57caa2c0"6014source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.42#e86744a4b466a9ff75bc3bf276c391b00482c08c"
5892dependencies = [6015dependencies = [
5893 "frame-support",6016 "frame-support",
5894 "impl-trait-for-tuples",6017 "impl-trait-for-tuples",
5907[[package]]6030[[package]]
5908name = "orml-utilities"6031name = "orml-utilities"
5909version = "0.4.1-dev"6032version = "0.4.1-dev"
5910source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.41#71e9e0c73a2abc1ff8c1c3511869d60f57caa2c0"6033source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.42#e86744a4b466a9ff75bc3bf276c391b00482c08c"
5911dependencies = [6034dependencies = [
5912 "frame-support",6035 "frame-support",
5913 "parity-scale-codec",6036 "parity-scale-codec",
5921[[package]]6044[[package]]
5922name = "orml-vesting"6045name = "orml-vesting"
5923version = "0.4.1-dev"6046version = "0.4.1-dev"
5924source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.41#71e9e0c73a2abc1ff8c1c3511869d60f57caa2c0"6047source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.42#e86744a4b466a9ff75bc3bf276c391b00482c08c"
5925dependencies = [6048dependencies = [
5926 "frame-support",6049 "frame-support",
5927 "frame-system",6050 "frame-system",
5936[[package]]6059[[package]]
5937name = "orml-xcm-support"6060name = "orml-xcm-support"
5938version = "0.4.1-dev"6061version = "0.4.1-dev"
5939source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.41#71e9e0c73a2abc1ff8c1c3511869d60f57caa2c0"6062source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.42#e86744a4b466a9ff75bc3bf276c391b00482c08c"
5940dependencies = [6063dependencies = [
5941 "frame-support",6064 "frame-support",
5942 "orml-traits",6065 "orml-traits",
5950[[package]]6073[[package]]
5951name = "orml-xtokens"6074name = "orml-xtokens"
5952version = "0.4.1-dev"6075version = "0.4.1-dev"
5953source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.41#71e9e0c73a2abc1ff8c1c3511869d60f57caa2c0"6076source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.42#e86744a4b466a9ff75bc3bf276c391b00482c08c"
5954dependencies = [6077dependencies = [
5955 "cumulus-primitives-core",6078 "cumulus-primitives-core",
5956 "frame-support",6079 "frame-support",
5974source = "registry+https://github.com/rust-lang/crates.io-index"6097source = "registry+https://github.com/rust-lang/crates.io-index"
5975checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"6098checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
5976dependencies = [6099dependencies = [
5977 "ecdsa",6100 "ecdsa 0.14.8",
5978 "elliptic-curve",6101 "elliptic-curve 0.12.3",
5979 "sha2 0.10.6",6102 "sha2 0.10.6",
5980]6103]
59816104
5985source = "registry+https://github.com/rust-lang/crates.io-index"6108source = "registry+https://github.com/rust-lang/crates.io-index"
5986checksum = "dfc8c5bf642dde52bb9e87c0ecd8ca5a76faac2eeed98dedb7c717997e1080aa"6109checksum = "dfc8c5bf642dde52bb9e87c0ecd8ca5a76faac2eeed98dedb7c717997e1080aa"
5987dependencies = [6110dependencies = [
5988 "ecdsa",6111 "ecdsa 0.14.8",
5989 "elliptic-curve",6112 "elliptic-curve 0.12.3",
5990 "sha2 0.10.6",6113 "sha2 0.10.6",
5991]6114]
59926115
6026[[package]]6149[[package]]
6027name = "pallet-aura"6150name = "pallet-aura"
6028version = "4.0.0-dev"6151version = "4.0.0-dev"
6029source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"6152source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
6030dependencies = [6153dependencies = [
6031 "frame-support",6154 "frame-support",
6032 "frame-system",6155 "frame-system",
6042[[package]]6165[[package]]
6043name = "pallet-authority-discovery"6166name = "pallet-authority-discovery"
6044version = "4.0.0-dev"6167version = "4.0.0-dev"
6045source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"6168source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
6046dependencies = [6169dependencies = [
6047 "frame-support",6170 "frame-support",
6048 "frame-system",6171 "frame-system",
6058[[package]]6181[[package]]
6059name = "pallet-authorship"6182name = "pallet-authorship"
6060version = "4.0.0-dev"6183version = "4.0.0-dev"
6061source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"6184source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
6062dependencies = [6185dependencies = [
6063 "frame-support",6186 "frame-support",
6064 "frame-system",6187 "frame-system",
6072[[package]]6195[[package]]
6073name = "pallet-babe"6196name = "pallet-babe"
6074version = "4.0.0-dev"6197version = "4.0.0-dev"
6075source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"6198source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
6076dependencies = [6199dependencies = [
6077 "frame-benchmarking",6200 "frame-benchmarking",
6078 "frame-support",6201 "frame-support",
6085 "scale-info",6208 "scale-info",
6086 "sp-application-crypto",6209 "sp-application-crypto",
6087 "sp-consensus-babe",6210 "sp-consensus-babe",
6088 "sp-consensus-vrf",6211 "sp-core",
6089 "sp-io",6212 "sp-io",
6090 "sp-runtime",6213 "sp-runtime",
6091 "sp-session",6214 "sp-session",
6096[[package]]6219[[package]]
6097name = "pallet-bags-list"6220name = "pallet-bags-list"
6098version = "4.0.0-dev"6221version = "4.0.0-dev"
6099source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"6222source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
6100dependencies = [6223dependencies = [
6101 "frame-benchmarking",6224 "frame-benchmarking",
6102 "frame-election-provider-support",6225 "frame-election-provider-support",
6116[[package]]6239[[package]]
6117name = "pallet-balances"6240name = "pallet-balances"
6118version = "4.0.0-dev"6241version = "4.0.0-dev"
6119source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"6242source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
6120dependencies = [6243dependencies = [
6121 "frame-benchmarking",6244 "frame-benchmarking",
6122 "frame-support",6245 "frame-support",
6131[[package]]6254[[package]]
6132name = "pallet-base-fee"6255name = "pallet-base-fee"
6133version = "1.0.0"6256version = "1.0.0"
6134source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.41#1ed335108b39dcdaeacdaed8eeb33c2e7657273e"6257source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42#75ad5b9a49e1942553c4068228f1546ffb1f7246"
6135dependencies = [6258dependencies = [
6136 "fp-evm",6259 "fp-evm",
6137 "frame-support",6260 "frame-support",
6145[[package]]6268[[package]]
6146name = "pallet-beefy"6269name = "pallet-beefy"
6147version = "4.0.0-dev"6270version = "4.0.0-dev"
6148source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"6271source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
6149dependencies = [6272dependencies = [
6150 "frame-support",6273 "frame-support",
6151 "frame-system",6274 "frame-system",
6164[[package]]6287[[package]]
6165name = "pallet-beefy-mmr"6288name = "pallet-beefy-mmr"
6166version = "4.0.0-dev"6289version = "4.0.0-dev"
6167source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"6290source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
6168dependencies = [6291dependencies = [
6169 "array-bytes 4.2.0",6292 "array-bytes 4.2.0",
6170 "binary-merkle-tree",6293 "binary-merkle-tree",
6188[[package]]6311[[package]]
6189name = "pallet-bounties"6312name = "pallet-bounties"
6190version = "4.0.0-dev"6313version = "4.0.0-dev"
6191source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"6314source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
6192dependencies = [6315dependencies = [
6193 "frame-benchmarking",6316 "frame-benchmarking",
6194 "frame-support",6317 "frame-support",
6206[[package]]6329[[package]]
6207name = "pallet-child-bounties"6330name = "pallet-child-bounties"
6208version = "4.0.0-dev"6331version = "4.0.0-dev"
6209source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"6332source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
6210dependencies = [6333dependencies = [
6211 "frame-benchmarking",6334 "frame-benchmarking",
6212 "frame-support",6335 "frame-support",
6252[[package]]6375[[package]]
6253name = "pallet-collective"6376name = "pallet-collective"
6254version = "4.0.0-dev"6377version = "4.0.0-dev"
6255source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"6378source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
6256dependencies = [6379dependencies = [
6257 "frame-benchmarking",6380 "frame-benchmarking",
6258 "frame-support",6381 "frame-support",
6306[[package]]6429[[package]]
6307name = "pallet-conviction-voting"6430name = "pallet-conviction-voting"
6308version = "4.0.0-dev"6431version = "4.0.0-dev"
6309source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"6432source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
6310dependencies = [6433dependencies = [
6311 "assert_matches",6434 "assert_matches",
6312 "frame-benchmarking",6435 "frame-benchmarking",
6323[[package]]6446[[package]]
6324name = "pallet-democracy"6447name = "pallet-democracy"
6325version = "4.0.0-dev"6448version = "4.0.0-dev"
6326source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"6449source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
6327dependencies = [6450dependencies = [
6328 "frame-benchmarking",6451 "frame-benchmarking",
6329 "frame-support",6452 "frame-support",
6341[[package]]6464[[package]]
6342name = "pallet-election-provider-multi-phase"6465name = "pallet-election-provider-multi-phase"
6343version = "4.0.0-dev"6466version = "4.0.0-dev"
6344source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"6467source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
6345dependencies = [6468dependencies = [
6346 "frame-benchmarking",6469 "frame-benchmarking",
6347 "frame-election-provider-support",6470 "frame-election-provider-support",
6364[[package]]6487[[package]]
6365name = "pallet-election-provider-support-benchmarking"6488name = "pallet-election-provider-support-benchmarking"
6366version = "4.0.0-dev"6489version = "4.0.0-dev"
6367source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"6490source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
6368dependencies = [6491dependencies = [
6369 "frame-benchmarking",6492 "frame-benchmarking",
6370 "frame-election-provider-support",6493 "frame-election-provider-support",
6377[[package]]6500[[package]]
6378name = "pallet-elections-phragmen"6501name = "pallet-elections-phragmen"
6379version = "5.0.0-dev"6502version = "5.0.0-dev"
6380source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"6503source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
6381dependencies = [6504dependencies = [
6382 "frame-benchmarking",6505 "frame-benchmarking",
6383 "frame-support",6506 "frame-support",
6395[[package]]6518[[package]]
6396name = "pallet-ethereum"6519name = "pallet-ethereum"
6397version = "4.0.0-dev"6520version = "4.0.0-dev"
6398source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.41#1ed335108b39dcdaeacdaed8eeb33c2e7657273e"6521source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42#75ad5b9a49e1942553c4068228f1546ffb1f7246"
6399dependencies = [6522dependencies = [
6400 "ethereum",6523 "ethereum",
6401 "ethereum-types",6524 "ethereum-types",
6408 "frame-support",6531 "frame-support",
6409 "frame-system",6532 "frame-system",
6410 "pallet-evm",6533 "pallet-evm",
6411 "pallet-timestamp",
6412 "parity-scale-codec",6534 "parity-scale-codec",
6413 "scale-info",6535 "scale-info",
6414 "sp-io",6536 "sp-io",
6419[[package]]6541[[package]]
6420name = "pallet-evm"6542name = "pallet-evm"
6421version = "6.0.0-dev"6543version = "6.0.0-dev"
6422source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.41#1ed335108b39dcdaeacdaed8eeb33c2e7657273e"6544source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42#75ad5b9a49e1942553c4068228f1546ffb1f7246"
6423dependencies = [6545dependencies = [
6424 "environmental",6546 "environmental",
6425 "evm",6547 "evm",
6431 "hex",6553 "hex",
6432 "impl-trait-for-tuples",6554 "impl-trait-for-tuples",
6433 "log",6555 "log",
6434 "pallet-timestamp",
6435 "parity-scale-codec",6556 "parity-scale-codec",
6436 "rlp",6557 "rlp",
6437 "scale-info",6558 "scale-info",
6499[[package]]6620[[package]]
6500name = "pallet-evm-precompile-simple"6621name = "pallet-evm-precompile-simple"
6501version = "2.0.0-dev"6622version = "2.0.0-dev"
6502source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.41#1ed335108b39dcdaeacdaed8eeb33c2e7657273e"6623source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42#75ad5b9a49e1942553c4068228f1546ffb1f7246"
6503dependencies = [6624dependencies = [
6504 "fp-evm",6625 "fp-evm",
6505 "ripemd",6626 "ripemd",
6525[[package]]6646[[package]]
6526name = "pallet-fast-unstake"6647name = "pallet-fast-unstake"
6527version = "4.0.0-dev"6648version = "4.0.0-dev"
6528source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"6649source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
6529dependencies = [6650dependencies = [
6530 "frame-benchmarking",6651 "frame-benchmarking",
6531 "frame-election-provider-support",6652 "frame-election-provider-support",
6585[[package]]6706[[package]]
6586name = "pallet-grandpa"6707name = "pallet-grandpa"
6587version = "4.0.0-dev"6708version = "4.0.0-dev"
6588source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"6709source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
6589dependencies = [6710dependencies = [
6590 "frame-benchmarking",6711 "frame-benchmarking",
6591 "frame-support",6712 "frame-support",
6625[[package]]6746[[package]]
6626name = "pallet-identity"6747name = "pallet-identity"
6627version = "4.0.0-dev"6748version = "4.0.0-dev"
6628source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"6749source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
6629dependencies = [6750dependencies = [
6630 "enumflags2",6751 "enumflags2",
6631 "frame-benchmarking",6752 "frame-benchmarking",
6641[[package]]6762[[package]]
6642name = "pallet-im-online"6763name = "pallet-im-online"
6643version = "4.0.0-dev"6764version = "4.0.0-dev"
6644source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"6765source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
6645dependencies = [6766dependencies = [
6646 "frame-benchmarking",6767 "frame-benchmarking",
6647 "frame-support",6768 "frame-support",
6661[[package]]6782[[package]]
6662name = "pallet-indices"6783name = "pallet-indices"
6663version = "4.0.0-dev"6784version = "4.0.0-dev"
6664source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"6785source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
6665dependencies = [6786dependencies = [
6666 "frame-benchmarking",6787 "frame-benchmarking",
6667 "frame-support",6788 "frame-support",
6707[[package]]6828[[package]]
6708name = "pallet-membership"6829name = "pallet-membership"
6709version = "4.0.0-dev"6830version = "4.0.0-dev"
6710source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"6831source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
6711dependencies = [6832dependencies = [
6712 "frame-benchmarking",6833 "frame-benchmarking",
6713 "frame-support",6834 "frame-support",
6724[[package]]6845[[package]]
6725name = "pallet-mmr"6846name = "pallet-mmr"
6726version = "4.0.0-dev"6847version = "4.0.0-dev"
6727source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"6848source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
6728dependencies = [6849dependencies = [
6729 "frame-benchmarking",6850 "frame-benchmarking",
6730 "frame-support",6851 "frame-support",
6741[[package]]6862[[package]]
6742name = "pallet-multisig"6863name = "pallet-multisig"
6743version = "4.0.0-dev"6864version = "4.0.0-dev"
6744source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"6865source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
6745dependencies = [6866dependencies = [
6746 "frame-benchmarking",6867 "frame-benchmarking",
6747 "frame-support",6868 "frame-support",
6757[[package]]6878[[package]]
6758name = "pallet-nis"6879name = "pallet-nis"
6759version = "4.0.0-dev"6880version = "4.0.0-dev"
6760source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"6881source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
6761dependencies = [6882dependencies = [
6762 "frame-benchmarking",6883 "frame-benchmarking",
6763 "frame-support",6884 "frame-support",
6773[[package]]6894[[package]]
6774name = "pallet-nomination-pools"6895name = "pallet-nomination-pools"
6775version = "1.0.0"6896version = "1.0.0"
6776source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"6897source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
6777dependencies = [6898dependencies = [
6778 "frame-support",6899 "frame-support",
6779 "frame-system",6900 "frame-system",
6790[[package]]6911[[package]]
6791name = "pallet-nomination-pools-benchmarking"6912name = "pallet-nomination-pools-benchmarking"
6792version = "1.0.0"6913version = "1.0.0"
6793source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"6914source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
6794dependencies = [6915dependencies = [
6795 "frame-benchmarking",6916 "frame-benchmarking",
6796 "frame-election-provider-support",6917 "frame-election-provider-support",
6810[[package]]6931[[package]]
6811name = "pallet-nomination-pools-runtime-api"6932name = "pallet-nomination-pools-runtime-api"
6812version = "1.0.0-dev"6933version = "1.0.0-dev"
6813source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"6934source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
6814dependencies = [6935dependencies = [
6815 "pallet-nomination-pools",6936 "pallet-nomination-pools",
6816 "parity-scale-codec",6937 "parity-scale-codec",
6842[[package]]6963[[package]]
6843name = "pallet-offences"6964name = "pallet-offences"
6844version = "4.0.0-dev"6965version = "4.0.0-dev"
6845source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"6966source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
6846dependencies = [6967dependencies = [
6847 "frame-support",6968 "frame-support",
6848 "frame-system",6969 "frame-system",
6859[[package]]6980[[package]]
6860name = "pallet-offences-benchmarking"6981name = "pallet-offences-benchmarking"
6861version = "4.0.0-dev"6982version = "4.0.0-dev"
6862source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"6983source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
6863dependencies = [6984dependencies = [
6864 "frame-benchmarking",6985 "frame-benchmarking",
6865 "frame-election-provider-support",6986 "frame-election-provider-support",
6883[[package]]7004[[package]]
6884name = "pallet-preimage"7005name = "pallet-preimage"
6885version = "4.0.0-dev"7006version = "4.0.0-dev"
6886source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"7007source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
6887dependencies = [7008dependencies = [
6888 "frame-benchmarking",7009 "frame-benchmarking",
6889 "frame-support",7010 "frame-support",
6900[[package]]7021[[package]]
6901name = "pallet-proxy"7022name = "pallet-proxy"
6902version = "4.0.0-dev"7023version = "4.0.0-dev"
6903source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"7024source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
6904dependencies = [7025dependencies = [
6905 "frame-benchmarking",7026 "frame-benchmarking",
6906 "frame-support",7027 "frame-support",
6915[[package]]7036[[package]]
6916name = "pallet-ranked-collective"7037name = "pallet-ranked-collective"
6917version = "4.0.0-dev"7038version = "4.0.0-dev"
6918source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"7039source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
6919dependencies = [7040dependencies = [
6920 "frame-benchmarking",7041 "frame-benchmarking",
6921 "frame-support",7042 "frame-support",
6933[[package]]7054[[package]]
6934name = "pallet-recovery"7055name = "pallet-recovery"
6935version = "4.0.0-dev"7056version = "4.0.0-dev"
6936source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"7057source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
6937dependencies = [7058dependencies = [
6938 "frame-benchmarking",7059 "frame-benchmarking",
6939 "frame-support",7060 "frame-support",
6948[[package]]7069[[package]]
6949name = "pallet-referenda"7070name = "pallet-referenda"
6950version = "4.0.0-dev"7071version = "4.0.0-dev"
6951source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"7072source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
6952dependencies = [7073dependencies = [
6953 "assert_matches",7074 "assert_matches",
6954 "frame-benchmarking",7075 "frame-benchmarking",
6987[[package]]7108[[package]]
6988name = "pallet-scheduler"7109name = "pallet-scheduler"
6989version = "4.0.0-dev"7110version = "4.0.0-dev"
6990source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"7111source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
6991dependencies = [7112dependencies = [
6992 "frame-benchmarking",7113 "frame-benchmarking",
6993 "frame-support",7114 "frame-support",
7004[[package]]7125[[package]]
7005name = "pallet-session"7126name = "pallet-session"
7006version = "4.0.0-dev"7127version = "4.0.0-dev"
7007source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"7128source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
7008dependencies = [7129dependencies = [
7009 "frame-support",7130 "frame-support",
7010 "frame-system",7131 "frame-system",
7025[[package]]7146[[package]]
7026name = "pallet-session-benchmarking"7147name = "pallet-session-benchmarking"
7027version = "4.0.0-dev"7148version = "4.0.0-dev"
7028source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"7149source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
7029dependencies = [7150dependencies = [
7030 "frame-benchmarking",7151 "frame-benchmarking",
7031 "frame-support",7152 "frame-support",
7041[[package]]7162[[package]]
7042name = "pallet-society"7163name = "pallet-society"
7043version = "4.0.0-dev"7164version = "4.0.0-dev"
7044source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"7165source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
7045dependencies = [7166dependencies = [
7046 "frame-support",7167 "frame-support",
7047 "frame-system",7168 "frame-system",
7055[[package]]7176[[package]]
7056name = "pallet-staking"7177name = "pallet-staking"
7057version = "4.0.0-dev"7178version = "4.0.0-dev"
7058source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"7179source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
7059dependencies = [7180dependencies = [
7060 "frame-benchmarking",7181 "frame-benchmarking",
7061 "frame-election-provider-support",7182 "frame-election-provider-support",
7078[[package]]7199[[package]]
7079name = "pallet-staking-reward-curve"7200name = "pallet-staking-reward-curve"
7080version = "4.0.0-dev"7201version = "4.0.0-dev"
7081source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"7202source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
7082dependencies = [7203dependencies = [
7083 "proc-macro-crate",7204 "proc-macro-crate",
7084 "proc-macro2",7205 "proc-macro2",
7085 "quote",7206 "quote",
7086 "syn 1.0.109",7207 "syn 2.0.16",
7087]7208]
70887209
7089[[package]]7210[[package]]
7090name = "pallet-staking-reward-fn"7211name = "pallet-staking-reward-fn"
7091version = "4.0.0-dev"7212version = "4.0.0-dev"
7092source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"7213source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
7093dependencies = [7214dependencies = [
7094 "log",7215 "log",
7095 "sp-arithmetic",7216 "sp-arithmetic",
7098[[package]]7219[[package]]
7099name = "pallet-staking-runtime-api"7220name = "pallet-staking-runtime-api"
7100version = "4.0.0-dev"7221version = "4.0.0-dev"
7101source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"7222source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
7102dependencies = [7223dependencies = [
7103 "parity-scale-codec",7224 "parity-scale-codec",
7104 "sp-api",7225 "sp-api",
7107[[package]]7228[[package]]
7108name = "pallet-state-trie-migration"7229name = "pallet-state-trie-migration"
7109version = "4.0.0-dev"7230version = "4.0.0-dev"
7110source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"7231source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
7111dependencies = [7232dependencies = [
7112 "frame-benchmarking",7233 "frame-benchmarking",
7113 "frame-support",7234 "frame-support",
7140[[package]]7261[[package]]
7141name = "pallet-sudo"7262name = "pallet-sudo"
7142version = "4.0.0-dev"7263version = "4.0.0-dev"
7143source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"7264source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
7144dependencies = [7265dependencies = [
7145 "frame-support",7266 "frame-support",
7146 "frame-system",7267 "frame-system",
7154[[package]]7275[[package]]
7155name = "pallet-template-transaction-payment"7276name = "pallet-template-transaction-payment"
7156version = "3.0.0"7277version = "3.0.0"
7157source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.41#4e77985c89e3f36233f3fcb143dc7065111fa3e2"7278source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.42#be3a4a92920866f234c66eff18df9c624bb7dfc4"
7158dependencies = [7279dependencies = [
7159 "frame-benchmarking",7280 "frame-benchmarking",
7160 "frame-support",7281 "frame-support",
7186[[package]]7307[[package]]
7187name = "pallet-timestamp"7308name = "pallet-timestamp"
7188version = "4.0.0-dev"7309version = "4.0.0-dev"
7189source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"7310source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
7190dependencies = [7311dependencies = [
7191 "frame-benchmarking",7312 "frame-benchmarking",
7192 "frame-support",7313 "frame-support",
7204[[package]]7325[[package]]
7205name = "pallet-tips"7326name = "pallet-tips"
7206version = "4.0.0-dev"7327version = "4.0.0-dev"
7207source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"7328source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
7208dependencies = [7329dependencies = [
7209 "frame-benchmarking",7330 "frame-benchmarking",
7210 "frame-support",7331 "frame-support",
7223[[package]]7344[[package]]
7224name = "pallet-transaction-payment"7345name = "pallet-transaction-payment"
7225version = "4.0.0-dev"7346version = "4.0.0-dev"
7226source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"7347source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
7227dependencies = [7348dependencies = [
7228 "frame-support",7349 "frame-support",
7229 "frame-system",7350 "frame-system",
7239[[package]]7360[[package]]
7240name = "pallet-transaction-payment-rpc"7361name = "pallet-transaction-payment-rpc"
7241version = "4.0.0-dev"7362version = "4.0.0-dev"
7242source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"7363source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
7243dependencies = [7364dependencies = [
7244 "jsonrpsee",7365 "jsonrpsee",
7245 "pallet-transaction-payment-rpc-runtime-api",7366 "pallet-transaction-payment-rpc-runtime-api",
7255[[package]]7376[[package]]
7256name = "pallet-transaction-payment-rpc-runtime-api"7377name = "pallet-transaction-payment-rpc-runtime-api"
7257version = "4.0.0-dev"7378version = "4.0.0-dev"
7258source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"7379source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
7259dependencies = [7380dependencies = [
7260 "pallet-transaction-payment",7381 "pallet-transaction-payment",
7261 "parity-scale-codec",7382 "parity-scale-codec",
7267[[package]]7388[[package]]
7268name = "pallet-treasury"7389name = "pallet-treasury"
7269version = "4.0.0-dev"7390version = "4.0.0-dev"
7270source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"7391source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
7271dependencies = [7392dependencies = [
7272 "frame-benchmarking",7393 "frame-benchmarking",
7273 "frame-support",7394 "frame-support",
7325[[package]]7446[[package]]
7326name = "pallet-utility"7447name = "pallet-utility"
7327version = "4.0.0-dev"7448version = "4.0.0-dev"
7328source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"7449source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
7329dependencies = [7450dependencies = [
7330 "frame-benchmarking",7451 "frame-benchmarking",
7331 "frame-support",7452 "frame-support",
7341[[package]]7462[[package]]
7342name = "pallet-vesting"7463name = "pallet-vesting"
7343version = "4.0.0-dev"7464version = "4.0.0-dev"
7344source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"7465source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
7345dependencies = [7466dependencies = [
7346 "frame-benchmarking",7467 "frame-benchmarking",
7347 "frame-support",7468 "frame-support",
7356[[package]]7477[[package]]
7357name = "pallet-whitelist"7478name = "pallet-whitelist"
7358version = "4.0.0-dev"7479version = "4.0.0-dev"
7359source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"7480source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
7360dependencies = [7481dependencies = [
7361 "frame-benchmarking",7482 "frame-benchmarking",
7362 "frame-support",7483 "frame-support",
73707491
7371[[package]]7492[[package]]
7372name = "pallet-xcm"7493name = "pallet-xcm"
7373version = "0.9.41"7494version = "0.9.42"
7374source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.41#e203bfb396ed949f102720debf32fb98166787af"7495source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
7375dependencies = [7496dependencies = [
7376 "bounded-collections",7497 "bounded-collections",
7377 "frame-benchmarking",7498 "frame-benchmarking",
73917512
7392[[package]]7513[[package]]
7393name = "pallet-xcm-benchmarks"7514name = "pallet-xcm-benchmarks"
7394version = "0.9.41"7515version = "0.9.42"
7395source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.41#e203bfb396ed949f102720debf32fb98166787af"7516source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
7396dependencies = [7517dependencies = [
7397 "frame-benchmarking",7518 "frame-benchmarking",
7398 "frame-support",7519 "frame-support",
7411[[package]]7532[[package]]
7412name = "parachain-info"7533name = "parachain-info"
7413version = "0.1.0"7534version = "0.1.0"
7414source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.41#ae4e75b077c220bdf29b299b36a63b87ccb46b4c"7535source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"
7415dependencies = [7536dependencies = [
7416 "cumulus-primitives-core",7537 "cumulus-primitives-core",
7417 "frame-support",7538 "frame-support",
74227543
7423[[package]]7544[[package]]
7424name = "parity-db"7545name = "parity-db"
7425version = "0.4.6"7546version = "0.4.7"
7426source = "registry+https://github.com/rust-lang/crates.io-index"7547source = "registry+https://github.com/rust-lang/crates.io-index"
7427checksum = "00bfb81cf5c90a222db2fb7b3a7cbf8cc7f38dfb6647aca4d98edf8281f56ed5"7548checksum = "bd4572a52711e2ccff02b4973ec7e4a5b5c23387ebbfbd6cd42b34755714cefc"
7428dependencies = [7549dependencies = [
7429 "blake2",7550 "blake2",
7430 "crc32fast",7551 "crc32fast",
74427563
7443[[package]]7564[[package]]
7444name = "parity-scale-codec"7565name = "parity-scale-codec"
7445version = "3.4.0"7566version = "3.5.0"
7446source = "registry+https://github.com/rust-lang/crates.io-index"7567source = "registry+https://github.com/rust-lang/crates.io-index"
7447checksum = "637935964ff85a605d114591d4d2c13c5d1ba2806dae97cea6bf180238a749ac"7568checksum = "5ddb756ca205bd108aee3c62c6d3c994e1df84a59b9d6d4a5ea42ee1fd5a9a28"
7448dependencies = [7569dependencies = [
7449 "arrayvec 0.7.2",7570 "arrayvec 0.7.2",
7450 "bitvec",7571 "bitvec",
75897710
7590[[package]]7711[[package]]
7591name = "pest"7712name = "pest"
7592version = "2.5.7"7713version = "2.6.0"
7593source = "registry+https://github.com/rust-lang/crates.io-index"7714source = "registry+https://github.com/rust-lang/crates.io-index"
7594checksum = "7b1403e8401ad5dedea73c626b99758535b342502f8d1e361f4a2dd952749122"7715checksum = "e68e84bfb01f0507134eac1e9b410a12ba379d064eab48c50ba4ce329a527b70"
7595dependencies = [7716dependencies = [
7596 "thiserror",7717 "thiserror",
7597 "ucd-trie",7718 "ucd-trie",
7598]7719]
75997720
7600[[package]]7721[[package]]
7601name = "pest_derive"7722name = "pest_derive"
7602version = "2.5.7"7723version = "2.6.0"
7603source = "registry+https://github.com/rust-lang/crates.io-index"7724source = "registry+https://github.com/rust-lang/crates.io-index"
7604checksum = "be99c4c1d2fc2769b1d00239431d711d08f6efedcecb8b6e30707160aee99c15"7725checksum = "6b79d4c71c865a25a4322296122e3924d30bc8ee0834c8bfc8b95f7f054afbfb"
7605dependencies = [7726dependencies = [
7606 "pest",7727 "pest",
7607 "pest_generator",7728 "pest_generator",
7608]7729]
76097730
7610[[package]]7731[[package]]
7611name = "pest_generator"7732name = "pest_generator"
7612version = "2.5.7"7733version = "2.6.0"
7613source = "registry+https://github.com/rust-lang/crates.io-index"7734source = "registry+https://github.com/rust-lang/crates.io-index"
7614checksum = "e56094789873daa36164de2e822b3888c6ae4b4f9da555a1103587658c805b1e"7735checksum = "6c435bf1076437b851ebc8edc3a18442796b30f1728ffea6262d59bbe28b077e"
7615dependencies = [7736dependencies = [
7616 "pest",7737 "pest",
7617 "pest_meta",7738 "pest_meta",
7618 "proc-macro2",7739 "proc-macro2",
7619 "quote",7740 "quote",
7620 "syn 2.0.15",7741 "syn 2.0.16",
7621]7742]
76227743
7623[[package]]7744[[package]]
7624name = "pest_meta"7745name = "pest_meta"
7625version = "2.5.7"7746version = "2.6.0"
7626source = "registry+https://github.com/rust-lang/crates.io-index"7747source = "registry+https://github.com/rust-lang/crates.io-index"
7627checksum = "6733073c7cff3d8459fda0e42f13a047870242aed8b509fe98000928975f359e"7748checksum = "745a452f8eb71e39ffd8ee32b3c5f51d03845f99786fa9b68db6ff509c505411"
7628dependencies = [7749dependencies = [
7629 "once_cell",7750 "once_cell",
7630 "pest",7751 "pest",
76437764
7644[[package]]7765[[package]]
7645name = "pin-project"7766name = "pin-project"
7646version = "1.0.12"7767version = "1.1.0"
7647source = "registry+https://github.com/rust-lang/crates.io-index"7768source = "registry+https://github.com/rust-lang/crates.io-index"
7648checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"7769checksum = "c95a7476719eab1e366eaf73d0260af3021184f18177925b07f54b30089ceead"
7649dependencies = [7770dependencies = [
7650 "pin-project-internal",7771 "pin-project-internal",
7651]7772]
76527773
7653[[package]]7774[[package]]
7654name = "pin-project-internal"7775name = "pin-project-internal"
7655version = "1.0.12"7776version = "1.1.0"
7656source = "registry+https://github.com/rust-lang/crates.io-index"7777source = "registry+https://github.com/rust-lang/crates.io-index"
7657checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"7778checksum = "39407670928234ebc5e6e580247dd567ad73a3578460c5990f9503df207e8f07"
7658dependencies = [7779dependencies = [
7659 "proc-macro2",7780 "proc-macro2",
7660 "quote",7781 "quote",
7661 "syn 1.0.109",7782 "syn 2.0.16",
7662]7783]
76637784
7664[[package]]7785[[package]]
7685source = "registry+https://github.com/rust-lang/crates.io-index"7806source = "registry+https://github.com/rust-lang/crates.io-index"
7686checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"7807checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
7687dependencies = [7808dependencies = [
7688 "der",7809 "der 0.6.1",
7689 "spki",7810 "spki 0.6.0",
7690]7811]
7812
7813[[package]]
7814name = "pkcs8"
7815version = "0.10.2"
7816source = "registry+https://github.com/rust-lang/crates.io-index"
7817checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
7818dependencies = [
7819 "der 0.7.5",
7820 "spki 0.7.2",
7821]
76917822
7692[[package]]7823[[package]]
7693name = "pkg-config"7824name = "pkg-config"
7694version = "0.3.26"7825version = "0.3.27"
7695source = "registry+https://github.com/rust-lang/crates.io-index"7826source = "registry+https://github.com/rust-lang/crates.io-index"
7696checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"7827checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
76977828
7698[[package]]7829[[package]]
7699name = "platforms"7830name = "platforms"
77097840
7710[[package]]7841[[package]]
7711name = "polkadot-approval-distribution"7842name = "polkadot-approval-distribution"
7712version = "0.9.41"7843version = "0.9.42"
7713source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.41#e203bfb396ed949f102720debf32fb98166787af"7844source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
7714dependencies = [7845dependencies = [
7715 "futures",7846 "futures",
7847 "polkadot-node-jaeger",
7716 "polkadot-node-metrics",7848 "polkadot-node-metrics",
7717 "polkadot-node-network-protocol",7849 "polkadot-node-network-protocol",
7718 "polkadot-node-primitives",7850 "polkadot-node-primitives",
77247856
7725[[package]]7857[[package]]
7726name = "polkadot-availability-bitfield-distribution"7858name = "polkadot-availability-bitfield-distribution"
7727version = "0.9.41"7859version = "0.9.42"
7728source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.41#e203bfb396ed949f102720debf32fb98166787af"7860source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
7729dependencies = [7861dependencies = [
7730 "futures",7862 "futures",
7731 "polkadot-node-network-protocol",7863 "polkadot-node-network-protocol",
77387870
7739[[package]]7871[[package]]
7740name = "polkadot-availability-distribution"7872name = "polkadot-availability-distribution"
7741version = "0.9.41"7873version = "0.9.42"
7742source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.41#e203bfb396ed949f102720debf32fb98166787af"7874source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
7743dependencies = [7875dependencies = [
7744 "derive_more",7876 "derive_more",
7745 "fatality",7877 "fatality",
77617893
7762[[package]]7894[[package]]
7763name = "polkadot-availability-recovery"7895name = "polkadot-availability-recovery"
7764version = "0.9.41"7896version = "0.9.42"
7765source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.41#e203bfb396ed949f102720debf32fb98166787af"7897source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
7766dependencies = [7898dependencies = [
7767 "fatality",7899 "fatality",
7768 "futures",7900 "futures",
77827914
7783[[package]]7915[[package]]
7784name = "polkadot-cli"7916name = "polkadot-cli"
7785version = "0.9.41"7917version = "0.9.42"
7786source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.41#e203bfb396ed949f102720debf32fb98166787af"7918source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
7787dependencies = [7919dependencies = [
7788 "clap",7920 "clap",
7789 "frame-benchmarking-cli",7921 "frame-benchmarking-cli",
7790 "futures",7922 "futures",
7791 "log",7923 "log",
7792 "polkadot-client",7924 "polkadot-client",
7793 "polkadot-node-core-pvf",7925 "polkadot-node-core-pvf-worker",
7794 "polkadot-node-metrics",7926 "polkadot-node-metrics",
7795 "polkadot-performance-test",7927 "polkadot-performance-test",
7796 "polkadot-service",7928 "polkadot-service",
7803 "sp-core",7935 "sp-core",
7804 "sp-io",7936 "sp-io",
7805 "sp-keyring",7937 "sp-keyring",
7938 "sp-maybe-compressed-blob",
7806 "substrate-build-script-utils",7939 "substrate-build-script-utils",
7807 "thiserror",7940 "thiserror",
7808 "try-runtime-cli",7941 "try-runtime-cli",
7809]7942]
78107943
7811[[package]]7944[[package]]
7812name = "polkadot-client"7945name = "polkadot-client"
7813version = "0.9.41"7946version = "0.9.42"
7814source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.41#e203bfb396ed949f102720debf32fb98166787af"7947source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
7815dependencies = [7948dependencies = [
7816 "async-trait",7949 "async-trait",
7817 "frame-benchmarking",7950 "frame-benchmarking",
78527985
7853[[package]]7986[[package]]
7854name = "polkadot-collator-protocol"7987name = "polkadot-collator-protocol"
7855version = "0.9.41"7988version = "0.9.42"
7856source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.41#e203bfb396ed949f102720debf32fb98166787af"7989source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
7857dependencies = [7990dependencies = [
7858 "always-assert",7991 "always-assert",
7859 "bitvec",7992 "bitvec",
78748007
7875[[package]]8008[[package]]
7876name = "polkadot-core-primitives"8009name = "polkadot-core-primitives"
7877version = "0.9.41"8010version = "0.9.42"
7878source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.41#e203bfb396ed949f102720debf32fb98166787af"8011source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
7879dependencies = [8012dependencies = [
7880 "parity-scale-codec",8013 "parity-scale-codec",
7881 "scale-info",8014 "scale-info",
78868019
7887[[package]]8020[[package]]
7888name = "polkadot-dispute-distribution"8021name = "polkadot-dispute-distribution"
7889version = "0.9.41"8022version = "0.9.42"
7890source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.41#e203bfb396ed949f102720debf32fb98166787af"8023source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
7891dependencies = [8024dependencies = [
7892 "derive_more",8025 "derive_more",
7893 "fatality",8026 "fatality",
79118044
7912[[package]]8045[[package]]
7913name = "polkadot-erasure-coding"8046name = "polkadot-erasure-coding"
7914version = "0.9.41"8047version = "0.9.42"
7915source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.41#e203bfb396ed949f102720debf32fb98166787af"8048source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
7916dependencies = [8049dependencies = [
7917 "parity-scale-codec",8050 "parity-scale-codec",
7918 "polkadot-node-primitives",8051 "polkadot-node-primitives",
79258058
7926[[package]]8059[[package]]
7927name = "polkadot-gossip-support"8060name = "polkadot-gossip-support"
7928version = "0.9.41"8061version = "0.9.42"
7929source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.41#e203bfb396ed949f102720debf32fb98166787af"8062source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
7930dependencies = [8063dependencies = [
7931 "futures",8064 "futures",
7932 "futures-timer",8065 "futures-timer",
79458078
7946[[package]]8079[[package]]
7947name = "polkadot-network-bridge"8080name = "polkadot-network-bridge"
7948version = "0.9.41"8081version = "0.9.42"
7949source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.41#e203bfb396ed949f102720debf32fb98166787af"8082source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
7950dependencies = [8083dependencies = [
7951 "always-assert",8084 "always-assert",
7952 "async-trait",8085 "async-trait",
79688101
7969[[package]]8102[[package]]
7970name = "polkadot-node-collation-generation"8103name = "polkadot-node-collation-generation"
7971version = "0.9.41"8104version = "0.9.42"
7972source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.41#e203bfb396ed949f102720debf32fb98166787af"8105source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
7973dependencies = [8106dependencies = [
7974 "futures",8107 "futures",
7975 "parity-scale-codec",8108 "parity-scale-codec",
79868119
7987[[package]]8120[[package]]
7988name = "polkadot-node-core-approval-voting"8121name = "polkadot-node-core-approval-voting"
7989version = "0.9.41"8122version = "0.9.42"
7990source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.41#e203bfb396ed949f102720debf32fb98166787af"8123source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
7991dependencies = [8124dependencies = [
7992 "bitvec",8125 "bitvec",
7993 "derive_more",8126 "derive_more",
80158148
8016[[package]]8149[[package]]
8017name = "polkadot-node-core-av-store"8150name = "polkadot-node-core-av-store"
8018version = "0.9.41"8151version = "0.9.42"
8019source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.41#e203bfb396ed949f102720debf32fb98166787af"8152source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
8020dependencies = [8153dependencies = [
8021 "bitvec",8154 "bitvec",
8022 "futures",8155 "futures",
80368169
8037[[package]]8170[[package]]
8038name = "polkadot-node-core-backing"8171name = "polkadot-node-core-backing"
8039version = "0.9.41"8172version = "0.9.42"
8040source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.41#e203bfb396ed949f102720debf32fb98166787af"8173source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
8041dependencies = [8174dependencies = [
8042 "bitvec",8175 "bitvec",
8043 "fatality",8176 "fatality",
80558188
8056[[package]]8189[[package]]
8057name = "polkadot-node-core-bitfield-signing"8190name = "polkadot-node-core-bitfield-signing"
8058version = "0.9.41"8191version = "0.9.42"
8059source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.41#e203bfb396ed949f102720debf32fb98166787af"8192source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
8060dependencies = [8193dependencies = [
8061 "futures",8194 "futures",
8062 "polkadot-node-subsystem",8195 "polkadot-node-subsystem",
80708203
8071[[package]]8204[[package]]
8072name = "polkadot-node-core-candidate-validation"8205name = "polkadot-node-core-candidate-validation"
8073version = "0.9.41"8206version = "0.9.42"
8074source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.41#e203bfb396ed949f102720debf32fb98166787af"8207source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
8075dependencies = [8208dependencies = [
8076 "async-trait",8209 "async-trait",
8077 "futures",8210 "futures",
80908223
8091[[package]]8224[[package]]
8092name = "polkadot-node-core-chain-api"8225name = "polkadot-node-core-chain-api"
8093version = "0.9.41"8226version = "0.9.42"
8094source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.41#e203bfb396ed949f102720debf32fb98166787af"8227source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
8095dependencies = [8228dependencies = [
8096 "futures",8229 "futures",
8097 "polkadot-node-metrics",8230 "polkadot-node-metrics",
81058238
8106[[package]]8239[[package]]
8107name = "polkadot-node-core-chain-selection"8240name = "polkadot-node-core-chain-selection"
8108version = "0.9.41"8241version = "0.9.42"
8109source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.41#e203bfb396ed949f102720debf32fb98166787af"8242source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
8110dependencies = [8243dependencies = [
8111 "futures",8244 "futures",
8112 "futures-timer",8245 "futures-timer",
81228255
8123[[package]]8256[[package]]
8124name = "polkadot-node-core-dispute-coordinator"8257name = "polkadot-node-core-dispute-coordinator"
8125version = "0.9.41"8258version = "0.9.42"
8126source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.41#e203bfb396ed949f102720debf32fb98166787af"8259source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
8127dependencies = [8260dependencies = [
8128 "fatality",8261 "fatality",
8129 "futures",8262 "futures",
81418274
8142[[package]]8275[[package]]
8143name = "polkadot-node-core-parachains-inherent"8276name = "polkadot-node-core-parachains-inherent"
8144version = "0.9.41"8277version = "0.9.42"
8145source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.41#e203bfb396ed949f102720debf32fb98166787af"8278source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
8146dependencies = [8279dependencies = [
8147 "async-trait",8280 "async-trait",
8148 "futures",8281 "futures",
81588291
8159[[package]]8292[[package]]
8160name = "polkadot-node-core-provisioner"8293name = "polkadot-node-core-provisioner"
8161version = "0.9.41"8294version = "0.9.42"
8162source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.41#e203bfb396ed949f102720debf32fb98166787af"8295source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
8163dependencies = [8296dependencies = [
8164 "bitvec",8297 "bitvec",
8165 "fatality",8298 "fatality",
81768309
8177[[package]]8310[[package]]
8178name = "polkadot-node-core-pvf"8311name = "polkadot-node-core-pvf"
8179version = "0.9.41"8312version = "0.9.42"
8180source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.41#e203bfb396ed949f102720debf32fb98166787af"8313source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
8181dependencies = [8314dependencies = [
8182 "always-assert",8315 "always-assert",
8183 "assert_matches",
8184 "cpu-time",
8185 "futures",8316 "futures",
8186 "futures-timer",8317 "futures-timer",
8187 "libc",8318 "libc",
8193 "polkadot-parachain",8324 "polkadot-parachain",
8194 "polkadot-primitives",8325 "polkadot-primitives",
8195 "rand 0.8.5",8326 "rand 0.8.5",
8196 "rayon",
8197 "sc-executor",
8198 "sc-executor-common",
8199 "sc-executor-wasmtime",
8200 "slotmap",8327 "slotmap",
8201 "sp-core",8328 "sp-core",
8202 "sp-externalities",
8203 "sp-io",
8204 "sp-maybe-compressed-blob",8329 "sp-maybe-compressed-blob",
8205 "sp-tracing",8330 "sp-tracing",
8206 "sp-wasm-interface",8331 "sp-wasm-interface",
8207 "substrate-build-script-utils",8332 "substrate-build-script-utils",
8208 "tempfile",
8209 "tikv-jemalloc-ctl",
8210 "tokio",8333 "tokio",
8211 "tracing-gum",8334 "tracing-gum",
8212]8335]
82138336
8214[[package]]8337[[package]]
8215name = "polkadot-node-core-pvf-checker"8338name = "polkadot-node-core-pvf-checker"
8216version = "0.9.41"8339version = "0.9.42"
8217source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.41#e203bfb396ed949f102720debf32fb98166787af"8340source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
8218dependencies = [8341dependencies = [
8219 "futures",8342 "futures",
8220 "polkadot-node-primitives",8343 "polkadot-node-primitives",
8227 "tracing-gum",8350 "tracing-gum",
8228]8351]
8352
8353[[package]]
8354name = "polkadot-node-core-pvf-worker"
8355version = "0.9.42"
8356source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
8357dependencies = [
8358 "assert_matches",
8359 "cpu-time",
8360 "futures",
8361 "libc",
8362 "parity-scale-codec",
8363 "polkadot-node-core-pvf",
8364 "polkadot-parachain",
8365 "polkadot-primitives",
8366 "rayon",
8367 "sc-executor",
8368 "sc-executor-common",
8369 "sc-executor-wasmtime",
8370 "sp-core",
8371 "sp-externalities",
8372 "sp-io",
8373 "sp-maybe-compressed-blob",
8374 "sp-tracing",
8375 "substrate-build-script-utils",
8376 "tempfile",
8377 "tikv-jemalloc-ctl",
8378 "tokio",
8379 "tracing-gum",
8380]
82298381
8230[[package]]8382[[package]]
8231name = "polkadot-node-core-runtime-api"8383name = "polkadot-node-core-runtime-api"
8232version = "0.9.41"8384version = "0.9.42"
8233source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.41#e203bfb396ed949f102720debf32fb98166787af"8385source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
8234dependencies = [8386dependencies = [
8235 "futures",8387 "futures",
8236 "lru 0.9.0",8388 "lru 0.9.0",
82448396
8245[[package]]8397[[package]]
8246name = "polkadot-node-jaeger"8398name = "polkadot-node-jaeger"
8247version = "0.9.41"8399version = "0.9.42"
8248source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.41#e203bfb396ed949f102720debf32fb98166787af"8400source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
8249dependencies = [8401dependencies = [
8250 "lazy_static",8402 "lazy_static",
8251 "log",8403 "log",
82628414
8263[[package]]8415[[package]]
8264name = "polkadot-node-metrics"8416name = "polkadot-node-metrics"
8265version = "0.9.41"8417version = "0.9.42"
8266source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.41#e203bfb396ed949f102720debf32fb98166787af"8418source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
8267dependencies = [8419dependencies = [
8268 "bs58",8420 "bs58",
8269 "futures",8421 "futures",
82818433
8282[[package]]8434[[package]]
8283name = "polkadot-node-network-protocol"8435name = "polkadot-node-network-protocol"
8284version = "0.9.41"8436version = "0.9.42"
8285source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.41#e203bfb396ed949f102720debf32fb98166787af"8437source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
8286dependencies = [8438dependencies = [
8287 "async-trait",8439 "async-trait",
8288 "derive_more",8440 "derive_more",
83038455
8304[[package]]8456[[package]]
8305name = "polkadot-node-primitives"8457name = "polkadot-node-primitives"
8306version = "0.9.41"8458version = "0.9.42"
8307source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.41#e203bfb396ed949f102720debf32fb98166787af"8459source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
8308dependencies = [8460dependencies = [
8309 "bounded-vec",8461 "bounded-vec",
8310 "futures",8462 "futures",
8315 "serde",8467 "serde",
8316 "sp-application-crypto",8468 "sp-application-crypto",
8317 "sp-consensus-babe",8469 "sp-consensus-babe",
8318 "sp-consensus-vrf",
8319 "sp-core",8470 "sp-core",
8320 "sp-keystore",8471 "sp-keystore",
8321 "sp-maybe-compressed-blob",8472 "sp-maybe-compressed-blob",
8322 "sp-runtime",8473 "sp-runtime",
8323 "thiserror",8474 "thiserror",
8324 "zstd",8475 "zstd 0.11.2+zstd.1.5.2",
8325]8476]
83268477
8327[[package]]8478[[package]]
8328name = "polkadot-node-subsystem"8479name = "polkadot-node-subsystem"
8329version = "0.9.41"8480version = "0.9.42"
8330source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.41#e203bfb396ed949f102720debf32fb98166787af"8481source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
8331dependencies = [8482dependencies = [
8332 "polkadot-node-jaeger",8483 "polkadot-node-jaeger",
8333 "polkadot-node-subsystem-types",8484 "polkadot-node-subsystem-types",
83368487
8337[[package]]8488[[package]]
8338name = "polkadot-node-subsystem-types"8489name = "polkadot-node-subsystem-types"
8339version = "0.9.41"8490version = "0.9.42"
8340source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.41#e203bfb396ed949f102720debf32fb98166787af"8491source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
8341dependencies = [8492dependencies = [
8342 "async-trait",8493 "async-trait",
8343 "derive_more",8494 "derive_more",
83598510
8360[[package]]8511[[package]]
8361name = "polkadot-node-subsystem-util"8512name = "polkadot-node-subsystem-util"
8362version = "0.9.41"8513version = "0.9.42"
8363source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.41#e203bfb396ed949f102720debf32fb98166787af"8514source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
8364dependencies = [8515dependencies = [
8365 "async-trait",8516 "async-trait",
8366 "derive_more",8517 "derive_more",
83928543
8393[[package]]8544[[package]]
8394name = "polkadot-overseer"8545name = "polkadot-overseer"
8395version = "0.9.41"8546version = "0.9.42"
8396source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.41#e203bfb396ed949f102720debf32fb98166787af"8547source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
8397dependencies = [8548dependencies = [
8398 "async-trait",8549 "async-trait",
8399 "futures",8550 "futures",
84158566
8416[[package]]8567[[package]]
8417name = "polkadot-parachain"8568name = "polkadot-parachain"
8418version = "0.9.41"8569version = "0.9.42"
8419source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.41#e203bfb396ed949f102720debf32fb98166787af"8570source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
8420dependencies = [8571dependencies = [
8421 "bounded-collections",8572 "bounded-collections",
8422 "derive_more",8573 "derive_more",
84328583
8433[[package]]8584[[package]]
8434name = "polkadot-performance-test"8585name = "polkadot-performance-test"
8435version = "0.9.41"8586version = "0.9.42"
8436source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.41#e203bfb396ed949f102720debf32fb98166787af"8587source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
8437dependencies = [8588dependencies = [
8438 "env_logger 0.9.3",8589 "env_logger 0.9.3",
8439 "kusama-runtime",8590 "kusama-runtime",
8440 "log",8591 "log",
8441 "polkadot-erasure-coding",8592 "polkadot-erasure-coding",
8442 "polkadot-node-core-pvf",8593 "polkadot-node-core-pvf-worker",
8443 "polkadot-node-primitives",8594 "polkadot-node-primitives",
8444 "polkadot-primitives",8595 "polkadot-primitives",
8445 "quote",8596 "quote",
8597 "sc-executor-common",
8598 "sp-maybe-compressed-blob",
8446 "thiserror",8599 "thiserror",
8447]8600]
84488601
8449[[package]]8602[[package]]
8450name = "polkadot-primitives"8603name = "polkadot-primitives"
8451version = "0.9.41"8604version = "0.9.42"
8452source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.41#e203bfb396ed949f102720debf32fb98166787af"8605source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
8453dependencies = [8606dependencies = [
8454 "bitvec",8607 "bitvec",
8455 "hex-literal 0.3.4",8608 "hex-literal",
8456 "parity-scale-codec",8609 "parity-scale-codec",
8457 "polkadot-core-primitives",8610 "polkadot-core-primitives",
8458 "polkadot-parachain",8611 "polkadot-parachain",
84748627
8475[[package]]8628[[package]]
8476name = "polkadot-rpc"8629name = "polkadot-rpc"
8477version = "0.9.41"8630version = "0.9.42"
8478source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.41#e203bfb396ed949f102720debf32fb98166787af"8631source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
8479dependencies = [8632dependencies = [
8480 "jsonrpsee",8633 "jsonrpsee",
8481 "mmr-rpc",8634 "mmr-rpc",
85068659
8507[[package]]8660[[package]]
8508name = "polkadot-runtime"8661name = "polkadot-runtime"
8509version = "0.9.41"8662version = "0.9.42"
8510source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.41#e203bfb396ed949f102720debf32fb98166787af"8663source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
8511dependencies = [8664dependencies = [
8512 "bitvec",8665 "bitvec",
8513 "frame-benchmarking",8666 "frame-benchmarking",
8518 "frame-system-benchmarking",8671 "frame-system-benchmarking",
8519 "frame-system-rpc-runtime-api",8672 "frame-system-rpc-runtime-api",
8520 "frame-try-runtime",8673 "frame-try-runtime",
8521 "hex-literal 0.3.4",8674 "hex-literal",
8522 "log",8675 "log",
8523 "pallet-authority-discovery",8676 "pallet-authority-discovery",
8524 "pallet-authorship",8677 "pallet-authorship",
8528 "pallet-bounties",8681 "pallet-bounties",
8529 "pallet-child-bounties",8682 "pallet-child-bounties",
8530 "pallet-collective",8683 "pallet-collective",
8684 "pallet-conviction-voting",
8531 "pallet-democracy",8685 "pallet-democracy",
8532 "pallet-election-provider-multi-phase",8686 "pallet-election-provider-multi-phase",
8533 "pallet-election-provider-support-benchmarking",8687 "pallet-election-provider-support-benchmarking",
8534 "pallet-elections-phragmen",8688 "pallet-elections-phragmen",
8535 "pallet-fast-unstake",8689 "pallet-fast-unstake",
8536 "pallet-grandpa",8690 "pallet-grandpa",
8537 "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41)",8691 "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42)",
8538 "pallet-im-online",8692 "pallet-im-online",
8539 "pallet-indices",8693 "pallet-indices",
8540 "pallet-membership",8694 "pallet-membership",
8546 "pallet-offences-benchmarking",8700 "pallet-offences-benchmarking",
8547 "pallet-preimage",8701 "pallet-preimage",
8548 "pallet-proxy",8702 "pallet-proxy",
8703 "pallet-referenda",
8549 "pallet-scheduler",8704 "pallet-scheduler",
8550 "pallet-session",8705 "pallet-session",
8551 "pallet-session-benchmarking",8706 "pallet-session-benchmarking",
8559 "pallet-treasury",8714 "pallet-treasury",
8560 "pallet-utility",8715 "pallet-utility",
8561 "pallet-vesting",8716 "pallet-vesting",
8717 "pallet-whitelist",
8562 "pallet-xcm",8718 "pallet-xcm",
8563 "parity-scale-codec",8719 "parity-scale-codec",
8564 "polkadot-primitives",8720 "polkadot-primitives",
8571 "serde_derive",8727 "serde_derive",
8572 "smallvec",8728 "smallvec",
8573 "sp-api",8729 "sp-api",
8730 "sp-arithmetic",
8574 "sp-authority-discovery",8731 "sp-authority-discovery",
8575 "sp-block-builder",8732 "sp-block-builder",
8576 "sp-consensus-babe",8733 "sp-consensus-babe",
85968753
8597[[package]]8754[[package]]
8598name = "polkadot-runtime-common"8755name = "polkadot-runtime-common"
8599version = "0.9.41"8756version = "0.9.42"
8600source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.41#e203bfb396ed949f102720debf32fb98166787af"8757source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
8601dependencies = [8758dependencies = [
8602 "bitvec",8759 "bitvec",
8603 "frame-benchmarking",8760 "frame-benchmarking",
86428799
8643[[package]]8800[[package]]
8644name = "polkadot-runtime-constants"8801name = "polkadot-runtime-constants"
8645version = "0.9.41"8802version = "0.9.42"
8646source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.41#e203bfb396ed949f102720debf32fb98166787af"8803source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
8647dependencies = [8804dependencies = [
8648 "frame-support",8805 "frame-support",
8649 "polkadot-primitives",8806 "polkadot-primitives",
86568813
8657[[package]]8814[[package]]
8658name = "polkadot-runtime-metrics"8815name = "polkadot-runtime-metrics"
8659version = "0.9.41"8816version = "0.9.42"
8660source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.41#e203bfb396ed949f102720debf32fb98166787af"8817source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
8661dependencies = [8818dependencies = [
8662 "bs58",8819 "bs58",
8663 "parity-scale-codec",8820 "parity-scale-codec",
86688825
8669[[package]]8826[[package]]
8670name = "polkadot-runtime-parachains"8827name = "polkadot-runtime-parachains"
8671version = "0.9.41"8828version = "0.9.42"
8672source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.41#e203bfb396ed949f102720debf32fb98166787af"8829source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
8673dependencies = [8830dependencies = [
8674 "bitflags",8831 "bitflags",
8675 "bitvec",8832 "bitvec",
87128869
8713[[package]]8870[[package]]
8714name = "polkadot-service"8871name = "polkadot-service"
8715version = "0.9.41"8872version = "0.9.42"
8716source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.41#e203bfb396ed949f102720debf32fb98166787af"8873source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
8717dependencies = [8874dependencies = [
8718 "async-trait",8875 "async-trait",
8719 "frame-benchmarking-cli",8876 "frame-benchmarking-cli",
8720 "frame-support",8877 "frame-support",
8721 "frame-system-rpc-runtime-api",8878 "frame-system-rpc-runtime-api",
8722 "futures",8879 "futures",
8723 "hex-literal 0.3.4",8880 "hex-literal",
8724 "kusama-runtime",8881 "kusama-runtime",
8725 "kvdb",8882 "kvdb",
8726 "kvdb-rocksdb",8883 "kvdb-rocksdb",
88218978
8822[[package]]8979[[package]]
8823name = "polkadot-statement-distribution"8980name = "polkadot-statement-distribution"
8824version = "0.9.41"8981version = "0.9.42"
8825source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.41#e203bfb396ed949f102720debf32fb98166787af"8982source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
8826dependencies = [8983dependencies = [
8827 "arrayvec 0.5.2",8984 "arrayvec 0.5.2",
8828 "fatality",8985 "fatality",
88428999
8843[[package]]9000[[package]]
8844name = "polkadot-statement-table"9001name = "polkadot-statement-table"
8845version = "0.9.41"9002version = "0.9.42"
8846source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.41#e203bfb396ed949f102720debf32fb98166787af"9003source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
8847dependencies = [9004dependencies = [
8848 "parity-scale-codec",9005 "parity-scale-codec",
8849 "polkadot-primitives",9006 "polkadot-primitives",
88529009
8853[[package]]9010[[package]]
8854name = "polling"9011name = "polling"
8855version = "2.7.0"9012version = "2.8.0"
8856source = "registry+https://github.com/rust-lang/crates.io-index"9013source = "registry+https://github.com/rust-lang/crates.io-index"
8857checksum = "4be1c66a6add46bff50935c313dae30a5030cf8385c5206e8a95e9e9def974aa"9014checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
8858dependencies = [9015dependencies = [
8859 "autocfg",9016 "autocfg",
8860 "bitflags",9017 "bitflags",
9023]9180]
90249181
9025[[package]]9182[[package]]
9026name = "proc-macro-hack"9183name = "proc-macro-warning"
9027version = "0.5.20+deprecated"9184version = "0.3.1"
9028source = "registry+https://github.com/rust-lang/crates.io-index"9185source = "registry+https://github.com/rust-lang/crates.io-index"
9029checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"9186checksum = "0e99670bafb56b9a106419397343bdbc8b8742c3cc449fec6345f86173f47cd4"
9187dependencies = [
9188 "proc-macro2",
9189 "quote",
9190 "syn 2.0.16",
9191]
90309192
9031[[package]]9193[[package]]
9032name = "proc-macro2"9194name = "proc-macro2"
9033version = "1.0.56"9195version = "1.0.57"
9034source = "registry+https://github.com/rust-lang/crates.io-index"9196source = "registry+https://github.com/rust-lang/crates.io-index"
9035checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435"9197checksum = "c4ec6d5fe0b140acb27c9a0444118cf55bfbb4e0b259739429abb4521dd67c16"
9036dependencies = [9198dependencies = [
9037 "unicode-ident",9199 "unicode-ident",
9038]9200]
9175 "frame-system-benchmarking",9337 "frame-system-benchmarking",
9176 "frame-system-rpc-runtime-api",9338 "frame-system-rpc-runtime-api",
9177 "frame-try-runtime",9339 "frame-try-runtime",
9178 "hex-literal 0.4.1",9340 "hex-literal",
9179 "impl-trait-for-tuples",9341 "impl-trait-for-tuples",
9180 "log",9342 "log",
9181 "num_enum",9343 "num_enum",
92959457
9296[[package]]9458[[package]]
9297name = "quote"9459name = "quote"
9298version = "1.0.26"9460version = "1.0.27"
9299source = "registry+https://github.com/rust-lang/crates.io-index"9461source = "registry+https://github.com/rust-lang/crates.io-index"
9300checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc"9462checksum = "8f4f29d145265ec1c483c7c654450edde0bfe043d3938d6972630663356d9500"
9301dependencies = [9463dependencies = [
9302 "proc-macro2",9464 "proc-macro2",
9303]9465]
9424dependencies = [9586dependencies = [
9425 "pem",9587 "pem",
9426 "ring",9588 "ring",
9427 "time 0.3.20",9589 "time 0.3.21",
9428 "x509-parser 0.13.2",9590 "x509-parser 0.13.2",
9429 "yasna",9591 "yasna",
9430]9592]
9437dependencies = [9599dependencies = [
9438 "pem",9600 "pem",
9439 "ring",9601 "ring",
9440 "time 0.3.20",9602 "time 0.3.21",
9441 "yasna",9603 "yasna",
9442]9604]
94439605
9500dependencies = [9662dependencies = [
9501 "proc-macro2",9663 "proc-macro2",
9502 "quote",9664 "quote",
9503 "syn 2.0.15",9665 "syn 2.0.16",
9504]9666]
95059667
9506[[package]]9668[[package]]
95179679
9518[[package]]9680[[package]]
9519name = "regex"9681name = "regex"
9520version = "1.7.3"9682version = "1.8.1"
9521source = "registry+https://github.com/rust-lang/crates.io-index"9683source = "registry+https://github.com/rust-lang/crates.io-index"
9522checksum = "8b1f693b24f6ac912f4893ef08244d70b6067480d2f1a46e950c9691e6749d1d"9684checksum = "af83e617f331cc6ae2da5443c602dfa5af81e517212d9d611a5b3ba1777b5370"
9523dependencies = [9685dependencies = [
9524 "aho-corasick",9686 "aho-corasick 1.0.1",
9525 "memchr",9687 "memchr",
9526 "regex-syntax",9688 "regex-syntax 0.7.1",
9527]9689]
95289690
9529[[package]]9691[[package]]
9532source = "registry+https://github.com/rust-lang/crates.io-index"9694source = "registry+https://github.com/rust-lang/crates.io-index"
9533checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"9695checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
9534dependencies = [9696dependencies = [
9535 "regex-syntax",9697 "regex-syntax 0.6.29",
9536]9698]
95379699
9538[[package]]9700[[package]]
9541source = "registry+https://github.com/rust-lang/crates.io-index"9703source = "registry+https://github.com/rust-lang/crates.io-index"
9542checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"9704checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
9705
9706[[package]]
9707name = "regex-syntax"
9708version = "0.7.1"
9709source = "registry+https://github.com/rust-lang/crates.io-index"
9710checksum = "a5996294f19bd3aae0453a862ad728f60e6600695733dd5df01da90c54363a3c"
95439711
9544[[package]]9712[[package]]
9545name = "region"9713name = "region"
9569source = "registry+https://github.com/rust-lang/crates.io-index"9737source = "registry+https://github.com/rust-lang/crates.io-index"
9570checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"9738checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
9571dependencies = [9739dependencies = [
9572 "crypto-bigint",9740 "crypto-bigint 0.4.9",
9573 "hmac 0.12.1",9741 "hmac 0.12.1",
9574 "zeroize",9742 "zeroize",
9575]9743]
9744
9745[[package]]
9746name = "rfc6979"
9747version = "0.4.0"
9748source = "registry+https://github.com/rust-lang/crates.io-index"
9749checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
9750dependencies = [
9751 "hmac 0.12.1",
9752 "subtle",
9753]
95769754
9577[[package]]9755[[package]]
9578name = "ring"9756name = "ring"
96229800
9623[[package]]9801[[package]]
9624name = "rocksdb"9802name = "rocksdb"
9625version = "0.19.0"9803version = "0.20.1"
9626source = "registry+https://github.com/rust-lang/crates.io-index"9804source = "registry+https://github.com/rust-lang/crates.io-index"
9627checksum = "7e9562ea1d70c0cc63a34a22d977753b50cca91cc6b6527750463bd5dd8697bc"9805checksum = "015439787fce1e75d55f279078d33ff14b4af5d93d995e8838ee4631301c8a99"
9628dependencies = [9806dependencies = [
9629 "libc",9807 "libc",
9630 "librocksdb-sys",9808 "librocksdb-sys",
9631]9809]
96329810
9633[[package]]9811[[package]]
9634name = "rococo-runtime"9812name = "rococo-runtime"
9635version = "0.9.41"9813version = "0.9.42"
9636source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.41#e203bfb396ed949f102720debf32fb98166787af"9814source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
9637dependencies = [9815dependencies = [
9638 "binary-merkle-tree",9816 "binary-merkle-tree",
9639 "frame-benchmarking",9817 "frame-benchmarking",
9643 "frame-system-benchmarking",9821 "frame-system-benchmarking",
9644 "frame-system-rpc-runtime-api",9822 "frame-system-rpc-runtime-api",
9645 "frame-try-runtime",9823 "frame-try-runtime",
9646 "hex-literal 0.3.4",9824 "hex-literal",
9647 "log",9825 "log",
9648 "pallet-authority-discovery",9826 "pallet-authority-discovery",
9649 "pallet-authorship",9827 "pallet-authorship",
9657 "pallet-democracy",9835 "pallet-democracy",
9658 "pallet-elections-phragmen",9836 "pallet-elections-phragmen",
9659 "pallet-grandpa",9837 "pallet-grandpa",
9660 "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41)",9838 "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42)",
9661 "pallet-im-online",9839 "pallet-im-online",
9662 "pallet-indices",9840 "pallet-indices",
9663 "pallet-membership",9841 "pallet-membership",
97189896
9719[[package]]9897[[package]]
9720name = "rococo-runtime-constants"9898name = "rococo-runtime-constants"
9721version = "0.9.41"9899version = "0.9.42"
9722source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.41#e203bfb396ed949f102720debf32fb98166787af"9900source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
9723dependencies = [9901dependencies = [
9724 "frame-support",9902 "frame-support",
9725 "polkadot-primitives",9903 "polkadot-primitives",
97939971
9794[[package]]9972[[package]]
9795name = "rustc-demangle"9973name = "rustc-demangle"
9796version = "0.1.22"9974version = "0.1.23"
9797source = "registry+https://github.com/rust-lang/crates.io-index"9975source = "registry+https://github.com/rust-lang/crates.io-index"
9798checksum = "d4a36c42d1873f9a77c53bde094f9664d9891bc604a45b4798fd2c389ed12e5b"9976checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
97999977
9800[[package]]9978[[package]]
9801name = "rustc-hash"9979name = "rustc-hash"
9827 "nom",10005 "nom",
9828]10006]
9829
9830[[package]]
9831name = "rustix"
9832version = "0.35.13"
9833source = "registry+https://github.com/rust-lang/crates.io-index"
9834checksum = "727a1a6d65f786ec22df8a81ca3121107f235970dc1705ed681d3e6e8b9cd5f9"
9835dependencies = [
9836 "bitflags",
9837 "errno 0.2.8",
9838 "io-lifetimes 0.7.5",
9839 "libc",
9840 "linux-raw-sys 0.0.46",
9841 "windows-sys 0.42.0",
9842]
984310007
9844[[package]]10008[[package]]
9845name = "rustix"10009name = "rustix"
9846version = "0.36.12"10010version = "0.36.13"
9847source = "registry+https://github.com/rust-lang/crates.io-index"10011source = "registry+https://github.com/rust-lang/crates.io-index"
9848checksum = "e0af200a3324fa5bcd922e84e9b55a298ea9f431a489f01961acdebc6e908f25"10012checksum = "3a38f9520be93aba504e8ca974197f46158de5dcaa9fa04b57c57cd6a679d658"
9849dependencies = [10013dependencies = [
9850 "bitflags",10014 "bitflags",
9851 "errno 0.3.1",10015 "errno",
9852 "io-lifetimes 1.0.10",10016 "io-lifetimes",
9853 "libc",10017 "libc",
9854 "linux-raw-sys 0.1.4",10018 "linux-raw-sys 0.1.4",
9855 "windows-sys 0.45.0",10019 "windows-sys 0.45.0",
9856]10020]
985710021
9858[[package]]10022[[package]]
9859name = "rustix"10023name = "rustix"
9860version = "0.37.11"10024version = "0.37.19"
9861source = "registry+https://github.com/rust-lang/crates.io-index"10025source = "registry+https://github.com/rust-lang/crates.io-index"
9862checksum = "85597d61f83914ddeba6a47b3b8ffe7365107221c2e557ed94426489fefb5f77"10026checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d"
9863dependencies = [10027dependencies = [
9864 "bitflags",10028 "bitflags",
9865 "errno 0.3.1",10029 "errno",
9866 "io-lifetimes 1.0.10",10030 "io-lifetimes",
9867 "libc",10031 "libc",
9868 "linux-raw-sys 0.3.1",10032 "linux-raw-sys 0.3.7",
9869 "windows-sys 0.48.0",10033 "windows-sys 0.48.0",
9870]10034]
987110035
9959[[package]]10123[[package]]
9960name = "sc-allocator"10124name = "sc-allocator"
9961version = "4.1.0-dev"10125version = "4.1.0-dev"
9962source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"10126source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
9963dependencies = [10127dependencies = [
9964 "log",10128 "log",
9965 "sp-core",10129 "sp-core",
9970[[package]]10134[[package]]
9971name = "sc-authority-discovery"10135name = "sc-authority-discovery"
9972version = "0.10.0-dev"10136version = "0.10.0-dev"
9973source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"10137source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
9974dependencies = [10138dependencies = [
9975 "async-trait",10139 "async-trait",
9976 "futures",10140 "futures",
9998[[package]]10162[[package]]
9999name = "sc-basic-authorship"10163name = "sc-basic-authorship"
10000version = "0.10.0-dev"10164version = "0.10.0-dev"
10001source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"10165source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
10002dependencies = [10166dependencies = [
10003 "futures",10167 "futures",
10004 "futures-timer",10168 "futures-timer",
10021[[package]]10185[[package]]
10022name = "sc-block-builder"10186name = "sc-block-builder"
10023version = "0.10.0-dev"10187version = "0.10.0-dev"
10024source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"10188source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
10025dependencies = [10189dependencies = [
10026 "parity-scale-codec",10190 "parity-scale-codec",
10027 "sc-client-api",10191 "sc-client-api",
10036[[package]]10200[[package]]
10037name = "sc-chain-spec"10201name = "sc-chain-spec"
10038version = "4.0.0-dev"10202version = "4.0.0-dev"
10039source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"10203source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
10040dependencies = [10204dependencies = [
10041 "memmap2",10205 "memmap2",
10042 "sc-chain-spec-derive",10206 "sc-chain-spec-derive",
10055[[package]]10219[[package]]
10056name = "sc-chain-spec-derive"10220name = "sc-chain-spec-derive"
10057version = "4.0.0-dev"10221version = "4.0.0-dev"
10058source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"10222source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
10059dependencies = [10223dependencies = [
10060 "proc-macro-crate",10224 "proc-macro-crate",
10061 "proc-macro2",10225 "proc-macro2",
10062 "quote",10226 "quote",
10063 "syn 1.0.109",10227 "syn 2.0.16",
10064]10228]
1006510229
10066[[package]]10230[[package]]
10067name = "sc-cli"10231name = "sc-cli"
10068version = "0.10.0-dev"10232version = "0.10.0-dev"
10069source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"10233source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
10070dependencies = [10234dependencies = [
10071 "array-bytes 4.2.0",10235 "array-bytes 4.2.0",
10072 "chrono",10236 "chrono",
10106[[package]]10270[[package]]
10107name = "sc-client-api"10271name = "sc-client-api"
10108version = "4.0.0-dev"10272version = "4.0.0-dev"
10109source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"10273source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
10110dependencies = [10274dependencies = [
10111 "fnv",10275 "fnv",
10112 "futures",10276 "futures",
10132[[package]]10296[[package]]
10133name = "sc-client-db"10297name = "sc-client-db"
10134version = "0.10.0-dev"10298version = "0.10.0-dev"
10135source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"10299source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
10136dependencies = [10300dependencies = [
10137 "hash-db 0.16.0",10301 "hash-db 0.16.0",
10138 "kvdb",10302 "kvdb",
10158[[package]]10322[[package]]
10159name = "sc-consensus"10323name = "sc-consensus"
10160version = "0.10.0-dev"10324version = "0.10.0-dev"
10161source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"10325source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
10162dependencies = [10326dependencies = [
10163 "async-trait",10327 "async-trait",
10164 "futures",10328 "futures",
10183[[package]]10347[[package]]
10184name = "sc-consensus-aura"10348name = "sc-consensus-aura"
10185version = "0.10.0-dev"10349version = "0.10.0-dev"
10186source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"10350source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
10187dependencies = [10351dependencies = [
10188 "async-trait",10352 "async-trait",
10189 "futures",10353 "futures",
10212[[package]]10376[[package]]
10213name = "sc-consensus-babe"10377name = "sc-consensus-babe"
10214version = "0.10.0-dev"10378version = "0.10.0-dev"
10215source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"10379source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
10216dependencies = [10380dependencies = [
10217 "async-trait",10381 "async-trait",
10218 "fork-tree",10382 "fork-tree",
10219 "futures",10383 "futures",
10220 "log",10384 "log",
10221 "merlin",
10222 "num-bigint",10385 "num-bigint",
10223 "num-rational",10386 "num-rational",
10224 "num-traits",10387 "num-traits",
10231 "sc-keystore",10394 "sc-keystore",
10232 "sc-telemetry",10395 "sc-telemetry",
10233 "scale-info",10396 "scale-info",
10234 "schnorrkel",
10235 "sp-api",10397 "sp-api",
10236 "sp-application-crypto",10398 "sp-application-crypto",
10237 "sp-block-builder",10399 "sp-block-builder",
10238 "sp-blockchain",10400 "sp-blockchain",
10239 "sp-consensus",10401 "sp-consensus",
10240 "sp-consensus-babe",10402 "sp-consensus-babe",
10241 "sp-consensus-slots",10403 "sp-consensus-slots",
10242 "sp-consensus-vrf",
10243 "sp-core",10404 "sp-core",
10244 "sp-inherents",10405 "sp-inherents",
10245 "sp-keystore",10406 "sp-keystore",
10251[[package]]10412[[package]]
10252name = "sc-consensus-babe-rpc"10413name = "sc-consensus-babe-rpc"
10253version = "0.10.0-dev"10414version = "0.10.0-dev"
10254source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"10415source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
10255dependencies = [10416dependencies = [
10256 "futures",10417 "futures",
10257 "jsonrpsee",10418 "jsonrpsee",
10273[[package]]10434[[package]]
10274name = "sc-consensus-beefy"10435name = "sc-consensus-beefy"
10275version = "4.0.0-dev"10436version = "4.0.0-dev"
10276source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"10437source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
10277dependencies = [10438dependencies = [
10278 "array-bytes 4.2.0",10439 "array-bytes 4.2.0",
10279 "async-trait",10440 "async-trait",
10308[[package]]10469[[package]]
10309name = "sc-consensus-beefy-rpc"10470name = "sc-consensus-beefy-rpc"
10310version = "4.0.0-dev"10471version = "4.0.0-dev"
10311source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"10472source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
10312dependencies = [10473dependencies = [
10313 "futures",10474 "futures",
10314 "jsonrpsee",10475 "jsonrpsee",
10327[[package]]10488[[package]]
10328name = "sc-consensus-epochs"10489name = "sc-consensus-epochs"
10329version = "0.10.0-dev"10490version = "0.10.0-dev"
10330source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"10491source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
10331dependencies = [10492dependencies = [
10332 "fork-tree",10493 "fork-tree",
10333 "parity-scale-codec",10494 "parity-scale-codec",
10340[[package]]10501[[package]]
10341name = "sc-consensus-grandpa"10502name = "sc-consensus-grandpa"
10342version = "0.10.0-dev"10503version = "0.10.0-dev"
10343source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"10504source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
10344dependencies = [10505dependencies = [
10345 "ahash 0.8.3",10506 "ahash 0.8.3",
10346 "array-bytes 4.2.0",10507 "array-bytes 4.2.0",
10380[[package]]10541[[package]]
10381name = "sc-consensus-grandpa-rpc"10542name = "sc-consensus-grandpa-rpc"
10382version = "0.10.0-dev"10543version = "0.10.0-dev"
10383source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"10544source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
10384dependencies = [10545dependencies = [
10385 "finality-grandpa",10546 "finality-grandpa",
10386 "futures",10547 "futures",
10400[[package]]10561[[package]]
10401name = "sc-consensus-manual-seal"10562name = "sc-consensus-manual-seal"
10402version = "0.10.0-dev"10563version = "0.10.0-dev"
10403source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"10564source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
10404dependencies = [10565dependencies = [
10405 "assert_matches",10566 "assert_matches",
10406 "async-trait",10567 "async-trait",
10434[[package]]10595[[package]]
10435name = "sc-consensus-slots"10596name = "sc-consensus-slots"
10436version = "0.10.0-dev"10597version = "0.10.0-dev"
10437source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"10598source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
10438dependencies = [10599dependencies = [
10439 "async-trait",10600 "async-trait",
10440 "futures",10601 "futures",
10457[[package]]10618[[package]]
10458name = "sc-executor"10619name = "sc-executor"
10459version = "0.10.0-dev"10620version = "0.10.0-dev"
10460source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"10621source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
10461dependencies = [10622dependencies = [
10462 "lru 0.8.1",10623 "lru 0.8.1",
10463 "parity-scale-codec",10624 "parity-scale-codec",
10481[[package]]10642[[package]]
10482name = "sc-executor-common"10643name = "sc-executor-common"
10483version = "0.10.0-dev"10644version = "0.10.0-dev"
10484source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"10645source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
10485dependencies = [10646dependencies = [
10486 "sc-allocator",10647 "sc-allocator",
10487 "sp-maybe-compressed-blob",10648 "sp-maybe-compressed-blob",
10494[[package]]10655[[package]]
10495name = "sc-executor-wasmi"10656name = "sc-executor-wasmi"
10496version = "0.10.0-dev"10657version = "0.10.0-dev"
10497source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"10658source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
10498dependencies = [10659dependencies = [
10499 "log",10660 "log",
10500 "sc-allocator",10661 "sc-allocator",
10507[[package]]10668[[package]]
10508name = "sc-executor-wasmtime"10669name = "sc-executor-wasmtime"
10509version = "0.10.0-dev"10670version = "0.10.0-dev"
10510source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"10671source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
10511dependencies = [10672dependencies = [
10512 "anyhow",10673 "anyhow",
10513 "cfg-if",10674 "cfg-if",
10514 "libc",10675 "libc",
10515 "log",10676 "log",
10516 "once_cell",10677 "once_cell",
10517 "rustix 0.36.12",10678 "rustix 0.36.13",
10518 "sc-allocator",10679 "sc-allocator",
10519 "sc-executor-common",10680 "sc-executor-common",
10520 "sp-runtime-interface",10681 "sp-runtime-interface",
10525[[package]]10686[[package]]
10526name = "sc-informant"10687name = "sc-informant"
10527version = "0.10.0-dev"10688version = "0.10.0-dev"
10528source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"10689source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
10529dependencies = [10690dependencies = [
10530 "ansi_term",10691 "ansi_term",
10531 "futures",10692 "futures",
10541[[package]]10702[[package]]
10542name = "sc-keystore"10703name = "sc-keystore"
10543version = "4.0.0-dev"10704version = "4.0.0-dev"
10544source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"10705source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
10545dependencies = [10706dependencies = [
10546 "array-bytes 4.2.0",10707 "array-bytes 4.2.0",
10547 "async-trait",10708 "async-trait",
10556[[package]]10717[[package]]
10557name = "sc-network"10718name = "sc-network"
10558version = "0.10.0-dev"10719version = "0.10.0-dev"
10559source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"10720source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
10560dependencies = [10721dependencies = [
10561 "array-bytes 4.2.0",10722 "array-bytes 4.2.0",
10562 "async-channel",10723 "async-channel",
10586 "serde",10747 "serde",
10587 "serde_json",10748 "serde_json",
10588 "smallvec",10749 "smallvec",
10750 "snow",
10589 "sp-arithmetic",10751 "sp-arithmetic",
10590 "sp-blockchain",10752 "sp-blockchain",
10591 "sp-consensus",10753 "sp-consensus",
10600[[package]]10762[[package]]
10601name = "sc-network-bitswap"10763name = "sc-network-bitswap"
10602version = "0.10.0-dev"10764version = "0.10.0-dev"
10603source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"10765source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
10604dependencies = [10766dependencies = [
10605 "cid",10767 "cid",
10606 "futures",10768 "futures",
10620[[package]]10782[[package]]
10621name = "sc-network-common"10783name = "sc-network-common"
10622version = "0.10.0-dev"10784version = "0.10.0-dev"
10623source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"10785source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
10624dependencies = [10786dependencies = [
10625 "array-bytes 4.2.0",10787 "array-bytes 4.2.0",
10626 "async-trait",10788 "async-trait",
10648[[package]]10810[[package]]
10649name = "sc-network-gossip"10811name = "sc-network-gossip"
10650version = "0.10.0-dev"10812version = "0.10.0-dev"
10651source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"10813source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
10652dependencies = [10814dependencies = [
10653 "ahash 0.8.3",10815 "ahash 0.8.3",
10654 "futures",10816 "futures",
10667[[package]]10829[[package]]
10668name = "sc-network-light"10830name = "sc-network-light"
10669version = "0.10.0-dev"10831version = "0.10.0-dev"
10670source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"10832source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
10671dependencies = [10833dependencies = [
10672 "array-bytes 4.2.0",10834 "array-bytes 4.2.0",
10673 "futures",10835 "futures",
10689[[package]]10851[[package]]
10690name = "sc-network-sync"10852name = "sc-network-sync"
10691version = "0.10.0-dev"10853version = "0.10.0-dev"
10692source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"10854source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
10693dependencies = [10855dependencies = [
10694 "array-bytes 4.2.0",10856 "array-bytes 4.2.0",
10695 "async-trait",10857 "async-trait",
10723[[package]]10885[[package]]
10724name = "sc-network-transactions"10886name = "sc-network-transactions"
10725version = "0.10.0-dev"10887version = "0.10.0-dev"
10726source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"10888source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
10727dependencies = [10889dependencies = [
10728 "array-bytes 4.2.0",10890 "array-bytes 4.2.0",
10729 "futures",10891 "futures",
10743[[package]]10905[[package]]
10744name = "sc-offchain"10906name = "sc-offchain"
10745version = "4.0.0-dev"10907version = "4.0.0-dev"
10746source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"10908source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
10747dependencies = [10909dependencies = [
10748 "array-bytes 4.2.0",10910 "array-bytes 4.2.0",
10749 "bytes",10911 "bytes",
10774[[package]]10936[[package]]
10775name = "sc-peerset"10937name = "sc-peerset"
10776version = "4.0.0-dev"10938version = "4.0.0-dev"
10777source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"10939source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
10778dependencies = [10940dependencies = [
10779 "futures",10941 "futures",
10780 "libp2p",10942 "libp2p",
10787[[package]]10949[[package]]
10788name = "sc-proposer-metrics"10950name = "sc-proposer-metrics"
10789version = "0.10.0-dev"10951version = "0.10.0-dev"
10790source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"10952source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
10791dependencies = [10953dependencies = [
10792 "log",10954 "log",
10793 "substrate-prometheus-endpoint",10955 "substrate-prometheus-endpoint",
10796[[package]]10958[[package]]
10797name = "sc-rpc"10959name = "sc-rpc"
10798version = "4.0.0-dev"10960version = "4.0.0-dev"
10799source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"10961source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
10800dependencies = [10962dependencies = [
10801 "futures",10963 "futures",
10802 "jsonrpsee",10964 "jsonrpsee",
10826[[package]]10988[[package]]
10827name = "sc-rpc-api"10989name = "sc-rpc-api"
10828version = "0.10.0-dev"10990version = "0.10.0-dev"
10829source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"10991source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
10830dependencies = [10992dependencies = [
10831 "jsonrpsee",10993 "jsonrpsee",
10832 "parity-scale-codec",10994 "parity-scale-codec",
10845[[package]]11007[[package]]
10846name = "sc-rpc-server"11008name = "sc-rpc-server"
10847version = "4.0.0-dev"11009version = "4.0.0-dev"
10848source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"11010source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
10849dependencies = [11011dependencies = [
10850 "http",11012 "http",
10851 "jsonrpsee",11013 "jsonrpsee",
10860[[package]]11022[[package]]
10861name = "sc-rpc-spec-v2"11023name = "sc-rpc-spec-v2"
10862version = "0.10.0-dev"11024version = "0.10.0-dev"
10863source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"11025source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
10864dependencies = [11026dependencies = [
10865 "array-bytes 4.2.0",11027 "array-bytes 4.2.0",
10866 "futures",11028 "futures",
10886[[package]]11048[[package]]
10887name = "sc-service"11049name = "sc-service"
10888version = "0.10.0-dev"11050version = "0.10.0-dev"
10889source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"11051source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
10890dependencies = [11052dependencies = [
10891 "async-trait",11053 "async-trait",
10892 "directories",11054 "directories",
10952[[package]]11114[[package]]
10953name = "sc-state-db"11115name = "sc-state-db"
10954version = "0.10.0-dev"11116version = "0.10.0-dev"
10955source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"11117source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
10956dependencies = [11118dependencies = [
10957 "log",11119 "log",
10958 "parity-scale-codec",11120 "parity-scale-codec",
10963[[package]]11125[[package]]
10964name = "sc-storage-monitor"11126name = "sc-storage-monitor"
10965version = "0.1.0"11127version = "0.1.0"
10966source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"11128source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
10967dependencies = [11129dependencies = [
10968 "clap",11130 "clap",
10969 "fs4",11131 "fs4",
10979[[package]]11141[[package]]
10980name = "sc-sync-state-rpc"11142name = "sc-sync-state-rpc"
10981version = "0.10.0-dev"11143version = "0.10.0-dev"
10982source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"11144source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
10983dependencies = [11145dependencies = [
10984 "jsonrpsee",11146 "jsonrpsee",
10985 "parity-scale-codec",11147 "parity-scale-codec",
10998[[package]]11160[[package]]
10999name = "sc-sysinfo"11161name = "sc-sysinfo"
11000version = "6.0.0-dev"11162version = "6.0.0-dev"
11001source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"11163source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
11002dependencies = [11164dependencies = [
11003 "futures",11165 "futures",
11004 "libc",11166 "libc",
11017[[package]]11179[[package]]
11018name = "sc-telemetry"11180name = "sc-telemetry"
11019version = "4.0.0-dev"11181version = "4.0.0-dev"
11020source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"11182source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
11021dependencies = [11183dependencies = [
11022 "chrono",11184 "chrono",
11023 "futures",11185 "futures",
11036[[package]]11198[[package]]
11037name = "sc-tracing"11199name = "sc-tracing"
11038version = "4.0.0-dev"11200version = "4.0.0-dev"
11039source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"11201source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
11040dependencies = [11202dependencies = [
11041 "ansi_term",11203 "ansi_term",
11042 "atty",11204 "atty",
11067[[package]]11229[[package]]
11068name = "sc-tracing-proc-macro"11230name = "sc-tracing-proc-macro"
11069version = "4.0.0-dev"11231version = "4.0.0-dev"
11070source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"11232source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
11071dependencies = [11233dependencies = [
11072 "proc-macro-crate",11234 "proc-macro-crate",
11073 "proc-macro2",11235 "proc-macro2",
11074 "quote",11236 "quote",
11075 "syn 1.0.109",11237 "syn 2.0.16",
11076]11238]
1107711239
11078[[package]]11240[[package]]
11079name = "sc-transaction-pool"11241name = "sc-transaction-pool"
11080version = "4.0.0-dev"11242version = "4.0.0-dev"
11081source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"11243source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
11082dependencies = [11244dependencies = [
11083 "async-trait",11245 "async-trait",
11084 "futures",11246 "futures",
11105[[package]]11267[[package]]
11106name = "sc-transaction-pool-api"11268name = "sc-transaction-pool-api"
11107version = "4.0.0-dev"11269version = "4.0.0-dev"
11108source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"11270source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
11109dependencies = [11271dependencies = [
11110 "async-trait",11272 "async-trait",
11111 "futures",11273 "futures",
11119[[package]]11281[[package]]
11120name = "sc-utils"11282name = "sc-utils"
11121version = "4.0.0-dev"11283version = "4.0.0-dev"
11122source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"11284source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
11123dependencies = [11285dependencies = [
11124 "async-channel",11286 "async-channel",
11125 "futures",11287 "futures",
1113311295
11134[[package]]11296[[package]]
11135name = "scale-info"11297name = "scale-info"
11136version = "2.5.0"11298version = "2.6.0"
11137source = "registry+https://github.com/rust-lang/crates.io-index"11299source = "registry+https://github.com/rust-lang/crates.io-index"
11138checksum = "0cfdffd972d76b22f3d7f81c8be34b2296afd3a25e0a547bd9abe340a4dbbe97"11300checksum = "dfdef77228a4c05dc94211441595746732131ad7f6530c6c18f045da7b7ab937"
11139dependencies = [11301dependencies = [
11140 "bitvec",11302 "bitvec",
11141 "cfg-if",11303 "cfg-if",
1114711309
11148[[package]]11310[[package]]
11149name = "scale-info-derive"11311name = "scale-info-derive"
11150version = "2.5.0"11312version = "2.6.0"
11151source = "registry+https://github.com/rust-lang/crates.io-index"11313source = "registry+https://github.com/rust-lang/crates.io-index"
11152checksum = "61fa974aea2d63dd18a4ec3a49d59af9f34178c73a4f56d2f18205628d00681e"11314checksum = "53012eae69e5aa5c14671942a5dd47de59d4cdcff8532a6dd0e081faf1119482"
11153dependencies = [11315dependencies = [
11154 "proc-macro-crate",11316 "proc-macro-crate",
11155 "proc-macro2",11317 "proc-macro2",
11245source = "registry+https://github.com/rust-lang/crates.io-index"11407source = "registry+https://github.com/rust-lang/crates.io-index"
11246checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"11408checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
11247dependencies = [11409dependencies = [
11248 "base16ct",11410 "base16ct 0.1.1",
11249 "der",11411 "der 0.6.1",
11250 "generic-array 0.14.7",11412 "generic-array 0.14.7",
11251 "pkcs8",11413 "pkcs8 0.9.0",
11252 "subtle",11414 "subtle",
11253 "zeroize",11415 "zeroize",
11254]11416]
11417
11418[[package]]
11419name = "sec1"
11420version = "0.7.2"
11421source = "registry+https://github.com/rust-lang/crates.io-index"
11422checksum = "f0aec48e813d6b90b15f0b8948af3c63483992dee44c03e9930b3eebdabe046e"
11423dependencies = [
11424 "base16ct 0.2.0",
11425 "der 0.7.5",
11426 "generic-array 0.14.7",
11427 "pkcs8 0.10.2",
11428 "subtle",
11429 "zeroize",
11430]
1125511431
11256[[package]]11432[[package]]
11257name = "secp256k1"11433name = "secp256k1"
1128211458
11283[[package]]11459[[package]]
11284name = "security-framework"11460name = "security-framework"
11285version = "2.8.2"11461version = "2.9.0"
11286source = "registry+https://github.com/rust-lang/crates.io-index"11462source = "registry+https://github.com/rust-lang/crates.io-index"
11287checksum = "a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254"11463checksum = "ca2855b3715770894e67cbfa3df957790aa0c9edc3bf06efa1a84d77fa0839d1"
11288dependencies = [11464dependencies = [
11289 "bitflags",11465 "bitflags",
11290 "core-foundation",11466 "core-foundation",
1129511471
11296[[package]]11472[[package]]
11297name = "security-framework-sys"11473name = "security-framework-sys"
11298version = "2.8.0"11474version = "2.9.0"
11299source = "registry+https://github.com/rust-lang/crates.io-index"11475source = "registry+https://github.com/rust-lang/crates.io-index"
11300checksum = "31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4"11476checksum = "f51d0c0d83bec45f16480d0ce0058397a69e48fcdc52d1dc8855fb68acbd31a7"
11301dependencies = [11477dependencies = [
11302 "core-foundation-sys",11478 "core-foundation-sys",
11303 "libc",11479 "libc",
1132911505
11330[[package]]11506[[package]]
11331name = "serde"11507name = "serde"
11332version = "1.0.160"11508version = "1.0.163"
11333source = "registry+https://github.com/rust-lang/crates.io-index"11509source = "registry+https://github.com/rust-lang/crates.io-index"
11334checksum = "bb2f3770c8bce3bcda7e149193a069a0f4365bda1fa5cd88e03bca26afc1216c"11510checksum = "2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2"
11335dependencies = [11511dependencies = [
11336 "serde_derive",11512 "serde_derive",
11337]11513]
1133811514
11339[[package]]11515[[package]]
11340name = "serde_derive"11516name = "serde_derive"
11341version = "1.0.160"11517version = "1.0.163"
11342source = "registry+https://github.com/rust-lang/crates.io-index"11518source = "registry+https://github.com/rust-lang/crates.io-index"
11343checksum = "291a097c63d8497e00160b166a967a4a79c64f3facdd01cbd7502231688d77df"11519checksum = "8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e"
11344dependencies = [11520dependencies = [
11345 "proc-macro2",11521 "proc-macro2",
11346 "quote",11522 "quote",
11347 "syn 2.0.15",11523 "syn 2.0.16",
11348]11524]
1134911525
11350[[package]]11526[[package]]
11358 "serde",11534 "serde",
11359]11535]
11536
11537[[package]]
11538name = "serde_spanned"
11539version = "0.6.1"
11540source = "registry+https://github.com/rust-lang/crates.io-index"
11541checksum = "0efd8caf556a6cebd3b285caf480045fcc1ac04f6bd786b09a6f11af30c4fcf4"
11542dependencies = [
11543 "serde",
11544]
1136011545
11361[[package]]11546[[package]]
11362name = "sha-1"11547name = "sha-1"
1143311618
11434[[package]]11619[[package]]
11435name = "sha3"11620name = "sha3"
11436version = "0.10.7"11621version = "0.10.8"
11437source = "registry+https://github.com/rust-lang/crates.io-index"11622source = "registry+https://github.com/rust-lang/crates.io-index"
11438checksum = "54c2bb1a323307527314a36bfb73f24febb08ce2b8a554bf4ffd6f51ad15198c"11623checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60"
11439dependencies = [11624dependencies = [
11440 "digest 0.10.6",11625 "digest 0.10.6",
11441 "keccak",11626 "keccak",
11481 "rand_core 0.6.4",11666 "rand_core 0.6.4",
11482]11667]
11668
11669[[package]]
11670name = "signature"
11671version = "2.1.0"
11672source = "registry+https://github.com/rust-lang/crates.io-index"
11673checksum = "5e1788eed21689f9cf370582dfc467ef36ed9c707f073528ddafa8d83e3b8500"
11674dependencies = [
11675 "digest 0.10.6",
11676 "rand_core 0.6.4",
11677]
1148311678
11484[[package]]11679[[package]]
11485name = "simba"11680name = "simba"
1151111706
11512[[package]]11707[[package]]
11513name = "slice-group-by"11708name = "slice-group-by"
11514version = "0.3.0"11709version = "0.3.1"
11515source = "registry+https://github.com/rust-lang/crates.io-index"11710source = "registry+https://github.com/rust-lang/crates.io-index"
11516checksum = "03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec"11711checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
1151711712
11518[[package]]11713[[package]]
11519name = "slot-range-helper"11714name = "slot-range-helper"
11520version = "0.9.41"11715version = "0.9.42"
11521source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.41#e203bfb396ed949f102720debf32fb98166787af"11716source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
11522dependencies = [11717dependencies = [
11523 "enumn",11718 "enumn",
11524 "parity-scale-codec",11719 "parity-scale-codec",
11595[[package]]11790[[package]]
11596name = "sp-api"11791name = "sp-api"
11597version = "4.0.0-dev"11792version = "4.0.0-dev"
11598source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"11793source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
11599dependencies = [11794dependencies = [
11600 "hash-db 0.16.0",11795 "hash-db 0.16.0",
11601 "log",11796 "log",
11602 "parity-scale-codec",11797 "parity-scale-codec",
11798 "scale-info",
11603 "sp-api-proc-macro",11799 "sp-api-proc-macro",
11604 "sp-core",11800 "sp-core",
11801 "sp-metadata-ir",
11605 "sp-runtime",11802 "sp-runtime",
11606 "sp-state-machine",11803 "sp-state-machine",
11607 "sp-std",11804 "sp-std",
11613[[package]]11810[[package]]
11614name = "sp-api-proc-macro"11811name = "sp-api-proc-macro"
11615version = "4.0.0-dev"11812version = "4.0.0-dev"
11616source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"11813source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
11617dependencies = [11814dependencies = [
11618 "Inflector",11815 "Inflector",
11619 "blake2",11816 "blake2",
11620 "expander 1.0.0",11817 "expander 1.0.0",
11621 "proc-macro-crate",11818 "proc-macro-crate",
11622 "proc-macro2",11819 "proc-macro2",
11623 "quote",11820 "quote",
11624 "syn 1.0.109",11821 "syn 2.0.16",
11625]11822]
1162611823
11627[[package]]11824[[package]]
11628name = "sp-application-crypto"11825name = "sp-application-crypto"
11629version = "7.0.0"11826version = "7.0.0"
11630source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"11827source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
11631dependencies = [11828dependencies = [
11632 "parity-scale-codec",11829 "parity-scale-codec",
11633 "scale-info",11830 "scale-info",
11640[[package]]11837[[package]]
11641name = "sp-arithmetic"11838name = "sp-arithmetic"
11642version = "6.0.0"11839version = "6.0.0"
11643source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"11840source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
11644dependencies = [11841dependencies = [
11645 "integer-sqrt",11842 "integer-sqrt",
11646 "num-traits",11843 "num-traits",
11654[[package]]11851[[package]]
11655name = "sp-authority-discovery"11852name = "sp-authority-discovery"
11656version = "4.0.0-dev"11853version = "4.0.0-dev"
11657source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"11854source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
11658dependencies = [11855dependencies = [
11659 "parity-scale-codec",11856 "parity-scale-codec",
11660 "scale-info",11857 "scale-info",
11667[[package]]11864[[package]]
11668name = "sp-block-builder"11865name = "sp-block-builder"
11669version = "4.0.0-dev"11866version = "4.0.0-dev"
11670source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"11867source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
11671dependencies = [11868dependencies = [
11672 "parity-scale-codec",11869 "parity-scale-codec",
11673 "sp-api",11870 "sp-api",
11679[[package]]11876[[package]]
11680name = "sp-blockchain"11877name = "sp-blockchain"
11681version = "4.0.0-dev"11878version = "4.0.0-dev"
11682source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"11879source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
11683dependencies = [11880dependencies = [
11684 "futures",11881 "futures",
11685 "log",11882 "log",
11697[[package]]11894[[package]]
11698name = "sp-consensus"11895name = "sp-consensus"
11699version = "0.10.0-dev"11896version = "0.10.0-dev"
11700source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"11897source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
11701dependencies = [11898dependencies = [
11702 "async-trait",11899 "async-trait",
11703 "futures",11900 "futures",
11712[[package]]11909[[package]]
11713name = "sp-consensus-aura"11910name = "sp-consensus-aura"
11714version = "0.10.0-dev"11911version = "0.10.0-dev"
11715source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"11912source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
11716dependencies = [11913dependencies = [
11717 "async-trait",11914 "async-trait",
11718 "parity-scale-codec",11915 "parity-scale-codec",
11730[[package]]11927[[package]]
11731name = "sp-consensus-babe"11928name = "sp-consensus-babe"
11732version = "0.10.0-dev"11929version = "0.10.0-dev"
11733source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"11930source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
11734dependencies = [11931dependencies = [
11735 "async-trait",11932 "async-trait",
11736 "merlin",
11737 "parity-scale-codec",11933 "parity-scale-codec",
11738 "scale-info",11934 "scale-info",
11739 "serde",11935 "serde",
11740 "sp-api",11936 "sp-api",
11741 "sp-application-crypto",11937 "sp-application-crypto",
11742 "sp-consensus",11938 "sp-consensus",
11743 "sp-consensus-slots",11939 "sp-consensus-slots",
11744 "sp-consensus-vrf",
11745 "sp-core",11940 "sp-core",
11746 "sp-inherents",11941 "sp-inherents",
11747 "sp-keystore",11942 "sp-keystore",
11753[[package]]11948[[package]]
11754name = "sp-consensus-beefy"11949name = "sp-consensus-beefy"
11755version = "4.0.0-dev"11950version = "4.0.0-dev"
11756source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"11951source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
11757dependencies = [11952dependencies = [
11758 "lazy_static",11953 "lazy_static",
11759 "parity-scale-codec",11954 "parity-scale-codec",
11772[[package]]11967[[package]]
11773name = "sp-consensus-grandpa"11968name = "sp-consensus-grandpa"
11774version = "4.0.0-dev"11969version = "4.0.0-dev"
11775source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"11970source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
11776dependencies = [11971dependencies = [
11777 "finality-grandpa",11972 "finality-grandpa",
11778 "log",11973 "log",
11790[[package]]11985[[package]]
11791name = "sp-consensus-slots"11986name = "sp-consensus-slots"
11792version = "0.10.0-dev"11987version = "0.10.0-dev"
11793source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"11988source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
11794dependencies = [11989dependencies = [
11795 "parity-scale-codec",11990 "parity-scale-codec",
11796 "scale-info",11991 "scale-info",
11799 "sp-timestamp",11994 "sp-timestamp",
11800]11995]
11801
11802[[package]]
11803name = "sp-consensus-vrf"
11804version = "0.10.0-dev"
11805source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"
11806dependencies = [
11807 "parity-scale-codec",
11808 "scale-info",
11809 "schnorrkel",
11810 "sp-core",
11811 "sp-runtime",
11812 "sp-std",
11813]
1181411996
11815[[package]]11997[[package]]
11816name = "sp-core"11998name = "sp-core"
11817version = "7.0.0"11999version = "7.0.0"
11818source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"12000source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
11819dependencies = [12001dependencies = [
11820 "array-bytes 4.2.0",12002 "array-bytes 4.2.0",
11821 "base58",
11822 "bitflags",12003 "bitflags",
11823 "blake2",12004 "blake2",
11824 "bounded-collections",12005 "bounded-collections",
12006 "bs58",
11825 "dyn-clonable",12007 "dyn-clonable",
11826 "ed25519-zebra",12008 "ed25519-zebra",
11827 "futures",12009 "futures",
11834 "merlin",12016 "merlin",
11835 "parity-scale-codec",12017 "parity-scale-codec",
11836 "parking_lot 0.12.1",12018 "parking_lot 0.12.1",
12019 "paste",
11837 "primitive-types",12020 "primitive-types",
11838 "rand 0.8.5",12021 "rand 0.8.5",
11839 "regex",12022 "regex",
11858[[package]]12041[[package]]
11859name = "sp-core-hashing"12042name = "sp-core-hashing"
11860version = "5.0.0"12043version = "5.0.0"
11861source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"12044source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
11862dependencies = [12045dependencies = [
11863 "blake2b_simd",12046 "blake2b_simd",
11864 "byteorder",12047 "byteorder",
11865 "digest 0.10.6",12048 "digest 0.10.6",
11866 "sha2 0.10.6",12049 "sha2 0.10.6",
11867 "sha3 0.10.7",12050 "sha3 0.10.8",
11868 "sp-std",12051 "sp-std",
11869 "twox-hash",12052 "twox-hash",
11870]12053]
1187112054
11872[[package]]12055[[package]]
11873name = "sp-core-hashing-proc-macro"12056name = "sp-core-hashing-proc-macro"
11874version = "5.0.0"12057version = "5.0.0"
11875source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"12058source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
11876dependencies = [12059dependencies = [
11877 "proc-macro2",12060 "proc-macro2",
11878 "quote",12061 "quote",
11879 "sp-core-hashing",12062 "sp-core-hashing",
11880 "syn 1.0.109",12063 "syn 2.0.16",
11881]12064]
1188212065
11883[[package]]12066[[package]]
11884name = "sp-database"12067name = "sp-database"
11885version = "4.0.0-dev"12068version = "4.0.0-dev"
11886source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"12069source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
11887dependencies = [12070dependencies = [
11888 "kvdb",12071 "kvdb",
11889 "parking_lot 0.12.1",12072 "parking_lot 0.12.1",
11892[[package]]12075[[package]]
11893name = "sp-debug-derive"12076name = "sp-debug-derive"
11894version = "5.0.0"12077version = "5.0.0"
11895source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"12078source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
11896dependencies = [12079dependencies = [
11897 "proc-macro2",12080 "proc-macro2",
11898 "quote",12081 "quote",
11899 "syn 1.0.109",12082 "syn 2.0.16",
11900]12083]
1190112084
11902[[package]]12085[[package]]
11903name = "sp-externalities"12086name = "sp-externalities"
11904version = "0.13.0"12087version = "0.13.0"
11905source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"12088source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
11906dependencies = [12089dependencies = [
11907 "environmental",12090 "environmental",
11908 "parity-scale-codec",12091 "parity-scale-codec",
11913[[package]]12096[[package]]
11914name = "sp-inherents"12097name = "sp-inherents"
11915version = "4.0.0-dev"12098version = "4.0.0-dev"
11916source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"12099source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
11917dependencies = [12100dependencies = [
11918 "async-trait",12101 "async-trait",
11919 "impl-trait-for-tuples",12102 "impl-trait-for-tuples",
11928[[package]]12111[[package]]
11929name = "sp-io"12112name = "sp-io"
11930version = "7.0.0"12113version = "7.0.0"
11931source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"12114source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
11932dependencies = [12115dependencies = [
11933 "bytes",12116 "bytes",
11934 "ed25519",12117 "ed25519",
11937 "libsecp256k1",12120 "libsecp256k1",
11938 "log",12121 "log",
11939 "parity-scale-codec",12122 "parity-scale-codec",
12123 "rustversion",
11940 "secp256k1",12124 "secp256k1",
11941 "sp-core",12125 "sp-core",
11942 "sp-externalities",12126 "sp-externalities",
11953[[package]]12137[[package]]
11954name = "sp-keyring"12138name = "sp-keyring"
11955version = "7.0.0"12139version = "7.0.0"
11956source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"12140source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
11957dependencies = [12141dependencies = [
11958 "lazy_static",12142 "lazy_static",
11959 "sp-core",12143 "sp-core",
11964[[package]]12148[[package]]
11965name = "sp-keystore"12149name = "sp-keystore"
11966version = "0.13.0"12150version = "0.13.0"
11967source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"12151source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
11968dependencies = [12152dependencies = [
11969 "async-trait",
11970 "futures",12153 "futures",
11971 "merlin",
11972 "parity-scale-codec",12154 "parity-scale-codec",
11973 "parking_lot 0.12.1",12155 "parking_lot 0.12.1",
11974 "schnorrkel",
11975 "serde",12156 "serde",
11976 "sp-core",12157 "sp-core",
11977 "sp-externalities",12158 "sp-externalities",
11981[[package]]12162[[package]]
11982name = "sp-maybe-compressed-blob"12163name = "sp-maybe-compressed-blob"
11983version = "4.1.0-dev"12164version = "4.1.0-dev"
11984source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"12165source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
11985dependencies = [12166dependencies = [
11986 "thiserror",12167 "thiserror",
11987 "zstd",12168 "zstd 0.12.3+zstd.1.5.2",
11988]12169]
12170
12171[[package]]
12172name = "sp-metadata-ir"
12173version = "0.1.0"
12174source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
12175dependencies = [
12176 "frame-metadata",
12177 "parity-scale-codec",
12178 "scale-info",
12179 "sp-std",
12180]
1198912181
11990[[package]]12182[[package]]
11991name = "sp-mmr-primitives"12183name = "sp-mmr-primitives"
11992version = "4.0.0-dev"12184version = "4.0.0-dev"
11993source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"12185source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
11994dependencies = [12186dependencies = [
11995 "ckb-merkle-mountain-range",12187 "ckb-merkle-mountain-range",
11996 "log",12188 "log",
12008[[package]]12200[[package]]
12009name = "sp-npos-elections"12201name = "sp-npos-elections"
12010version = "4.0.0-dev"12202version = "4.0.0-dev"
12011source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"12203source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
12012dependencies = [12204dependencies = [
12013 "parity-scale-codec",12205 "parity-scale-codec",
12014 "scale-info",12206 "scale-info",
12022[[package]]12214[[package]]
12023name = "sp-offchain"12215name = "sp-offchain"
12024version = "4.0.0-dev"12216version = "4.0.0-dev"
12025source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"12217source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
12026dependencies = [12218dependencies = [
12027 "sp-api",12219 "sp-api",
12028 "sp-core",12220 "sp-core",
12032[[package]]12224[[package]]
12033name = "sp-panic-handler"12225name = "sp-panic-handler"
12034version = "5.0.0"12226version = "5.0.0"
12035source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"12227source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
12036dependencies = [12228dependencies = [
12037 "backtrace",12229 "backtrace",
12038 "lazy_static",12230 "lazy_static",
12042[[package]]12234[[package]]
12043name = "sp-rpc"12235name = "sp-rpc"
12044version = "6.0.0"12236version = "6.0.0"
12045source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"12237source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
12046dependencies = [12238dependencies = [
12047 "rustc-hash",12239 "rustc-hash",
12048 "serde",12240 "serde",
12052[[package]]12244[[package]]
12053name = "sp-runtime"12245name = "sp-runtime"
12054version = "7.0.0"12246version = "7.0.0"
12055source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"12247source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
12056dependencies = [12248dependencies = [
12057 "either",12249 "either",
12058 "hash256-std-hasher",12250 "hash256-std-hasher",
12074[[package]]12266[[package]]
12075name = "sp-runtime-interface"12267name = "sp-runtime-interface"
12076version = "7.0.0"12268version = "7.0.0"
12077source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"12269source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
12078dependencies = [12270dependencies = [
12079 "bytes",12271 "bytes",
12080 "impl-trait-for-tuples",12272 "impl-trait-for-tuples",
12092[[package]]12284[[package]]
12093name = "sp-runtime-interface-proc-macro"12285name = "sp-runtime-interface-proc-macro"
12094version = "6.0.0"12286version = "6.0.0"
12095source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"12287source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
12096dependencies = [12288dependencies = [
12097 "Inflector",12289 "Inflector",
12098 "proc-macro-crate",12290 "proc-macro-crate",
12099 "proc-macro2",12291 "proc-macro2",
12100 "quote",12292 "quote",
12101 "syn 1.0.109",12293 "syn 2.0.16",
12102]12294]
1210312295
12104[[package]]12296[[package]]
12105name = "sp-session"12297name = "sp-session"
12106version = "4.0.0-dev"12298version = "4.0.0-dev"
12107source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"12299source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
12108dependencies = [12300dependencies = [
12109 "parity-scale-codec",12301 "parity-scale-codec",
12110 "scale-info",12302 "scale-info",
12118[[package]]12310[[package]]
12119name = "sp-staking"12311name = "sp-staking"
12120version = "4.0.0-dev"12312version = "4.0.0-dev"
12121source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"12313source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
12122dependencies = [12314dependencies = [
12123 "parity-scale-codec",12315 "parity-scale-codec",
12124 "scale-info",12316 "scale-info",
12317 "serde",
12125 "sp-core",12318 "sp-core",
12126 "sp-runtime",12319 "sp-runtime",
12127 "sp-std",12320 "sp-std",
12130[[package]]12323[[package]]
12131name = "sp-state-machine"12324name = "sp-state-machine"
12132version = "0.13.0"12325version = "0.13.0"
12133source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"12326source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
12134dependencies = [12327dependencies = [
12135 "hash-db 0.16.0",12328 "hash-db 0.16.0",
12136 "log",12329 "log",
12150[[package]]12343[[package]]
12151name = "sp-std"12344name = "sp-std"
12152version = "5.0.0"12345version = "5.0.0"
12153source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"12346source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
1215412347
12155[[package]]12348[[package]]
12156name = "sp-storage"12349name = "sp-storage"
12157version = "7.0.0"12350version = "7.0.0"
12158source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"12351source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
12159dependencies = [12352dependencies = [
12160 "impl-serde",12353 "impl-serde",
12161 "parity-scale-codec",12354 "parity-scale-codec",
12168[[package]]12361[[package]]
12169name = "sp-timestamp"12362name = "sp-timestamp"
12170version = "4.0.0-dev"12363version = "4.0.0-dev"
12171source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"12364source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
12172dependencies = [12365dependencies = [
12173 "async-trait",12366 "async-trait",
12174 "futures-timer",12367 "futures-timer",
12183[[package]]12376[[package]]
12184name = "sp-tracing"12377name = "sp-tracing"
12185version = "6.0.0"12378version = "6.0.0"
12186source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"12379source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
12187dependencies = [12380dependencies = [
12188 "parity-scale-codec",12381 "parity-scale-codec",
12189 "sp-std",12382 "sp-std",
12195[[package]]12388[[package]]
12196name = "sp-transaction-pool"12389name = "sp-transaction-pool"
12197version = "4.0.0-dev"12390version = "4.0.0-dev"
12198source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"12391source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
12199dependencies = [12392dependencies = [
12200 "sp-api",12393 "sp-api",
12201 "sp-runtime",12394 "sp-runtime",
12204[[package]]12397[[package]]
12205name = "sp-transaction-storage-proof"12398name = "sp-transaction-storage-proof"
12206version = "4.0.0-dev"12399version = "4.0.0-dev"
12207source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"12400source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
12208dependencies = [12401dependencies = [
12209 "async-trait",12402 "async-trait",
12210 "log",12403 "log",
12220[[package]]12413[[package]]
12221name = "sp-trie"12414name = "sp-trie"
12222version = "7.0.0"12415version = "7.0.0"
12223source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"12416source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
12224dependencies = [12417dependencies = [
12225 "ahash 0.8.3",12418 "ahash 0.8.3",
12226 "hash-db 0.16.0",12419 "hash-db 0.16.0",
12227 "hashbrown 0.12.3",12420 "hashbrown 0.13.2",
12228 "lazy_static",12421 "lazy_static",
12229 "memory-db",12422 "memory-db",
12230 "nohash-hasher",12423 "nohash-hasher",
12243[[package]]12436[[package]]
12244name = "sp-version"12437name = "sp-version"
12245version = "5.0.0"12438version = "5.0.0"
12246source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"12439source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
12247dependencies = [12440dependencies = [
12248 "impl-serde",12441 "impl-serde",
12249 "parity-scale-codec",12442 "parity-scale-codec",
12260[[package]]12453[[package]]
12261name = "sp-version-proc-macro"12454name = "sp-version-proc-macro"
12262version = "4.0.0-dev"12455version = "4.0.0-dev"
12263source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"12456source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
12264dependencies = [12457dependencies = [
12265 "parity-scale-codec",12458 "parity-scale-codec",
12266 "proc-macro2",12459 "proc-macro2",
12267 "quote",12460 "quote",
12268 "syn 1.0.109",12461 "syn 2.0.16",
12269]12462]
1227012463
12271[[package]]12464[[package]]
12272name = "sp-wasm-interface"12465name = "sp-wasm-interface"
12273version = "7.0.0"12466version = "7.0.0"
12274source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"12467source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
12275dependencies = [12468dependencies = [
12276 "anyhow",12469 "anyhow",
12277 "impl-trait-for-tuples",12470 "impl-trait-for-tuples",
12285[[package]]12478[[package]]
12286name = "sp-weights"12479name = "sp-weights"
12287version = "4.0.0"12480version = "4.0.0"
12288source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"12481source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
12289dependencies = [12482dependencies = [
12290 "parity-scale-codec",12483 "parity-scale-codec",
12291 "scale-info",12484 "scale-info",
1229912492
12300[[package]]12493[[package]]
12301name = "spez"12494name = "spez"
12302version = "0.1.1"12495version = "0.1.2"
12303source = "registry+https://github.com/rust-lang/crates.io-index"12496source = "registry+https://github.com/rust-lang/crates.io-index"
12304checksum = "304d2fd6a79879f77b207ba8cd5079c22f872eaad65a3fb8d71799e5bacf368b"
12305dependencies = [
12306 "proc-macro-hack",
12307 "spez-macros",
12308]
12309
12310[[package]]
12311name = "spez-macros"
12312version = "0.1.0"
12313source = "registry+https://github.com/rust-lang/crates.io-index"
12314checksum = "c7fa06037d8ccb6cdadc151129062ebc9e4281c1ea44b2c704582245d017d1dc"12497checksum = "c87e960f4dca2788eeb86bbdde8dd246be8948790b7618d656e68f9b720a86e8"
12315dependencies = [12498dependencies = [
12316 "proc-macro-hack",
12317 "proc-macro2",12499 "proc-macro2",
12318 "quote",12500 "quote",
12319 "syn 1.0.109",12501 "syn 2.0.16",
12320]12502]
1232112503
12322[[package]]12504[[package]]
12332checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"12514checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
12333dependencies = [12515dependencies = [
12334 "base64ct",12516 "base64ct",
12335 "der",12517 "der 0.6.1",
12336]12518]
12519
12520[[package]]
12521name = "spki"
12522version = "0.7.2"
12523source = "registry+https://github.com/rust-lang/crates.io-index"
12524checksum = "9d1e996ef02c474957d681f1b05213dfb0abab947b446a62d37770b23500184a"
12525dependencies = [
12526 "base64ct",
12527 "der 0.7.5",
12528]
1233712529
12338[[package]]12530[[package]]
12339name = "ss58-registry"12531name = "ss58-registry"
12340version = "1.39.0"12532version = "1.40.0"
12341source = "registry+https://github.com/rust-lang/crates.io-index"12533source = "registry+https://github.com/rust-lang/crates.io-index"
12342checksum = "ecf0bd63593ef78eca595a7fc25e9a443ca46fe69fd472f8f09f5245cdcd769d"12534checksum = "eb47a8ad42e5fc72d5b1eb104a5546937eaf39843499948bb666d6e93c62423b"
12343dependencies = [12535dependencies = [
12344 "Inflector",12536 "Inflector",
12345 "num-format",12537 "num-format",
12486[[package]]12678[[package]]
12487name = "substrate-build-script-utils"12679name = "substrate-build-script-utils"
12488version = "3.0.0"12680version = "3.0.0"
12489source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"12681source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
12490dependencies = [12682dependencies = [
12491 "platforms 2.0.0",12683 "platforms 2.0.0",
12492]12684]
1249312685
12494[[package]]12686[[package]]
12495name = "substrate-frame-rpc-system"12687name = "substrate-frame-rpc-system"
12496version = "4.0.0-dev"12688version = "4.0.0-dev"
12497source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"12689source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
12498dependencies = [12690dependencies = [
12499 "frame-system-rpc-runtime-api",12691 "frame-system-rpc-runtime-api",
12500 "futures",12692 "futures",
12513[[package]]12705[[package]]
12514name = "substrate-prometheus-endpoint"12706name = "substrate-prometheus-endpoint"
12515version = "0.10.0-dev"12707version = "0.10.0-dev"
12516source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"12708source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
12517dependencies = [12709dependencies = [
12518 "hyper",12710 "hyper",
12519 "log",12711 "log",
12525[[package]]12717[[package]]
12526name = "substrate-rpc-client"12718name = "substrate-rpc-client"
12527version = "0.10.0-dev"12719version = "0.10.0-dev"
12528source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"12720source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
12529dependencies = [12721dependencies = [
12530 "async-trait",12722 "async-trait",
12531 "jsonrpsee",12723 "jsonrpsee",
12538[[package]]12730[[package]]
12539name = "substrate-state-trie-migration-rpc"12731name = "substrate-state-trie-migration-rpc"
12540version = "4.0.0-dev"12732version = "4.0.0-dev"
12541source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"12733source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
12542dependencies = [12734dependencies = [
12543 "jsonrpsee",12735 "jsonrpsee",
12544 "log",12736 "log",
12557[[package]]12749[[package]]
12558name = "substrate-test-utils"12750name = "substrate-test-utils"
12559version = "4.0.0-dev"12751version = "4.0.0-dev"
12560source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"12752source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
12561dependencies = [12753dependencies = [
12562 "futures",12754 "futures",
12563 "substrate-test-utils-derive",12755 "substrate-test-utils-derive",
12567[[package]]12759[[package]]
12568name = "substrate-test-utils-derive"12760name = "substrate-test-utils-derive"
12569version = "0.10.0-dev"12761version = "0.10.0-dev"
12570source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"12762source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
12571dependencies = [12763dependencies = [
12572 "proc-macro-crate",12764 "proc-macro-crate",
12573 "proc-macro2",12765 "proc-macro2",
12574 "quote",12766 "quote",
12575 "syn 1.0.109",12767 "syn 2.0.16",
12576]12768]
1257712769
12578[[package]]12770[[package]]
12579name = "substrate-wasm-builder"12771name = "substrate-wasm-builder"
12580version = "5.0.0-dev"12772version = "5.0.0-dev"
12581source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"12773source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
12582dependencies = [12774dependencies = [
12583 "ansi_term",12775 "ansi_term",
12584 "build-helper",12776 "build-helper",
12587 "sp-maybe-compressed-blob",12779 "sp-maybe-compressed-blob",
12588 "strum",12780 "strum",
12589 "tempfile",12781 "tempfile",
12590 "toml",12782 "toml 0.7.3",
12591 "walkdir",12783 "walkdir",
12592 "wasm-opt",12784 "wasm-opt",
12593]12785]
1262012812
12621[[package]]12813[[package]]
12622name = "syn"12814name = "syn"
12623version = "2.0.15"12815version = "2.0.16"
12624source = "registry+https://github.com/rust-lang/crates.io-index"12816source = "registry+https://github.com/rust-lang/crates.io-index"
12625checksum = "a34fcf3e8b60f57e6a14301a2e916d323af98b0ea63c599441eec8558660c822"12817checksum = "a6f671d4b5ffdb8eadec19c0ae67fe2639df8684bd7bc4b83d986b8db549cf01"
12626dependencies = [12818dependencies = [
12627 "proc-macro2",12819 "proc-macro2",
12628 "quote",12820 "quote",
1267012862
12671[[package]]12863[[package]]
12672name = "target-lexicon"12864name = "target-lexicon"
12673version = "0.12.6"12865version = "0.12.7"
12674source = "registry+https://github.com/rust-lang/crates.io-index"12866source = "registry+https://github.com/rust-lang/crates.io-index"
12675checksum = "8ae9980cab1db3fceee2f6c6f643d5d8de2997c58ee8d25fb0cc8a9e9e7348e5"12867checksum = "fd1ba337640d60c3e96bc6f0638a939b9c9a7f2c316a1598c279828b3d1dc8c5"
1267612868
12677[[package]]12869[[package]]
12678name = "tempfile"12870name = "tempfile"
12683 "cfg-if",12875 "cfg-if",
12684 "fastrand",12876 "fastrand",
12685 "redox_syscall 0.3.5",12877 "redox_syscall 0.3.5",
12686 "rustix 0.37.11",12878 "rustix 0.37.19",
12687 "windows-sys 0.45.0",12879 "windows-sys 0.45.0",
12688]12880]
1268912881
12751dependencies = [12943dependencies = [
12752 "proc-macro2",12944 "proc-macro2",
12753 "quote",12945 "quote",
12754 "syn 2.0.15",12946 "syn 2.0.16",
12755]12947]
1275612948
12757[[package]]12949[[package]]
1282613018
12827[[package]]13019[[package]]
12828name = "time"13020name = "time"
12829version = "0.3.20"13021version = "0.3.21"
12830source = "registry+https://github.com/rust-lang/crates.io-index"13022source = "registry+https://github.com/rust-lang/crates.io-index"
12831checksum = "cd0cbfecb4d19b5ea75bb31ad904eb5b9fa13f21079c3b92017ebdf4999a5890"13023checksum = "8f3403384eaacbca9923fa06940178ac13e4edb725486d70e8e15881d0c836cc"
12832dependencies = [13024dependencies = [
12833 "itoa",13025 "itoa",
12834 "serde",13026 "serde",
1283813030
12839[[package]]13031[[package]]
12840name = "time-core"13032name = "time-core"
12841version = "0.1.0"13033version = "0.1.1"
12842source = "registry+https://github.com/rust-lang/crates.io-index"13034source = "registry+https://github.com/rust-lang/crates.io-index"
12843checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd"13035checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
1284413036
12845[[package]]13037[[package]]
12846name = "time-macros"13038name = "time-macros"
12847version = "0.2.8"13039version = "0.2.9"
12848source = "registry+https://github.com/rust-lang/crates.io-index"13040source = "registry+https://github.com/rust-lang/crates.io-index"
12849checksum = "fd80a657e71da814b8e5d60d3374fc6d35045062245d80224748ae522dd76f36"13041checksum = "372950940a5f07bf38dbe211d7283c9e6d7327df53794992d293e534c733d09b"
12850dependencies = [13042dependencies = [
12851 "time-core",13043 "time-core",
12852]13044]
1290613098
12907[[package]]13099[[package]]
12908name = "tokio"13100name = "tokio"
12909version = "1.27.0"13101version = "1.28.1"
12910source = "registry+https://github.com/rust-lang/crates.io-index"13102source = "registry+https://github.com/rust-lang/crates.io-index"
12911checksum = "d0de47a4eecbe11f498978a9b29d792f0d2692d1dd003650c24c76510e3bc001"13103checksum = "0aa32867d44e6f2ce3385e89dceb990188b8bb0fb25b0cf576647a6f98ac5105"
12912dependencies = [13104dependencies = [
12913 "autocfg",13105 "autocfg",
12914 "bytes",13106 "bytes",
12920 "signal-hook-registry",13112 "signal-hook-registry",
12921 "socket2",13113 "socket2",
12922 "tokio-macros",13114 "tokio-macros",
12923 "windows-sys 0.45.0",13115 "windows-sys 0.48.0",
12924]13116]
1292513117
12926[[package]]13118[[package]]
12927name = "tokio-macros"13119name = "tokio-macros"
12928version = "2.0.0"13120version = "2.1.0"
12929source = "registry+https://github.com/rust-lang/crates.io-index"13121source = "registry+https://github.com/rust-lang/crates.io-index"
12930checksum = "61a573bdc87985e9d6ddeed1b3d864e8a302c847e40d647746df2f1de209d1ce"13122checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
12931dependencies = [13123dependencies = [
12932 "proc-macro2",13124 "proc-macro2",
12933 "quote",13125 "quote",
12934 "syn 2.0.15",13126 "syn 2.0.16",
12935]13127]
1293613128
12937[[package]]13129[[package]]
1294713139
12948[[package]]13140[[package]]
12949name = "tokio-stream"13141name = "tokio-stream"
12950version = "0.1.12"13142version = "0.1.14"
12951source = "registry+https://github.com/rust-lang/crates.io-index"13143source = "registry+https://github.com/rust-lang/crates.io-index"
12952checksum = "8fb52b74f05dbf495a8fba459fdc331812b96aa086d9eb78101fa0d4569c3313"13144checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
12953dependencies = [13145dependencies = [
12954 "futures-core",13146 "futures-core",
12955 "pin-project-lite 0.2.9",13147 "pin-project-lite 0.2.9",
1295913151
12960[[package]]13152[[package]]
12961name = "tokio-util"13153name = "tokio-util"
12962version = "0.7.7"13154version = "0.7.8"
12963source = "registry+https://github.com/rust-lang/crates.io-index"13155source = "registry+https://github.com/rust-lang/crates.io-index"
12964checksum = "5427d89453009325de0d8f342c9490009f76e999cb7672d77e46267448f7e6b2"13156checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d"
12965dependencies = [13157dependencies = [
12966 "bytes",13158 "bytes",
12967 "futures-core",13159 "futures-core",
12981 "serde",13173 "serde",
12982]13174]
13175
13176[[package]]
13177name = "toml"
13178version = "0.7.3"
13179source = "registry+https://github.com/rust-lang/crates.io-index"
13180checksum = "b403acf6f2bb0859c93c7f0d967cb4a75a7ac552100f9322faf64dc047669b21"
13181dependencies = [
13182 "serde",
13183 "serde_spanned",
13184 "toml_datetime",
13185 "toml_edit",
13186]
1298313187
12984[[package]]13188[[package]]
12985name = "toml_datetime"13189name = "toml_datetime"
12986version = "0.6.1"13190version = "0.6.1"
12987source = "registry+https://github.com/rust-lang/crates.io-index"13191source = "registry+https://github.com/rust-lang/crates.io-index"
12988checksum = "3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622"13192checksum = "3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622"
13193dependencies = [
13194 "serde",
13195]
1298913196
12990[[package]]13197[[package]]
12991name = "toml_edit"13198name = "toml_edit"
12994checksum = "239410c8609e8125456927e6707163a3b1fdb40561e4b803bc041f466ccfdc13"13201checksum = "239410c8609e8125456927e6707163a3b1fdb40561e4b803bc041f466ccfdc13"
12995dependencies = [13202dependencies = [
12996 "indexmap",13203 "indexmap",
13204 "serde",
13205 "serde_spanned",
12997 "toml_datetime",13206 "toml_datetime",
12998 "winnow",13207 "winnow",
12999]13208]
1305413263
13055[[package]]13264[[package]]
13056name = "tracing-attributes"13265name = "tracing-attributes"
13057version = "0.1.23"13266version = "0.1.24"
13058source = "registry+https://github.com/rust-lang/crates.io-index"13267source = "registry+https://github.com/rust-lang/crates.io-index"
13059checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"13268checksum = "0f57e3ca2a01450b1a921183a9c9cbfda207fd822cef4ccb00a65402cbba7a74"
13060dependencies = [13269dependencies = [
13061 "proc-macro2",13270 "proc-macro2",
13062 "quote",13271 "quote",
13063 "syn 1.0.109",13272 "syn 2.0.16",
13064]13273]
1306513274
13066[[package]]13275[[package]]
13067name = "tracing-core"13276name = "tracing-core"
13068version = "0.1.30"13277version = "0.1.31"
13069source = "registry+https://github.com/rust-lang/crates.io-index"13278source = "registry+https://github.com/rust-lang/crates.io-index"
13070checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"13279checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
13071dependencies = [13280dependencies = [
13072 "once_cell",13281 "once_cell",
13073 "valuable",13282 "valuable",
1308513294
13086[[package]]13295[[package]]
13087name = "tracing-gum"13296name = "tracing-gum"
13088version = "0.9.41"13297version = "0.9.42"
13089source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.41#e203bfb396ed949f102720debf32fb98166787af"13298source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
13090dependencies = [13299dependencies = [
13091 "polkadot-node-jaeger",13300 "polkadot-node-jaeger",
13092 "polkadot-primitives",13301 "polkadot-primitives",
1309613305
13097[[package]]13306[[package]]
13098name = "tracing-gum-proc-macro"13307name = "tracing-gum-proc-macro"
13099version = "0.9.41"13308version = "0.9.42"
13100source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.41#e203bfb396ed949f102720debf32fb98166787af"13309source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
13101dependencies = [13310dependencies = [
13102 "expander 0.0.6",13311 "expander 2.0.0",
13103 "proc-macro-crate",13312 "proc-macro-crate",
13104 "proc-macro2",13313 "proc-macro2",
13105 "quote",13314 "quote",
13106 "syn 1.0.109",13315 "syn 2.0.16",
13107]13316]
1310813317
13109[[package]]13318[[package]]
13249[[package]]13458[[package]]
13250name = "try-runtime-cli"13459name = "try-runtime-cli"
13251version = "0.10.0-dev"13460version = "0.10.0-dev"
13252source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41#980eb16791bab5d63b47c07657bb9dc198d9307b"13461source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"
13253dependencies = [13462dependencies = [
13254 "async-trait",13463 "async-trait",
13255 "clap",13464 "clap",
13280 "sp-version",13489 "sp-version",
13281 "sp-weights",13490 "sp-weights",
13282 "substrate-rpc-client",13491 "substrate-rpc-client",
13283 "zstd",13492 "zstd 0.12.3+zstd.1.5.2",
13284]13493]
1328513494
13286[[package]]13495[[package]]
13333 "anyhow",13542 "anyhow",
13334 "app-promotion-rpc",13543 "app-promotion-rpc",
13335 "frame-benchmarking",13544 "frame-benchmarking",
13336 "hex-literal 0.4.1",13545 "hex-literal",
13337 "jsonrpsee",13546 "jsonrpsee",
13338 "opal-runtime",13547 "opal-runtime",
13339 "pallet-evm",13548 "pallet-evm",
13357 "up-data-structs",13566 "up-data-structs",
13358 "up-pov-estimate-rpc",13567 "up-pov-estimate-rpc",
13359 "up-rpc",13568 "up-rpc",
13360 "zstd",13569 "zstd 0.11.2+zstd.1.5.2",
13361]13570]
1336213571
13363[[package]]13572[[package]]
13544 "frame-system-benchmarking",13753 "frame-system-benchmarking",
13545 "frame-system-rpc-runtime-api",13754 "frame-system-rpc-runtime-api",
13546 "frame-try-runtime",13755 "frame-try-runtime",
13547 "hex-literal 0.4.1",13756 "hex-literal",
13548 "impl-trait-for-tuples",13757 "impl-trait-for-tuples",
13549 "log",13758 "log",
13550 "num_enum",13759 "num_enum",
13717[[package]]13926[[package]]
13718name = "up-sponsorship"13927name = "up-sponsorship"
13719version = "0.1.0"13928version = "0.1.0"
13720source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.41#4e77985c89e3f36233f3fcb143dc7065111fa3e2"13929source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.42#be3a4a92920866f234c66eff18df9c624bb7dfc4"
13721dependencies = [13930dependencies = [
13722 "impl-trait-for-tuples",13931 "impl-trait-for-tuples",
13723]13932]
1374113950
13742[[package]]13951[[package]]
13743name = "uuid"13952name = "uuid"
13744version = "1.3.1"13953version = "1.3.3"
13745source = "registry+https://github.com/rust-lang/crates.io-index"13954source = "registry+https://github.com/rust-lang/crates.io-index"
13746checksum = "5b55a3fef2a1e3b3a00ce878640918820d3c51081576ac657d23af9fc7928fdb"13955checksum = "345444e32442451b267fc254ae85a209c64be56d2890e601a0c37ff0c3c5ecd2"
13747dependencies = [13956dependencies = [
13748 "getrandom 0.2.9",13957 "getrandom 0.2.9",
13749]13958]
1382714036
13828[[package]]14037[[package]]
13829name = "wasm-bindgen"14038name = "wasm-bindgen"
13830version = "0.2.84"14039version = "0.2.85"
13831source = "registry+https://github.com/rust-lang/crates.io-index"14040source = "registry+https://github.com/rust-lang/crates.io-index"
13832checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b"14041checksum = "5b6cb788c4e39112fbe1822277ef6fb3c55cd86b95cb3d3c4c1c9597e4ac74b4"
13833dependencies = [14042dependencies = [
13834 "cfg-if",14043 "cfg-if",
13835 "wasm-bindgen-macro",14044 "wasm-bindgen-macro",
13836]14045]
1383714046
13838[[package]]14047[[package]]
13839name = "wasm-bindgen-backend"14048name = "wasm-bindgen-backend"
13840version = "0.2.84"14049version = "0.2.85"
13841source = "registry+https://github.com/rust-lang/crates.io-index"14050source = "registry+https://github.com/rust-lang/crates.io-index"
13842checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9"14051checksum = "35e522ed4105a9d626d885b35d62501b30d9666283a5c8be12c14a8bdafe7822"
13843dependencies = [14052dependencies = [
13844 "bumpalo",14053 "bumpalo",
13845 "log",14054 "log",
13846 "once_cell",14055 "once_cell",
13847 "proc-macro2",14056 "proc-macro2",
13848 "quote",14057 "quote",
13849 "syn 1.0.109",14058 "syn 2.0.16",
13850 "wasm-bindgen-shared",14059 "wasm-bindgen-shared",
13851]14060]
1385214061
13853[[package]]14062[[package]]
13854name = "wasm-bindgen-futures"14063name = "wasm-bindgen-futures"
13855version = "0.4.34"14064version = "0.4.35"
13856source = "registry+https://github.com/rust-lang/crates.io-index"14065source = "registry+https://github.com/rust-lang/crates.io-index"
13857checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454"14066checksum = "083abe15c5d88556b77bdf7aef403625be9e327ad37c62c4e4129af740168163"
13858dependencies = [14067dependencies = [
13859 "cfg-if",14068 "cfg-if",
13860 "js-sys",14069 "js-sys",
1386414073
13865[[package]]14074[[package]]
13866name = "wasm-bindgen-macro"14075name = "wasm-bindgen-macro"
13867version = "0.2.84"14076version = "0.2.85"
13868source = "registry+https://github.com/rust-lang/crates.io-index"14077source = "registry+https://github.com/rust-lang/crates.io-index"
13869checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5"14078checksum = "358a79a0cb89d21db8120cbfb91392335913e4890665b1a7981d9e956903b434"
13870dependencies = [14079dependencies = [
13871 "quote",14080 "quote",
13872 "wasm-bindgen-macro-support",14081 "wasm-bindgen-macro-support",
13873]14082]
1387414083
13875[[package]]14084[[package]]
13876name = "wasm-bindgen-macro-support"14085name = "wasm-bindgen-macro-support"
13877version = "0.2.84"14086version = "0.2.85"
13878source = "registry+https://github.com/rust-lang/crates.io-index"14087source = "registry+https://github.com/rust-lang/crates.io-index"
13879checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6"14088checksum = "4783ce29f09b9d93134d41297aded3a712b7b979e9c6f28c32cb88c973a94869"
13880dependencies = [14089dependencies = [
13881 "proc-macro2",14090 "proc-macro2",
13882 "quote",14091 "quote",
13883 "syn 1.0.109",14092 "syn 2.0.16",
13884 "wasm-bindgen-backend",14093 "wasm-bindgen-backend",
13885 "wasm-bindgen-shared",14094 "wasm-bindgen-shared",
13886]14095]
1388714096
13888[[package]]14097[[package]]
13889name = "wasm-bindgen-shared"14098name = "wasm-bindgen-shared"
13890version = "0.2.84"14099version = "0.2.85"
13891source = "registry+https://github.com/rust-lang/crates.io-index"14100source = "registry+https://github.com/rust-lang/crates.io-index"
13892checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d"14101checksum = "a901d592cafaa4d711bc324edfaff879ac700b19c3dfd60058d2b445be2691eb"
1389314102
13894[[package]]14103[[package]]
13895name = "wasm-instrument"14104name = "wasm-instrument"
1400214211
14003[[package]]14212[[package]]
14004name = "wasmtime"14213name = "wasmtime"
14005version = "6.0.1"14214version = "6.0.2"
14006source = "registry+https://github.com/rust-lang/crates.io-index"14215source = "registry+https://github.com/rust-lang/crates.io-index"
14007checksum = "f6e89f9819523447330ffd70367ef4a18d8c832e24e8150fe054d1d912841632"14216checksum = "76a222f5fa1e14b2cefc286f1b68494d7a965f4bf57ec04c59bb62673d639af6"
14008dependencies = [14217dependencies = [
14009 "anyhow",14218 "anyhow",
14010 "bincode",14219 "bincode",
1403014239
14031[[package]]14240[[package]]
14032name = "wasmtime-asm-macros"14241name = "wasmtime-asm-macros"
14033version = "6.0.1"14242version = "6.0.2"
14034source = "registry+https://github.com/rust-lang/crates.io-index"14243source = "registry+https://github.com/rust-lang/crates.io-index"
14035checksum = "9bd3a5e46c198032da934469f3a6e48649d1f9142438e4fd4617b68a35644b8a"14244checksum = "4407a7246e7d2f3d8fb1cf0c72fda8dbafdb6dd34d555ae8bea0e5ae031089cc"
14036dependencies = [14245dependencies = [
14037 "cfg-if",14246 "cfg-if",
14038]14247]
1403914248
14040[[package]]14249[[package]]
14041name = "wasmtime-cache"14250name = "wasmtime-cache"
14042version = "6.0.1"14251version = "6.0.2"
14043source = "registry+https://github.com/rust-lang/crates.io-index"14252source = "registry+https://github.com/rust-lang/crates.io-index"
14044checksum = "b389ae9b678b9c3851091a4804f4182d688d27aff7abc9aa37fa7be37d8ecffa"14253checksum = "5ceb3adf61d654be0be67fffdce42447b0880481348785be5fe40b5dd7663a4c"
14045dependencies = [14254dependencies = [
14046 "anyhow",14255 "anyhow",
14047 "base64 0.13.1",14256 "base64 0.13.1",
14048 "bincode",14257 "bincode",
14049 "directories-next",14258 "directories-next",
14050 "file-per-thread-logger",14259 "file-per-thread-logger",
14051 "log",14260 "log",
14052 "rustix 0.36.12",14261 "rustix 0.36.13",
14053 "serde",14262 "serde",
14054 "sha2 0.10.6",14263 "sha2 0.10.6",
14055 "toml",14264 "toml 0.5.11",
14056 "windows-sys 0.42.0",14265 "windows-sys 0.42.0",
14057 "zstd",14266 "zstd 0.11.2+zstd.1.5.2",
14058]14267]
1405914268
14060[[package]]14269[[package]]
14061name = "wasmtime-cranelift"14270name = "wasmtime-cranelift"
14062version = "6.0.1"14271version = "6.0.2"
14063source = "registry+https://github.com/rust-lang/crates.io-index"14272source = "registry+https://github.com/rust-lang/crates.io-index"
14064checksum = "59b2c92a08c0db6efffd88fdc97d7aa9c7c63b03edb0971dbca745469f820e8c"14273checksum = "3c366bb8647e01fd08cb5589976284b00abfded5529b33d7e7f3f086c68304a4"
14065dependencies = [14274dependencies = [
14066 "anyhow",14275 "anyhow",
14067 "cranelift-codegen",14276 "cranelift-codegen",
1408014289
14081[[package]]14290[[package]]
14082name = "wasmtime-environ"14291name = "wasmtime-environ"
14083version = "6.0.1"14292version = "6.0.2"
14084source = "registry+https://github.com/rust-lang/crates.io-index"14293source = "registry+https://github.com/rust-lang/crates.io-index"
14085checksum = "9a6db9fc52985ba06ca601f2ff0ff1f526c5d724c7ac267b47326304b0c97883"14294checksum = "47b8b50962eae38ee319f7b24900b7cf371f03eebdc17400c1dc8575fc10c9a7"
14086dependencies = [14295dependencies = [
14087 "anyhow",14296 "anyhow",
14088 "cranelift-entity",14297 "cranelift-entity",
1409914308
14100[[package]]14309[[package]]
14101name = "wasmtime-jit"14310name = "wasmtime-jit"
14102version = "6.0.1"14311version = "6.0.2"
14103source = "registry+https://github.com/rust-lang/crates.io-index"14312source = "registry+https://github.com/rust-lang/crates.io-index"
14104checksum = "b77e3a52cd84d0f7f18554afa8060cfe564ccac61e3b0802d3fd4084772fa5f6"14313checksum = "ffaed4f9a234ba5225d8e64eac7b4a5d13b994aeb37353cde2cbeb3febda9eaa"
14105dependencies = [14314dependencies = [
14106 "addr2line 0.17.0",14315 "addr2line 0.17.0",
14107 "anyhow",14316 "anyhow",
1412314332
14124[[package]]14333[[package]]
14125name = "wasmtime-jit-debug"14334name = "wasmtime-jit-debug"
14126version = "6.0.1"14335version = "6.0.2"
14127source = "registry+https://github.com/rust-lang/crates.io-index"14336source = "registry+https://github.com/rust-lang/crates.io-index"
14128checksum = "d0245e8a9347017c7185a72e215218a802ff561545c242953c11ba00fccc930f"14337checksum = "eed41cbcbf74ce3ff6f1d07d1b707888166dc408d1a880f651268f4f7c9194b2"
14129dependencies = [14338dependencies = [
14130 "object 0.29.0",14339 "object 0.29.0",
14131 "once_cell",14340 "once_cell",
14132 "rustix 0.36.12",14341 "rustix 0.36.13",
14133]14342]
1413414343
14135[[package]]14344[[package]]
14136name = "wasmtime-jit-icache-coherence"14345name = "wasmtime-jit-icache-coherence"
14137version = "6.0.1"14346version = "6.0.2"
14138source = "registry+https://github.com/rust-lang/crates.io-index"14347source = "registry+https://github.com/rust-lang/crates.io-index"
14139checksum = "67d412e9340ab1c83867051d8d1d7c90aa8c9afc91da086088068e2734e25064"14348checksum = "43a28ae1e648461bfdbb79db3efdaee1bca5b940872e4175390f465593a2e54c"
14140dependencies = [14349dependencies = [
14141 "cfg-if",14350 "cfg-if",
14142 "libc",14351 "libc",
1414514354
14146[[package]]14355[[package]]
14147name = "wasmtime-runtime"14356name = "wasmtime-runtime"
14148version = "6.0.1"14357version = "6.0.2"
14149source = "registry+https://github.com/rust-lang/crates.io-index"14358source = "registry+https://github.com/rust-lang/crates.io-index"
14150checksum = "d594e791b5fdd4dbaf8cf7ae62f2e4ff85018ce90f483ca6f42947688e48827d"14359checksum = "e704b126e4252788ccfc3526d4d4511d4b23c521bf123e447ac726c14545217b"
14151dependencies = [14360dependencies = [
14152 "anyhow",14361 "anyhow",
14153 "cc",14362 "cc",
14160 "memoffset 0.6.5",14369 "memoffset 0.6.5",
14161 "paste",14370 "paste",
14162 "rand 0.8.5",14371 "rand 0.8.5",
14163 "rustix 0.36.12",14372 "rustix 0.36.13",
14164 "wasmtime-asm-macros",14373 "wasmtime-asm-macros",
14165 "wasmtime-environ",14374 "wasmtime-environ",
14166 "wasmtime-jit-debug",14375 "wasmtime-jit-debug",
1416914378
14170[[package]]14379[[package]]
14171name = "wasmtime-types"14380name = "wasmtime-types"
14172version = "6.0.1"14381version = "6.0.2"
14173source = "registry+https://github.com/rust-lang/crates.io-index"14382source = "registry+https://github.com/rust-lang/crates.io-index"
14174checksum = "a6688d6f96d4dbc1f89fab626c56c1778936d122b5f4ae7a57c2eb42b8d982e2"14383checksum = "83e5572c5727c1ee7e8f28717aaa8400e4d22dcbd714ea5457d85b5005206568"
14175dependencies = [14384dependencies = [
14176 "cranelift-entity",14385 "cranelift-entity",
14177 "serde",14386 "serde",
1418114390
14182[[package]]14391[[package]]
14183name = "web-sys"14392name = "web-sys"
14184version = "0.3.61"14393version = "0.3.62"
14185source = "registry+https://github.com/rust-lang/crates.io-index"14394source = "registry+https://github.com/rust-lang/crates.io-index"
14186checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97"14395checksum = "16b5f940c7edfdc6d12126d98c9ef4d1b3d470011c47c76a6581df47ad9ba721"
14187dependencies = [14396dependencies = [
14188 "js-sys",14397 "js-sys",
14189 "wasm-bindgen",14398 "wasm-bindgen",
14244 "sha2 0.10.6",14453 "sha2 0.10.6",
14245 "stun",14454 "stun",
14246 "thiserror",14455 "thiserror",
14247 "time 0.3.20",14456 "time 0.3.21",
14248 "tokio",14457 "tokio",
14249 "turn",14458 "turn",
14250 "url",14459 "url",
14289 "ccm",14498 "ccm",
14290 "curve25519-dalek 3.2.0",14499 "curve25519-dalek 3.2.0",
14291 "der-parser 8.2.0",14500 "der-parser 8.2.0",
14292 "elliptic-curve",14501 "elliptic-curve 0.12.3",
14293 "hkdf",14502 "hkdf",
14294 "hmac 0.12.1",14503 "hmac 0.12.1",
14295 "log",14504 "log",
14301 "rcgen 0.9.3",14510 "rcgen 0.9.3",
14302 "ring",14511 "ring",
14303 "rustls 0.19.1",14512 "rustls 0.19.1",
14304 "sec1",14513 "sec1 0.3.0",
14305 "serde",14514 "serde",
14306 "sha1",14515 "sha1",
14307 "sha2 0.10.6",14516 "sha2 0.10.6",
14308 "signature",14517 "signature 1.6.4",
14309 "subtle",14518 "subtle",
14310 "thiserror",14519 "thiserror",
14311 "tokio",14520 "tokio",
1435414563
14355[[package]]14564[[package]]
14356name = "webrtc-media"14565name = "webrtc-media"
14357version = "0.5.0"14566version = "0.5.1"
14358source = "registry+https://github.com/rust-lang/crates.io-index"14567source = "registry+https://github.com/rust-lang/crates.io-index"
14359checksum = "ee2a3c157a040324e5049bcbd644ffc9079e6738fa2cfab2bcff64e5cc4c00d7"14568checksum = "f72e1650a8ae006017d1a5280efb49e2610c19ccc3c0905b03b648aee9554991"
14360dependencies = [14569dependencies = [
14361 "byteorder",14570 "byteorder",
14362 "bytes",14571 "bytes",
14363 "derive_builder",
14364 "displaydoc",
14365 "rand 0.8.5",14572 "rand 0.8.5",
14366 "rtp",14573 "rtp",
14367 "thiserror",14574 "thiserror",
14368 "webrtc-util",
14369]14575]
1437014576
14371[[package]]14577[[package]]
1443214638
14433[[package]]14639[[package]]
14434name = "westend-runtime"14640name = "westend-runtime"
14435version = "0.9.41"14641version = "0.9.42"
14436source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.41#e203bfb396ed949f102720debf32fb98166787af"14642source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
14437dependencies = [14643dependencies = [
14438 "bitvec",14644 "bitvec",
14439 "frame-benchmarking",14645 "frame-benchmarking",
14444 "frame-system-benchmarking",14650 "frame-system-benchmarking",
14445 "frame-system-rpc-runtime-api",14651 "frame-system-rpc-runtime-api",
14446 "frame-try-runtime",14652 "frame-try-runtime",
14447 "hex-literal 0.3.4",14653 "hex-literal",
14448 "log",14654 "log",
14449 "pallet-authority-discovery",14655 "pallet-authority-discovery",
14450 "pallet-authorship",14656 "pallet-authorship",
14458 "pallet-elections-phragmen",14664 "pallet-elections-phragmen",
14459 "pallet-fast-unstake",14665 "pallet-fast-unstake",
14460 "pallet-grandpa",14666 "pallet-grandpa",
14461 "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.41)",14667 "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42)",
14462 "pallet-im-online",14668 "pallet-im-online",
14463 "pallet-indices",14669 "pallet-indices",
14464 "pallet-membership",14670 "pallet-membership",
1452414730
14525[[package]]14731[[package]]
14526name = "westend-runtime-constants"14732name = "westend-runtime-constants"
14527version = "0.9.41"14733version = "0.9.42"
14528source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.41#e203bfb396ed949f102720debf32fb98166787af"14734source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
14529dependencies = [14735dependencies = [
14530 "frame-support",14736 "frame-support",
14531 "polkadot-primitives",14737 "polkadot-primitives",
1479515001
14796[[package]]15002[[package]]
14797name = "winnow"15003name = "winnow"
14798version = "0.4.1"15004version = "0.4.6"
14799source = "registry+https://github.com/rust-lang/crates.io-index"15005source = "registry+https://github.com/rust-lang/crates.io-index"
14800checksum = "ae8970b36c66498d8ff1d66685dc86b91b29db0c7739899012f63a63814b4b28"15006checksum = "61de7bac303dc551fe038e2b3cef0f571087a47571ea6e79a87692ac99b99699"
14801dependencies = [15007dependencies = [
14802 "memchr",15008 "memchr",
14803]15009]
14858 "ring",15064 "ring",
14859 "rusticata-macros",15065 "rusticata-macros",
14860 "thiserror",15066 "thiserror",
14861 "time 0.3.20",15067 "time 0.3.21",
14862]15068]
1486315069
14864[[package]]15070[[package]]
14876 "oid-registry 0.6.1",15082 "oid-registry 0.6.1",
14877 "rusticata-macros",15083 "rusticata-macros",
14878 "thiserror",15084 "thiserror",
14879 "time 0.3.20",15085 "time 0.3.21",
14880]15086]
1488115087
14882[[package]]15088[[package]]
14883name = "xcm"15089name = "xcm"
14884version = "0.9.41"15090version = "0.9.42"
14885source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.41#e203bfb396ed949f102720debf32fb98166787af"15091source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
14886dependencies = [15092dependencies = [
14887 "bounded-collections",15093 "bounded-collections",
14888 "derivative",15094 "derivative",
1489715103
14898[[package]]15104[[package]]
14899name = "xcm-builder"15105name = "xcm-builder"
14900version = "0.9.41"15106version = "0.9.42"
14901source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.41#e203bfb396ed949f102720debf32fb98166787af"15107source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
14902dependencies = [15108dependencies = [
14903 "frame-support",15109 "frame-support",
14904 "frame-system",15110 "frame-system",
1491815124
14919[[package]]15125[[package]]
14920name = "xcm-executor"15126name = "xcm-executor"
14921version = "0.9.41"15127version = "0.9.42"
14922source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.41#e203bfb396ed949f102720debf32fb98166787af"15128source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
14923dependencies = [15129dependencies = [
14924 "environmental",15130 "environmental",
14925 "frame-benchmarking",15131 "frame-benchmarking",
1493815144
14939[[package]]15145[[package]]
14940name = "xcm-procedural"15146name = "xcm-procedural"
14941version = "0.9.41"15147version = "0.9.42"
14942source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.41#e203bfb396ed949f102720debf32fb98166787af"15148source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
14943dependencies = [15149dependencies = [
14944 "Inflector",15150 "Inflector",
14945 "proc-macro2",15151 "proc-macro2",
14946 "quote",15152 "quote",
14947 "syn 1.0.109",15153 "syn 2.0.16",
14948]15154]
1494915155
14950[[package]]15156[[package]]
14967source = "registry+https://github.com/rust-lang/crates.io-index"15173source = "registry+https://github.com/rust-lang/crates.io-index"
14968checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd"15174checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd"
14969dependencies = [15175dependencies = [
14970 "time 0.3.20",15176 "time 0.3.21",
14971]15177]
1497215178
14973[[package]]15179[[package]]
14987dependencies = [15193dependencies = [
14988 "proc-macro2",15194 "proc-macro2",
14989 "quote",15195 "quote",
14990 "syn 2.0.15",15196 "syn 2.0.16",
14991]15197]
1499215198
14993[[package]]15199[[package]]
14996source = "registry+https://github.com/rust-lang/crates.io-index"15202source = "registry+https://github.com/rust-lang/crates.io-index"
14997checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"15203checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
14998dependencies = [15204dependencies = [
14999 "zstd-safe",15205 "zstd-safe 5.0.2+zstd.1.5.2",
15000]15206]
15207
15208[[package]]
15209name = "zstd"
15210version = "0.12.3+zstd.1.5.2"
15211source = "registry+https://github.com/rust-lang/crates.io-index"
15212checksum = "76eea132fb024e0e13fd9c2f5d5d595d8a967aa72382ac2f9d39fcc95afd0806"
15213dependencies = [
15214 "zstd-safe 6.0.5+zstd.1.5.4",
15215]
1500115216
15002[[package]]15217[[package]]
15003name = "zstd-safe"15218name = "zstd-safe"
15009 "zstd-sys",15224 "zstd-sys",
15010]15225]
15226
15227[[package]]
15228name = "zstd-safe"
15229version = "6.0.5+zstd.1.5.4"
15230source = "registry+https://github.com/rust-lang/crates.io-index"
15231checksum = "d56d9e60b4b1758206c238a10165fbcae3ca37b01744e394c463463f6529d23b"
15232dependencies = [
15233 "libc",
15234 "zstd-sys",
15235]
1501115236
15012[[package]]15237[[package]]
15013name = "zstd-sys"15238name = "zstd-sys"
modifiedCargo.tomldiffbeforeafterboth
29app-promotion-rpc = { path = "primitives/app_promotion_rpc", default-features = false }29app-promotion-rpc = { path = "primitives/app_promotion_rpc", default-features = false }
30evm-coder = { git = "https://github.com/uniquenetwork/evm-coder", tag = "v0.3.1", default-features = false }30evm-coder = { git = "https://github.com/uniquenetwork/evm-coder", tag = "v0.3.1", default-features = false }
31pallet-app-promotion = { path = "pallets/app-promotion", default-features = false }31pallet-app-promotion = { path = "pallets/app-promotion", default-features = false }
32pallet-charge-transaction = { package = "pallet-template-transaction-payment", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.41" }32pallet-charge-transaction = { package = "pallet-template-transaction-payment", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.42" }
33pallet-collator-selection = { default-features = false, path = "pallets/collator-selection" }33pallet-collator-selection = { default-features = false, path = "pallets/collator-selection" }
34pallet-common = { default-features = false, path = "pallets/common" }34pallet-common = { default-features = false, path = "pallets/common" }
35pallet-configuration = { default-features = false, path = "pallets/configuration" }35pallet-configuration = { default-features = false, path = "pallets/configuration" }
56up-data-structs = { path = "primitives/data-structs", default-features = false }56up-data-structs = { path = "primitives/data-structs", default-features = false }
57up-pov-estimate-rpc = { path = "primitives/pov-estimate-rpc", default-features = false }57up-pov-estimate-rpc = { path = "primitives/pov-estimate-rpc", default-features = false }
58up-rpc = { path = "primitives/rpc", default-features = false }58up-rpc = { path = "primitives/rpc", default-features = false }
59up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.41" }59up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.42" }
6060
61# Unique: Runtimes61# Unique: Runtimes
62opal-runtime = { path = "runtime/opal" }62opal-runtime = { path = "runtime/opal" }
63quartz-runtime = { path = "runtime/quartz" }63quartz-runtime = { path = "runtime/quartz" }
64unique-runtime = { path = "runtime/unique" }64unique-runtime = { path = "runtime/unique" }
6565
66# Frontier (Unique patches over the Parity version)66# Frontier (Unique patches over the Parity version)
67fc-consensus = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.41" }67fc-consensus = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.42" }
68fc-db = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.41" }68fc-db = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.42" }
69fc-mapping-sync = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.41" }69fc-mapping-sync = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.42" }
70fc-rpc = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.41" }70fc-rpc = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.42" }
71fc-rpc-core = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.41" }71fc-rpc-core = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.42" }
72fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.41" }72fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.42" }
73fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.41" }73fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.42" }
74fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.41" }74fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.42" }
75fp-storage = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.41" }75fp-storage = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.42" }
76pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.41" }76pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.42" }
77pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.41" }77pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.42" }
78pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.41" }78pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.42" }
79pallet-evm-precompile-simple = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.41" }79pallet-evm-precompile-simple = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.42" }
8080
81# Parity81# Parity
82codec = { default-features = false, features = ['derive'], package = 'parity-scale-codec', version = "3.2.2" }82codec = { default-features = false, features = ['derive'], package = 'parity-scale-codec', version = "3.2.2" }
83cumulus-client-cli = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.41" }83cumulus-client-cli = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.42" }
84cumulus-client-consensus-aura = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.41" }84cumulus-client-consensus-aura = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.42" }
85cumulus-client-consensus-common = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.41" }85cumulus-client-consensus-common = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.42" }
86cumulus-client-network = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.41" }86cumulus-client-network = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.42" }
87cumulus-client-service = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.41" }87cumulus-client-service = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.42" }
88cumulus-pallet-aura-ext = { default-features = false , git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.41" }88cumulus-pallet-aura-ext = { default-features = false , git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.42" }
89cumulus-pallet-dmp-queue = { default-features = false , git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.41" }89cumulus-pallet-dmp-queue = { default-features = false , git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.42" }
90cumulus-pallet-parachain-system = { default-features = false , git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.41" }90cumulus-pallet-parachain-system = { default-features = false , git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.42" }
91cumulus-pallet-xcm = { default-features = false , git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.41" }91cumulus-pallet-xcm = { default-features = false , git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.42" }
92cumulus-pallet-xcmp-queue = { default-features = false , git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.41" }92cumulus-pallet-xcmp-queue = { default-features = false , git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.42" }
93cumulus-primitives-core = { default-features = false , git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.41" }93cumulus-primitives-core = { default-features = false , git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.42" }
94cumulus-primitives-parachain-inherent = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.41" }94cumulus-primitives-parachain-inherent = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.42" }
95cumulus-primitives-timestamp = { default-features = false , git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.41" }95cumulus-primitives-timestamp = { default-features = false , git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.42" }
96cumulus-primitives-utility = { default-features = false , git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.41" }96cumulus-primitives-utility = { default-features = false , git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.42" }
97cumulus-relay-chain-inprocess-interface = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.41" }97cumulus-relay-chain-inprocess-interface = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.42" }
98cumulus-relay-chain-interface = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.41" }98cumulus-relay-chain-interface = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.42" }
99cumulus-relay-chain-minimal-node = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.41" }99cumulus-relay-chain-minimal-node = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.42" }
100frame-executive = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }100frame-executive = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
101frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }101frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
102frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }102frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
103frame-system-rpc-runtime-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }103frame-system-rpc-runtime-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
104pallet-aura = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }104pallet-aura = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
105pallet-authorship = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }105pallet-authorship = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
106pallet-balances = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }106pallet-balances = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
107pallet-preimage = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }107pallet-preimage = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
108pallet-session = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }108pallet-session = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
109pallet-sudo = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }109pallet-sudo = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
110pallet-timestamp = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }110pallet-timestamp = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
111pallet-transaction-payment = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }111pallet-transaction-payment = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
112pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }112pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
113pallet-transaction-payment-rpc-runtime-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }113pallet-transaction-payment-rpc-runtime-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
114pallet-treasury = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }114pallet-treasury = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
115pallet-xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.41", default-features = false }115pallet-xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.42", default-features = false }
116parachain-info = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.41" }116parachain-info = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.42" }
117polkadot-cli = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.41" }117polkadot-cli = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.42" }
118polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.41", default-features = false }118polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.42", default-features = false }
119polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.41" }119polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.42" }
120polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.41" }120polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.42" }
121sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }121sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
122sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }122sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
123sc-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }123sc-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
124sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }124sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
125sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }125sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
126sc-consensus-manual-seal = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }126sc-consensus-manual-seal = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
127sc-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }127sc-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
128sc-consensus-grandpa = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }128sc-consensus-grandpa = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
129sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }129sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
130sc-network-sync = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }130sc-network-sync = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
131sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }131sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
132sc-rpc-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }132sc-rpc-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
133sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }133sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
134sc-sysinfo = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }134sc-sysinfo = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
135sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }135sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
136sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }136sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
137sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }137sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
138scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }138scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }
139sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }139sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
140sp-arithmetic = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }140sp-arithmetic = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
141sp-block-builder = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }141sp-block-builder = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
142sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }142sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
143sp-consensus-aura = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }143sp-consensus-aura = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
144sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }144sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
145sp-externalities = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }145sp-externalities = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
146sp-inherents = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }146sp-inherents = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
147sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }147sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
148sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }148sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
149sp-offchain = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }149sp-offchain = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
150sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }150sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
151sp-session = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }151sp-session = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
152sp-staking = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }152sp-staking = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
153sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }153sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
154sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }154sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
155sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }155sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
156sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }156sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
157sp-transaction-pool = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }157sp-transaction-pool = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
158sp-trie = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }158sp-trie = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
159sp-version = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }159sp-version = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
160substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }160substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
161substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }161substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
162xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.41", default-features = false }162xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.42", default-features = false }
163xcm-builder = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.41", default-features = false }163xcm-builder = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.42", default-features = false }
164xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.41", default-features = false }164xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.42", default-features = false }
165165
166# Parity: Build utils166# Parity: Build utils
167substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }167substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
168substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }168substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
169169
170# Parity: Benchmarking170# Parity: Benchmarking
171frame-benchmarking = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }171frame-benchmarking = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
172frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }172frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
173frame-system-benchmarking = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }173frame-system-benchmarking = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
174174
175# Parity: Try Runtime175# Parity: Try Runtime
176frame-try-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }176frame-try-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
177try-runtime-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }177try-runtime-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
178178
179# ORML179# ORML
180orml-tokens = { default-features = false , git = "https://github.com/uniquenetwork/open-runtime-module-library", branch = "polkadot-v0.9.41" }180orml-tokens = { default-features = false , git = "https://github.com/uniquenetwork/open-runtime-module-library", branch = "polkadot-v0.9.42" }
181orml-traits = { default-features = false , git = "https://github.com/uniquenetwork/open-runtime-module-library", branch = "polkadot-v0.9.41" }181orml-traits = { default-features = false , git = "https://github.com/uniquenetwork/open-runtime-module-library", branch = "polkadot-v0.9.42" }
182orml-vesting = { default-features = false , git = "https://github.com/uniquenetwork/open-runtime-module-library", branch = "polkadot-v0.9.41" }182orml-vesting = { default-features = false , git = "https://github.com/uniquenetwork/open-runtime-module-library", branch = "polkadot-v0.9.42" }
183orml-xtokens = { default-features = false , git = "https://github.com/uniquenetwork/open-runtime-module-library", branch = "polkadot-v0.9.41" }183orml-xtokens = { default-features = false , git = "https://github.com/uniquenetwork/open-runtime-module-library", branch = "polkadot-v0.9.42" }
184orml-xcm-support = { default-features = false , git = "https://github.com/uniquenetwork/open-runtime-module-library", branch = "polkadot-v0.9.41" }184orml-xcm-support = { default-features = false , git = "https://github.com/uniquenetwork/open-runtime-module-library", branch = "polkadot-v0.9.42" }
185185
186# Other186# Other
187derivative = { version = "2.2.0", features = ["use_core"] }187derivative = { version = "2.2.0", features = ["use_core"] }
196serde = { default-features = false, features = ['derive'], version = "1.0.136" }196serde = { default-features = false, features = ['derive'], version = "1.0.136" }
197smallvec = "1.6.1"197smallvec = "1.6.1"
198
199[workspace.metadata.deppatcher.originals.workspace.dependencies]
200orml-tokens = { git = "https://github.com/uniquenetwork/open-runtime-module-library", branch = "unique-polkadot-v0.9.39" }
201orml-traits = { git = "https://github.com/uniquenetwork/open-runtime-module-library", branch = "unique-polkadot-v0.9.39" }
202orml-vesting = { git = "https://github.com/uniquenetwork/open-runtime-module-library", branch = "unique-polkadot-v0.9.39" }
203orml-xtokens = { git = "https://github.com/uniquenetwork/open-runtime-module-library", branch = "unique-polkadot-v0.9.39" }
204cumulus-client-cli = { git = "https://github.com/uniquenetwork/cumulus", branch = "polkadot-v0.9.39" }
205cumulus-client-consensus-aura = { git = "https://github.com/uniquenetwork/cumulus", branch = "polkadot-v0.9.39" }
206cumulus-client-consensus-common = { git = "https://github.com/uniquenetwork/cumulus", branch = "polkadot-v0.9.39" }
207cumulus-client-network = { git = "https://github.com/uniquenetwork/cumulus", branch = "polkadot-v0.9.39" }
208cumulus-client-service = { git = "https://github.com/uniquenetwork/cumulus", branch = "polkadot-v0.9.39" }
209cumulus-pallet-aura-ext = { git = "https://github.com/uniquenetwork/cumulus", branch = "polkadot-v0.9.39" }
210cumulus-pallet-dmp-queue = { git = "https://github.com/uniquenetwork/cumulus", branch = "polkadot-v0.9.39" }
211cumulus-pallet-parachain-system = { git = "https://github.com/uniquenetwork/cumulus", branch = "polkadot-v0.9.39" }
212cumulus-pallet-xcm = { git = "https://github.com/uniquenetwork/cumulus", branch = "polkadot-v0.9.39" }
213cumulus-pallet-xcmp-queue = { git = "https://github.com/uniquenetwork/cumulus", branch = "polkadot-v0.9.39" }
214cumulus-primitives-core = { git = "https://github.com/uniquenetwork/cumulus", branch = "polkadot-v0.9.39" }
215cumulus-primitives-parachain-inherent = { git = "https://github.com/uniquenetwork/cumulus", branch = "polkadot-v0.9.39" }
216cumulus-primitives-timestamp = { git = "https://github.com/uniquenetwork/cumulus", branch = "polkadot-v0.9.39" }
217cumulus-primitives-utility = { git = "https://github.com/uniquenetwork/cumulus", branch = "polkadot-v0.9.39" }
218cumulus-relay-chain-inprocess-interface = { git = "https://github.com/uniquenetwork/cumulus", branch = "polkadot-v0.9.39" }
219cumulus-relay-chain-interface = { git = "https://github.com/uniquenetwork/cumulus", branch = "polkadot-v0.9.39" }
220cumulus-relay-chain-minimal-node = { git = "https://github.com/uniquenetwork/cumulus", branch = "polkadot-v0.9.39" }
221parachain-info = { git = "https://github.com/uniquenetwork/cumulus", branch = "polkadot-v0.9.39" }
222pallet-template-transaction-payment = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.39" }
223up-sponsorship = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.39" }
224frame-executive = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
225frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
226frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
227frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
228pallet-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
229pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
230pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
231pallet-preimage = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
232pallet-session = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
233pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
234pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
235pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
236pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
237pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
238pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
239sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
240sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
241sc-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
242sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
243sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
244sc-consensus-manual-seal = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
245sc-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
246sc-consensus-grandpa = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
247sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
248sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
249sc-rpc-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
250sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
251sc-sysinfo = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
252sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
253sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
254sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
255sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
256sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
257sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
258sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
259sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
260sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
261sp-externalities = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
262sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
263sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
264sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
265sp-offchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
266sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
267sp-session = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
268sp-staking = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
269sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
270sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
271sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
272sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
273sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
274sp-trie = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
275sp-version = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
276substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
277substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
278substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
279substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
280frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
281frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
282frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
283frame-try-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
284try-runtime-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
285orml-xcm-support = { git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v0.9.39" }
286pallet-xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.39" }
287polkadot-cli = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.39" }
288polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.39" }
289polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.39" }
290polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.39" }
291xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.39" }
292xcm-builder = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.39" }
293xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.39" }
294fc-consensus = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.39" }
295fc-db = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.39" }
296fc-mapping-sync = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.39" }
297fc-rpc = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.39" }
298fc-rpc-core = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.39" }
299fp-evm = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.39" }
300fp-rpc = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.39" }
301fp-self-contained = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.39" }
302fp-storage = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.39" }
303pallet-base-fee = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.39" }
304pallet-ethereum = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.39" }
305pallet-evm = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.39" }
306pallet-evm-precompile-simple = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.39" }
307198
308199
modifiedpallets/scheduler-v2/Cargo.tomldiffbeforeafterboth
9repository = "https://github.com/UniqueNetwork/unique-chain"9repository = "https://github.com/UniqueNetwork/unique-chain"
10version = "0.1.0"10version = "0.1.0"
11
12[package.metadata.deppatcher.originals.dev-dependencies]
13substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
1411
15[dependencies]12[dependencies]
16# Note: `package = "parity-scale-codec"` must be supplied since the `Encode` macro searches for it.13# Note: `package = "parity-scale-codec"` must be supplied since the `Encode` macro searches for it.
2825
29[dev-dependencies]26[dev-dependencies]
30pallet-preimage = { workspace = true }27pallet-preimage = { workspace = true }
31substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }28substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
3229
33[features]30[features]
34default = ["std"]31default = ["std"]
modifiedprimitives/pov-estimate-rpc/src/lib.rsdiffbeforeafterboth
23use serde::Serialize;23use serde::Serialize;
2424
25use sp_runtime::ApplyExtrinsicResult;25use sp_runtime::ApplyExtrinsicResult;
26use sp_core::Bytes;
2726
28#[cfg_attr(feature = "std", derive(Serialize))]27#[cfg_attr(feature = "std", derive(Serialize))]
29#[derive(Debug, TypeInfo)]28#[derive(Debug, TypeInfo)]
4443
45sp_api::decl_runtime_apis! {44sp_api::decl_runtime_apis! {
46 pub trait PovEstimateApi {45 pub trait PovEstimateApi {
47 fn pov_estimate(uxt: Bytes) -> ApplyExtrinsicResult;46 fn pov_estimate(uxt: Vec<u8>) -> ApplyExtrinsicResult;
48 }47 }
49}48}
5049
modifiedruntime/tests/Cargo.tomldiffbeforeafterboth
3name = "tests"3name = "tests"
4version = "0.1.1"4version = "0.1.1"
5
6[package.metadata.deppatcher.originals.dependencies]
7sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
8sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
9sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
10sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
11frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
12frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
13pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
14pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
15pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
16up-sponsorship = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.39" }
17pallet-ethereum = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.39" }
18pallet-evm = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.39" }
195
20[features]6[features]
21default = ['refungible']7default = ['refungible']
25[dependencies]11[dependencies]
26up-data-structs = { default-features = false, path = "../../primitives/data-structs" }12up-data-structs = { default-features = false, path = "../../primitives/data-structs" }
2713
28sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }14sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
29sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }15sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
30sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }16sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
31sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }17sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
3218
33frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }19frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
34frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }20frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
3521
36pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }22pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
37pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }23pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
38pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" }24pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
3925
40pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.41" }26pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.42" }
41pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.41" }27pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.42" }
4228
43pallet-common.path = "../../pallets/common"29pallet-common.path = "../../pallets/common"
44pallet-fungible.path = "../../pallets/fungible"30pallet-fungible.path = "../../pallets/fungible"
53scale-info = "*"39scale-info = "*"
5440
55evm-coder = { workspace = true }41evm-coder = { workspace = true }
56up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.41" }42up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.42" }
57xcm = { workspace = true }43xcm = { workspace = true }
58pallet-xcm = { workspace = true }44pallet-xcm = { workspace = true }
59pallet-configuration = { workspace = true }45pallet-configuration = { workspace = true }