git.delta.rocks / unique-network / refs/commits / 3acbd6f5fce7

difftreelog

Merge branch 'develop' into feature/remove_const_data_rft

Yaroslav Bolyukin2022-08-03parents: #9e39d67 #b21ac36.patch.diff
in: master

13 files changed

modifiedCargo.lockdiffbeforeafterboth
292292
293[[package]]293[[package]]
294name = "async-task"294name = "async-task"
295version = "4.2.0"295version = "4.3.0"
296source = "registry+https://github.com/rust-lang/crates.io-index"296source = "registry+https://github.com/rust-lang/crates.io-index"
297checksum = "30696a84d817107fc028e049980e09d5e140e8da8f1caeb17e8e950658a3cea9"297checksum = "7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524"
298298
299[[package]]299[[package]]
300name = "async-trait"300name = "async-trait"
313source = "registry+https://github.com/rust-lang/crates.io-index"313source = "registry+https://github.com/rust-lang/crates.io-index"
314checksum = "f0de5164e5edbf51c45fb8c2d9664ae1c095cce1b265ecf7569093c0d66ef690"314checksum = "f0de5164e5edbf51c45fb8c2d9664ae1c095cce1b265ecf7569093c0d66ef690"
315dependencies = [315dependencies = [
316 "bytes 1.1.0",316 "bytes 1.2.0",
317 "futures-sink",317 "futures-sink",
318 "futures-util",318 "futures-util",
319 "memchr",319 "memchr",
366 "instant",366 "instant",
367 "pin-project-lite 0.2.9",367 "pin-project-lite 0.2.9",
368 "rand 0.8.5",368 "rand 0.8.5",
369 "tokio 1.19.2",369 "tokio 1.20.1",
370]370]
371371
372[[package]]372[[package]]
373name = "backtrace"373name = "backtrace"
374version = "0.3.65"374version = "0.3.66"
375source = "registry+https://github.com/rust-lang/crates.io-index"375source = "registry+https://github.com/rust-lang/crates.io-index"
376checksum = "11a17d453482a265fd5f8479f2a3f405566e6ca627837aaddb85af8b1ab8ef61"376checksum = "cab84319d616cfb654d03394f38ab7e6f0919e181b1b57e1fd15e7fb4077d9a7"
377dependencies = [377dependencies = [
378 "addr2line",378 "addr2line",
379 "cc",379 "cc",
380 "cfg-if 1.0.0",380 "cfg-if 1.0.0",
381 "libc",381 "libc",
382 "miniz_oxide",382 "miniz_oxide",
383 "object 0.28.4",383 "object 0.29.0",
384 "rustc-demangle",384 "rustc-demangle",
385]385]
386386
387[[package]]387[[package]]
388name = "base-x"388name = "base-x"
389version = "0.2.10"389version = "0.2.11"
390source = "registry+https://github.com/rust-lang/crates.io-index"390source = "registry+https://github.com/rust-lang/crates.io-index"
391checksum = "dc19a4937b4fbd3fe3379793130e42060d10627a360f2127802b10b87e7baf74"391checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"
392392
393[[package]]393[[package]]
394name = "base16ct"394name = "base16ct"
420[[package]]420[[package]]
421name = "beefy-gadget"421name = "beefy-gadget"
422version = "4.0.0-dev"422version = "4.0.0-dev"
423source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"423source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
424dependencies = [424dependencies = [
425 "beefy-primitives",425 "beefy-primitives",
426 "fnv",426 "fnv",
454[[package]]454[[package]]
455name = "beefy-gadget-rpc"455name = "beefy-gadget-rpc"
456version = "4.0.0-dev"456version = "4.0.0-dev"
457source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"457source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
458dependencies = [458dependencies = [
459 "beefy-gadget",459 "beefy-gadget",
460 "beefy-primitives",460 "beefy-primitives",
474[[package]]474[[package]]
475name = "beefy-merkle-tree"475name = "beefy-merkle-tree"
476version = "4.0.0-dev"476version = "4.0.0-dev"
477source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"477source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
478478
479[[package]]479[[package]]
480name = "beefy-primitives"480name = "beefy-primitives"
481version = "4.0.0-dev"481version = "4.0.0-dev"
482source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"482source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
483dependencies = [483dependencies = [
484 "parity-scale-codec 3.1.5",484 "parity-scale-codec 3.1.5",
485 "scale-info",485 "scale-info",
544544
545[[package]]545[[package]]
546name = "bitvec"546name = "bitvec"
547version = "1.0.0"547version = "1.0.1"
548source = "registry+https://github.com/rust-lang/crates.io-index"548source = "registry+https://github.com/rust-lang/crates.io-index"
549checksum = "1489fcb93a5bb47da0462ca93ad252ad6af2145cce58d10d46a83931ba9f016b"549checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
550dependencies = [550dependencies = [
551 "funty 2.0.0",551 "funty 2.0.0",
552 "radium 0.7.0",552 "radium 0.7.0",
712version = "0.1.0"712version = "0.1.0"
713source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"713source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
714dependencies = [714dependencies = [
715 "bitvec 1.0.0",715 "bitvec 1.0.1",
716 "bp-runtime",716 "bp-runtime",
717 "frame-support",717 "frame-support",
718 "frame-system",718 "frame-system",
888888
889[[package]]889[[package]]
890name = "bytes"890name = "bytes"
891version = "1.1.0"891version = "1.2.0"
892source = "registry+https://github.com/rust-lang/crates.io-index"892source = "registry+https://github.com/rust-lang/crates.io-index"
893checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"893checksum = "f0b3de4a0c5e67e16066a0715723abd91edc2f9001d09c46e1dca929351e130e"
894894
895[[package]]895[[package]]
896name = "bzip2-sys"896name = "bzip2-sys"
929929
930[[package]]930[[package]]
931name = "cargo_metadata"931name = "cargo_metadata"
932version = "0.14.3"932version = "0.14.2"
933source = "registry+https://github.com/rust-lang/crates.io-index"933source = "registry+https://github.com/rust-lang/crates.io-index"
934checksum = "cf1007653411165d371d51e7174a6f0e81ec815ecb425c0440c30d5f1ae64e0f"934checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa"
935dependencies = [935dependencies = [
936 "camino",936 "camino",
937 "cargo-platform",937 "cargo-platform",
938 "semver 1.0.10",938 "semver 1.0.12",
939 "serde",939 "serde",
940 "serde_json",940 "serde_json",
941]941]
978978
979[[package]]979[[package]]
980name = "chacha20"980name = "chacha20"
981version = "0.8.1"981version = "0.8.2"
982source = "registry+https://github.com/rust-lang/crates.io-index"982source = "registry+https://github.com/rust-lang/crates.io-index"
983checksum = "01b72a433d0cf2aef113ba70f62634c56fddb0f244e6377185c56a7cadbd8f91"983checksum = "5c80e5460aa66fe3b91d40bcbdab953a597b60053e34d684ac6903f863b680a6"
984dependencies = [984dependencies = [
985 "cfg-if 1.0.0",985 "cfg-if 1.0.0",
986 "cipher",986 "cipher",
990990
991[[package]]991[[package]]
992name = "chacha20poly1305"992name = "chacha20poly1305"
993version = "0.9.0"993version = "0.9.1"
994source = "registry+https://github.com/rust-lang/crates.io-index"994source = "registry+https://github.com/rust-lang/crates.io-index"
995checksum = "3b84ed6d1d5f7aa9bdde921a5090e0ca4d934d250ea3b402a5fab3a994e28a2a"995checksum = "a18446b09be63d457bbec447509e85f662f32952b035ce892290396bc0b0cff5"
996dependencies = [996dependencies = [
997 "aead",997 "aead",
998 "chacha20",998 "chacha20",
10581058
1059[[package]]1059[[package]]
1060name = "clap"1060name = "clap"
1061version = "3.2.6"1061version = "3.2.15"
1062source = "registry+https://github.com/rust-lang/crates.io-index"1062source = "registry+https://github.com/rust-lang/crates.io-index"
1063checksum = "9f1fe12880bae935d142c8702d500c63a4e8634b6c3c57ad72bf978fc7b6249a"1063checksum = "44bbe24bbd31a185bc2c4f7c2abe80bea13a20d57ee4e55be70ac512bdc76417"
1064dependencies = [1064dependencies = [
1065 "atty",1065 "atty",
1066 "bitflags",1066 "bitflags",
10751075
1076[[package]]1076[[package]]
1077name = "clap_derive"1077name = "clap_derive"
1078version = "3.2.6"1078version = "3.2.15"
1079source = "registry+https://github.com/rust-lang/crates.io-index"1079source = "registry+https://github.com/rust-lang/crates.io-index"
1080checksum = "ed6db9e867166a43a53f7199b5e4d1f522a1e5bd626654be263c999ce59df39a"1080checksum = "9ba52acd3b0a5c33aeada5cdaa3267cdc7c594a98731d4268cdc1532f4264cb4"
1081dependencies = [1081dependencies = [
1082 "heck 0.4.0",1082 "heck 0.4.0",
1083 "proc-macro-error",1083 "proc-macro-error",
10881088
1089[[package]]1089[[package]]
1090name = "clap_lex"1090name = "clap_lex"
1091version = "0.2.3"1091version = "0.2.4"
1092source = "registry+https://github.com/rust-lang/crates.io-index"1092source = "registry+https://github.com/rust-lang/crates.io-index"
1093checksum = "87eba3c8c7f42ef17f6c659fc7416d0f4758cd3e58861ee63c5fa4a4dde649e4"1093checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
1094dependencies = [1094dependencies = [
1095 "os_str_bytes",1095 "os_str_bytes",
1096]1096]
12971297
1298[[package]]1298[[package]]
1299name = "crossbeam-channel"1299name = "crossbeam-channel"
1300version = "0.5.5"1300version = "0.5.6"
1301source = "registry+https://github.com/rust-lang/crates.io-index"1301source = "registry+https://github.com/rust-lang/crates.io-index"
1302checksum = "4c02a4d71819009c192cf4872265391563fd6a84c81ff2c0f2a7026ca4c1d85c"1302checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
1303dependencies = [1303dependencies = [
1304 "cfg-if 1.0.0",1304 "cfg-if 1.0.0",
1305 "crossbeam-utils",1305 "crossbeam-utils",
1306]1306]
13071307
1308[[package]]1308[[package]]
1309name = "crossbeam-deque"1309name = "crossbeam-deque"
1310version = "0.8.1"1310version = "0.8.2"
1311source = "registry+https://github.com/rust-lang/crates.io-index"1311source = "registry+https://github.com/rust-lang/crates.io-index"
1312checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"1312checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"
1313dependencies = [1313dependencies = [
1314 "cfg-if 1.0.0",1314 "cfg-if 1.0.0",
1315 "crossbeam-epoch",1315 "crossbeam-epoch",
13181318
1319[[package]]1319[[package]]
1320name = "crossbeam-epoch"1320name = "crossbeam-epoch"
1321version = "0.9.9"1321version = "0.9.10"
1322source = "registry+https://github.com/rust-lang/crates.io-index"1322source = "registry+https://github.com/rust-lang/crates.io-index"
1323checksum = "07db9d94cbd326813772c968ccd25999e5f8ae22f4f8d1b11effa37ef6ce281d"1323checksum = "045ebe27666471bb549370b4b0b3e51b07f56325befa4284db65fc89c02511b1"
1324dependencies = [1324dependencies = [
1325 "autocfg",1325 "autocfg",
1326 "cfg-if 1.0.0",1326 "cfg-if 1.0.0",
13321332
1333[[package]]1333[[package]]
1334name = "crossbeam-queue"1334name = "crossbeam-queue"
1335version = "0.3.5"1335version = "0.3.6"
1336source = "registry+https://github.com/rust-lang/crates.io-index"1336source = "registry+https://github.com/rust-lang/crates.io-index"
1337checksum = "1f25d8400f4a7a5778f0e4e52384a48cbd9b5c495d110786187fc750075277a2"1337checksum = "1cd42583b04998a5363558e5f9291ee5a5ff6b49944332103f251e7479a82aa7"
1338dependencies = [1338dependencies = [
1339 "cfg-if 1.0.0",1339 "cfg-if 1.0.0",
1340 "crossbeam-utils",1340 "crossbeam-utils",
1341]1341]
13421342
1343[[package]]1343[[package]]
1344name = "crossbeam-utils"1344name = "crossbeam-utils"
1345version = "0.8.9"1345version = "0.8.11"
1346source = "registry+https://github.com/rust-lang/crates.io-index"1346source = "registry+https://github.com/rust-lang/crates.io-index"
1347checksum = "8ff1f980957787286a554052d03c7aee98d99cc32e09f6d45f0a814133c87978"1347checksum = "51887d4adc7b564537b15adcfb307936f8075dfcd5f00dde9a9f1d29383682bc"
1348dependencies = [1348dependencies = [
1349 "cfg-if 1.0.0",1349 "cfg-if 1.0.0",
1350 "once_cell",1350 "once_cell",
13701370
1371[[package]]1371[[package]]
1372name = "crypto-common"1372name = "crypto-common"
1373version = "0.1.3"1373version = "0.1.6"
1374source = "registry+https://github.com/rust-lang/crates.io-index"1374source = "registry+https://github.com/rust-lang/crates.io-index"
1375checksum = "57952ca27b5e3606ff4dd79b0020231aaf9d6aa76dc05fd30137538c50bd3ce8"1375checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
1376dependencies = [1376dependencies = [
1377 "generic-array 0.14.5",1377 "generic-array 0.14.5",
1378 "typenum",1378 "typenum",
21152115
2116[[package]]2116[[package]]
2117name = "dyn-clone"2117name = "dyn-clone"
2118version = "1.0.6"2118version = "1.0.8"
2119source = "registry+https://github.com/rust-lang/crates.io-index"2119source = "registry+https://github.com/rust-lang/crates.io-index"
2120checksum = "140206b78fb2bc3edbcfc9b5ccbd0b30699cfe8d348b8b31b330e47df5291a5a"2120checksum = "9d07a982d1fb29db01e5a59b1918e03da4df7297eaeee7686ac45542fd4e59c8"
21212121
2122[[package]]2122[[package]]
2123name = "ecdsa"2123name = "ecdsa"
21562156
2157[[package]]2157[[package]]
2158name = "either"2158name = "either"
2159version = "1.6.1"2159version = "1.7.0"
2160source = "registry+https://github.com/rust-lang/crates.io-index"2160source = "registry+https://github.com/rust-lang/crates.io-index"
2161checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"2161checksum = "3f107b87b6afc2a64fd13cac55fe06d6c8859f12d4b14cbcdd2c67d0976781be"
21622162
2163[[package]]2163[[package]]
2164name = "elliptic-curve"2164name = "elliptic-curve"
2282source = "registry+https://github.com/rust-lang/crates.io-index"2282source = "registry+https://github.com/rust-lang/crates.io-index"
2283checksum = "23750149fe8834c0e24bb9adcbacbe06c45b9861f15df53e09f26cb7c4ab91ef"2283checksum = "23750149fe8834c0e24bb9adcbacbe06c45b9861f15df53e09f26cb7c4ab91ef"
2284dependencies = [2284dependencies = [
2285 "bytes 1.1.0",2285 "bytes 1.2.0",
2286 "ethereum-types",2286 "ethereum-types",
2287 "hash-db",2287 "hash-db",
2288 "hash256-std-hasher",2288 "hash256-std-hasher",
24452445
2446[[package]]2446[[package]]
2447name = "fastrand"2447name = "fastrand"
2448version = "1.7.0"2448version = "1.8.0"
2449source = "registry+https://github.com/rust-lang/crates.io-index"2449source = "registry+https://github.com/rust-lang/crates.io-index"
2450checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"2450checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
2451dependencies = [2451dependencies = [
2452 "instant",2452 "instant",
2453]2453]
2546 "jsonrpsee",2546 "jsonrpsee",
2547 "libsecp256k1",2547 "libsecp256k1",
2548 "log",2548 "log",
2549 "lru 0.7.7",2549 "lru 0.7.8",
2550 "parity-scale-codec 3.1.5",2550 "parity-scale-codec 3.1.5",
2551 "prometheus",2551 "prometheus",
2552 "rand 0.8.5",2552 "rand 0.8.5",
2566 "sp-runtime",2566 "sp-runtime",
2567 "sp-storage",2567 "sp-storage",
2568 "substrate-prometheus-endpoint",2568 "substrate-prometheus-endpoint",
2569 "tokio 1.19.2",2569 "tokio 1.20.1",
2570]2570]
25712571
2572[[package]]2572[[package]]
26422642
2643[[package]]2643[[package]]
2644name = "fixedbitset"2644name = "fixedbitset"
2645version = "0.4.1"2645version = "0.4.2"
2646source = "registry+https://github.com/rust-lang/crates.io-index"2646source = "registry+https://github.com/rust-lang/crates.io-index"
2647checksum = "279fb028e20b3c4c320317955b77c5e0c9701f05a1d309905d6fc702cdc5053e"2647checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
26482648
2649[[package]]2649[[package]]
2650name = "flate2"2650name = "flate2"
2682[[package]]2682[[package]]
2683name = "fork-tree"2683name = "fork-tree"
2684version = "3.0.0"2684version = "3.0.0"
2685source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"2685source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
2686dependencies = [2686dependencies = [
2687 "parity-scale-codec 3.1.5",2687 "parity-scale-codec 3.1.5",
2688]2688]
2776[[package]]2776[[package]]
2777name = "frame-benchmarking"2777name = "frame-benchmarking"
2778version = "4.0.0-dev"2778version = "4.0.0-dev"
2779source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"2779source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
2780dependencies = [2780dependencies = [
2781 "frame-support",2781 "frame-support",
2782 "frame-system",2782 "frame-system",
2798[[package]]2798[[package]]
2799name = "frame-benchmarking-cli"2799name = "frame-benchmarking-cli"
2800version = "4.0.0-dev"2800version = "4.0.0-dev"
2801source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"2801source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
2802dependencies = [2802dependencies = [
2803 "Inflector",2803 "Inflector",
2804 "chrono",2804 "chrono",
2848[[package]]2848[[package]]
2849name = "frame-election-provider-solution-type"2849name = "frame-election-provider-solution-type"
2850version = "4.0.0-dev"2850version = "4.0.0-dev"
2851source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"2851source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
2852dependencies = [2852dependencies = [
2853 "proc-macro-crate",2853 "proc-macro-crate",
2854 "proc-macro2",2854 "proc-macro2",
2859[[package]]2859[[package]]
2860name = "frame-election-provider-support"2860name = "frame-election-provider-support"
2861version = "4.0.0-dev"2861version = "4.0.0-dev"
2862source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"2862source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
2863dependencies = [2863dependencies = [
2864 "frame-election-provider-solution-type",2864 "frame-election-provider-solution-type",
2865 "frame-support",2865 "frame-support",
2875[[package]]2875[[package]]
2876name = "frame-executive"2876name = "frame-executive"
2877version = "4.0.0-dev"2877version = "4.0.0-dev"
2878source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"2878source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
2879dependencies = [2879dependencies = [
2880 "frame-support",2880 "frame-support",
2881 "frame-system",2881 "frame-system",
2903[[package]]2903[[package]]
2904name = "frame-support"2904name = "frame-support"
2905version = "4.0.0-dev"2905version = "4.0.0-dev"
2906source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"2906source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
2907dependencies = [2907dependencies = [
2908 "bitflags",2908 "bitflags",
2909 "frame-metadata",2909 "frame-metadata",
2933[[package]]2933[[package]]
2934name = "frame-support-procedural"2934name = "frame-support-procedural"
2935version = "4.0.0-dev"2935version = "4.0.0-dev"
2936source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"2936source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
2937dependencies = [2937dependencies = [
2938 "Inflector",2938 "Inflector",
2939 "frame-support-procedural-tools",2939 "frame-support-procedural-tools",
2945[[package]]2945[[package]]
2946name = "frame-support-procedural-tools"2946name = "frame-support-procedural-tools"
2947version = "4.0.0-dev"2947version = "4.0.0-dev"
2948source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"2948source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
2949dependencies = [2949dependencies = [
2950 "frame-support-procedural-tools-derive",2950 "frame-support-procedural-tools-derive",
2951 "proc-macro-crate",2951 "proc-macro-crate",
2957[[package]]2957[[package]]
2958name = "frame-support-procedural-tools-derive"2958name = "frame-support-procedural-tools-derive"
2959version = "3.0.0"2959version = "3.0.0"
2960source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"2960source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
2961dependencies = [2961dependencies = [
2962 "proc-macro2",2962 "proc-macro2",
2963 "quote",2963 "quote",
2967[[package]]2967[[package]]
2968name = "frame-system"2968name = "frame-system"
2969version = "4.0.0-dev"2969version = "4.0.0-dev"
2970source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"2970source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
2971dependencies = [2971dependencies = [
2972 "frame-support",2972 "frame-support",
2973 "log",2973 "log",
2984[[package]]2984[[package]]
2985name = "frame-system-benchmarking"2985name = "frame-system-benchmarking"
2986version = "4.0.0-dev"2986version = "4.0.0-dev"
2987source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"2987source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
2988dependencies = [2988dependencies = [
2989 "frame-benchmarking",2989 "frame-benchmarking",
2990 "frame-support",2990 "frame-support",
2999[[package]]2999[[package]]
3000name = "frame-system-rpc-runtime-api"3000name = "frame-system-rpc-runtime-api"
3001version = "4.0.0-dev"3001version = "4.0.0-dev"
3002source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"3002source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
3003dependencies = [3003dependencies = [
3004 "parity-scale-codec 3.1.5",3004 "parity-scale-codec 3.1.5",
3005 "sp-api",3005 "sp-api",
3008[[package]]3008[[package]]
3009name = "frame-try-runtime"3009name = "frame-try-runtime"
3010version = "0.10.0-dev"3010version = "0.10.0-dev"
3011source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"3011source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
3012dependencies = [3012dependencies = [
3013 "frame-support",3013 "frame-support",
3014 "sp-api",3014 "sp-api",
32463246
3247[[package]]3247[[package]]
3248name = "gimli"3248name = "gimli"
3249version = "0.26.1"3249version = "0.26.2"
3250source = "registry+https://github.com/rust-lang/crates.io-index"3250source = "registry+https://github.com/rust-lang/crates.io-index"
3251checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"3251checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"
3252dependencies = [3252dependencies = [
3253 "fallible-iterator",3253 "fallible-iterator",
3254 "indexmap",3254 "indexmap",
3303source = "registry+https://github.com/rust-lang/crates.io-index"3303source = "registry+https://github.com/rust-lang/crates.io-index"
3304checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57"3304checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57"
3305dependencies = [3305dependencies = [
3306 "bytes 1.1.0",3306 "bytes 1.2.0",
3307 "fnv",3307 "fnv",
3308 "futures-core",3308 "futures-core",
3309 "futures-sink",3309 "futures-sink",
3310 "futures-util",3310 "futures-util",
3311 "http",3311 "http",
3312 "indexmap",3312 "indexmap",
3313 "slab",3313 "slab",
3314 "tokio 1.19.2",3314 "tokio 1.20.1",
3315 "tokio-util",3315 "tokio-util",
3316 "tracing",3316 "tracing",
3317]3317]
33183318
3319[[package]]3319[[package]]
3320name = "handlebars"3320name = "handlebars"
3321version = "4.3.1"3321version = "4.3.3"
3322source = "registry+https://github.com/rust-lang/crates.io-index"3322source = "registry+https://github.com/rust-lang/crates.io-index"
3323checksum = "b66d0c1b6e3abfd1e72818798925e16e02ed77e1b47f6c25a95a23b377ee4299"3323checksum = "360d9740069b2f6cbb63ce2dbaa71a20d3185350cbb990d7bebeb9318415eb17"
3324dependencies = [3324dependencies = [
3325 "log",3325 "log",
3326 "pest",3326 "pest",
33563356
3357[[package]]3357[[package]]
3358name = "hashbrown"3358name = "hashbrown"
3359version = "0.12.1"3359version = "0.12.3"
3360source = "registry+https://github.com/rust-lang/crates.io-index"3360source = "registry+https://github.com/rust-lang/crates.io-index"
3361checksum = "db0d4cf898abf0081f964436dc980e96670a0f36863e4b83aaacdb65c9d7ccc3"3361checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
3362dependencies = [3362dependencies = [
3363 "ahash",3363 "ahash",
3364]3364]
3453source = "registry+https://github.com/rust-lang/crates.io-index"3453source = "registry+https://github.com/rust-lang/crates.io-index"
3454checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"3454checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
3455dependencies = [3455dependencies = [
3456 "bytes 1.1.0",3456 "bytes 1.2.0",
3457 "fnv",3457 "fnv",
3458 "itoa 1.0.2",3458 "itoa 1.0.2",
3459]3459]
3464source = "registry+https://github.com/rust-lang/crates.io-index"3464source = "registry+https://github.com/rust-lang/crates.io-index"
3465checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"3465checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
3466dependencies = [3466dependencies = [
3467 "bytes 1.1.0",3467 "bytes 1.2.0",
3468 "http",3468 "http",
3469 "pin-project-lite 0.2.9",3469 "pin-project-lite 0.2.9",
3470]3470]
34893489
3490[[package]]3490[[package]]
3491name = "hyper"3491name = "hyper"
3492version = "0.14.19"3492version = "0.14.20"
3493source = "registry+https://github.com/rust-lang/crates.io-index"3493source = "registry+https://github.com/rust-lang/crates.io-index"
3494checksum = "42dc3c131584288d375f2d07f822b0cb012d8c6fb899a5b9fdb3cb7eb9b6004f"3494checksum = "02c929dc5c39e335a03c405292728118860721b10190d98c2a0f0efd5baafbac"
3495dependencies = [3495dependencies = [
3496 "bytes 1.1.0",3496 "bytes 1.2.0",
3497 "futures-channel",3497 "futures-channel",
3498 "futures-core",3498 "futures-core",
3499 "futures-util",3499 "futures-util",
3505 "itoa 1.0.2",3505 "itoa 1.0.2",
3506 "pin-project-lite 0.2.9",3506 "pin-project-lite 0.2.9",
3507 "socket2",3507 "socket2",
3508 "tokio 1.19.2",3508 "tokio 1.20.1",
3509 "tower-service",3509 "tower-service",
3510 "tracing",3510 "tracing",
3511 "want",3511 "want",
3522 "log",3522 "log",
3523 "rustls",3523 "rustls",
3524 "rustls-native-certs",3524 "rustls-native-certs",
3525 "tokio 1.19.2",3525 "tokio 1.20.1",
3526 "tokio-rustls",3526 "tokio-rustls",
3527]3527]
35283528
35553555
3556[[package]]3556[[package]]
3557name = "if-watch"3557name = "if-watch"
3558version = "1.1.0"3558version = "1.1.1"
3559source = "registry+https://github.com/rust-lang/crates.io-index"3559source = "registry+https://github.com/rust-lang/crates.io-index"
3560checksum = "774d59367a3d26965d21ac70a86fcb697d83405d1c4312d1d8a6855296af0cf7"3560checksum = "015a7df1eb6dda30df37f34b63ada9b7b352984b0e84de2a20ed526345000791"
3561dependencies = [3561dependencies = [
3562 "async-io",3562 "async-io",
3563 "core-foundation",3563 "core-foundation",
3616checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"3616checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
3617dependencies = [3617dependencies = [
3618 "autocfg",3618 "autocfg",
3619 "hashbrown 0.12.1",3619 "hashbrown 0.12.3",
3620 "serde",3620 "serde",
3621]3621]
36223622
36313631
3632[[package]]3632[[package]]
3633name = "integer-encoding"3633name = "integer-encoding"
3634version = "3.0.3"3634version = "3.0.4"
3635source = "registry+https://github.com/rust-lang/crates.io-index"3635source = "registry+https://github.com/rust-lang/crates.io-index"
3636checksum = "0e85a1509a128c855368e135cffcde7eac17d8e1083f41e2b98c58bc1a5074be"3636checksum = "8bb03732005da905c88227371639bf1ad885cc712789c011c31c5fb3ab3ccf02"
36373637
3638[[package]]3638[[package]]
3639name = "integer-sqrt"3639name = "integer-sqrt"
37063706
3707[[package]]3707[[package]]
3708name = "js-sys"3708name = "js-sys"
3709version = "0.3.58"3709version = "0.3.59"
3710source = "registry+https://github.com/rust-lang/crates.io-index"3710source = "registry+https://github.com/rust-lang/crates.io-index"
3711checksum = "c3fac17f7123a73ca62df411b1bf727ccc805daa070338fda671c86dac1bdc27"3711checksum = "258451ab10b34f8af53416d1fdab72c22e805f0c92a1136d59470ec0b11138b2"
3712dependencies = [3712dependencies = [
3713 "wasm-bindgen",3713 "wasm-bindgen",
3714]3714]
37153715
3716[[package]]3716[[package]]
3717name = "jsonrpsee"3717name = "jsonrpsee"
3718version = "0.13.1"3718version = "0.13.1"
3719source = "registry+https://github.com/rust-lang/crates.io-index"3719source = "git+https://github.com/uniquenetwork/jsonrpsee?branch=unique-v0.13.1-fix-unknown-fields#ffcb6ffda701192cdb6ca66594345e6e454cac16"
3720checksum = "a1f2ab5a60e558e74ea93bcf5164ebc47939a7fff8938fa9b5233bbc63e16061"
3721dependencies = [3720dependencies = [
3722 "jsonrpsee-core",3721 "jsonrpsee-core",
3723 "jsonrpsee-http-server",3722 "jsonrpsee-http-server",
3731[[package]]3730[[package]]
3732name = "jsonrpsee-client-transport"3731name = "jsonrpsee-client-transport"
3733version = "0.13.1"3732version = "0.13.1"
3734source = "registry+https://github.com/rust-lang/crates.io-index"3733source = "git+https://github.com/uniquenetwork/jsonrpsee?branch=unique-v0.13.1-fix-unknown-fields#ffcb6ffda701192cdb6ca66594345e6e454cac16"
3735checksum = "26d682f4a55081a2be3e639280c640523070e4aeb8ee2fd8dd9168fdae57a9db"
3736dependencies = [3734dependencies = [
3737 "futures-util",3735 "futures-util",
3738 "http",3736 "http",
3739 "jsonrpsee-core",3737 "jsonrpsee-core",
3740 "jsonrpsee-types",3738 "jsonrpsee-types",
3741 "pin-project 1.0.10",3739 "pin-project 1.0.11",
3742 "rustls-native-certs",3740 "rustls-native-certs",
3743 "soketto",3741 "soketto",
3744 "thiserror",3742 "thiserror",
3745 "tokio 1.19.2",3743 "tokio 1.20.1",
3746 "tokio-rustls",3744 "tokio-rustls",
3747 "tokio-util",3745 "tokio-util",
3748 "tracing",3746 "tracing",
3752[[package]]3750[[package]]
3753name = "jsonrpsee-core"3751name = "jsonrpsee-core"
3754version = "0.13.1"3752version = "0.13.1"
3755source = "registry+https://github.com/rust-lang/crates.io-index"3753source = "git+https://github.com/uniquenetwork/jsonrpsee?branch=unique-v0.13.1-fix-unknown-fields#ffcb6ffda701192cdb6ca66594345e6e454cac16"
3756checksum = "6e27462b21279edf9a6a91f46ffbe125e9cdc58b901d2e08bf59b31a47d7d0ab"
3757dependencies = [3754dependencies = [
3758 "anyhow",3755 "anyhow",
3759 "arrayvec 0.7.2",3756 "arrayvec 0.7.2",
3772 "serde_json",3769 "serde_json",
3773 "soketto",3770 "soketto",
3774 "thiserror",3771 "thiserror",
3775 "tokio 1.19.2",3772 "tokio 1.20.1",
3776 "tracing",3773 "tracing",
3777]3774]
37783775
3779[[package]]3776[[package]]
3780name = "jsonrpsee-http-server"3777name = "jsonrpsee-http-server"
3781version = "0.13.1"3778version = "0.13.1"
3782source = "registry+https://github.com/rust-lang/crates.io-index"3779source = "git+https://github.com/uniquenetwork/jsonrpsee?branch=unique-v0.13.1-fix-unknown-fields#ffcb6ffda701192cdb6ca66594345e6e454cac16"
3783checksum = "7178f16eabd7154c094e24d295b9ee355ec1e5f24c328759c56255ff7bbd4548"
3784dependencies = [3780dependencies = [
3785 "futures-channel",3781 "futures-channel",
3786 "futures-util",3782 "futures-util",
3790 "jsonrpsee-types",3786 "jsonrpsee-types",
3791 "lazy_static",3787 "lazy_static",
3792 "serde_json",3788 "serde_json",
3793 "tokio 1.19.2",3789 "tokio 1.20.1",
3794 "tracing",3790 "tracing",
3795 "unicase",3791 "unicase",
3796]3792]
37973793
3798[[package]]3794[[package]]
3799name = "jsonrpsee-proc-macros"3795name = "jsonrpsee-proc-macros"
3800version = "0.13.1"3796version = "0.13.1"
3801source = "registry+https://github.com/rust-lang/crates.io-index"3797source = "git+https://github.com/uniquenetwork/jsonrpsee?branch=unique-v0.13.1-fix-unknown-fields#ffcb6ffda701192cdb6ca66594345e6e454cac16"
3802checksum = "8b8d7f449cab3b747f12c3efc27f5cad537f3b597c6a3838b0fac628f4bf730a"
3803dependencies = [3798dependencies = [
3804 "proc-macro-crate",3799 "proc-macro-crate",
3805 "proc-macro2",3800 "proc-macro2",
3810[[package]]3805[[package]]
3811name = "jsonrpsee-types"3806name = "jsonrpsee-types"
3812version = "0.13.1"3807version = "0.13.1"
3813source = "registry+https://github.com/rust-lang/crates.io-index"3808source = "git+https://github.com/uniquenetwork/jsonrpsee?branch=unique-v0.13.1-fix-unknown-fields#ffcb6ffda701192cdb6ca66594345e6e454cac16"
3814checksum = "8fd11763134104122ddeb0f97e4bbe393058017dfb077db63fbf44b4dd0dd86e"
3815dependencies = [3809dependencies = [
3816 "anyhow",3810 "anyhow",
3817 "beef",3811 "beef",
3824[[package]]3818[[package]]
3825name = "jsonrpsee-ws-client"3819name = "jsonrpsee-ws-client"
3826version = "0.13.1"3820version = "0.13.1"
3827source = "registry+https://github.com/rust-lang/crates.io-index"3821source = "git+https://github.com/uniquenetwork/jsonrpsee?branch=unique-v0.13.1-fix-unknown-fields#ffcb6ffda701192cdb6ca66594345e6e454cac16"
3828checksum = "76f15180afb3761c7a3a32c0a8b680788176dcfdfe725b24c1758c90b1d1595b"
3829dependencies = [3822dependencies = [
3830 "jsonrpsee-client-transport",3823 "jsonrpsee-client-transport",
3831 "jsonrpsee-core",3824 "jsonrpsee-core",
3835[[package]]3828[[package]]
3836name = "jsonrpsee-ws-server"3829name = "jsonrpsee-ws-server"
3837version = "0.13.1"3830version = "0.13.1"
3838source = "registry+https://github.com/rust-lang/crates.io-index"3831source = "git+https://github.com/uniquenetwork/jsonrpsee?branch=unique-v0.13.1-fix-unknown-fields#ffcb6ffda701192cdb6ca66594345e6e454cac16"
3839checksum = "dfb6c21556c551582b56e4e8e6e6249b0bbdb69bb7fa39efe9b9a6b54af9f206"
3840dependencies = [3832dependencies = [
3841 "futures-channel",3833 "futures-channel",
3842 "futures-util",3834 "futures-util",
3843 "jsonrpsee-core",3835 "jsonrpsee-core",
3844 "jsonrpsee-types",3836 "jsonrpsee-types",
3845 "serde_json",3837 "serde_json",
3846 "soketto",3838 "soketto",
3847 "tokio 1.19.2",3839 "tokio 1.20.1",
3848 "tokio-util",3840 "tokio-util",
3849 "tracing",3841 "tracing",
3850]3842]
3873source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"3865source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
3874dependencies = [3866dependencies = [
3875 "beefy-primitives",3867 "beefy-primitives",
3876 "bitvec 1.0.0",3868 "bitvec 1.0.1",
3877 "frame-benchmarking",3869 "frame-benchmarking",
3878 "frame-election-provider-support",3870 "frame-election-provider-support",
3879 "frame-executive",3871 "frame-executive",
4070source = "registry+https://github.com/rust-lang/crates.io-index"4062source = "registry+https://github.com/rust-lang/crates.io-index"
4071checksum = "41726ee8f662563fafba2d2d484b14037cc8ecb8c953fbfc8439d4ce3a0a9029"4063checksum = "41726ee8f662563fafba2d2d484b14037cc8ecb8c953fbfc8439d4ce3a0a9029"
4072dependencies = [4064dependencies = [
4073 "bytes 1.1.0",4065 "bytes 1.2.0",
4074 "futures 0.3.21",4066 "futures 0.3.21",
4075 "futures-timer",4067 "futures-timer",
4076 "getrandom 0.2.7",4068 "getrandom 0.2.7",
4103 "libp2p-yamux",4095 "libp2p-yamux",
4104 "multiaddr",4096 "multiaddr",
4105 "parking_lot 0.12.1",4097 "parking_lot 0.12.1",
4106 "pin-project 1.0.10",4098 "pin-project 1.0.11",
4107 "rand 0.7.3",4099 "rand 0.7.3",
4108 "smallvec",4100 "smallvec",
4109]4101]
4147 "multihash",4139 "multihash",
4148 "multistream-select",4140 "multistream-select",
4149 "parking_lot 0.12.1",4141 "parking_lot 0.12.1",
4150 "pin-project 1.0.10",4142 "pin-project 1.0.11",
4151 "prost 0.9.0",4143 "prost 0.9.0",
4152 "prost-build 0.9.0",4144 "prost-build 0.9.0",
4153 "rand 0.8.5",4145 "rand 0.8.5",
4182 "multihash",4174 "multihash",
4183 "multistream-select",4175 "multistream-select",
4184 "parking_lot 0.12.1",4176 "parking_lot 0.12.1",
4185 "pin-project 1.0.10",4177 "pin-project 1.0.11",
4186 "prost 0.10.4",4178 "prost 0.10.4",
4187 "prost-build 0.10.4",4179 "prost-build 0.10.4",
4188 "rand 0.8.5",4180 "rand 0.8.5",
4249 "asynchronous-codec",4241 "asynchronous-codec",
4250 "base64",4242 "base64",
4251 "byteorder",4243 "byteorder",
4252 "bytes 1.1.0",4244 "bytes 1.2.0",
4253 "fnv",4245 "fnv",
4254 "futures 0.3.21",4246 "futures 0.3.21",
4255 "hex_fmt",4247 "hex_fmt",
4280 "libp2p-core 0.33.0",4272 "libp2p-core 0.33.0",
4281 "libp2p-swarm",4273 "libp2p-swarm",
4282 "log",4274 "log",
4283 "lru 0.7.7",4275 "lru 0.7.8",
4284 "prost 0.10.4",4276 "prost 0.10.4",
4285 "prost-build 0.10.4",4277 "prost-build 0.10.4",
4286 "prost-codec",4278 "prost-codec",
4297dependencies = [4289dependencies = [
4298 "arrayvec 0.7.2",4290 "arrayvec 0.7.2",
4299 "asynchronous-codec",4291 "asynchronous-codec",
4300 "bytes 1.1.0",4292 "bytes 1.2.0",
4301 "either",4293 "either",
4302 "fnv",4294 "fnv",
4303 "futures 0.3.21",4295 "futures 0.3.21",
4361checksum = "5ff9c893f2367631a711301d703c47432af898c9bb8253bea0e2c051a13f7640"4353checksum = "5ff9c893f2367631a711301d703c47432af898c9bb8253bea0e2c051a13f7640"
4362dependencies = [4354dependencies = [
4363 "asynchronous-codec",4355 "asynchronous-codec",
4364 "bytes 1.1.0",4356 "bytes 1.2.0",
4365 "futures 0.3.21",4357 "futures 0.3.21",
4366 "libp2p-core 0.33.0",4358 "libp2p-core 0.33.0",
4367 "log",4359 "log",
4378source = "registry+https://github.com/rust-lang/crates.io-index"4370source = "registry+https://github.com/rust-lang/crates.io-index"
4379checksum = "cf2cee1dad1c83325bbd182a8e94555778699cec8a9da00086efb7522c4c15ad"4371checksum = "cf2cee1dad1c83325bbd182a8e94555778699cec8a9da00086efb7522c4c15ad"
4380dependencies = [4372dependencies = [
4381 "bytes 1.1.0",4373 "bytes 1.2.0",
4382 "curve25519-dalek 3.2.0",4374 "curve25519-dalek 3.2.0",
4383 "futures 0.3.21",4375 "futures 0.3.21",
4384 "lazy_static",4376 "lazy_static",
4417checksum = "db007e737adc5d28b2e03223b0210164928ad742591127130796a72aa8eaf54f"4409checksum = "db007e737adc5d28b2e03223b0210164928ad742591127130796a72aa8eaf54f"
4418dependencies = [4410dependencies = [
4419 "asynchronous-codec",4411 "asynchronous-codec",
4420 "bytes 1.1.0",4412 "bytes 1.2.0",
4421 "futures 0.3.21",4413 "futures 0.3.21",
4422 "libp2p-core 0.33.0",4414 "libp2p-core 0.33.0",
4423 "log",4415 "log",
4435dependencies = [4427dependencies = [
4436 "futures 0.3.21",4428 "futures 0.3.21",
4437 "log",4429 "log",
4438 "pin-project 1.0.10",4430 "pin-project 1.0.11",
4439 "rand 0.7.3",4431 "rand 0.7.3",
4440 "salsa20",4432 "salsa20",
4441 "sha3 0.9.1",4433 "sha3 0.9.1",
4448checksum = "624ead3406f64437a0d4567c31bd128a9a0b8226d5f16c074038f5d0fc32f650"4440checksum = "624ead3406f64437a0d4567c31bd128a9a0b8226d5f16c074038f5d0fc32f650"
4449dependencies = [4441dependencies = [
4450 "asynchronous-codec",4442 "asynchronous-codec",
4451 "bytes 1.1.0",4443 "bytes 1.2.0",
4452 "either",4444 "either",
4453 "futures 0.3.21",4445 "futures 0.3.21",
4454 "futures-timer",4446 "futures-timer",
4455 "instant",4447 "instant",
4456 "libp2p-core 0.33.0",4448 "libp2p-core 0.33.0",
4457 "libp2p-swarm",4449 "libp2p-swarm",
4458 "log",4450 "log",
4459 "pin-project 1.0.10",4451 "pin-project 1.0.11",
4460 "prost 0.10.4",4452 "prost 0.10.4",
4461 "prost-build 0.10.4",4453 "prost-build 0.10.4",
4462 "prost-codec",4454 "prost-codec",
4497checksum = "b02e0acb725e5a757d77c96b95298fd73a7394fe82ba7b8bbeea510719cbe441"4489checksum = "b02e0acb725e5a757d77c96b95298fd73a7394fe82ba7b8bbeea510719cbe441"
4498dependencies = [4490dependencies = [
4499 "async-trait",4491 "async-trait",
4500 "bytes 1.1.0",4492 "bytes 1.2.0",
4501 "futures 0.3.21",4493 "futures 0.3.21",
4502 "instant",4494 "instant",
4503 "libp2p-core 0.33.0",4495 "libp2p-core 0.33.0",
4521 "instant",4513 "instant",
4522 "libp2p-core 0.33.0",4514 "libp2p-core 0.33.0",
4523 "log",4515 "log",
4524 "pin-project 1.0.10",4516 "pin-project 1.0.11",
4525 "rand 0.7.3",4517 "rand 0.7.3",
4526 "smallvec",4518 "smallvec",
4527 "thiserror",4519 "thiserror",
46304622
4631[[package]]4623[[package]]
4632name = "libsecp256k1"4624name = "libsecp256k1"
4633version = "0.7.0"4625version = "0.7.1"
4634source = "registry+https://github.com/rust-lang/crates.io-index"4626source = "registry+https://github.com/rust-lang/crates.io-index"
4635checksum = "b0452aac8bab02242429380e9b2f94ea20cea2b37e2c1777a1358799bbe97f37"4627checksum = "95b09eff1b35ed3b33b877ced3a691fc7a481919c7e29c53c906226fcf55e2a1"
4636dependencies = [4628dependencies = [
4637 "arrayref",4629 "arrayref",
4638 "base64",4630 "base64",
46894681
4690[[package]]4682[[package]]
4691name = "linked-hash-map"4683name = "linked-hash-map"
4692version = "0.5.4"4684version = "0.5.6"
4693source = "registry+https://github.com/rust-lang/crates.io-index"4685source = "registry+https://github.com/rust-lang/crates.io-index"
4694checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"4686checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
46954687
4696[[package]]4688[[package]]
4697name = "linked_hash_set"4689name = "linked_hash_set"
47494741
4750[[package]]4742[[package]]
4751name = "lru"4743name = "lru"
4752version = "0.7.7"4744version = "0.7.8"
4753source = "registry+https://github.com/rust-lang/crates.io-index"4745source = "registry+https://github.com/rust-lang/crates.io-index"
4754checksum = "c84e6fe5655adc6ce00787cf7dcaf8dc4f998a0565d23eafc207a8b08ca3349a"4746checksum = "e999beba7b6e8345721bd280141ed958096a2e4abdf74f67ff4ce49b4b54e47a"
4755dependencies = [4747dependencies = [
4756 "hashbrown 0.11.2",4748 "hashbrown 0.12.3",
4757]4749]
47584750
4759[[package]]4751[[package]]
48564848
4857[[package]]4849[[package]]
4858name = "memmap2"4850name = "memmap2"
4859version = "0.5.4"4851version = "0.5.5"
4860source = "registry+https://github.com/rust-lang/crates.io-index"4852source = "registry+https://github.com/rust-lang/crates.io-index"
4861checksum = "d5172b50c23043ff43dd53e51392f36519d9b35a8f3a410d30ece5d1aedd58ae"4853checksum = "3a79b39c93a7a5a27eeaf9a23b5ff43f1b9e0ad6b1cdd441140ae53c35613fc7"
4862dependencies = [4854dependencies = [
4863 "libc",4855 "libc",
4864]4856]
4879checksum = "6566c70c1016f525ced45d7b7f97730a2bafb037c788211d0c186ef5b2189f0a"4871checksum = "6566c70c1016f525ced45d7b7f97730a2bafb037c788211d0c186ef5b2189f0a"
4880dependencies = [4872dependencies = [
4881 "hash-db",4873 "hash-db",
4882 "hashbrown 0.12.1",4874 "hashbrown 0.12.3",
4883 "parity-util-mem",4875 "parity-util-mem",
4884]4876]
48854877
5026source = "registry+https://github.com/rust-lang/crates.io-index"5018source = "registry+https://github.com/rust-lang/crates.io-index"
5027checksum = "363a84be6453a70e63513660f4894ef815daf88e3356bffcda9ca27d810ce83b"5019checksum = "363a84be6453a70e63513660f4894ef815daf88e3356bffcda9ca27d810ce83b"
5028dependencies = [5020dependencies = [
5029 "bytes 1.1.0",5021 "bytes 1.2.0",
5030 "futures 0.3.21",5022 "futures 0.3.21",
5031 "log",5023 "log",
5032 "pin-project 1.0.10",5024 "pin-project 1.0.11",
5033 "smallvec",5025 "smallvec",
5034 "unsigned-varint",5026 "unsigned-varint",
5035]5027]
5044 "matrixmultiply",5036 "matrixmultiply",
5045 "nalgebra-macros",5037 "nalgebra-macros",
5046 "num-complex",5038 "num-complex",
5047 "num-rational 0.4.0",5039 "num-rational 0.4.1",
5048 "num-traits",5040 "num-traits",
5049 "rand 0.8.5",5041 "rand 0.8.5",
5050 "rand_distr",5042 "rand_distr",
50925084
5093[[package]]5085[[package]]
5094name = "netlink-packet-route"5086name = "netlink-packet-route"
5095version = "0.11.0"5087version = "0.12.0"
5096source = "registry+https://github.com/rust-lang/crates.io-index"5088source = "registry+https://github.com/rust-lang/crates.io-index"
5097checksum = "733ea73609acfd7fa7ddadfb7bf709b0471668c456ad9513685af543a06342b2"5089checksum = "d9ea4302b9759a7a88242299225ea3688e63c85ea136371bb6cf94fd674efaab"
5098dependencies = [5090dependencies = [
5099 "anyhow",5091 "anyhow",
5100 "bitflags",5092 "bitflags",
51185110
5119[[package]]5111[[package]]
5120name = "netlink-proto"5112name = "netlink-proto"
5121version = "0.9.2"5113version = "0.10.0"
5122source = "registry+https://github.com/rust-lang/crates.io-index"5114source = "registry+https://github.com/rust-lang/crates.io-index"
5123checksum = "ef8785b8141e8432aa45fceb922a7e876d7da3fad37fa7e7ec702ace3aa0826b"5115checksum = "65b4b14489ab424703c092062176d52ba55485a89c076b4f9db05092b7223aa6"
5124dependencies = [5116dependencies = [
5125 "bytes 1.1.0",5117 "bytes 1.2.0",
5126 "futures 0.3.21",5118 "futures 0.3.21",
5127 "log",5119 "log",
5128 "netlink-packet-core",5120 "netlink-packet-core",
5129 "netlink-sys",5121 "netlink-sys",
5122 "thiserror",
5130 "tokio 1.19.2",5123 "tokio 1.20.1",
5131]5124]
51325125
5133[[package]]5126[[package]]
5134name = "netlink-sys"5127name = "netlink-sys"
5135version = "0.8.2"5128version = "0.8.3"
5136source = "registry+https://github.com/rust-lang/crates.io-index"5129source = "registry+https://github.com/rust-lang/crates.io-index"
5137checksum = "3e4c9f9547a08241bee7b6558b9b98e1f290d187de8b7cfca2bbb4937bcaa8f8"5130checksum = "92b654097027250401127914afb37cb1f311df6610a9891ff07a757e94199027"
5138dependencies = [5131dependencies = [
5139 "async-io",5132 "async-io",
5140 "bytes 1.1.0",5133 "bytes 1.2.0",
5141 "futures 0.3.21",5134 "futures 0.3.21",
5142 "libc",5135 "libc",
5143 "log",5136 "log",
5144]5137]
51455138
5146[[package]]5139[[package]]
5147name = "nix"5140name = "nix"
5148version = "0.22.3"5141version = "0.24.2"
5149source = "registry+https://github.com/rust-lang/crates.io-index"5142source = "registry+https://github.com/rust-lang/crates.io-index"
5150checksum = "e4916f159ed8e5de0082076562152a76b7a1f64a01fd9d1e0fea002c37624faf"5143checksum = "195cdbc1741b8134346d515b3a56a1c94b0912758009cfd53f99ea0f57b065fc"
5151dependencies = [5144dependencies = [
5152 "bitflags",5145 "bitflags",
5153 "cc",
5154 "cfg-if 1.0.0",5146 "cfg-if 1.0.0",
5155 "libc",5147 "libc",
5156 "memoffset",
5157]5148]
51585149
5159[[package]]5150[[package]]
52325223
5233[[package]]5224[[package]]
5234name = "num-rational"5225name = "num-rational"
5235version = "0.4.0"5226version = "0.4.1"
5236source = "registry+https://github.com/rust-lang/crates.io-index"5227source = "registry+https://github.com/rust-lang/crates.io-index"
5237checksum = "d41702bd167c2df5520b384281bc111a4b5efcf7fbc4c9c222c815b07e0a6a6a"5228checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
5238dependencies = [5229dependencies = [
5239 "autocfg",5230 "autocfg",
5240 "num-integer",5231 "num-integer",
52745265
5275[[package]]5266[[package]]
5276name = "object"5267name = "object"
5277version = "0.28.4"5268version = "0.29.0"
5278source = "registry+https://github.com/rust-lang/crates.io-index"5269source = "registry+https://github.com/rust-lang/crates.io-index"
5279checksum = "e42c982f2d955fac81dd7e1d0e1426a7d702acd9c98d19ab01083a6a0328c424"5270checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"
5280dependencies = [5271dependencies = [
5281 "memchr",5272 "memchr",
5282]5273]
52835274
5284[[package]]5275[[package]]
5285name = "once_cell"5276name = "once_cell"
5286version = "1.12.0"5277version = "1.13.0"
5287source = "registry+https://github.com/rust-lang/crates.io-index"5278source = "registry+https://github.com/rust-lang/crates.io-index"
5288checksum = "7709cef83f0c1f58f666e746a08b21e0085f7440fa6a29cc194d68aac97a4225"5279checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1"
52895280
5290[[package]]5281[[package]]
5291name = "opal-runtime"5282name = "opal-runtime"
5397 "futures 0.3.21",5388 "futures 0.3.21",
5398 "futures-timer",5389 "futures-timer",
5399 "orchestra-proc-macro",5390 "orchestra-proc-macro",
5400 "pin-project 1.0.10",5391 "pin-project 1.0.11",
5401 "prioritized-metered-channel",5392 "prioritized-metered-channel",
5402 "thiserror",5393 "thiserror",
5403 "tracing",5394 "tracing",
54425433
5443[[package]]5434[[package]]
5444name = "os_str_bytes"5435name = "os_str_bytes"
5445version = "6.1.0"5436version = "6.2.0"
5446source = "registry+https://github.com/rust-lang/crates.io-index"5437source = "registry+https://github.com/rust-lang/crates.io-index"
5447checksum = "21326818e99cfe6ce1e524c2a805c189a99b5ae555a35d19f9a284b427d86afa"5438checksum = "648001efe5d5c0102d8cea768e348da85d90af8ba91f0bea908f157951493cd4"
54485439
5449[[package]]5440[[package]]
5450name = "owning_ref"5441name = "owning_ref"
5458[[package]]5449[[package]]
5459name = "pallet-aura"5450name = "pallet-aura"
5460version = "4.0.0-dev"5451version = "4.0.0-dev"
5461source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"5452source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
5462dependencies = [5453dependencies = [
5463 "frame-support",5454 "frame-support",
5464 "frame-system",5455 "frame-system",
5474[[package]]5465[[package]]
5475name = "pallet-authority-discovery"5466name = "pallet-authority-discovery"
5476version = "4.0.0-dev"5467version = "4.0.0-dev"
5477source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"5468source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
5478dependencies = [5469dependencies = [
5479 "frame-support",5470 "frame-support",
5480 "frame-system",5471 "frame-system",
5490[[package]]5481[[package]]
5491name = "pallet-authorship"5482name = "pallet-authorship"
5492version = "4.0.0-dev"5483version = "4.0.0-dev"
5493source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"5484source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
5494dependencies = [5485dependencies = [
5495 "frame-support",5486 "frame-support",
5496 "frame-system",5487 "frame-system",
5505[[package]]5496[[package]]
5506name = "pallet-babe"5497name = "pallet-babe"
5507version = "4.0.0-dev"5498version = "4.0.0-dev"
5508source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"5499source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
5509dependencies = [5500dependencies = [
5510 "frame-benchmarking",5501 "frame-benchmarking",
5511 "frame-support",5502 "frame-support",
5529[[package]]5520[[package]]
5530name = "pallet-bags-list"5521name = "pallet-bags-list"
5531version = "4.0.0-dev"5522version = "4.0.0-dev"
5532source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"5523source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
5533dependencies = [5524dependencies = [
5534 "frame-benchmarking",5525 "frame-benchmarking",
5535 "frame-election-provider-support",5526 "frame-election-provider-support",
5549[[package]]5540[[package]]
5550name = "pallet-balances"5541name = "pallet-balances"
5551version = "4.0.0-dev"5542version = "4.0.0-dev"
5552source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"5543source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
5553dependencies = [5544dependencies = [
5554 "frame-benchmarking",5545 "frame-benchmarking",
5555 "frame-support",5546 "frame-support",
5579[[package]]5570[[package]]
5580name = "pallet-beefy"5571name = "pallet-beefy"
5581version = "4.0.0-dev"5572version = "4.0.0-dev"
5582source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"5573source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
5583dependencies = [5574dependencies = [
5584 "beefy-primitives",5575 "beefy-primitives",
5585 "frame-support",5576 "frame-support",
5595[[package]]5586[[package]]
5596name = "pallet-beefy-mmr"5587name = "pallet-beefy-mmr"
5597version = "4.0.0-dev"5588version = "4.0.0-dev"
5598source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"5589source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
5599dependencies = [5590dependencies = [
5600 "beefy-merkle-tree",5591 "beefy-merkle-tree",
5601 "beefy-primitives",5592 "beefy-primitives",
5618[[package]]5609[[package]]
5619name = "pallet-bounties"5610name = "pallet-bounties"
5620version = "4.0.0-dev"5611version = "4.0.0-dev"
5621source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"5612source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
5622dependencies = [5613dependencies = [
5623 "frame-benchmarking",5614 "frame-benchmarking",
5624 "frame-support",5615 "frame-support",
5677version = "0.1.0"5668version = "0.1.0"
5678source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"5669source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
5679dependencies = [5670dependencies = [
5680 "bitvec 1.0.0",5671 "bitvec 1.0.1",
5681 "bp-message-dispatch",5672 "bp-message-dispatch",
5682 "bp-messages",5673 "bp-messages",
5683 "bp-runtime",5674 "bp-runtime",
5696[[package]]5687[[package]]
5697name = "pallet-child-bounties"5688name = "pallet-child-bounties"
5698version = "4.0.0-dev"5689version = "4.0.0-dev"
5699source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"5690source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
5700dependencies = [5691dependencies = [
5701 "frame-benchmarking",5692 "frame-benchmarking",
5702 "frame-support",5693 "frame-support",
5715[[package]]5706[[package]]
5716name = "pallet-collective"5707name = "pallet-collective"
5717version = "4.0.0-dev"5708version = "4.0.0-dev"
5718source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"5709source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
5719dependencies = [5710dependencies = [
5720 "frame-benchmarking",5711 "frame-benchmarking",
5721 "frame-support",5712 "frame-support",
5753[[package]]5744[[package]]
5754name = "pallet-democracy"5745name = "pallet-democracy"
5755version = "4.0.0-dev"5746version = "4.0.0-dev"
5756source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"5747source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
5757dependencies = [5748dependencies = [
5758 "frame-benchmarking",5749 "frame-benchmarking",
5759 "frame-support",5750 "frame-support",
5769[[package]]5760[[package]]
5770name = "pallet-election-provider-multi-phase"5761name = "pallet-election-provider-multi-phase"
5771version = "4.0.0-dev"5762version = "4.0.0-dev"
5772source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"5763source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
5773dependencies = [5764dependencies = [
5774 "frame-benchmarking",5765 "frame-benchmarking",
5775 "frame-election-provider-support",5766 "frame-election-provider-support",
5792[[package]]5783[[package]]
5793name = "pallet-election-provider-support-benchmarking"5784name = "pallet-election-provider-support-benchmarking"
5794version = "4.0.0-dev"5785version = "4.0.0-dev"
5795source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"5786source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
5796dependencies = [5787dependencies = [
5797 "frame-benchmarking",5788 "frame-benchmarking",
5798 "frame-election-provider-support",5789 "frame-election-provider-support",
5805[[package]]5796[[package]]
5806name = "pallet-elections-phragmen"5797name = "pallet-elections-phragmen"
5807version = "5.0.0-dev"5798version = "5.0.0-dev"
5808source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"5799source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
5809dependencies = [5800dependencies = [
5810 "frame-benchmarking",5801 "frame-benchmarking",
5811 "frame-support",5802 "frame-support",
5975[[package]]5966[[package]]
5976name = "pallet-gilt"5967name = "pallet-gilt"
5977version = "4.0.0-dev"5968version = "4.0.0-dev"
5978source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"5969source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
5979dependencies = [5970dependencies = [
5980 "frame-benchmarking",5971 "frame-benchmarking",
5981 "frame-support",5972 "frame-support",
5990[[package]]5981[[package]]
5991name = "pallet-grandpa"5982name = "pallet-grandpa"
5992version = "4.0.0-dev"5983version = "4.0.0-dev"
5993source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"5984source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
5994dependencies = [5985dependencies = [
5995 "frame-benchmarking",5986 "frame-benchmarking",
5996 "frame-support",5987 "frame-support",
6013[[package]]6004[[package]]
6014name = "pallet-identity"6005name = "pallet-identity"
6015version = "4.0.0-dev"6006version = "4.0.0-dev"
6016source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6007source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
6017dependencies = [6008dependencies = [
6018 "enumflags2",6009 "enumflags2",
6019 "frame-benchmarking",6010 "frame-benchmarking",
6029[[package]]6020[[package]]
6030name = "pallet-im-online"6021name = "pallet-im-online"
6031version = "4.0.0-dev"6022version = "4.0.0-dev"
6032source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6023source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
6033dependencies = [6024dependencies = [
6034 "frame-benchmarking",6025 "frame-benchmarking",
6035 "frame-support",6026 "frame-support",
6049[[package]]6040[[package]]
6050name = "pallet-indices"6041name = "pallet-indices"
6051version = "4.0.0-dev"6042version = "4.0.0-dev"
6052source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6043source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
6053dependencies = [6044dependencies = [
6054 "frame-benchmarking",6045 "frame-benchmarking",
6055 "frame-support",6046 "frame-support",
6085[[package]]6076[[package]]
6086name = "pallet-membership"6077name = "pallet-membership"
6087version = "4.0.0-dev"6078version = "4.0.0-dev"
6088source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6079source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
6089dependencies = [6080dependencies = [
6090 "frame-benchmarking",6081 "frame-benchmarking",
6091 "frame-support",6082 "frame-support",
6102[[package]]6093[[package]]
6103name = "pallet-mmr"6094name = "pallet-mmr"
6104version = "4.0.0-dev"6095version = "4.0.0-dev"
6105source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6096source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
6106dependencies = [6097dependencies = [
6107 "ckb-merkle-mountain-range",6098 "ckb-merkle-mountain-range",
6108 "frame-benchmarking",6099 "frame-benchmarking",
6120[[package]]6111[[package]]
6121name = "pallet-mmr-rpc"6112name = "pallet-mmr-rpc"
6122version = "3.0.0"6113version = "3.0.0"
6123source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6114source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
6124dependencies = [6115dependencies = [
6125 "jsonrpsee",6116 "jsonrpsee",
6126 "parity-scale-codec 3.1.5",6117 "parity-scale-codec 3.1.5",
6135[[package]]6126[[package]]
6136name = "pallet-multisig"6127name = "pallet-multisig"
6137version = "4.0.0-dev"6128version = "4.0.0-dev"
6138source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6129source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
6139dependencies = [6130dependencies = [
6140 "frame-benchmarking",6131 "frame-benchmarking",
6141 "frame-support",6132 "frame-support",
6150[[package]]6141[[package]]
6151name = "pallet-nicks"6142name = "pallet-nicks"
6152version = "4.0.0-dev"6143version = "4.0.0-dev"
6153source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6144source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
6154dependencies = [6145dependencies = [
6155 "frame-support",6146 "frame-support",
6156 "frame-system",6147 "frame-system",
6164[[package]]6155[[package]]
6165name = "pallet-nomination-pools"6156name = "pallet-nomination-pools"
6166version = "1.0.0"6157version = "1.0.0"
6167source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6158source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
6168dependencies = [6159dependencies = [
6169 "frame-support",6160 "frame-support",
6170 "frame-system",6161 "frame-system",
6180[[package]]6171[[package]]
6181name = "pallet-nomination-pools-benchmarking"6172name = "pallet-nomination-pools-benchmarking"
6182version = "1.0.0"6173version = "1.0.0"
6183source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6174source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
6184dependencies = [6175dependencies = [
6185 "frame-benchmarking",6176 "frame-benchmarking",
6186 "frame-election-provider-support",6177 "frame-election-provider-support",
6221[[package]]6212[[package]]
6222name = "pallet-offences"6213name = "pallet-offences"
6223version = "4.0.0-dev"6214version = "4.0.0-dev"
6224source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6215source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
6225dependencies = [6216dependencies = [
6226 "frame-support",6217 "frame-support",
6227 "frame-system",6218 "frame-system",
6238[[package]]6229[[package]]
6239name = "pallet-offences-benchmarking"6230name = "pallet-offences-benchmarking"
6240version = "4.0.0-dev"6231version = "4.0.0-dev"
6241source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6232source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
6242dependencies = [6233dependencies = [
6243 "frame-benchmarking",6234 "frame-benchmarking",
6244 "frame-election-provider-support",6235 "frame-election-provider-support",
6261[[package]]6252[[package]]
6262name = "pallet-preimage"6253name = "pallet-preimage"
6263version = "4.0.0-dev"6254version = "4.0.0-dev"
6264source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6255source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
6265dependencies = [6256dependencies = [
6266 "frame-benchmarking",6257 "frame-benchmarking",
6267 "frame-support",6258 "frame-support",
6277[[package]]6268[[package]]
6278name = "pallet-proxy"6269name = "pallet-proxy"
6279version = "4.0.0-dev"6270version = "4.0.0-dev"
6280source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6271source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
6281dependencies = [6272dependencies = [
6282 "frame-benchmarking",6273 "frame-benchmarking",
6283 "frame-support",6274 "frame-support",
6292[[package]]6283[[package]]
6293name = "pallet-randomness-collective-flip"6284name = "pallet-randomness-collective-flip"
6294version = "4.0.0-dev"6285version = "4.0.0-dev"
6295source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6286source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
6296dependencies = [6287dependencies = [
6297 "frame-support",6288 "frame-support",
6298 "frame-system",6289 "frame-system",
6306[[package]]6297[[package]]
6307name = "pallet-recovery"6298name = "pallet-recovery"
6308version = "4.0.0-dev"6299version = "4.0.0-dev"
6309source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6300source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
6310dependencies = [6301dependencies = [
6311 "frame-benchmarking",6302 "frame-benchmarking",
6312 "frame-support",6303 "frame-support",
6384[[package]]6375[[package]]
6385name = "pallet-scheduler"6376name = "pallet-scheduler"
6386version = "4.0.0-dev"6377version = "4.0.0-dev"
6387source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6378source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
6388dependencies = [6379dependencies = [
6389 "frame-benchmarking",6380 "frame-benchmarking",
6390 "frame-support",6381 "frame-support",
6400[[package]]6391[[package]]
6401name = "pallet-session"6392name = "pallet-session"
6402version = "4.0.0-dev"6393version = "4.0.0-dev"
6403source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6394source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
6404dependencies = [6395dependencies = [
6405 "frame-support",6396 "frame-support",
6406 "frame-system",6397 "frame-system",
6421[[package]]6412[[package]]
6422name = "pallet-session-benchmarking"6413name = "pallet-session-benchmarking"
6423version = "4.0.0-dev"6414version = "4.0.0-dev"
6424source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6415source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
6425dependencies = [6416dependencies = [
6426 "frame-benchmarking",6417 "frame-benchmarking",
6427 "frame-support",6418 "frame-support",
6437[[package]]6428[[package]]
6438name = "pallet-society"6429name = "pallet-society"
6439version = "4.0.0-dev"6430version = "4.0.0-dev"
6440source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6431source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
6441dependencies = [6432dependencies = [
6442 "frame-support",6433 "frame-support",
6443 "frame-system",6434 "frame-system",
6451[[package]]6442[[package]]
6452name = "pallet-staking"6443name = "pallet-staking"
6453version = "4.0.0-dev"6444version = "4.0.0-dev"
6454source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6445source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
6455dependencies = [6446dependencies = [
6456 "frame-benchmarking",6447 "frame-benchmarking",
6457 "frame-election-provider-support",6448 "frame-election-provider-support",
6474[[package]]6465[[package]]
6475name = "pallet-staking-reward-curve"6466name = "pallet-staking-reward-curve"
6476version = "4.0.0-dev"6467version = "4.0.0-dev"
6477source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6468source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
6478dependencies = [6469dependencies = [
6479 "proc-macro-crate",6470 "proc-macro-crate",
6480 "proc-macro2",6471 "proc-macro2",
6485[[package]]6476[[package]]
6486name = "pallet-staking-reward-fn"6477name = "pallet-staking-reward-fn"
6487version = "4.0.0-dev"6478version = "4.0.0-dev"
6488source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6479source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
6489dependencies = [6480dependencies = [
6490 "log",6481 "log",
6491 "sp-arithmetic",6482 "sp-arithmetic",
6509[[package]]6500[[package]]
6510name = "pallet-sudo"6501name = "pallet-sudo"
6511version = "4.0.0-dev"6502version = "4.0.0-dev"
6512source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6503source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
6513dependencies = [6504dependencies = [
6514 "frame-support",6505 "frame-support",
6515 "frame-system",6506 "frame-system",
6543[[package]]6534[[package]]
6544name = "pallet-timestamp"6535name = "pallet-timestamp"
6545version = "4.0.0-dev"6536version = "4.0.0-dev"
6546source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6537source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
6547dependencies = [6538dependencies = [
6548 "frame-benchmarking",6539 "frame-benchmarking",
6549 "frame-support",6540 "frame-support",
6561[[package]]6552[[package]]
6562name = "pallet-tips"6553name = "pallet-tips"
6563version = "4.0.0-dev"6554version = "4.0.0-dev"
6564source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6555source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
6565dependencies = [6556dependencies = [
6566 "frame-benchmarking",6557 "frame-benchmarking",
6567 "frame-support",6558 "frame-support",
6580[[package]]6571[[package]]
6581name = "pallet-transaction-payment"6572name = "pallet-transaction-payment"
6582version = "4.0.0-dev"6573version = "4.0.0-dev"
6583source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6574source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
6584dependencies = [6575dependencies = [
6585 "frame-support",6576 "frame-support",
6586 "frame-system",6577 "frame-system",
6596[[package]]6587[[package]]
6597name = "pallet-transaction-payment-rpc"6588name = "pallet-transaction-payment-rpc"
6598version = "4.0.0-dev"6589version = "4.0.0-dev"
6599source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6590source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
6600dependencies = [6591dependencies = [
6601 "jsonrpsee",6592 "jsonrpsee",
6602 "pallet-transaction-payment-rpc-runtime-api",6593 "pallet-transaction-payment-rpc-runtime-api",
6611[[package]]6602[[package]]
6612name = "pallet-transaction-payment-rpc-runtime-api"6603name = "pallet-transaction-payment-rpc-runtime-api"
6613version = "4.0.0-dev"6604version = "4.0.0-dev"
6614source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6605source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
6615dependencies = [6606dependencies = [
6616 "pallet-transaction-payment",6607 "pallet-transaction-payment",
6617 "parity-scale-codec 3.1.5",6608 "parity-scale-codec 3.1.5",
6622[[package]]6613[[package]]
6623name = "pallet-treasury"6614name = "pallet-treasury"
6624version = "4.0.0-dev"6615version = "4.0.0-dev"
6625source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6616source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
6626dependencies = [6617dependencies = [
6627 "frame-benchmarking",6618 "frame-benchmarking",
6628 "frame-support",6619 "frame-support",
6682[[package]]6673[[package]]
6683name = "pallet-utility"6674name = "pallet-utility"
6684version = "4.0.0-dev"6675version = "4.0.0-dev"
6685source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6676source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
6686dependencies = [6677dependencies = [
6687 "frame-benchmarking",6678 "frame-benchmarking",
6688 "frame-support",6679 "frame-support",
6698[[package]]6689[[package]]
6699name = "pallet-vesting"6690name = "pallet-vesting"
6700version = "4.0.0-dev"6691version = "4.0.0-dev"
6701source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6692source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
6702dependencies = [6693dependencies = [
6703 "frame-benchmarking",6694 "frame-benchmarking",
6704 "frame-support",6695 "frame-support",
67606751
6761[[package]]6752[[package]]
6762name = "parity-db"6753name = "parity-db"
6763version = "0.3.14"6754version = "0.3.16"
6764source = "registry+https://github.com/rust-lang/crates.io-index"6755source = "registry+https://github.com/rust-lang/crates.io-index"
6765checksum = "966eb23bd3a09758b8dac09f82b9d417c00f14e5d46171bf04cffdd9cb2e1eb1"6756checksum = "2bb474d0ed0836e185cb998a6b140ed1073d1fbf27d690ecf9ede8030289382c"
6766dependencies = [6757dependencies = [
6767 "blake2-rfc",6758 "blake2-rfc",
6768 "crc32fast",6759 "crc32fast",
6798checksum = "9182e4a71cae089267ab03e67c99368db7cd877baf50f931e5d6d4b71e195ac0"6789checksum = "9182e4a71cae089267ab03e67c99368db7cd877baf50f931e5d6d4b71e195ac0"
6799dependencies = [6790dependencies = [
6800 "arrayvec 0.7.2",6791 "arrayvec 0.7.2",
6801 "bitvec 1.0.0",6792 "bitvec 1.0.1",
6802 "byte-slice-cast",6793 "byte-slice-cast",
6803 "impl-trait-for-tuples",6794 "impl-trait-for-tuples",
6804 "parity-scale-codec-derive 3.1.3",6795 "parity-scale-codec-derive 3.1.3",
6843dependencies = [6834dependencies = [
6844 "cfg-if 1.0.0",6835 "cfg-if 1.0.0",
6845 "ethereum-types",6836 "ethereum-types",
6846 "hashbrown 0.12.1",6837 "hashbrown 0.12.3",
6847 "impl-trait-for-tuples",6838 "impl-trait-for-tuples",
6848 "lru 0.7.7",6839 "lru 0.7.8",
6849 "parity-util-mem-derive",6840 "parity-util-mem-derive",
6850 "parking_lot 0.12.1",6841 "parking_lot 0.12.1",
6851 "primitive-types",6842 "primitive-types",
70247015
7025[[package]]7016[[package]]
7026name = "pin-project"7017name = "pin-project"
7027version = "0.4.29"7018version = "0.4.30"
7028source = "registry+https://github.com/rust-lang/crates.io-index"7019source = "registry+https://github.com/rust-lang/crates.io-index"
7029checksum = "9615c18d31137579e9ff063499264ddc1278e7b1982757ebc111028c4d1dc909"7020checksum = "3ef0f924a5ee7ea9cbcea77529dba45f8a9ba9f622419fe3386ca581a3ae9d5a"
7030dependencies = [7021dependencies = [
7031 "pin-project-internal 0.4.29",7022 "pin-project-internal 0.4.30",
7032]7023]
70337024
7034[[package]]7025[[package]]
7035name = "pin-project"7026name = "pin-project"
7036version = "1.0.10"7027version = "1.0.11"
7037source = "registry+https://github.com/rust-lang/crates.io-index"7028source = "registry+https://github.com/rust-lang/crates.io-index"
7038checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e"7029checksum = "78203e83c48cffbe01e4a2d35d566ca4de445d79a85372fc64e378bfc812a260"
7039dependencies = [7030dependencies = [
7040 "pin-project-internal 1.0.10",7031 "pin-project-internal 1.0.11",
7041]7032]
70427033
7043[[package]]7034[[package]]
7044name = "pin-project-internal"7035name = "pin-project-internal"
7045version = "0.4.29"7036version = "0.4.30"
7046source = "registry+https://github.com/rust-lang/crates.io-index"7037source = "registry+https://github.com/rust-lang/crates.io-index"
7047checksum = "044964427019eed9d49d9d5bbce6047ef18f37100ea400912a9fa4a3523ab12a"7038checksum = "851c8d0ce9bebe43790dedfc86614c23494ac9f423dd618d3a61fc693eafe61e"
7048dependencies = [7039dependencies = [
7049 "proc-macro2",7040 "proc-macro2",
7050 "quote",7041 "quote",
70537044
7054[[package]]7045[[package]]
7055name = "pin-project-internal"7046name = "pin-project-internal"
7056version = "1.0.10"7047version = "1.0.11"
7057source = "registry+https://github.com/rust-lang/crates.io-index"7048source = "registry+https://github.com/rust-lang/crates.io-index"
7058checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb"7049checksum = "710faf75e1b33345361201d36d04e98ac1ed8909151a017ed384700836104c74"
7059dependencies = [7050dependencies = [
7060 "proc-macro2",7051 "proc-macro2",
7061 "quote",7052 "quote",
7129 "derive_more",7120 "derive_more",
7130 "fatality",7121 "fatality",
7131 "futures 0.3.21",7122 "futures 0.3.21",
7132 "lru 0.7.7",7123 "lru 0.7.8",
7133 "parity-scale-codec 3.1.5",7124 "parity-scale-codec 3.1.5",
7134 "polkadot-erasure-coding",7125 "polkadot-erasure-coding",
7135 "polkadot-node-network-protocol",7126 "polkadot-node-network-protocol",
7151dependencies = [7142dependencies = [
7152 "fatality",7143 "fatality",
7153 "futures 0.3.21",7144 "futures 0.3.21",
7154 "lru 0.7.7",7145 "lru 0.7.8",
7155 "parity-scale-codec 3.1.5",7146 "parity-scale-codec 3.1.5",
7156 "polkadot-erasure-coding",7147 "polkadot-erasure-coding",
7157 "polkadot-node-network-protocol",7148 "polkadot-node-network-protocol",
7272 "derive_more",7263 "derive_more",
7273 "fatality",7264 "fatality",
7274 "futures 0.3.21",7265 "futures 0.3.21",
7275 "lru 0.7.7",7266 "lru 0.7.8",
7276 "parity-scale-codec 3.1.5",7267 "parity-scale-codec 3.1.5",
7277 "polkadot-erasure-coding",7268 "polkadot-erasure-coding",
7278 "polkadot-node-network-protocol",7269 "polkadot-node-network-protocol",
7328dependencies = [7319dependencies = [
7329 "always-assert",7320 "always-assert",
7330 "async-trait",7321 "async-trait",
7331 "bytes 1.1.0",7322 "bytes 1.2.0",
7332 "futures 0.3.21",7323 "futures 0.3.21",
7333 "parity-scale-codec 3.1.5",7324 "parity-scale-codec 3.1.5",
7334 "parking_lot 0.12.1",7325 "parking_lot 0.12.1",
7365version = "0.9.24"7356version = "0.9.24"
7366source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7357source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
7367dependencies = [7358dependencies = [
7368 "bitvec 1.0.0",7359 "bitvec 1.0.1",
7369 "derive_more",7360 "derive_more",
7370 "futures 0.3.21",7361 "futures 0.3.21",
7371 "futures-timer",7362 "futures-timer",
7372 "kvdb",7363 "kvdb",
7373 "lru 0.7.7",7364 "lru 0.7.8",
7374 "merlin",7365 "merlin",
7375 "parity-scale-codec 3.1.5",7366 "parity-scale-codec 3.1.5",
7376 "polkadot-node-jaeger",7367 "polkadot-node-jaeger",
7394version = "0.9.24"7385version = "0.9.24"
7395source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7386source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
7396dependencies = [7387dependencies = [
7397 "bitvec 1.0.0",7388 "bitvec 1.0.1",
7398 "futures 0.3.21",7389 "futures 0.3.21",
7399 "futures-timer",7390 "futures-timer",
7400 "kvdb",7391 "kvdb",
7414version = "0.9.24"7405version = "0.9.24"
7415source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7406source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
7416dependencies = [7407dependencies = [
7417 "bitvec 1.0.0",7408 "bitvec 1.0.1",
7418 "fatality",7409 "fatality",
7419 "futures 0.3.21",7410 "futures 0.3.21",
7420 "polkadot-erasure-coding",7411 "polkadot-erasure-coding",
7501 "fatality",7492 "fatality",
7502 "futures 0.3.21",7493 "futures 0.3.21",
7503 "kvdb",7494 "kvdb",
7504 "lru 0.7.7",7495 "lru 0.7.8",
7505 "parity-scale-codec 3.1.5",7496 "parity-scale-codec 3.1.5",
7506 "polkadot-node-primitives",7497 "polkadot-node-primitives",
7507 "polkadot-node-subsystem",7498 "polkadot-node-subsystem",
7534version = "0.9.24"7525version = "0.9.24"
7535source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7526source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
7536dependencies = [7527dependencies = [
7537 "bitvec 1.0.0",7528 "bitvec 1.0.1",
7538 "fatality",7529 "fatality",
7539 "futures 0.3.21",7530 "futures 0.3.21",
7540 "futures-timer",7531 "futures-timer",
7559 "futures 0.3.21",7550 "futures 0.3.21",
7560 "futures-timer",7551 "futures-timer",
7561 "parity-scale-codec 3.1.5",7552 "parity-scale-codec 3.1.5",
7562 "pin-project 1.0.10",7553 "pin-project 1.0.11",
7563 "polkadot-core-primitives",7554 "polkadot-core-primitives",
7564 "polkadot-node-subsystem-util",7555 "polkadot-node-subsystem-util",
7565 "polkadot-parachain",7556 "polkadot-parachain",
7731 "futures 0.3.21",7722 "futures 0.3.21",
7732 "itertools",7723 "itertools",
7733 "kvdb",7724 "kvdb",
7734 "lru 0.7.7",7725 "lru 0.7.8",
7735 "parity-db",7726 "parity-db",
7736 "parity-scale-codec 3.1.5",7727 "parity-scale-codec 3.1.5",
7737 "parity-util-mem",7728 "parity-util-mem",
7738 "parking_lot 0.11.2",7729 "parking_lot 0.11.2",
7739 "pin-project 1.0.10",7730 "pin-project 1.0.11",
7740 "polkadot-node-jaeger",7731 "polkadot-node-jaeger",
7741 "polkadot-node-metrics",7732 "polkadot-node-metrics",
7742 "polkadot-node-network-protocol",7733 "polkadot-node-network-protocol",
7760dependencies = [7751dependencies = [
7761 "futures 0.3.21",7752 "futures 0.3.21",
7762 "futures-timer",7753 "futures-timer",
7763 "lru 0.7.7",7754 "lru 0.7.8",
7764 "orchestra",7755 "orchestra",
7765 "parity-util-mem",7756 "parity-util-mem",
7766 "parking_lot 0.12.1",7757 "parking_lot 0.12.1",
7812version = "0.9.24"7803version = "0.9.24"
7813source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7804source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
7814dependencies = [7805dependencies = [
7815 "bitvec 1.0.0",7806 "bitvec 1.0.1",
7816 "frame-system",7807 "frame-system",
7817 "hex-literal",7808 "hex-literal",
7818 "parity-scale-codec 3.1.5",7809 "parity-scale-codec 3.1.5",
7875source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7866source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
7876dependencies = [7867dependencies = [
7877 "beefy-primitives",7868 "beefy-primitives",
7878 "bitvec 1.0.0",7869 "bitvec 1.0.1",
7879 "frame-benchmarking",7870 "frame-benchmarking",
7880 "frame-election-provider-support",7871 "frame-election-provider-support",
7881 "frame-executive",7872 "frame-executive",
7961source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7952source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
7962dependencies = [7953dependencies = [
7963 "beefy-primitives",7954 "beefy-primitives",
7964 "bitvec 1.0.0",7955 "bitvec 1.0.1",
7965 "frame-benchmarking",7956 "frame-benchmarking",
7966 "frame-election-provider-support",7957 "frame-election-provider-support",
7967 "frame-support",7958 "frame-support",
8032source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"8023source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
8033dependencies = [8024dependencies = [
8034 "bitflags",8025 "bitflags",
8035 "bitvec 1.0.0",8026 "bitvec 1.0.1",
8036 "derive_more",8027 "derive_more",
8037 "frame-benchmarking",8028 "frame-benchmarking",
8038 "frame-support",8029 "frame-support",
8083 "kusama-runtime",8074 "kusama-runtime",
8084 "kvdb",8075 "kvdb",
8085 "kvdb-rocksdb",8076 "kvdb-rocksdb",
8086 "lru 0.7.7",8077 "lru 0.7.8",
8087 "pallet-babe",8078 "pallet-babe",
8088 "pallet-im-online",8079 "pallet-im-online",
8089 "pallet-staking",8080 "pallet-staking",
8209source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"8200source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
8210dependencies = [8201dependencies = [
8211 "beefy-primitives",8202 "beefy-primitives",
8212 "bitvec 1.0.0",8203 "bitvec 1.0.1",
8213 "frame-election-provider-support",8204 "frame-election-provider-support",
8214 "frame-executive",8205 "frame-executive",
8215 "frame-support",8206 "frame-support",
8315 "substrate-test-client",8306 "substrate-test-client",
8316 "tempfile",8307 "tempfile",
8317 "test-runtime-constants",8308 "test-runtime-constants",
8318 "tokio 1.19.2",8309 "tokio 1.20.1",
8319 "tracing-gum",8310 "tracing-gum",
8320]8311]
83218312
84268417
8427[[package]]8418[[package]]
8428name = "proc-macro2"8419name = "proc-macro2"
8429version = "1.0.40"8420version = "1.0.42"
8430source = "registry+https://github.com/rust-lang/crates.io-index"8421source = "registry+https://github.com/rust-lang/crates.io-index"
8431checksum = "dd96a1e8ed2596c337f8eae5f24924ec83f5ad5ab21ea8e455d3566c69fbcaf7"8422checksum = "c278e965f1d8cf32d6e0e96de3d3e79712178ae67986d9cf9151f51e95aac89b"
8432dependencies = [8423dependencies = [
8433 "unicode-ident",8424 "unicode-ident",
8434]8425]
8476source = "registry+https://github.com/rust-lang/crates.io-index"8467source = "registry+https://github.com/rust-lang/crates.io-index"
8477checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"8468checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
8478dependencies = [8469dependencies = [
8479 "bytes 1.1.0",8470 "bytes 1.2.0",
8480 "prost-derive 0.9.0",8471 "prost-derive 0.9.0",
8481]8472]
84828473
8486source = "registry+https://github.com/rust-lang/crates.io-index"8477source = "registry+https://github.com/rust-lang/crates.io-index"
8487checksum = "71adf41db68aa0daaefc69bb30bcd68ded9b9abaad5d1fbb6304c4fb390e083e"8478checksum = "71adf41db68aa0daaefc69bb30bcd68ded9b9abaad5d1fbb6304c4fb390e083e"
8488dependencies = [8479dependencies = [
8489 "bytes 1.1.0",8480 "bytes 1.2.0",
8490 "prost-derive 0.10.1",8481 "prost-derive 0.10.1",
8491]8482]
84928483
8496source = "registry+https://github.com/rust-lang/crates.io-index"8487source = "registry+https://github.com/rust-lang/crates.io-index"
8497checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"8488checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
8498dependencies = [8489dependencies = [
8499 "bytes 1.1.0",8490 "bytes 1.2.0",
8500 "heck 0.3.3",8491 "heck 0.3.3",
8501 "itertools",8492 "itertools",
8502 "lazy_static",8493 "lazy_static",
8516source = "registry+https://github.com/rust-lang/crates.io-index"8507source = "registry+https://github.com/rust-lang/crates.io-index"
8517checksum = "8ae5a4388762d5815a9fc0dea33c56b021cdc8dde0c55e0c9ca57197254b0cab"8508checksum = "8ae5a4388762d5815a9fc0dea33c56b021cdc8dde0c55e0c9ca57197254b0cab"
8518dependencies = [8509dependencies = [
8519 "bytes 1.1.0",8510 "bytes 1.2.0",
8520 "cfg-if 1.0.0",8511 "cfg-if 1.0.0",
8521 "cmake",8512 "cmake",
8522 "heck 0.4.0",8513 "heck 0.4.0",
8539checksum = "00af1e92c33b4813cc79fda3f2dbf56af5169709be0202df730e9ebc3e4cd007"8530checksum = "00af1e92c33b4813cc79fda3f2dbf56af5169709be0202df730e9ebc3e4cd007"
8540dependencies = [8531dependencies = [
8541 "asynchronous-codec",8532 "asynchronous-codec",
8542 "bytes 1.1.0",8533 "bytes 1.2.0",
8543 "prost 0.10.4",8534 "prost 0.10.4",
8544 "thiserror",8535 "thiserror",
8545 "unsigned-varint",8536 "unsigned-varint",
8577source = "registry+https://github.com/rust-lang/crates.io-index"8568source = "registry+https://github.com/rust-lang/crates.io-index"
8578checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"8569checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
8579dependencies = [8570dependencies = [
8580 "bytes 1.1.0",8571 "bytes 1.2.0",
8581 "prost 0.9.0",8572 "prost 0.9.0",
8582]8573]
85838574
8587source = "registry+https://github.com/rust-lang/crates.io-index"8578source = "registry+https://github.com/rust-lang/crates.io-index"
8588checksum = "2d0a014229361011dc8e69c8a1ec6c2e8d0f2af7c91e3ea3f5b2170298461e68"8579checksum = "2d0a014229361011dc8e69c8a1ec6c2e8d0f2af7c91e3ea3f5b2170298461e68"
8589dependencies = [8580dependencies = [
8590 "bytes 1.1.0",8581 "bytes 1.2.0",
8591 "prost 0.10.4",8582 "prost 0.10.4",
8592]8583]
85938584
8594[[package]]8585[[package]]
8595name = "psm"8586name = "psm"
8596version = "0.1.18"8587version = "0.1.20"
8597source = "registry+https://github.com/rust-lang/crates.io-index"8588source = "registry+https://github.com/rust-lang/crates.io-index"
8598checksum = "871372391786ccec00d3c5d3d6608905b3d4db263639cfe075d3b60a736d115a"8589checksum = "f446d0a6efba22928558c4fb4ce0b3fd6c89b0061343e390bf01a703742b8125"
8599dependencies = [8590dependencies = [
8600 "cc",8591 "cc",
8601]8592]
88528843
8853[[package]]8844[[package]]
8854name = "redox_syscall"8845name = "redox_syscall"
8855version = "0.2.13"8846version = "0.2.15"
8856source = "registry+https://github.com/rust-lang/crates.io-index"8847source = "registry+https://github.com/rust-lang/crates.io-index"
8857checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"8848checksum = "534cfe58d6a18cc17120fbf4635d53d14691c1fe4d951064df9bd326178d7d5a"
8858dependencies = [8849dependencies = [
8859 "bitflags",8850 "bitflags",
8860]8851]
88858876
8886[[package]]8877[[package]]
8887name = "ref-cast"8878name = "ref-cast"
8888version = "1.0.7"8879version = "1.0.8"
8889source = "registry+https://github.com/rust-lang/crates.io-index"8880source = "registry+https://github.com/rust-lang/crates.io-index"
8890checksum = "685d58625b6c2b83e4cc88a27c4bf65adb7b6b16dbdc413e515c9405b47432ab"8881checksum = "776c8940430cf563f66a93f9111d1cd39306dc6c68149ecc6b934742a44a828a"
8891dependencies = [8882dependencies = [
8892 "ref-cast-impl",8883 "ref-cast-impl",
8893]8884]
88948885
8895[[package]]8886[[package]]
8896name = "ref-cast-impl"8887name = "ref-cast-impl"
8897version = "1.0.7"8888version = "1.0.8"
8898source = "registry+https://github.com/rust-lang/crates.io-index"8889source = "registry+https://github.com/rust-lang/crates.io-index"
8899checksum = "a043824e29c94169374ac5183ac0ed43f5724dc4556b19568007486bd840fa1f"8890checksum = "5f26c4704460286103bff62ea1fb78d137febc86aaf76952e6c5a2249af01f54"
8900dependencies = [8891dependencies = [
8901 "proc-macro2",8892 "proc-macro2",
8902 "quote",8893 "quote",
89168907
8917[[package]]8908[[package]]
8918name = "regex"8909name = "regex"
8919version = "1.5.6"8910version = "1.6.0"
8920source = "registry+https://github.com/rust-lang/crates.io-index"8911source = "registry+https://github.com/rust-lang/crates.io-index"
8921checksum = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1"8912checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"
8922dependencies = [8913dependencies = [
8923 "aho-corasick",8914 "aho-corasick",
8924 "memchr",8915 "memchr",
89368927
8937[[package]]8928[[package]]
8938name = "regex-syntax"8929name = "regex-syntax"
8939version = "0.6.26"8930version = "0.6.27"
8940source = "registry+https://github.com/rust-lang/crates.io-index"8931source = "registry+https://github.com/rust-lang/crates.io-index"
8941checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64"8932checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
89428933
8943[[package]]8934[[package]]
8944name = "region"8935name = "region"
8955[[package]]8946[[package]]
8956name = "remote-externalities"8947name = "remote-externalities"
8957version = "0.10.0-dev"8948version = "0.10.0-dev"
8958source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"8949source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
8959dependencies = [8950dependencies = [
8960 "env_logger",8951 "env_logger",
8961 "jsonrpsee",8952 "jsonrpsee",
9026source = "registry+https://github.com/rust-lang/crates.io-index"9017source = "registry+https://github.com/rust-lang/crates.io-index"
9027checksum = "999508abb0ae792aabed2460c45b89106d97fe4adac593bdaef433c2605847b5"9018checksum = "999508abb0ae792aabed2460c45b89106d97fe4adac593bdaef433c2605847b5"
9028dependencies = [9019dependencies = [
9029 "bytes 1.1.0",9020 "bytes 1.2.0",
9030 "rustc-hex",9021 "rustc-hex",
9031]9022]
90329023
91749165
9175[[package]]9166[[package]]
9176name = "rtnetlink"9167name = "rtnetlink"
9177version = "0.9.1"9168version = "0.10.1"
9178source = "registry+https://github.com/rust-lang/crates.io-index"9169source = "registry+https://github.com/rust-lang/crates.io-index"
9179checksum = "6f54290e54521dac3de4149d83ddf9f62a359b3cc93bcb494a794a41e6f4744b"9170checksum = "322c53fd76a18698f1c27381d58091de3a043d356aa5bd0d510608b565f469a0"
9180dependencies = [9171dependencies = [
9181 "async-global-executor",9172 "async-global-executor",
9182 "futures 0.3.21",9173 "futures 0.3.21",
9220source = "registry+https://github.com/rust-lang/crates.io-index"9211source = "registry+https://github.com/rust-lang/crates.io-index"
9221checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"9212checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
9222dependencies = [9213dependencies = [
9223 "semver 1.0.10",9214 "semver 1.0.12",
9224]9215]
92259216
9226[[package]]9217[[package]]
92729263
9273[[package]]9264[[package]]
9274name = "rustversion"9265name = "rustversion"
9275version = "1.0.7"9266version = "1.0.8"
9276source = "registry+https://github.com/rust-lang/crates.io-index"9267source = "registry+https://github.com/rust-lang/crates.io-index"
9277checksum = "a0a5f7c728f5d284929a1cccb5bc19884422bfe6ef4d6c409da2c41838983fcf"9268checksum = "24c8ad4f0c00e1eb5bc7614d236a7f1300e3dbd76b68cac8e06fb00b015ad8d8"
92789269
9279[[package]]9270[[package]]
9280name = "rw-stream-sink"9271name = "rw-stream-sink"
9283checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"9274checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"
9284dependencies = [9275dependencies = [
9285 "futures 0.3.21",9276 "futures 0.3.21",
9286 "pin-project 0.4.29",9277 "pin-project 0.4.30",
9287 "static_assertions",9278 "static_assertions",
9288]9279]
92899280
9294checksum = "26338f5e09bb721b85b135ea05af7767c90b52f6de4f087d4f4a3a9d64e7dc04"9285checksum = "26338f5e09bb721b85b135ea05af7767c90b52f6de4f087d4f4a3a9d64e7dc04"
9295dependencies = [9286dependencies = [
9296 "futures 0.3.21",9287 "futures 0.3.21",
9297 "pin-project 1.0.10",9288 "pin-project 1.0.11",
9298 "static_assertions",9289 "static_assertions",
9299]9290]
93009291
9334[[package]]9325[[package]]
9335name = "sc-allocator"9326name = "sc-allocator"
9336version = "4.1.0-dev"9327version = "4.1.0-dev"
9337source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9328source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
9338dependencies = [9329dependencies = [
9339 "log",9330 "log",
9340 "sp-core",9331 "sp-core",
9345[[package]]9336[[package]]
9346name = "sc-authority-discovery"9337name = "sc-authority-discovery"
9347version = "0.10.0-dev"9338version = "0.10.0-dev"
9348source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9339source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
9349dependencies = [9340dependencies = [
9350 "async-trait",9341 "async-trait",
9351 "futures 0.3.21",9342 "futures 0.3.21",
9372[[package]]9363[[package]]
9373name = "sc-basic-authorship"9364name = "sc-basic-authorship"
9374version = "0.10.0-dev"9365version = "0.10.0-dev"
9375source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9366source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
9376dependencies = [9367dependencies = [
9377 "futures 0.3.21",9368 "futures 0.3.21",
9378 "futures-timer",9369 "futures-timer",
9395[[package]]9386[[package]]
9396name = "sc-block-builder"9387name = "sc-block-builder"
9397version = "0.10.0-dev"9388version = "0.10.0-dev"
9398source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9389source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
9399dependencies = [9390dependencies = [
9400 "parity-scale-codec 3.1.5",9391 "parity-scale-codec 3.1.5",
9401 "sc-client-api",9392 "sc-client-api",
9411[[package]]9402[[package]]
9412name = "sc-chain-spec"9403name = "sc-chain-spec"
9413version = "4.0.0-dev"9404version = "4.0.0-dev"
9414source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9405source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
9415dependencies = [9406dependencies = [
9416 "impl-trait-for-tuples",9407 "impl-trait-for-tuples",
9417 "memmap2 0.5.4",9408 "memmap2 0.5.5",
9418 "parity-scale-codec 3.1.5",9409 "parity-scale-codec 3.1.5",
9419 "sc-chain-spec-derive",9410 "sc-chain-spec-derive",
9420 "sc-network",9411 "sc-network",
9428[[package]]9419[[package]]
9429name = "sc-chain-spec-derive"9420name = "sc-chain-spec-derive"
9430version = "4.0.0-dev"9421version = "4.0.0-dev"
9431source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9422source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
9432dependencies = [9423dependencies = [
9433 "proc-macro-crate",9424 "proc-macro-crate",
9434 "proc-macro2",9425 "proc-macro2",
9439[[package]]9430[[package]]
9440name = "sc-cli"9431name = "sc-cli"
9441version = "0.10.0-dev"9432version = "0.10.0-dev"
9442source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9433source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
9443dependencies = [9434dependencies = [
9444 "chrono",9435 "chrono",
9445 "clap",9436 "clap",
9472 "sp-version",9463 "sp-version",
9473 "thiserror",9464 "thiserror",
9474 "tiny-bip39",9465 "tiny-bip39",
9475 "tokio 1.19.2",9466 "tokio 1.20.1",
9476]9467]
94779468
9478[[package]]9469[[package]]
9479name = "sc-client-api"9470name = "sc-client-api"
9480version = "4.0.0-dev"9471version = "4.0.0-dev"
9481source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9472source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
9482dependencies = [9473dependencies = [
9483 "fnv",9474 "fnv",
9484 "futures 0.3.21",9475 "futures 0.3.21",
9506[[package]]9497[[package]]
9507name = "sc-client-db"9498name = "sc-client-db"
9508version = "0.10.0-dev"9499version = "0.10.0-dev"
9509source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9500source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
9510dependencies = [9501dependencies = [
9511 "hash-db",9502 "hash-db",
9512 "kvdb",9503 "kvdb",
9531[[package]]9522[[package]]
9532name = "sc-consensus"9523name = "sc-consensus"
9533version = "0.10.0-dev"9524version = "0.10.0-dev"
9534source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9525source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
9535dependencies = [9526dependencies = [
9536 "async-trait",9527 "async-trait",
9537 "futures 0.3.21",9528 "futures 0.3.21",
9555[[package]]9546[[package]]
9556name = "sc-consensus-aura"9547name = "sc-consensus-aura"
9557version = "0.10.0-dev"9548version = "0.10.0-dev"
9558source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9549source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
9559dependencies = [9550dependencies = [
9560 "async-trait",9551 "async-trait",
9561 "futures 0.3.21",9552 "futures 0.3.21",
9584[[package]]9575[[package]]
9585name = "sc-consensus-babe"9576name = "sc-consensus-babe"
9586version = "0.10.0-dev"9577version = "0.10.0-dev"
9587source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9578source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
9588dependencies = [9579dependencies = [
9589 "async-trait",9580 "async-trait",
9590 "fork-tree",9581 "fork-tree",
9627[[package]]9618[[package]]
9628name = "sc-consensus-babe-rpc"9619name = "sc-consensus-babe-rpc"
9629version = "0.10.0-dev"9620version = "0.10.0-dev"
9630source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9621source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
9631dependencies = [9622dependencies = [
9632 "futures 0.3.21",9623 "futures 0.3.21",
9633 "jsonrpsee",9624 "jsonrpsee",
9649[[package]]9640[[package]]
9650name = "sc-consensus-epochs"9641name = "sc-consensus-epochs"
9651version = "0.10.0-dev"9642version = "0.10.0-dev"
9652source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9643source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
9653dependencies = [9644dependencies = [
9654 "fork-tree",9645 "fork-tree",
9655 "parity-scale-codec 3.1.5",9646 "parity-scale-codec 3.1.5",
9662[[package]]9653[[package]]
9663name = "sc-consensus-manual-seal"9654name = "sc-consensus-manual-seal"
9664version = "0.10.0-dev"9655version = "0.10.0-dev"
9665source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9656source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
9666dependencies = [9657dependencies = [
9667 "assert_matches",9658 "assert_matches",
9668 "async-trait",9659 "async-trait",
9696[[package]]9687[[package]]
9697name = "sc-consensus-slots"9688name = "sc-consensus-slots"
9698version = "0.10.0-dev"9689version = "0.10.0-dev"
9699source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9690source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
9700dependencies = [9691dependencies = [
9701 "async-trait",9692 "async-trait",
9702 "futures 0.3.21",9693 "futures 0.3.21",
9721[[package]]9712[[package]]
9722name = "sc-consensus-uncles"9713name = "sc-consensus-uncles"
9723version = "0.10.0-dev"9714version = "0.10.0-dev"
9724source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9715source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
9725dependencies = [9716dependencies = [
9726 "sc-client-api",9717 "sc-client-api",
9727 "sp-authorship",9718 "sp-authorship",
9732[[package]]9723[[package]]
9733name = "sc-executor"9724name = "sc-executor"
9734version = "0.10.0-dev"9725version = "0.10.0-dev"
9735source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9726source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
9736dependencies = [9727dependencies = [
9737 "lazy_static",9728 "lazy_static",
9738 "lru 0.7.7",9729 "lru 0.7.8",
9739 "parity-scale-codec 3.1.5",9730 "parity-scale-codec 3.1.5",
9740 "parking_lot 0.12.1",9731 "parking_lot 0.12.1",
9741 "sc-executor-common",9732 "sc-executor-common",
9759[[package]]9750[[package]]
9760name = "sc-executor-common"9751name = "sc-executor-common"
9761version = "0.10.0-dev"9752version = "0.10.0-dev"
9762source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9753source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
9763dependencies = [9754dependencies = [
9764 "environmental",9755 "environmental",
9765 "parity-scale-codec 3.1.5",9756 "parity-scale-codec 3.1.5",
9776[[package]]9767[[package]]
9777name = "sc-executor-wasmi"9768name = "sc-executor-wasmi"
9778version = "0.10.0-dev"9769version = "0.10.0-dev"
9779source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9770source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
9780dependencies = [9771dependencies = [
9781 "log",9772 "log",
9782 "parity-scale-codec 3.1.5",9773 "parity-scale-codec 3.1.5",
9791[[package]]9782[[package]]
9792name = "sc-executor-wasmtime"9783name = "sc-executor-wasmtime"
9793version = "0.10.0-dev"9784version = "0.10.0-dev"
9794source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9785source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
9795dependencies = [9786dependencies = [
9796 "cfg-if 1.0.0",9787 "cfg-if 1.0.0",
9797 "libc",9788 "libc",
9809[[package]]9800[[package]]
9810name = "sc-finality-grandpa"9801name = "sc-finality-grandpa"
9811version = "0.10.0-dev"9802version = "0.10.0-dev"
9812source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9803source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
9813dependencies = [9804dependencies = [
9814 "ahash",9805 "ahash",
9815 "async-trait",9806 "async-trait",
9849[[package]]9840[[package]]
9850name = "sc-finality-grandpa-rpc"9841name = "sc-finality-grandpa-rpc"
9851version = "0.10.0-dev"9842version = "0.10.0-dev"
9852source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9843source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
9853dependencies = [9844dependencies = [
9854 "finality-grandpa",9845 "finality-grandpa",
9855 "futures 0.3.21",9846 "futures 0.3.21",
9870[[package]]9861[[package]]
9871name = "sc-informant"9862name = "sc-informant"
9872version = "0.10.0-dev"9863version = "0.10.0-dev"
9873source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9864source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
9874dependencies = [9865dependencies = [
9875 "ansi_term",9866 "ansi_term",
9876 "futures 0.3.21",9867 "futures 0.3.21",
9887[[package]]9878[[package]]
9888name = "sc-keystore"9879name = "sc-keystore"
9889version = "4.0.0-dev"9880version = "4.0.0-dev"
9890source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9881source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
9891dependencies = [9882dependencies = [
9892 "async-trait",9883 "async-trait",
9893 "hex",9884 "hex",
9902[[package]]9893[[package]]
9903name = "sc-network"9894name = "sc-network"
9904version = "0.10.0-dev"9895version = "0.10.0-dev"
9905source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9896source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
9906dependencies = [9897dependencies = [
9907 "async-trait",9898 "async-trait",
9908 "asynchronous-codec",9899 "asynchronous-codec",
9909 "bitflags",9900 "bitflags",
9910 "bytes 1.1.0",9901 "bytes 1.2.0",
9911 "cid",9902 "cid",
9912 "either",9903 "either",
9913 "fnv",9904 "fnv",
9920 "linked-hash-map",9911 "linked-hash-map",
9921 "linked_hash_set",9912 "linked_hash_set",
9922 "log",9913 "log",
9923 "lru 0.7.7",9914 "lru 0.7.8",
9924 "parity-scale-codec 3.1.5",9915 "parity-scale-codec 3.1.5",
9925 "parking_lot 0.12.1",9916 "parking_lot 0.12.1",
9926 "pin-project 1.0.10",9917 "pin-project 1.0.11",
9927 "prost 0.10.4",9918 "prost 0.10.4",
9928 "prost-build 0.9.0",9919 "prost-build 0.9.0",
9929 "rand 0.7.3",9920 "rand 0.7.3",
9954[[package]]9945[[package]]
9955name = "sc-network-common"9946name = "sc-network-common"
9956version = "0.10.0-dev"9947version = "0.10.0-dev"
9957source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9948source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
9958dependencies = [9949dependencies = [
9959 "futures 0.3.21",9950 "futures 0.3.21",
9960 "libp2p",9951 "libp2p",
9967[[package]]9958[[package]]
9968name = "sc-network-gossip"9959name = "sc-network-gossip"
9969version = "0.10.0-dev"9960version = "0.10.0-dev"
9970source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9961source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
9971dependencies = [9962dependencies = [
9972 "ahash",9963 "ahash",
9973 "futures 0.3.21",9964 "futures 0.3.21",
9974 "futures-timer",9965 "futures-timer",
9975 "libp2p",9966 "libp2p",
9976 "log",9967 "log",
9977 "lru 0.7.7",9968 "lru 0.7.8",
9978 "sc-network",9969 "sc-network",
9979 "sp-runtime",9970 "sp-runtime",
9980 "substrate-prometheus-endpoint",9971 "substrate-prometheus-endpoint",
9984[[package]]9975[[package]]
9985name = "sc-network-light"9976name = "sc-network-light"
9986version = "0.10.0-dev"9977version = "0.10.0-dev"
9987source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9978source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
9988dependencies = [9979dependencies = [
9989 "futures 0.3.21",9980 "futures 0.3.21",
9990 "libp2p",9981 "libp2p",
10004[[package]]9995[[package]]
10005name = "sc-network-sync"9996name = "sc-network-sync"
10006version = "0.10.0-dev"9997version = "0.10.0-dev"
10007source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9998source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
10008dependencies = [9999dependencies = [
10009 "bitflags",10000 "bitflags",
10010 "either",10001 "either",
10011 "fork-tree",10002 "fork-tree",
10012 "futures 0.3.21",10003 "futures 0.3.21",
10013 "libp2p",10004 "libp2p",
10014 "log",10005 "log",
10015 "lru 0.7.7",10006 "lru 0.7.8",
10016 "parity-scale-codec 3.1.5",10007 "parity-scale-codec 3.1.5",
10017 "prost 0.10.4",10008 "prost 0.10.4",
10018 "prost-build 0.9.0",10009 "prost-build 0.9.0",
10033[[package]]10024[[package]]
10034name = "sc-offchain"10025name = "sc-offchain"
10035version = "4.0.0-dev"10026version = "4.0.0-dev"
10036source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10027source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
10037dependencies = [10028dependencies = [
10038 "bytes 1.1.0",10029 "bytes 1.2.0",
10039 "fnv",10030 "fnv",
10040 "futures 0.3.21",10031 "futures 0.3.21",
10041 "futures-timer",10032 "futures-timer",
10061[[package]]10052[[package]]
10062name = "sc-peerset"10053name = "sc-peerset"
10063version = "4.0.0-dev"10054version = "4.0.0-dev"
10064source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10055source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
10065dependencies = [10056dependencies = [
10066 "futures 0.3.21",10057 "futures 0.3.21",
10067 "libp2p",10058 "libp2p",
10074[[package]]10065[[package]]
10075name = "sc-proposer-metrics"10066name = "sc-proposer-metrics"
10076version = "0.10.0-dev"10067version = "0.10.0-dev"
10077source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10068source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
10078dependencies = [10069dependencies = [
10079 "log",10070 "log",
10080 "substrate-prometheus-endpoint",10071 "substrate-prometheus-endpoint",
10083[[package]]10074[[package]]
10084name = "sc-rpc"10075name = "sc-rpc"
10085version = "4.0.0-dev"10076version = "4.0.0-dev"
10086source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10077source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
10087dependencies = [10078dependencies = [
10088 "futures 0.3.21",10079 "futures 0.3.21",
10089 "hash-db",10080 "hash-db",
10113[[package]]10104[[package]]
10114name = "sc-rpc-api"10105name = "sc-rpc-api"
10115version = "0.10.0-dev"10106version = "0.10.0-dev"
10116source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10107source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
10117dependencies = [10108dependencies = [
10118 "futures 0.3.21",10109 "futures 0.3.21",
10119 "jsonrpsee",10110 "jsonrpsee",
10136[[package]]10127[[package]]
10137name = "sc-rpc-server"10128name = "sc-rpc-server"
10138version = "4.0.0-dev"10129version = "4.0.0-dev"
10139source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10130source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
10140dependencies = [10131dependencies = [
10141 "futures 0.3.21",10132 "futures 0.3.21",
10142 "jsonrpsee",10133 "jsonrpsee",
10143 "log",10134 "log",
10144 "serde_json",10135 "serde_json",
10145 "substrate-prometheus-endpoint",10136 "substrate-prometheus-endpoint",
10146 "tokio 1.19.2",10137 "tokio 1.20.1",
10147]10138]
1014810139
10149[[package]]10140[[package]]
10150name = "sc-service"10141name = "sc-service"
10151version = "0.10.0-dev"10142version = "0.10.0-dev"
10152source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10143source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
10153dependencies = [10144dependencies = [
10154 "async-trait",10145 "async-trait",
10155 "directories",10146 "directories",
10162 "parity-scale-codec 3.1.5",10153 "parity-scale-codec 3.1.5",
10163 "parity-util-mem",10154 "parity-util-mem",
10164 "parking_lot 0.12.1",10155 "parking_lot 0.12.1",
10165 "pin-project 1.0.10",10156 "pin-project 1.0.11",
10166 "rand 0.7.3",10157 "rand 0.7.3",
10167 "sc-block-builder",10158 "sc-block-builder",
10168 "sc-chain-spec",10159 "sc-chain-spec",
10206 "substrate-prometheus-endpoint",10197 "substrate-prometheus-endpoint",
10207 "tempfile",10198 "tempfile",
10208 "thiserror",10199 "thiserror",
10209 "tokio 1.19.2",10200 "tokio 1.20.1",
10210 "tracing",10201 "tracing",
10211 "tracing-futures",10202 "tracing-futures",
10212]10203]
1021310204
10214[[package]]10205[[package]]
10215name = "sc-state-db"10206name = "sc-state-db"
10216version = "0.10.0-dev"10207version = "0.10.0-dev"
10217source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10208source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
10218dependencies = [10209dependencies = [
10219 "log",10210 "log",
10220 "parity-scale-codec 3.1.5",10211 "parity-scale-codec 3.1.5",
10228[[package]]10219[[package]]
10229name = "sc-sync-state-rpc"10220name = "sc-sync-state-rpc"
10230version = "0.10.0-dev"10221version = "0.10.0-dev"
10231source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10222source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
10232dependencies = [10223dependencies = [
10233 "jsonrpsee",10224 "jsonrpsee",
10234 "parity-scale-codec 3.1.5",10225 "parity-scale-codec 3.1.5",
10247[[package]]10238[[package]]
10248name = "sc-sysinfo"10239name = "sc-sysinfo"
10249version = "6.0.0-dev"10240version = "6.0.0-dev"
10250source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10241source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
10251dependencies = [10242dependencies = [
10252 "futures 0.3.21",10243 "futures 0.3.21",
10253 "libc",10244 "libc",
10266[[package]]10257[[package]]
10267name = "sc-telemetry"10258name = "sc-telemetry"
10268version = "4.0.0-dev"10259version = "4.0.0-dev"
10269source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10260source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
10270dependencies = [10261dependencies = [
10271 "chrono",10262 "chrono",
10272 "futures 0.3.21",10263 "futures 0.3.21",
10273 "libp2p",10264 "libp2p",
10274 "log",10265 "log",
10275 "parking_lot 0.12.1",10266 "parking_lot 0.12.1",
10276 "pin-project 1.0.10",10267 "pin-project 1.0.11",
10277 "rand 0.7.3",10268 "rand 0.7.3",
10278 "serde",10269 "serde",
10279 "serde_json",10270 "serde_json",
10284[[package]]10275[[package]]
10285name = "sc-tracing"10276name = "sc-tracing"
10286version = "4.0.0-dev"10277version = "4.0.0-dev"
10287source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10278source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
10288dependencies = [10279dependencies = [
10289 "ansi_term",10280 "ansi_term",
10290 "atty",10281 "atty",
10315[[package]]10306[[package]]
10316name = "sc-tracing-proc-macro"10307name = "sc-tracing-proc-macro"
10317version = "4.0.0-dev"10308version = "4.0.0-dev"
10318source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10309source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
10319dependencies = [10310dependencies = [
10320 "proc-macro-crate",10311 "proc-macro-crate",
10321 "proc-macro2",10312 "proc-macro2",
10326[[package]]10317[[package]]
10327name = "sc-transaction-pool"10318name = "sc-transaction-pool"
10328version = "4.0.0-dev"10319version = "4.0.0-dev"
10329source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10320source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
10330dependencies = [10321dependencies = [
10331 "futures 0.3.21",10322 "futures 0.3.21",
10332 "futures-timer",10323 "futures-timer",
10353[[package]]10344[[package]]
10354name = "sc-transaction-pool-api"10345name = "sc-transaction-pool-api"
10355version = "4.0.0-dev"10346version = "4.0.0-dev"
10356source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10347source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
10357dependencies = [10348dependencies = [
10358 "futures 0.3.21",10349 "futures 0.3.21",
10359 "log",10350 "log",
10366[[package]]10357[[package]]
10367name = "sc-utils"10358name = "sc-utils"
10368version = "4.0.0-dev"10359version = "4.0.0-dev"
10369source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10360source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
10370dependencies = [10361dependencies = [
10371 "futures 0.3.21",10362 "futures 0.3.21",
10372 "futures-timer",10363 "futures-timer",
10382source = "registry+https://github.com/rust-lang/crates.io-index"10373source = "registry+https://github.com/rust-lang/crates.io-index"
10383checksum = "c46be926081c9f4dd5dd9b6f1d3e3229f2360bc6502dd8836f84a93b7c75e99a"10374checksum = "c46be926081c9f4dd5dd9b6f1d3e3229f2360bc6502dd8836f84a93b7c75e99a"
10384dependencies = [10375dependencies = [
10385 "bitvec 1.0.0",10376 "bitvec 1.0.1",
10386 "cfg-if 1.0.0",10377 "cfg-if 1.0.0",
10387 "derive_more",10378 "derive_more",
10388 "parity-scale-codec 3.1.5",10379 "parity-scale-codec 3.1.5",
1052810519
10529[[package]]10520[[package]]
10530name = "semver"10521name = "semver"
10531version = "1.0.10"10522version = "1.0.12"
10532source = "registry+https://github.com/rust-lang/crates.io-index"10523source = "registry+https://github.com/rust-lang/crates.io-index"
10533checksum = "a41d061efea015927ac527063765e73601444cdc344ba855bc7bd44578b25e1c"10524checksum = "a2333e6df6d6598f2b1974829f853c2b4c5f4a6e503c10af918081aa6f8564e1"
10534dependencies = [10525dependencies = [
10535 "serde",10526 "serde",
10536]10527]
1054310534
10544[[package]]10535[[package]]
10545name = "serde"10536name = "serde"
10546version = "1.0.137"10537version = "1.0.140"
10547source = "registry+https://github.com/rust-lang/crates.io-index"10538source = "registry+https://github.com/rust-lang/crates.io-index"
10548checksum = "61ea8d54c77f8315140a05f4c7237403bf38b72704d031543aa1d16abbf517d1"10539checksum = "fc855a42c7967b7c369eb5860f7164ef1f6f81c20c7cc1141f2a604e18723b03"
10549dependencies = [10540dependencies = [
10550 "serde_derive",10541 "serde_derive",
10551]10542]
1055210543
10553[[package]]10544[[package]]
10554name = "serde_derive"10545name = "serde_derive"
10555version = "1.0.137"10546version = "1.0.140"
10556source = "registry+https://github.com/rust-lang/crates.io-index"10547source = "registry+https://github.com/rust-lang/crates.io-index"
10557checksum = "1f26faba0c3959972377d3b2d306ee9f71faee9714294e41bb777f83f88578be"10548checksum = "6f2122636b9fe3b81f1cb25099fcf2d3f542cdb1d45940d56c713158884a05da"
10558dependencies = [10549dependencies = [
10559 "proc-macro2",10550 "proc-macro2",
10560 "quote",10551 "quote",
1056310554
10564[[package]]10555[[package]]
10565name = "serde_json"10556name = "serde_json"
10566version = "1.0.81"10557version = "1.0.82"
10567source = "registry+https://github.com/rust-lang/crates.io-index"10558source = "registry+https://github.com/rust-lang/crates.io-index"
10568checksum = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c"10559checksum = "82c2c1fdcd807d1098552c5b9a36e425e42e9fbd7c6a37a8425f390f781f7fa7"
10569dependencies = [10560dependencies = [
10570 "itoa 1.0.2",10561 "itoa 1.0.2",
10571 "ryu",10562 "ryu",
1072210713
10723[[package]]10714[[package]]
10724name = "slab"10715name = "slab"
10725version = "0.4.6"10716version = "0.4.7"
10726source = "registry+https://github.com/rust-lang/crates.io-index"10717source = "registry+https://github.com/rust-lang/crates.io-index"
10727checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32"10718checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
10719dependencies = [
10720 "autocfg",
10721]
1072810722
10729[[package]]10723[[package]]
10730name = "slot-range-helper"10724name = "slot-range-helper"
1074910743
10750[[package]]10744[[package]]
10751name = "smallvec"10745name = "smallvec"
10752version = "1.8.0"10746version = "1.9.0"
10753source = "registry+https://github.com/rust-lang/crates.io-index"10747source = "registry+https://github.com/rust-lang/crates.io-index"
10754checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"10748checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1"
1075510749
10756[[package]]10750[[package]]
10757name = "snap"10751name = "snap"
10793checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"10787checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"
10794dependencies = [10788dependencies = [
10795 "base64",10789 "base64",
10796 "bytes 1.1.0",10790 "bytes 1.2.0",
10797 "flate2",10791 "flate2",
10798 "futures 0.3.21",10792 "futures 0.3.21",
10799 "httparse",10793 "httparse",
10805[[package]]10799[[package]]
10806name = "sp-api"10800name = "sp-api"
10807version = "4.0.0-dev"10801version = "4.0.0-dev"
10808source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10802source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
10809dependencies = [10803dependencies = [
10810 "hash-db",10804 "hash-db",
10811 "log",10805 "log",
10822[[package]]10816[[package]]
10823name = "sp-api-proc-macro"10817name = "sp-api-proc-macro"
10824version = "4.0.0-dev"10818version = "4.0.0-dev"
10825source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10819source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
10826dependencies = [10820dependencies = [
10827 "blake2",10821 "blake2",
10828 "proc-macro-crate",10822 "proc-macro-crate",
10834[[package]]10828[[package]]
10835name = "sp-application-crypto"10829name = "sp-application-crypto"
10836version = "6.0.0"10830version = "6.0.0"
10837source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10831source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
10838dependencies = [10832dependencies = [
10839 "parity-scale-codec 3.1.5",10833 "parity-scale-codec 3.1.5",
10840 "scale-info",10834 "scale-info",
10847[[package]]10841[[package]]
10848name = "sp-arithmetic"10842name = "sp-arithmetic"
10849version = "5.0.0"10843version = "5.0.0"
10850source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10844source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
10851dependencies = [10845dependencies = [
10852 "integer-sqrt",10846 "integer-sqrt",
10853 "num-traits",10847 "num-traits",
10862[[package]]10856[[package]]
10863name = "sp-authority-discovery"10857name = "sp-authority-discovery"
10864version = "4.0.0-dev"10858version = "4.0.0-dev"
10865source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10859source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
10866dependencies = [10860dependencies = [
10867 "parity-scale-codec 3.1.5",10861 "parity-scale-codec 3.1.5",
10868 "scale-info",10862 "scale-info",
10875[[package]]10869[[package]]
10876name = "sp-authorship"10870name = "sp-authorship"
10877version = "4.0.0-dev"10871version = "4.0.0-dev"
10878source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10872source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
10879dependencies = [10873dependencies = [
10880 "async-trait",10874 "async-trait",
10881 "parity-scale-codec 3.1.5",10875 "parity-scale-codec 3.1.5",
10887[[package]]10881[[package]]
10888name = "sp-block-builder"10882name = "sp-block-builder"
10889version = "4.0.0-dev"10883version = "4.0.0-dev"
10890source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10884source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
10891dependencies = [10885dependencies = [
10892 "parity-scale-codec 3.1.5",10886 "parity-scale-codec 3.1.5",
10893 "sp-api",10887 "sp-api",
10899[[package]]10893[[package]]
10900name = "sp-blockchain"10894name = "sp-blockchain"
10901version = "4.0.0-dev"10895version = "4.0.0-dev"
10902source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10896source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
10903dependencies = [10897dependencies = [
10904 "futures 0.3.21",10898 "futures 0.3.21",
10905 "log",10899 "log",
10906 "lru 0.7.7",10900 "lru 0.7.8",
10907 "parity-scale-codec 3.1.5",10901 "parity-scale-codec 3.1.5",
10908 "parking_lot 0.12.1",10902 "parking_lot 0.12.1",
10909 "sp-api",10903 "sp-api",
10917[[package]]10911[[package]]
10918name = "sp-consensus"10912name = "sp-consensus"
10919version = "0.10.0-dev"10913version = "0.10.0-dev"
10920source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10914source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
10921dependencies = [10915dependencies = [
10922 "async-trait",10916 "async-trait",
10923 "futures 0.3.21",10917 "futures 0.3.21",
10936[[package]]10930[[package]]
10937name = "sp-consensus-aura"10931name = "sp-consensus-aura"
10938version = "0.10.0-dev"10932version = "0.10.0-dev"
10939source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10933source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
10940dependencies = [10934dependencies = [
10941 "async-trait",10935 "async-trait",
10942 "parity-scale-codec 3.1.5",10936 "parity-scale-codec 3.1.5",
10954[[package]]10948[[package]]
10955name = "sp-consensus-babe"10949name = "sp-consensus-babe"
10956version = "0.10.0-dev"10950version = "0.10.0-dev"
10957source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10951source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
10958dependencies = [10952dependencies = [
10959 "async-trait",10953 "async-trait",
10960 "merlin",10954 "merlin",
10977[[package]]10971[[package]]
10978name = "sp-consensus-slots"10972name = "sp-consensus-slots"
10979version = "0.10.0-dev"10973version = "0.10.0-dev"
10980source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10974source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
10981dependencies = [10975dependencies = [
10982 "parity-scale-codec 3.1.5",10976 "parity-scale-codec 3.1.5",
10983 "scale-info",10977 "scale-info",
10991[[package]]10985[[package]]
10992name = "sp-consensus-vrf"10986name = "sp-consensus-vrf"
10993version = "0.10.0-dev"10987version = "0.10.0-dev"
10994source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10988source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
10995dependencies = [10989dependencies = [
10996 "parity-scale-codec 3.1.5",10990 "parity-scale-codec 3.1.5",
10997 "scale-info",10991 "scale-info",
11004[[package]]10998[[package]]
11005name = "sp-core"10999name = "sp-core"
11006version = "6.0.0"11000version = "6.0.0"
11007source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11001source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
11008dependencies = [11002dependencies = [
11009 "base58",11003 "base58",
11010 "bitflags",11004 "bitflags",
11050[[package]]11044[[package]]
11051name = "sp-core-hashing"11045name = "sp-core-hashing"
11052version = "4.0.0"11046version = "4.0.0"
11053source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11047source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
11054dependencies = [11048dependencies = [
11055 "blake2",11049 "blake2",
11056 "byteorder",11050 "byteorder",
11064[[package]]11058[[package]]
11065name = "sp-core-hashing-proc-macro"11059name = "sp-core-hashing-proc-macro"
11066version = "5.0.0"11060version = "5.0.0"
11067source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11061source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
11068dependencies = [11062dependencies = [
11069 "proc-macro2",11063 "proc-macro2",
11070 "quote",11064 "quote",
11075[[package]]11069[[package]]
11076name = "sp-database"11070name = "sp-database"
11077version = "4.0.0-dev"11071version = "4.0.0-dev"
11078source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11072source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
11079dependencies = [11073dependencies = [
11080 "kvdb",11074 "kvdb",
11081 "parking_lot 0.12.1",11075 "parking_lot 0.12.1",
11084[[package]]11078[[package]]
11085name = "sp-debug-derive"11079name = "sp-debug-derive"
11086version = "4.0.0"11080version = "4.0.0"
11087source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11081source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
11088dependencies = [11082dependencies = [
11089 "proc-macro2",11083 "proc-macro2",
11090 "quote",11084 "quote",
11094[[package]]11088[[package]]
11095name = "sp-externalities"11089name = "sp-externalities"
11096version = "0.12.0"11090version = "0.12.0"
11097source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11091source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
11098dependencies = [11092dependencies = [
11099 "environmental",11093 "environmental",
11100 "parity-scale-codec 3.1.5",11094 "parity-scale-codec 3.1.5",
11105[[package]]11099[[package]]
11106name = "sp-finality-grandpa"11100name = "sp-finality-grandpa"
11107version = "4.0.0-dev"11101version = "4.0.0-dev"
11108source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11102source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
11109dependencies = [11103dependencies = [
11110 "finality-grandpa",11104 "finality-grandpa",
11111 "log",11105 "log",
11123[[package]]11117[[package]]
11124name = "sp-inherents"11118name = "sp-inherents"
11125version = "4.0.0-dev"11119version = "4.0.0-dev"
11126source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11120source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
11127dependencies = [11121dependencies = [
11128 "async-trait",11122 "async-trait",
11129 "impl-trait-for-tuples",11123 "impl-trait-for-tuples",
11137[[package]]11131[[package]]
11138name = "sp-io"11132name = "sp-io"
11139version = "6.0.0"11133version = "6.0.0"
11140source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11134source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
11141dependencies = [11135dependencies = [
11142 "futures 0.3.21",11136 "futures 0.3.21",
11143 "hash-db",11137 "hash-db",
11162[[package]]11156[[package]]
11163name = "sp-keyring"11157name = "sp-keyring"
11164version = "6.0.0"11158version = "6.0.0"
11165source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11159source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
11166dependencies = [11160dependencies = [
11167 "lazy_static",11161 "lazy_static",
11168 "sp-core",11162 "sp-core",
11173[[package]]11167[[package]]
11174name = "sp-keystore"11168name = "sp-keystore"
11175version = "0.12.0"11169version = "0.12.0"
11176source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11170source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
11177dependencies = [11171dependencies = [
11178 "async-trait",11172 "async-trait",
11179 "futures 0.3.21",11173 "futures 0.3.21",
11190[[package]]11184[[package]]
11191name = "sp-maybe-compressed-blob"11185name = "sp-maybe-compressed-blob"
11192version = "4.1.0-dev"11186version = "4.1.0-dev"
11193source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11187source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
11194dependencies = [11188dependencies = [
11195 "thiserror",11189 "thiserror",
11196 "zstd",11190 "zstd",
11199[[package]]11193[[package]]
11200name = "sp-mmr-primitives"11194name = "sp-mmr-primitives"
11201version = "4.0.0-dev"11195version = "4.0.0-dev"
11202source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11196source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
11203dependencies = [11197dependencies = [
11204 "log",11198 "log",
11205 "parity-scale-codec 3.1.5",11199 "parity-scale-codec 3.1.5",
11214[[package]]11208[[package]]
11215name = "sp-npos-elections"11209name = "sp-npos-elections"
11216version = "4.0.0-dev"11210version = "4.0.0-dev"
11217source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11211source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
11218dependencies = [11212dependencies = [
11219 "parity-scale-codec 3.1.5",11213 "parity-scale-codec 3.1.5",
11220 "scale-info",11214 "scale-info",
11228[[package]]11222[[package]]
11229name = "sp-offchain"11223name = "sp-offchain"
11230version = "4.0.0-dev"11224version = "4.0.0-dev"
11231source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11225source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
11232dependencies = [11226dependencies = [
11233 "sp-api",11227 "sp-api",
11234 "sp-core",11228 "sp-core",
11238[[package]]11232[[package]]
11239name = "sp-panic-handler"11233name = "sp-panic-handler"
11240version = "4.0.0"11234version = "4.0.0"
11241source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11235source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
11242dependencies = [11236dependencies = [
11243 "backtrace",11237 "backtrace",
11244 "lazy_static",11238 "lazy_static",
11248[[package]]11242[[package]]
11249name = "sp-rpc"11243name = "sp-rpc"
11250version = "6.0.0"11244version = "6.0.0"
11251source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11245source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
11252dependencies = [11246dependencies = [
11253 "rustc-hash",11247 "rustc-hash",
11254 "serde",11248 "serde",
11258[[package]]11252[[package]]
11259name = "sp-runtime"11253name = "sp-runtime"
11260version = "6.0.0"11254version = "6.0.0"
11261source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11255source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
11262dependencies = [11256dependencies = [
11263 "either",11257 "either",
11264 "hash256-std-hasher",11258 "hash256-std-hasher",
11280[[package]]11274[[package]]
11281name = "sp-runtime-interface"11275name = "sp-runtime-interface"
11282version = "6.0.0"11276version = "6.0.0"
11283source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11277source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
11284dependencies = [11278dependencies = [
11285 "impl-trait-for-tuples",11279 "impl-trait-for-tuples",
11286 "parity-scale-codec 3.1.5",11280 "parity-scale-codec 3.1.5",
11297[[package]]11291[[package]]
11298name = "sp-runtime-interface-proc-macro"11292name = "sp-runtime-interface-proc-macro"
11299version = "5.0.0"11293version = "5.0.0"
11300source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11294source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
11301dependencies = [11295dependencies = [
11302 "Inflector",11296 "Inflector",
11303 "proc-macro-crate",11297 "proc-macro-crate",
11309[[package]]11303[[package]]
11310name = "sp-sandbox"11304name = "sp-sandbox"
11311version = "0.10.0-dev"11305version = "0.10.0-dev"
11312source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11306source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
11313dependencies = [11307dependencies = [
11314 "log",11308 "log",
11315 "parity-scale-codec 3.1.5",11309 "parity-scale-codec 3.1.5",
11323[[package]]11317[[package]]
11324name = "sp-serializer"11318name = "sp-serializer"
11325version = "4.0.0-dev"11319version = "4.0.0-dev"
11326source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11320source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
11327dependencies = [11321dependencies = [
11328 "serde",11322 "serde",
11329 "serde_json",11323 "serde_json",
11332[[package]]11326[[package]]
11333name = "sp-session"11327name = "sp-session"
11334version = "4.0.0-dev"11328version = "4.0.0-dev"
11335source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11329source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
11336dependencies = [11330dependencies = [
11337 "parity-scale-codec 3.1.5",11331 "parity-scale-codec 3.1.5",
11338 "scale-info",11332 "scale-info",
11346[[package]]11340[[package]]
11347name = "sp-staking"11341name = "sp-staking"
11348version = "4.0.0-dev"11342version = "4.0.0-dev"
11349source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11343source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
11350dependencies = [11344dependencies = [
11351 "parity-scale-codec 3.1.5",11345 "parity-scale-codec 3.1.5",
11352 "scale-info",11346 "scale-info",
11357[[package]]11351[[package]]
11358name = "sp-state-machine"11352name = "sp-state-machine"
11359version = "0.12.0"11353version = "0.12.0"
11360source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11354source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
11361dependencies = [11355dependencies = [
11362 "hash-db",11356 "hash-db",
11363 "log",11357 "log",
11379[[package]]11373[[package]]
11380name = "sp-std"11374name = "sp-std"
11381version = "4.0.0"11375version = "4.0.0"
11382source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11376source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
1138311377
11384[[package]]11378[[package]]
11385name = "sp-storage"11379name = "sp-storage"
11386version = "6.0.0"11380version = "6.0.0"
11387source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11381source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
11388dependencies = [11382dependencies = [
11389 "impl-serde",11383 "impl-serde",
11390 "parity-scale-codec 3.1.5",11384 "parity-scale-codec 3.1.5",
11397[[package]]11391[[package]]
11398name = "sp-tasks"11392name = "sp-tasks"
11399version = "4.0.0-dev"11393version = "4.0.0-dev"
11400source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11394source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
11401dependencies = [11395dependencies = [
11402 "log",11396 "log",
11403 "sp-core",11397 "sp-core",
11410[[package]]11404[[package]]
11411name = "sp-timestamp"11405name = "sp-timestamp"
11412version = "4.0.0-dev"11406version = "4.0.0-dev"
11413source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11407source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
11414dependencies = [11408dependencies = [
11415 "async-trait",11409 "async-trait",
11416 "futures-timer",11410 "futures-timer",
11426[[package]]11420[[package]]
11427name = "sp-tracing"11421name = "sp-tracing"
11428version = "5.0.0"11422version = "5.0.0"
11429source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11423source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
11430dependencies = [11424dependencies = [
11431 "parity-scale-codec 3.1.5",11425 "parity-scale-codec 3.1.5",
11432 "sp-std",11426 "sp-std",
11438[[package]]11432[[package]]
11439name = "sp-transaction-pool"11433name = "sp-transaction-pool"
11440version = "4.0.0-dev"11434version = "4.0.0-dev"
11441source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11435source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
11442dependencies = [11436dependencies = [
11443 "sp-api",11437 "sp-api",
11444 "sp-runtime",11438 "sp-runtime",
11447[[package]]11441[[package]]
11448name = "sp-transaction-storage-proof"11442name = "sp-transaction-storage-proof"
11449version = "4.0.0-dev"11443version = "4.0.0-dev"
11450source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11444source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
11451dependencies = [11445dependencies = [
11452 "async-trait",11446 "async-trait",
11453 "log",11447 "log",
11463[[package]]11457[[package]]
11464name = "sp-trie"11458name = "sp-trie"
11465version = "6.0.0"11459version = "6.0.0"
11466source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11460source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
11467dependencies = [11461dependencies = [
11468 "hash-db",11462 "hash-db",
11469 "memory-db",11463 "memory-db",
11479[[package]]11473[[package]]
11480name = "sp-version"11474name = "sp-version"
11481version = "5.0.0"11475version = "5.0.0"
11482source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11476source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
11483dependencies = [11477dependencies = [
11484 "impl-serde",11478 "impl-serde",
11485 "parity-scale-codec 3.1.5",11479 "parity-scale-codec 3.1.5",
11496[[package]]11490[[package]]
11497name = "sp-version-proc-macro"11491name = "sp-version-proc-macro"
11498version = "4.0.0-dev"11492version = "4.0.0-dev"
11499source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11493source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
11500dependencies = [11494dependencies = [
11501 "parity-scale-codec 3.1.5",11495 "parity-scale-codec 3.1.5",
11502 "proc-macro2",11496 "proc-macro2",
11507[[package]]11501[[package]]
11508name = "sp-wasm-interface"11502name = "sp-wasm-interface"
11509version = "6.0.0"11503version = "6.0.0"
11510source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11504source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
11511dependencies = [11505dependencies = [
11512 "impl-trait-for-tuples",11506 "impl-trait-for-tuples",
11513 "log",11507 "log",
1152511519
11526[[package]]11520[[package]]
11527name = "ss58-registry"11521name = "ss58-registry"
11528version = "1.22.0"11522version = "1.25.0"
11529source = "registry+https://github.com/rust-lang/crates.io-index"11523source = "registry+https://github.com/rust-lang/crates.io-index"
11530checksum = "5d804c8d48aeab838be31570866fce1130d275b563d49af08b4927a0bd561e7c"11524checksum = "a039906277e0d8db996cd9d1ef19278c10209d994ecfc1025ced16342873a17c"
11531dependencies = [11525dependencies = [
11532 "Inflector",11526 "Inflector",
11533 "num-format",11527 "num-format",
11617source = "registry+https://github.com/rust-lang/crates.io-index"11611source = "registry+https://github.com/rust-lang/crates.io-index"
11618checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"11612checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"
11619dependencies = [11613dependencies = [
11620 "strum_macros 0.24.0",11614 "strum_macros 0.24.2",
11621]11615]
1162211616
11623[[package]]11617[[package]]
1163511629
11636[[package]]11630[[package]]
11637name = "strum_macros"11631name = "strum_macros"
11638version = "0.24.0"11632version = "0.24.2"
11639source = "registry+https://github.com/rust-lang/crates.io-index"11633source = "registry+https://github.com/rust-lang/crates.io-index"
11640checksum = "6878079b17446e4d3eba6192bb0a2950d5b14f0ed8424b852310e5a94345d0ef"11634checksum = "4faebde00e8ff94316c01800f9054fd2ba77d30d9e922541913051d1d978918b"
11641dependencies = [11635dependencies = [
11642 "heck 0.4.0",11636 "heck 0.4.0",
11643 "proc-macro2",11637 "proc-macro2",
11662[[package]]11656[[package]]
11663name = "substrate-build-script-utils"11657name = "substrate-build-script-utils"
11664version = "3.0.0"11658version = "3.0.0"
11665source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11659source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
11666dependencies = [11660dependencies = [
11667 "platforms",11661 "platforms",
11668]11662]
1166911663
11670[[package]]11664[[package]]
11671name = "substrate-frame-rpc-system"11665name = "substrate-frame-rpc-system"
11672version = "4.0.0-dev"11666version = "4.0.0-dev"
11673source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11667source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
11674dependencies = [11668dependencies = [
11675 "frame-system-rpc-runtime-api",11669 "frame-system-rpc-runtime-api",
11676 "futures 0.3.21",11670 "futures 0.3.21",
11691[[package]]11685[[package]]
11692name = "substrate-prometheus-endpoint"11686name = "substrate-prometheus-endpoint"
11693version = "0.10.0-dev"11687version = "0.10.0-dev"
11694source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11688source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
11695dependencies = [11689dependencies = [
11696 "futures-util",11690 "futures-util",
11697 "hyper",11691 "hyper",
11698 "log",11692 "log",
11699 "prometheus",11693 "prometheus",
11700 "thiserror",11694 "thiserror",
11701 "tokio 1.19.2",11695 "tokio 1.20.1",
11702]11696]
1170311697
11704[[package]]11698[[package]]
11705name = "substrate-state-trie-migration-rpc"11699name = "substrate-state-trie-migration-rpc"
11706version = "4.0.0-dev"11700version = "4.0.0-dev"
11707source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11701source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
11708dependencies = [11702dependencies = [
11709 "jsonrpsee",11703 "jsonrpsee",
11710 "log",11704 "log",
11725[[package]]11719[[package]]
11726name = "substrate-test-client"11720name = "substrate-test-client"
11727version = "2.0.1"11721version = "2.0.1"
11728source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11722source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
11729dependencies = [11723dependencies = [
11730 "async-trait",11724 "async-trait",
11731 "futures 0.3.21",11725 "futures 0.3.21",
11751[[package]]11745[[package]]
11752name = "substrate-test-utils"11746name = "substrate-test-utils"
11753version = "4.0.0-dev"11747version = "4.0.0-dev"
11754source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11748source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
11755dependencies = [11749dependencies = [
11756 "futures 0.3.21",11750 "futures 0.3.21",
11757 "substrate-test-utils-derive",11751 "substrate-test-utils-derive",
11758 "tokio 1.19.2",11752 "tokio 1.20.1",
11759]11753]
1176011754
11761[[package]]11755[[package]]
11762name = "substrate-test-utils-derive"11756name = "substrate-test-utils-derive"
11763version = "0.10.0-dev"11757version = "0.10.0-dev"
11764source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11758source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
11765dependencies = [11759dependencies = [
11766 "proc-macro-crate",11760 "proc-macro-crate",
11767 "proc-macro2",11761 "proc-macro2",
11772[[package]]11766[[package]]
11773name = "substrate-wasm-builder"11767name = "substrate-wasm-builder"
11774version = "5.0.0-dev"11768version = "5.0.0-dev"
11775source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11769source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
11776dependencies = [11770dependencies = [
11777 "ansi_term",11771 "ansi_term",
11778 "build-helper",11772 "build-helper",
1205312047
12054[[package]]12048[[package]]
12055name = "tokio"12049name = "tokio"
12056version = "1.19.2"12050version = "1.20.1"
12057source = "registry+https://github.com/rust-lang/crates.io-index"12051source = "registry+https://github.com/rust-lang/crates.io-index"
12058checksum = "c51a52ed6686dd62c320f9b89299e9dfb46f730c7a48e635c19f21d116cb1439"12052checksum = "7a8325f63a7d4774dd041e363b2409ed1c5cbbd0f867795e661df066b2b0a581"
12059dependencies = [12053dependencies = [
12054 "autocfg",
12060 "bytes 1.1.0",12055 "bytes 1.2.0",
12061 "libc",12056 "libc",
12062 "memchr",12057 "memchr",
12063 "mio",12058 "mio",
12100checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"12095checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
12101dependencies = [12096dependencies = [
12102 "rustls",12097 "rustls",
12103 "tokio 1.19.2",12098 "tokio 1.20.1",
12104 "webpki",12099 "webpki",
12105]12100]
1210612101
12110source = "registry+https://github.com/rust-lang/crates.io-index"12105source = "registry+https://github.com/rust-lang/crates.io-index"
12111checksum = "cc463cd8deddc3770d20f9852143d50bf6094e640b485cb2e189a2099085ff45"12106checksum = "cc463cd8deddc3770d20f9852143d50bf6094e640b485cb2e189a2099085ff45"
12112dependencies = [12107dependencies = [
12113 "bytes 1.1.0",12108 "bytes 1.2.0",
12114 "futures-core",12109 "futures-core",
12115 "futures-io",12110 "futures-io",
12116 "futures-sink",12111 "futures-sink",
12117 "pin-project-lite 0.2.9",12112 "pin-project-lite 0.2.9",
12118 "tokio 1.19.2",12113 "tokio 1.20.1",
12119 "tracing",12114 "tracing",
12120]12115]
1212112116
1214812143
12149[[package]]12144[[package]]
12150name = "tracing-attributes"12145name = "tracing-attributes"
12151version = "0.1.21"12146version = "0.1.22"
12152source = "registry+https://github.com/rust-lang/crates.io-index"12147source = "registry+https://github.com/rust-lang/crates.io-index"
12153checksum = "cc6b8ad3567499f98a1db7a752b07a7c8c7c7c34c332ec00effb2b0027974b7c"12148checksum = "11c75893af559bc8e10716548bdef5cb2b983f8e637db9d0e15126b61b484ee2"
12154dependencies = [12149dependencies = [
12155 "proc-macro2",12150 "proc-macro2",
12156 "quote",12151 "quote",
1215912154
12160[[package]]12155[[package]]
12161name = "tracing-core"12156name = "tracing-core"
12162version = "0.1.27"12157version = "0.1.28"
12163source = "registry+https://github.com/rust-lang/crates.io-index"12158source = "registry+https://github.com/rust-lang/crates.io-index"
12164checksum = "7709595b8878a4965ce5e87ebf880a7d39c9afc6837721b21a5a816a8117d921"12159checksum = "7b7358be39f2f274f322d2aaed611acc57f382e8eb1e5b48cb9ae30933495ce7"
12165dependencies = [12160dependencies = [
12166 "once_cell",12161 "once_cell",
12167 "valuable",12162 "valuable",
12173source = "registry+https://github.com/rust-lang/crates.io-index"12168source = "registry+https://github.com/rust-lang/crates.io-index"
12174checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"12169checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
12175dependencies = [12170dependencies = [
12176 "pin-project 1.0.10",12171 "pin-project 1.0.11",
12177 "tracing",12172 "tracing",
12178]12173]
1217912174
12209 "ahash",12204 "ahash",
12210 "lazy_static",12205 "lazy_static",
12211 "log",12206 "log",
12212 "lru 0.7.7",12207 "lru 0.7.8",
12213 "tracing-core",12208 "tracing-core",
12214]12209]
1221512210
12253checksum = "d32d034c0d3db64b43c31de38e945f15b40cd4ca6d2dcfc26d4798ce8de4ab83"12248checksum = "d32d034c0d3db64b43c31de38e945f15b40cd4ca6d2dcfc26d4798ce8de4ab83"
12254dependencies = [12249dependencies = [
12255 "hash-db",12250 "hash-db",
12256 "hashbrown 0.12.1",12251 "hashbrown 0.12.3",
12257 "log",12252 "log",
12258 "rustc-hex",12253 "rustc-hex",
12259 "smallvec",12254 "smallvec",
12330[[package]]12325[[package]]
12331name = "try-runtime-cli"12326name = "try-runtime-cli"
12332version = "0.10.0-dev"12327version = "0.10.0-dev"
12333source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"12328source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"
12334dependencies = [12329dependencies = [
12335 "clap",12330 "clap",
12336 "jsonrpsee",12331 "jsonrpsee",
1239812393
12399[[package]]12394[[package]]
12400name = "ucd-trie"12395name = "ucd-trie"
12401version = "0.1.3"12396version = "0.1.4"
12402source = "registry+https://github.com/rust-lang/crates.io-index"12397source = "registry+https://github.com/rust-lang/crates.io-index"
12403checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"12398checksum = "89570599c4fe5585de2b388aab47e99f7fa4e9238a1399f707a02e356058141c"
1240412399
12405[[package]]12400[[package]]
12406name = "uint"12401name = "uint"
1243112426
12432[[package]]12427[[package]]
12433name = "unicode-ident"12428name = "unicode-ident"
12434version = "1.0.1"12429version = "1.0.2"
12435source = "registry+https://github.com/rust-lang/crates.io-index"12430source = "registry+https://github.com/rust-lang/crates.io-index"
12436checksum = "5bd2fe26506023ed7b5e1e315add59d6f584c621d037f9368fea9cfb988f368c"12431checksum = "15c61ba63f9235225a22310255a29b806b907c9b8c964bcbd0a2c70f3f2deea7"
1243712432
12438[[package]]12433[[package]]
12439name = "unicode-normalization"12434name = "unicode-normalization"
12440version = "0.1.19"12435version = "0.1.21"
12441source = "registry+https://github.com/rust-lang/crates.io-index"12436source = "registry+https://github.com/rust-lang/crates.io-index"
12442checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"12437checksum = "854cbdc4f7bc6ae19c820d44abdc3277ac3e1b2b93db20a636825d9322fb60e6"
12443dependencies = [12438dependencies = [
12444 "tinyvec",12439 "tinyvec",
12445]12440]
12541 "substrate-build-script-utils",12536 "substrate-build-script-utils",
12542 "substrate-frame-rpc-system",12537 "substrate-frame-rpc-system",
12543 "substrate-prometheus-endpoint",12538 "substrate-prometheus-endpoint",
12544 "tokio 1.19.2",12539 "tokio 1.20.1",
12545 "try-runtime-cli",12540 "try-runtime-cli",
12546 "unique-rpc",12541 "unique-rpc",
12547 "unique-runtime",12542 "unique-runtime",
12724checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"12719checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"
12725dependencies = [12720dependencies = [
12726 "asynchronous-codec",12721 "asynchronous-codec",
12727 "bytes 1.1.0",12722 "bytes 1.2.0",
12728 "futures-io",12723 "futures-io",
12729 "futures-util",12724 "futures-util",
12730]12725]
1286812863
12869[[package]]12864[[package]]
12870name = "wasm-bindgen"12865name = "wasm-bindgen"
12871version = "0.2.81"12866version = "0.2.82"
12872source = "registry+https://github.com/rust-lang/crates.io-index"12867source = "registry+https://github.com/rust-lang/crates.io-index"
12873checksum = "7c53b543413a17a202f4be280a7e5c62a1c69345f5de525ee64f8cfdbc954994"12868checksum = "fc7652e3f6c4706c8d9cd54832c4a4ccb9b5336e2c3bd154d5cccfbf1c1f5f7d"
12874dependencies = [12869dependencies = [
12875 "cfg-if 1.0.0",12870 "cfg-if 1.0.0",
12876 "wasm-bindgen-macro",12871 "wasm-bindgen-macro",
12877]12872]
1287812873
12879[[package]]12874[[package]]
12880name = "wasm-bindgen-backend"12875name = "wasm-bindgen-backend"
12881version = "0.2.81"12876version = "0.2.82"
12882source = "registry+https://github.com/rust-lang/crates.io-index"12877source = "registry+https://github.com/rust-lang/crates.io-index"
12883checksum = "5491a68ab4500fa6b4d726bd67408630c3dbe9c4fe7bda16d5c82a1fd8c7340a"12878checksum = "662cd44805586bd52971b9586b1df85cdbbd9112e4ef4d8f41559c334dc6ac3f"
12884dependencies = [12879dependencies = [
12885 "bumpalo",12880 "bumpalo",
12886 "lazy_static",
12887 "log",12881 "log",
12882 "once_cell",
12888 "proc-macro2",12883 "proc-macro2",
12889 "quote",12884 "quote",
12890 "syn",12885 "syn",
1289312888
12894[[package]]12889[[package]]
12895name = "wasm-bindgen-futures"12890name = "wasm-bindgen-futures"
12896version = "0.4.31"12891version = "0.4.32"
12897source = "registry+https://github.com/rust-lang/crates.io-index"12892source = "registry+https://github.com/rust-lang/crates.io-index"
12898checksum = "de9a9cec1733468a8c657e57fa2413d2ae2c0129b95e87c5b72b8ace4d13f31f"12893checksum = "fa76fb221a1f8acddf5b54ace85912606980ad661ac7a503b4570ffd3a624dad"
12899dependencies = [12894dependencies = [
12900 "cfg-if 1.0.0",12895 "cfg-if 1.0.0",
12901 "js-sys",12896 "js-sys",
1290512900
12906[[package]]12901[[package]]
12907name = "wasm-bindgen-macro"12902name = "wasm-bindgen-macro"
12908version = "0.2.81"12903version = "0.2.82"
12909source = "registry+https://github.com/rust-lang/crates.io-index"12904source = "registry+https://github.com/rust-lang/crates.io-index"
12910checksum = "c441e177922bc58f1e12c022624b6216378e5febc2f0533e41ba443d505b80aa"12905checksum = "b260f13d3012071dfb1512849c033b1925038373aea48ced3012c09df952c602"
12911dependencies = [12906dependencies = [
12912 "quote",12907 "quote",
12913 "wasm-bindgen-macro-support",12908 "wasm-bindgen-macro-support",
12914]12909]
1291512910
12916[[package]]12911[[package]]
12917name = "wasm-bindgen-macro-support"12912name = "wasm-bindgen-macro-support"
12918version = "0.2.81"12913version = "0.2.82"
12919source = "registry+https://github.com/rust-lang/crates.io-index"12914source = "registry+https://github.com/rust-lang/crates.io-index"
12920checksum = "7d94ac45fcf608c1f45ef53e748d35660f168490c10b23704c7779ab8f5c3048"12915checksum = "5be8e654bdd9b79216c2929ab90721aa82faf65c48cdf08bdc4e7f51357b80da"
12921dependencies = [12916dependencies = [
12922 "proc-macro2",12917 "proc-macro2",
12923 "quote",12918 "quote",
1292812923
12929[[package]]12924[[package]]
12930name = "wasm-bindgen-shared"12925name = "wasm-bindgen-shared"
12931version = "0.2.81"12926version = "0.2.82"
12932source = "registry+https://github.com/rust-lang/crates.io-index"12927source = "registry+https://github.com/rust-lang/crates.io-index"
12933checksum = "6a89911bd99e5f3659ec4acf9c4d93b0a90fe4a2a11f15328472058edc5261be"12928checksum = "6598dd0bd3c7d51095ff6531a5b23e02acdc81804e30d8f07afb77b7215a140a"
1293412929
12935[[package]]12930[[package]]
12936name = "wasm-gc-api"12931name = "wasm-gc-api"
1316813163
13169[[package]]13164[[package]]
13170name = "web-sys"13165name = "web-sys"
13171version = "0.3.58"13166version = "0.3.59"
13172source = "registry+https://github.com/rust-lang/crates.io-index"13167source = "registry+https://github.com/rust-lang/crates.io-index"
13173checksum = "2fed94beee57daf8dd7d51f2b15dc2bcde92d7a72304cdf662a4371008b71b90"13168checksum = "ed055ab27f941423197eb86b2035720b1a3ce40504df082cac2ecc6ed73335a1"
13174dependencies = [13169dependencies = [
13175 "js-sys",13170 "js-sys",
13176 "wasm-bindgen",13171 "wasm-bindgen",
1318813183
13189[[package]]13184[[package]]
13190name = "webpki-roots"13185name = "webpki-roots"
13191version = "0.22.3"13186version = "0.22.4"
13192source = "registry+https://github.com/rust-lang/crates.io-index"13187source = "registry+https://github.com/rust-lang/crates.io-index"
13193checksum = "44d8de8415c823c8abd270ad483c6feeac771fad964890779f9a8cb24fbbc1bf"13188checksum = "f1c760f0d366a6c24a02ed7816e23e691f5d92291f94d15e836006fd11b04daf"
13194dependencies = [13189dependencies = [
13195 "webpki",13190 "webpki",
13196]13191]
13210source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"13205source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
13211dependencies = [13206dependencies = [
13212 "beefy-primitives",13207 "beefy-primitives",
13213 "bitvec 1.0.0",13208 "bitvec 1.0.1",
13214 "frame-benchmarking",13209 "frame-benchmarking",
13215 "frame-election-provider-support",13210 "frame-election-provider-support",
13216 "frame-executive",13211 "frame-executive",
1355813553
13559[[package]]13554[[package]]
13560name = "zeroize"13555name = "zeroize"
13561version = "1.4.3"13556version = "1.5.7"
13562source = "registry+https://github.com/rust-lang/crates.io-index"13557source = "registry+https://github.com/rust-lang/crates.io-index"
13563checksum = "d68d9dcec5f9b43a30d38c49f91dfedfaac384cb8f085faca366c26207dd1619"13558checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f"
13564dependencies = [13559dependencies = [
13565 "zeroize_derive",13560 "zeroize_derive",
13566]13561]
modifiedCargo.tomldiffbeforeafterboth
15[profile.release]15[profile.release]
16panic = 'unwind'16panic = 'unwind'
17
18[patch.crates-io]
19jsonrpsee = {git = "https://github.com/uniquenetwork/jsonrpsee", branch = "unique-v0.13.1-fix-unknown-fields"}
20jsonrpsee-types = {git = "https://github.com/uniquenetwork/jsonrpsee", branch = "unique-v0.13.1-fix-unknown-fields"}
21jsonrpsee-core = {git = "https://github.com/uniquenetwork/jsonrpsee", branch = "unique-v0.13.1-fix-unknown-fields"}
22
23[patch."https://github.com/paritytech/substrate"]
24beefy-gadget = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
25beefy-gadget-rpc = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
26beefy-merkle-tree = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
27beefy-primitives = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
28fork-tree = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
29frame-benchmarking = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
30frame-benchmarking-cli = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
31frame-election-provider-solution-type = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
32frame-election-provider-support = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
33frame-executive = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
34frame-support = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
35frame-support-procedural = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
36frame-support-procedural-tools = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
37frame-support-procedural-tools-derive = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
38frame-system = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
39frame-system-benchmarking = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
40frame-system-rpc-runtime-api = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
41frame-try-runtime = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
42pallet-aura = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
43pallet-authority-discovery = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
44pallet-authorship = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
45pallet-babe = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
46pallet-bags-list = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
47pallet-balances = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
48pallet-beefy = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
49pallet-beefy-mmr = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
50pallet-bounties = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
51pallet-child-bounties = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
52pallet-collective = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
53pallet-democracy = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
54pallet-election-provider-multi-phase = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
55pallet-election-provider-support-benchmarking = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
56pallet-elections-phragmen = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
57pallet-gilt = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
58pallet-grandpa = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
59pallet-identity = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
60pallet-im-online = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
61pallet-indices = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
62pallet-membership = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
63pallet-mmr = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
64pallet-mmr-rpc = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
65pallet-multisig = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
66pallet-nicks = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
67pallet-nomination-pools = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
68pallet-nomination-pools-benchmarking = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
69pallet-offences = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
70pallet-offences-benchmarking = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
71pallet-preimage = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
72pallet-proxy = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
73pallet-randomness-collective-flip = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
74pallet-recovery = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
75pallet-scheduler = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
76pallet-session = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
77pallet-session-benchmarking = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
78pallet-society = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
79pallet-staking = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
80pallet-staking-reward-curve = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
81pallet-staking-reward-fn = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
82pallet-sudo = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
83pallet-timestamp = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
84pallet-tips = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
85pallet-transaction-payment = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
86pallet-transaction-payment-rpc = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
87pallet-transaction-payment-rpc-runtime-api = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
88pallet-treasury = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
89pallet-utility = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
90pallet-vesting = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
91remote-externalities = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
92sc-allocator = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
93sc-authority-discovery = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
94sc-basic-authorship = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
95sc-block-builder = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
96sc-chain-spec = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
97sc-chain-spec-derive = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
98sc-cli = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
99sc-client-api = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
100sc-client-db = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
101sc-consensus = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
102sc-consensus-aura = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
103sc-consensus-babe = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
104sc-consensus-babe-rpc = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
105sc-consensus-epochs = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
106sc-consensus-manual-seal = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
107sc-consensus-slots = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
108sc-consensus-uncles = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
109sc-executor = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
110sc-executor-common = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
111sc-executor-wasmi = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
112sc-executor-wasmtime = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
113sc-finality-grandpa = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
114sc-finality-grandpa-rpc = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
115sc-informant = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
116sc-keystore = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
117sc-network = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
118sc-network-common = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
119sc-network-gossip = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
120sc-network-light = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
121sc-network-sync = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
122sc-offchain = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
123sc-peerset = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
124sc-proposer-metrics = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
125sc-rpc = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
126sc-rpc-api = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
127sc-rpc-server = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
128sc-service = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
129sc-state-db = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
130sc-sync-state-rpc = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
131sc-sysinfo = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
132sc-telemetry = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
133sc-tracing = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
134sc-tracing-proc-macro = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
135sc-transaction-pool = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
136sc-transaction-pool-api = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
137sc-utils = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
138sp-api = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
139sp-api-proc-macro = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
140sp-application-crypto = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
141sp-arithmetic = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
142sp-authority-discovery = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
143sp-authorship = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
144sp-block-builder = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
145sp-blockchain = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
146sp-consensus = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
147sp-consensus-aura = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
148sp-consensus-babe = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
149sp-consensus-slots = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
150sp-consensus-vrf = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
151sp-core = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
152sp-core-hashing = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
153sp-core-hashing-proc-macro = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
154sp-database = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
155sp-debug-derive = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
156sp-externalities = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
157sp-finality-grandpa = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
158sp-inherents = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
159sp-io = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
160sp-keyring = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
161sp-keystore = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
162sp-maybe-compressed-blob = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
163sp-mmr-primitives = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
164sp-npos-elections = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
165sp-offchain = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
166sp-panic-handler = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
167sp-rpc = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
168sp-runtime = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
169sp-runtime-interface = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
170sp-runtime-interface-proc-macro = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
171sp-sandbox = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
172sp-serializer = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
173sp-session = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
174sp-staking = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
175sp-state-machine = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
176sp-std = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
177sp-storage = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
178sp-tasks = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
179sp-timestamp = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
180sp-tracing = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
181sp-transaction-pool = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
182sp-transaction-storage-proof = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
183sp-trie = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
184sp-version = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
185sp-version-proc-macro = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
186sp-wasm-interface = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
187substrate-build-script-utils = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
188substrate-frame-rpc-system = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
189substrate-prometheus-endpoint = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
190substrate-state-trie-migration-rpc = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
191substrate-test-client = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
192substrate-test-utils = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
193substrate-test-utils-derive = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
194substrate-wasm-builder = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
195try-runtime-cli = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}
17196
197
modifiedREADME.mddiffbeforeafterboth
4848
492. Remove all installed toolchains with `rustup toolchain list` and `rustup toolchain uninstall <toolchain>`.492. Remove all installed toolchains with `rustup toolchain list` and `rustup toolchain uninstall <toolchain>`.
5050
513. Install install nightly 2021-11-11 and make it default:513. Install toolchain nightly-2022-05-11 and make it default:
5252
53```bash53```bash
54rustup toolchain install nightly-2022-05-1154rustup toolchain install nightly-2022-05-11
addedchain-specs/kusama.jsondiffbeforeafterboth

no changes

addedchain-specs/quartz.jsondiffbeforeafterboth

no changes

modifiedchain-specs/unique.jsondiffbeforeafterboth
5 "bootNodes": [5 "bootNodes": [
6 "/dns/p2p-asia-gateway.unique.network/tcp/30333/ws/p2p/12D3KooWLwR4WUEj1AUaqSZcDanpiikS9F8JYZLFotGuVvxkHAvx",6 "/dns/p2p-asia-gateway.unique.network/tcp/30333/ws/p2p/12D3KooWLwR4WUEj1AUaqSZcDanpiikS9F8JYZLFotGuVvxkHAvx",
7 "/dns/p2p-us-gateway.unique.network/tcp/30333/ws/p2p/12D3KooWPK3CLeaKp5cdxXZts55H2P3jPHnxHaT4KFXwY4hWZ4rq",7 "/dns/p2p-us-gateway.unique.network/tcp/30333/ws/p2p/12D3KooWPK3CLeaKp5cdxXZts55H2P3jPHnxHaT4KFXwY4hWZ4rq",
8 "/dns/p2p-eu-gateway.unique.network/tcp/30333/p2p/12D3KooWDc1pBNFa4Sc3xeivC9TojdkBRKkSkMFW1VtLCmutq812"8 "/dns/p2p-eu-gateway.unique.network/tcp/30333/ws/p2p/12D3KooWDc1pBNFa4Sc3xeivC9TojdkBRKkSkMFW1VtLCmutq812"
9 ],9 ],
10 "telemetryEndpoints": null,10 "telemetryEndpoints": null,
11 "protocolId": "unq",11 "protocolId": "unq",
77 "childrenDefault": {}77 "childrenDefault": {}
78 }78 }
79 }79 }
80}80}
81
modifiedpallets/common/src/lib.rsdiffbeforeafterboth
669 #[pallet::hooks]669 #[pallet::hooks]
670 impl<T: Config> Hooks<BlockNumberFor<T>> for Pallet<T> {670 impl<T: Config> Hooks<BlockNumberFor<T>> for Pallet<T> {
671 fn on_runtime_upgrade() -> Weight {671 fn on_runtime_upgrade() -> Weight {
672 if StorageVersion::get::<Pallet<T>>() < StorageVersion::new(1) {672 StorageVersion::new(1).put::<Pallet<T>>();
673 use up_data_structs::{CollectionVersion1, CollectionVersion2};
674 <CollectionById<T>>::translate::<CollectionVersion1<T::AccountId>, _>(|id, v| {
675 let mut props = Vec::new();
676 if !v.offchain_schema.is_empty() {
677 props.push(Property {
678 key: b"_old_offchainSchema".to_vec().try_into().unwrap(),
679 value: v
680 .offchain_schema
681 .clone()
682 .into_inner()
683 .try_into()
684 .expect("offchain schema too big"),
685 });
686 }
687 if !v.variable_on_chain_schema.is_empty() {
688 props.push(Property {
689 key: b"_old_variableOnChainSchema".to_vec().try_into().unwrap(),
690 value: v
691 .variable_on_chain_schema
692 .clone()
693 .into_inner()
694 .try_into()
695 .expect("offchain schema too big"),
696 });
697 }
698 if !v.const_on_chain_schema.is_empty() {
699 props.push(Property {
700 key: b"_old_constOnChainSchema".to_vec().try_into().unwrap(),
701 value: v
702 .const_on_chain_schema
703 .clone()
704 .into_inner()
705 .try_into()
706 .expect("offchain schema too big"),
707 });
708 }
709 props.push(Property {
710 key: b"_old_schemaVersion".to_vec().try_into().unwrap(),
711 value: match v.schema_version {
712 SchemaVersion::ImageURL => b"ImageUrl".as_slice(),
713 SchemaVersion::Unique => b"Unique".as_slice(),
714 }
715 .to_vec()
716 .try_into()
717 .unwrap(),
718 });
719 Self::set_scoped_collection_properties(
720 id,
721 PropertyScope::None,
722 props.into_iter(),
723 )
724 .expect("existing data larger than properties");
725 let mut new = CollectionVersion2::from(v.clone());
726 new.permissions.access = Some(v.access);
727 new.permissions.mint_mode = Some(v.mint_mode);
728 Some(new)
729 });
730 }
731673
732 0674 0
733 }675 }
modifiedpallets/nonfungible/src/lib.rsdiffbeforeafterboth
276 #[pallet::hooks]276 #[pallet::hooks]
277 impl<T: Config> Hooks<BlockNumberFor<T>> for Pallet<T> {277 impl<T: Config> Hooks<BlockNumberFor<T>> for Pallet<T> {
278 fn on_runtime_upgrade() -> Weight {278 fn on_runtime_upgrade() -> Weight {
279 if StorageVersion::get::<Pallet<T>>() < StorageVersion::new(1) {279 StorageVersion::new(1).put::<Pallet<T>>();
280 let mut had_consts = BTreeSet::new();
281 <TokenData<T>>::translate::<ItemDataVersion1<T::CrossAccountId>, _>(
282 |(collection, token), v| {
283 let mut props = vec![];
284 if !v.const_data.is_empty() {
285 props.push(Property {
286 key: b"_old_constData".to_vec().try_into().unwrap(),
287 value: v
288 .const_data
289 .clone()
290 .into_inner()
291 .try_into()
292 .expect("const too long"),
293 });
294 had_consts.insert(collection);
295 }
296 if !v.variable_data.is_empty() {
297 props.push(Property {
298 key: b"_old_variableData".to_vec().try_into().unwrap(),
299 value: v
300 .variable_data
301 .clone()
302 .into_inner()
303 .try_into()
304 .expect("variable too long"),
305 })
306 }
307 if !props.is_empty() {
308 Self::set_scoped_token_properties(
309 collection,
310 token,
311 PropertyScope::None,
312 props.into_iter(),
313 )
314 .expect("existing token data exceeds property storage");
315 }
316 Some(<ItemDataVersion2<T::CrossAccountId>>::from(v))
317 },
318 );
319 for collection in had_consts {
320 <PalletCommon<T>>::set_property_permission_unchecked(
321 collection,
322 PropertyKeyPermission {
323 key: b"_old_constData".to_vec().try_into().unwrap(),
324 permission: PropertyPermission {
325 mutable: false,
326 collection_admin: true,
327 token_owner: false,
328 },
329 },
330 )
331 .expect("failed to configure permission");
332 }
333 }
334280
335 0281 0
336 }282 }
modifiedpallets/refungible/src/lib.rsdiffbeforeafterboth
163 type WeightInfo: WeightInfo;163 type WeightInfo: WeightInfo;
164 }164 }
165165
166 const STORAGE_VERSION: StorageVersion = StorageVersion::new(1);166 const STORAGE_VERSION: StorageVersion = StorageVersion::new(2);
167167
168 #[pallet::pallet]168 #[pallet::pallet]
169 #[pallet::storage_version(STORAGE_VERSION)]169 #[pallet::storage_version(STORAGE_VERSION)]
264 impl<T: Config> Hooks<BlockNumberFor<T>> for Pallet<T> {264 impl<T: Config> Hooks<BlockNumberFor<T>> for Pallet<T> {
265 fn on_runtime_upgrade() -> Weight {265 fn on_runtime_upgrade() -> Weight {
266 let storage_version = StorageVersion::get::<Pallet<T>>();266 let storage_version = StorageVersion::get::<Pallet<T>>();
267 if storage_version < StorageVersion::new(1) {
268 <TokenData<T>>::translate_values::<ItemDataVersion1, _>(|v| {
269 Some(<ItemDataVersion2>::from(v))
270 })
271 } else if storage_version < StorageVersion::new(2) {267 if storage_version < StorageVersion::new(2) {
272 <TokenData<T>>::remove_all(None);268 <TokenData<T>>::remove_all(None);
273 }269 }
270 StorageVersion::new(1).put::<Pallet<T>>();
274271
275 0272 0
276 }273 }
modifiedpallets/unique/src/lib.rsdiffbeforeafterboth
285 }285 }
286286
287 fn on_runtime_upgrade() -> Weight {287 fn on_runtime_upgrade() -> Weight {
288 let limit = None;
289
290 <VariableMetaDataBasket<T>>::remove_all(limit);
291
292 0288 0
293 }289 }
modifiedruntime/opal/src/lib.rsdiffbeforeafterboth
192 spec_name: create_runtime_str!(RUNTIME_NAME),192 spec_name: create_runtime_str!(RUNTIME_NAME),
193 impl_name: create_runtime_str!(RUNTIME_NAME),193 impl_name: create_runtime_str!(RUNTIME_NAME),
194 authoring_version: 1,194 authoring_version: 1,
195 spec_version: 924010,195 spec_version: 924012,
196 impl_version: 0,196 impl_version: 0,
197 apis: RUNTIME_API_VERSIONS,197 apis: RUNTIME_API_VERSIONS,
198 transaction_version: 1,198 transaction_version: 1,
modifiedruntime/quartz/src/lib.rsdiffbeforeafterboth
191 spec_name: create_runtime_str!(RUNTIME_NAME),191 spec_name: create_runtime_str!(RUNTIME_NAME),
192 impl_name: create_runtime_str!(RUNTIME_NAME),192 impl_name: create_runtime_str!(RUNTIME_NAME),
193 authoring_version: 1,193 authoring_version: 1,
194 spec_version: 924010,194 spec_version: 924012,
195 impl_version: 0,195 impl_version: 0,
196 apis: RUNTIME_API_VERSIONS,196 apis: RUNTIME_API_VERSIONS,
197 transaction_version: 1,197 transaction_version: 1,
modifiedruntime/unique/src/lib.rsdiffbeforeafterboth
190 spec_name: create_runtime_str!(RUNTIME_NAME),190 spec_name: create_runtime_str!(RUNTIME_NAME),
191 impl_name: create_runtime_str!(RUNTIME_NAME),191 impl_name: create_runtime_str!(RUNTIME_NAME),
192 authoring_version: 1,192 authoring_version: 1,
193 spec_version: 924010,193 spec_version: 924012,
194 impl_version: 0,194 impl_version: 0,
195 apis: RUNTIME_API_VERSIONS,195 apis: RUNTIME_API_VERSIONS,
196 transaction_version: 1,196 transaction_version: 1,