git.delta.rocks / unique-network / refs/commits / 82da1603dbfe

difftreelog

fix use CheckNonce from pallet-sponsoring

Yaroslav Bolyukin2023-11-21parent: #5f96768.patch.diff
in: master

3 files changed

modifiedCargo.lockdiffbeforeafterboth
153source = "registry+https://github.com/rust-lang/crates.io-index"153source = "registry+https://github.com/rust-lang/crates.io-index"
154checksum = "5a824f2aa7e75a0c98c5a504fceb80649e9c35265d44525b5f94de4771a395cd"154checksum = "5a824f2aa7e75a0c98c5a504fceb80649e9c35265d44525b5f94de4771a395cd"
155dependencies = [155dependencies = [
156 "getrandom 0.2.10",156 "getrandom 0.2.11",
157 "once_cell",157 "once_cell",
158 "version_check",158 "version_check",
159]159]
165checksum = "91429305e9f0a25f6205c5b8e0d2db09e0708a7a6df0f42212bb56c32c8ac97a"165checksum = "91429305e9f0a25f6205c5b8e0d2db09e0708a7a6df0f42212bb56c32c8ac97a"
166dependencies = [166dependencies = [
167 "cfg-if",167 "cfg-if",
168 "getrandom 0.2.10",168 "getrandom 0.2.11",
169 "once_cell",169 "once_cell",
170 "version_check",170 "version_check",
171 "zerocopy",171 "zerocopy",
447447
448[[package]]448[[package]]
449name = "array-bytes"449name = "array-bytes"
450version = "6.1.0"450version = "6.2.0"
451source = "registry+https://github.com/rust-lang/crates.io-index"451source = "registry+https://github.com/rust-lang/crates.io-index"
452checksum = "d9b1c5a481ec30a5abd8dfbd94ab5cf1bb4e9a66be7f1b3b322f2f1170c200fd"452checksum = "de17a919934ad8c5cc99a1a74de4e2dab95d6121a8f27f94755ff525b630382c"
453453
454[[package]]454[[package]]
455name = "arrayref"455name = "arrayref"
562 "futures-core",562 "futures-core",
563]563]
564
565[[package]]
566name = "async-channel"
567version = "2.1.0"
568source = "registry+https://github.com/rust-lang/crates.io-index"
569checksum = "d37875bd9915b7d67c2f117ea2c30a0989874d0b2cb694fe25403c85763c0c9e"
570dependencies = [
571 "concurrent-queue",
572 "event-listener 3.1.0",
573 "event-listener-strategy",
574 "futures-core",
575 "pin-project-lite 0.2.13",
576]
564577
565[[package]]578[[package]]
566name = "async-executor"579name = "async-executor"
567version = "1.6.0"580version = "1.7.2"
568source = "registry+https://github.com/rust-lang/crates.io-index"581source = "registry+https://github.com/rust-lang/crates.io-index"
569checksum = "4b0c4a4f319e45986f347ee47fef8bf5e81c9abc3f6f58dc2391439f30df65f0"582checksum = "fc5ea910c42e5ab19012bab31f53cb4d63d54c3a27730f9a833a88efcf4bb52d"
570dependencies = [583dependencies = [
571 "async-lock",584 "async-lock 3.1.1",
572 "async-task",585 "async-task",
573 "concurrent-queue",586 "concurrent-queue",
574 "fastrand 2.0.1",587 "fastrand 2.0.1",
575 "futures-lite",588 "futures-lite 2.0.1",
576 "slab",589 "slab",
577]590]
578591
582source = "registry+https://github.com/rust-lang/crates.io-index"595source = "registry+https://github.com/rust-lang/crates.io-index"
583checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06"596checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06"
584dependencies = [597dependencies = [
585 "async-lock",598 "async-lock 2.8.0",
586 "autocfg",599 "autocfg",
587 "blocking",600 "blocking",
588 "futures-lite",601 "futures-lite 1.13.0",
589]602]
590603
591[[package]]604[[package]]
594source = "registry+https://github.com/rust-lang/crates.io-index"607source = "registry+https://github.com/rust-lang/crates.io-index"
595checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"608checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
596dependencies = [609dependencies = [
597 "async-lock",610 "async-lock 2.8.0",
598 "autocfg",611 "autocfg",
599 "cfg-if",612 "cfg-if",
600 "concurrent-queue",613 "concurrent-queue",
601 "futures-lite",614 "futures-lite 1.13.0",
602 "log",615 "log",
603 "parking",616 "parking",
604 "polling 2.8.0",617 "polling 2.8.0",
610623
611[[package]]624[[package]]
612name = "async-io"625name = "async-io"
613version = "2.1.0"626version = "2.2.0"
614source = "registry+https://github.com/rust-lang/crates.io-index"627source = "registry+https://github.com/rust-lang/crates.io-index"
615checksum = "10da8f3146014722c89e7859e1d7bb97873125d7346d10ca642ffab794355828"628checksum = "41ed9d5715c2d329bf1b4da8d60455b99b187f27ba726df2883799af9af60997"
616dependencies = [629dependencies = [
617 "async-lock",630 "async-lock 3.1.1",
618 "cfg-if",631 "cfg-if",
619 "concurrent-queue",632 "concurrent-queue",
620 "futures-io",633 "futures-io",
621 "futures-lite",634 "futures-lite 2.0.1",
622 "parking",635 "parking",
623 "polling 3.3.0",636 "polling 3.3.0",
624 "rustix 0.38.21",637 "rustix 0.38.25",
625 "slab",638 "slab",
626 "tracing",639 "tracing",
627 "waker-fn",640 "waker-fn",
637 "event-listener 2.5.3",650 "event-listener 2.5.3",
638]651]
652
653[[package]]
654name = "async-lock"
655version = "3.1.1"
656source = "registry+https://github.com/rust-lang/crates.io-index"
657checksum = "655b9c7fe787d3b25cc0f804a1a8401790f0c5bc395beb5a64dc77d8de079105"
658dependencies = [
659 "event-listener 3.1.0",
660 "event-listener-strategy",
661 "pin-project-lite 0.2.13",
662]
639663
640[[package]]664[[package]]
641name = "async-net"665name = "async-net"
645dependencies = [669dependencies = [
646 "async-io 1.13.0",670 "async-io 1.13.0",
647 "blocking",671 "blocking",
648 "futures-lite",672 "futures-lite 1.13.0",
649]673]
650674
651[[package]]675[[package]]
655checksum = "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88"679checksum = "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88"
656dependencies = [680dependencies = [
657 "async-io 1.13.0",681 "async-io 1.13.0",
658 "async-lock",682 "async-lock 2.8.0",
659 "async-signal",683 "async-signal",
660 "blocking",684 "blocking",
661 "cfg-if",685 "cfg-if",
662 "event-listener 3.0.1",686 "event-listener 3.1.0",
663 "futures-lite",687 "futures-lite 1.13.0",
664 "rustix 0.38.21",688 "rustix 0.38.25",
665 "windows-sys 0.48.0",689 "windows-sys 0.48.0",
666]690]
667691
671source = "registry+https://github.com/rust-lang/crates.io-index"695source = "registry+https://github.com/rust-lang/crates.io-index"
672checksum = "9e47d90f65a225c4527103a8d747001fc56e375203592b25ad103e1ca13124c5"696checksum = "9e47d90f65a225c4527103a8d747001fc56e375203592b25ad103e1ca13124c5"
673dependencies = [697dependencies = [
674 "async-io 2.1.0",698 "async-io 2.2.0",
675 "async-lock",699 "async-lock 2.8.0",
676 "atomic-waker",700 "atomic-waker",
677 "cfg-if",701 "cfg-if",
678 "futures-core",702 "futures-core",
679 "futures-io",703 "futures-io",
680 "rustix 0.38.21",704 "rustix 0.38.25",
681 "signal-hook-registry",705 "signal-hook-registry",
682 "slab",706 "slab",
683 "windows-sys 0.48.0",707 "windows-sys 0.48.0",
697dependencies = [721dependencies = [
698 "proc-macro2",722 "proc-macro2",
699 "quote",723 "quote",
700 "syn 2.0.38",724 "syn 2.0.39",
701]725]
702726
703[[package]]727[[package]]
851 "regex",875 "regex",
852 "rustc-hash",876 "rustc-hash",
853 "shlex",877 "shlex",
854 "syn 2.0.38",878 "syn 2.0.39",
855]879]
856880
857[[package]]881[[package]]
10161040
1017[[package]]1041[[package]]
1018name = "blocking"1042name = "blocking"
1019version = "1.4.1"1043version = "1.5.1"
1020source = "registry+https://github.com/rust-lang/crates.io-index"1044source = "registry+https://github.com/rust-lang/crates.io-index"
1021checksum = "8c36a4d0d48574b3dd360b4b7d95cc651d2b6557b6402848a27d4b228a473e2a"1045checksum = "6a37913e8dc4ddcc604f0c6d3bf2887c995153af3611de9e23c352b44c1b9118"
1022dependencies = [1046dependencies = [
1023 "async-channel",1047 "async-channel 2.1.0",
1024 "async-lock",1048 "async-lock 3.1.1",
1025 "async-task",1049 "async-task",
1026 "fastrand 2.0.1",1050 "fastrand 2.0.1",
1027 "futures-io",1051 "futures-io",
1028 "futures-lite",1052 "futures-lite 2.0.1",
1029 "piper",1053 "piper",
1030 "tracing",1054 "tracing",
1031]1055]
11001124
1101[[package]]1125[[package]]
1102name = "bstr"1126name = "bstr"
1103version = "1.7.0"1127version = "1.8.0"
1104source = "registry+https://github.com/rust-lang/crates.io-index"1128source = "registry+https://github.com/rust-lang/crates.io-index"
1105checksum = "c79ad7fb2dd38f3dabd76b09c6a5a20c038fc0213ef1e9afd30eb777f120f019"1129checksum = "542f33a8835a0884b006a0c3df3dadd99c0c3f296ed26c2fdc8028e01ad6230c"
1106dependencies = [1130dependencies = [
1107 "memchr",1131 "memchr",
1108 "serde",1132 "serde",
11851209
1186[[package]]1210[[package]]
1187name = "cargo-platform"1211name = "cargo-platform"
1188version = "0.1.4"1212version = "0.1.5"
1189source = "registry+https://github.com/rust-lang/crates.io-index"1213source = "registry+https://github.com/rust-lang/crates.io-index"
1190checksum = "12024c4645c97566567129c204f65d5815a8c9aecf30fcbe682b2fe034996d36"1214checksum = "e34637b3140142bdf929fb439e8aa4ebad7651ebf7b1080b3930aa16ac1459ff"
1191dependencies = [1215dependencies = [
1192 "serde",1216 "serde",
1193]1217]
1267 "keystream",1291 "keystream",
1268]1292]
1269
1270[[package]]
1271name = "chacha20"
1272version = "0.8.2"
1273source = "registry+https://github.com/rust-lang/crates.io-index"
1274checksum = "5c80e5460aa66fe3b91d40bcbdab953a597b60053e34d684ac6903f863b680a6"
1275dependencies = [
1276 "cfg-if",
1277 "cipher 0.3.0",
1278 "cpufeatures",
1279 "zeroize",
1280]
12811293
1282[[package]]1294[[package]]
1283name = "chacha20"1295name = "chacha20"
12921304
1293[[package]]1305[[package]]
1294name = "chacha20poly1305"1306name = "chacha20poly1305"
1295version = "0.9.1"1307version = "0.10.1"
1296source = "registry+https://github.com/rust-lang/crates.io-index"1308source = "registry+https://github.com/rust-lang/crates.io-index"
1297checksum = "a18446b09be63d457bbec447509e85f662f32952b035ce892290396bc0b0cff5"1309checksum = "10cd79432192d1c0f4e1a0fef9527696cc039165d729fb41b3f4f4f354c2dc35"
1298dependencies = [1310dependencies = [
1299 "aead 0.4.3",1311 "aead 0.5.2",
1300 "chacha20 0.8.2",1312 "chacha20",
1301 "cipher 0.3.0",1313 "cipher 0.4.4",
1302 "poly1305 0.7.2",1314 "poly1305",
1303 "zeroize",1315 "zeroize",
1304]1316]
13051317
1356dependencies = [1368dependencies = [
1357 "crypto-common",1369 "crypto-common",
1358 "inout",1370 "inout",
1371 "zeroize",
1359]1372]
13601373
1361[[package]]1374[[package]]
13801393
1381[[package]]1394[[package]]
1382name = "clap"1395name = "clap"
1383version = "4.4.7"1396version = "4.4.8"
1384source = "registry+https://github.com/rust-lang/crates.io-index"1397source = "registry+https://github.com/rust-lang/crates.io-index"
1385checksum = "ac495e00dcec98c83465d5ad66c5c4fabd652fd6686e7c6269b117e729a6f17b"1398checksum = "2275f18819641850fa26c89acc84d465c1bf91ce57bc2748b28c420473352f64"
1386dependencies = [1399dependencies = [
1387 "clap_builder",1400 "clap_builder",
1388 "clap_derive",1401 "clap_derive",
1389]1402]
13901403
1391[[package]]1404[[package]]
1392name = "clap_builder"1405name = "clap_builder"
1393version = "4.4.7"1406version = "4.4.8"
1394source = "registry+https://github.com/rust-lang/crates.io-index"1407source = "registry+https://github.com/rust-lang/crates.io-index"
1395checksum = "c77ed9a32a62e6ca27175d00d29d05ca32e396ea1eb5fb01d8256b669cec7663"1408checksum = "07cdf1b148b25c1e1f7a42225e30a0d99a615cd4637eae7365548dd4529b95bc"
1396dependencies = [1409dependencies = [
1397 "anstream",1410 "anstream",
1398 "anstyle",1411 "anstyle",
1409 "heck",1422 "heck",
1410 "proc-macro2",1423 "proc-macro2",
1411 "quote",1424 "quote",
1412 "syn 2.0.38",1425 "syn 2.0.39",
1413]1426]
14141427
1415[[package]]1428[[package]]
14201433
1421[[package]]1434[[package]]
1422name = "coarsetime"1435name = "coarsetime"
1423version = "0.1.29"1436version = "0.1.33"
1424source = "registry+https://github.com/rust-lang/crates.io-index"1437source = "registry+https://github.com/rust-lang/crates.io-index"
1425checksum = "a73ef0d00d14301df35d0f13f5ea32344de6b00837485c358458f1e7f2d27db4"1438checksum = "71367d3385c716342014ad17e3d19f7788ae514885a1f4c24f500260fb365e1a"
1426dependencies = [1439dependencies = [
1427 "libc",1440 "libc",
1428 "once_cell",1441 "once_cell",
1506source = "registry+https://github.com/rust-lang/crates.io-index"1519source = "registry+https://github.com/rust-lang/crates.io-index"
1507checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"1520checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
1508dependencies = [1521dependencies = [
1509 "getrandom 0.2.10",1522 "getrandom 0.2.11",
1510 "once_cell",1523 "once_cell",
1511 "tiny-keccak",1524 "tiny-keccak",
1512]1525]
16971710
1698[[package]]1711[[package]]
1699name = "crc-catalog"1712name = "crc-catalog"
1700version = "2.3.0"1713version = "2.4.0"
1701source = "registry+https://github.com/rust-lang/crates.io-index"1714source = "registry+https://github.com/rust-lang/crates.io-index"
1702checksum = "4939f9ed1444bd8c896d37f3090012fa6e7834fe84ef8c9daa166109515732f9"1715checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
17031716
1704[[package]]1717[[package]]
1705name = "crc32fast"1718name = "crc32fast"
17731786
1774[[package]]1787[[package]]
1775name = "crypto-bigint"1788name = "crypto-bigint"
1776version = "0.5.3"1789version = "0.5.5"
1777source = "registry+https://github.com/rust-lang/crates.io-index"1790source = "registry+https://github.com/rust-lang/crates.io-index"
1778checksum = "740fe28e594155f10cfc383984cbefd529d7396050557148f79cb0f621204124"1791checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
1779dependencies = [1792dependencies = [
1780 "generic-array 0.14.7",1793 "generic-array 0.14.7",
1781 "rand_core 0.6.4",1794 "rand_core 0.6.4",
2135 "proc-macro-crate 1.3.1",2148 "proc-macro-crate 1.3.1",
2136 "proc-macro2",2149 "proc-macro2",
2137 "quote",2150 "quote",
2138 "syn 2.0.38",2151 "syn 2.0.39",
2139]2152]
21402153
2141[[package]]2154[[package]]
2322source = "registry+https://github.com/rust-lang/crates.io-index"2335source = "registry+https://github.com/rust-lang/crates.io-index"
2323checksum = "69a1635ecc0bc20e7907a559983c818e4130ecfd899635e831f3f9b93966082c"2336checksum = "69a1635ecc0bc20e7907a559983c818e4130ecfd899635e831f3f9b93966082c"
2324dependencies = [2337dependencies = [
2325 "array-bytes 6.1.0",2338 "array-bytes 6.2.0",
2326 "async-trait",2339 "async-trait",
2327 "cumulus-primitives-core",2340 "cumulus-primitives-core",
2328 "cumulus-relay-chain-interface",2341 "cumulus-relay-chain-interface",
2457dependencies = [2470dependencies = [
2458 "proc-macro2",2471 "proc-macro2",
2459 "quote",2472 "quote",
2460 "syn 2.0.38",2473 "syn 2.0.39",
2461]2474]
24622475
2463[[package]]2476[[package]]
2497 "proc-macro2",2510 "proc-macro2",
2498 "quote",2511 "quote",
2499 "scratch",2512 "scratch",
2500 "syn 2.0.38",2513 "syn 2.0.39",
2501]2514]
25022515
2503[[package]]2516[[package]]
2514dependencies = [2527dependencies = [
2515 "proc-macro2",2528 "proc-macro2",
2516 "quote",2529 "quote",
2517 "syn 2.0.38",2530 "syn 2.0.39",
2518]2531]
25192532
2520[[package]]2533[[package]]
2788dependencies = [2801dependencies = [
2789 "proc-macro2",2802 "proc-macro2",
2790 "quote",2803 "quote",
2791 "syn 2.0.38",2804 "syn 2.0.39",
2792]2805]
27932806
2794[[package]]2807[[package]]
2812 "proc-macro2",2825 "proc-macro2",
2813 "quote",2826 "quote",
2814 "regex",2827 "regex",
2815 "syn 2.0.38",2828 "syn 2.0.39",
2816 "termcolor",2829 "termcolor",
2817 "toml 0.7.8",2830 "toml 0.7.8",
2818 "walkdir",2831 "walkdir",
28592872
2860[[package]]2873[[package]]
2861name = "dyn-clone"2874name = "dyn-clone"
2862version = "1.0.14"2875version = "1.0.16"
2863source = "registry+https://github.com/rust-lang/crates.io-index"2876source = "registry+https://github.com/rust-lang/crates.io-index"
2864checksum = "23d2f3407d9a573d666de4b5bdf10569d73ca9478087346697dcbae6244bfbcd"2877checksum = "545b22097d44f8a9581187cdf93de7a71e4722bf51200cfaba810865b49a495d"
28652878
2866[[package]]2879[[package]]
2867name = "ecdsa"2880name = "ecdsa"
28772890
2878[[package]]2891[[package]]
2879name = "ecdsa"2892name = "ecdsa"
2880version = "0.16.8"2893version = "0.16.9"
2881source = "registry+https://github.com/rust-lang/crates.io-index"2894source = "registry+https://github.com/rust-lang/crates.io-index"
2882checksum = "a4b1e0c257a9e9f25f90ff76d7a68360ed497ee519c8e428d1825ef0000799d4"2895checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca"
2883dependencies = [2896dependencies = [
2884 "der 0.7.8",2897 "der 0.7.8",
2885 "digest 0.10.7",2898 "digest 0.10.7",
2886 "elliptic-curve 0.13.6",2899 "elliptic-curve 0.13.8",
2887 "rfc6979 0.4.0",2900 "rfc6979 0.4.0",
2888 "signature 2.1.0",2901 "signature 2.2.0",
2889 "spki 0.7.2",2902 "spki 0.7.2",
2890]2903]
28912904
2896checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53"2909checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53"
2897dependencies = [2910dependencies = [
2898 "pkcs8 0.10.2",2911 "pkcs8 0.10.2",
2899 "signature 2.1.0",2912 "signature 2.2.0",
2900]2913]
29012914
2902[[package]]2915[[package]]
2903name = "ed25519-dalek"2916name = "ed25519-dalek"
2904version = "2.0.0"2917version = "2.1.0"
2905source = "registry+https://github.com/rust-lang/crates.io-index"2918source = "registry+https://github.com/rust-lang/crates.io-index"
2906checksum = "7277392b266383ef8396db7fdeb1e77b6c52fed775f5df15bb24f35b72156980"2919checksum = "1f628eaec48bfd21b865dc2950cfa014450c01d2fa2b69a86c2fd5844ec523c0"
2907dependencies = [2920dependencies = [
2908 "curve25519-dalek 4.1.1",2921 "curve25519-dalek 4.1.1",
2909 "ed25519",2922 "ed25519",
2910 "rand_core 0.6.4",2923 "rand_core 0.6.4",
2911 "serde",2924 "serde",
2912 "sha2 0.10.8",2925 "sha2 0.10.8",
2926 "subtle 2.4.1",
2913 "zeroize",2927 "zeroize",
2914]2928]
29152929
29722986
2973[[package]]2987[[package]]
2974name = "elliptic-curve"2988name = "elliptic-curve"
2975version = "0.13.6"2989version = "0.13.8"
2976source = "registry+https://github.com/rust-lang/crates.io-index"2990source = "registry+https://github.com/rust-lang/crates.io-index"
2977checksum = "d97ca172ae9dc9f9b779a6e3a65d308f2af74e5b8c921299075bdb4a0370e914"2991checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"
2978dependencies = [2992dependencies = [
2979 "base16ct 0.2.0",2993 "base16ct 0.2.0",
2980 "crypto-bigint 0.5.3",2994 "crypto-bigint 0.5.5",
2981 "digest 0.10.7",2995 "digest 0.10.7",
2982 "ff 0.13.0",2996 "ff 0.13.0",
2983 "generic-array 0.14.7",2997 "generic-array 0.14.7",
3024dependencies = [3038dependencies = [
3025 "proc-macro2",3039 "proc-macro2",
3026 "quote",3040 "quote",
3027 "syn 2.0.38",3041 "syn 2.0.39",
3028]3042]
30293043
3030[[package]]3044[[package]]
3035dependencies = [3049dependencies = [
3036 "proc-macro2",3050 "proc-macro2",
3037 "quote",3051 "quote",
3038 "syn 2.0.38",3052 "syn 2.0.39",
3039]3053]
30403054
3041[[package]]3055[[package]]
3042name = "env_logger"3056name = "env_logger"
3043version = "0.10.0"3057version = "0.10.1"
3044source = "registry+https://github.com/rust-lang/crates.io-index"3058source = "registry+https://github.com/rust-lang/crates.io-index"
3045checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"3059checksum = "95b3f3e67048839cb0d0781f445682a35113da7121f7c949db0e2be96a4fbece"
3046dependencies = [3060dependencies = [
3047 "humantime",3061 "humantime",
3048 "is-terminal",3062 "is-terminal",
30653079
3066[[package]]3080[[package]]
3067name = "errno"3081name = "errno"
3068version = "0.3.5"3082version = "0.3.7"
3069source = "registry+https://github.com/rust-lang/crates.io-index"3083source = "registry+https://github.com/rust-lang/crates.io-index"
3070checksum = "ac3e13f66a2f95e32a39eaa81f6b95d42878ca0e1db0c7543723dfe12557e860"3084checksum = "f258a7194e7f7c2a7837a8913aeab7fd8c383457034fa20ce4dd3dcb813e8eb8"
3071dependencies = [3085dependencies = [
3072 "libc",3086 "libc",
3073 "windows-sys 0.48.0",3087 "windows-sys 0.48.0",
31303144
3131[[package]]3145[[package]]
3132name = "event-listener"3146name = "event-listener"
3133version = "3.0.1"3147version = "3.1.0"
3134source = "registry+https://github.com/rust-lang/crates.io-index"3148source = "registry+https://github.com/rust-lang/crates.io-index"
3135checksum = "01cec0252c2afff729ee6f00e903d479fba81784c8e2bd77447673471fdfaea1"3149checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2"
3136dependencies = [3150dependencies = [
3137 "concurrent-queue",3151 "concurrent-queue",
3138 "parking",3152 "parking",
3139 "pin-project-lite 0.2.13",3153 "pin-project-lite 0.2.13",
3140]3154]
3155
3156[[package]]
3157name = "event-listener-strategy"
3158version = "0.3.0"
3159source = "registry+https://github.com/rust-lang/crates.io-index"
3160checksum = "d96b852f1345da36d551b9473fa1e2b1eb5c5195585c6c018118bc92a8d91160"
3161dependencies = [
3162 "event-listener 3.1.0",
3163 "pin-project-lite 0.2.13",
3164]
31413165
3142[[package]]3166[[package]]
3143name = "evm"3167name = "evm"
3260 "fs-err",3284 "fs-err",
3261 "proc-macro2",3285 "proc-macro2",
3262 "quote",3286 "quote",
3263 "syn 2.0.38",3287 "syn 2.0.39",
3264]3288]
32653289
3266[[package]]3290[[package]]
35013525
3502[[package]]3526[[package]]
3503name = "fiat-crypto"3527name = "fiat-crypto"
3504version = "0.2.2"3528version = "0.2.5"
3505source = "registry+https://github.com/rust-lang/crates.io-index"3529source = "registry+https://github.com/rust-lang/crates.io-index"
3506checksum = "a481586acf778f1b1455424c343f71124b048ffa5f4fc3f8f6ae9dc432dcb3c7"3530checksum = "27573eac26f4dd11e2b1916c3fe1baa56407c83c71a773a8ba17ec0bca03b6b7"
35073531
3508[[package]]3532[[package]]
3509name = "file-per-thread-logger"3533name = "file-per-thread-logger"
3742checksum = "67e51c371bff90ba44767a79e72a036d7d648cee621cd2fe9f693e8c1d62941e"3766checksum = "67e51c371bff90ba44767a79e72a036d7d648cee621cd2fe9f693e8c1d62941e"
3743dependencies = [3767dependencies = [
3744 "Inflector",3768 "Inflector",
3745 "array-bytes 6.1.0",3769 "array-bytes 6.2.0",
3746 "chrono",3770 "chrono",
3747 "clap",3771 "clap",
3748 "comfy-table",3772 "comfy-table",
3793 "proc-macro-crate 1.3.1",3817 "proc-macro-crate 1.3.1",
3794 "proc-macro2",3818 "proc-macro2",
3795 "quote",3819 "quote",
3796 "syn 2.0.38",3820 "syn 2.0.39",
3797]3821]
37983822
3799[[package]]3823[[package]]
3925 "proc-macro2",3949 "proc-macro2",
3926 "quote",3950 "quote",
3927 "sp-core-hashing",3951 "sp-core-hashing",
3928 "syn 2.0.38",3952 "syn 2.0.39",
3929]3953]
39303954
3931[[package]]3955[[package]]
3938 "proc-macro-crate 1.3.1",3962 "proc-macro-crate 1.3.1",
3939 "proc-macro2",3963 "proc-macro2",
3940 "quote",3964 "quote",
3941 "syn 2.0.38",3965 "syn 2.0.39",
3942]3966]
39433967
3944[[package]]3968[[package]]
3949dependencies = [3973dependencies = [
3950 "proc-macro2",3974 "proc-macro2",
3951 "quote",3975 "quote",
3952 "syn 2.0.38",3976 "syn 2.0.39",
3953]3977]
39543978
3955[[package]]3979[[package]]
40134037
4014[[package]]4038[[package]]
4015name = "fs-err"4039name = "fs-err"
4016version = "2.9.0"4040version = "2.11.0"
4017source = "registry+https://github.com/rust-lang/crates.io-index"4041source = "registry+https://github.com/rust-lang/crates.io-index"
4018checksum = "0845fa252299212f0389d64ba26f34fa32cfe41588355f21ed507c59a0f64541"4042checksum = "88a41f105fe1d5b6b34b2055e3dc59bb79b46b48b2040b9e6c7b4b5de097aa41"
4043dependencies = [
4044 "autocfg",
4045]
40194046
4020[[package]]4047[[package]]
4021name = "fs2"4048name = "fs2"
4033source = "registry+https://github.com/rust-lang/crates.io-index"4060source = "registry+https://github.com/rust-lang/crates.io-index"
4034checksum = "2eeb4ed9e12f43b7fa0baae3f9cdda28352770132ef2e09a23760c29cae8bd47"4061checksum = "2eeb4ed9e12f43b7fa0baae3f9cdda28352770132ef2e09a23760c29cae8bd47"
4035dependencies = [4062dependencies = [
4036 "rustix 0.38.21",4063 "rustix 0.38.25",
4037 "windows-sys 0.48.0",4064 "windows-sys 0.48.0",
4038]4065]
40394066
4107 "waker-fn",4134 "waker-fn",
4108]4135]
4136
4137[[package]]
4138name = "futures-lite"
4139version = "2.0.1"
4140source = "registry+https://github.com/rust-lang/crates.io-index"
4141checksum = "d3831c2651acb5177cbd83943f3d9c8912c5ad03c76afcc0e9511ba568ec5ebb"
4142dependencies = [
4143 "fastrand 2.0.1",
4144 "futures-core",
4145 "futures-io",
4146 "memchr",
4147 "parking",
4148 "pin-project-lite 0.2.13",
4149]
41094150
4110[[package]]4151[[package]]
4111name = "futures-macro"4152name = "futures-macro"
4115dependencies = [4156dependencies = [
4116 "proc-macro2",4157 "proc-macro2",
4117 "quote",4158 "quote",
4118 "syn 2.0.38",4159 "syn 2.0.39",
4119]4160]
41204161
4121[[package]]4162[[package]]
42174258
4218[[package]]4259[[package]]
4219name = "getrandom"4260name = "getrandom"
4220version = "0.2.10"4261version = "0.2.11"
4221source = "registry+https://github.com/rust-lang/crates.io-index"4262source = "registry+https://github.com/rust-lang/crates.io-index"
4222checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"4263checksum = "fe9006bed769170c11f845cf00c7c1e9092aeb3f268e007c3e760ac68008070f"
4223dependencies = [4264dependencies = [
4224 "cfg-if",4265 "cfg-if",
4225 "libc",4266 "libc",
43064347
4307[[package]]4348[[package]]
4308name = "h2"4349name = "h2"
4309version = "0.3.21"4350version = "0.3.22"
4310source = "registry+https://github.com/rust-lang/crates.io-index"4351source = "registry+https://github.com/rust-lang/crates.io-index"
4311checksum = "91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833"4352checksum = "4d6250322ef6e60f93f9a2162799302cd6f68f79f6e5d85c8c16f14d1d958178"
4312dependencies = [4353dependencies = [
4313 "bytes",4354 "bytes",
4314 "fnv",4355 "fnv",
4315 "futures-core",4356 "futures-core",
4316 "futures-sink",4357 "futures-sink",
4317 "futures-util",4358 "futures-util",
4318 "http",4359 "http",
4319 "indexmap 1.9.3",4360 "indexmap 2.1.0",
4320 "slab",4361 "slab",
4321 "tokio",4362 "tokio",
4322 "tokio-util",4363 "tokio-util",
43254366
4326[[package]]4367[[package]]
4327name = "handlebars"4368name = "handlebars"
4328version = "4.4.0"4369version = "4.5.0"
4329source = "registry+https://github.com/rust-lang/crates.io-index"4370source = "registry+https://github.com/rust-lang/crates.io-index"
4330checksum = "c39b3bc2a8f715298032cf5087e58573809374b08160aa7d750582bdb82d2683"4371checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
4331dependencies = [4372dependencies = [
4332 "log",4373 "log",
4333 "pest",4374 "pest",
45004541
4501[[package]]4542[[package]]
4502name = "http"4543name = "http"
4503version = "0.2.9"4544version = "0.2.11"
4504source = "registry+https://github.com/rust-lang/crates.io-index"4545source = "registry+https://github.com/rust-lang/crates.io-index"
4505checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"4546checksum = "8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb"
4506dependencies = [4547dependencies = [
4507 "bytes",4548 "bytes",
4508 "fnv",4549 "fnv",
4578 "http",4619 "http",
4579 "hyper",4620 "hyper",
4580 "log",4621 "log",
4581 "rustls 0.21.8",4622 "rustls 0.21.9",
4582 "rustls-native-certs",4623 "rustls-native-certs",
4583 "tokio",4624 "tokio",
4584 "tokio-rustls",4625 "tokio-rustls",
4855checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"4896checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
4856dependencies = [4897dependencies = [
4857 "hermit-abi 0.3.3",4898 "hermit-abi 0.3.3",
4858 "rustix 0.38.21",4899 "rustix 0.38.25",
4859 "windows-sys 0.48.0",4900 "windows-sys 0.48.0",
4860]4901]
48614902
49034944
4904[[package]]4945[[package]]
4905name = "js-sys"4946name = "js-sys"
4906version = "0.3.64"4947version = "0.3.65"
4907source = "registry+https://github.com/rust-lang/crates.io-index"4948source = "registry+https://github.com/rust-lang/crates.io-index"
4908checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"4949checksum = "54c0c35952f67de54bb584e9fd912b3023117cbafc0a77d8f3dee1fb5f572fe8"
4909dependencies = [4950dependencies = [
4910 "wasm-bindgen",4951 "wasm-bindgen",
4911]4952]
4954dependencies = [4995dependencies = [
4955 "anyhow",4996 "anyhow",
4956 "arrayvec 0.7.4",4997 "arrayvec 0.7.4",
4957 "async-lock",4998 "async-lock 2.8.0",
4958 "async-trait",4999 "async-trait",
4959 "beef",5000 "beef",
4960 "futures-channel",5001 "futures-channel",
50565097
5057[[package]]5098[[package]]
5058name = "k256"5099name = "k256"
5059version = "0.13.1"5100version = "0.13.2"
5060source = "registry+https://github.com/rust-lang/crates.io-index"5101source = "registry+https://github.com/rust-lang/crates.io-index"
5061checksum = "cadb76004ed8e97623117f3df85b17aaa6626ab0b0831e6573f104df16cd1bcc"5102checksum = "3f01b677d82ef7a676aa37e099defd83a28e15687112cafdd112d60236b6115b"
5062dependencies = [5103dependencies = [
5063 "cfg-if",5104 "cfg-if",
5064 "ecdsa 0.16.8",5105 "ecdsa 0.16.9",
5065 "elliptic-curve 0.13.6",5106 "elliptic-curve 0.13.8",
5066 "once_cell",5107 "once_cell",
5067 "sha2 0.10.8",5108 "sha2 0.10.8",
5068]5109]
51405181
5141[[package]]5182[[package]]
5142name = "libc"5183name = "libc"
5143version = "0.2.149"5184version = "0.2.150"
5144source = "registry+https://github.com/rust-lang/crates.io-index"5185source = "registry+https://github.com/rust-lang/crates.io-index"
5145checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b"5186checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c"
51465187
5147[[package]]5188[[package]]
5148name = "libloading"5189name = "libloading"
5169 "bytes",5210 "bytes",
5170 "futures",5211 "futures",
5171 "futures-timer",5212 "futures-timer",
5172 "getrandom 0.2.10",5213 "getrandom 0.2.11",
5173 "instant",5214 "instant",
5174 "libp2p-allow-block-list",5215 "libp2p-allow-block-list",
5175 "libp2p-connection-limits",5216 "libp2p-connection-limits",
5585 "yamux",5626 "yamux",
5586]5627]
5628
5629[[package]]
5630name = "libredox"
5631version = "0.0.1"
5632source = "registry+https://github.com/rust-lang/crates.io-index"
5633checksum = "85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8"
5634dependencies = [
5635 "bitflags 2.4.1",
5636 "libc",
5637 "redox_syscall 0.4.1",
5638]
55875639
5588[[package]]5640[[package]]
5589name = "librocksdb-sys"5641name = "librocksdb-sys"
57065758
5707[[package]]5759[[package]]
5708name = "linux-raw-sys"5760name = "linux-raw-sys"
5709version = "0.4.10"5761version = "0.4.11"
5710source = "registry+https://github.com/rust-lang/crates.io-index"5762source = "registry+https://github.com/rust-lang/crates.io-index"
5711checksum = "da2479e8c062e40bf0066ffa0bc823de0a9368974af99c9f6df941d2c231e03f"5763checksum = "969488b55f8ac402214f3f5fd243ebb7206cf82de60d3172994707a4bcc2b829"
57125764
5713[[package]]5765[[package]]
5714name = "lioness"5766name = "lioness"
5800 "macro_magic_core",5852 "macro_magic_core",
5801 "macro_magic_macros",5853 "macro_magic_macros",
5802 "quote",5854 "quote",
5803 "syn 2.0.38",5855 "syn 2.0.39",
5804]5856]
58055857
5806[[package]]5858[[package]]
5814 "macro_magic_core_macros",5866 "macro_magic_core_macros",
5815 "proc-macro2",5867 "proc-macro2",
5816 "quote",5868 "quote",
5817 "syn 2.0.38",5869 "syn 2.0.39",
5818]5870]
58195871
5820[[package]]5872[[package]]
5825dependencies = [5877dependencies = [
5826 "proc-macro2",5878 "proc-macro2",
5827 "quote",5879 "quote",
5828 "syn 2.0.38",5880 "syn 2.0.39",
5829]5881]
58305882
5831[[package]]5883[[package]]
5836dependencies = [5888dependencies = [
5837 "macro_magic_core",5889 "macro_magic_core",
5838 "quote",5890 "quote",
5839 "syn 2.0.38",5891 "syn 2.0.39",
5840]5892]
58415893
5842[[package]]5894[[package]]
5898source = "registry+https://github.com/rust-lang/crates.io-index"5950source = "registry+https://github.com/rust-lang/crates.io-index"
5899checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"5951checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
5900dependencies = [5952dependencies = [
5901 "rustix 0.38.21",5953 "rustix 0.38.25",
5902]5954]
59035955
5904[[package]]5956[[package]]
6421 "proc-macro-crate 2.0.0",6473 "proc-macro-crate 2.0.0",
6422 "proc-macro2",6474 "proc-macro2",
6423 "quote",6475 "quote",
6424 "syn 2.0.38",6476 "syn 2.0.39",
6425]6477]
64266478
6427[[package]]6479[[package]]
6992source = "registry+https://github.com/rust-lang/crates.io-index"7044source = "registry+https://github.com/rust-lang/crates.io-index"
6993checksum = "ee3ed75c348ba23064cea40dab623719ef348bfe67ea39f195f82e2e7a7d0115"7045checksum = "ee3ed75c348ba23064cea40dab623719ef348bfe67ea39f195f82e2e7a7d0115"
6994dependencies = [7046dependencies = [
6995 "array-bytes 6.1.0",7047 "array-bytes 6.2.0",
6996 "binary-merkle-tree",7048 "binary-merkle-tree",
6997 "frame-support",7049 "frame-support",
6998 "frame-system",7050 "frame-system",
7994 "proc-macro-crate 1.3.1",8046 "proc-macro-crate 1.3.1",
7995 "proc-macro2",8047 "proc-macro2",
7996 "quote",8048 "quote",
7997 "syn 2.0.38",8049 "syn 2.0.39",
7998]8050]
79998051
8000[[package]]8052[[package]]
8072[[package]]8124[[package]]
8073name = "pallet-template-transaction-payment"8125name = "pallet-template-transaction-payment"
8074version = "3.0.0"8126version = "3.0.0"
8075source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v1.3.0#d1ed0ff6179a17dd9ac347dff5897018241215d4"8127source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v1.3.0#6071a67116a08ef81083337360de376b63c0ea1c"
8076dependencies = [8128dependencies = [
8077 "frame-benchmarking",8129 "frame-benchmarking",
8078 "frame-support",8130 "frame-support",
8540 "pest_meta",8592 "pest_meta",
8541 "proc-macro2",8593 "proc-macro2",
8542 "quote",8594 "quote",
8543 "syn 2.0.38",8595 "syn 2.0.39",
8544]8596]
85458597
8546[[package]]8598[[package]]
8581dependencies = [8633dependencies = [
8582 "proc-macro2",8634 "proc-macro2",
8583 "quote",8635 "quote",
8584 "syn 2.0.38",8636 "syn 2.0.39",
8585]8637]
85868638
8587[[package]]8639[[package]]
86418693
8642[[package]]8694[[package]]
8643name = "platforms"8695name = "platforms"
8644version = "3.1.2"8696version = "3.2.0"
8645source = "registry+https://github.com/rust-lang/crates.io-index"8697source = "registry+https://github.com/rust-lang/crates.io-index"
8646checksum = "4503fa043bf02cee09a9582e9554b4c6403b2ef55e4612e96561d294419429f8"8698checksum = "14e6ab3f592e6fb464fc9712d8d6e6912de6473954635fd76a589d832cffcbb0"
86478699
8648[[package]]8700[[package]]
8649name = "polkadot-approval-distribution"8701name = "polkadot-approval-distribution"
9250source = "registry+https://github.com/rust-lang/crates.io-index"9302source = "registry+https://github.com/rust-lang/crates.io-index"
9251checksum = "f6de513655bf71400299cda1ccaebfa612fd3965e7ce5a9120b4ff37bfc80931"9303checksum = "f6de513655bf71400299cda1ccaebfa612fd3965e7ce5a9120b4ff37bfc80931"
9252dependencies = [9304dependencies = [
9253 "async-channel",9305 "async-channel 1.9.0",
9254 "async-trait",9306 "async-trait",
9255 "bitvec",9307 "bitvec",
9256 "derive_more",9308 "derive_more",
9757 "cfg-if",9809 "cfg-if",
9758 "concurrent-queue",9810 "concurrent-queue",
9759 "pin-project-lite 0.2.13",9811 "pin-project-lite 0.2.13",
9760 "rustix 0.38.21",9812 "rustix 0.38.25",
9761 "tracing",9813 "tracing",
9762 "windows-sys 0.48.0",9814 "windows-sys 0.48.0",
9763]9815]
9764
9765[[package]]
9766name = "poly1305"
9767version = "0.7.2"
9768source = "registry+https://github.com/rust-lang/crates.io-index"
9769checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"
9770dependencies = [
9771 "cpufeatures",
9772 "opaque-debug 0.3.0",
9773 "universal-hash 0.4.1",
9774]
97759816
9776[[package]]9817[[package]]
9777name = "poly1305"9818name = "poly1305"
9884checksum = "ae005bd773ab59b4725093fd7df83fd7892f7d8eafb48dbd7de6e024e4215f9d"9925checksum = "ae005bd773ab59b4725093fd7df83fd7892f7d8eafb48dbd7de6e024e4215f9d"
9885dependencies = [9926dependencies = [
9886 "proc-macro2",9927 "proc-macro2",
9887 "syn 2.0.38",9928 "syn 2.0.39",
9888]9929]
98899930
9890[[package]]9931[[package]]
9968dependencies = [10009dependencies = [
9969 "proc-macro2",10010 "proc-macro2",
9970 "quote",10011 "quote",
9971 "syn 2.0.38",10012 "syn 2.0.39",
9972]10013]
997310014
9974[[package]]10015[[package]]
10014dependencies = [10055dependencies = [
10015 "proc-macro2",10056 "proc-macro2",
10016 "quote",10057 "quote",
10017 "syn 2.0.38",10058 "syn 2.0.39",
10018]10059]
1001910060
10020[[package]]10061[[package]]
10322source = "registry+https://github.com/rust-lang/crates.io-index"10363source = "registry+https://github.com/rust-lang/crates.io-index"
10323checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"10364checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
10324dependencies = [10365dependencies = [
10325 "getrandom 0.2.10",10366 "getrandom 0.2.11",
10326]10367]
1032710368
10328[[package]]10369[[package]]
1043310474
10434[[package]]10475[[package]]
10435name = "redox_users"10476name = "redox_users"
10436version = "0.4.3"10477version = "0.4.4"
10437source = "registry+https://github.com/rust-lang/crates.io-index"10478source = "registry+https://github.com/rust-lang/crates.io-index"
10438checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"10479checksum = "a18479200779601e498ada4e8c1e1f50e3ee19deb0259c25825a98b5603b2cb4"
10439dependencies = [10480dependencies = [
10440 "getrandom 0.2.10",10481 "getrandom 0.2.11",
10441 "redox_syscall 0.2.16",10482 "libredox",
10442 "thiserror",10483 "thiserror",
10443]10484]
1044410485
10472dependencies = [10513dependencies = [
10473 "proc-macro2",10514 "proc-macro2",
10474 "quote",10515 "quote",
10475 "syn 2.0.38",10516 "syn 2.0.39",
10476]10517]
1047710518
10478[[package]]10519[[package]]
10584checksum = "fb0205304757e5d899b9c2e448b867ffd03ae7f988002e47cd24954391394d0b"10625checksum = "fb0205304757e5d899b9c2e448b867ffd03ae7f988002e47cd24954391394d0b"
10585dependencies = [10626dependencies = [
10586 "cc",10627 "cc",
10587 "getrandom 0.2.10",10628 "getrandom 0.2.11",
10588 "libc",10629 "libc",
10589 "spin 0.9.8",10630 "spin 0.9.8",
10590 "untrusted 0.9.0",10631 "untrusted 0.9.0",
1074610787
10747[[package]]10788[[package]]
10748name = "rpassword"10789name = "rpassword"
10749version = "7.2.0"10790version = "7.3.1"
10750source = "registry+https://github.com/rust-lang/crates.io-index"10791source = "registry+https://github.com/rust-lang/crates.io-index"
10751checksum = "6678cf63ab3491898c0d021b493c94c9b221d91295294a2a5746eacbe5928322"10792checksum = "80472be3c897911d0137b2d2b9055faf6eeac5b14e324073d83bc17b191d7e3f"
10752dependencies = [10793dependencies = [
10753 "libc",10794 "libc",
10754 "rtoolbox",10795 "rtoolbox",
10755 "winapi",10796 "windows-sys 0.48.0",
10756]10797]
1075710798
10758[[package]]10799[[package]]
1078310824
10784[[package]]10825[[package]]
10785name = "rtoolbox"10826name = "rtoolbox"
10786version = "0.0.1"10827version = "0.0.2"
10787source = "registry+https://github.com/rust-lang/crates.io-index"10828source = "registry+https://github.com/rust-lang/crates.io-index"
10788checksum = "034e22c514f5c0cb8a10ff341b9b048b5ceb21591f31c8f44c43b960f9b3524a"10829checksum = "c247d24e63230cdb56463ae328478bd5eac8b8faa8c69461a77e8e323afac90e"
10789dependencies = [10830dependencies = [
10790 "libc",10831 "libc",
10791 "winapi",10832 "windows-sys 0.48.0",
10792]10833]
1079310834
10794[[package]]10835[[package]]
1087110912
10872[[package]]10913[[package]]
10873name = "rustix"10914name = "rustix"
10874version = "0.38.21"10915version = "0.38.25"
10875source = "registry+https://github.com/rust-lang/crates.io-index"10916source = "registry+https://github.com/rust-lang/crates.io-index"
10876checksum = "2b426b0506e5d50a7d8dafcf2e81471400deb602392c7dd110815afb4eaf02a3"10917checksum = "dc99bc2d4f1fed22595588a013687477aedf3cdcfb26558c559edb67b4d9b22e"
10877dependencies = [10918dependencies = [
10878 "bitflags 2.4.1",10919 "bitflags 2.4.1",
10879 "errno",10920 "errno",
10880 "libc",10921 "libc",
10881 "linux-raw-sys 0.4.10",10922 "linux-raw-sys 0.4.11",
10882 "windows-sys 0.48.0",10923 "windows-sys 0.48.0",
10883]10924]
1088410925
1090910950
10910[[package]]10951[[package]]
10911name = "rustls"10952name = "rustls"
10912version = "0.21.8"10953version = "0.21.9"
10913source = "registry+https://github.com/rust-lang/crates.io-index"10954source = "registry+https://github.com/rust-lang/crates.io-index"
10914checksum = "446e14c5cda4f3f30fe71863c34ec70f5ac79d6087097ad0bb433e1be5edf04c"10955checksum = "629648aced5775d558af50b2b4c7b02983a04b312126d45eeead26e7caa498b9"
10915dependencies = [10956dependencies = [
10916 "log",10957 "log",
10917 "ring 0.17.5",10958 "ring 0.17.5",
1093310974
10934[[package]]10975[[package]]
10935name = "rustls-pemfile"10976name = "rustls-pemfile"
10936version = "1.0.3"10977version = "1.0.4"
10937source = "registry+https://github.com/rust-lang/crates.io-index"10978source = "registry+https://github.com/rust-lang/crates.io-index"
10938checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2"10979checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
10939dependencies = [10980dependencies = [
10940 "base64 0.21.5",10981 "base64 0.21.5",
10941]10982]
11112 "proc-macro-crate 1.3.1",11153 "proc-macro-crate 1.3.1",
11113 "proc-macro2",11154 "proc-macro2",
11114 "quote",11155 "quote",
11115 "syn 2.0.38",11156 "syn 2.0.39",
11116]11157]
1111711158
11118[[package]]11159[[package]]
11121source = "registry+https://github.com/rust-lang/crates.io-index"11162source = "registry+https://github.com/rust-lang/crates.io-index"
11122checksum = "22c61058223f80c1f961b03f7737529609a3283eef91129e971a1966101c18ea"11163checksum = "22c61058223f80c1f961b03f7737529609a3283eef91129e971a1966101c18ea"
11123dependencies = [11164dependencies = [
11124 "array-bytes 6.1.0",11165 "array-bytes 6.2.0",
11125 "chrono",11166 "chrono",
11126 "clap",11167 "clap",
11127 "fdlimit",11168 "fdlimit",
11332source = "registry+https://github.com/rust-lang/crates.io-index"11373source = "registry+https://github.com/rust-lang/crates.io-index"
11333checksum = "a3709a96723feaeb7a7ca0d3f7995d084029f8effeeb09d45975a8aa3ba1a63b"11374checksum = "a3709a96723feaeb7a7ca0d3f7995d084029f8effeeb09d45975a8aa3ba1a63b"
11334dependencies = [11375dependencies = [
11335 "array-bytes 6.1.0",11376 "array-bytes 6.2.0",
11336 "async-channel",11377 "async-channel 1.9.0",
11337 "async-trait",11378 "async-trait",
11338 "fnv",11379 "fnv",
11339 "futures",11380 "futures",
11402checksum = "30cbc5db21ea2c4ba65b23315e73e69e8155630fb47c84b93d40b0e759c9d86d"11443checksum = "30cbc5db21ea2c4ba65b23315e73e69e8155630fb47c84b93d40b0e759c9d86d"
11403dependencies = [11444dependencies = [
11404 "ahash 0.8.6",11445 "ahash 0.8.6",
11405 "array-bytes 6.1.0",11446 "array-bytes 6.2.0",
11406 "async-trait",11447 "async-trait",
11407 "dyn-clone",11448 "dyn-clone",
11408 "finality-grandpa",11449 "finality-grandpa",
11596source = "registry+https://github.com/rust-lang/crates.io-index"11637source = "registry+https://github.com/rust-lang/crates.io-index"
11597checksum = "abecdf9778fccc254c0b5e227ea8b90fd59247044a30ad293a068b180427d244"11638checksum = "abecdf9778fccc254c0b5e227ea8b90fd59247044a30ad293a068b180427d244"
11598dependencies = [11639dependencies = [
11599 "array-bytes 6.1.0",11640 "array-bytes 6.2.0",
11600 "parking_lot 0.12.1",11641 "parking_lot 0.12.1",
11601 "serde_json",11642 "serde_json",
11602 "sp-application-crypto",11643 "sp-application-crypto",
11640source = "registry+https://github.com/rust-lang/crates.io-index"11681source = "registry+https://github.com/rust-lang/crates.io-index"
11641checksum = "01f519592a971199c486d412dbf38ba54096857080bf4b9d29c9ffabcfee3745"11682checksum = "01f519592a971199c486d412dbf38ba54096857080bf4b9d29c9ffabcfee3745"
11642dependencies = [11683dependencies = [
11643 "array-bytes 6.1.0",11684 "array-bytes 6.2.0",
11644 "async-channel",11685 "async-channel 1.9.0",
11645 "async-trait",11686 "async-trait",
11646 "asynchronous-codec",11687 "asynchronous-codec",
11647 "bytes",11688 "bytes",
11682source = "registry+https://github.com/rust-lang/crates.io-index"11723source = "registry+https://github.com/rust-lang/crates.io-index"
11683checksum = "8fe63a55e03d8bc796ff1e94e7fb62a62acfd7a80a47865a97b55c13371c3e05"11724checksum = "8fe63a55e03d8bc796ff1e94e7fb62a62acfd7a80a47865a97b55c13371c3e05"
11684dependencies = [11725dependencies = [
11685 "async-channel",11726 "async-channel 1.9.0",
11686 "cid",11727 "cid",
11687 "futures",11728 "futures",
11688 "libp2p-identity",11729 "libp2p-identity",
11740source = "registry+https://github.com/rust-lang/crates.io-index"11781source = "registry+https://github.com/rust-lang/crates.io-index"
11741checksum = "aac888fd720ef8bb2ff7d2b7f7b2e54d17bb85a417cf1e1b6f0f64f7e644936d"11782checksum = "aac888fd720ef8bb2ff7d2b7f7b2e54d17bb85a417cf1e1b6f0f64f7e644936d"
11742dependencies = [11783dependencies = [
11743 "array-bytes 6.1.0",11784 "array-bytes 6.2.0",
11744 "async-channel",11785 "async-channel 1.9.0",
11745 "futures",11786 "futures",
11746 "libp2p-identity",11787 "libp2p-identity",
11747 "log",11788 "log",
11762source = "registry+https://github.com/rust-lang/crates.io-index"11803source = "registry+https://github.com/rust-lang/crates.io-index"
11763checksum = "10c697aa8f52cf194b9f00113a7d0d3ce5d1456bedd6169a9caae10737f02907"11804checksum = "10c697aa8f52cf194b9f00113a7d0d3ce5d1456bedd6169a9caae10737f02907"
11764dependencies = [11805dependencies = [
11765 "array-bytes 6.1.0",11806 "array-bytes 6.2.0",
11766 "async-channel",11807 "async-channel 1.9.0",
11767 "async-trait",11808 "async-trait",
11768 "fork-tree",11809 "fork-tree",
11769 "futures",11810 "futures",
11798source = "registry+https://github.com/rust-lang/crates.io-index"11839source = "registry+https://github.com/rust-lang/crates.io-index"
11799checksum = "bb7c9bfc7b58ce229d1512158b8f13dc849ec24857d1c29a41a867fb8afb5c09"11840checksum = "bb7c9bfc7b58ce229d1512158b8f13dc849ec24857d1c29a41a867fb8afb5c09"
11800dependencies = [11841dependencies = [
11801 "array-bytes 6.1.0",11842 "array-bytes 6.2.0",
11802 "futures",11843 "futures",
11803 "libp2p",11844 "libp2p",
11804 "log",11845 "log",
11817source = "registry+https://github.com/rust-lang/crates.io-index"11858source = "registry+https://github.com/rust-lang/crates.io-index"
11818checksum = "47950facab8dedf71c39667ccce8834252944e8f091f3a3bcdfc0b4503573da4"11859checksum = "47950facab8dedf71c39667ccce8834252944e8f091f3a3bcdfc0b4503573da4"
11819dependencies = [11860dependencies = [
11820 "array-bytes 6.1.0",11861 "array-bytes 6.2.0",
11821 "bytes",11862 "bytes",
11822 "fnv",11863 "fnv",
11823 "futures",11864 "futures",
11932source = "registry+https://github.com/rust-lang/crates.io-index"11973source = "registry+https://github.com/rust-lang/crates.io-index"
11933checksum = "198ea9287111b4060ce1d70dce99804b99d1a92b5fb23a79d94bf0cb460ca3ce"11974checksum = "198ea9287111b4060ce1d70dce99804b99d1a92b5fb23a79d94bf0cb460ca3ce"
11934dependencies = [11975dependencies = [
11935 "array-bytes 6.1.0",11976 "array-bytes 6.2.0",
11936 "futures",11977 "futures",
11937 "futures-util",11978 "futures-util",
11938 "hex",11979 "hex",
12146 "proc-macro-crate 1.3.1",12187 "proc-macro-crate 1.3.1",
12147 "proc-macro2",12188 "proc-macro2",
12148 "quote",12189 "quote",
12149 "syn 2.0.38",12190 "syn 2.0.39",
12150]12191]
1215112192
12152[[package]]12193[[package]]
12199source = "registry+https://github.com/rust-lang/crates.io-index"12240source = "registry+https://github.com/rust-lang/crates.io-index"
12200checksum = "81a4769c82dde62b9243dcc166be52e0c5d2d61cf2599923271118d9c8b997b1"12241checksum = "81a4769c82dde62b9243dcc166be52e0c5d2d61cf2599923271118d9c8b997b1"
12201dependencies = [12242dependencies = [
12202 "async-channel",12243 "async-channel 1.9.0",
12203 "futures",12244 "futures",
12204 "futures-timer",12245 "futures-timer",
12205 "lazy_static",12246 "lazy_static",
1243712478
12438[[package]]12479[[package]]
12439name = "serde"12480name = "serde"
12440version = "1.0.190"12481version = "1.0.193"
12441source = "registry+https://github.com/rust-lang/crates.io-index"12482source = "registry+https://github.com/rust-lang/crates.io-index"
12442checksum = "91d3c334ca1ee894a2c6f6ad698fe8c435b76d504b13d436f0685d648d6d96f7"12483checksum = "25dd9975e68d0cb5aa1120c288333fc98731bd1dd12f561e468ea4728c042b89"
12443dependencies = [12484dependencies = [
12444 "serde_derive",12485 "serde_derive",
12445]12486]
1244612487
12447[[package]]12488[[package]]
12448name = "serde_derive"12489name = "serde_derive"
12449version = "1.0.190"12490version = "1.0.193"
12450source = "registry+https://github.com/rust-lang/crates.io-index"12491source = "registry+https://github.com/rust-lang/crates.io-index"
12451checksum = "67c5609f394e5c2bd7fc51efda478004ea80ef42fee983d5c67a65e34f32c0e3"12492checksum = "43576ca501357b9b071ac53cdc7da8ef0cbd9493d8df094cd821777ea6e894d3"
12452dependencies = [12493dependencies = [
12453 "proc-macro2",12494 "proc-macro2",
12454 "quote",12495 "quote",
12455 "syn 2.0.38",12496 "syn 2.0.39",
12456]12497]
1245712498
12458[[package]]12499[[package]]
1260012641
12601[[package]]12642[[package]]
12602name = "signature"12643name = "signature"
12603version = "2.1.0"12644version = "2.2.0"
12604source = "registry+https://github.com/rust-lang/crates.io-index"12645source = "registry+https://github.com/rust-lang/crates.io-index"
12605checksum = "5e1788eed21689f9cf370582dfc467ef36ed9c707f073528ddafa8d83e3b8500"12646checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
12606dependencies = [12647dependencies = [
12607 "digest 0.10.7",12648 "digest 0.10.7",
12608 "rand_core 0.6.4",12649 "rand_core 0.6.4",
1266612707
12667[[package]]12708[[package]]
12668name = "smallvec"12709name = "smallvec"
12669version = "1.11.1"12710version = "1.11.2"
12670source = "registry+https://github.com/rust-lang/crates.io-index"12711source = "registry+https://github.com/rust-lang/crates.io-index"
12671checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a"12712checksum = "4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970"
1267212713
12673[[package]]12714[[package]]
12674name = "smol"12715name = "smol"
12675version = "1.3.0"12716version = "1.3.0"
12676source = "registry+https://github.com/rust-lang/crates.io-index"12717source = "registry+https://github.com/rust-lang/crates.io-index"
12677checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"12718checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"
12678dependencies = [12719dependencies = [
12679 "async-channel",12720 "async-channel 1.9.0",
12680 "async-executor",12721 "async-executor",
12681 "async-fs",12722 "async-fs",
12682 "async-io 1.13.0",12723 "async-io 1.13.0",
12683 "async-lock",12724 "async-lock 2.8.0",
12684 "async-net",12725 "async-net",
12685 "async-process",12726 "async-process",
12686 "blocking",12727 "blocking",
12687 "futures-lite",12728 "futures-lite 1.13.0",
12688]12729]
1268912730
12690[[package]]12731[[package]]
12694checksum = "c0bb30cf57b7b5f6109ce17c3164445e2d6f270af2cb48f6e4d31c2967c9a9f5"12735checksum = "c0bb30cf57b7b5f6109ce17c3164445e2d6f270af2cb48f6e4d31c2967c9a9f5"
12695dependencies = [12736dependencies = [
12696 "arrayvec 0.7.4",12737 "arrayvec 0.7.4",
12697 "async-lock",12738 "async-lock 2.8.0",
12698 "atomic-take",12739 "atomic-take",
12699 "base64 0.21.5",12740 "base64 0.21.5",
12700 "bip39",12741 "bip39",
12701 "blake2-rfc",12742 "blake2-rfc",
12702 "bs58 0.5.0",12743 "bs58 0.5.0",
12703 "chacha20 0.9.1",12744 "chacha20",
12704 "crossbeam-queue",12745 "crossbeam-queue",
12705 "derive_more",12746 "derive_more",
12706 "ed25519-zebra 4.0.3",12747 "ed25519-zebra 4.0.3",
12707 "either",12748 "either",
12708 "event-listener 2.5.3",12749 "event-listener 2.5.3",
12709 "fnv",12750 "fnv",
12710 "futures-lite",12751 "futures-lite 1.13.0",
12711 "futures-util",12752 "futures-util",
12712 "hashbrown 0.14.2",12753 "hashbrown 0.14.2",
12713 "hex",12754 "hex",
12722 "num-traits",12763 "num-traits",
12723 "pbkdf2 0.12.2",12764 "pbkdf2 0.12.2",
12724 "pin-project",12765 "pin-project",
12725 "poly1305 0.8.0",12766 "poly1305",
12726 "rand 0.8.5",12767 "rand 0.8.5",
12727 "rand_chacha 0.3.1",12768 "rand_chacha 0.3.1",
12728 "ruzstd",12769 "ruzstd",
12747source = "registry+https://github.com/rust-lang/crates.io-index"12788source = "registry+https://github.com/rust-lang/crates.io-index"
12748checksum = "256b5bad1d6b49045e95fe87492ce73d5af81545d8b4d8318a872d2007024c33"12789checksum = "256b5bad1d6b49045e95fe87492ce73d5af81545d8b4d8318a872d2007024c33"
12749dependencies = [12790dependencies = [
12750 "async-channel",12791 "async-channel 1.9.0",
12751 "async-lock",12792 "async-lock 2.8.0",
12752 "base64 0.21.5",12793 "base64 0.21.5",
12753 "blake2-rfc",12794 "blake2-rfc",
12754 "derive_more",12795 "derive_more",
12755 "either",12796 "either",
12756 "event-listener 2.5.3",12797 "event-listener 2.5.3",
12757 "fnv",12798 "fnv",
12758 "futures-channel",12799 "futures-channel",
12759 "futures-lite",12800 "futures-lite 1.13.0",
12760 "futures-util",12801 "futures-util",
12761 "hashbrown 0.14.2",12802 "hashbrown 0.14.2",
12762 "hex",12803 "hex",
1278512826
12786[[package]]12827[[package]]
12787name = "snow"12828name = "snow"
12788version = "0.9.3"12829version = "0.9.4"
12789source = "registry+https://github.com/rust-lang/crates.io-index"12830source = "registry+https://github.com/rust-lang/crates.io-index"
12790checksum = "0c9d1425eb528a21de2755c75af4c9b5d57f50a0d4c3b7f1828a4cd03f8ba155"12831checksum = "58021967fd0a5eeeb23b08df6cc244a4d4a5b4aec1d27c9e02fad1a58b4cd74e"
12791dependencies = [12832dependencies = [
12792 "aes-gcm 0.9.4",12833 "aes-gcm 0.10.3",
12793 "blake2 0.10.6",12834 "blake2 0.10.6",
12794 "chacha20poly1305",12835 "chacha20poly1305",
12795 "curve25519-dalek 4.1.1",12836 "curve25519-dalek 4.1.1",
12796 "rand_core 0.6.4",12837 "rand_core 0.6.4",
12797 "ring 0.16.20",12838 "ring 0.17.5",
12798 "rustc_version",12839 "rustc_version",
12799 "sha2 0.10.8",12840 "sha2 0.10.8",
12800 "subtle 2.4.1",12841 "subtle 2.4.1",
12871 "proc-macro-crate 1.3.1",12912 "proc-macro-crate 1.3.1",
12872 "proc-macro2",12913 "proc-macro2",
12873 "quote",12914 "quote",
12874 "syn 2.0.38",12915 "syn 2.0.39",
12875]12916]
1287612917
12877[[package]]12918[[package]]
13060source = "registry+https://github.com/rust-lang/crates.io-index"13101source = "registry+https://github.com/rust-lang/crates.io-index"
13061checksum = "f9ebb090ead698a6df04347c86a31ba91a387edb8a58534ec70c4f977d1e1e87"13102checksum = "f9ebb090ead698a6df04347c86a31ba91a387edb8a58534ec70c4f977d1e1e87"
13062dependencies = [13103dependencies = [
13063 "array-bytes 6.1.0",13104 "array-bytes 6.2.0",
13064 "bitflags 1.3.2",13105 "bitflags 1.3.2",
13065 "blake2 0.10.6",13106 "blake2 0.10.6",
13066 "bounded-collections",13107 "bounded-collections",
13123dependencies = [13164dependencies = [
13124 "quote",13165 "quote",
13125 "sp-core-hashing",13166 "sp-core-hashing",
13126 "syn 2.0.38",13167 "syn 2.0.39",
13127]13168]
1312813169
13129[[package]]13170[[package]]
13144dependencies = [13185dependencies = [
13145 "proc-macro2",13186 "proc-macro2",
13146 "quote",13187 "quote",
13147 "syn 2.0.38",13188 "syn 2.0.39",
13148]13189]
1314913190
13150[[package]]13191[[package]]
13390 "proc-macro-crate 1.3.1",13431 "proc-macro-crate 1.3.1",
13391 "proc-macro2",13432 "proc-macro2",
13392 "quote",13433 "quote",
13393 "syn 2.0.38",13434 "syn 2.0.39",
13394]13435]
1339513436
13396[[package]]13437[[package]]
13596 "parity-scale-codec",13637 "parity-scale-codec",
13597 "proc-macro2",13638 "proc-macro2",
13598 "quote",13639 "quote",
13599 "syn 2.0.38",13640 "syn 2.0.39",
13600]13641]
1360113642
13602[[package]]13643[[package]]
13637dependencies = [13678dependencies = [
13638 "proc-macro2",13679 "proc-macro2",
13639 "quote",13680 "quote",
13640 "syn 2.0.38",13681 "syn 2.0.39",
13641]13682]
1364213683
13643[[package]]13684[[package]]
1368513726
13686[[package]]13727[[package]]
13687name = "ss58-registry"13728name = "ss58-registry"
13688version = "1.43.0"13729version = "1.44.0"
13689source = "registry+https://github.com/rust-lang/crates.io-index"13730source = "registry+https://github.com/rust-lang/crates.io-index"
13690checksum = "5e6915280e2d0db8911e5032a5c275571af6bdded2916abd691a659be25d3439"13731checksum = "35935738370302d5e33963665b77541e4b990a3e919ec904c837a56cfc891de1"
13691dependencies = [13732dependencies = [
13692 "Inflector",13733 "Inflector",
13693 "num-format",13734 "num-format",
13867 "proc-macro2",13908 "proc-macro2",
13868 "quote",13909 "quote",
13869 "rustversion",13910 "rustversion",
13870 "syn 2.0.38",13911 "syn 2.0.39",
13871]13912]
1387213913
13873[[package]]13914[[package]]
1403214073
14033[[package]]14074[[package]]
14034name = "syn"14075name = "syn"
14035version = "2.0.38"14076version = "2.0.39"
14036source = "registry+https://github.com/rust-lang/crates.io-index"14077source = "registry+https://github.com/rust-lang/crates.io-index"
14037checksum = "e96b79aaa137db8f61e26363a0c9b47d8b4ec75da28b7d1d614c2303e232408b"14078checksum = "23e78b90f2fcf45d3e842032ce32e3f2d1545ba6636271dcbf24fa306d87be7a"
14038dependencies = [14079dependencies = [
14039 "proc-macro2",14080 "proc-macro2",
14040 "quote",14081 "quote",
14095 "cfg-if",14136 "cfg-if",
14096 "fastrand 2.0.1",14137 "fastrand 2.0.1",
14097 "redox_syscall 0.4.1",14138 "redox_syscall 0.4.1",
14098 "rustix 0.38.21",14139 "rustix 0.38.25",
14099 "windows-sys 0.48.0",14140 "windows-sys 0.48.0",
14100]14141]
1410114142
14102[[package]]14143[[package]]
14103name = "termcolor"14144name = "termcolor"
14104version = "1.3.0"14145version = "1.4.0"
14105source = "registry+https://github.com/rust-lang/crates.io-index"14146source = "registry+https://github.com/rust-lang/crates.io-index"
14106checksum = "6093bad37da69aab9d123a8091e4be0aa4a03e4d601ec641c327398315f62b64"14147checksum = "ff1bc3d3f05aff0403e8ac0d92ced918ec05b666a43f83297ccef5bea8a3d449"
14107dependencies = [14148dependencies = [
14108 "winapi-util",14149 "winapi-util",
14109]14150]
1415714198
14158[[package]]14199[[package]]
14159name = "thiserror-core"14200name = "thiserror-core"
14160version = "1.0.38"14201version = "1.0.50"
14161source = "registry+https://github.com/rust-lang/crates.io-index"14202source = "registry+https://github.com/rust-lang/crates.io-index"
14162checksum = "0d97345f6437bb2004cd58819d8a9ef8e36cdd7661c2abc4bbde0a7c40d9f497"14203checksum = "c001ee18b7e5e3f62cbf58c7fe220119e68d902bb7443179c0c8aef30090e999"
14163dependencies = [14204dependencies = [
14164 "thiserror-core-impl",14205 "thiserror-core-impl",
14165]14206]
1416614207
14167[[package]]14208[[package]]
14168name = "thiserror-core-impl"14209name = "thiserror-core-impl"
14169version = "1.0.38"14210version = "1.0.50"
14170source = "registry+https://github.com/rust-lang/crates.io-index"14211source = "registry+https://github.com/rust-lang/crates.io-index"
14171checksum = "10ac1c5050e43014d16b2f94d0d2ce79e65ffdd8b38d8048f9c8f6a8a6da62ac"14212checksum = "e4c60d69f36615a077cc7663b9cb8e42275722d23e58a7fa3d2c7f2915d09d04"
14172dependencies = [14213dependencies = [
14173 "proc-macro2",14214 "proc-macro2",
14174 "quote",14215 "quote",
14175 "syn 1.0.109",14216 "syn 2.0.39",
14176]14217]
1417714218
14178[[package]]14219[[package]]
14183dependencies = [14224dependencies = [
14184 "proc-macro2",14225 "proc-macro2",
14185 "quote",14226 "quote",
14186 "syn 2.0.38",14227 "syn 2.0.39",
14187]14228]
1418814229
14189[[package]]14230[[package]]
1432914370
14330[[package]]14371[[package]]
14331name = "tokio"14372name = "tokio"
14332version = "1.33.0"14373version = "1.34.0"
14333source = "registry+https://github.com/rust-lang/crates.io-index"14374source = "registry+https://github.com/rust-lang/crates.io-index"
14334checksum = "4f38200e3ef7995e5ef13baec2f432a6da0aa9ac495b2c0e8f3b7eec2c92d653"14375checksum = "d0c014766411e834f7af5b8f4cf46257aab4036ca95e9d2c144a10f59ad6f5b9"
14335dependencies = [14376dependencies = [
14336 "backtrace",14377 "backtrace",
14337 "bytes",14378 "bytes",
1434814389
14349[[package]]14390[[package]]
14350name = "tokio-macros"14391name = "tokio-macros"
14351version = "2.1.0"14392version = "2.2.0"
14352source = "registry+https://github.com/rust-lang/crates.io-index"14393source = "registry+https://github.com/rust-lang/crates.io-index"
14353checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"14394checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
14354dependencies = [14395dependencies = [
14355 "proc-macro2",14396 "proc-macro2",
14356 "quote",14397 "quote",
14357 "syn 2.0.38",14398 "syn 2.0.39",
14358]14399]
1435914400
14360[[package]]14401[[package]]
14374source = "registry+https://github.com/rust-lang/crates.io-index"14415source = "registry+https://github.com/rust-lang/crates.io-index"
14375checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"14416checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
14376dependencies = [14417dependencies = [
14377 "rustls 0.21.8",14418 "rustls 0.21.9",
14378 "tokio",14419 "tokio",
14379]14420]
1438014421
14520dependencies = [14561dependencies = [
14521 "proc-macro2",14562 "proc-macro2",
14522 "quote",14563 "quote",
14523 "syn 2.0.38",14564 "syn 2.0.39",
14524]14565]
1452514566
14526[[package]]14567[[package]]
14566 "proc-macro-crate 1.3.1",14607 "proc-macro-crate 1.3.1",
14567 "proc-macro2",14608 "proc-macro2",
14568 "quote",14609 "quote",
14569 "syn 2.0.38",14610 "syn 2.0.39",
14570]14611]
1457114612
14572[[package]]14613[[package]]
15176[[package]]15217[[package]]
15177name = "up-sponsorship"15218name = "up-sponsorship"
15178version = "0.1.0"15219version = "0.1.0"
15179source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v1.3.0#d1ed0ff6179a17dd9ac347dff5897018241215d4"15220source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v1.3.0#6071a67116a08ef81083337360de376b63c0ea1c"
15180dependencies = [15221dependencies = [
15181 "impl-trait-for-tuples",15222 "impl-trait-for-tuples",
15182]15223]
1520015241
15201[[package]]15242[[package]]
15202name = "uuid"15243name = "uuid"
15203version = "1.5.0"15244version = "1.6.1"
15204source = "registry+https://github.com/rust-lang/crates.io-index"15245source = "registry+https://github.com/rust-lang/crates.io-index"
15205checksum = "88ad59a7560b41a70d191093a945f0b87bc1deeda46fb237479708a1d6b6cdfc"15246checksum = "5e395fcf16a7a3d8127ec99782007af141946b4795001f876d54fb0d55978560"
15206dependencies = [15247dependencies = [
15207 "getrandom 0.2.10",15248 "getrandom 0.2.11",
15208]15249]
1520915250
15210[[package]]15251[[package]]
1530315344
15304[[package]]15345[[package]]
15305name = "wasm-bindgen"15346name = "wasm-bindgen"
15306version = "0.2.87"15347version = "0.2.88"
15307source = "registry+https://github.com/rust-lang/crates.io-index"15348source = "registry+https://github.com/rust-lang/crates.io-index"
15308checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"15349checksum = "7daec296f25a1bae309c0cd5c29c4b260e510e6d813c286b19eaadf409d40fce"
15309dependencies = [15350dependencies = [
15310 "cfg-if",15351 "cfg-if",
15311 "wasm-bindgen-macro",15352 "wasm-bindgen-macro",
15312]15353]
1531315354
15314[[package]]15355[[package]]
15315name = "wasm-bindgen-backend"15356name = "wasm-bindgen-backend"
15316version = "0.2.87"15357version = "0.2.88"
15317source = "registry+https://github.com/rust-lang/crates.io-index"15358source = "registry+https://github.com/rust-lang/crates.io-index"
15318checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"15359checksum = "e397f4664c0e4e428e8313a469aaa58310d302159845980fd23b0f22a847f217"
15319dependencies = [15360dependencies = [
15320 "bumpalo",15361 "bumpalo",
15321 "log",15362 "log",
15322 "once_cell",15363 "once_cell",
15323 "proc-macro2",15364 "proc-macro2",
15324 "quote",15365 "quote",
15325 "syn 2.0.38",15366 "syn 2.0.39",
15326 "wasm-bindgen-shared",15367 "wasm-bindgen-shared",
15327]15368]
1532815369
15329[[package]]15370[[package]]
15330name = "wasm-bindgen-futures"15371name = "wasm-bindgen-futures"
15331version = "0.4.37"15372version = "0.4.38"
15332source = "registry+https://github.com/rust-lang/crates.io-index"15373source = "registry+https://github.com/rust-lang/crates.io-index"
15333checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03"15374checksum = "9afec9963e3d0994cac82455b2b3502b81a7f40f9a0d32181f7528d9f4b43e02"
15334dependencies = [15375dependencies = [
15335 "cfg-if",15376 "cfg-if",
15336 "js-sys",15377 "js-sys",
1534015381
15341[[package]]15382[[package]]
15342name = "wasm-bindgen-macro"15383name = "wasm-bindgen-macro"
15343version = "0.2.87"15384version = "0.2.88"
15344source = "registry+https://github.com/rust-lang/crates.io-index"15385source = "registry+https://github.com/rust-lang/crates.io-index"
15345checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"15386checksum = "5961017b3b08ad5f3fe39f1e79877f8ee7c23c5e5fd5eb80de95abc41f1f16b2"
15346dependencies = [15387dependencies = [
15347 "quote",15388 "quote",
15348 "wasm-bindgen-macro-support",15389 "wasm-bindgen-macro-support",
15349]15390]
1535015391
15351[[package]]15392[[package]]
15352name = "wasm-bindgen-macro-support"15393name = "wasm-bindgen-macro-support"
15353version = "0.2.87"15394version = "0.2.88"
15354source = "registry+https://github.com/rust-lang/crates.io-index"15395source = "registry+https://github.com/rust-lang/crates.io-index"
15355checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"15396checksum = "c5353b8dab669f5e10f5bd76df26a9360c748f054f862ff5f3f8aae0c7fb3907"
15356dependencies = [15397dependencies = [
15357 "proc-macro2",15398 "proc-macro2",
15358 "quote",15399 "quote",
15359 "syn 2.0.38",15400 "syn 2.0.39",
15360 "wasm-bindgen-backend",15401 "wasm-bindgen-backend",
15361 "wasm-bindgen-shared",15402 "wasm-bindgen-shared",
15362]15403]
1536315404
15364[[package]]15405[[package]]
15365name = "wasm-bindgen-shared"15406name = "wasm-bindgen-shared"
15366version = "0.2.87"15407version = "0.2.88"
15367source = "registry+https://github.com/rust-lang/crates.io-index"15408source = "registry+https://github.com/rust-lang/crates.io-index"
15368checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"15409checksum = "0d046c5d029ba91a1ed14da14dca44b68bf2f124cfbaf741c54151fdb3e0750b"
1536915410
15370[[package]]15411[[package]]
15371name = "wasm-instrument"15412name = "wasm-instrument"
1567815719
15679[[package]]15720[[package]]
15680name = "web-sys"15721name = "web-sys"
15681version = "0.3.64"15722version = "0.3.65"
15682source = "registry+https://github.com/rust-lang/crates.io-index"15723source = "registry+https://github.com/rust-lang/crates.io-index"
15683checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"15724checksum = "5db499c5f66323272151db0e666cd34f78617522fb0c1604d31a27c50c206a85"
15684dependencies = [15725dependencies = [
15685 "js-sys",15726 "js-sys",
15686 "wasm-bindgen",15727 "wasm-bindgen",
16060 "either",16101 "either",
16061 "home",16102 "home",
16062 "once_cell",16103 "once_cell",
16063 "rustix 0.38.21",16104 "rustix 0.38.25",
16064]16105]
1606516106
16066[[package]]16107[[package]]
1626316304
16264[[package]]16305[[package]]
16265name = "winnow"16306name = "winnow"
16266version = "0.5.18"16307version = "0.5.19"
16267source = "registry+https://github.com/rust-lang/crates.io-index"16308source = "registry+https://github.com/rust-lang/crates.io-index"
16268checksum = "176b6138793677221d420fd2f0aeeced263f197688b36484660da767bca2fa32"16309checksum = "829846f3e3db426d4cee4510841b71a8e58aa2a76b1132579487ae430ccd9c7b"
16269dependencies = [16310dependencies = [
16270 "memchr",16311 "memchr",
16271]16312]
16358 "Inflector",16399 "Inflector",
16359 "proc-macro2",16400 "proc-macro2",
16360 "quote",16401 "quote",
16361 "syn 2.0.38",16402 "syn 2.0.39",
16362]16403]
1636316404
16364[[package]]16405[[package]]
1638616427
16387[[package]]16428[[package]]
16388name = "zerocopy"16429name = "zerocopy"
16389version = "0.7.21"16430version = "0.7.26"
16390source = "registry+https://github.com/rust-lang/crates.io-index"16431source = "registry+https://github.com/rust-lang/crates.io-index"
16391checksum = "686b7e407015242119c33dab17b8f61ba6843534de936d94368856528eae4dcc"16432checksum = "e97e415490559a91254a2979b4829267a57d2fcd741a98eee8b722fb57289aa0"
16392dependencies = [16433dependencies = [
16393 "zerocopy-derive",16434 "zerocopy-derive",
16394]16435]
1639516436
16396[[package]]16437[[package]]
16397name = "zerocopy-derive"16438name = "zerocopy-derive"
16398version = "0.7.21"16439version = "0.7.26"
16399source = "registry+https://github.com/rust-lang/crates.io-index"16440source = "registry+https://github.com/rust-lang/crates.io-index"
16400checksum = "020f3dfe25dfc38dfea49ce62d5d45ecdd7f0d8a724fa63eb36b6eba4ec76806"16441checksum = "dd7e48ccf166952882ca8bd778a43502c64f33bf94c12ebe2a7f08e5a0f6689f"
16401dependencies = [16442dependencies = [
16402 "proc-macro2",16443 "proc-macro2",
16403 "quote",16444 "quote",
16404 "syn 2.0.38",16445 "syn 2.0.39",
16405]16446]
1640616447
16407[[package]]16448[[package]]
16408name = "zeroize"16449name = "zeroize"
16409version = "1.6.0"16450version = "1.7.0"
16410source = "registry+https://github.com/rust-lang/crates.io-index"16451source = "registry+https://github.com/rust-lang/crates.io-index"
16411checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9"16452checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d"
16412dependencies = [16453dependencies = [
16413 "zeroize_derive",16454 "zeroize_derive",
16414]16455]
16421dependencies = [16462dependencies = [
16422 "proc-macro2",16463 "proc-macro2",
16423 "quote",16464 "quote",
16424 "syn 2.0.38",16465 "syn 2.0.39",
16425]16466]
1642616467
16427[[package]]16468[[package]]
modifiedpallets/evm-transaction-payment/src/lib.rsdiffbeforeafterboth
171 origin: &T::CrossAccountId,171 origin: &T::CrossAccountId,
172 ) -> Result<(), TransactionValidationError> {172 ) -> Result<(), TransactionValidationError> {
173 let who = &v.who;173 let who = &v.who;
174 let max_fee_per_gas = Some(v.transaction_fee_input()?.0);174 let max_fee_per_gas = v.transaction_fee_input()?.0;
175 let gas_limit = v.transaction.gas_limit.low_u64();175 let gas_limit = v.transaction.gas_limit.low_u64();
176 let reason = if let Some(to) = v.transaction.to {176 let reason = if let Some(to) = v.transaction.to {
177 WithdrawReason::Call {177 WithdrawReason::Call {
178 target: to,178 target: to,
179 input: v.transaction.input.clone(),179 input: v.transaction.input.clone(),
180 max_fee_per_gas,180 max_fee_per_gas: Some(max_fee_per_gas),
181 gas_limit,181 gas_limit,
182 is_transactional: v.config.is_transactional,182 is_transactional: v.config.is_transactional,
183 is_check: true,183 is_check: true,
187 };187 };
188 let sponsor = get_sponsor::<T>(188 let sponsor = get_sponsor::<T>(
189 *origin.as_eth(),189 *origin.as_eth(),
190 max_fee_per_gas,190 Some(max_fee_per_gas),
191 gas_limit,191 gas_limit,
192 &reason,192 &reason,
193 v.config.is_transactional,193 v.config.is_transactional,
197 .map(pallet_evm::Pallet::<T>::account_basic_by_id)197 .map(pallet_evm::Pallet::<T>::account_basic_by_id)
198 .map(|v| v.0);198 .map(|v| v.0);
199 let fee = max_fee_per_gas199 let fee = max_fee_per_gas.saturating_mul(v.transaction.gas_limit);
200 .unwrap()
201 .saturating_mul(v.transaction.gas_limit);
202 if let Some(sponsor) = sponsor.as_ref() {200 if let Some(sponsor) = sponsor.as_ref() {
203 if who.balance < v.transaction.value || sponsor.balance < fee {201 if who.balance < v.transaction.value || sponsor.balance < fee {
modifiedruntime/common/mod.rsdiffbeforeafterboth
81 }81 }
82}82}
83
84pub type ChargeTransactionPayment = pallet_charge_transaction::ChargeTransactionPayment<Runtime>;
8583
86pub type SignedExtra = (84pub type SignedExtra = (
87 frame_system::CheckSpecVersion<Runtime>,85 frame_system::CheckSpecVersion<Runtime>,
88 frame_system::CheckTxVersion<Runtime>,86 frame_system::CheckTxVersion<Runtime>,
89 frame_system::CheckGenesis<Runtime>,87 frame_system::CheckGenesis<Runtime>,
90 frame_system::CheckEra<Runtime>,88 frame_system::CheckEra<Runtime>,
91 frame_system::CheckNonce<Runtime>,89 pallet_charge_transaction::CheckNonce<Runtime>,
92 frame_system::CheckWeight<Runtime>,90 frame_system::CheckWeight<Runtime>,
93 maintenance::CheckMaintenance,91 maintenance::CheckMaintenance,
94 identity::DisableIdentityCalls,92 identity::DisableIdentityCalls,
95 ChargeTransactionPayment,93 pallet_charge_transaction::ChargeTransactionPayment<Runtime>,
96 //pallet_contract_helpers::ContractHelpersExtension<Runtime>,94 //pallet_contract_helpers::ContractHelpersExtension<Runtime>,
97 pallet_ethereum::FakeTransactionFinalizer<Runtime>,95 pallet_ethereum::FakeTransactionFinalizer<Runtime>,
98);96);