git.delta.rocks / unique-network / refs/commits / 2f9c8d434e2f

difftreelog

build upgrade to polkadot v0.9.19

Yaroslav Bolyukin2022-04-26parent: #1853893.patch.diff
in: master

34 files changed

modifiedCargo.lockdiffbeforeafterboth
59 "cipher",59 "cipher",
60 "ctr",60 "ctr",
61 "ghash",61 "ghash",
62 "subtle 2.4.1",62 "subtle",
63]63]
6464
65[[package]]65[[package]]
9999
100[[package]]100[[package]]
101name = "anyhow"101name = "anyhow"
102version = "1.0.56"102version = "1.0.57"
103source = "registry+https://github.com/rust-lang/crates.io-index"103source = "registry+https://github.com/rust-lang/crates.io-index"
104checksum = "4361135be9122e0870de935d7c439aef945b9f9ddd4199a553b5270b49c82a27"104checksum = "08f9b8508dccb7687a1d6c4ce66b2b0ecef467c94667de27d8d7fe1f8d2a9cdc"
105105
106[[package]]106[[package]]
107name = "approx"107name = "approx"
278 "memchr",278 "memchr",
279 "num_cpus",279 "num_cpus",
280 "once_cell",280 "once_cell",
281 "pin-project-lite 0.2.8",281 "pin-project-lite 0.2.9",
282 "pin-utils",282 "pin-utils",
283 "slab",283 "slab",
284 "wasm-bindgen-futures",284 "wasm-bindgen-futures",
325 "futures-sink",325 "futures-sink",
326 "futures-util",326 "futures-util",
327 "memchr",327 "memchr",
328 "pin-project-lite 0.2.8",328 "pin-project-lite 0.2.9",
329]329]
330330
331[[package]]331[[package]]
338 "futures-sink",338 "futures-sink",
339 "futures-util",339 "futures-util",
340 "memchr",340 "memchr",
341 "pin-project-lite 0.2.8",341 "pin-project-lite 0.2.9",
342]342]
343343
344[[package]]344[[package]]
394 "futures-core",394 "futures-core",
395 "getrandom 0.2.6",395 "getrandom 0.2.6",
396 "instant",396 "instant",
397 "pin-project-lite 0.2.8",397 "pin-project-lite 0.2.9",
398 "rand 0.8.5",398 "rand 0.8.5",
399 "tokio 1.17.0",399 "tokio 1.17.0",
400]400]
401401
402[[package]]402[[package]]
403name = "backtrace"403name = "backtrace"
404version = "0.3.64"404version = "0.3.65"
405source = "registry+https://github.com/rust-lang/crates.io-index"405source = "registry+https://github.com/rust-lang/crates.io-index"
406checksum = "5e121dee8023ce33ab248d9ce1493df03c3b38a659b240096fcbd7048ff9c31f"406checksum = "11a17d453482a265fd5f8479f2a3f405566e6ca627837aaddb85af8b1ab8ef61"
407dependencies = [407dependencies = [
408 "addr2line",408 "addr2line",
409 "cc",409 "cc",
410 "cfg-if 1.0.0",410 "cfg-if 1.0.0",
411 "libc",411 "libc",
412 "miniz_oxide",412 "miniz_oxide",
413 "object",413 "object 0.28.3",
414 "rustc-demangle",414 "rustc-demangle",
415]415]
416416
417[[package]]417[[package]]
418name = "base-x"418name = "base-x"
419version = "0.2.8"419version = "0.2.10"
420source = "registry+https://github.com/rust-lang/crates.io-index"420source = "registry+https://github.com/rust-lang/crates.io-index"
421checksum = "a4521f3e3d031370679b3b140beb36dfe4801b09ac77e30c61941f97df3ef28b"421checksum = "dc19a4937b4fbd3fe3379793130e42060d10627a360f2127802b10b87e7baf74"
422422
423[[package]]423[[package]]
424name = "base16ct"424name = "base16ct"
456[[package]]456[[package]]
457name = "beefy-gadget"457name = "beefy-gadget"
458version = "4.0.0-dev"458version = "4.0.0-dev"
459source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"459source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
460dependencies = [460dependencies = [
461 "beefy-primitives",461 "beefy-primitives",
462 "fnv",462 "fnv",
463 "futures 0.3.21",463 "futures 0.3.21",
464 "futures-timer",
464 "hex",465 "hex",
465 "log",466 "log",
466 "parity-scale-codec",467 "parity-scale-codec",
467 "parking_lot 0.12.0",468 "parking_lot 0.12.0",
468 "sc-chain-spec",469 "sc-chain-spec",
469 "sc-client-api",470 "sc-client-api",
471 "sc-finality-grandpa",
470 "sc-keystore",472 "sc-keystore",
471 "sc-network",473 "sc-network",
472 "sc-network-gossip",474 "sc-network-gossip",
475 "sp-application-crypto",477 "sp-application-crypto",
476 "sp-arithmetic",478 "sp-arithmetic",
477 "sp-blockchain",479 "sp-blockchain",
480 "sp-consensus",
478 "sp-core",481 "sp-core",
479 "sp-keystore",482 "sp-keystore",
480 "sp-runtime",483 "sp-runtime",
486[[package]]489[[package]]
487name = "beefy-gadget-rpc"490name = "beefy-gadget-rpc"
488version = "4.0.0-dev"491version = "4.0.0-dev"
489source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"492source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
490dependencies = [493dependencies = [
491 "beefy-gadget",494 "beefy-gadget",
492 "beefy-primitives",495 "beefy-primitives",
509[[package]]512[[package]]
510name = "beefy-merkle-tree"513name = "beefy-merkle-tree"
511version = "4.0.0-dev"514version = "4.0.0-dev"
512source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"515source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
513516
514[[package]]517[[package]]
515name = "beefy-primitives"518name = "beefy-primitives"
516version = "4.0.0-dev"519version = "4.0.0-dev"
517source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"520source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
518dependencies = [521dependencies = [
519 "parity-scale-codec",522 "parity-scale-codec",
520 "scale-info",523 "scale-info",
571source = "registry+https://github.com/rust-lang/crates.io-index"574source = "registry+https://github.com/rust-lang/crates.io-index"
572checksum = "1489fcb93a5bb47da0462ca93ad252ad6af2145cce58d10d46a83931ba9f016b"575checksum = "1489fcb93a5bb47da0462ca93ad252ad6af2145cce58d10d46a83931ba9f016b"
573dependencies = [576dependencies = [
574 "funty 2.0.0",577 "funty",
575 "radium",578 "radium",
576 "tap",579 "tap",
577 "wyz",580 "wyz",
730[[package]]733[[package]]
731name = "bp-header-chain"734name = "bp-header-chain"
732version = "0.1.0"735version = "0.1.0"
733source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"736source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
734dependencies = [737dependencies = [
738 "bp-runtime",
735 "finality-grandpa",739 "finality-grandpa",
736 "frame-support",740 "frame-support",
737 "parity-scale-codec",741 "parity-scale-codec",
746[[package]]750[[package]]
747name = "bp-message-dispatch"751name = "bp-message-dispatch"
748version = "0.1.0"752version = "0.1.0"
749source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"753source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
750dependencies = [754dependencies = [
751 "bp-runtime",755 "bp-runtime",
752 "frame-support",756 "frame-support",
758[[package]]762[[package]]
759name = "bp-messages"763name = "bp-messages"
760version = "0.1.0"764version = "0.1.0"
761source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"765source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
762dependencies = [766dependencies = [
763 "bitvec",767 "bitvec",
764 "bp-runtime",768 "bp-runtime",
768 "parity-scale-codec",772 "parity-scale-codec",
769 "scale-info",773 "scale-info",
770 "serde",774 "serde",
775 "sp-core",
771 "sp-std",776 "sp-std",
772]777]
773778
774[[package]]779[[package]]
775name = "bp-polkadot-core"780name = "bp-polkadot-core"
776version = "0.1.0"781version = "0.1.0"
777source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"782source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
778dependencies = [783dependencies = [
779 "bp-messages",784 "bp-messages",
780 "bp-runtime",785 "bp-runtime",
792[[package]]797[[package]]
793name = "bp-rococo"798name = "bp-rococo"
794version = "0.1.0"799version = "0.1.0"
795source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"800source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
796dependencies = [801dependencies = [
797 "bp-messages",802 "bp-messages",
798 "bp-polkadot-core",803 "bp-polkadot-core",
809[[package]]814[[package]]
810name = "bp-runtime"815name = "bp-runtime"
811version = "0.1.0"816version = "0.1.0"
812source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"817source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
813dependencies = [818dependencies = [
814 "frame-support",819 "frame-support",
815 "hash-db",820 "hash-db",
827[[package]]832[[package]]
828name = "bp-test-utils"833name = "bp-test-utils"
829version = "0.1.0"834version = "0.1.0"
830source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"835source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
831dependencies = [836dependencies = [
832 "bp-header-chain",837 "bp-header-chain",
833 "ed25519-dalek",838 "ed25519-dalek",
842[[package]]847[[package]]
843name = "bp-wococo"848name = "bp-wococo"
844version = "0.1.0"849version = "0.1.0"
845source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"850source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
846dependencies = [851dependencies = [
847 "bp-messages",852 "bp-messages",
848 "bp-polkadot-core",853 "bp-polkadot-core",
857[[package]]862[[package]]
858name = "bridge-runtime-common"863name = "bridge-runtime-common"
859version = "0.1.0"864version = "0.1.0"
860source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"865source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
861dependencies = [866dependencies = [
862 "bp-message-dispatch",867 "bp-message-dispatch",
863 "bp-messages",868 "bp-messages",
864 "bp-runtime",869 "bp-runtime",
865 "frame-support",870 "frame-support",
871 "frame-system",
866 "hash-db",872 "hash-db",
867 "pallet-bridge-dispatch",873 "pallet-bridge-dispatch",
868 "pallet-bridge-grandpa",874 "pallet-bridge-grandpa",
869 "pallet-bridge-messages",875 "pallet-bridge-messages",
870 "pallet-transaction-payment",876 "pallet-transaction-payment",
871 "parity-scale-codec",877 "parity-scale-codec",
872 "scale-info",878 "scale-info",
879 "sp-api",
873 "sp-core",880 "sp-core",
874 "sp-runtime",881 "sp-runtime",
875 "sp-state-machine",882 "sp-state-machine",
11111118
1112[[package]]1119[[package]]
1113name = "clap"1120name = "clap"
1114version = "3.1.8"1121version = "3.1.12"
1115source = "registry+https://github.com/rust-lang/crates.io-index"1122source = "registry+https://github.com/rust-lang/crates.io-index"
1116checksum = "71c47df61d9e16dc010b55dba1952a57d8c215dbb533fd13cdd13369aac73b1c"1123checksum = "7c167e37342afc5f33fd87bbc870cedd020d2a6dffa05d45ccd9241fbdd146db"
1117dependencies = [1124dependencies = [
1118 "atty",1125 "atty",
1119 "bitflags",1126 "bitflags",
1120 "clap_derive",1127 "clap_derive",
1128 "clap_lex",
1121 "indexmap",1129 "indexmap",
1122 "lazy_static",1130 "lazy_static",
1123 "os_str_bytes",
1124 "strsim",1131 "strsim",
1125 "termcolor",1132 "termcolor",
1126 "textwrap",1133 "textwrap",
1140]1147]
11411148
1142[[package]]1149[[package]]
1150name = "clap_lex"
1151version = "0.1.1"
1152source = "registry+https://github.com/rust-lang/crates.io-index"
1153checksum = "189ddd3b5d32a70b35e7686054371742a937b0d99128e76dde6340210e966669"
1154dependencies = [
1155 "os_str_bytes",
1156]
1157
1158[[package]]
1159name = "coarsetime"
1160version = "0.1.22"
1161source = "registry+https://github.com/rust-lang/crates.io-index"
1162checksum = "454038500439e141804c655b4cd1bc6a70bcb95cd2bc9463af5661b6956f0e46"
1163dependencies = [
1164 "libc",
1165 "once_cell",
1166 "wasi 0.11.0+wasi-snapshot-preview1",
1167 "wasm-bindgen",
1168]
1169
1170[[package]]
1143name = "concurrent-queue"1171name = "concurrent-queue"
1144version = "1.2.2"1172version = "1.2.2"
1145source = "registry+https://github.com/rust-lang/crates.io-index"1173source = "registry+https://github.com/rust-lang/crates.io-index"
1343]1371]
13441372
1345[[package]]1373[[package]]
1374name = "crossbeam-queue"
1375version = "0.3.5"
1376source = "registry+https://github.com/rust-lang/crates.io-index"
1377checksum = "1f25d8400f4a7a5778f0e4e52384a48cbd9b5c495d110786187fc750075277a2"
1378dependencies = [
1379 "cfg-if 1.0.0",
1380 "crossbeam-utils",
1381]
1382
1383[[package]]
1346name = "crossbeam-utils"1384name = "crossbeam-utils"
1347version = "0.8.8"1385version = "0.8.8"
1348source = "registry+https://github.com/rust-lang/crates.io-index"1386source = "registry+https://github.com/rust-lang/crates.io-index"
1366dependencies = [1404dependencies = [
1367 "generic-array 0.14.5",1405 "generic-array 0.14.5",
1368 "rand_core 0.6.3",1406 "rand_core 0.6.3",
1369 "subtle 2.4.1",1407 "subtle",
1370 "zeroize",1408 "zeroize",
1371]1409]
13721410
13821420
1383[[package]]1421[[package]]
1384name = "crypto-mac"1422name = "crypto-mac"
1385version = "0.7.0"
1386source = "registry+https://github.com/rust-lang/crates.io-index"
1387checksum = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5"
1388dependencies = [
1389 "generic-array 0.12.4",
1390 "subtle 1.0.0",
1391]
1392
1393[[package]]
1394name = "crypto-mac"
1395version = "0.8.0"1423version = "0.8.0"
1396source = "registry+https://github.com/rust-lang/crates.io-index"1424source = "registry+https://github.com/rust-lang/crates.io-index"
1397checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"1425checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"
1398dependencies = [1426dependencies = [
1399 "generic-array 0.14.5",1427 "generic-array 0.14.5",
1400 "subtle 2.4.1",1428 "subtle",
1401]1429]
14021430
1403[[package]]1431[[package]]
1407checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"1435checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"
1408dependencies = [1436dependencies = [
1409 "generic-array 0.14.5",1437 "generic-array 0.14.5",
1410 "subtle 2.4.1",1438 "subtle",
1411]1439]
14121440
1413[[package]]1441[[package]]
1452[[package]]1480[[package]]
1453name = "cumulus-client-cli"1481name = "cumulus-client-cli"
1454version = "0.1.0"1482version = "0.1.0"
1455source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1483source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
1456dependencies = [1484dependencies = [
1457 "clap",1485 "clap",
1458 "sc-cli",1486 "sc-cli",
1463[[package]]1491[[package]]
1464name = "cumulus-client-collator"1492name = "cumulus-client-collator"
1465version = "0.1.0"1493version = "0.1.0"
1466source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1494source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
1467dependencies = [1495dependencies = [
1468 "cumulus-client-consensus-common",1496 "cumulus-client-consensus-common",
1469 "cumulus-client-network",1497 "cumulus-client-network",
1487[[package]]1515[[package]]
1488name = "cumulus-client-consensus-aura"1516name = "cumulus-client-consensus-aura"
1489version = "0.1.0"1517version = "0.1.0"
1490source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1518source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
1491dependencies = [1519dependencies = [
1492 "async-trait",1520 "async-trait",
1493 "cumulus-client-consensus-common",1521 "cumulus-client-consensus-common",
1516[[package]]1544[[package]]
1517name = "cumulus-client-consensus-common"1545name = "cumulus-client-consensus-common"
1518version = "0.1.0"1546version = "0.1.0"
1519source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1547source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
1520dependencies = [1548dependencies = [
1521 "async-trait",1549 "async-trait",
1522 "cumulus-relay-chain-interface",1550 "cumulus-relay-chain-interface",
1537[[package]]1565[[package]]
1538name = "cumulus-client-network"1566name = "cumulus-client-network"
1539version = "0.1.0"1567version = "0.1.0"
1540source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1568source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
1541dependencies = [1569dependencies = [
1542 "async-trait",1570 "async-trait",
1543 "cumulus-relay-chain-interface",1571 "cumulus-relay-chain-interface",
1562[[package]]1590[[package]]
1563name = "cumulus-client-pov-recovery"1591name = "cumulus-client-pov-recovery"
1564version = "0.1.0"1592version = "0.1.0"
1565source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1593source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
1566dependencies = [1594dependencies = [
1567 "cumulus-primitives-core",1595 "cumulus-primitives-core",
1568 "cumulus-relay-chain-interface",1596 "cumulus-relay-chain-interface",
1586[[package]]1614[[package]]
1587name = "cumulus-client-service"1615name = "cumulus-client-service"
1588version = "0.1.0"1616version = "0.1.0"
1589source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1617source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
1590dependencies = [1618dependencies = [
1591 "cumulus-client-cli",1619 "cumulus-client-cli",
1592 "cumulus-client-collator",1620 "cumulus-client-collator",
1616[[package]]1644[[package]]
1617name = "cumulus-pallet-aura-ext"1645name = "cumulus-pallet-aura-ext"
1618version = "0.1.0"1646version = "0.1.0"
1619source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1647source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
1620dependencies = [1648dependencies = [
1621 "frame-executive",1649 "frame-executive",
1622 "frame-support",1650 "frame-support",
1634[[package]]1662[[package]]
1635name = "cumulus-pallet-dmp-queue"1663name = "cumulus-pallet-dmp-queue"
1636version = "0.1.0"1664version = "0.1.0"
1637source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1665source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
1638dependencies = [1666dependencies = [
1639 "cumulus-primitives-core",1667 "cumulus-primitives-core",
1640 "frame-support",1668 "frame-support",
1652[[package]]1680[[package]]
1653name = "cumulus-pallet-parachain-system"1681name = "cumulus-pallet-parachain-system"
1654version = "0.1.0"1682version = "0.1.0"
1655source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1683source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
1656dependencies = [1684dependencies = [
1657 "cumulus-pallet-parachain-system-proc-macro",1685 "cumulus-pallet-parachain-system-proc-macro",
1658 "cumulus-primitives-core",1686 "cumulus-primitives-core",
1682[[package]]1710[[package]]
1683name = "cumulus-pallet-parachain-system-proc-macro"1711name = "cumulus-pallet-parachain-system-proc-macro"
1684version = "0.1.0"1712version = "0.1.0"
1685source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1713source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
1686dependencies = [1714dependencies = [
1687 "proc-macro-crate 1.1.3",1715 "proc-macro-crate 1.1.3",
1688 "proc-macro2",1716 "proc-macro2",
1693[[package]]1721[[package]]
1694name = "cumulus-pallet-xcm"1722name = "cumulus-pallet-xcm"
1695version = "0.1.0"1723version = "0.1.0"
1696source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1724source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
1697dependencies = [1725dependencies = [
1698 "cumulus-primitives-core",1726 "cumulus-primitives-core",
1699 "frame-support",1727 "frame-support",
1710[[package]]1738[[package]]
1711name = "cumulus-pallet-xcmp-queue"1739name = "cumulus-pallet-xcmp-queue"
1712version = "0.1.0"1740version = "0.1.0"
1713source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1741source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
1714dependencies = [1742dependencies = [
1715 "cumulus-primitives-core",1743 "cumulus-primitives-core",
1716 "frame-support",1744 "frame-support",
1728[[package]]1756[[package]]
1729name = "cumulus-primitives-core"1757name = "cumulus-primitives-core"
1730version = "0.1.0"1758version = "0.1.0"
1731source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1759source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
1732dependencies = [1760dependencies = [
1733 "frame-support",1761 "frame-support",
1734 "parity-scale-codec",1762 "parity-scale-codec",
1744[[package]]1772[[package]]
1745name = "cumulus-primitives-parachain-inherent"1773name = "cumulus-primitives-parachain-inherent"
1746version = "0.1.0"1774version = "0.1.0"
1747source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1775source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
1748dependencies = [1776dependencies = [
1749 "async-trait",1777 "async-trait",
1750 "cumulus-primitives-core",1778 "cumulus-primitives-core",
1767[[package]]1795[[package]]
1768name = "cumulus-primitives-timestamp"1796name = "cumulus-primitives-timestamp"
1769version = "0.1.0"1797version = "0.1.0"
1770source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1798source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
1771dependencies = [1799dependencies = [
1772 "cumulus-primitives-core",1800 "cumulus-primitives-core",
1773 "futures 0.3.21",1801 "futures 0.3.21",
1780[[package]]1808[[package]]
1781name = "cumulus-primitives-utility"1809name = "cumulus-primitives-utility"
1782version = "0.1.0"1810version = "0.1.0"
1783source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1811source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
1784dependencies = [1812dependencies = [
1785 "cumulus-primitives-core",1813 "cumulus-primitives-core",
1786 "frame-support",1814 "frame-support",
1797[[package]]1825[[package]]
1798name = "cumulus-relay-chain-inprocess-interface"1826name = "cumulus-relay-chain-inprocess-interface"
1799version = "0.1.0"1827version = "0.1.0"
1800source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1828source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
1801dependencies = [1829dependencies = [
1802 "async-trait",1830 "async-trait",
1803 "cumulus-primitives-core",1831 "cumulus-primitives-core",
1825[[package]]1853[[package]]
1826name = "cumulus-relay-chain-interface"1854name = "cumulus-relay-chain-interface"
1827version = "0.1.0"1855version = "0.1.0"
1828source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1856source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
1829dependencies = [1857dependencies = [
1830 "async-trait",1858 "async-trait",
1831 "cumulus-primitives-core",1859 "cumulus-primitives-core",
1832 "derive_more",1860 "derive_more",
1833 "futures 0.3.21",1861 "futures 0.3.21",
1834 "jsonrpsee-core 0.9.0",1862 "jsonrpsee-core",
1835 "parity-scale-codec",1863 "parity-scale-codec",
1836 "parking_lot 0.12.0",1864 "parking_lot 0.12.0",
1837 "polkadot-overseer",1865 "polkadot-overseer",
1849[[package]]1877[[package]]
1850name = "cumulus-relay-chain-rpc-interface"1878name = "cumulus-relay-chain-rpc-interface"
1851version = "0.1.0"1879version = "0.1.0"
1852source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1880source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
1853dependencies = [1881dependencies = [
1854 "async-trait",1882 "async-trait",
1855 "backoff",1883 "backoff",
1856 "cumulus-primitives-core",1884 "cumulus-primitives-core",
1857 "cumulus-relay-chain-interface",1885 "cumulus-relay-chain-interface",
1858 "futures 0.3.21",1886 "futures 0.3.21",
1859 "futures-timer",1887 "futures-timer",
1860 "jsonrpsee 0.9.0",1888 "jsonrpsee",
1861 "parity-scale-codec",1889 "parity-scale-codec",
1862 "parking_lot 0.12.0",1890 "parking_lot 0.12.0",
1863 "polkadot-service",1891 "polkadot-service",
1875[[package]]1903[[package]]
1876name = "cumulus-test-relay-sproof-builder"1904name = "cumulus-test-relay-sproof-builder"
1877version = "0.1.0"1905version = "0.1.0"
1878source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1906source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
1879dependencies = [1907dependencies = [
1880 "cumulus-primitives-core",1908 "cumulus-primitives-core",
1881 "parity-scale-codec",1909 "parity-scale-codec",
1894 "byteorder",1922 "byteorder",
1895 "digest 0.8.1",1923 "digest 0.8.1",
1896 "rand_core 0.5.1",1924 "rand_core 0.5.1",
1897 "subtle 2.4.1",1925 "subtle",
1898 "zeroize",1926 "zeroize",
1899]1927]
19001928
1907 "byteorder",1935 "byteorder",
1908 "digest 0.9.0",1936 "digest 0.9.0",
1909 "rand_core 0.5.1",1937 "rand_core 0.5.1",
1910 "subtle 2.4.1",1938 "subtle",
1911 "zeroize",1939 "zeroize",
1912]1940]
19131941
2031dependencies = [2059dependencies = [
2032 "block-buffer 0.10.2",2060 "block-buffer 0.10.2",
2033 "crypto-common",2061 "crypto-common",
2034 "subtle 2.4.1",2062 "subtle",
2035]2063]
20362064
2037[[package]]2065[[package]]
2178 "group",2206 "group",
2179 "rand_core 0.6.3",2207 "rand_core 0.6.3",
2180 "sec1",2208 "sec1",
2181 "subtle 2.4.1",2209 "subtle",
2182 "zeroize",2210 "zeroize",
2183]2211]
21842212
21962224
2197[[package]]2225[[package]]
2198name = "enumflags2"2226name = "enumflags2"
2199version = "0.6.4"2227version = "0.7.5"
2200source = "registry+https://github.com/rust-lang/crates.io-index"2228source = "registry+https://github.com/rust-lang/crates.io-index"
2201checksum = "83c8d82922337cd23a15f88b70d8e4ef5f11da38dd7cdb55e84dd5de99695da0"2229checksum = "e75d4cd21b95383444831539909fbb14b9dc3fdceb2a6f5d36577329a1f55ccb"
2202dependencies = [2230dependencies = [
2203 "enumflags2_derive",2231 "enumflags2_derive",
2204]2232]
22052233
2206[[package]]2234[[package]]
2207name = "enumflags2_derive"2235name = "enumflags2_derive"
2208version = "0.6.4"2236version = "0.7.4"
2209source = "registry+https://github.com/rust-lang/crates.io-index"2237source = "registry+https://github.com/rust-lang/crates.io-index"
2210checksum = "946ee94e3dbf58fdd324f9ce245c7b238d46a66f00e86a020b71996349e46cce"2238checksum = "f58dc3c5e468259f19f2d46304a6b28f1c3d034442e14b322d2b850e36f6d5ae"
2211dependencies = [2239dependencies = [
2212 "proc-macro2",2240 "proc-macro2",
2213 "quote",2241 "quote",
23232351
2324[[package]]2352[[package]]
2325name = "evm"2353name = "evm"
2326version = "0.33.1"2354version = "0.35.0"
2327source = "git+https://github.com/uniquenetwork/evm.git?branch=unique-polkadot-v0.9.18#5012fe9034f0a5cc6881d385890b11ef35d2e39a"2355source = "git+https://github.com//uniquenetwork/evm?branch=unique-polkadot-v0.9.19#1b170dc649f5e16a33134710a9fe2610e580661e"
2328dependencies = [2356dependencies = [
2329 "auto_impl",2357 "auto_impl",
2330 "environmental",2358 "environmental",
2338 "rlp",2366 "rlp",
2339 "scale-info",2367 "scale-info",
2340 "serde",2368 "serde",
2341 "sha3 0.8.2",2369 "sha3 0.10.1",
2342]2370]
23432371
2344[[package]]2372[[package]]
23692397
2370[[package]]2398[[package]]
2371name = "evm-core"2399name = "evm-core"
2372version = "0.33.0"2400version = "0.35.0"
2373source = "git+https://github.com/uniquenetwork/evm.git?branch=unique-polkadot-v0.9.18#5012fe9034f0a5cc6881d385890b11ef35d2e39a"2401source = "git+https://github.com//uniquenetwork/evm?branch=unique-polkadot-v0.9.19#1b170dc649f5e16a33134710a9fe2610e580661e"
2374dependencies = [2402dependencies = [
2375 "funty 1.1.0",
2376 "parity-scale-codec",2403 "parity-scale-codec",
2377 "primitive-types",2404 "primitive-types",
2378 "scale-info",2405 "scale-info",
23812408
2382[[package]]2409[[package]]
2383name = "evm-gasometer"2410name = "evm-gasometer"
2384version = "0.33.0"2411version = "0.35.0"
2385source = "git+https://github.com/uniquenetwork/evm.git?branch=unique-polkadot-v0.9.18#5012fe9034f0a5cc6881d385890b11ef35d2e39a"2412source = "git+https://github.com//uniquenetwork/evm?branch=unique-polkadot-v0.9.19#1b170dc649f5e16a33134710a9fe2610e580661e"
2386dependencies = [2413dependencies = [
2387 "environmental",2414 "environmental",
2388 "evm-core",2415 "evm-core",
23922419
2393[[package]]2420[[package]]
2394name = "evm-runtime"2421name = "evm-runtime"
2395version = "0.33.0"2422version = "0.35.0"
2396source = "git+https://github.com/uniquenetwork/evm.git?branch=unique-polkadot-v0.9.18#5012fe9034f0a5cc6881d385890b11ef35d2e39a"2423source = "git+https://github.com//uniquenetwork/evm?branch=unique-polkadot-v0.9.19#1b170dc649f5e16a33134710a9fe2610e580661e"
2397dependencies = [2424dependencies = [
2398 "auto_impl",2425 "auto_impl",
2399 "environmental",2426 "environmental",
2400 "evm-core",2427 "evm-core",
2401 "primitive-types",2428 "primitive-types",
2402 "sha3 0.8.2",2429 "sha3 0.10.1",
2403]2430]
24042431
2405[[package]]2432[[package]]
24252452
2426[[package]]2453[[package]]
2427name = "expander"2454name = "expander"
2428version = "0.0.5"2455version = "0.0.6"
2429source = "registry+https://github.com/rust-lang/crates.io-index"2456source = "registry+https://github.com/rust-lang/crates.io-index"
2430checksum = "309f21c39e8e38e4b6eda07e155bd7a4e5fc4d707cefd0402cc82a8b6bb65aaa"2457checksum = "3774182a5df13c3d1690311ad32fbe913feef26baba609fa2dd5f72042bd2ab6"
2431dependencies = [2458dependencies = [
2432 "blake2 0.10.4",2459 "blake2 0.10.4",
2433 "fs-err",2460 "fs-err",
2434 "proc-macro2",2461 "proc-macro2",
2435 "quote",2462 "quote",
2463 "syn",
2436]2464]
24372465
2438[[package]]2466[[package]]
2484[[package]]2512[[package]]
2485name = "fc-consensus"2513name = "fc-consensus"
2486version = "2.0.0-dev"2514version = "2.0.0-dev"
2487source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"2515source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#181be008ee7eff1b16dfabaaf1383b4253cc9790"
2488dependencies = [2516dependencies = [
2489 "async-trait",2517 "async-trait",
2490 "derive_more",
2491 "fc-db",2518 "fc-db",
2492 "fp-consensus",2519 "fp-consensus",
2493 "fp-rpc",2520 "fp-rpc",
2494 "futures 0.3.21",
2495 "log",
2496 "parity-scale-codec",
2497 "sc-client-api",2521 "sc-client-api",
2498 "sc-consensus",2522 "sc-consensus",
2499 "sc-transaction-pool-api",
2500 "sp-api",2523 "sp-api",
2501 "sp-block-builder",2524 "sp-block-builder",
2502 "sp-blockchain",2525 "sp-blockchain",
2503 "sp-consensus",2526 "sp-consensus",
2504 "sp-core",
2505 "sp-inherents",
2506 "sp-runtime",2527 "sp-runtime",
2507 "sp-timestamp",2528 "thiserror",
2508 "substrate-prometheus-endpoint",
2509]2529]
25102530
2511[[package]]2531[[package]]
2512name = "fc-db"2532name = "fc-db"
2513version = "2.0.0-dev"2533version = "2.0.0-dev"
2514source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"2534source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#181be008ee7eff1b16dfabaaf1383b4253cc9790"
2515dependencies = [2535dependencies = [
2516 "fp-storage",2536 "fp-storage",
2517 "kvdb",
2518 "kvdb-rocksdb",2537 "kvdb-rocksdb",
2519 "pallet-ethereum",
2520 "parity-scale-codec",2538 "parity-scale-codec",
2521 "parking_lot 0.11.2",2539 "parking_lot 0.12.0",
2522 "sp-core",2540 "sp-core",
2523 "sp-database",2541 "sp-database",
2524 "sp-runtime",2542 "sp-runtime",
2527[[package]]2545[[package]]
2528name = "fc-mapping-sync"2546name = "fc-mapping-sync"
2529version = "2.0.0-dev"2547version = "2.0.0-dev"
2530source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"2548source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#181be008ee7eff1b16dfabaaf1383b4253cc9790"
2531dependencies = [2549dependencies = [
2532 "fc-consensus",
2533 "fc-db",2550 "fc-db",
2534 "fp-consensus",2551 "fp-consensus",
2535 "fp-rpc",2552 "fp-rpc",
2545[[package]]2562[[package]]
2546name = "fc-rpc"2563name = "fc-rpc"
2547version = "2.0.0-dev"2564version = "2.0.0-dev"
2548source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"2565source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#181be008ee7eff1b16dfabaaf1383b4253cc9790"
2549dependencies = [2566dependencies = [
2550 "ethereum",2567 "ethereum",
2551 "ethereum-types",2568 "ethereum-types",
2552 "evm",2569 "evm",
2553 "fc-consensus",
2554 "fc-db",2570 "fc-db",
2555 "fc-rpc-core",2571 "fc-rpc-core",
2556 "fp-consensus",
2557 "fp-evm",
2558 "fp-rpc",2572 "fp-rpc",
2559 "fp-storage",2573 "fp-storage",
2560 "futures 0.3.21",2574 "futures 0.3.21",
2561 "futures-util",2575 "hex",
2562 "jsonrpc-core",2576 "jsonrpc-core",
2577 "jsonrpc-core-client",
2563 "jsonrpc-pubsub",2578 "jsonrpc-pubsub",
2564 "libsecp256k1 0.3.5",2579 "libsecp256k1",
2565 "log",2580 "log",
2566 "lru 0.6.6",2581 "lru 0.6.6",
2567 "pallet-ethereum",
2568 "pallet-evm",
2569 "parity-scale-codec",2582 "parity-scale-codec",
2570 "parking_lot 0.11.2",2583 "rand 0.8.5",
2571 "rand 0.7.3",
2572 "rlp",2584 "rlp",
2573 "rustc-hex",
2574 "sc-client-api",2585 "sc-client-api",
2575 "sc-network",2586 "sc-network",
2576 "sc-rpc",2587 "sc-rpc",
2577 "sc-service",2588 "sc-service",
2578 "sc-transaction-pool",2589 "sc-transaction-pool",
2579 "sc-transaction-pool-api",2590 "sc-transaction-pool-api",
2580 "sha3 0.8.2",
2581 "sp-api",2591 "sp-api",
2582 "sp-block-builder",2592 "sp-block-builder",
2583 "sp-blockchain",2593 "sp-blockchain",
2594 "sp-core",
2584 "sp-io",2595 "sp-io",
2585 "sp-runtime",2596 "sp-runtime",
2586 "sp-storage",2597 "sp-storage",
2587 "sp-transaction-pool",
2588 "tokio 1.17.0",2598 "tokio 1.17.0",
2589]2599]
25902600
2591[[package]]2601[[package]]
2592name = "fc-rpc-core"2602name = "fc-rpc-core"
2593version = "1.1.0-dev"2603version = "1.1.0-dev"
2594source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"2604source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#181be008ee7eff1b16dfabaaf1383b4253cc9790"
2595dependencies = [2605dependencies = [
2596 "ethereum",2606 "ethereum",
2597 "ethereum-types",2607 "ethereum-types",
2603 "rustc-hex",2613 "rustc-hex",
2604 "serde",2614 "serde",
2605 "serde_json",2615 "serde_json",
2606 "sha3 0.8.2",
2607]2616]
26082617
2609[[package]]2618[[package]]
2622checksum = "b2958d04124b9f27f175eaeb9a9f383d026098aa837eadd8ba22c11f13a05b9e"2631checksum = "b2958d04124b9f27f175eaeb9a9f383d026098aa837eadd8ba22c11f13a05b9e"
2623dependencies = [2632dependencies = [
2624 "rand_core 0.6.3",2633 "rand_core 0.6.3",
2625 "subtle 2.4.1",2634 "subtle",
2626]2635]
26272636
2628[[package]]2637[[package]]
26712680
2672[[package]]2681[[package]]
2673name = "flate2"2682name = "flate2"
2674version = "1.0.22"2683version = "1.0.23"
2675source = "registry+https://github.com/rust-lang/crates.io-index"2684source = "registry+https://github.com/rust-lang/crates.io-index"
2676checksum = "1e6988e897c1c9c485f43b47a529cef42fde0547f9d8d41a7062518f1d8fc53f"2685checksum = "b39522e96686d38f4bc984b9198e3a0613264abaebaff2c5c918bfa6b6da09af"
2677dependencies = [2686dependencies = [
2678 "cfg-if 1.0.0",2687 "cfg-if 1.0.0",
2679 "crc32fast",2688 "crc32fast",
2707[[package]]2716[[package]]
2708name = "fork-tree"2717name = "fork-tree"
2709version = "3.0.0"2718version = "3.0.0"
2710source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2719source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
2711dependencies = [2720dependencies = [
2712 "parity-scale-codec",2721 "parity-scale-codec",
2713]2722]
2725[[package]]2734[[package]]
2726name = "fp-consensus"2735name = "fp-consensus"
2727version = "2.0.0-dev"2736version = "2.0.0-dev"
2728source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"2737source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#181be008ee7eff1b16dfabaaf1383b4253cc9790"
2729dependencies = [2738dependencies = [
2730 "ethereum",2739 "ethereum",
2731 "parity-scale-codec",2740 "parity-scale-codec",
2732 "rlp",
2733 "sha3 0.8.2",
2734 "sp-core",2741 "sp-core",
2735 "sp-runtime",2742 "sp-runtime",
2736 "sp-std",2743 "sp-std",
2739[[package]]2746[[package]]
2740name = "fp-evm"2747name = "fp-evm"
2741version = "3.0.0-dev"2748version = "3.0.0-dev"
2742source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"2749source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#181be008ee7eff1b16dfabaaf1383b4253cc9790"
2743dependencies = [2750dependencies = [
2744 "evm",2751 "evm",
2745 "impl-trait-for-tuples",2752 "impl-trait-for-tuples",
2746 "parity-scale-codec",2753 "parity-scale-codec",
2747 "scale-info",
2748 "serde",2754 "serde",
2749 "sp-core",2755 "sp-core",
2750 "sp-std",2756 "sp-std",
2753[[package]]2759[[package]]
2754name = "fp-evm-mapping"2760name = "fp-evm-mapping"
2755version = "0.1.0"2761version = "0.1.0"
2756source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"2762source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#181be008ee7eff1b16dfabaaf1383b4253cc9790"
2757dependencies = [2763dependencies = [
2758 "frame-support",2764 "frame-support",
2759 "sp-core",2765 "sp-core",
2762[[package]]2768[[package]]
2763name = "fp-rpc"2769name = "fp-rpc"
2764version = "3.0.0-dev"2770version = "3.0.0-dev"
2765source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"2771source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#181be008ee7eff1b16dfabaaf1383b4253cc9790"
2766dependencies = [2772dependencies = [
2767 "ethereum",2773 "ethereum",
2768 "ethereum-types",2774 "ethereum-types",
2779[[package]]2785[[package]]
2780name = "fp-self-contained"2786name = "fp-self-contained"
2781version = "1.0.0-dev"2787version = "1.0.0-dev"
2782source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"2788source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#181be008ee7eff1b16dfabaaf1383b4253cc9790"
2783dependencies = [2789dependencies = [
2784 "ethereum",2790 "ethereum",
2785 "frame-support",2791 "frame-support",
2786 "parity-scale-codec",2792 "parity-scale-codec",
2787 "parity-util-mem",2793 "parity-util-mem",
2788 "scale-info",2794 "scale-info",
2789 "serde",2795 "serde",
2790 "sha3 0.8.2",2796 "sp-debug-derive",
2791 "sp-core",
2792 "sp-io",2797 "sp-io",
2793 "sp-runtime",2798 "sp-runtime",
2794]2799]
27952800
2796[[package]]2801[[package]]
2797name = "fp-storage"2802name = "fp-storage"
2798version = "2.0.0"2803version = "2.0.0"
2799source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"2804source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#181be008ee7eff1b16dfabaaf1383b4253cc9790"
2805dependencies = [
2806 "parity-scale-codec",
2807]
28002808
2801[[package]]2809[[package]]
2802name = "frame-benchmarking"2810name = "frame-benchmarking"
2803version = "4.0.0-dev"2811version = "4.0.0-dev"
2804source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2812source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
2805dependencies = [2813dependencies = [
2806 "frame-support",2814 "frame-support",
2807 "frame-system",2815 "frame-system",
2823[[package]]2831[[package]]
2824name = "frame-benchmarking-cli"2832name = "frame-benchmarking-cli"
2825version = "4.0.0-dev"2833version = "4.0.0-dev"
2826source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2834source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
2827dependencies = [2835dependencies = [
2828 "Inflector",2836 "Inflector",
2829 "chrono",2837 "chrono",
2830 "clap",2838 "clap",
2831 "frame-benchmarking",2839 "frame-benchmarking",
2832 "frame-support",2840 "frame-support",
2841 "frame-system",
2833 "handlebars",2842 "handlebars",
2834 "hash-db",2843 "hash-db",
2835 "hex",2844 "hex",
2840 "memory-db",2849 "memory-db",
2841 "parity-scale-codec",2850 "parity-scale-codec",
2842 "rand 0.8.5",2851 "rand 0.8.5",
2852 "sc-block-builder",
2843 "sc-cli",2853 "sc-cli",
2844 "sc-client-api",2854 "sc-client-api",
2845 "sc-client-db",2855 "sc-client-db",
2853 "sp-core",2863 "sp-core",
2854 "sp-database",2864 "sp-database",
2855 "sp-externalities",2865 "sp-externalities",
2866 "sp-inherents",
2856 "sp-keystore",2867 "sp-keystore",
2857 "sp-runtime",2868 "sp-runtime",
2858 "sp-state-machine",2869 "sp-state-machine",
2859 "sp-std",2870 "sp-std",
2860 "sp-storage",2871 "sp-storage",
2861 "sp-trie",2872 "sp-trie",
2873 "thousands",
2862]2874]
28632875
2864[[package]]2876[[package]]
2877name = "frame-election-provider-solution-type"
2878version = "4.0.0-dev"
2879source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
2880dependencies = [
2881 "proc-macro-crate 1.1.3",
2882 "proc-macro2",
2883 "quote",
2884 "syn",
2885]
2886
2887[[package]]
2865name = "frame-election-provider-support"2888name = "frame-election-provider-support"
2866version = "4.0.0-dev"2889version = "4.0.0-dev"
2867source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2890source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
2868dependencies = [2891dependencies = [
2892 "frame-election-provider-solution-type",
2869 "frame-support",2893 "frame-support",
2870 "frame-system",2894 "frame-system",
2871 "parity-scale-codec",2895 "parity-scale-codec",
2872 "scale-info",2896 "scale-info",
2873 "sp-arithmetic",2897 "sp-arithmetic",
2874 "sp-npos-elections",2898 "sp-npos-elections",
2899 "sp-runtime",
2875 "sp-std",2900 "sp-std",
2876]2901]
28772902
2878[[package]]2903[[package]]
2879name = "frame-executive"2904name = "frame-executive"
2880version = "4.0.0-dev"2905version = "4.0.0-dev"
2881source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2906source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
2882dependencies = [2907dependencies = [
2883 "frame-support",2908 "frame-support",
2884 "frame-system",2909 "frame-system",
2906[[package]]2931[[package]]
2907name = "frame-support"2932name = "frame-support"
2908version = "4.0.0-dev"2933version = "4.0.0-dev"
2909source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2934source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
2910dependencies = [2935dependencies = [
2911 "bitflags",2936 "bitflags",
2912 "frame-metadata",2937 "frame-metadata",
2935[[package]]2960[[package]]
2936name = "frame-support-procedural"2961name = "frame-support-procedural"
2937version = "4.0.0-dev"2962version = "4.0.0-dev"
2938source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2963source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
2939dependencies = [2964dependencies = [
2940 "Inflector",2965 "Inflector",
2941 "frame-support-procedural-tools",2966 "frame-support-procedural-tools",
2947[[package]]2972[[package]]
2948name = "frame-support-procedural-tools"2973name = "frame-support-procedural-tools"
2949version = "4.0.0-dev"2974version = "4.0.0-dev"
2950source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2975source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
2951dependencies = [2976dependencies = [
2952 "frame-support-procedural-tools-derive",2977 "frame-support-procedural-tools-derive",
2953 "proc-macro-crate 1.1.3",2978 "proc-macro-crate 1.1.3",
2959[[package]]2984[[package]]
2960name = "frame-support-procedural-tools-derive"2985name = "frame-support-procedural-tools-derive"
2961version = "3.0.0"2986version = "3.0.0"
2962source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2987source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
2963dependencies = [2988dependencies = [
2964 "proc-macro2",2989 "proc-macro2",
2965 "quote",2990 "quote",
2969[[package]]2994[[package]]
2970name = "frame-system"2995name = "frame-system"
2971version = "4.0.0-dev"2996version = "4.0.0-dev"
2972source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2997source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
2973dependencies = [2998dependencies = [
2974 "frame-support",2999 "frame-support",
2975 "log",3000 "log",
2986[[package]]3011[[package]]
2987name = "frame-system-benchmarking"3012name = "frame-system-benchmarking"
2988version = "4.0.0-dev"3013version = "4.0.0-dev"
2989source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"3014source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
2990dependencies = [3015dependencies = [
2991 "frame-benchmarking",3016 "frame-benchmarking",
2992 "frame-support",3017 "frame-support",
3001[[package]]3026[[package]]
3002name = "frame-system-rpc-runtime-api"3027name = "frame-system-rpc-runtime-api"
3003version = "4.0.0-dev"3028version = "4.0.0-dev"
3004source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"3029source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
3005dependencies = [3030dependencies = [
3006 "parity-scale-codec",3031 "parity-scale-codec",
3007 "sp-api",3032 "sp-api",
3010[[package]]3035[[package]]
3011name = "frame-try-runtime"3036name = "frame-try-runtime"
3012version = "0.10.0-dev"3037version = "0.10.0-dev"
3013source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"3038source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
3014dependencies = [3039dependencies = [
3015 "frame-support",3040 "frame-support",
3016 "sp-api",3041 "sp-api",
30703095
3071[[package]]3096[[package]]
3072name = "funty"3097name = "funty"
3073version = "1.1.0"
3074source = "registry+https://github.com/rust-lang/crates.io-index"
3075checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"
3076
3077[[package]]
3078name = "funty"
3079version = "2.0.0"3098version = "2.0.0"
3080source = "registry+https://github.com/rust-lang/crates.io-index"3099source = "registry+https://github.com/rust-lang/crates.io-index"
3081checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"3100checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
3146 "futures-io",3165 "futures-io",
3147 "memchr",3166 "memchr",
3148 "parking",3167 "parking",
3149 "pin-project-lite 0.2.8",3168 "pin-project-lite 0.2.9",
3150 "waker-fn",3169 "waker-fn",
3151]3170]
31523171
3204 "futures-sink",3223 "futures-sink",
3205 "futures-task",3224 "futures-task",
3206 "memchr",3225 "memchr",
3207 "pin-project-lite 0.2.8",3226 "pin-project-lite 0.2.9",
3208 "pin-utils",3227 "pin-utils",
3209 "slab",3228 "slab",
3210]3229]
32943313
3295[[package]]3314[[package]]
3296name = "gloo-timers"3315name = "gloo-timers"
3297version = "0.2.3"3316version = "0.2.4"
3298source = "registry+https://github.com/rust-lang/crates.io-index"3317source = "registry+https://github.com/rust-lang/crates.io-index"
3299checksum = "4d12a7f4e95cfe710f1d624fb1210b7d961a5fb05c4fd942f4feab06e61f590e"3318checksum = "5fb7d06c1c8cc2a29bee7ec961009a0b2caa0793ee4900c2ffb348734ba1c8f9"
3300dependencies = [3319dependencies = [
3301 "futures-channel",3320 "futures-channel",
3302 "futures-core",3321 "futures-core",
3312dependencies = [3331dependencies = [
3313 "ff",3332 "ff",
3314 "rand_core 0.6.3",3333 "rand_core 0.6.3",
3315 "subtle 2.4.1",3334 "subtle",
3316]3335]
33173336
3318[[package]]3337[[package]]
34253444
3426[[package]]3445[[package]]
3427name = "hmac"3446name = "hmac"
3428version = "0.7.1"
3429source = "registry+https://github.com/rust-lang/crates.io-index"
3430checksum = "5dcb5e64cda4c23119ab41ba960d1e170a774c8e4b9d9e6a9bc18aabf5e59695"
3431dependencies = [
3432 "crypto-mac 0.7.0",
3433 "digest 0.8.1",
3434]
3435
3436[[package]]
3437name = "hmac"
3438version = "0.8.1"3447version = "0.8.1"
3439source = "registry+https://github.com/rust-lang/crates.io-index"3448source = "registry+https://github.com/rust-lang/crates.io-index"
3440checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"3449checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"
34553464
3456[[package]]3465[[package]]
3457name = "hmac-drbg"3466name = "hmac-drbg"
3458version = "0.2.0"
3459source = "registry+https://github.com/rust-lang/crates.io-index"
3460checksum = "c6e570451493f10f6581b48cdd530413b63ea9e780f544bfd3bdcaa0d89d1a7b"
3461dependencies = [
3462 "digest 0.8.1",
3463 "generic-array 0.12.4",
3464 "hmac 0.7.1",
3465]
3466
3467[[package]]
3468name = "hmac-drbg"
3469version = "0.3.0"3467version = "0.3.0"
3470source = "registry+https://github.com/rust-lang/crates.io-index"3468source = "registry+https://github.com/rust-lang/crates.io-index"
3471checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"3469checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"
3505dependencies = [3503dependencies = [
3506 "bytes 1.1.0",3504 "bytes 1.1.0",
3507 "http",3505 "http",
3508 "pin-project-lite 0.2.8",3506 "pin-project-lite 0.2.9",
3509]3507]
35103508
3511[[package]]3509[[package]]
3512name = "httparse"3510name = "httparse"
3513version = "1.6.0"3511version = "1.7.0"
3514source = "registry+https://github.com/rust-lang/crates.io-index"3512source = "registry+https://github.com/rust-lang/crates.io-index"
3515checksum = "9100414882e15fb7feccb4897e5f0ff0ff1ca7d1a86a23208ada4d7a18e6c6c4"3513checksum = "6330e8a36bd8c859f3fa6d9382911fbb7147ec39807f63b923933a247240b9ba"
35163514
3517[[package]]3515[[package]]
3518name = "httpdate"3516name = "httpdate"
3542 "httparse",3540 "httparse",
3543 "httpdate",3541 "httpdate",
3544 "itoa 1.0.1",3542 "itoa 1.0.1",
3545 "pin-project-lite 0.2.8",3543 "pin-project-lite 0.2.9",
3546 "socket2 0.4.4",3544 "socket2 0.4.4",
3547 "tokio 1.17.0",3545 "tokio 1.17.0",
3548 "tower-service",3546 "tower-service",
3577 "hyper",3575 "hyper",
3578 "log",3576 "log",
3579 "rustls 0.20.4",3577 "rustls 0.20.4",
3580 "rustls-native-certs 0.6.1",3578 "rustls-native-certs 0.6.2",
3581 "tokio 1.17.0",3579 "tokio 1.17.0",
3582 "tokio-rustls 0.23.3",3580 "tokio-rustls 0.23.3",
3583 "webpki-roots 0.22.2",3581 "webpki-roots 0.22.3",
3584]3582]
35853583
3586[[package]]3584[[package]]
37593757
3760[[package]]3758[[package]]
3761name = "ipnet"3759name = "ipnet"
3762version = "2.4.0"3760version = "2.5.0"
3763source = "registry+https://github.com/rust-lang/crates.io-index"3761source = "registry+https://github.com/rust-lang/crates.io-index"
3764checksum = "35e70ee094dc02fd9c13fdad4940090f22dbd6ac7c9e7094a46cf0232a50bc7c"3762checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b"
37653763
3766[[package]]3764[[package]]
3767name = "itertools"3765name = "itertools"
37953793
3796[[package]]3794[[package]]
3797name = "js-sys"3795name = "js-sys"
3798version = "0.3.56"3796version = "0.3.57"
3799source = "registry+https://github.com/rust-lang/crates.io-index"3797source = "registry+https://github.com/rust-lang/crates.io-index"
3800checksum = "a38fc24e30fd564ce974c02bf1d337caddff65be6cc4735a1f7eab22a7440f04"3798checksum = "671a26f820db17c2a2750743f1dd03bafd15b98c9f30c7c2628c024c05d73397"
3801dependencies = [3799dependencies = [
3802 "wasm-bindgen",3800 "wasm-bindgen",
3803]3801]
39363934
3937[[package]]3935[[package]]
3938name = "jsonrpsee"3936name = "jsonrpsee"
3939version = "0.4.1"3937version = "0.10.1"
3940source = "registry+https://github.com/rust-lang/crates.io-index"3938source = "registry+https://github.com/rust-lang/crates.io-index"
3941checksum = "6373a33d987866ccfe1af4bc11b089dce941764313f9fd8b7cf13fcb51b72dc5"3939checksum = "91dc760c341fa81173f9a434931aaf32baad5552b0230cc6c93e8fb7eaad4c19"
3942dependencies = [3940dependencies = [
3943 "jsonrpsee-types 0.4.1",3941 "jsonrpsee-core",
3944 "jsonrpsee-utils",3942 "jsonrpsee-http-client",
3945 "jsonrpsee-ws-client 0.4.1",
3946]
3947
3948[[package]]
3949name = "jsonrpsee"
3950version = "0.8.0"
3951source = "registry+https://github.com/rust-lang/crates.io-index"
3952checksum = "05fd8cd6c6b1bbd06881d2cf88f1fc83cc36c98f2219090f839115fb4a956cb9"
3953dependencies = [
3954 "jsonrpsee-core 0.8.0",
3955 "jsonrpsee-proc-macros",3943 "jsonrpsee-proc-macros",
3956 "jsonrpsee-types 0.8.0",3944 "jsonrpsee-types",
3957 "jsonrpsee-ws-client 0.8.0",3945 "jsonrpsee-ws-client",
3958]3946]
39593947
3960[[package]]3948[[package]]
3961name = "jsonrpsee"
3962version = "0.9.0"
3963source = "registry+https://github.com/rust-lang/crates.io-index"
3964checksum = "f0d0b8cc1959f8c05256ace093b2317482da9127f1d9227564f47e7e6bf9bda8"
3965dependencies = [
3966 "jsonrpsee-core 0.9.0",
3967 "jsonrpsee-http-client",
3968 "jsonrpsee-types 0.9.0",
3969 "jsonrpsee-ws-client 0.9.0",
3970]
3971
3972[[package]]
3973name = "jsonrpsee-client-transport"3949name = "jsonrpsee-client-transport"
3974version = "0.8.0"3950version = "0.10.1"
3975source = "registry+https://github.com/rust-lang/crates.io-index"3951source = "registry+https://github.com/rust-lang/crates.io-index"
3976checksum = "3303cdf246e6ab76e2866fb3d9acb6c76a068b1b28bd923a1b7a8122257ad7b5"3952checksum = "765f7a36d5087f74e3b3b47805c2188fef8eb54afcb587b078d9f8ebfe9c7220"
3977dependencies = [3953dependencies = [
3978 "futures 0.3.21",3954 "futures 0.3.21",
3979 "http",3955 "http",
3980 "jsonrpsee-core 0.8.0",3956 "jsonrpsee-core",
3981 "jsonrpsee-types 0.8.0",3957 "jsonrpsee-types",
3982 "pin-project 1.0.10",3958 "pin-project 1.0.10",
3983 "rustls-native-certs 0.6.1",3959 "rustls-native-certs 0.6.2",
3984 "soketto",3960 "soketto",
3985 "thiserror",3961 "thiserror",
3986 "tokio 1.17.0",3962 "tokio 1.17.0",
3987 "tokio-rustls 0.23.3",3963 "tokio-rustls 0.23.3",
3988 "tokio-util 0.6.9",3964 "tokio-util 0.7.1",
3989 "tracing",3965 "tracing",
3990 "webpki-roots 0.22.2",3966 "webpki-roots 0.22.3",
3991]3967]
39923968
3993[[package]]3969[[package]]
3994name = "jsonrpsee-client-transport"
3995version = "0.9.0"
3996source = "registry+https://github.com/rust-lang/crates.io-index"
3997checksum = "fa370c2c717d798c3c0a315ae3f0a707a388c6963c11f9da7dbbe1d3f7392f5f"
3998dependencies = [
3999 "futures 0.3.21",
4000 "http",
4001 "jsonrpsee-core 0.9.0",
4002 "jsonrpsee-types 0.9.0",
4003 "pin-project 1.0.10",
4004 "rustls-native-certs 0.6.1",
4005 "soketto",
4006 "thiserror",
4007 "tokio 1.17.0",
4008 "tokio-rustls 0.23.3",
4009 "tokio-util 0.6.9",
4010 "tracing",
4011 "webpki-roots 0.22.2",
4012]
4013
4014[[package]]
4015name = "jsonrpsee-core"3970name = "jsonrpsee-core"
4016version = "0.8.0"3971version = "0.10.1"
4017source = "registry+https://github.com/rust-lang/crates.io-index"3972source = "registry+https://github.com/rust-lang/crates.io-index"
4018checksum = "f220b5a238dc7992b90f1144fbf6eaa585872c9376afe6fe6863ffead6191bf3"3973checksum = "82ef77ecd20c2254d54f5da8c0738eacca61e6b6511268a8f2753e3148c6c706"
4019dependencies = [3974dependencies = [
4020 "anyhow",3975 "anyhow",
4021 "arrayvec 0.7.2",3976 "arrayvec 0.7.2",
4024 "futures-channel",3979 "futures-channel",
4025 "futures-util",3980 "futures-util",
4026 "hyper",3981 "hyper",
4027 "jsonrpsee-types 0.8.0",3982 "jsonrpsee-types",
4028 "rustc-hash",3983 "rustc-hash",
4029 "serde",3984 "serde",
4030 "serde_json",3985 "serde_json",
4035]3990]
40363991
4037[[package]]3992[[package]]
4038name = "jsonrpsee-core"
4039version = "0.9.0"
4040source = "registry+https://github.com/rust-lang/crates.io-index"
4041checksum = "22abc3274b265dcefe2e26c4beecf9fda4fffa48cf94930443a6c73678f020d5"
4042dependencies = [
4043 "anyhow",
4044 "arrayvec 0.7.2",
4045 "async-trait",
4046 "beef",
4047 "futures-channel",
4048 "futures-util",
4049 "hyper",
4050 "jsonrpsee-types 0.9.0",
4051 "rustc-hash",
4052 "serde",
4053 "serde_json",
4054 "soketto",
4055 "thiserror",
4056 "tokio 1.17.0",
4057 "tracing",
4058]
4059
4060[[package]]
4061name = "jsonrpsee-http-client"3993name = "jsonrpsee-http-client"
4062version = "0.9.0"3994version = "0.10.1"
4063source = "registry+https://github.com/rust-lang/crates.io-index"3995source = "registry+https://github.com/rust-lang/crates.io-index"
4064checksum = "d31b837273d09dd80051eefa57d337769dff6c3266108c43a3544ac7ffed9d68"3996checksum = "92709e0b8255691f4df954a0176b1cbc3312f151e7ed2e643812e8bd121f1d1c"
4065dependencies = [3997dependencies = [
4066 "async-trait",3998 "async-trait",
4067 "hyper",3999 "hyper",
4068 "hyper-rustls 0.23.0",4000 "hyper-rustls 0.23.0",
4069 "jsonrpsee-core 0.9.0",4001 "jsonrpsee-core",
4070 "jsonrpsee-types 0.9.0",4002 "jsonrpsee-types",
4071 "rustc-hash",4003 "rustc-hash",
4072 "serde",4004 "serde",
4073 "serde_json",4005 "serde_json",
40784010
4079[[package]]4011[[package]]
4080name = "jsonrpsee-proc-macros"4012name = "jsonrpsee-proc-macros"
4081version = "0.8.0"4013version = "0.10.1"
4082source = "registry+https://github.com/rust-lang/crates.io-index"4014source = "registry+https://github.com/rust-lang/crates.io-index"
4083checksum = "4299ebf790ea9de1cb72e73ff2ae44c723ef264299e5e2d5ef46a371eb3ac3d8"4015checksum = "b7291c72805bc7d413b457e50d8ef3e87aa554da65ecbbc278abb7dfc283e7f0"
4084dependencies = [4016dependencies = [
4085 "proc-macro-crate 1.1.3",4017 "proc-macro-crate 1.1.3",
4086 "proc-macro2",4018 "proc-macro2",
40904022
4091[[package]]4023[[package]]
4092name = "jsonrpsee-types"4024name = "jsonrpsee-types"
4093version = "0.4.1"4025version = "0.10.1"
4094source = "registry+https://github.com/rust-lang/crates.io-index"4026source = "registry+https://github.com/rust-lang/crates.io-index"
4095checksum = "62f778cf245158fbd8f5d50823a2e9e4c708a40be164766bd35e9fb1d86715b2"4027checksum = "38b6aa52f322cbf20c762407629b8300f39bcc0cf0619840d9252a2f65fd2dd9"
4096dependencies = [4028dependencies = [
4097 "anyhow",4029 "anyhow",
4098 "async-trait",
4099 "beef",4030 "beef",
4100 "futures-channel",
4101 "futures-util",
4102 "hyper",
4103 "log",
4104 "serde",4031 "serde",
4105 "serde_json",4032 "serde_json",
4106 "soketto",
4107 "thiserror",4033 "thiserror",
4108]
4109
4110[[package]]
4111name = "jsonrpsee-types"
4112version = "0.8.0"
4113source = "registry+https://github.com/rust-lang/crates.io-index"
4114checksum = "c1b3f601bbbe45cd63f5407b6f7d7950e08a7d4f82aa699ff41a4a5e9e54df58"
4115dependencies = [
4116 "anyhow",
4117 "beef",
4118 "serde",
4119 "serde_json",
4120 "thiserror",
4121 "tracing",4034 "tracing",
4122]4035]
41234036
4124[[package]]4037[[package]]
4125name = "jsonrpsee-types"
4126version = "0.9.0"
4127source = "registry+https://github.com/rust-lang/crates.io-index"
4128checksum = "9f4c45d2e2aa1db4c7d7d7dbaabc10a5b5258d99cd9d42fbfd5260b76f80c324"
4129dependencies = [
4130 "anyhow",
4131 "beef",
4132 "serde",
4133 "serde_json",
4134 "thiserror",
4135 "tracing",
4136]
4137
4138[[package]]
4139name = "jsonrpsee-utils"
4140version = "0.4.1"
4141source = "registry+https://github.com/rust-lang/crates.io-index"
4142checksum = "0109c4f972058f3b1925b73a17210aff7b63b65967264d0045d15ee88fe84f0c"
4143dependencies = [
4144 "arrayvec 0.7.2",
4145 "beef",
4146 "jsonrpsee-types 0.4.1",
4147]
4148
4149[[package]]
4150name = "jsonrpsee-ws-client"4038name = "jsonrpsee-ws-client"
4151version = "0.4.1"4039version = "0.10.1"
4152source = "registry+https://github.com/rust-lang/crates.io-index"4040source = "registry+https://github.com/rust-lang/crates.io-index"
4153checksum = "559aa56fc402af206c00fc913dc2be1d9d788dcde045d14df141a535245d35ef"4041checksum = "dd66d18bab78d956df24dd0d2e41e4c00afbb818fda94a98264bdd12ce8506ac"
4154dependencies = [4042dependencies = [
4155 "arrayvec 0.7.2",4043 "jsonrpsee-client-transport",
4156 "async-trait",
4157 "fnv",
4158 "futures 0.3.21",
4159 "http",
4160 "jsonrpsee-types 0.4.1",
4161 "log",
4162 "pin-project 1.0.10",
4163 "rustls-native-certs 0.5.0",4044 "jsonrpsee-core",
4164 "serde",4045 "jsonrpsee-types",
4165 "serde_json",
4166 "soketto",
4167 "thiserror",
4168 "tokio 1.17.0",
4169 "tokio-rustls 0.22.0",
4170 "tokio-util 0.6.9",
4171]4046]
41724047
4173[[package]]4048[[package]]
4174name = "jsonrpsee-ws-client"
4175version = "0.8.0"
4176source = "registry+https://github.com/rust-lang/crates.io-index"
4177checksum = "aff425cee7c779e33920913bc695447416078ee6d119f443f3060feffa4e86b5"
4178dependencies = [
4179 "jsonrpsee-client-transport 0.8.0",
4180 "jsonrpsee-core 0.8.0",
4181 "jsonrpsee-types 0.8.0",
4182]
4183
4184[[package]]
4185name = "jsonrpsee-ws-client"
4186version = "0.9.0"
4187source = "registry+https://github.com/rust-lang/crates.io-index"
4188checksum = "31b58983485b2b626c276f1eb367d62dae82132451b281072a7bfa536a33ddf3"
4189dependencies = [
4190 "jsonrpsee-client-transport 0.9.0",
4191 "jsonrpsee-core 0.9.0",
4192 "jsonrpsee-types 0.9.0",
4193]
4194
4195[[package]]
4196name = "k256"4049name = "k256"
4197version = "0.10.4"4050version = "0.10.4"
4198source = "registry+https://github.com/rust-lang/crates.io-index"4051source = "registry+https://github.com/rust-lang/crates.io-index"
42224075
4223[[package]]4076[[package]]
4224name = "kusama-runtime"4077name = "kusama-runtime"
4225version = "0.9.18"4078version = "0.9.19"
4226source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"4079source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
4227dependencies = [4080dependencies = [
4228 "beefy-primitives",4081 "beefy-primitives",
4229 "bitvec",4082 "bitvec",
4244 "pallet-bags-list",4097 "pallet-bags-list",
4245 "pallet-balances",4098 "pallet-balances",
4246 "pallet-bounties",4099 "pallet-bounties",
4100 "pallet-child-bounties",
4247 "pallet-collective",4101 "pallet-collective",
4248 "pallet-democracy",4102 "pallet-democracy",
4249 "pallet-election-provider-multi-phase",4103 "pallet-election-provider-multi-phase",
43104164
4311[[package]]4165[[package]]
4312name = "kusama-runtime-constants"4166name = "kusama-runtime-constants"
4313version = "0.9.18"4167version = "0.9.19"
4314source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"4168source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
4315dependencies = [4169dependencies = [
4316 "frame-support",4170 "frame-support",
4317 "polkadot-primitives",4171 "polkadot-primitives",
43824236
4383[[package]]4237[[package]]
4384name = "libc"4238name = "libc"
4385version = "0.2.121"4239version = "0.2.124"
4386source = "registry+https://github.com/rust-lang/crates.io-index"4240source = "registry+https://github.com/rust-lang/crates.io-index"
4387checksum = "efaa7b300f3b5fe8eb6bf21ce3895e1751d9665086af2d64b42f19701015ff4f"4241checksum = "21a41fed9d98f27ab1c6d161da622a4fa35e8a54a8adc24bbf3ddd0ef70b0e50"
43884242
4389[[package]]4243[[package]]
4390name = "libloading"4244name = "libloading"
4468 "futures-timer",4322 "futures-timer",
4469 "instant",4323 "instant",
4470 "lazy_static",4324 "lazy_static",
4471 "libsecp256k1 0.7.0",4325 "libsecp256k1",
4472 "log",4326 "log",
4473 "multiaddr",4327 "multiaddr",
4474 "multihash 0.14.0",4328 "multihash 0.14.0",
49024756
4903[[package]]4757[[package]]
4904name = "libsecp256k1"4758name = "libsecp256k1"
4905version = "0.3.5"
4906source = "registry+https://github.com/rust-lang/crates.io-index"
4907checksum = "1fc1e2c808481a63dc6da2074752fdd4336a3c8fcc68b83db6f1fd5224ae7962"
4908dependencies = [
4909 "arrayref",
4910 "crunchy",
4911 "digest 0.8.1",
4912 "hmac-drbg 0.2.0",
4913 "rand 0.7.3",
4914 "sha2 0.8.2",
4915 "subtle 2.4.1",
4916 "typenum",
4917]
4918
4919[[package]]
4920name = "libsecp256k1"
4921version = "0.7.0"4759version = "0.7.0"
4922source = "registry+https://github.com/rust-lang/crates.io-index"4760source = "registry+https://github.com/rust-lang/crates.io-index"
4923checksum = "b0452aac8bab02242429380e9b2f94ea20cea2b37e2c1777a1358799bbe97f37"4761checksum = "b0452aac8bab02242429380e9b2f94ea20cea2b37e2c1777a1358799bbe97f37"
4924dependencies = [4762dependencies = [
4925 "arrayref",4763 "arrayref",
4926 "base64",4764 "base64",
4927 "digest 0.9.0",4765 "digest 0.9.0",
4928 "hmac-drbg 0.3.0",4766 "hmac-drbg",
4929 "libsecp256k1-core",4767 "libsecp256k1-core",
4930 "libsecp256k1-gen-ecmult",4768 "libsecp256k1-gen-ecmult",
4931 "libsecp256k1-gen-genmult",4769 "libsecp256k1-gen-genmult",
4943dependencies = [4781dependencies = [
4944 "crunchy",4782 "crunchy",
4945 "digest 0.9.0",4783 "digest 0.9.0",
4946 "subtle 2.4.1",4784 "subtle",
4947]4785]
49484786
4949[[package]]4787[[package]]
51915029
5192[[package]]5030[[package]]
5193name = "metered-channel"5031name = "metered-channel"
5194version = "0.9.18"5032version = "0.9.19"
5195source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"5033source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
5196dependencies = [5034dependencies = [
5035 "coarsetime",
5036 "crossbeam-queue",
5197 "derive_more",5037 "derive_more",
5198 "futures 0.3.21",5038 "futures 0.3.21",
5199 "futures-timer",5039 "futures-timer",
5040 "nanorand",
5200 "thiserror",5041 "thiserror",
5201 "tracing",5042 "tracing-gum",
5202]5043]
52035044
5204[[package]]5045[[package]]
52205061
5221[[package]]5062[[package]]
5222name = "miniz_oxide"5063name = "miniz_oxide"
5223version = "0.4.4"5064version = "0.5.1"
5224source = "registry+https://github.com/rust-lang/crates.io-index"5065source = "registry+https://github.com/rust-lang/crates.io-index"
5225checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"5066checksum = "d2b29bd4bc3f33391105ebee3589c19197c4271e3e5a9ec9bfe8127eeff8f082"
5226dependencies = [5067dependencies = [
5227 "adler",5068 "adler",
5228 "autocfg",
5229]5069]
52305070
5231[[package]]5071[[package]]
54245264
5425[[package]]5265[[package]]
5426name = "names"5266name = "names"
5427version = "0.12.0"5267version = "0.13.0"
5428source = "registry+https://github.com/rust-lang/crates.io-index"5268source = "registry+https://github.com/rust-lang/crates.io-index"
5429checksum = "10a8690bf09abf659851e58cd666c3d37ac6af07c2bd7a9e332cfba471715775"5269checksum = "e7d66043b25d4a6cccb23619d10c19c25304b355a7dccd4a8e11423dd2382146"
5430dependencies = [5270dependencies = [
5431 "rand 0.8.5",5271 "rand 0.8.5",
5432]5272]
54335273
5434[[package]]5274[[package]]
5275name = "nanorand"
5276version = "0.7.0"
5277source = "registry+https://github.com/rust-lang/crates.io-index"
5278checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
5279
5280[[package]]
5435name = "net2"5281name = "net2"
5436version = "0.2.37"5282version = "0.2.37"
5437source = "registry+https://github.com/rust-lang/crates.io-index"5283source = "registry+https://github.com/rust-lang/crates.io-index"
5568]5414]
55695415
5570[[package]]5416[[package]]
5417name = "object"
5418version = "0.28.3"
5419source = "registry+https://github.com/rust-lang/crates.io-index"
5420checksum = "40bec70ba014595f99f7aa110b84331ffe1ee9aece7fe6f387cc7e3ecda4d456"
5421dependencies = [
5422 "memchr",
5423]
5424
5425[[package]]
5571name = "once_cell"5426name = "once_cell"
5572version = "1.10.0"5427version = "1.10.0"
5573source = "registry+https://github.com/rust-lang/crates.io-index"5428source = "registry+https://github.com/rust-lang/crates.io-index"
5702[[package]]5557[[package]]
5703name = "orml-vesting"5558name = "orml-vesting"
5704version = "0.4.1-dev"5559version = "0.4.1-dev"
5705source = "git+https://github.com/UniqueNetwork/open-runtime-module-library?branch=unique-polkadot-v0.9.18#4690ac0d5e85a35351608d27c4304dfc6df4eb03"5560source = "git+https://github.com//uniquenetwork/open-runtime-module-library?branch=unique-polkadot-v0.9.19#1ee81601134e9da6083ba1436fc024c2ec729e10"
5706dependencies = [5561dependencies = [
5707 "frame-support",5562 "frame-support",
5708 "frame-system",5563 "frame-system",
5719version = "6.0.0"5574version = "6.0.0"
5720source = "registry+https://github.com/rust-lang/crates.io-index"5575source = "registry+https://github.com/rust-lang/crates.io-index"
5721checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"5576checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"
5722dependencies = [
5723 "memchr",
5724]
57255577
5726[[package]]5578[[package]]
5727name = "owning_ref"5579name = "owning_ref"
5735[[package]]5587[[package]]
5736name = "pallet-aura"5588name = "pallet-aura"
5737version = "4.0.0-dev"5589version = "4.0.0-dev"
5738source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5590source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
5739dependencies = [5591dependencies = [
5740 "frame-support",5592 "frame-support",
5741 "frame-system",5593 "frame-system",
5751[[package]]5603[[package]]
5752name = "pallet-authority-discovery"5604name = "pallet-authority-discovery"
5753version = "4.0.0-dev"5605version = "4.0.0-dev"
5754source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5606source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
5755dependencies = [5607dependencies = [
5756 "frame-support",5608 "frame-support",
5757 "frame-system",5609 "frame-system",
5767[[package]]5619[[package]]
5768name = "pallet-authorship"5620name = "pallet-authorship"
5769version = "4.0.0-dev"5621version = "4.0.0-dev"
5770source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5622source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
5771dependencies = [5623dependencies = [
5772 "frame-support",5624 "frame-support",
5773 "frame-system",5625 "frame-system",
5782[[package]]5634[[package]]
5783name = "pallet-babe"5635name = "pallet-babe"
5784version = "4.0.0-dev"5636version = "4.0.0-dev"
5785source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5637source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
5786dependencies = [5638dependencies = [
5787 "frame-benchmarking",5639 "frame-benchmarking",
5788 "frame-support",5640 "frame-support",
5806[[package]]5658[[package]]
5807name = "pallet-bags-list"5659name = "pallet-bags-list"
5808version = "4.0.0-dev"5660version = "4.0.0-dev"
5809source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5661source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
5810dependencies = [5662dependencies = [
5811 "frame-benchmarking",5663 "frame-benchmarking",
5812 "frame-election-provider-support",5664 "frame-election-provider-support",
5826[[package]]5678[[package]]
5827name = "pallet-balances"5679name = "pallet-balances"
5828version = "4.0.0-dev"5680version = "4.0.0-dev"
5829source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5681source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
5830dependencies = [5682dependencies = [
5831 "frame-benchmarking",5683 "frame-benchmarking",
5832 "frame-support",5684 "frame-support",
5841[[package]]5693[[package]]
5842name = "pallet-base-fee"5694name = "pallet-base-fee"
5843version = "1.0.0"5695version = "1.0.0"
5844source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"5696source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#181be008ee7eff1b16dfabaaf1383b4253cc9790"
5845dependencies = [5697dependencies = [
5698 "fp-evm",
5846 "frame-support",5699 "frame-support",
5847 "frame-system",5700 "frame-system",
5848 "pallet-evm",
5849 "parity-scale-codec",5701 "parity-scale-codec",
5850 "scale-info",5702 "scale-info",
5851 "serde",5703 "serde",
5856[[package]]5708[[package]]
5857name = "pallet-beefy"5709name = "pallet-beefy"
5858version = "4.0.0-dev"5710version = "4.0.0-dev"
5859source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5711source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
5860dependencies = [5712dependencies = [
5861 "beefy-primitives",5713 "beefy-primitives",
5862 "frame-support",5714 "frame-support",
5872[[package]]5724[[package]]
5873name = "pallet-beefy-mmr"5725name = "pallet-beefy-mmr"
5874version = "4.0.0-dev"5726version = "4.0.0-dev"
5875source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5727source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
5876dependencies = [5728dependencies = [
5877 "beefy-merkle-tree",5729 "beefy-merkle-tree",
5878 "beefy-primitives",5730 "beefy-primitives",
5897[[package]]5749[[package]]
5898name = "pallet-bounties"5750name = "pallet-bounties"
5899version = "4.0.0-dev"5751version = "4.0.0-dev"
5900source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5752source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
5901dependencies = [5753dependencies = [
5902 "frame-benchmarking",5754 "frame-benchmarking",
5903 "frame-support",5755 "frame-support",
5915[[package]]5767[[package]]
5916name = "pallet-bridge-dispatch"5768name = "pallet-bridge-dispatch"
5917version = "0.1.0"5769version = "0.1.0"
5918source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"5770source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
5919dependencies = [5771dependencies = [
5920 "bp-message-dispatch",5772 "bp-message-dispatch",
5921 "bp-runtime",5773 "bp-runtime",
5932[[package]]5784[[package]]
5933name = "pallet-bridge-grandpa"5785name = "pallet-bridge-grandpa"
5934version = "0.1.0"5786version = "0.1.0"
5935source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"5787source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
5936dependencies = [5788dependencies = [
5937 "bp-header-chain",5789 "bp-header-chain",
5938 "bp-runtime",5790 "bp-runtime",
5954[[package]]5806[[package]]
5955name = "pallet-bridge-messages"5807name = "pallet-bridge-messages"
5956version = "0.1.0"5808version = "0.1.0"
5957source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"5809source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
5958dependencies = [5810dependencies = [
5959 "bitvec",5811 "bitvec",
5960 "bp-message-dispatch",5812 "bp-message-dispatch",
5973]5825]
59745826
5975[[package]]5827[[package]]
5828name = "pallet-child-bounties"
5829version = "4.0.0-dev"
5830source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
5831dependencies = [
5832 "frame-benchmarking",
5833 "frame-support",
5834 "frame-system",
5835 "log",
5836 "pallet-bounties",
5837 "pallet-treasury",
5838 "parity-scale-codec",
5839 "scale-info",
5840 "sp-core",
5841 "sp-io",
5842 "sp-runtime",
5843 "sp-std",
5844]
5845
5846[[package]]
5976name = "pallet-collective"5847name = "pallet-collective"
5977version = "4.0.0-dev"5848version = "4.0.0-dev"
5978source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5849source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
5979dependencies = [5850dependencies = [
5980 "frame-benchmarking",5851 "frame-benchmarking",
5981 "frame-support",5852 "frame-support",
6011[[package]]5882[[package]]
6012name = "pallet-democracy"5883name = "pallet-democracy"
6013version = "4.0.0-dev"5884version = "4.0.0-dev"
6014source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5885source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
6015dependencies = [5886dependencies = [
6016 "frame-benchmarking",5887 "frame-benchmarking",
6017 "frame-support",5888 "frame-support",
6027[[package]]5898[[package]]
6028name = "pallet-election-provider-multi-phase"5899name = "pallet-election-provider-multi-phase"
6029version = "4.0.0-dev"5900version = "4.0.0-dev"
6030source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5901source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
6031dependencies = [5902dependencies = [
6032 "frame-benchmarking",5903 "frame-benchmarking",
6033 "frame-election-provider-support",5904 "frame-election-provider-support",
6050[[package]]5921[[package]]
6051name = "pallet-elections-phragmen"5922name = "pallet-elections-phragmen"
6052version = "5.0.0-dev"5923version = "5.0.0-dev"
6053source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5924source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
6054dependencies = [5925dependencies = [
6055 "frame-benchmarking",5926 "frame-benchmarking",
6056 "frame-support",5927 "frame-support",
6068[[package]]5939[[package]]
6069name = "pallet-ethereum"5940name = "pallet-ethereum"
6070version = "4.0.0-dev"5941version = "4.0.0-dev"
6071source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"5942source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#181be008ee7eff1b16dfabaaf1383b4253cc9790"
6072dependencies = [5943dependencies = [
6073 "ethereum",5944 "ethereum",
6074 "ethereum-types",5945 "ethereum-types",
6081 "fp-storage",5952 "fp-storage",
6082 "frame-support",5953 "frame-support",
6083 "frame-system",5954 "frame-system",
6084 "log",
6085 "pallet-balances",5955 "pallet-balances",
6086 "pallet-evm",5956 "pallet-evm",
6087 "pallet-timestamp",5957 "pallet-timestamp",
6088 "parity-scale-codec",5958 "parity-scale-codec",
6089 "rlp",5959 "rlp",
6090 "rustc-hex",
6091 "scale-info",5960 "scale-info",
6092 "serde",5961 "serde",
6093 "sha3 0.8.2",5962 "sha3 0.10.1",
6094 "sp-io",5963 "sp-io",
6095 "sp-runtime",5964 "sp-runtime",
6096 "sp-std",5965 "sp-std",
6099[[package]]5968[[package]]
6100name = "pallet-evm"5969name = "pallet-evm"
6101version = "6.0.0-dev"5970version = "6.0.0-dev"
6102source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"5971source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#181be008ee7eff1b16dfabaaf1383b4253cc9790"
6103dependencies = [5972dependencies = [
6104 "evm",5973 "evm",
6105 "evm-gasometer",
6106 "evm-runtime",
6107 "fp-evm",5974 "fp-evm",
6108 "fp-evm-mapping",5975 "fp-evm-mapping",
6109 "frame-benchmarking",5976 "frame-benchmarking",
6119 "rlp",5986 "rlp",
6120 "scale-info",5987 "scale-info",
6121 "serde",5988 "serde",
6122 "sha3 0.8.2",5989 "sha3 0.10.1",
6123 "sp-core",5990 "sp-core",
6124 "sp-io",5991 "sp-io",
6125 "sp-runtime",5992 "sp-runtime",
6221[[package]]6088[[package]]
6222name = "pallet-gilt"6089name = "pallet-gilt"
6223version = "4.0.0-dev"6090version = "4.0.0-dev"
6224source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6091source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
6225dependencies = [6092dependencies = [
6226 "frame-benchmarking",6093 "frame-benchmarking",
6227 "frame-support",6094 "frame-support",
6236[[package]]6103[[package]]
6237name = "pallet-grandpa"6104name = "pallet-grandpa"
6238version = "4.0.0-dev"6105version = "4.0.0-dev"
6239source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6106source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
6240dependencies = [6107dependencies = [
6241 "frame-benchmarking",6108 "frame-benchmarking",
6242 "frame-support",6109 "frame-support",
6259[[package]]6126[[package]]
6260name = "pallet-identity"6127name = "pallet-identity"
6261version = "4.0.0-dev"6128version = "4.0.0-dev"
6262source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6129source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
6263dependencies = [6130dependencies = [
6264 "enumflags2",6131 "enumflags2",
6265 "frame-benchmarking",6132 "frame-benchmarking",
6275[[package]]6142[[package]]
6276name = "pallet-im-online"6143name = "pallet-im-online"
6277version = "4.0.0-dev"6144version = "4.0.0-dev"
6278source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6145source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
6279dependencies = [6146dependencies = [
6280 "frame-benchmarking",6147 "frame-benchmarking",
6281 "frame-support",6148 "frame-support",
6295[[package]]6162[[package]]
6296name = "pallet-indices"6163name = "pallet-indices"
6297version = "4.0.0-dev"6164version = "4.0.0-dev"
6298source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6165source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
6299dependencies = [6166dependencies = [
6300 "frame-benchmarking",6167 "frame-benchmarking",
6301 "frame-support",6168 "frame-support",
6331[[package]]6198[[package]]
6332name = "pallet-membership"6199name = "pallet-membership"
6333version = "4.0.0-dev"6200version = "4.0.0-dev"
6334source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6201source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
6335dependencies = [6202dependencies = [
6336 "frame-benchmarking",6203 "frame-benchmarking",
6337 "frame-support",6204 "frame-support",
6348[[package]]6215[[package]]
6349name = "pallet-mmr"6216name = "pallet-mmr"
6350version = "4.0.0-dev"6217version = "4.0.0-dev"
6351source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6218source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
6352dependencies = [6219dependencies = [
6353 "ckb-merkle-mountain-range",6220 "ckb-merkle-mountain-range",
6354 "frame-benchmarking",6221 "frame-benchmarking",
6366[[package]]6233[[package]]
6367name = "pallet-mmr-primitives"6234name = "pallet-mmr-primitives"
6368version = "4.0.0-dev"6235version = "4.0.0-dev"
6369source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6236source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
6370dependencies = [6237dependencies = [
6371 "frame-support",6238 "frame-support",
6372 "frame-system",6239 "frame-system",
6382[[package]]6249[[package]]
6383name = "pallet-mmr-rpc"6250name = "pallet-mmr-rpc"
6384version = "3.0.0"6251version = "3.0.0"
6385source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6252source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
6386dependencies = [6253dependencies = [
6387 "jsonrpc-core",6254 "jsonrpc-core",
6388 "jsonrpc-core-client",6255 "jsonrpc-core-client",
6399[[package]]6266[[package]]
6400name = "pallet-multisig"6267name = "pallet-multisig"
6401version = "4.0.0-dev"6268version = "4.0.0-dev"
6402source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6269source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
6403dependencies = [6270dependencies = [
6404 "frame-benchmarking",6271 "frame-benchmarking",
6405 "frame-support",6272 "frame-support",
6414[[package]]6281[[package]]
6415name = "pallet-nicks"6282name = "pallet-nicks"
6416version = "4.0.0-dev"6283version = "4.0.0-dev"
6417source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6284source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
6418dependencies = [6285dependencies = [
6419 "frame-support",6286 "frame-support",
6420 "frame-system",6287 "frame-system",
6448[[package]]6315[[package]]
6449name = "pallet-offences"6316name = "pallet-offences"
6450version = "4.0.0-dev"6317version = "4.0.0-dev"
6451source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6318source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
6452dependencies = [6319dependencies = [
6453 "frame-support",6320 "frame-support",
6454 "frame-system",6321 "frame-system",
6465[[package]]6332[[package]]
6466name = "pallet-offences-benchmarking"6333name = "pallet-offences-benchmarking"
6467version = "4.0.0-dev"6334version = "4.0.0-dev"
6468source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6335source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
6469dependencies = [6336dependencies = [
6470 "frame-benchmarking",6337 "frame-benchmarking",
6471 "frame-election-provider-support",6338 "frame-election-provider-support",
6488[[package]]6355[[package]]
6489name = "pallet-preimage"6356name = "pallet-preimage"
6490version = "4.0.0-dev"6357version = "4.0.0-dev"
6491source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6358source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
6492dependencies = [6359dependencies = [
6493 "frame-benchmarking",6360 "frame-benchmarking",
6494 "frame-support",6361 "frame-support",
6504[[package]]6371[[package]]
6505name = "pallet-proxy"6372name = "pallet-proxy"
6506version = "4.0.0-dev"6373version = "4.0.0-dev"
6507source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6374source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
6508dependencies = [6375dependencies = [
6509 "frame-benchmarking",6376 "frame-benchmarking",
6510 "frame-support",6377 "frame-support",
6519[[package]]6386[[package]]
6520name = "pallet-randomness-collective-flip"6387name = "pallet-randomness-collective-flip"
6521version = "4.0.0-dev"6388version = "4.0.0-dev"
6522source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6389source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
6523dependencies = [6390dependencies = [
6524 "frame-support",6391 "frame-support",
6525 "frame-system",6392 "frame-system",
6533[[package]]6400[[package]]
6534name = "pallet-recovery"6401name = "pallet-recovery"
6535version = "4.0.0-dev"6402version = "4.0.0-dev"
6536source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6403source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
6537dependencies = [6404dependencies = [
6538 "frame-support",6405 "frame-support",
6539 "frame-system",6406 "frame-system",
6564[[package]]6431[[package]]
6565name = "pallet-scheduler"6432name = "pallet-scheduler"
6566version = "4.0.0-dev"6433version = "4.0.0-dev"
6567source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6434source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
6568dependencies = [6435dependencies = [
6569 "frame-benchmarking",6436 "frame-benchmarking",
6570 "frame-support",6437 "frame-support",
6580[[package]]6447[[package]]
6581name = "pallet-session"6448name = "pallet-session"
6582version = "4.0.0-dev"6449version = "4.0.0-dev"
6583source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6450source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
6584dependencies = [6451dependencies = [
6585 "frame-support",6452 "frame-support",
6586 "frame-system",6453 "frame-system",
6601[[package]]6468[[package]]
6602name = "pallet-session-benchmarking"6469name = "pallet-session-benchmarking"
6603version = "4.0.0-dev"6470version = "4.0.0-dev"
6604source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6471source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
6605dependencies = [6472dependencies = [
6606 "frame-benchmarking",6473 "frame-benchmarking",
6607 "frame-support",6474 "frame-support",
6617[[package]]6484[[package]]
6618name = "pallet-society"6485name = "pallet-society"
6619version = "4.0.0-dev"6486version = "4.0.0-dev"
6620source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6487source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
6621dependencies = [6488dependencies = [
6622 "frame-support",6489 "frame-support",
6623 "frame-system",6490 "frame-system",
6631[[package]]6498[[package]]
6632name = "pallet-staking"6499name = "pallet-staking"
6633version = "4.0.0-dev"6500version = "4.0.0-dev"
6634source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6501source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
6635dependencies = [6502dependencies = [
6636 "frame-benchmarking",6503 "frame-benchmarking",
6637 "frame-election-provider-support",6504 "frame-election-provider-support",
6654[[package]]6521[[package]]
6655name = "pallet-staking-reward-curve"6522name = "pallet-staking-reward-curve"
6656version = "4.0.0-dev"6523version = "4.0.0-dev"
6657source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6524source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
6658dependencies = [6525dependencies = [
6659 "proc-macro-crate 1.1.3",6526 "proc-macro-crate 1.1.3",
6660 "proc-macro2",6527 "proc-macro2",
6665[[package]]6532[[package]]
6666name = "pallet-staking-reward-fn"6533name = "pallet-staking-reward-fn"
6667version = "4.0.0-dev"6534version = "4.0.0-dev"
6668source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6535source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
6669dependencies = [6536dependencies = [
6670 "log",6537 "log",
6671 "sp-arithmetic",6538 "sp-arithmetic",
6674[[package]]6541[[package]]
6675name = "pallet-sudo"6542name = "pallet-sudo"
6676version = "4.0.0-dev"6543version = "4.0.0-dev"
6677source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6544source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
6678dependencies = [6545dependencies = [
6679 "frame-support",6546 "frame-support",
6680 "frame-system",6547 "frame-system",
6688[[package]]6555[[package]]
6689name = "pallet-template-transaction-payment"6556name = "pallet-template-transaction-payment"
6690version = "3.0.0"6557version = "3.0.0"
6691source = "git+https://github.com/UniqueNetwork/pallet-sponsoring?branch=polkadot-v0.9.18#7bc842b35a53f762ee6ee89e5f5bef84a284c9f4"6558source = "git+https://github.com//uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.19#df33e79470e92e3218a507f09d1b0dd78b67b1fd"
6692dependencies = [6559dependencies = [
6693 "frame-benchmarking",6560 "frame-benchmarking",
6694 "frame-support",6561 "frame-support",
6708[[package]]6575[[package]]
6709name = "pallet-timestamp"6576name = "pallet-timestamp"
6710version = "4.0.0-dev"6577version = "4.0.0-dev"
6711source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6578source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
6712dependencies = [6579dependencies = [
6713 "frame-benchmarking",6580 "frame-benchmarking",
6714 "frame-support",6581 "frame-support",
6726[[package]]6593[[package]]
6727name = "pallet-tips"6594name = "pallet-tips"
6728version = "4.0.0-dev"6595version = "4.0.0-dev"
6729source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6596source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
6730dependencies = [6597dependencies = [
6731 "frame-benchmarking",6598 "frame-benchmarking",
6732 "frame-support",6599 "frame-support",
6745[[package]]6612[[package]]
6746name = "pallet-transaction-payment"6613name = "pallet-transaction-payment"
6747version = "4.0.0-dev"6614version = "4.0.0-dev"
6748source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6615source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
6749dependencies = [6616dependencies = [
6750 "frame-support",6617 "frame-support",
6751 "frame-system",6618 "frame-system",
6762[[package]]6629[[package]]
6763name = "pallet-transaction-payment-rpc"6630name = "pallet-transaction-payment-rpc"
6764version = "4.0.0-dev"6631version = "4.0.0-dev"
6765source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6632source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
6766dependencies = [6633dependencies = [
6767 "jsonrpc-core",6634 "jsonrpc-core",
6768 "jsonrpc-core-client",6635 "jsonrpc-core-client",
6779[[package]]6646[[package]]
6780name = "pallet-transaction-payment-rpc-runtime-api"6647name = "pallet-transaction-payment-rpc-runtime-api"
6781version = "4.0.0-dev"6648version = "4.0.0-dev"
6782source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6649source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
6783dependencies = [6650dependencies = [
6784 "pallet-transaction-payment",6651 "pallet-transaction-payment",
6785 "parity-scale-codec",6652 "parity-scale-codec",
6790[[package]]6657[[package]]
6791name = "pallet-treasury"6658name = "pallet-treasury"
6792version = "4.0.0-dev"6659version = "4.0.0-dev"
6793source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6660source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
6794dependencies = [6661dependencies = [
6795 "frame-benchmarking",6662 "frame-benchmarking",
6796 "frame-support",6663 "frame-support",
6863[[package]]6730[[package]]
6864name = "pallet-utility"6731name = "pallet-utility"
6865version = "4.0.0-dev"6732version = "4.0.0-dev"
6866source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6733source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
6867dependencies = [6734dependencies = [
6868 "frame-benchmarking",6735 "frame-benchmarking",
6869 "frame-support",6736 "frame-support",
6879[[package]]6746[[package]]
6880name = "pallet-vesting"6747name = "pallet-vesting"
6881version = "4.0.0-dev"6748version = "4.0.0-dev"
6882source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6749source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
6883dependencies = [6750dependencies = [
6884 "frame-benchmarking",6751 "frame-benchmarking",
6885 "frame-support",6752 "frame-support",
68936760
6894[[package]]6761[[package]]
6895name = "pallet-xcm"6762name = "pallet-xcm"
6896version = "0.9.18"6763version = "0.9.19"
6897source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"6764source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
6898dependencies = [6765dependencies = [
6899 "frame-support",6766 "frame-support",
6900 "frame-system",6767 "frame-system",
69116778
6912[[package]]6779[[package]]
6913name = "pallet-xcm-benchmarks"6780name = "pallet-xcm-benchmarks"
6914version = "0.9.18"6781version = "0.9.19"
6915source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"6782source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
6916dependencies = [6783dependencies = [
6917 "frame-benchmarking",6784 "frame-benchmarking",
6918 "frame-support",6785 "frame-support",
6929[[package]]6796[[package]]
6930name = "parachain-info"6797name = "parachain-info"
6931version = "0.1.0"6798version = "0.1.0"
6932source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"6799source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
6933dependencies = [6800dependencies = [
6934 "cumulus-primitives-core",6801 "cumulus-primitives-core",
6935 "frame-support",6802 "frame-support",
72637130
7264[[package]]7131[[package]]
7265name = "pin-project-lite"7132name = "pin-project-lite"
7266version = "0.2.8"7133version = "0.2.9"
7267source = "registry+https://github.com/rust-lang/crates.io-index"7134source = "registry+https://github.com/rust-lang/crates.io-index"
7268checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"7135checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
72697136
7270[[package]]7137[[package]]
7271name = "pin-utils"7138name = "pin-utils"
72987165
7299[[package]]7166[[package]]
7300name = "polkadot-approval-distribution"7167name = "polkadot-approval-distribution"
7301version = "0.9.18"7168version = "0.9.19"
7302source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7169source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
7303dependencies = [7170dependencies = [
7304 "futures 0.3.21",7171 "futures 0.3.21",
7305 "polkadot-node-network-protocol",7172 "polkadot-node-network-protocol",
7306 "polkadot-node-primitives",7173 "polkadot-node-primitives",
7307 "polkadot-node-subsystem",7174 "polkadot-node-subsystem",
7308 "polkadot-node-subsystem-util",7175 "polkadot-node-subsystem-util",
7309 "polkadot-primitives",7176 "polkadot-primitives",
7310 "tracing",7177 "tracing-gum",
7311]7178]
73127179
7313[[package]]7180[[package]]
7314name = "polkadot-availability-bitfield-distribution"7181name = "polkadot-availability-bitfield-distribution"
7315version = "0.9.18"7182version = "0.9.19"
7316source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7183source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
7317dependencies = [7184dependencies = [
7318 "futures 0.3.21",7185 "futures 0.3.21",
7319 "polkadot-node-network-protocol",7186 "polkadot-node-network-protocol",
7320 "polkadot-node-subsystem",7187 "polkadot-node-subsystem",
7321 "polkadot-node-subsystem-util",7188 "polkadot-node-subsystem-util",
7322 "polkadot-primitives",7189 "polkadot-primitives",
7323 "tracing",7190 "tracing-gum",
7324]7191]
73257192
7326[[package]]7193[[package]]
7327name = "polkadot-availability-distribution"7194name = "polkadot-availability-distribution"
7328version = "0.9.18"7195version = "0.9.19"
7329source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7196source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
7330dependencies = [7197dependencies = [
7331 "derive_more",7198 "derive_more",
7332 "fatality",7199 "fatality",
7343 "sp-core",7210 "sp-core",
7344 "sp-keystore",7211 "sp-keystore",
7345 "thiserror",7212 "thiserror",
7346 "tracing",7213 "tracing-gum",
7347]7214]
73487215
7349[[package]]7216[[package]]
7350name = "polkadot-availability-recovery"7217name = "polkadot-availability-recovery"
7351version = "0.9.18"7218version = "0.9.19"
7352source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7219source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
7353dependencies = [7220dependencies = [
7354 "fatality",7221 "fatality",
7355 "futures 0.3.21",7222 "futures 0.3.21",
7364 "rand 0.8.5",7231 "rand 0.8.5",
7365 "sc-network",7232 "sc-network",
7366 "thiserror",7233 "thiserror",
7367 "tracing",7234 "tracing-gum",
7368]7235]
73697236
7370[[package]]7237[[package]]
7371name = "polkadot-cli"7238name = "polkadot-cli"
7372version = "0.9.18"7239version = "0.9.19"
7373source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7240source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
7374dependencies = [7241dependencies = [
7375 "clap",7242 "clap",
7376 "frame-benchmarking-cli",7243 "frame-benchmarking-cli",
7377 "futures 0.3.21",7244 "futures 0.3.21",
7378 "log",7245 "log",
7246 "polkadot-client",
7379 "polkadot-node-core-pvf",7247 "polkadot-node-core-pvf",
7380 "polkadot-node-metrics",7248 "polkadot-node-metrics",
7381 "polkadot-performance-test",7249 "polkadot-performance-test",
73927260
7393[[package]]7261[[package]]
7394name = "polkadot-client"7262name = "polkadot-client"
7395version = "0.9.18"7263version = "0.9.19"
7396source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7264source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
7397dependencies = [7265dependencies = [
7398 "beefy-primitives",7266 "beefy-primitives",
7399 "frame-benchmarking",7267 "frame-benchmarking",
7268 "frame-benchmarking-cli",
7269 "frame-system",
7400 "frame-system-rpc-runtime-api",7270 "frame-system-rpc-runtime-api",
7401 "pallet-mmr-primitives",7271 "pallet-mmr-primitives",
7272 "pallet-transaction-payment",
7402 "pallet-transaction-payment-rpc-runtime-api",7273 "pallet-transaction-payment-rpc-runtime-api",
7274 "polkadot-core-primitives",
7275 "polkadot-node-core-parachains-inherent",
7403 "polkadot-primitives",7276 "polkadot-primitives",
7404 "polkadot-runtime",7277 "polkadot-runtime",
7278 "polkadot-runtime-common",
7405 "sc-client-api",7279 "sc-client-api",
7406 "sc-consensus",7280 "sc-consensus",
7407 "sc-executor",7281 "sc-executor",
7412 "sp-blockchain",7286 "sp-blockchain",
7413 "sp-consensus",7287 "sp-consensus",
7414 "sp-consensus-babe",7288 "sp-consensus-babe",
7289 "sp-core",
7415 "sp-finality-grandpa",7290 "sp-finality-grandpa",
7291 "sp-inherents",
7292 "sp-keyring",
7416 "sp-offchain",7293 "sp-offchain",
7417 "sp-runtime",7294 "sp-runtime",
7418 "sp-session",7295 "sp-session",
7419 "sp-storage",7296 "sp-storage",
7297 "sp-timestamp",
7420 "sp-transaction-pool",7298 "sp-transaction-pool",
7421]7299]
74227300
7423[[package]]7301[[package]]
7424name = "polkadot-collator-protocol"7302name = "polkadot-collator-protocol"
7425version = "0.9.18"7303version = "0.9.19"
7426source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7304source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
7427dependencies = [7305dependencies = [
7428 "always-assert",7306 "always-assert",
7429 "fatality",7307 "fatality",
7438 "sp-keystore",7316 "sp-keystore",
7439 "sp-runtime",7317 "sp-runtime",
7440 "thiserror",7318 "thiserror",
7441 "tracing",7319 "tracing-gum",
7442]7320]
74437321
7444[[package]]7322[[package]]
7445name = "polkadot-core-primitives"7323name = "polkadot-core-primitives"
7446version = "0.9.18"7324version = "0.9.19"
7447source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7325source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
7448dependencies = [7326dependencies = [
7449 "parity-scale-codec",7327 "parity-scale-codec",
7450 "parity-util-mem",7328 "parity-util-mem",
74567334
7457[[package]]7335[[package]]
7458name = "polkadot-dispute-distribution"7336name = "polkadot-dispute-distribution"
7459version = "0.9.18"7337version = "0.9.19"
7460source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7338source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
7461dependencies = [7339dependencies = [
7462 "derive_more",7340 "derive_more",
7463 "fatality",7341 "fatality",
7474 "sp-application-crypto",7352 "sp-application-crypto",
7475 "sp-keystore",7353 "sp-keystore",
7476 "thiserror",7354 "thiserror",
7477 "tracing",7355 "tracing-gum",
7478]7356]
74797357
7480[[package]]7358[[package]]
7481name = "polkadot-erasure-coding"7359name = "polkadot-erasure-coding"
7482version = "0.9.18"7360version = "0.9.19"
7483source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7361source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
7484dependencies = [7362dependencies = [
7485 "parity-scale-codec",7363 "parity-scale-codec",
7486 "polkadot-node-primitives",7364 "polkadot-node-primitives",
74937371
7494[[package]]7372[[package]]
7495name = "polkadot-gossip-support"7373name = "polkadot-gossip-support"
7496version = "0.9.18"7374version = "0.9.19"
7497source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7375source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
7498dependencies = [7376dependencies = [
7499 "futures 0.3.21",7377 "futures 0.3.21",
7500 "futures-timer",7378 "futures-timer",
7508 "sp-application-crypto",7386 "sp-application-crypto",
7509 "sp-core",7387 "sp-core",
7510 "sp-keystore",7388 "sp-keystore",
7511 "tracing",7389 "tracing-gum",
7512]7390]
75137391
7514[[package]]7392[[package]]
7515name = "polkadot-network-bridge"7393name = "polkadot-network-bridge"
7516version = "0.9.18"7394version = "0.9.19"
7517source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7395source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
7518dependencies = [7396dependencies = [
7519 "async-trait",7397 "async-trait",
7520 "futures 0.3.21",7398 "futures 0.3.21",
7527 "polkadot-primitives",7405 "polkadot-primitives",
7528 "sc-network",7406 "sc-network",
7529 "sp-consensus",7407 "sp-consensus",
7530 "tracing",7408 "tracing-gum",
7531]7409]
75327410
7533[[package]]7411[[package]]
7534name = "polkadot-node-collation-generation"7412name = "polkadot-node-collation-generation"
7535version = "0.9.18"7413version = "0.9.19"
7536source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7414source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
7537dependencies = [7415dependencies = [
7538 "futures 0.3.21",7416 "futures 0.3.21",
7539 "parity-scale-codec",7417 "parity-scale-codec",
7545 "sp-core",7423 "sp-core",
7546 "sp-maybe-compressed-blob",7424 "sp-maybe-compressed-blob",
7547 "thiserror",7425 "thiserror",
7548 "tracing",7426 "tracing-gum",
7549]7427]
75507428
7551[[package]]7429[[package]]
7552name = "polkadot-node-core-approval-voting"7430name = "polkadot-node-core-approval-voting"
7553version = "0.9.18"7431version = "0.9.19"
7554source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7432source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
7555dependencies = [7433dependencies = [
7556 "bitvec",7434 "bitvec",
7557 "derive_more",7435 "derive_more",
7573 "sp-consensus",7451 "sp-consensus",
7574 "sp-consensus-slots",7452 "sp-consensus-slots",
7575 "sp-runtime",7453 "sp-runtime",
7576 "tracing",7454 "thiserror",
7455 "tracing-gum",
7577]7456]
75787457
7579[[package]]7458[[package]]
7580name = "polkadot-node-core-av-store"7459name = "polkadot-node-core-av-store"
7581version = "0.9.18"7460version = "0.9.19"
7582source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7461source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
7583dependencies = [7462dependencies = [
7584 "bitvec",7463 "bitvec",
7585 "futures 0.3.21",7464 "futures 0.3.21",
7593 "polkadot-overseer",7472 "polkadot-overseer",
7594 "polkadot-primitives",7473 "polkadot-primitives",
7595 "thiserror",7474 "thiserror",
7596 "tracing",7475 "tracing-gum",
7597]7476]
75987477
7599[[package]]7478[[package]]
7600name = "polkadot-node-core-backing"7479name = "polkadot-node-core-backing"
7601version = "0.9.18"7480version = "0.9.19"
7602source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7481source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
7603dependencies = [7482dependencies = [
7604 "bitvec",7483 "bitvec",
7605 "futures 0.3.21",7484 "futures 0.3.21",
7611 "polkadot-statement-table",7490 "polkadot-statement-table",
7612 "sp-keystore",7491 "sp-keystore",
7613 "thiserror",7492 "thiserror",
7614 "tracing",7493 "tracing-gum",
7615]7494]
76167495
7617[[package]]7496[[package]]
7618name = "polkadot-node-core-bitfield-signing"7497name = "polkadot-node-core-bitfield-signing"
7619version = "0.9.18"7498version = "0.9.19"
7620source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7499source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
7621dependencies = [7500dependencies = [
7622 "futures 0.3.21",7501 "futures 0.3.21",
7623 "polkadot-node-subsystem",7502 "polkadot-node-subsystem",
7624 "polkadot-node-subsystem-util",7503 "polkadot-node-subsystem-util",
7625 "polkadot-primitives",7504 "polkadot-primitives",
7626 "sp-keystore",7505 "sp-keystore",
7627 "thiserror",7506 "thiserror",
7628 "tracing",7507 "tracing-gum",
7629 "wasm-timer",7508 "wasm-timer",
7630]7509]
76317510
7632[[package]]7511[[package]]
7633name = "polkadot-node-core-candidate-validation"7512name = "polkadot-node-core-candidate-validation"
7634version = "0.9.18"7513version = "0.9.19"
7635source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7514source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
7636dependencies = [7515dependencies = [
7637 "async-trait",7516 "async-trait",
7638 "futures 0.3.21",7517 "futures 0.3.21",
7644 "polkadot-parachain",7523 "polkadot-parachain",
7645 "polkadot-primitives",7524 "polkadot-primitives",
7646 "sp-maybe-compressed-blob",7525 "sp-maybe-compressed-blob",
7647 "tracing",7526 "tracing-gum",
7648]7527]
76497528
7650[[package]]7529[[package]]
7651name = "polkadot-node-core-chain-api"7530name = "polkadot-node-core-chain-api"
7652version = "0.9.18"7531version = "0.9.19"
7653source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7532source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
7654dependencies = [7533dependencies = [
7655 "futures 0.3.21",7534 "futures 0.3.21",
7656 "polkadot-node-subsystem",7535 "polkadot-node-subsystem",
7659 "sc-client-api",7538 "sc-client-api",
7660 "sc-consensus-babe",7539 "sc-consensus-babe",
7661 "sp-blockchain",7540 "sp-blockchain",
7662 "tracing",7541 "tracing-gum",
7663]7542]
76647543
7665[[package]]7544[[package]]
7666name = "polkadot-node-core-chain-selection"7545name = "polkadot-node-core-chain-selection"
7667version = "0.9.18"7546version = "0.9.19"
7668source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7547source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
7669dependencies = [7548dependencies = [
7670 "futures 0.3.21",7549 "futures 0.3.21",
7671 "futures-timer",7550 "futures-timer",
7676 "polkadot-node-subsystem-util",7555 "polkadot-node-subsystem-util",
7677 "polkadot-primitives",7556 "polkadot-primitives",
7678 "thiserror",7557 "thiserror",
7679 "tracing",7558 "tracing-gum",
7680]7559]
76817560
7682[[package]]7561[[package]]
7683name = "polkadot-node-core-dispute-coordinator"7562name = "polkadot-node-core-dispute-coordinator"
7684version = "0.9.18"7563version = "0.9.19"
7685source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7564source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
7686dependencies = [7565dependencies = [
7687 "fatality",7566 "fatality",
7688 "futures 0.3.21",7567 "futures 0.3.21",
7695 "polkadot-primitives",7574 "polkadot-primitives",
7696 "sc-keystore",7575 "sc-keystore",
7697 "thiserror",7576 "thiserror",
7698 "tracing",7577 "tracing-gum",
7699]7578]
77007579
7701[[package]]7580[[package]]
7702name = "polkadot-node-core-parachains-inherent"7581name = "polkadot-node-core-parachains-inherent"
7703version = "0.9.18"7582version = "0.9.19"
7704source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7583source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
7705dependencies = [7584dependencies = [
7706 "async-trait",7585 "async-trait",
7707 "futures 0.3.21",7586 "futures 0.3.21",
7712 "sp-inherents",7591 "sp-inherents",
7713 "sp-runtime",7592 "sp-runtime",
7714 "thiserror",7593 "thiserror",
7715 "tracing",7594 "tracing-gum",
7716]7595]
77177596
7718[[package]]7597[[package]]
7719name = "polkadot-node-core-provisioner"7598name = "polkadot-node-core-provisioner"
7720version = "0.9.18"7599version = "0.9.19"
7721source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7600source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
7722dependencies = [7601dependencies = [
7723 "bitvec",7602 "bitvec",
7724 "futures 0.3.21",7603 "futures 0.3.21",
7729 "polkadot-primitives",7608 "polkadot-primitives",
7730 "rand 0.8.5",7609 "rand 0.8.5",
7731 "thiserror",7610 "thiserror",
7732 "tracing",7611 "tracing-gum",
7733]7612]
77347613
7735[[package]]7614[[package]]
7736name = "polkadot-node-core-pvf"7615name = "polkadot-node-core-pvf"
7737version = "0.9.18"7616version = "0.9.19"
7738source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7617source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
7739dependencies = [7618dependencies = [
7740 "always-assert",7619 "always-assert",
7741 "assert_matches",7620 "assert_matches",
7759 "sp-maybe-compressed-blob",7638 "sp-maybe-compressed-blob",
7760 "sp-tracing",7639 "sp-tracing",
7761 "sp-wasm-interface",7640 "sp-wasm-interface",
7762 "tracing",7641 "tracing-gum",
7763]7642]
77647643
7765[[package]]7644[[package]]
7766name = "polkadot-node-core-pvf-checker"7645name = "polkadot-node-core-pvf-checker"
7767version = "0.9.18"7646version = "0.9.19"
7768source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7647source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
7769dependencies = [7648dependencies = [
7770 "futures 0.3.21",7649 "futures 0.3.21",
7771 "polkadot-node-primitives",7650 "polkadot-node-primitives",
7775 "polkadot-primitives",7654 "polkadot-primitives",
7776 "sp-keystore",7655 "sp-keystore",
7777 "thiserror",7656 "thiserror",
7778 "tracing",7657 "tracing-gum",
7779]7658]
77807659
7781[[package]]7660[[package]]
7782name = "polkadot-node-core-runtime-api"7661name = "polkadot-node-core-runtime-api"
7783version = "0.9.18"7662version = "0.9.19"
7784source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7663source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
7785dependencies = [7664dependencies = [
7786 "futures 0.3.21",7665 "futures 0.3.21",
7787 "memory-lru",7666 "memory-lru",
7793 "sp-authority-discovery",7672 "sp-authority-discovery",
7794 "sp-consensus-babe",7673 "sp-consensus-babe",
7795 "sp-core",7674 "sp-core",
7796 "tracing",7675 "tracing-gum",
7797]7676]
77987677
7799[[package]]7678[[package]]
7800name = "polkadot-node-jaeger"7679name = "polkadot-node-jaeger"
7801version = "0.9.18"7680version = "0.9.19"
7802source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7681source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
7803dependencies = [7682dependencies = [
7804 "async-std",7683 "async-std",
7805 "lazy_static",7684 "lazy_static",
78167695
7817[[package]]7696[[package]]
7818name = "polkadot-node-metrics"7697name = "polkadot-node-metrics"
7819version = "0.9.18"7698version = "0.9.19"
7820source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7699source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
7821dependencies = [7700dependencies = [
7822 "bs58",7701 "bs58",
7823 "futures 0.3.21",7702 "futures 0.3.21",
7830 "sc-service",7709 "sc-service",
7831 "sc-tracing",7710 "sc-tracing",
7832 "substrate-prometheus-endpoint",7711 "substrate-prometheus-endpoint",
7833 "tracing",7712 "tracing-gum",
7834]7713]
78357714
7836[[package]]7715[[package]]
7837name = "polkadot-node-network-protocol"7716name = "polkadot-node-network-protocol"
7838version = "0.9.18"7717version = "0.9.19"
7839source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7718source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
7840dependencies = [7719dependencies = [
7841 "async-trait",7720 "async-trait",
7842 "fatality",7721 "fatality",
78537732
7854[[package]]7733[[package]]
7855name = "polkadot-node-primitives"7734name = "polkadot-node-primitives"
7856version = "0.9.18"7735version = "0.9.19"
7857source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7736source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
7858dependencies = [7737dependencies = [
7859 "bounded-vec",7738 "bounded-vec",
7860 "futures 0.3.21",7739 "futures 0.3.21",
78757754
7876[[package]]7755[[package]]
7877name = "polkadot-node-subsystem"7756name = "polkadot-node-subsystem"
7878version = "0.9.18"7757version = "0.9.19"
7879source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7758source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
7880dependencies = [7759dependencies = [
7881 "polkadot-node-jaeger",7760 "polkadot-node-jaeger",
7882 "polkadot-node-subsystem-types",7761 "polkadot-node-subsystem-types",
78857764
7886[[package]]7765[[package]]
7887name = "polkadot-node-subsystem-types"7766name = "polkadot-node-subsystem-types"
7888version = "0.9.18"7767version = "0.9.19"
7889source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7768source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
7890dependencies = [7769dependencies = [
7891 "derive_more",7770 "derive_more",
7892 "futures 0.3.21",7771 "futures 0.3.21",
79047783
7905[[package]]7784[[package]]
7906name = "polkadot-node-subsystem-util"7785name = "polkadot-node-subsystem-util"
7907version = "0.9.18"7786version = "0.9.19"
7908source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7787source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
7909dependencies = [7788dependencies = [
7910 "async-trait",7789 "async-trait",
7911 "derive_more",7790 "derive_more",
7932 "sp-core",7811 "sp-core",
7933 "sp-keystore",7812 "sp-keystore",
7934 "thiserror",7813 "thiserror",
7935 "tracing",7814 "tracing-gum",
7936]7815]
79377816
7938[[package]]7817[[package]]
7939name = "polkadot-overseer"7818name = "polkadot-overseer"
7940version = "0.9.18"7819version = "0.9.19"
7941source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7820source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
7942dependencies = [7821dependencies = [
7943 "futures 0.3.21",7822 "futures 0.3.21",
7944 "futures-timer",7823 "futures-timer",
7953 "polkadot-primitives",7832 "polkadot-primitives",
7954 "sc-client-api",7833 "sc-client-api",
7955 "sp-api",7834 "sp-api",
7956 "tracing",7835 "tracing-gum",
7957]7836]
79587837
7959[[package]]7838[[package]]
7960name = "polkadot-overseer-gen"7839name = "polkadot-overseer-gen"
7961version = "0.9.18"7840version = "0.9.19"
7962source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7841source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
7963dependencies = [7842dependencies = [
7964 "async-trait",7843 "async-trait",
7965 "futures 0.3.21",7844 "futures 0.3.21",
7970 "polkadot-node-primitives",7849 "polkadot-node-primitives",
7971 "polkadot-overseer-gen-proc-macro",7850 "polkadot-overseer-gen-proc-macro",
7972 "thiserror",7851 "thiserror",
7973 "tracing",7852 "tracing-gum",
7974]7853]
79757854
7976[[package]]7855[[package]]
7977name = "polkadot-overseer-gen-proc-macro"7856name = "polkadot-overseer-gen-proc-macro"
7978version = "0.9.18"7857version = "0.9.19"
7979source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7858source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
7980dependencies = [7859dependencies = [
7981 "expander 0.0.5",7860 "expander 0.0.6",
7982 "proc-macro-crate 1.1.3",7861 "proc-macro-crate 1.1.3",
7983 "proc-macro2",7862 "proc-macro2",
7984 "quote",7863 "quote",
79877866
7988[[package]]7867[[package]]
7989name = "polkadot-parachain"7868name = "polkadot-parachain"
7990version = "0.9.18"7869version = "0.9.19"
7991source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7870source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
7992dependencies = [7871dependencies = [
7993 "derive_more",7872 "derive_more",
7994 "frame-support",7873 "frame-support",
80047883
8005[[package]]7884[[package]]
8006name = "polkadot-performance-test"7885name = "polkadot-performance-test"
8007version = "0.9.18"7886version = "0.9.19"
8008source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7887source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
8009dependencies = [7888dependencies = [
8010 "env_logger",7889 "env_logger",
8011 "kusama-runtime",7890 "kusama-runtime",
80197898
8020[[package]]7899[[package]]
8021name = "polkadot-primitives"7900name = "polkadot-primitives"
8022version = "0.9.18"7901version = "0.9.19"
8023source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7902source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
8024dependencies = [7903dependencies = [
8025 "bitvec",7904 "bitvec",
8026 "frame-system",7905 "frame-system",
80497928
8050[[package]]7929[[package]]
8051name = "polkadot-rpc"7930name = "polkadot-rpc"
8052version = "0.9.18"7931version = "0.9.19"
8053source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7932source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
8054dependencies = [7933dependencies = [
8055 "beefy-gadget",7934 "beefy-gadget",
8056 "beefy-gadget-rpc",7935 "beefy-gadget-rpc",
8076 "sp-keystore",7955 "sp-keystore",
8077 "sp-runtime",7956 "sp-runtime",
8078 "substrate-frame-rpc-system",7957 "substrate-frame-rpc-system",
7958 "substrate-state-trie-migration-rpc",
8079]7959]
80807960
8081[[package]]7961[[package]]
8082name = "polkadot-runtime"7962name = "polkadot-runtime"
8083version = "0.9.18"7963version = "0.9.19"
8084source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7964source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
8085dependencies = [7965dependencies = [
8086 "beefy-primitives",7966 "beefy-primitives",
8087 "bitvec",7967 "bitvec",
8101 "pallet-bags-list",7981 "pallet-bags-list",
8102 "pallet-balances",7982 "pallet-balances",
8103 "pallet-bounties",7983 "pallet-bounties",
7984 "pallet-child-bounties",
8104 "pallet-collective",7985 "pallet-collective",
8105 "pallet-democracy",7986 "pallet-democracy",
8106 "pallet-election-provider-multi-phase",7987 "pallet-election-provider-multi-phase",
81648045
8165[[package]]8046[[package]]
8166name = "polkadot-runtime-common"8047name = "polkadot-runtime-common"
8167version = "0.9.18"8048version = "0.9.19"
8168source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8049source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
8169dependencies = [8050dependencies = [
8170 "beefy-primitives",8051 "beefy-primitives",
8171 "bitvec",8052 "bitvec",
8174 "frame-support",8055 "frame-support",
8175 "frame-system",8056 "frame-system",
8176 "impl-trait-for-tuples",8057 "impl-trait-for-tuples",
8177 "libsecp256k1 0.7.0",8058 "libsecp256k1",
8178 "log",8059 "log",
8179 "pallet-authorship",8060 "pallet-authorship",
8180 "pallet-babe",8061 "pallet-babe",
82118092
8212[[package]]8093[[package]]
8213name = "polkadot-runtime-constants"8094name = "polkadot-runtime-constants"
8214version = "0.9.18"8095version = "0.9.19"
8215source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8096source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
8216dependencies = [8097dependencies = [
8217 "frame-support",8098 "frame-support",
8218 "polkadot-primitives",8099 "polkadot-primitives",
82238104
8224[[package]]8105[[package]]
8225name = "polkadot-runtime-metrics"8106name = "polkadot-runtime-metrics"
8226version = "0.9.18"8107version = "0.9.19"
8227source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8108source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
8228dependencies = [8109dependencies = [
8229 "bs58",8110 "bs58",
8230 "parity-scale-codec",8111 "parity-scale-codec",
82358116
8236[[package]]8117[[package]]
8237name = "polkadot-runtime-parachains"8118name = "polkadot-runtime-parachains"
8238version = "0.9.18"8119version = "0.9.19"
8239source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8120source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
8240dependencies = [8121dependencies = [
8241 "bitflags",8122 "bitflags",
8242 "bitvec",8123 "bitvec",
8262 "scale-info",8143 "scale-info",
8263 "serde",8144 "serde",
8264 "sp-api",8145 "sp-api",
8146 "sp-application-crypto",
8265 "sp-core",8147 "sp-core",
8266 "sp-inherents",8148 "sp-inherents",
8267 "sp-io",8149 "sp-io",
82778159
8278[[package]]8160[[package]]
8279name = "polkadot-service"8161name = "polkadot-service"
8280version = "0.9.18"8162version = "0.9.19"
8281source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8163source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
8282dependencies = [8164dependencies = [
8283 "async-trait",8165 "async-trait",
8284 "beefy-gadget",8166 "beefy-gadget",
8372 "sp-trie",8254 "sp-trie",
8373 "substrate-prometheus-endpoint",8255 "substrate-prometheus-endpoint",
8374 "thiserror",8256 "thiserror",
8375 "tracing",8257 "tracing-gum",
8376 "westend-runtime",8258 "westend-runtime",
8377]8259]
83788260
8379[[package]]8261[[package]]
8380name = "polkadot-statement-distribution"8262name = "polkadot-statement-distribution"
8381version = "0.9.18"8263version = "0.9.19"
8382source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8264source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
8383dependencies = [8265dependencies = [
8384 "arrayvec 0.5.2",8266 "arrayvec 0.5.2",
8385 "fatality",8267 "fatality",
8394 "sp-keystore",8276 "sp-keystore",
8395 "sp-staking",8277 "sp-staking",
8396 "thiserror",8278 "thiserror",
8397 "tracing",8279 "tracing-gum",
8398]8280]
83998281
8400[[package]]8282[[package]]
8401name = "polkadot-statement-table"8283name = "polkadot-statement-table"
8402version = "0.9.18"8284version = "0.9.19"
8403source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8285source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
8404dependencies = [8286dependencies = [
8405 "parity-scale-codec",8287 "parity-scale-codec",
8406 "polkadot-primitives",8288 "polkadot-primitives",
84098291
8410[[package]]8292[[package]]
8411name = "polkadot-test-runtime"8293name = "polkadot-test-runtime"
8412version = "0.9.18"8294version = "0.9.19"
8413source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8295source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
8414dependencies = [8296dependencies = [
8415 "beefy-primitives",8297 "beefy-primitives",
8416 "bitvec",8298 "bitvec",
84718353
8472[[package]]8354[[package]]
8473name = "polkadot-test-service"8355name = "polkadot-test-service"
8474version = "0.9.18"8356version = "0.9.19"
8475source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8357source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
8476dependencies = [8358dependencies = [
8477 "frame-benchmarking",8359 "frame-benchmarking",
8478 "frame-system",8360 "frame-system",
8520 "tempfile",8402 "tempfile",
8521 "test-runtime-constants",8403 "test-runtime-constants",
8522 "tokio 1.17.0",8404 "tokio 1.17.0",
8523 "tracing",8405 "tracing-gum",
8524]8406]
85258407
8526[[package]]8408[[package]]
88058687
8806[[package]]8688[[package]]
8807name = "quote"8689name = "quote"
8808version = "1.0.17"8690version = "1.0.18"
8809source = "registry+https://github.com/rust-lang/crates.io-index"8691source = "registry+https://github.com/rust-lang/crates.io-index"
8810checksum = "632d02bff7f874a36f33ea8bb416cd484b90cc66c1194b1a1110d067a7013f58"8692checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"
8811dependencies = [8693dependencies = [
8812 "proc-macro2",8694 "proc-macro2",
8813]8695]
89178799
8918[[package]]8800[[package]]
8919name = "rayon"8801name = "rayon"
8920version = "1.5.1"8802version = "1.5.2"
8921source = "registry+https://github.com/rust-lang/crates.io-index"8803source = "registry+https://github.com/rust-lang/crates.io-index"
8922checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90"8804checksum = "fd249e82c21598a9a426a4e00dd7adc1d640b22445ec8545feef801d1a74c221"
8923dependencies = [8805dependencies = [
8924 "autocfg",8806 "autocfg",
8925 "crossbeam-deque",8807 "crossbeam-deque",
89298811
8930[[package]]8812[[package]]
8931name = "rayon-core"8813name = "rayon-core"
8932version = "1.9.1"8814version = "1.9.2"
8933source = "registry+https://github.com/rust-lang/crates.io-index"8815source = "registry+https://github.com/rust-lang/crates.io-index"
8934checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e"8816checksum = "9f51245e1e62e1f1629cbfec37b5793bbabcaeb90f30e94d2ba03564687353e4"
8935dependencies = [8817dependencies = [
8936 "crossbeam-channel",8818 "crossbeam-channel",
8937 "crossbeam-deque",8819 "crossbeam-deque",
8938 "crossbeam-utils",8820 "crossbeam-utils",
8939 "lazy_static",
8940 "num_cpus",8821 "num_cpus",
8941]8822]
89428823
89758856
8976[[package]]8857[[package]]
8977name = "ref-cast"8858name = "ref-cast"
8978version = "1.0.6"8859version = "1.0.7"
8979source = "registry+https://github.com/rust-lang/crates.io-index"8860source = "registry+https://github.com/rust-lang/crates.io-index"
8980checksum = "300f2a835d808734ee295d45007adacb9ebb29dd3ae2424acfa17930cae541da"8861checksum = "685d58625b6c2b83e4cc88a27c4bf65adb7b6b16dbdc413e515c9405b47432ab"
8981dependencies = [8862dependencies = [
8982 "ref-cast-impl",8863 "ref-cast-impl",
8983]8864]
89848865
8985[[package]]8866[[package]]
8986name = "ref-cast-impl"8867name = "ref-cast-impl"
8987version = "1.0.6"8868version = "1.0.7"
8988source = "registry+https://github.com/rust-lang/crates.io-index"8869source = "registry+https://github.com/rust-lang/crates.io-index"
8989checksum = "4c38e3aecd2b21cb3959637b883bb3714bc7e43f0268b9a29d3743ee3e55cdd2"8870checksum = "a043824e29c94169374ac5183ac0ed43f5724dc4556b19568007486bd840fa1f"
8990dependencies = [8871dependencies = [
8991 "proc-macro2",8872 "proc-macro2",
8992 "quote",8873 "quote",
9045[[package]]8926[[package]]
9046name = "remote-externalities"8927name = "remote-externalities"
9047version = "0.10.0-dev"8928version = "0.10.0-dev"
9048source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"8929source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
9049dependencies = [8930dependencies = [
9050 "env_logger",8931 "env_logger",
9051 "jsonrpsee 0.8.0",8932 "jsonrpsee",
9052 "log",8933 "log",
9053 "parity-scale-codec",8934 "parity-scale-codec",
9054 "serde",8935 "serde",
91329013
9133[[package]]9014[[package]]
9134name = "rococo-runtime"9015name = "rococo-runtime"
9135version = "0.9.18"9016version = "0.9.19"
9136source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"9017source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
9137dependencies = [9018dependencies = [
9019 "beefy-merkle-tree",
9138 "beefy-primitives",9020 "beefy-primitives",
9139 "bp-messages",9021 "bp-messages",
9140 "bp-rococo",9022 "bp-rococo",
9145 "frame-executive",9027 "frame-executive",
9146 "frame-support",9028 "frame-support",
9147 "frame-system",9029 "frame-system",
9030 "frame-system-benchmarking",
9148 "frame-system-rpc-runtime-api",9031 "frame-system-rpc-runtime-api",
9149 "hex-literal",9032 "hex-literal",
9150 "log",9033 "log",
92079090
9208[[package]]9091[[package]]
9209name = "rococo-runtime-constants"9092name = "rococo-runtime-constants"
9210version = "0.9.18"9093version = "0.9.19"
9211source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"9094source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
9212dependencies = [9095dependencies = [
9213 "frame-support",9096 "frame-support",
9214 "polkadot-primitives",9097 "polkadot-primitives",
93259208
9326[[package]]9209[[package]]
9327name = "rustls-native-certs"9210name = "rustls-native-certs"
9328version = "0.6.1"9211version = "0.6.2"
9329source = "registry+https://github.com/rust-lang/crates.io-index"9212source = "registry+https://github.com/rust-lang/crates.io-index"
9330checksum = "5ca9ebdfa27d3fc180e42879037b5338ab1c040c06affd00d8338598e7800943"9213checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"
9331dependencies = [9214dependencies = [
9332 "openssl-probe",9215 "openssl-probe",
9333 "rustls-pemfile",9216 "rustls-pemfile",
93379220
9338[[package]]9221[[package]]
9339name = "rustls-pemfile"9222name = "rustls-pemfile"
9340version = "0.2.1"9223version = "1.0.0"
9341source = "registry+https://github.com/rust-lang/crates.io-index"9224source = "registry+https://github.com/rust-lang/crates.io-index"
9342checksum = "5eebeaeb360c87bfb72e84abdb3447159c0eaececf1bef2aecd65a8be949d1c9"9225checksum = "e7522c9de787ff061458fe9a829dc790a3f5b22dc571694fc5883f448b94d9a9"
9343dependencies = [9226dependencies = [
9344 "base64",9227 "base64",
9345]9228]
9397[[package]]9280[[package]]
9398name = "sc-allocator"9281name = "sc-allocator"
9399version = "4.1.0-dev"9282version = "4.1.0-dev"
9400source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9283source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
9401dependencies = [9284dependencies = [
9402 "log",9285 "log",
9403 "sp-core",9286 "sp-core",
9408[[package]]9291[[package]]
9409name = "sc-authority-discovery"9292name = "sc-authority-discovery"
9410version = "0.10.0-dev"9293version = "0.10.0-dev"
9411source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9294source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
9412dependencies = [9295dependencies = [
9413 "async-trait",9296 "async-trait",
9414 "futures 0.3.21",9297 "futures 0.3.21",
9435[[package]]9318[[package]]
9436name = "sc-basic-authorship"9319name = "sc-basic-authorship"
9437version = "0.10.0-dev"9320version = "0.10.0-dev"
9438source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9321source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
9439dependencies = [9322dependencies = [
9440 "futures 0.3.21",9323 "futures 0.3.21",
9441 "futures-timer",9324 "futures-timer",
9458[[package]]9341[[package]]
9459name = "sc-block-builder"9342name = "sc-block-builder"
9460version = "0.10.0-dev"9343version = "0.10.0-dev"
9461source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9344source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
9462dependencies = [9345dependencies = [
9463 "parity-scale-codec",9346 "parity-scale-codec",
9464 "sc-client-api",9347 "sc-client-api",
9474[[package]]9357[[package]]
9475name = "sc-chain-spec"9358name = "sc-chain-spec"
9476version = "4.0.0-dev"9359version = "4.0.0-dev"
9477source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9360source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
9478dependencies = [9361dependencies = [
9479 "impl-trait-for-tuples",9362 "impl-trait-for-tuples",
9480 "memmap2 0.5.3",9363 "memmap2 0.5.3",
9491[[package]]9374[[package]]
9492name = "sc-chain-spec-derive"9375name = "sc-chain-spec-derive"
9493version = "4.0.0-dev"9376version = "4.0.0-dev"
9494source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9377source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
9495dependencies = [9378dependencies = [
9496 "proc-macro-crate 1.1.3",9379 "proc-macro-crate 1.1.3",
9497 "proc-macro2",9380 "proc-macro2",
9502[[package]]9385[[package]]
9503name = "sc-cli"9386name = "sc-cli"
9504version = "0.10.0-dev"9387version = "0.10.0-dev"
9505source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9388source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
9506dependencies = [9389dependencies = [
9507 "chrono",9390 "chrono",
9508 "clap",9391 "clap",
9540[[package]]9423[[package]]
9541name = "sc-client-api"9424name = "sc-client-api"
9542version = "4.0.0-dev"9425version = "4.0.0-dev"
9543source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9426source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
9544dependencies = [9427dependencies = [
9545 "fnv",9428 "fnv",
9546 "futures 0.3.21",9429 "futures 0.3.21",
9568[[package]]9451[[package]]
9569name = "sc-client-db"9452name = "sc-client-db"
9570version = "0.10.0-dev"9453version = "0.10.0-dev"
9571source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9454source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
9572dependencies = [9455dependencies = [
9573 "hash-db",9456 "hash-db",
9574 "kvdb",9457 "kvdb",
9593[[package]]9476[[package]]
9594name = "sc-consensus"9477name = "sc-consensus"
9595version = "0.10.0-dev"9478version = "0.10.0-dev"
9596source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9479source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
9597dependencies = [9480dependencies = [
9598 "async-trait",9481 "async-trait",
9599 "futures 0.3.21",9482 "futures 0.3.21",
9617[[package]]9500[[package]]
9618name = "sc-consensus-aura"9501name = "sc-consensus-aura"
9619version = "0.10.0-dev"9502version = "0.10.0-dev"
9620source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9503source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
9621dependencies = [9504dependencies = [
9622 "async-trait",9505 "async-trait",
9623 "futures 0.3.21",9506 "futures 0.3.21",
9646[[package]]9529[[package]]
9647name = "sc-consensus-babe"9530name = "sc-consensus-babe"
9648version = "0.10.0-dev"9531version = "0.10.0-dev"
9649source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9532source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
9650dependencies = [9533dependencies = [
9651 "async-trait",9534 "async-trait",
9652 "fork-tree",9535 "fork-tree",
9689[[package]]9572[[package]]
9690name = "sc-consensus-babe-rpc"9573name = "sc-consensus-babe-rpc"
9691version = "0.10.0-dev"9574version = "0.10.0-dev"
9692source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9575source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
9693dependencies = [9576dependencies = [
9694 "futures 0.3.21",9577 "futures 0.3.21",
9695 "jsonrpc-core",9578 "jsonrpc-core",
9713[[package]]9596[[package]]
9714name = "sc-consensus-epochs"9597name = "sc-consensus-epochs"
9715version = "0.10.0-dev"9598version = "0.10.0-dev"
9716source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9599source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
9717dependencies = [9600dependencies = [
9718 "fork-tree",9601 "fork-tree",
9719 "parity-scale-codec",9602 "parity-scale-codec",
9726[[package]]9609[[package]]
9727name = "sc-consensus-manual-seal"9610name = "sc-consensus-manual-seal"
9728version = "0.10.0-dev"9611version = "0.10.0-dev"
9729source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9612source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
9730dependencies = [9613dependencies = [
9731 "assert_matches",9614 "assert_matches",
9732 "async-trait",9615 "async-trait",
9762[[package]]9645[[package]]
9763name = "sc-consensus-slots"9646name = "sc-consensus-slots"
9764version = "0.10.0-dev"9647version = "0.10.0-dev"
9765source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9648source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
9766dependencies = [9649dependencies = [
9767 "async-trait",9650 "async-trait",
9768 "futures 0.3.21",9651 "futures 0.3.21",
9787[[package]]9670[[package]]
9788name = "sc-consensus-uncles"9671name = "sc-consensus-uncles"
9789version = "0.10.0-dev"9672version = "0.10.0-dev"
9790source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9673source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
9791dependencies = [9674dependencies = [
9792 "sc-client-api",9675 "sc-client-api",
9793 "sp-authorship",9676 "sp-authorship",
9798[[package]]9681[[package]]
9799name = "sc-executor"9682name = "sc-executor"
9800version = "0.10.0-dev"9683version = "0.10.0-dev"
9801source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9684source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
9802dependencies = [9685dependencies = [
9803 "lazy_static",9686 "lazy_static",
9804 "lru 0.6.6",9687 "lru 0.7.5",
9805 "parity-scale-codec",9688 "parity-scale-codec",
9806 "parking_lot 0.12.0",9689 "parking_lot 0.12.0",
9807 "sc-executor-common",9690 "sc-executor-common",
9825[[package]]9708[[package]]
9826name = "sc-executor-common"9709name = "sc-executor-common"
9827version = "0.10.0-dev"9710version = "0.10.0-dev"
9828source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9711source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
9829dependencies = [9712dependencies = [
9830 "environmental",9713 "environmental",
9831 "parity-scale-codec",9714 "parity-scale-codec",
9842[[package]]9725[[package]]
9843name = "sc-executor-wasmi"9726name = "sc-executor-wasmi"
9844version = "0.10.0-dev"9727version = "0.10.0-dev"
9845source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9728source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
9846dependencies = [9729dependencies = [
9847 "log",9730 "log",
9848 "parity-scale-codec",9731 "parity-scale-codec",
9858[[package]]9741[[package]]
9859name = "sc-executor-wasmtime"9742name = "sc-executor-wasmtime"
9860version = "0.10.0-dev"9743version = "0.10.0-dev"
9861source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9744source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
9862dependencies = [9745dependencies = [
9863 "cfg-if 1.0.0",9746 "cfg-if 1.0.0",
9864 "libc",9747 "libc",
9876[[package]]9759[[package]]
9877name = "sc-finality-grandpa"9760name = "sc-finality-grandpa"
9878version = "0.10.0-dev"9761version = "0.10.0-dev"
9879source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9762source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
9880dependencies = [9763dependencies = [
9881 "ahash",9764 "ahash",
9882 "async-trait",9765 "async-trait",
9916[[package]]9799[[package]]
9917name = "sc-finality-grandpa-rpc"9800name = "sc-finality-grandpa-rpc"
9918version = "0.10.0-dev"9801version = "0.10.0-dev"
9919source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9802source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
9920dependencies = [9803dependencies = [
9921 "finality-grandpa",9804 "finality-grandpa",
9922 "futures 0.3.21",9805 "futures 0.3.21",
9940[[package]]9823[[package]]
9941name = "sc-informant"9824name = "sc-informant"
9942version = "0.10.0-dev"9825version = "0.10.0-dev"
9943source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9826source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
9944dependencies = [9827dependencies = [
9945 "ansi_term",9828 "ansi_term",
9946 "futures 0.3.21",9829 "futures 0.3.21",
9957[[package]]9840[[package]]
9958name = "sc-keystore"9841name = "sc-keystore"
9959version = "4.0.0-dev"9842version = "4.0.0-dev"
9960source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9843source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
9961dependencies = [9844dependencies = [
9962 "async-trait",9845 "async-trait",
9963 "hex",9846 "hex",
9972[[package]]9855[[package]]
9973name = "sc-network"9856name = "sc-network"
9974version = "0.10.0-dev"9857version = "0.10.0-dev"
9975source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9858source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
9976dependencies = [9859dependencies = [
9977 "async-trait",9860 "async-trait",
9978 "asynchronous-codec 0.5.0",9861 "asynchronous-codec 0.5.0",
10021[[package]]9904[[package]]
10022name = "sc-network-gossip"9905name = "sc-network-gossip"
10023version = "0.10.0-dev"9906version = "0.10.0-dev"
10024source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9907source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
10025dependencies = [9908dependencies = [
10026 "ahash",9909 "ahash",
10027 "futures 0.3.21",9910 "futures 0.3.21",
10038[[package]]9921[[package]]
10039name = "sc-offchain"9922name = "sc-offchain"
10040version = "4.0.0-dev"9923version = "4.0.0-dev"
10041source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9924source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
10042dependencies = [9925dependencies = [
10043 "bytes 1.1.0",9926 "bytes 1.1.0",
10044 "fnv",9927 "fnv",
10066[[package]]9949[[package]]
10067name = "sc-peerset"9950name = "sc-peerset"
10068version = "4.0.0-dev"9951version = "4.0.0-dev"
10069source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9952source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
10070dependencies = [9953dependencies = [
10071 "futures 0.3.21",9954 "futures 0.3.21",
10072 "libp2p",9955 "libp2p",
10079[[package]]9962[[package]]
10080name = "sc-proposer-metrics"9963name = "sc-proposer-metrics"
10081version = "0.10.0-dev"9964version = "0.10.0-dev"
10082source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9965source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
10083dependencies = [9966dependencies = [
10084 "log",9967 "log",
10085 "substrate-prometheus-endpoint",9968 "substrate-prometheus-endpoint",
10088[[package]]9971[[package]]
10089name = "sc-rpc"9972name = "sc-rpc"
10090version = "4.0.0-dev"9973version = "4.0.0-dev"
10091source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9974source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
10092dependencies = [9975dependencies = [
10093 "futures 0.3.21",9976 "futures 0.3.21",
10094 "hash-db",9977 "hash-db",
10119[[package]]10002[[package]]
10120name = "sc-rpc-api"10003name = "sc-rpc-api"
10121version = "0.10.0-dev"10004version = "0.10.0-dev"
10122source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10005source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
10123dependencies = [10006dependencies = [
10124 "futures 0.3.21",10007 "futures 0.3.21",
10125 "jsonrpc-core",10008 "jsonrpc-core",
10131 "parking_lot 0.12.0",10014 "parking_lot 0.12.0",
10132 "sc-chain-spec",10015 "sc-chain-spec",
10133 "sc-transaction-pool-api",10016 "sc-transaction-pool-api",
10017 "scale-info",
10134 "serde",10018 "serde",
10135 "serde_json",10019 "serde_json",
10136 "sp-core",10020 "sp-core",
10144[[package]]10028[[package]]
10145name = "sc-rpc-server"10029name = "sc-rpc-server"
10146version = "4.0.0-dev"10030version = "4.0.0-dev"
10147source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10031source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
10148dependencies = [10032dependencies = [
10149 "futures 0.3.21",10033 "futures 0.3.21",
10150 "jsonrpc-core",10034 "jsonrpc-core",
10161[[package]]10045[[package]]
10162name = "sc-service"10046name = "sc-service"
10163version = "0.10.0-dev"10047version = "0.10.0-dev"
10164source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10048source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
10165dependencies = [10049dependencies = [
10166 "async-trait",10050 "async-trait",
10167 "directories",10051 "directories",
10225[[package]]10109[[package]]
10226name = "sc-state-db"10110name = "sc-state-db"
10227version = "0.10.0-dev"10111version = "0.10.0-dev"
10228source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10112source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
10229dependencies = [10113dependencies = [
10230 "log",10114 "log",
10231 "parity-scale-codec",10115 "parity-scale-codec",
10239[[package]]10123[[package]]
10240name = "sc-sync-state-rpc"10124name = "sc-sync-state-rpc"
10241version = "0.10.0-dev"10125version = "0.10.0-dev"
10242source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10126source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
10243dependencies = [10127dependencies = [
10244 "jsonrpc-core",10128 "jsonrpc-core",
10245 "jsonrpc-core-client",10129 "jsonrpc-core-client",
10260[[package]]10144[[package]]
10261name = "sc-telemetry"10145name = "sc-telemetry"
10262version = "4.0.0-dev"10146version = "4.0.0-dev"
10263source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10147source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
10264dependencies = [10148dependencies = [
10265 "chrono",10149 "chrono",
10266 "futures 0.3.21",10150 "futures 0.3.21",
10278[[package]]10162[[package]]
10279name = "sc-tracing"10163name = "sc-tracing"
10280version = "4.0.0-dev"10164version = "4.0.0-dev"
10281source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10165source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
10282dependencies = [10166dependencies = [
10283 "ansi_term",10167 "ansi_term",
10284 "atty",10168 "atty",
10309[[package]]10193[[package]]
10310name = "sc-tracing-proc-macro"10194name = "sc-tracing-proc-macro"
10311version = "4.0.0-dev"10195version = "4.0.0-dev"
10312source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10196source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
10313dependencies = [10197dependencies = [
10314 "proc-macro-crate 1.1.3",10198 "proc-macro-crate 1.1.3",
10315 "proc-macro2",10199 "proc-macro2",
10320[[package]]10204[[package]]
10321name = "sc-transaction-pool"10205name = "sc-transaction-pool"
10322version = "4.0.0-dev"10206version = "4.0.0-dev"
10323source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10207source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
10324dependencies = [10208dependencies = [
10325 "futures 0.3.21",10209 "futures 0.3.21",
10326 "futures-timer",10210 "futures-timer",
10347[[package]]10231[[package]]
10348name = "sc-transaction-pool-api"10232name = "sc-transaction-pool-api"
10349version = "4.0.0-dev"10233version = "4.0.0-dev"
10350source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10234source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
10351dependencies = [10235dependencies = [
10352 "futures 0.3.21",10236 "futures 0.3.21",
10353 "log",10237 "log",
10360[[package]]10244[[package]]
10361name = "sc-utils"10245name = "sc-utils"
10362version = "4.0.0-dev"10246version = "4.0.0-dev"
10363source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10247source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
10364dependencies = [10248dependencies = [
10365 "futures 0.3.21",10249 "futures 0.3.21",
10366 "futures-timer",10250 "futures-timer",
1037210256
10373[[package]]10257[[package]]
10374name = "scale-info"10258name = "scale-info"
10375version = "2.0.1"10259version = "2.1.1"
10376source = "registry+https://github.com/rust-lang/crates.io-index"10260source = "registry+https://github.com/rust-lang/crates.io-index"
10377checksum = "0563970d79bcbf3c537ce3ad36d859b30d36fc5b190efd227f1f7a84d7cf0d42"10261checksum = "8980cafbe98a7ee7a9cc16b32ebce542c77883f512d83fbf2ddc8f6a85ea74c9"
10378dependencies = [10262dependencies = [
10379 "bitvec",10263 "bitvec",
10380 "cfg-if 1.0.0",10264 "cfg-if 1.0.0",
1038610270
10387[[package]]10271[[package]]
10388name = "scale-info-derive"10272name = "scale-info-derive"
10389version = "2.0.0"10273version = "2.1.1"
10390source = "registry+https://github.com/rust-lang/crates.io-index"10274source = "registry+https://github.com/rust-lang/crates.io-index"
10391checksum = "b7805950c36512db9e3251c970bb7ac425f326716941862205d612ab3b5e46e2"10275checksum = "4260c630e8a8a33429d1688eff2f163f24c65a4e1b1578ef6b565061336e4b6f"
10392dependencies = [10276dependencies = [
10393 "proc-macro-crate 1.1.3",10277 "proc-macro-crate 1.1.3",
10394 "proc-macro2",10278 "proc-macro2",
10420 "rand 0.7.3",10304 "rand 0.7.3",
10421 "rand_core 0.5.1",10305 "rand_core 0.5.1",
10422 "sha2 0.8.2",10306 "sha2 0.8.2",
10423 "subtle 2.4.1",10307 "subtle",
10424 "zeroize",10308 "zeroize",
10425]10309]
1042610310
10465 "der",10349 "der",
10466 "generic-array 0.14.5",10350 "generic-array 0.14.5",
10467 "pkcs8",10351 "pkcs8",
10468 "subtle 2.4.1",10352 "subtle",
10469 "zeroize",10353 "zeroize",
10470]10354]
1047110355
1067310557
10674[[package]]10558[[package]]
10675name = "sha3"10559name = "sha3"
10676version = "0.8.2"
10677source = "registry+https://github.com/rust-lang/crates.io-index"
10678checksum = "dd26bc0e7a2e3a7c959bc494caf58b72ee0c71d67704e9520f736ca7e4853ecf"
10679dependencies = [
10680 "block-buffer 0.7.3",
10681 "byte-tools",
10682 "digest 0.8.1",
10683 "keccak",
10684 "opaque-debug 0.2.3",
10685]
10686
10687[[package]]
10688name = "sha3"
10689version = "0.9.1"10560version = "0.9.1"
10690source = "registry+https://github.com/rust-lang/crates.io-index"10561source = "registry+https://github.com/rust-lang/crates.io-index"
10691checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809"10562checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809"
1076910640
10770[[package]]10641[[package]]
10771name = "slot-range-helper"10642name = "slot-range-helper"
10772version = "0.9.18"10643version = "0.9.19"
10773source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"10644source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
10774dependencies = [10645dependencies = [
10775 "enumn",10646 "enumn",
10776 "parity-scale-codec",10647 "parity-scale-codec",
10814 "ring",10685 "ring",
10815 "rustc_version 0.3.3",10686 "rustc_version 0.3.3",
10816 "sha2 0.9.9",10687 "sha2 0.9.9",
10817 "subtle 2.4.1",10688 "subtle",
10818 "x25519-dalek",10689 "x25519-dalek",
10819]10690]
1082010691
10858[[package]]10729[[package]]
10859name = "sp-api"10730name = "sp-api"
10860version = "4.0.0-dev"10731version = "4.0.0-dev"
10861source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10732source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
10862dependencies = [10733dependencies = [
10863 "hash-db",10734 "hash-db",
10864 "log",10735 "log",
10875[[package]]10746[[package]]
10876name = "sp-api-proc-macro"10747name = "sp-api-proc-macro"
10877version = "4.0.0-dev"10748version = "4.0.0-dev"
10878source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10749source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
10879dependencies = [10750dependencies = [
10880 "blake2 0.10.4",10751 "blake2 0.10.4",
10881 "proc-macro-crate 1.1.3",10752 "proc-macro-crate 1.1.3",
10887[[package]]10758[[package]]
10888name = "sp-application-crypto"10759name = "sp-application-crypto"
10889version = "6.0.0"10760version = "6.0.0"
10890source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10761source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
10891dependencies = [10762dependencies = [
10892 "parity-scale-codec",10763 "parity-scale-codec",
10893 "scale-info",10764 "scale-info",
10900[[package]]10771[[package]]
10901name = "sp-arithmetic"10772name = "sp-arithmetic"
10902version = "5.0.0"10773version = "5.0.0"
10903source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10774source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
10904dependencies = [10775dependencies = [
10905 "integer-sqrt",10776 "integer-sqrt",
10906 "num-traits",10777 "num-traits",
10915[[package]]10786[[package]]
10916name = "sp-authority-discovery"10787name = "sp-authority-discovery"
10917version = "4.0.0-dev"10788version = "4.0.0-dev"
10918source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10789source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
10919dependencies = [10790dependencies = [
10920 "parity-scale-codec",10791 "parity-scale-codec",
10921 "scale-info",10792 "scale-info",
10928[[package]]10799[[package]]
10929name = "sp-authorship"10800name = "sp-authorship"
10930version = "4.0.0-dev"10801version = "4.0.0-dev"
10931source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10802source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
10932dependencies = [10803dependencies = [
10933 "async-trait",10804 "async-trait",
10934 "parity-scale-codec",10805 "parity-scale-codec",
10940[[package]]10811[[package]]
10941name = "sp-block-builder"10812name = "sp-block-builder"
10942version = "4.0.0-dev"10813version = "4.0.0-dev"
10943source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10814source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
10944dependencies = [10815dependencies = [
10945 "parity-scale-codec",10816 "parity-scale-codec",
10946 "sp-api",10817 "sp-api",
10952[[package]]10823[[package]]
10953name = "sp-blockchain"10824name = "sp-blockchain"
10954version = "4.0.0-dev"10825version = "4.0.0-dev"
10955source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10826source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
10956dependencies = [10827dependencies = [
10957 "futures 0.3.21",10828 "futures 0.3.21",
10958 "log",10829 "log",
10970[[package]]10841[[package]]
10971name = "sp-consensus"10842name = "sp-consensus"
10972version = "0.10.0-dev"10843version = "0.10.0-dev"
10973source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10844source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
10974dependencies = [10845dependencies = [
10975 "async-trait",10846 "async-trait",
10976 "futures 0.3.21",10847 "futures 0.3.21",
10989[[package]]10860[[package]]
10990name = "sp-consensus-aura"10861name = "sp-consensus-aura"
10991version = "0.10.0-dev"10862version = "0.10.0-dev"
10992source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10863source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
10993dependencies = [10864dependencies = [
10994 "async-trait",10865 "async-trait",
10995 "parity-scale-codec",10866 "parity-scale-codec",
11007[[package]]10878[[package]]
11008name = "sp-consensus-babe"10879name = "sp-consensus-babe"
11009version = "0.10.0-dev"10880version = "0.10.0-dev"
11010source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10881source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
11011dependencies = [10882dependencies = [
11012 "async-trait",10883 "async-trait",
11013 "merlin",10884 "merlin",
11030[[package]]10901[[package]]
11031name = "sp-consensus-slots"10902name = "sp-consensus-slots"
11032version = "0.10.0-dev"10903version = "0.10.0-dev"
11033source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10904source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
11034dependencies = [10905dependencies = [
11035 "parity-scale-codec",10906 "parity-scale-codec",
11036 "scale-info",10907 "scale-info",
11044[[package]]10915[[package]]
11045name = "sp-consensus-vrf"10916name = "sp-consensus-vrf"
11046version = "0.10.0-dev"10917version = "0.10.0-dev"
11047source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10918source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
11048dependencies = [10919dependencies = [
11049 "parity-scale-codec",10920 "parity-scale-codec",
11050 "schnorrkel",10921 "schnorrkel",
11056[[package]]10927[[package]]
11057name = "sp-core"10928name = "sp-core"
11058version = "6.0.0"10929version = "6.0.0"
11059source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10930source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
11060dependencies = [10931dependencies = [
11061 "base58",10932 "base58",
11062 "bitflags",10933 "bitflags",
11070 "hex",10941 "hex",
11071 "impl-serde",10942 "impl-serde",
11072 "lazy_static",10943 "lazy_static",
11073 "libsecp256k1 0.7.0",10944 "libsecp256k1",
11074 "log",10945 "log",
11075 "merlin",10946 "merlin",
11076 "num-traits",10947 "num-traits",
11102[[package]]10973[[package]]
11103name = "sp-core-hashing"10974name = "sp-core-hashing"
11104version = "4.0.0"10975version = "4.0.0"
11105source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10976source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
11106dependencies = [10977dependencies = [
11107 "blake2 0.10.4",10978 "blake2 0.10.4",
11108 "byteorder",10979 "byteorder",
11116[[package]]10987[[package]]
11117name = "sp-core-hashing-proc-macro"10988name = "sp-core-hashing-proc-macro"
11118version = "5.0.0"10989version = "5.0.0"
11119source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10990source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
11120dependencies = [10991dependencies = [
11121 "proc-macro2",10992 "proc-macro2",
11122 "quote",10993 "quote",
11127[[package]]10998[[package]]
11128name = "sp-database"10999name = "sp-database"
11129version = "4.0.0-dev"11000version = "4.0.0-dev"
11130source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11001source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
11131dependencies = [11002dependencies = [
11132 "kvdb",11003 "kvdb",
11133 "parking_lot 0.12.0",11004 "parking_lot 0.12.0",
11136[[package]]11007[[package]]
11137name = "sp-debug-derive"11008name = "sp-debug-derive"
11138version = "4.0.0"11009version = "4.0.0"
11139source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11010source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
11140dependencies = [11011dependencies = [
11141 "proc-macro2",11012 "proc-macro2",
11142 "quote",11013 "quote",
11146[[package]]11017[[package]]
11147name = "sp-externalities"11018name = "sp-externalities"
11148version = "0.12.0"11019version = "0.12.0"
11149source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11020source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
11150dependencies = [11021dependencies = [
11151 "environmental",11022 "environmental",
11152 "parity-scale-codec",11023 "parity-scale-codec",
11157[[package]]11028[[package]]
11158name = "sp-finality-grandpa"11029name = "sp-finality-grandpa"
11159version = "4.0.0-dev"11030version = "4.0.0-dev"
11160source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11031source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
11161dependencies = [11032dependencies = [
11162 "finality-grandpa",11033 "finality-grandpa",
11163 "log",11034 "log",
11175[[package]]11046[[package]]
11176name = "sp-inherents"11047name = "sp-inherents"
11177version = "4.0.0-dev"11048version = "4.0.0-dev"
11178source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11049source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
11179dependencies = [11050dependencies = [
11180 "async-trait",11051 "async-trait",
11181 "impl-trait-for-tuples",11052 "impl-trait-for-tuples",
11189[[package]]11060[[package]]
11190name = "sp-io"11061name = "sp-io"
11191version = "6.0.0"11062version = "6.0.0"
11192source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11063source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
11193dependencies = [11064dependencies = [
11194 "futures 0.3.21",11065 "futures 0.3.21",
11195 "hash-db",11066 "hash-db",
11196 "libsecp256k1 0.7.0",11067 "libsecp256k1",
11197 "log",11068 "log",
11198 "parity-scale-codec",11069 "parity-scale-codec",
11199 "parking_lot 0.12.0",11070 "parking_lot 0.12.0",
11214[[package]]11085[[package]]
11215name = "sp-keyring"11086name = "sp-keyring"
11216version = "6.0.0"11087version = "6.0.0"
11217source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11088source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
11218dependencies = [11089dependencies = [
11219 "lazy_static",11090 "lazy_static",
11220 "sp-core",11091 "sp-core",
11225[[package]]11096[[package]]
11226name = "sp-keystore"11097name = "sp-keystore"
11227version = "0.12.0"11098version = "0.12.0"
11228source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11099source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
11229dependencies = [11100dependencies = [
11230 "async-trait",11101 "async-trait",
11231 "futures 0.3.21",11102 "futures 0.3.21",
11242[[package]]11113[[package]]
11243name = "sp-maybe-compressed-blob"11114name = "sp-maybe-compressed-blob"
11244version = "4.1.0-dev"11115version = "4.1.0-dev"
11245source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11116source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
11246dependencies = [11117dependencies = [
11247 "thiserror",11118 "thiserror",
11248 "zstd",11119 "zstd",
11251[[package]]11122[[package]]
11252name = "sp-npos-elections"11123name = "sp-npos-elections"
11253version = "4.0.0-dev"11124version = "4.0.0-dev"
11254source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11125source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
11255dependencies = [11126dependencies = [
11256 "parity-scale-codec",11127 "parity-scale-codec",
11257 "scale-info",11128 "scale-info",
11258 "serde",11129 "serde",
11259 "sp-arithmetic",11130 "sp-arithmetic",
11260 "sp-core",11131 "sp-core",
11261 "sp-npos-elections-solution-type",
11262 "sp-runtime",11132 "sp-runtime",
11263 "sp-std",11133 "sp-std",
11264]11134]
1126511135
11266[[package]]11136[[package]]
11267name = "sp-npos-elections-solution-type"
11268version = "4.0.0-dev"
11269source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
11270dependencies = [
11271 "proc-macro-crate 1.1.3",
11272 "proc-macro2",
11273 "quote",
11274 "syn",
11275]
11276
11277[[package]]
11278name = "sp-offchain"11137name = "sp-offchain"
11279version = "4.0.0-dev"11138version = "4.0.0-dev"
11280source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11139source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
11281dependencies = [11140dependencies = [
11282 "sp-api",11141 "sp-api",
11283 "sp-core",11142 "sp-core",
11287[[package]]11146[[package]]
11288name = "sp-panic-handler"11147name = "sp-panic-handler"
11289version = "4.0.0"11148version = "4.0.0"
11290source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11149source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
11291dependencies = [11150dependencies = [
11292 "backtrace",11151 "backtrace",
11293 "lazy_static",11152 "lazy_static",
11297[[package]]11156[[package]]
11298name = "sp-rpc"11157name = "sp-rpc"
11299version = "6.0.0"11158version = "6.0.0"
11300source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11159source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
11301dependencies = [11160dependencies = [
11302 "rustc-hash",11161 "rustc-hash",
11303 "serde",11162 "serde",
11307[[package]]11166[[package]]
11308name = "sp-runtime"11167name = "sp-runtime"
11309version = "6.0.0"11168version = "6.0.0"
11310source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11169source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
11311dependencies = [11170dependencies = [
11312 "either",11171 "either",
11313 "hash256-std-hasher",11172 "hash256-std-hasher",
11329[[package]]11188[[package]]
11330name = "sp-runtime-interface"11189name = "sp-runtime-interface"
11331version = "6.0.0"11190version = "6.0.0"
11332source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11191source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
11333dependencies = [11192dependencies = [
11334 "impl-trait-for-tuples",11193 "impl-trait-for-tuples",
11335 "parity-scale-codec",11194 "parity-scale-codec",
11346[[package]]11205[[package]]
11347name = "sp-runtime-interface-proc-macro"11206name = "sp-runtime-interface-proc-macro"
11348version = "5.0.0"11207version = "5.0.0"
11349source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11208source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
11350dependencies = [11209dependencies = [
11351 "Inflector",11210 "Inflector",
11352 "proc-macro-crate 1.1.3",11211 "proc-macro-crate 1.1.3",
11358[[package]]11217[[package]]
11359name = "sp-serializer"11218name = "sp-serializer"
11360version = "4.0.0-dev"11219version = "4.0.0-dev"
11361source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11220source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
11362dependencies = [11221dependencies = [
11363 "serde",11222 "serde",
11364 "serde_json",11223 "serde_json",
11367[[package]]11226[[package]]
11368name = "sp-session"11227name = "sp-session"
11369version = "4.0.0-dev"11228version = "4.0.0-dev"
11370source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11229source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
11371dependencies = [11230dependencies = [
11372 "parity-scale-codec",11231 "parity-scale-codec",
11373 "scale-info",11232 "scale-info",
11381[[package]]11240[[package]]
11382name = "sp-staking"11241name = "sp-staking"
11383version = "4.0.0-dev"11242version = "4.0.0-dev"
11384source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11243source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
11385dependencies = [11244dependencies = [
11386 "parity-scale-codec",11245 "parity-scale-codec",
11387 "scale-info",11246 "scale-info",
11392[[package]]11251[[package]]
11393name = "sp-state-machine"11252name = "sp-state-machine"
11394version = "0.12.0"11253version = "0.12.0"
11395source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11254source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
11396dependencies = [11255dependencies = [
11397 "hash-db",11256 "hash-db",
11398 "log",11257 "log",
11408 "sp-trie",11267 "sp-trie",
11409 "thiserror",11268 "thiserror",
11410 "tracing",11269 "tracing",
11411 "trie-db",
11412 "trie-root",11270 "trie-root",
11413]11271]
1141411272
11415[[package]]11273[[package]]
11416name = "sp-std"11274name = "sp-std"
11417version = "4.0.0"11275version = "4.0.0"
11418source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11276source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
1141911277
11420[[package]]11278[[package]]
11421name = "sp-storage"11279name = "sp-storage"
11422version = "6.0.0"11280version = "6.0.0"
11423source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11281source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
11424dependencies = [11282dependencies = [
11425 "impl-serde",11283 "impl-serde",
11426 "parity-scale-codec",11284 "parity-scale-codec",
11433[[package]]11291[[package]]
11434name = "sp-tasks"11292name = "sp-tasks"
11435version = "4.0.0-dev"11293version = "4.0.0-dev"
11436source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11294source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
11437dependencies = [11295dependencies = [
11438 "log",11296 "log",
11439 "sp-core",11297 "sp-core",
11446[[package]]11304[[package]]
11447name = "sp-timestamp"11305name = "sp-timestamp"
11448version = "4.0.0-dev"11306version = "4.0.0-dev"
11449source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11307source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
11450dependencies = [11308dependencies = [
11451 "async-trait",11309 "async-trait",
11452 "futures-timer",11310 "futures-timer",
11462[[package]]11320[[package]]
11463name = "sp-tracing"11321name = "sp-tracing"
11464version = "5.0.0"11322version = "5.0.0"
11465source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11323source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
11466dependencies = [11324dependencies = [
11467 "parity-scale-codec",11325 "parity-scale-codec",
11468 "sp-std",11326 "sp-std",
11474[[package]]11332[[package]]
11475name = "sp-transaction-pool"11333name = "sp-transaction-pool"
11476version = "4.0.0-dev"11334version = "4.0.0-dev"
11477source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11335source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
11478dependencies = [11336dependencies = [
11479 "sp-api",11337 "sp-api",
11480 "sp-runtime",11338 "sp-runtime",
11483[[package]]11341[[package]]
11484name = "sp-transaction-storage-proof"11342name = "sp-transaction-storage-proof"
11485version = "4.0.0-dev"11343version = "4.0.0-dev"
11486source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11344source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
11487dependencies = [11345dependencies = [
11488 "async-trait",11346 "async-trait",
11489 "log",11347 "log",
11499[[package]]11357[[package]]
11500name = "sp-trie"11358name = "sp-trie"
11501version = "6.0.0"11359version = "6.0.0"
11502source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11360source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
11503dependencies = [11361dependencies = [
11504 "hash-db",11362 "hash-db",
11505 "memory-db",11363 "memory-db",
11515[[package]]11373[[package]]
11516name = "sp-version"11374name = "sp-version"
11517version = "5.0.0"11375version = "5.0.0"
11518source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11376source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
11519dependencies = [11377dependencies = [
11520 "impl-serde",11378 "impl-serde",
11521 "parity-scale-codec",11379 "parity-scale-codec",
11532[[package]]11390[[package]]
11533name = "sp-version-proc-macro"11391name = "sp-version-proc-macro"
11534version = "4.0.0-dev"11392version = "4.0.0-dev"
11535source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11393source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
11536dependencies = [11394dependencies = [
11537 "parity-scale-codec",11395 "parity-scale-codec",
11538 "proc-macro2",11396 "proc-macro2",
11543[[package]]11401[[package]]
11544name = "sp-wasm-interface"11402name = "sp-wasm-interface"
11545version = "6.0.0"11403version = "6.0.0"
11546source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11404source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
11547dependencies = [11405dependencies = [
11548 "impl-trait-for-tuples",11406 "impl-trait-for-tuples",
11549 "log",11407 "log",
11700[[package]]11558[[package]]
11701name = "substrate-build-script-utils"11559name = "substrate-build-script-utils"
11702version = "3.0.0"11560version = "3.0.0"
11703source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11561source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
11704dependencies = [11562dependencies = [
11705 "platforms",11563 "platforms",
11706]11564]
1170711565
11708[[package]]11566[[package]]
11709name = "substrate-frame-rpc-system"11567name = "substrate-frame-rpc-system"
11710version = "4.0.0-dev"11568version = "4.0.0-dev"
11711source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11569source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
11712dependencies = [11570dependencies = [
11713 "frame-system-rpc-runtime-api",11571 "frame-system-rpc-runtime-api",
11714 "futures 0.3.21",11572 "futures 0.3.21",
11730[[package]]11588[[package]]
11731name = "substrate-prometheus-endpoint"11589name = "substrate-prometheus-endpoint"
11732version = "0.10.0-dev"11590version = "0.10.0-dev"
11733source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11591source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
11734dependencies = [11592dependencies = [
11735 "futures-util",11593 "futures-util",
11736 "hyper",11594 "hyper",
11741]11599]
1174211600
11743[[package]]11601[[package]]
11602name = "substrate-state-trie-migration-rpc"
11603version = "4.0.0-dev"
11604source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
11605dependencies = [
11606 "jsonrpc-core",
11607 "jsonrpc-core-client",
11608 "jsonrpc-derive",
11609 "log",
11610 "parity-scale-codec",
11611 "sc-client-api",
11612 "sc-rpc-api",
11613 "scale-info",
11614 "serde",
11615 "sp-core",
11616 "sp-io",
11617 "sp-runtime",
11618 "sp-state-machine",
11619 "sp-std",
11620 "sp-trie",
11621 "trie-db",
11622]
11623
11624[[package]]
11744name = "substrate-test-client"11625name = "substrate-test-client"
11745version = "2.0.1"11626version = "2.0.1"
11746source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11627source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
11747dependencies = [11628dependencies = [
11748 "async-trait",11629 "async-trait",
11749 "futures 0.3.21",11630 "futures 0.3.21",
11769[[package]]11650[[package]]
11770name = "substrate-test-utils"11651name = "substrate-test-utils"
11771version = "4.0.0-dev"11652version = "4.0.0-dev"
11772source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11653source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
11773dependencies = [11654dependencies = [
11774 "futures 0.3.21",11655 "futures 0.3.21",
11775 "substrate-test-utils-derive",11656 "substrate-test-utils-derive",
11779[[package]]11660[[package]]
11780name = "substrate-test-utils-derive"11661name = "substrate-test-utils-derive"
11781version = "0.10.0-dev"11662version = "0.10.0-dev"
11782source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11663source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
11783dependencies = [11664dependencies = [
11784 "proc-macro-crate 1.1.3",11665 "proc-macro-crate 1.1.3",
11785 "proc-macro2",11666 "proc-macro2",
11790[[package]]11671[[package]]
11791name = "substrate-wasm-builder"11672name = "substrate-wasm-builder"
11792version = "5.0.0-dev"11673version = "5.0.0-dev"
11793source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11674source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
11794dependencies = [11675dependencies = [
11795 "ansi_term",11676 "ansi_term",
11796 "build-helper",11677 "build-helper",
1180511686
11806[[package]]11687[[package]]
11807name = "subtle"11688name = "subtle"
11808version = "1.0.0"
11809source = "registry+https://github.com/rust-lang/crates.io-index"
11810checksum = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee"
11811
11812[[package]]
11813name = "subtle"
11814version = "2.4.1"11689version = "2.4.1"
11815source = "registry+https://github.com/rust-lang/crates.io-index"11690source = "registry+https://github.com/rust-lang/crates.io-index"
11816checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"11691checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
1187511750
11876[[package]]11751[[package]]
11877name = "test-runtime-constants"11752name = "test-runtime-constants"
11878version = "0.9.18"11753version = "0.9.19"
11879source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"11754source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
11880dependencies = [11755dependencies = [
11881 "frame-support",11756 "frame-support",
11882 "polkadot-primitives",11757 "polkadot-primitives",
11912]11787]
1191311788
11914[[package]]11789[[package]]
11790name = "thousands"
11791version = "0.2.0"
11792source = "registry+https://github.com/rust-lang/crates.io-index"
11793checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"
11794
11795[[package]]
11915name = "thread_local"11796name = "thread_local"
11916version = "1.1.4"11797version = "1.1.4"
11917source = "registry+https://github.com/rust-lang/crates.io-index"11798source = "registry+https://github.com/rust-lang/crates.io-index"
1199411875
11995[[package]]11876[[package]]
11996name = "tinyvec"11877name = "tinyvec"
11997version = "1.5.1"11878version = "1.6.0"
11998source = "registry+https://github.com/rust-lang/crates.io-index"11879source = "registry+https://github.com/rust-lang/crates.io-index"
11999checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"11880checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
12000dependencies = [11881dependencies = [
12001 "tinyvec_macros",11882 "tinyvec_macros",
12002]11883]
12032 "num_cpus",11913 "num_cpus",
12033 "once_cell",11914 "once_cell",
12034 "parking_lot 0.12.0",11915 "parking_lot 0.12.0",
12035 "pin-project-lite 0.2.8",11916 "pin-project-lite 0.2.9",
12036 "signal-hook-registry",11917 "signal-hook-registry",
12037 "socket2 0.4.4",11918 "socket2 0.4.4",
12038 "tokio-macros 1.7.0",11919 "tokio-macros 1.7.0",
12090checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3"11971checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3"
12091dependencies = [11972dependencies = [
12092 "futures-core",11973 "futures-core",
12093 "pin-project-lite 0.2.8",11974 "pin-project-lite 0.2.9",
12094 "tokio 1.17.0",11975 "tokio 1.17.0",
12095]11976]
1209611977
12102dependencies = [11983dependencies = [
12103 "bytes 1.1.0",11984 "bytes 1.1.0",
12104 "futures-core",11985 "futures-core",
12105 "futures-io",
12106 "futures-sink",11986 "futures-sink",
12107 "log",11987 "log",
12108 "pin-project-lite 0.2.8",11988 "pin-project-lite 0.2.9",
12109 "tokio 1.17.0",11989 "tokio 1.17.0",
12110]11990]
1211111991
12117dependencies = [11997dependencies = [
12118 "bytes 1.1.0",11998 "bytes 1.1.0",
12119 "futures-core",11999 "futures-core",
12000 "futures-io",
12120 "futures-sink",12001 "futures-sink",
12121 "pin-project-lite 0.2.8",12002 "pin-project-lite 0.2.9",
12122 "tokio 1.17.0",12003 "tokio 1.17.0",
12123 "tracing",12004 "tracing",
12124]12005]
1212512006
12126[[package]]12007[[package]]
12127name = "toml"12008name = "toml"
12128version = "0.5.8"12009version = "0.5.9"
12129source = "registry+https://github.com/rust-lang/crates.io-index"12010source = "registry+https://github.com/rust-lang/crates.io-index"
12130checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"12011checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
12131dependencies = [12012dependencies = [
12132 "serde",12013 "serde",
12133]12014]
1214012021
12141[[package]]12022[[package]]
12142name = "tracing"12023name = "tracing"
12143version = "0.1.32"12024version = "0.1.34"
12144source = "registry+https://github.com/rust-lang/crates.io-index"12025source = "registry+https://github.com/rust-lang/crates.io-index"
12145checksum = "4a1bdf54a7c28a2bbf701e1d2233f6c77f473486b94bee4f9678da5a148dca7f"12026checksum = "5d0ecdcb44a79f0fe9844f0c4f33a342cbcbb5117de8001e6ba0dc2351327d09"
12146dependencies = [12027dependencies = [
12147 "cfg-if 1.0.0",12028 "cfg-if 1.0.0",
12148 "pin-project-lite 0.2.8",12029 "pin-project-lite 0.2.9",
12149 "tracing-attributes",12030 "tracing-attributes",
12150 "tracing-core",12031 "tracing-core",
12151]12032]
1216312044
12164[[package]]12045[[package]]
12165name = "tracing-core"12046name = "tracing-core"
12166version = "0.1.24"12047version = "0.1.26"
12167source = "registry+https://github.com/rust-lang/crates.io-index"12048source = "registry+https://github.com/rust-lang/crates.io-index"
12168checksum = "90442985ee2f57c9e1b548ee72ae842f4a9a20e3f417cc38dbc5dc684d9bb4ee"12049checksum = "f54c8ca710e81886d498c2fd3331b56c93aa248d49de2222ad2742247c60072f"
12169dependencies = [12050dependencies = [
12170 "lazy_static",12051 "lazy_static",
12171 "valuable",12052 "valuable",
12182]12063]
1218312064
12184[[package]]12065[[package]]
12066name = "tracing-gum"
12067version = "0.9.19"
12068source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
12069dependencies = [
12070 "polkadot-node-jaeger",
12071 "polkadot-primitives",
12072 "tracing",
12073 "tracing-gum-proc-macro",
12074]
12075
12076[[package]]
12077name = "tracing-gum-proc-macro"
12078version = "0.9.19"
12079source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
12080dependencies = [
12081 "expander 0.0.6",
12082 "proc-macro-crate 1.1.3",
12083 "proc-macro2",
12084 "quote",
12085 "syn",
12086]
12087
12088[[package]]
12185name = "tracing-log"12089name = "tracing-log"
12186version = "0.1.2"12090version = "0.1.3"
12187source = "registry+https://github.com/rust-lang/crates.io-index"12091source = "registry+https://github.com/rust-lang/crates.io-index"
12188checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3"12092checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
12189dependencies = [12093dependencies = [
12190 "lazy_static",12094 "lazy_static",
12191 "log",12095 "log",
12309[[package]]12213[[package]]
12310name = "try-runtime-cli"12214name = "try-runtime-cli"
12311version = "0.10.0-dev"12215version = "0.10.0-dev"
12312source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"12216source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
12313dependencies = [12217dependencies = [
12314 "clap",12218 "clap",
12315 "jsonrpsee 0.4.1",12219 "jsonrpsee",
12316 "log",12220 "log",
12317 "parity-scale-codec",12221 "parity-scale-codec",
12318 "remote-externalities",12222 "remote-externalities",
1240312307
12404[[package]]12308[[package]]
12405name = "unicode-bidi"12309name = "unicode-bidi"
12406version = "0.3.7"12310version = "0.3.8"
12407source = "registry+https://github.com/rust-lang/crates.io-index"12311source = "registry+https://github.com/rust-lang/crates.io-index"
12408checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"12312checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
1240912313
12410[[package]]12314[[package]]
12411name = "unicode-normalization"12315name = "unicode-normalization"
12523 "fc-rpc",12427 "fc-rpc",
12524 "fc-rpc-core",12428 "fc-rpc-core",
12525 "fp-rpc",12429 "fp-rpc",
12430 "fp-storage",
12526 "futures 0.3.21",12431 "futures 0.3.21",
12527 "jsonrpc-core",12432 "jsonrpc-core",
12528 "jsonrpc-pubsub",12433 "jsonrpc-pubsub",
12660checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"12565checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"
12661dependencies = [12566dependencies = [
12662 "generic-array 0.14.5",12567 "generic-array 0.14.5",
12663 "subtle 2.4.1",12568 "subtle",
12664]12569]
1266512570
12666[[package]]12571[[package]]
12731[[package]]12636[[package]]
12732name = "up-sponsorship"12637name = "up-sponsorship"
12733version = "0.1.0"12638version = "0.1.0"
12734source = "git+https://github.com/UniqueNetwork/pallet-sponsoring?branch=polkadot-v0.9.18#7bc842b35a53f762ee6ee89e5f5bef84a284c9f4"12639source = "git+https://github.com//uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.19#df33e79470e92e3218a507f09d1b0dd78b67b1fd"
12735dependencies = [12640dependencies = [
12736 "impl-trait-for-tuples",12641 "impl-trait-for-tuples",
12737]12642]
1284012745
12841[[package]]12746[[package]]
12842name = "wasm-bindgen"12747name = "wasm-bindgen"
12843version = "0.2.79"12748version = "0.2.80"
12844source = "registry+https://github.com/rust-lang/crates.io-index"12749source = "registry+https://github.com/rust-lang/crates.io-index"
12845checksum = "25f1af7423d8588a3d840681122e72e6a24ddbcb3f0ec385cac0d12d24256c06"12750checksum = "27370197c907c55e3f1a9fbe26f44e937fe6451368324e009cba39e139dc08ad"
12846dependencies = [12751dependencies = [
12847 "cfg-if 1.0.0",12752 "cfg-if 1.0.0",
12848 "wasm-bindgen-macro",12753 "wasm-bindgen-macro",
12849]12754]
1285012755
12851[[package]]12756[[package]]
12852name = "wasm-bindgen-backend"12757name = "wasm-bindgen-backend"
12853version = "0.2.79"12758version = "0.2.80"
12854source = "registry+https://github.com/rust-lang/crates.io-index"12759source = "registry+https://github.com/rust-lang/crates.io-index"
12855checksum = "8b21c0df030f5a177f3cba22e9bc4322695ec43e7257d865302900290bcdedca"12760checksum = "53e04185bfa3a779273da532f5025e33398409573f348985af9a1cbf3774d3f4"
12856dependencies = [12761dependencies = [
12857 "bumpalo",12762 "bumpalo",
12858 "lazy_static",12763 "lazy_static",
1286512770
12866[[package]]12771[[package]]
12867name = "wasm-bindgen-futures"12772name = "wasm-bindgen-futures"
12868version = "0.4.29"12773version = "0.4.30"
12869source = "registry+https://github.com/rust-lang/crates.io-index"12774source = "registry+https://github.com/rust-lang/crates.io-index"
12870checksum = "2eb6ec270a31b1d3c7e266b999739109abce8b6c87e4b31fcfcd788b65267395"12775checksum = "6f741de44b75e14c35df886aff5f1eb73aa114fa5d4d00dcd37b5e01259bf3b2"
12871dependencies = [12776dependencies = [
12872 "cfg-if 1.0.0",12777 "cfg-if 1.0.0",
12873 "js-sys",12778 "js-sys",
1287712782
12878[[package]]12783[[package]]
12879name = "wasm-bindgen-macro"12784name = "wasm-bindgen-macro"
12880version = "0.2.79"12785version = "0.2.80"
12881source = "registry+https://github.com/rust-lang/crates.io-index"12786source = "registry+https://github.com/rust-lang/crates.io-index"
12882checksum = "2f4203d69e40a52ee523b2529a773d5ffc1dc0071801c87b3d270b471b80ed01"12787checksum = "17cae7ff784d7e83a2fe7611cfe766ecf034111b49deb850a3dc7699c08251f5"
12883dependencies = [12788dependencies = [
12884 "quote",12789 "quote",
12885 "wasm-bindgen-macro-support",12790 "wasm-bindgen-macro-support",
12886]12791]
1288712792
12888[[package]]12793[[package]]
12889name = "wasm-bindgen-macro-support"12794name = "wasm-bindgen-macro-support"
12890version = "0.2.79"12795version = "0.2.80"
12891source = "registry+https://github.com/rust-lang/crates.io-index"12796source = "registry+https://github.com/rust-lang/crates.io-index"
12892checksum = "bfa8a30d46208db204854cadbb5d4baf5fcf8071ba5bf48190c3e59937962ebc"12797checksum = "99ec0dc7a4756fffc231aab1b9f2f578d23cd391390ab27f952ae0c9b3ece20b"
12893dependencies = [12798dependencies = [
12894 "proc-macro2",12799 "proc-macro2",
12895 "quote",12800 "quote",
1290012805
12901[[package]]12806[[package]]
12902name = "wasm-bindgen-shared"12807name = "wasm-bindgen-shared"
12903version = "0.2.79"12808version = "0.2.80"
12904source = "registry+https://github.com/rust-lang/crates.io-index"12809source = "registry+https://github.com/rust-lang/crates.io-index"
12905checksum = "3d958d035c4438e28c70e4321a2911302f10135ce78a9c7834c0cab4123d06a2"12810checksum = "d554b7f530dee5964d9a9468d95c1f8b8acae4f282807e7d27d4b03099a46744"
1290612811
12907[[package]]12812[[package]]
12908name = "wasm-gc-api"12813name = "wasm-gc-api"
12984 "lazy_static",12889 "lazy_static",
12985 "libc",12890 "libc",
12986 "log",12891 "log",
12987 "object",12892 "object 0.27.1",
12988 "paste",12893 "paste",
12989 "psm",12894 "psm",
12990 "rayon",12895 "rayon",
13036 "gimli",12941 "gimli",
13037 "log",12942 "log",
13038 "more-asserts",12943 "more-asserts",
13039 "object",12944 "object 0.27.1",
13040 "target-lexicon",12945 "target-lexicon",
13041 "thiserror",12946 "thiserror",
13042 "wasmparser",12947 "wasmparser",
13055 "indexmap",12960 "indexmap",
13056 "log",12961 "log",
13057 "more-asserts",12962 "more-asserts",
13058 "object",12963 "object 0.27.1",
13059 "serde",12964 "serde",
13060 "target-lexicon",12965 "target-lexicon",
13061 "thiserror",12966 "thiserror",
13074 "bincode",12979 "bincode",
13075 "cfg-if 1.0.0",12980 "cfg-if 1.0.0",
13076 "gimli",12981 "gimli",
13077 "object",12982 "object 0.27.1",
13078 "region",12983 "region",
13079 "rustix",12984 "rustix",
13080 "serde",12985 "serde",
1312413029
13125[[package]]13030[[package]]
13126name = "web-sys"13031name = "web-sys"
13127version = "0.3.56"13032version = "0.3.57"
13128source = "registry+https://github.com/rust-lang/crates.io-index"13033source = "registry+https://github.com/rust-lang/crates.io-index"
13129checksum = "c060b319f29dd25724f09a2ba1418f142f539b2be99fbf4d2d5a8f7330afb8eb"13034checksum = "7b17e741662c70c8bd24ac5c5b18de314a2c26c32bf8346ee1e6f53de919c283"
13130dependencies = [13035dependencies = [
13131 "js-sys",13036 "js-sys",
13132 "wasm-bindgen",13037 "wasm-bindgen",
1316313068
13164[[package]]13069[[package]]
13165name = "webpki-roots"13070name = "webpki-roots"
13166version = "0.22.2"13071version = "0.22.3"
13167source = "registry+https://github.com/rust-lang/crates.io-index"13072source = "registry+https://github.com/rust-lang/crates.io-index"
13168checksum = "552ceb903e957524388c4d3475725ff2c8b7960922063af6ce53c9a43da07449"13073checksum = "44d8de8415c823c8abd270ad483c6feeac771fad964890779f9a8cb24fbbc1bf"
13169dependencies = [13074dependencies = [
13170 "webpki 0.22.0",13075 "webpki 0.22.0",
13171]13076]
1318113086
13182[[package]]13087[[package]]
13183name = "westend-runtime"13088name = "westend-runtime"
13184version = "0.9.18"13089version = "0.9.19"
13185source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13090source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
13186dependencies = [13091dependencies = [
13187 "beefy-primitives",13092 "beefy-primitives",
13188 "bitvec",13093 "bitvec",
1326713172
13268[[package]]13173[[package]]
13269name = "westend-runtime-constants"13174name = "westend-runtime-constants"
13270version = "0.9.18"13175version = "0.9.19"
13271source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13176source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
13272dependencies = [13177dependencies = [
13273 "frame-support",13178 "frame-support",
13274 "polkadot-primitives",13179 "polkadot-primitives",
1342113326
13422[[package]]13327[[package]]
13423name = "xcm"13328name = "xcm"
13424version = "0.9.18"13329version = "0.9.19"
13425source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13330source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
13426dependencies = [13331dependencies = [
13427 "derivative",13332 "derivative",
13428 "impl-trait-for-tuples",13333 "impl-trait-for-tuples",
1343413339
13435[[package]]13340[[package]]
13436name = "xcm-builder"13341name = "xcm-builder"
13437version = "0.9.18"13342version = "0.9.19"
13438source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13343source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
13439dependencies = [13344dependencies = [
13440 "frame-support",13345 "frame-support",
13441 "frame-system",13346 "frame-system",
1345413359
13455[[package]]13360[[package]]
13456name = "xcm-executor"13361name = "xcm-executor"
13457version = "0.9.18"13362version = "0.9.19"
13458source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13363source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
13459dependencies = [13364dependencies = [
13460 "frame-benchmarking",13365 "frame-benchmarking",
13461 "frame-support",13366 "frame-support",
13473[[package]]13378[[package]]
13474name = "xcm-procedural"13379name = "xcm-procedural"
13475version = "0.1.0"13380version = "0.1.0"
13476source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13381source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
13477dependencies = [13382dependencies = [
13478 "Inflector",13383 "Inflector",
13479 "proc-macro2",13384 "proc-macro2",
modifiedCargo.tomldiffbeforeafterboth
14[profile.release]14[profile.release]
15panic = 'unwind'15panic = 'unwind'
16
17[patch."https://github.com/paritytech/substrate.git"]
18beefy-gadget = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
19beefy-gadget-rpc = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
20beefy-merkle-tree = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
21beefy-primitives = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
22fork-tree = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
23frame-benchmarking = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
24frame-benchmarking-cli = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
25frame-election-provider-support = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
26frame-executive = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
27frame-support = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
28frame-support-procedural = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
29frame-support-procedural-tools = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
30frame-support-procedural-tools-derive = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
31frame-system = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
32frame-system-benchmarking = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
33frame-system-rpc-runtime-api = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
34frame-try-runtime = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
35pallet-aura = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
36pallet-authority-discovery = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
37pallet-authorship = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
38pallet-babe = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
39pallet-bags-list = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
40pallet-balances = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
41pallet-beefy = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
42pallet-beefy-mmr = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
43pallet-bounties = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
44pallet-collective = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
45pallet-democracy = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
46pallet-election-provider-multi-phase = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
47pallet-elections-phragmen = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
48pallet-gilt = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
49pallet-grandpa = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
50pallet-identity = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
51pallet-im-online = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
52pallet-indices = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
53pallet-membership = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
54pallet-mmr = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
55pallet-mmr-primitives = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
56pallet-mmr-rpc = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
57pallet-multisig = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
58pallet-nicks = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
59pallet-offences = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
60pallet-offences-benchmarking = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
61pallet-preimage = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
62pallet-proxy = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
63pallet-randomness-collective-flip = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
64pallet-recovery = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
65pallet-scheduler = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
66pallet-session = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
67pallet-session-benchmarking = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
68pallet-society = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
69pallet-staking = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
70pallet-staking-reward-curve = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
71pallet-staking-reward-fn = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
72pallet-sudo = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
73pallet-timestamp = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
74pallet-tips = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
75pallet-transaction-payment = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
76pallet-transaction-payment-rpc = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
77pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
78pallet-treasury = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
79pallet-utility = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
80pallet-vesting = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
81remote-externalities = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
82sc-allocator = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
83sc-authority-discovery = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
84sc-basic-authorship = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
85sc-block-builder = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
86sc-chain-spec = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
87sc-chain-spec-derive = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
88sc-cli = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
89sc-client-api = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
90sc-client-db = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
91sc-consensus = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
92sc-consensus-aura = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
93sc-consensus-babe = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
94sc-consensus-babe-rpc = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
95sc-consensus-epochs = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
96sc-consensus-manual-seal = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
97sc-consensus-slots = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
98sc-consensus-uncles = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
99sc-executor = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
100sc-executor-common = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
101sc-executor-wasmi = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
102sc-executor-wasmtime = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
103sc-finality-grandpa = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
104sc-finality-grandpa-rpc = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
105sc-informant = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
106sc-keystore = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
107sc-network = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
108sc-network-gossip = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
109sc-offchain = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
110sc-peerset = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
111sc-proposer-metrics = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
112sc-rpc = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
113sc-rpc-api = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
114sc-rpc-server = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
115sc-service = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
116sc-state-db = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
117sc-sync-state-rpc = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
118sc-telemetry = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
119sc-tracing = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
120sc-tracing-proc-macro = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
121sc-transaction-pool = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
122sc-transaction-pool-api = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
123sc-utils = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
124sp-api = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
125sp-api-proc-macro = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
126sp-application-crypto = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
127sp-arithmetic = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
128sp-authority-discovery = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
129sp-authorship = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
130sp-block-builder = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
131sp-blockchain = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
132sp-consensus = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
133sp-consensus-aura = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
134sp-consensus-babe = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
135sp-consensus-slots = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
136sp-consensus-vrf = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
137sp-core = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
138sp-core-hashing = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
139sp-core-hashing-proc-macro = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
140sp-database = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
141sp-debug-derive = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
142sp-externalities = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
143sp-finality-grandpa = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
144sp-inherents = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
145sp-io = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
146sp-keyring = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
147sp-keystore = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
148sp-maybe-compressed-blob = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
149sp-npos-elections = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
150sp-offchain = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
151sp-panic-handler = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
152sp-rpc = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
153sp-runtime = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
154sp-runtime-interface = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
155sp-runtime-interface-proc-macro = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
156sp-serializer = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
157sp-session = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
158sp-staking = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
159sp-state-machine = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
160sp-std = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
161sp-storage = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
162sp-tasks = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
163sp-timestamp = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
164sp-tracing = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
165sp-transaction-pool = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
166sp-transaction-storage-proof = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
167sp-trie = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
168sp-version = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
169sp-version-proc-macro = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
170sp-wasm-interface = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
171substrate-build-script-utils = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
172substrate-frame-rpc-system = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
173substrate-prometheus-endpoint = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
174substrate-test-client = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
175substrate-test-utils = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
176substrate-test-utils-derive = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
177substrate-wasm-builder = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
178try-runtime-cli = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
179pallet-child-bounties = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
180substrate-state-trie-migration-rpc = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
181
182[patch."https://github.com/paritytech/polkadot"]
183bp-header-chain = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
184bp-message-dispatch = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
185bp-messages = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
186bp-polkadot-core = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
187bp-rococo = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
188bp-runtime = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
189bp-test-utils = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
190bp-wococo = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
191bridge-runtime-common = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
192kusama-runtime = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
193kusama-runtime-constants = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
194metered-channel = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
195pallet-bridge-dispatch = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
196pallet-bridge-grandpa = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
197pallet-bridge-messages = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
198pallet-xcm = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
199pallet-xcm-benchmarks = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
200polkadot-approval-distribution = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
201polkadot-availability-bitfield-distribution = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
202polkadot-availability-distribution = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
203polkadot-availability-recovery = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
204polkadot-cli = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
205polkadot-client = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
206polkadot-collator-protocol = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
207polkadot-core-primitives = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
208polkadot-dispute-distribution = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
209polkadot-erasure-coding = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
210polkadot-gossip-support = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
211polkadot-network-bridge = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
212polkadot-node-collation-generation = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
213polkadot-node-core-approval-voting = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
214polkadot-node-core-av-store = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
215polkadot-node-core-backing = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
216polkadot-node-core-bitfield-signing = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
217polkadot-node-core-candidate-validation = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
218polkadot-node-core-chain-api = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
219polkadot-node-core-chain-selection = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
220polkadot-node-core-dispute-coordinator = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
221polkadot-node-core-parachains-inherent = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
222polkadot-node-core-provisioner = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
223polkadot-node-core-pvf = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
224polkadot-node-core-pvf-checker = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
225polkadot-node-core-runtime-api = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
226polkadot-node-jaeger = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
227polkadot-node-metrics = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
228polkadot-node-network-protocol = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
229polkadot-node-primitives = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
230polkadot-node-subsystem = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
231polkadot-node-subsystem-types = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
232polkadot-node-subsystem-util = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
233polkadot-overseer = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
234polkadot-overseer-gen = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
235polkadot-overseer-gen-proc-macro = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
236polkadot-parachain = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
237polkadot-performance-test = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
238polkadot-primitives = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
239polkadot-rpc = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
240polkadot-runtime = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
241polkadot-runtime-common = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
242polkadot-runtime-constants = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
243polkadot-runtime-metrics = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
244polkadot-runtime-parachains = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
245polkadot-service = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
246polkadot-statement-distribution = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
247polkadot-statement-table = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
248polkadot-test-runtime = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
249polkadot-test-service = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
250rococo-runtime = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
251rococo-runtime-constants = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
252slot-range-helper = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
253test-runtime-constants = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
254westend-runtime = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
255westend-runtime-constants = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
256xcm = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
257xcm-builder = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
258xcm-executor = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
259xcm-procedural = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
260
261[patch."https://github.com/paritytech/cumulus.git"]
262cumulus-client-cli = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
263cumulus-client-collator = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
264cumulus-client-consensus-aura = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
265cumulus-client-consensus-common = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
266cumulus-client-network = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
267cumulus-client-pov-recovery = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
268cumulus-client-service = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
269cumulus-pallet-aura-ext = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
270cumulus-pallet-dmp-queue = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
271cumulus-pallet-parachain-system = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
272cumulus-pallet-parachain-system-proc-macro = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
273cumulus-pallet-xcm = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
274cumulus-pallet-xcmp-queue = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
275cumulus-primitives-core = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
276cumulus-primitives-parachain-inherent = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
277cumulus-primitives-timestamp = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
278cumulus-primitives-utility = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
279cumulus-relay-chain-inprocess-interface = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
280cumulus-relay-chain-interface = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
281cumulus-relay-chain-rpc-interface = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
282cumulus-test-relay-sproof-builder = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
283parachain-info = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
284
285[patch."https://github.com/uniquenetwork/frontier.git"]
286fc-consensus = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
287fc-db = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
288fc-mapping-sync = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
289fc-rpc = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
290fc-rpc-core = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
291fp-consensus = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
292fp-evm = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
293fp-evm-mapping = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
294fp-rpc = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
295fp-self-contained = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
296fp-storage = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
297pallet-base-fee = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
298pallet-ethereum = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
299pallet-evm = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
300
301[patch."https://github.com/UniqueNetwork/pallet-sponsoring"]
302pallet-template-transaction-payment = { git = "https://github.com//uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.19" }
303up-sponsorship = { git = "https://github.com//uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.19" }
304
305[patch.crates-io]
306evm = { git = "https://github.com//uniquenetwork/evm", branch = "unique-polkadot-v0.9.19" }
307evm-core = { git = "https://github.com//uniquenetwork/evm", branch = "unique-polkadot-v0.9.19" }
308
309[patch."https://github.com/uniquenetwork/open-runtime-module-library"]
310orml-vesting = { git = "https://github.com//uniquenetwork/open-runtime-module-library", branch = "unique-polkadot-v0.9.19" }
16311
modifiedclient/rpc/Cargo.tomldiffbeforeafterboth
13jsonrpc-core-client = "18.0.0"13jsonrpc-core-client = "18.0.0"
14jsonrpc-derive = "18.0.0"14jsonrpc-derive = "18.0.0"
1515
16sp-api = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.18" }16sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" }
17sp-blockchain = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.18" }17sp-blockchain = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" }
18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.18" }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" }
19sp-rpc = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.18" }19sp-rpc = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" }
20sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.18" }20sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" }
21pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }21pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
2222
modifiedcrates/evm-coder/Cargo.tomldiffbeforeafterboth
9primitive-types = { version = "0.11.1", default-features = false }9primitive-types = { version = "0.11.1", default-features = false }
10hex-literal = "0.3.3"10hex-literal = "0.3.3"
11ethereum = { version = "0.12.0", default-features = false }11ethereum = { version = "0.12.0", default-features = false }
12evm-core = { default-features = false, git = "https://github.com/uniquenetwork/evm.git", branch = "unique-polkadot-v0.9.18" }12evm-core = { version = "0.35.0", default-features = false }
13impl-trait-for-tuples = "0.2.1"13impl-trait-for-tuples = "0.2.1"
1414
15[dev-dependencies]15[dev-dependencies]
modifiednode/cli/Cargo.tomldiffbeforeafterboth
2# Build Dependencies2# Build Dependencies
33
4[build-dependencies.substrate-build-script-utils]4[build-dependencies.substrate-build-script-utils]
5git = 'https://github.com/paritytech/substrate.git'5git = 'https://github.com/paritytech/substrate'
6branch = 'polkadot-v0.9.18'6branch = 'master'
77
8################################################################################8################################################################################
9# Substrate Dependecies9# Substrate Dependecies
15version = '3.1.2'15version = '3.1.2'
1616
17[dependencies.frame-benchmarking]17[dependencies.frame-benchmarking]
18git = 'https://github.com/paritytech/substrate.git'18git = 'https://github.com/paritytech/substrate'
19branch = 'polkadot-v0.9.18'19branch = 'master'
2020
21[dependencies.frame-benchmarking-cli]21[dependencies.frame-benchmarking-cli]
22git = 'https://github.com/paritytech/substrate.git'22git = 'https://github.com/paritytech/substrate'
23branch = 'polkadot-v0.9.18'23branch = 'master'
2424
25[dependencies.pallet-transaction-payment-rpc]25[dependencies.pallet-transaction-payment-rpc]
26git = 'https://github.com/paritytech/substrate.git'26git = 'https://github.com/paritytech/substrate'
27branch = 'polkadot-v0.9.18'27branch = 'master'
2828
29[dependencies.substrate-prometheus-endpoint]29[dependencies.substrate-prometheus-endpoint]
30git = 'https://github.com/paritytech/substrate.git'30git = 'https://github.com/paritytech/substrate'
31branch = 'polkadot-v0.9.18'31branch = 'master'
3232
33[dependencies.sc-basic-authorship]33[dependencies.sc-basic-authorship]
34git = 'https://github.com/paritytech/substrate.git'34git = 'https://github.com/paritytech/substrate'
35branch = 'polkadot-v0.9.18'35branch = 'master'
3636
37[dependencies.sc-chain-spec]37[dependencies.sc-chain-spec]
38git = 'https://github.com/paritytech/substrate.git'38git = 'https://github.com/paritytech/substrate'
39branch = 'polkadot-v0.9.18'39branch = 'master'
4040
41[dependencies.sc-cli]41[dependencies.sc-cli]
42features = ['wasmtime']42features = ['wasmtime']
43git = 'https://github.com/paritytech/substrate.git'43git = 'https://github.com/paritytech/substrate'
44branch = 'polkadot-v0.9.18'44branch = 'master'
4545
46[dependencies.sc-client-api]46[dependencies.sc-client-api]
47git = 'https://github.com/paritytech/substrate.git'47git = 'https://github.com/paritytech/substrate'
48branch = 'polkadot-v0.9.18'48branch = 'master'
4949
50[dependencies.sc-consensus]50[dependencies.sc-consensus]
51git = 'https://github.com/paritytech/substrate.git'51git = 'https://github.com/paritytech/substrate'
52branch = 'polkadot-v0.9.18'52branch = 'master'
5353
54[dependencies.sc-consensus-aura]54[dependencies.sc-consensus-aura]
55git = 'https://github.com/paritytech/substrate.git'55git = 'https://github.com/paritytech/substrate'
56branch = 'polkadot-v0.9.18'56branch = 'master'
5757
58[dependencies.sc-executor]58[dependencies.sc-executor]
59features = ['wasmtime']59features = ['wasmtime']
60git = 'https://github.com/paritytech/substrate.git'60git = 'https://github.com/paritytech/substrate'
61branch = 'polkadot-v0.9.18'61branch = 'master'
6262
63[dependencies.sc-finality-grandpa]63[dependencies.sc-finality-grandpa]
64git = 'https://github.com/paritytech/substrate.git'64git = 'https://github.com/paritytech/substrate'
65branch = 'polkadot-v0.9.18'65branch = 'master'
6666
67[dependencies.sc-keystore]67[dependencies.sc-keystore]
68git = 'https://github.com/paritytech/substrate.git'68git = 'https://github.com/paritytech/substrate'
69branch = 'polkadot-v0.9.18'69branch = 'master'
7070
71[dependencies.sc-rpc]71[dependencies.sc-rpc]
72git = 'https://github.com/paritytech/substrate.git'72git = 'https://github.com/paritytech/substrate'
73branch = 'polkadot-v0.9.18'73branch = 'master'
7474
75[dependencies.sc-rpc-api]75[dependencies.sc-rpc-api]
76git = 'https://github.com/paritytech/substrate.git'76git = 'https://github.com/paritytech/substrate'
77branch = 'polkadot-v0.9.18'77branch = 'master'
7878
79[dependencies.sc-service]79[dependencies.sc-service]
80features = ['wasmtime']80features = ['wasmtime']
81git = 'https://github.com/paritytech/substrate.git'81git = 'https://github.com/paritytech/substrate'
82branch = 'polkadot-v0.9.18'82branch = 'master'
8383
84[dependencies.sc-telemetry]84[dependencies.sc-telemetry]
85git = 'https://github.com/paritytech/substrate.git'85git = 'https://github.com/paritytech/substrate'
86branch = 'polkadot-v0.9.18'86branch = 'master'
8787
88[dependencies.sc-transaction-pool]88[dependencies.sc-transaction-pool]
89git = 'https://github.com/paritytech/substrate.git'89git = 'https://github.com/paritytech/substrate'
90branch = 'polkadot-v0.9.18'90branch = 'master'
9191
92[dependencies.sc-tracing]92[dependencies.sc-tracing]
93git = 'https://github.com/paritytech/substrate.git'93git = 'https://github.com/paritytech/substrate'
94branch = 'polkadot-v0.9.18'94branch = 'master'
9595
96[dependencies.sp-block-builder]96[dependencies.sp-block-builder]
97git = 'https://github.com/paritytech/substrate.git'97git = 'https://github.com/paritytech/substrate'
98branch = 'polkadot-v0.9.18'98branch = 'master'
9999
100[dependencies.sp-api]100[dependencies.sp-api]
101git = 'https://github.com/paritytech/substrate.git'101git = 'https://github.com/paritytech/substrate'
102branch = 'polkadot-v0.9.18'102branch = 'master'
103103
104[dependencies.sp-blockchain]104[dependencies.sp-blockchain]
105git = 'https://github.com/paritytech/substrate.git'105git = 'https://github.com/paritytech/substrate'
106branch = 'polkadot-v0.9.18'106branch = 'master'
107107
108[dependencies.sp-consensus]108[dependencies.sp-consensus]
109git = 'https://github.com/paritytech/substrate.git'109git = 'https://github.com/paritytech/substrate'
110branch = 'polkadot-v0.9.18'110branch = 'master'
111111
112[dependencies.sp-consensus-aura]112[dependencies.sp-consensus-aura]
113git = 'https://github.com/paritytech/substrate.git'113git = 'https://github.com/paritytech/substrate'
114branch = 'polkadot-v0.9.18'114branch = 'master'
115115
116[dependencies.sp-core]116[dependencies.sp-core]
117git = 'https://github.com/paritytech/substrate.git'117git = 'https://github.com/paritytech/substrate'
118branch = 'polkadot-v0.9.18'118branch = 'master'
119119
120[dependencies.sp-finality-grandpa]120[dependencies.sp-finality-grandpa]
121git = 'https://github.com/paritytech/substrate.git'121git = 'https://github.com/paritytech/substrate'
122branch = 'polkadot-v0.9.18'122branch = 'master'
123123
124[dependencies.sp-inherents]124[dependencies.sp-inherents]
125git = 'https://github.com/paritytech/substrate.git'125git = 'https://github.com/paritytech/substrate'
126branch = 'polkadot-v0.9.18'126branch = 'master'
127127
128[dependencies.sp-keystore]128[dependencies.sp-keystore]
129git = 'https://github.com/paritytech/substrate.git'129git = 'https://github.com/paritytech/substrate'
130branch = 'polkadot-v0.9.18'130branch = 'master'
131131
132[dependencies.sp-offchain]132[dependencies.sp-offchain]
133git = 'https://github.com/paritytech/substrate.git'133git = 'https://github.com/paritytech/substrate'
134branch = 'polkadot-v0.9.18'134branch = 'master'
135135
136[dependencies.sp-runtime]136[dependencies.sp-runtime]
137git = 'https://github.com/paritytech/substrate.git'137git = 'https://github.com/paritytech/substrate'
138branch = 'polkadot-v0.9.18'138branch = 'master'
139139
140[dependencies.sp-session]140[dependencies.sp-session]
141git = 'https://github.com/paritytech/substrate.git'141git = 'https://github.com/paritytech/substrate'
142branch = 'polkadot-v0.9.18'142branch = 'master'
143143
144[dependencies.sp-timestamp]144[dependencies.sp-timestamp]
145git = 'https://github.com/paritytech/substrate.git'145git = 'https://github.com/paritytech/substrate'
146branch = 'polkadot-v0.9.18'146branch = 'master'
147147
148[dependencies.sp-transaction-pool]148[dependencies.sp-transaction-pool]
149git = 'https://github.com/paritytech/substrate.git'149git = 'https://github.com/paritytech/substrate'
150branch = 'polkadot-v0.9.18'150branch = 'master'
151151
152[dependencies.sp-trie]152[dependencies.sp-trie]
153git = 'https://github.com/paritytech/substrate.git'153git = 'https://github.com/paritytech/substrate'
154branch = 'polkadot-v0.9.18'154branch = 'master'
155155
156[dependencies.substrate-frame-rpc-system]156[dependencies.substrate-frame-rpc-system]
157git = 'https://github.com/paritytech/substrate.git'157git = 'https://github.com/paritytech/substrate'
158branch = 'polkadot-v0.9.18'158branch = 'master'
159159
160[dependencies.sc-network]160[dependencies.sc-network]
161git = 'https://github.com/paritytech/substrate.git'161git = 'https://github.com/paritytech/substrate'
162branch = 'polkadot-v0.9.18'162branch = 'master'
163163
164[dependencies.serde]164[dependencies.serde]
165features = ['derive']165features = ['derive']
169version = '1.0.68'169version = '1.0.68'
170170
171[dependencies.sc-consensus-manual-seal]171[dependencies.sc-consensus-manual-seal]
172git = 'https://github.com/paritytech/substrate.git'172git = 'https://github.com/paritytech/substrate'
173branch = 'polkadot-v0.9.18'173branch = 'master'
174174
175################################################################################175################################################################################
176# Cumulus dependencies176# Cumulus dependencies
177177
178[dependencies.cumulus-client-consensus-aura]178[dependencies.cumulus-client-consensus-aura]
179git = 'https://github.com/paritytech/cumulus.git'179git = 'https://github.com/paritytech/cumulus'
180branch = 'polkadot-v0.9.18'180branch = 'master'
181181
182[dependencies.cumulus-client-consensus-common]182[dependencies.cumulus-client-consensus-common]
183git = 'https://github.com/paritytech/cumulus.git'183git = 'https://github.com/paritytech/cumulus'
184branch = 'polkadot-v0.9.18'184branch = 'master'
185185
186[dependencies.cumulus-client-collator]186[dependencies.cumulus-client-collator]
187git = 'https://github.com/paritytech/cumulus.git'187git = 'https://github.com/paritytech/cumulus'
188branch = 'polkadot-v0.9.18'188branch = 'master'
189189
190[dependencies.cumulus-client-cli]190[dependencies.cumulus-client-cli]
191git = 'https://github.com/paritytech/cumulus.git'191git = 'https://github.com/paritytech/cumulus'
192branch = 'polkadot-v0.9.18'192branch = 'master'
193193
194[dependencies.cumulus-client-network]194[dependencies.cumulus-client-network]
195git = 'https://github.com/paritytech/cumulus.git'195git = 'https://github.com/paritytech/cumulus'
196branch = 'polkadot-v0.9.18'196branch = 'master'
197197
198[dependencies.cumulus-primitives-core]198[dependencies.cumulus-primitives-core]
199git = 'https://github.com/paritytech/cumulus.git'199git = 'https://github.com/paritytech/cumulus'
200branch = 'polkadot-v0.9.18'200branch = 'master'
201201
202[dependencies.cumulus-primitives-parachain-inherent]202[dependencies.cumulus-primitives-parachain-inherent]
203git = 'https://github.com/paritytech/cumulus.git'203git = 'https://github.com/paritytech/cumulus'
204branch = 'polkadot-v0.9.18'204branch = 'master'
205205
206[dependencies.cumulus-client-service]206[dependencies.cumulus-client-service]
207git = 'https://github.com/paritytech/cumulus.git'207git = 'https://github.com/paritytech/cumulus'
208branch = 'polkadot-v0.9.18'208branch = 'master'
209209
210[dependencies.cumulus-relay-chain-interface]210[dependencies.cumulus-relay-chain-interface]
211git = 'https://github.com/paritytech/cumulus.git'211git = 'https://github.com/paritytech/cumulus'
212branch = 'polkadot-v0.9.18'212branch = 'master'
213213
214[dependencies.cumulus-relay-chain-inprocess-interface]214[dependencies.cumulus-relay-chain-inprocess-interface]
215git = 'https://github.com/paritytech/cumulus.git'215git = 'https://github.com/paritytech/cumulus'
216branch = 'polkadot-v0.9.18'216branch = 'master'
217217
218[dependencies.cumulus-relay-chain-rpc-interface]218[dependencies.cumulus-relay-chain-rpc-interface]
219git = 'https://github.com/paritytech/cumulus.git'219git = 'https://github.com/paritytech/cumulus'
220branch = 'polkadot-v0.9.18'220branch = 'master'
221221
222################################################################################222################################################################################
223# Polkadot dependencies223# Polkadot dependencies
224[dependencies.polkadot-primitives]224[dependencies.polkadot-primitives]
225git = "https://github.com/paritytech/polkadot"225git = "https://github.com/paritytech/polkadot"
226branch = 'release-v0.9.18'226branch = 'master'
227227
228[dependencies.polkadot-service]228[dependencies.polkadot-service]
229git = "https://github.com/paritytech/polkadot"229git = "https://github.com/paritytech/polkadot"
230branch = 'release-v0.9.18'230branch = 'master'
231231
232[dependencies.polkadot-cli]232[dependencies.polkadot-cli]
233git = "https://github.com/paritytech/polkadot"233git = "https://github.com/paritytech/polkadot"
234branch = 'release-v0.9.18'234branch = 'master'
235235
236[dependencies.polkadot-test-service]236[dependencies.polkadot-test-service]
237git = "https://github.com/paritytech/polkadot"237git = "https://github.com/paritytech/polkadot"
238branch = 'release-v0.9.18'238branch = 'master'
239239
240[dependencies.polkadot-parachain]240[dependencies.polkadot-parachain]
241git = "https://github.com/paritytech/polkadot"241git = "https://github.com/paritytech/polkadot"
242branch = 'release-v0.9.18'242branch = 'master'
243243
244244
245################################################################################245################################################################################
268path = "../../primitives/rpc"268path = "../../primitives/rpc"
269269
270[dependencies.pallet-transaction-payment-rpc-runtime-api]270[dependencies.pallet-transaction-payment-rpc-runtime-api]
271git = 'https://github.com/paritytech/substrate.git'271git = 'https://github.com/paritytech/substrate'
272branch = 'polkadot-v0.9.18'272branch = 'master'
273273
274################################################################################274################################################################################
275# Package275# Package
302jsonrpc-pubsub = "18.0.0"302jsonrpc-pubsub = "18.0.0"
303tokio = { version = "1.17.0", features = ["time"] }303tokio = { version = "1.17.0", features = ["time"] }
304304
305fc-rpc-core = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }305fc-rpc-core = { git = "https://github.com/uniquenetwork/frontier", branch = "master" }
306fc-consensus = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }306fc-consensus = { git = "https://github.com/uniquenetwork/frontier", branch = "master" }
307fc-mapping-sync = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }307fc-mapping-sync = { git = "https://github.com/uniquenetwork/frontier", branch = "master" }
308fc-rpc = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }308fc-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "master" }
309fc-db = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }309fc-db = { git = "https://github.com/uniquenetwork/frontier", branch = "master" }
310fp-rpc = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }310fp-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "master" }
311pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }311pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier", branch = "master" }
312312
313unique-rpc = { default-features = false, path = "../rpc" }313unique-rpc = { default-features = false, path = "../rpc" }
314314
modifiednode/cli/src/cli.rsdiffbeforeafterboth
53 Revert(sc_cli::RevertCmd),53 Revert(sc_cli::RevertCmd),
5454
55 /// The custom benchmark subcommmand benchmarking runtime pallets.55 /// The custom benchmark subcommmand benchmarking runtime pallets.
56 #[structopt(name = "benchmark", about = "Benchmark runtime pallets.")]56 #[clap(subcommand)]
57 Benchmark(frame_benchmarking_cli::BenchmarkCmd),57 Benchmark(frame_benchmarking_cli::BenchmarkCmd),
58}58}
5959
modifiednode/cli/src/command.rsdiffbeforeafterboth
325 })325 })
326 }326 }
327 Some(Subcommand::Revert(cmd)) => construct_async_run!(|components, cli, cmd, config| {327 Some(Subcommand::Revert(cmd)) => construct_async_run!(|components, cli, cmd, config| {
328 Ok(cmd.run(components.client, components.backend))328 Ok(cmd.run(components.client, components.backend, None))
329 }),329 }),
330 Some(Subcommand::ExportGenesisState(params)) => {330 Some(Subcommand::ExportGenesisState(params)) => {
331 let mut builder = sc_cli::LoggerBuilder::new("");331 let mut builder = sc_cli::LoggerBuilder::new("");
372 Ok(())372 Ok(())
373 }373 }
374
374 Some(Subcommand::Benchmark(cmd)) => {375 Some(Subcommand::Benchmark(_cmd)) => todo!(),
375 if cfg!(feature = "runtime-benchmarks") {
376 let runner = cli.create_runner(cmd)?;
377 runner.sync_run(|config| match config.chain_spec.runtime_id() {
378 #[cfg(feature = "unique-runtime")]
379 RuntimeId::Unique => cmd.run::<Block, UniqueRuntimeExecutor>(config),
380
381 #[cfg(feature = "quartz-runtime")]
382 RuntimeId::Quartz => cmd.run::<Block, QuartzRuntimeExecutor>(config),
383
384 RuntimeId::Opal => cmd.run::<Block, OpalRuntimeExecutor>(config),
385 RuntimeId::Unknown(chain) => Err(no_runtime_err!(chain).into()),
386 })
387 } else {
388 Err("Benchmarking wasn't enabled when building the node. \
389 You can enable it with `--features runtime-benchmarks`."
390 .into())
391 }
392 }
393 None => {376 None => {
394 let runner = cli.create_runner(&cli.run.normalize())?;377 let runner = cli.create_runner(&cli.run.normalize())?;
395 let collator_options = cli.run.collator_options();378 let collator_options = cli.run.collator_options();
426 let para_id = ParaId::from(para_id);409 let para_id = ParaId::from(para_id);
427410
428 let parachain_account =411 let parachain_account =
429 AccountIdConversion::<polkadot_primitives::v0::AccountId>::into_account(412 AccountIdConversion::<polkadot_primitives::v2::AccountId>::into_account(
430 &para_id,413 &para_id,
431 );414 );
432415
modifiednode/cli/src/service.rsdiffbeforeafterboth
341 + 'static,341 + 'static,
342 RuntimeApi::RuntimeApi: sp_transaction_pool::runtime_api::TaggedTransactionQueue<Block>342 RuntimeApi::RuntimeApi: sp_transaction_pool::runtime_api::TaggedTransactionQueue<Block>
343 + fp_rpc::EthereumRuntimeRPCApi<Block>343 + fp_rpc::EthereumRuntimeRPCApi<Block>
344 + fp_rpc::ConvertTransactionRuntimeApi<Block>
344 + sp_session::SessionKeys<Block>345 + sp_session::SessionKeys<Block>
345 + sp_block_builder::BlockBuilder<Block>346 + sp_block_builder::BlockBuilder<Block>
346 + pallet_transaction_payment_rpc_runtime_api::TransactionPaymentApi<Block, Balance>347 + pallet_transaction_payment_rpc_runtime_api::TransactionPaymentApi<Block, Balance>
474 client.clone(),475 client.clone(),
475 backend.clone(),476 backend.clone(),
476 frontier_backend.clone(),477 frontier_backend.clone(),
478 3,
479 0,
477 SyncStrategy::Normal,480 SyncStrategy::Normal,
478 )481 )
479 .for_each(|()| futures::future::ready(())),482 .for_each(|()| futures::future::ready(())),
619 + 'static,622 + 'static,
620 RuntimeApi::RuntimeApi: sp_transaction_pool::runtime_api::TaggedTransactionQueue<Block>623 RuntimeApi::RuntimeApi: sp_transaction_pool::runtime_api::TaggedTransactionQueue<Block>
621 + fp_rpc::EthereumRuntimeRPCApi<Block>624 + fp_rpc::EthereumRuntimeRPCApi<Block>
625 + fp_rpc::ConvertTransactionRuntimeApi<Block>
622 + sp_session::SessionKeys<Block>626 + sp_session::SessionKeys<Block>
623 + sp_block_builder::BlockBuilder<Block>627 + sp_block_builder::BlockBuilder<Block>
624 + pallet_transaction_payment_rpc_runtime_api::TransactionPaymentApi<Block, Balance>628 + pallet_transaction_payment_rpc_runtime_api::TransactionPaymentApi<Block, Balance>
751 + 'static,755 + 'static,
752 RuntimeApi::RuntimeApi: sp_transaction_pool::runtime_api::TaggedTransactionQueue<Block>756 RuntimeApi::RuntimeApi: sp_transaction_pool::runtime_api::TaggedTransactionQueue<Block>
753 + fp_rpc::EthereumRuntimeRPCApi<Block>757 + fp_rpc::EthereumRuntimeRPCApi<Block>
758 + fp_rpc::ConvertTransactionRuntimeApi<Block>
754 + sp_session::SessionKeys<Block>759 + sp_session::SessionKeys<Block>
755 + sp_block_builder::BlockBuilder<Block>760 + sp_block_builder::BlockBuilder<Block>
756 + pallet_transaction_payment_rpc_runtime_api::TransactionPaymentApi<Block, Balance>761 + pallet_transaction_payment_rpc_runtime_api::TransactionPaymentApi<Block, Balance>
913 client.clone(),918 client.clone(),
914 backend.clone(),919 backend.clone(),
915 frontier_backend.clone(),920 frontier_backend.clone(),
921 3,
922 0,
916 SyncStrategy::Normal,923 SyncStrategy::Normal,
917 )924 )
918 .for_each(|()| futures::future::ready(())),925 .for_each(|()| futures::future::ready(())),
modifiednode/rpc/Cargo.tomldiffbeforeafterboth
13futures = { version = "0.3.17", features = ["compat"] }13futures = { version = "0.3.17", features = ["compat"] }
14jsonrpc-core = "18.0.0"14jsonrpc-core = "18.0.0"
15jsonrpc-pubsub = "18.0.0"15jsonrpc-pubsub = "18.0.0"
16# pallet-contracts-rpc = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }16# pallet-contracts-rpc = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
17pallet-transaction-payment-rpc = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }17pallet-transaction-payment-rpc = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
18pallet-transaction-payment-rpc-runtime-api = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }18pallet-transaction-payment-rpc-runtime-api = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
19sc-client-api = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }19sc-client-api = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
20sc-consensus-aura = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }20sc-consensus-aura = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
21sc-consensus-epochs = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }21sc-consensus-epochs = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
22sc-finality-grandpa = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }22sc-finality-grandpa = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
23sc-finality-grandpa-rpc = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }23sc-finality-grandpa-rpc = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
24sc-keystore = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }24sc-keystore = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
25sc-network = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }25sc-network = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
26sc-rpc-api = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }26sc-rpc-api = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
27sc-rpc = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }27sc-rpc = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
28sc-service = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }28sc-service = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
29sp-api = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }29sp-api = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
30sp-block-builder = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }30sp-block-builder = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
31sp-blockchain = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }31sp-blockchain = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
32sp-consensus = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }32sp-consensus = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
33sp-consensus-aura = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }33sp-consensus-aura = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
34sp-core = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }34sp-core = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
35sp-offchain = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }35sp-offchain = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
36sp-runtime = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }36sp-runtime = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
37sp-storage = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }37sp-storage = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
38sp-session = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }38sp-session = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
39sp-transaction-pool = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }39sp-transaction-pool = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
40sc-transaction-pool = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }40sc-transaction-pool = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
41substrate-frame-rpc-system = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }41substrate-frame-rpc-system = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
42tokio = { version = "0.2.25", features = ["macros", "sync"] }42tokio = { version = "0.2.25", features = ["macros", "sync"] }
4343
44pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }44pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier", branch = "master" }
45fc-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }45fc-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
46fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }46fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
47fp-storage = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
47fc-rpc-core = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }48fc-rpc-core = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
48fc-db = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }49fc-db = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
49fc-mapping-sync = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }50fc-mapping-sync = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
5051
51pallet-common = { default-features = false, path = "../../pallets/common" }52pallet-common = { default-features = false, path = "../../pallets/common" }
52unique-runtime-common = { default-features = false, path = "../../runtime/common" }53unique-runtime-common = { default-features = false, path = "../../runtime/common" }
modifiednode/rpc/src/lib.rsdiffbeforeafterboth
21};21};
22use fc_rpc_core::types::{FilterPool, FeeHistoryCache};22use fc_rpc_core::types::{FilterPool, FeeHistoryCache};
23use jsonrpc_pubsub::manager::SubscriptionManager;23use jsonrpc_pubsub::manager::SubscriptionManager;
24use pallet_ethereum::EthereumStorageSchema;24use fp_storage::EthereumStorageSchema;
25use sc_client_api::{25use sc_client_api::{
26 backend::{AuxStore, StorageProvider},26 backend::{AuxStore, StorageProvider},
27 client::BlockchainEvents,27 client::BlockchainEvents,
38use sp_block_builder::BlockBuilder;38use sp_block_builder::BlockBuilder;
39use sp_blockchain::{Error as BlockChainError, HeaderBackend, HeaderMetadata};39use sp_blockchain::{Error as BlockChainError, HeaderBackend, HeaderMetadata};
40use sc_service::TransactionPool;40use sc_service::TransactionPool;
41use std::{collections::BTreeMap, marker::PhantomData, sync::Arc};41use std::{collections::BTreeMap, sync::Arc};
4242
43use unique_runtime_common::types::{43use unique_runtime_common::types::{
44 Hash, AccountId, RuntimeInstance, Index, Block, BlockNumber, Balance,44 Hash, AccountId, RuntimeInstance, Index, Block, BlockNumber, Balance,
93 pub block_data_cache: Arc<EthBlockDataCache<Block>>,93 pub block_data_cache: Arc<EthBlockDataCache<Block>>,
94}94}
9595
96struct AccountCodes<C, B, R> {
97 client: Arc<C>,
98 _blk_marker: PhantomData<B>,
99 _runtime_marker: PhantomData<R>,
100}
101
102impl<C, Block, R> AccountCodes<C, Block, R>
103where
104 Block: sp_api::BlockT,
105 C: ProvideRuntimeApi<Block>,
106 R: RuntimeInstance,
107{
108 fn new(client: Arc<C>) -> Self {
109 Self {
110 client,
111 _blk_marker: PhantomData,
112 _runtime_marker: PhantomData,
113 }
114 }
115}
116
117impl<C, Block, Runtime> fc_rpc::AccountCodeProvider<Block> for AccountCodes<C, Block, Runtime>
118where
119 Block: sp_api::BlockT,
120 C: ProvideRuntimeApi<Block>,
121 C::Api: up_rpc::UniqueApi<Block, <Runtime as RuntimeInstance>::CrossAccountId, AccountId>,
122 Runtime: RuntimeInstance,
123{
124 fn code(&self, block: &sp_api::BlockId<Block>, account: sp_core::H160) -> Option<Vec<u8>> {
125 use up_rpc::UniqueApi;
126 self.client
127 .runtime_api()
128 .eth_contract_code(block, account)
129 .ok()
130 .flatten()
131 }
132}
13396
134pub fn overrides_handle<C, BE, R>(client: Arc<C>) -> Arc<OverrideHandle<Block>>97pub fn overrides_handle<C, BE, R>(client: Arc<C>) -> Arc<OverrideHandle<Block>>
135where98where
145 let mut overrides_map = BTreeMap::new();108 let mut overrides_map = BTreeMap::new();
146 overrides_map.insert(109 overrides_map.insert(
147 EthereumStorageSchema::V1,110 EthereumStorageSchema::V1,
148 Box::new(SchemaV1Override::new_with_code_provider(111 Box::new(SchemaV1Override::new(client.clone()))
149 client.clone(),
150 Arc::new(AccountCodes::<C, Block, R>::new(client.clone())),
151 )) as Box<dyn StorageOverride<_> + Send + Sync>,112 as Box<dyn StorageOverride<_> + Send + Sync>,
152 );113 );
153 overrides_map.insert(114 overrides_map.insert(
154 EthereumStorageSchema::V2,115 EthereumStorageSchema::V2,
182 // C::Api: pallet_contracts_rpc::ContractsRuntimeApi<Block, AccountId, Balance, BlockNumber, Hash>,143 // C::Api: pallet_contracts_rpc::ContractsRuntimeApi<Block, AccountId, Balance, BlockNumber, Hash>,
183 C::Api: pallet_transaction_payment_rpc::TransactionPaymentRuntimeApi<Block, Balance>,144 C::Api: pallet_transaction_payment_rpc::TransactionPaymentRuntimeApi<Block, Balance>,
184 C::Api: fp_rpc::EthereumRuntimeRPCApi<Block>,145 C::Api: fp_rpc::EthereumRuntimeRPCApi<Block>,
146 C::Api: fp_rpc::ConvertTransactionRuntimeApi<Block>,
185 C::Api: up_rpc::UniqueApi<Block, <R as RuntimeInstance>::CrossAccountId, AccountId>,147 C::Api: up_rpc::UniqueApi<Block, <R as RuntimeInstance>::CrossAccountId, AccountId>,
186 B: sc_client_api::Backend<Block> + Send + Sync + 'static,148 B: sc_client_api::Backend<Block> + Send + Sync + 'static,
187 B::State: sc_client_api::backend::StateBackend<sp_runtime::traits::HashFor<Block>>,149 B::State: sc_client_api::backend::StateBackend<sp_runtime::traits::HashFor<Block>>,
242 client.clone(),204 client.clone(),
243 pool.clone(),205 pool.clone(),
244 graph,206 graph,
245 <R as RuntimeInstance>::get_transaction_converter(),207 Some(<R as RuntimeInstance>::get_transaction_converter()),
246 network.clone(),208 network.clone(),
247 signers,209 signers,
248 overrides.clone(),210 overrides.clone(),
249 backend.clone(),211 backend.clone(),
250 is_authority,212 is_authority,
251 max_past_logs,
252 block_data_cache.clone(),213 block_data_cache.clone(),
253 fee_history_limit,214 fee_history_limit,
254 fee_history_cache,215 fee_history_cache,
modifiedpallets/common/Cargo.tomldiffbeforeafterboth
11version = '3.1.2'11version = '3.1.2'
1212
13[dependencies]13[dependencies]
14frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }14frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
15frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }15frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
16sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }16sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
17sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }17sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
18sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }18sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
19fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }19fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
20up-data-structs = { default-features = false, path = '../../primitives/data-structs' }20up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
21pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }21pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }
22evm-coder = { default-features = false, path = '../../crates/evm-coder' }22evm-coder = { default-features = false, path = '../../crates/evm-coder' }
23pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }23pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
24serde = { version = "1.0.130", default-features = false }24serde = { version = "1.0.130", default-features = false }
25scale-info = { version = "2.0.1", default-features = false, features = [25scale-info = { version = "2.0.1", default-features = false, features = [
26 "derive",26 "derive",
modifiedpallets/evm-coder-substrate/Cargo.tomldiffbeforeafterboth
8scale-info = { version = "2.0.1", default-features = false, features = [8scale-info = { version = "2.0.1", default-features = false, features = [
9 "derive",9 "derive",
10] }10] }
11sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }11sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
12sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }12sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
13ethereum = { version = "0.12.0", default-features = false }13ethereum = { version = "0.12.0", default-features = false }
14evm-coder = { default-features = false, path = "../../crates/evm-coder" }14evm-coder = { default-features = false, path = "../../crates/evm-coder" }
15pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }15pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
16pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }16pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
17frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }17frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
18frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }18frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
19frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }19frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate', branch = 'master' }
2020
21[dependencies.codec]21[dependencies.codec]
22default-features = false22default-features = false
modifiedpallets/evm-coder-substrate/src/lib.rsdiffbeforeafterboth
44 use pallet_ethereum::EthereumTransactionSender;44 use pallet_ethereum::EthereumTransactionSender;
45 use sp_std::cell::RefCell;45 use sp_std::cell::RefCell;
46 use sp_std::vec::Vec;46 use sp_std::vec::Vec;
47 use sp_core::{H160, H256};47 use sp_core::H160;
48 use ethereum::TransactionV2;
49 use frame_support::{pallet_prelude::*, traits::PalletInfo};48 use frame_support::{pallet_prelude::*, traits::PalletInfo};
50 use frame_system::pallet_prelude::*;49 use frame_system::pallet_prelude::*;
5150
82 pub const G_SLOAD_WORD: u64 = 800;81 pub const G_SLOAD_WORD: u64 = 800;
83 pub const G_SSTORE_WORD: u64 = 20000;82 pub const G_SSTORE_WORD: u64 = 20000;
84
85 pub fn generate_transaction() -> TransactionV2 {
86 use ethereum::{TransactionV0, TransactionAction, TransactionSignature};
87 TransactionV2::Legacy(TransactionV0 {
88 nonce: 0.into(),
89 gas_price: 0.into(),
90 gas_limit: 0.into(),
91 action: TransactionAction::Call(H160([0; 20])),
92 value: 0.into(),
93 // zero selector, this transaction always has same sender, so all data should be acquired from logs
94 input: Vec::from([0, 0, 0, 0]),
95 // if v is not 27 - then we need to pass some other validity checks
96 signature: TransactionSignature::new(27, H256([0x88; 32]), H256([0x88; 32])).unwrap(),
97 })
98 }
9983
100 #[derive(Default)]84 #[derive(Default)]
101 pub struct SubstrateRecorder<T: Config> {85 pub struct SubstrateRecorder<T: Config> {
214 }198 }
215 T::EthereumTransactionSender::submit_logs_transaction(199 T::EthereumTransactionSender::submit_logs_transaction(
216 Default::default(),200 Default::default(),
217 generate_transaction(),
218 logs,201 logs,
219 )202 )
220 }203 }
229 .expect("evm-coder-substrate is a pallet, which should be added to runtime")212 .expect("evm-coder-substrate is a pallet, which should be added to runtime")
230 as u8 =>213 as u8 =>
231 {214 {
215 let mut read = &error as &[u8];
232 match error {216 match Error::<T>::decode(&mut read) {
233 v if v == Error::<T>::OutOfGas.as_u8() => ExError::Error(ExitError::OutOfGas),217 Ok(Error::<T>::OutOfGas) => ExError::Error(ExitError::OutOfGas),
234 v if v == Error::<T>::OutOfFund.as_u8() => ExError::Error(ExitError::OutOfFund),218 Ok(Error::<T>::OutOfFund) => ExError::Error(ExitError::OutOfFund),
235 _ => unreachable!("this pallet only defines two possible errors"),219 _ => unreachable!("this pallet only defines two possible errors"),
236 }220 }
237 }221 }
238 DispatchError::Module(ModuleError {222 DispatchError::Module(ModuleError {
239 message: Some(msg), ..223 message: Some(msg), ..
240 }) => ExError::Revert(msg.into()),224 }) => ExError::Revert(msg.into()),
241 DispatchError::Module(ModuleError { index, error, .. }) => {225 DispatchError::Module(ModuleError { index, error, .. }) => {
242 ExError::Revert(format!("error {} in pallet {}", error, index))226 ExError::Revert(format!("error {:?} in pallet {}", error, index))
243 }227 }
244 e => ExError::Revert(format!("substrate error: {:?}", e)),228 e => ExError::Revert(format!("substrate error: {:?}", e)),
245 }229 }
modifiedpallets/evm-contract-helpers/Cargo.tomldiffbeforeafterboth
8scale-info = { version = "2.0.1", default-features = false, features = [8scale-info = { version = "2.0.1", default-features = false, features = [
9 "derive",9 "derive",
10] }10] }
11frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }11frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
12frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }12frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
13sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }13sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
14sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }14sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
15sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }15sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
16evm-coder = { default-features = false, path = '../../crates/evm-coder' }16evm-coder = { default-features = false, path = '../../crates/evm-coder' }
17pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }17pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }
18pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }18pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
19fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }19fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
20up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/UniqueNetwork/pallet-sponsoring", branch = 'polkadot-v0.9.18' }20up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'master' }
21log = "0.4.14"21log = "0.4.14"
2222
23[dependencies.codec]23[dependencies.codec]
modifiedpallets/evm-migration/Cargo.tomldiffbeforeafterboth
8scale-info = { version = "2.0.1", default-features = false, features = [8scale-info = { version = "2.0.1", default-features = false, features = [
9 "derive",9 "derive",
10] }10] }
11frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }11frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
12frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }12frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
13frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }13frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate', branch = 'master' }
14sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }14sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
15sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }15sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
16sp-io = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }16sp-io = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
17sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }17sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
18pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }18pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
19fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }19fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
2020
21[dependencies.codec]21[dependencies.codec]
22default-features = false22default-features = false
modifiedpallets/evm-transaction-payment/Cargo.tomldiffbeforeafterboth
8scale-info = { version = "2.0.1", default-features = false, features = [8scale-info = { version = "2.0.1", default-features = false, features = [
9 "derive",9 "derive",
10] }10] }
11frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }11frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
12frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }12frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
13sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }13sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
14sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }14sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
15sp-io = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }15sp-io = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
16sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }16sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
17pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }17pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
18fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }18fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
19pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }19pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
20up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/UniqueNetwork/pallet-sponsoring", branch = 'polkadot-v0.9.18' }20up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'master' }
21fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }21fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
2222
23[dependencies.codec]23[dependencies.codec]
24default-features = false24default-features = false
modifiedpallets/evm-transaction-payment/src/lib.rsdiffbeforeafterboth
22pub use pallet::*;22pub use pallet::*;
23use pallet_evm::{EVMCurrencyAdapter, EnsureAddressOrigin, account::CrossAccountId};23use pallet_evm::{EVMCurrencyAdapter, EnsureAddressOrigin, account::CrossAccountId};
24use sp_core::{H160, U256};24use sp_core::{H160, U256};
25use sp_runtime::TransactionOutcome;25use sp_runtime::{TransactionOutcome, DispatchError};
26use up_sponsorship::SponsorshipHandler;26use up_sponsorship::SponsorshipHandler;
2727
28#[frame_support::pallet]28#[frame_support::pallet]
63 // This method is only used for checking, we shouldn't touch storage in it63 // This method is only used for checking, we shouldn't touch storage in it
64 frame_support::storage::with_transaction(|| {64 frame_support::storage::with_transaction(|| {
65 let origin_sub = T::CrossAccountId::from_eth(origin);65 let origin_sub = T::CrossAccountId::from_eth(origin);
66 TransactionOutcome::Rollback(T::EvmSponsorshipHandler::get_sponsor(66 TransactionOutcome::Rollback(Ok::<_, DispatchError>(T::EvmSponsorshipHandler::get_sponsor(
67 &origin_sub,67 &origin_sub,
68 &(*target, input.clone()),68 &(*target, input.clone()),
69 ))69 )))
70 })70 })
71 // FIXME: it may fail with DispatchError in case of depth limit
72 .ok()?
71 }73 }
72 _ => None,74 _ => None,
73 }75 }
146 // Effects from EvmSponsorshipHandler are applied in OnChargeEvmTransaction by pallet_evm::runner148 // Effects from EvmSponsorshipHandler are applied in OnChargeEvmTransaction by pallet_evm::runner
147 // TODO: Should we implement simulation mode (test, but do not apply effects) in `up-sponsorship`?149 // TODO: Should we implement simulation mode (test, but do not apply effects) in `up-sponsorship`?
148 let sponsor = frame_support::storage::with_transaction(|| {150 let sponsor = frame_support::storage::with_transaction(|| {
149 TransactionOutcome::Rollback(T::EvmSponsorshipHandler::get_sponsor(151 TransactionOutcome::Rollback(Ok::<_, DispatchError>(T::EvmSponsorshipHandler::get_sponsor(
150 &who,152 &who,
151 &(*target, input.clone()),153 &(*target, input.clone()),
152 ))154 )))
153 })?;155 })
156 // FIXME: it may fail with DispatchError in case of depth limit
157 .map_err(|e| panic!("err?!")).ok()??;
154 Some(sponsor.as_sub().clone())158 Some(sponsor.as_sub().clone())
155 }159 }
156 _ => None,160 _ => None,
modifiedpallets/fungible/Cargo.tomldiffbeforeafterboth
11version = '3.1.2'11version = '3.1.2'
1212
13[dependencies]13[dependencies]
14frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }14frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
15frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }15frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
16sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }16sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
17sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }17sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
18sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }18sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
19pallet-common = { default-features = false, path = '../common' }19pallet-common = { default-features = false, path = '../common' }
20up-data-structs = { default-features = false, path = '../../primitives/data-structs' }20up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
21evm-coder = { default-features = false, path = '../../crates/evm-coder' }21evm-coder = { default-features = false, path = '../../crates/evm-coder' }
22pallet-evm-coder-substrate = { default-features = false, path = '../evm-coder-substrate' }22pallet-evm-coder-substrate = { default-features = false, path = '../evm-coder-substrate' }
23ethereum = { version = "0.12.0", default-features = false }23ethereum = { version = "0.12.0", default-features = false }
24frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }24frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate', branch = 'master' }
25pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }25pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
26scale-info = { version = "2.0.1", default-features = false, features = [26scale-info = { version = "2.0.1", default-features = false, features = [
27 "derive",27 "derive",
28] }28] }
modifiedpallets/inflation/Cargo.tomldiffbeforeafterboth
4[package]4[package]
5authors = ['Unique Network <support@uniquenetwork.io>']5authors = ['Unique Network <support@uniquenetwork.io>']
6description = 'Unique Inflation Pallet'6description = 'Unique Inflation Pallet'
7edition = '2018'7edition = '2021'
8homepage = 'https://unique.network'8homepage = 'https://unique.network'
9license = 'GPLv3'9license = 'GPLv3'
10name = 'pallet-inflation'10name = 'pallet-inflation'
42[dependencies.frame-benchmarking]42[dependencies.frame-benchmarking]
43default-features = false43default-features = false
44optional = true44optional = true
45git = 'https://github.com/paritytech/substrate.git'45git = 'https://github.com/paritytech/substrate'
46branch = 'polkadot-v0.9.18'46branch = 'master'
4747
48[dependencies.frame-support]48[dependencies.frame-support]
49default-features = false49default-features = false
50git = 'https://github.com/paritytech/substrate.git'50git = 'https://github.com/paritytech/substrate'
51branch = 'polkadot-v0.9.18'51branch = 'master'
5252
53[dependencies.frame-system]53[dependencies.frame-system]
54default-features = false54default-features = false
55git = 'https://github.com/paritytech/substrate.git'55git = 'https://github.com/paritytech/substrate'
56branch = 'polkadot-v0.9.18'56branch = 'master'
5757
58[dependencies.pallet-balances]58[dependencies.pallet-balances]
59default-features = false59default-features = false
60git = 'https://github.com/paritytech/substrate.git'60git = 'https://github.com/paritytech/substrate'
61branch = 'polkadot-v0.9.18'61branch = 'master'
6262
63[dependencies.pallet-timestamp]63[dependencies.pallet-timestamp]
64default-features = false64default-features = false
65git = 'https://github.com/paritytech/substrate.git'65git = 'https://github.com/paritytech/substrate'
66branch = 'polkadot-v0.9.18'66branch = 'master'
6767
68[dependencies.pallet-randomness-collective-flip]68[dependencies.pallet-randomness-collective-flip]
69default-features = false69default-features = false
70git = 'https://github.com/paritytech/substrate.git'70git = 'https://github.com/paritytech/substrate'
71branch = 'polkadot-v0.9.18'71branch = 'master'
7272
73[dependencies.sp-std]73[dependencies.sp-std]
74default-features = false74default-features = false
75git = 'https://github.com/paritytech/substrate.git'75git = 'https://github.com/paritytech/substrate'
76branch = 'polkadot-v0.9.18'76branch = 'master'
7777
78[dependencies.serde]78[dependencies.serde]
79default-features = false79default-features = false
8282
83[dependencies.sp-runtime]83[dependencies.sp-runtime]
84default-features = false84default-features = false
85git = 'https://github.com/paritytech/substrate.git'85git = 'https://github.com/paritytech/substrate'
86branch = 'polkadot-v0.9.18'86branch = 'master'
8787
88[dependencies.sp-core]88[dependencies.sp-core]
89default-features = false89default-features = false
90git = 'https://github.com/paritytech/substrate.git'90git = 'https://github.com/paritytech/substrate'
91branch = 'polkadot-v0.9.18'91branch = 'master'
9292
93[dependencies.sp-io]93[dependencies.sp-io]
94default-features = false94default-features = false
95git = 'https://github.com/paritytech/substrate.git'95git = 'https://github.com/paritytech/substrate'
96branch = 'polkadot-v0.9.18'96branch = 'master'
9797
98[dependencies]98[dependencies]
99scale-info = { version = "2.0.1", default-features = false, features = [99scale-info = { version = "2.0.1", default-features = false, features = [
modifiedpallets/nonfungible/Cargo.tomldiffbeforeafterboth
11version = '3.1.2'11version = '3.1.2'
1212
13[dependencies]13[dependencies]
14frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }14frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
15frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }15frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
16sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }16sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
17sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }17sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
18sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }18sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
19pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }19pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
20pallet-common = { default-features = false, path = '../common' }20pallet-common = { default-features = false, path = '../common' }
21up-data-structs = { default-features = false, path = '../../primitives/data-structs' }21up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
22evm-coder = { default-features = false, path = '../../crates/evm-coder' }22evm-coder = { default-features = false, path = '../../crates/evm-coder' }
23pallet-evm-coder-substrate = { default-features = false, path = '../evm-coder-substrate' }23pallet-evm-coder-substrate = { default-features = false, path = '../evm-coder-substrate' }
24ethereum = { version = "0.12.0", default-features = false }24ethereum = { version = "0.12.0", default-features = false }
25frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }25frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate', branch = 'master' }
26scale-info = { version = "2.0.1", default-features = false, features = [26scale-info = { version = "2.0.1", default-features = false, features = [
27 "derive",27 "derive",
28] }28] }
modifiedpallets/refungible/Cargo.tomldiffbeforeafterboth
11version = '3.1.2'11version = '3.1.2'
1212
13[dependencies]13[dependencies]
14frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }14frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
15frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }15frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
16sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }16sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
17sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }17sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
18sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }18sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
19pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }19pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
20pallet-common = { default-features = false, path = '../common' }20pallet-common = { default-features = false, path = '../common' }
21up-data-structs = { default-features = false, path = '../../primitives/data-structs' }21up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
22frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }22frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate', branch = 'master' }
23scale-info = { version = "2.0.1", default-features = false, features = [23scale-info = { version = "2.0.1", default-features = false, features = [
24 "derive",24 "derive",
25] }25] }
modifiedpallets/scheduler/Cargo.tomldiffbeforeafterboth
15scale-info = { version = "2.0.1", default-features = false, features = [15scale-info = { version = "2.0.1", default-features = false, features = [
16 "derive",16 "derive",
17] }17] }
18frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }18frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
19frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }19frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
20sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }20sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
21sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }21sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
22sp-io = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }22sp-io = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
23frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }23frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate', branch = 'master' }
2424
25up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/UniqueNetwork/pallet-sponsoring", branch = 'polkadot-v0.9.18' }25up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'master' }
26log = { version = "0.4.14", default-features = false }26log = { version = "0.4.14", default-features = false }
2727
28[dev-dependencies]28[dev-dependencies]
29sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }29sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
30substrate-test-utils = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }30substrate-test-utils = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
3131
32[features]32[features]
33default = ["std"]33default = ["std"]
modifiedpallets/unique/Cargo.tomldiffbeforeafterboth
4[package]4[package]
5authors = ['Unique Network <support@uniquenetwork.io>']5authors = ['Unique Network <support@uniquenetwork.io>']
6description = 'Unique Pallet'6description = 'Unique Pallet'
7edition = '2018'7edition = '2021'
8homepage = 'https://unique.network'8homepage = 'https://unique.network'
9license = 'GPLv3'9license = 'GPLv3'
10name = 'pallet-unique'10name = 'pallet-unique'
60[dependencies.frame-benchmarking]60[dependencies.frame-benchmarking]
61default-features = false61default-features = false
62optional = true62optional = true
63git = 'https://github.com/paritytech/substrate.git'63git = 'https://github.com/paritytech/substrate'
64branch = 'polkadot-v0.9.18'64branch = 'master'
6565
66[dependencies.frame-support]66[dependencies.frame-support]
67default-features = false67default-features = false
68git = 'https://github.com/paritytech/substrate.git'68git = 'https://github.com/paritytech/substrate'
69branch = 'polkadot-v0.9.18'69branch = 'master'
7070
71[dependencies.frame-system]71[dependencies.frame-system]
72default-features = false72default-features = false
73git = 'https://github.com/paritytech/substrate.git'73git = 'https://github.com/paritytech/substrate'
74branch = 'polkadot-v0.9.18'74branch = 'master'
7575
76[dependencies.pallet-balances]76[dependencies.pallet-balances]
77default-features = false77default-features = false
78git = 'https://github.com/paritytech/substrate.git'78git = 'https://github.com/paritytech/substrate'
79branch = 'polkadot-v0.9.18'79branch = 'master'
8080
81[dependencies.pallet-timestamp]81[dependencies.pallet-timestamp]
82default-features = false82default-features = false
83git = 'https://github.com/paritytech/substrate.git'83git = 'https://github.com/paritytech/substrate'
84branch = 'polkadot-v0.9.18'84branch = 'master'
8585
86[dependencies.pallet-randomness-collective-flip]86[dependencies.pallet-randomness-collective-flip]
87default-features = false87default-features = false
88git = 'https://github.com/paritytech/substrate.git'88git = 'https://github.com/paritytech/substrate'
89branch = 'polkadot-v0.9.18'89branch = 'master'
9090
91[dependencies.sp-std]91[dependencies.sp-std]
92default-features = false92default-features = false
93git = 'https://github.com/paritytech/substrate.git'93git = 'https://github.com/paritytech/substrate'
94branch = 'polkadot-v0.9.18'94branch = 'master'
9595
96[dependencies.pallet-transaction-payment]96[dependencies.pallet-transaction-payment]
97default-features = false97default-features = false
98git = 'https://github.com/paritytech/substrate.git'98git = 'https://github.com/paritytech/substrate'
99branch = 'polkadot-v0.9.18'99branch = 'master'
100100
101[dependencies.serde]101[dependencies.serde]
102default-features = false102default-features = false
105105
106[dependencies.sp-runtime]106[dependencies.sp-runtime]
107default-features = false107default-features = false
108git = 'https://github.com/paritytech/substrate.git'108git = 'https://github.com/paritytech/substrate'
109branch = 'polkadot-v0.9.18'109branch = 'master'
110110
111[dependencies.sp-core]111[dependencies.sp-core]
112default-features = false112default-features = false
113git = 'https://github.com/paritytech/substrate.git'113git = 'https://github.com/paritytech/substrate'
114branch = 'polkadot-v0.9.18'114branch = 'master'
115115
116[dependencies.sp-io]116[dependencies.sp-io]
117default-features = false117default-features = false
118git = 'https://github.com/paritytech/substrate.git'118git = 'https://github.com/paritytech/substrate'
119branch = 'polkadot-v0.9.18'119branch = 'master'
120120
121121
122################################################################################122################################################################################
129] }129] }
130ethereum = { version = "0.12.0", default-features = false }130ethereum = { version = "0.12.0", default-features = false }
131rlp = { default-features = false, version = "0.5.0" }131rlp = { default-features = false, version = "0.5.0" }
132sp-api = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.18" }132sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" }
133133
134up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/UniqueNetwork/pallet-sponsoring", branch = 'polkadot-v0.9.18' }134up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'master' }
135fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }135fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
136evm-coder = { default-features = false, path = "../../crates/evm-coder" }136evm-coder = { default-features = false, path = "../../crates/evm-coder" }
137pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }137pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }
138primitive-types = { version = "0.11.1", default-features = false, features = [138primitive-types = { version = "0.11.1", default-features = false, features = [
139 "serde_no_std",139 "serde_no_std",
140] }140] }
141141
142pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }142pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
143pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }143pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
144fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }144fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
145hex-literal = "0.3.3"145hex-literal = "0.3.3"
146146
147pallet-common = { default-features = false, path = "../common" }147pallet-common = { default-features = false, path = "../common" }
modifiedpallets/unique/src/sponsorship.rsdiffbeforeafterboth
304}304}
305305
306use crate::SponsorshipPredict;306use crate::SponsorshipPredict;
307use up_data_structs::SponsorshipState;
308pub struct UniqueSponsorshipPredict<T>(PhantomData<T>);307pub struct UniqueSponsorshipPredict<T>(PhantomData<T>);
309308
310impl<T> SponsorshipPredict<T> for UniqueSponsorshipPredict<T>309impl<T> SponsorshipPredict<T> for UniqueSponsorshipPredict<T>
modifiedprimitives/data-structs/Cargo.tomldiffbeforeafterboth
18serde = { version = "1.0.130", features = [18serde = { version = "1.0.130", features = [
19 'derive',19 'derive',
20], default-features = false, optional = true }20], default-features = false, optional = true }
21frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }21frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
22frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }22frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
23sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }23sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
24sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }24sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
25sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }25sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
26derivative = "2.2.0"26derivative = "2.2.0"
2727
28[features]28[features]
modifiedprimitives/rpc/Cargo.tomldiffbeforeafterboth
10codec = { package = "parity-scale-codec", version = "3.1.2", default-features = false, features = [10codec = { package = "parity-scale-codec", version = "3.1.2", default-features = false, features = [
11 "derive",11 "derive",
12] }12] }
13sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }13sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
14sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }14sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
15sp-api = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }15sp-api = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
16sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }16sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
17pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }17pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
1818
19[features]19[features]
20default = ["std"]20default = ["std"]
modifiedprimitives/rpc/src/lib.rsdiffbeforeafterboth
1818
19use up_data_structs::{CollectionId, TokenId, Collection, CollectionStats, CollectionLimits};19use up_data_structs::{CollectionId, TokenId, Collection, CollectionStats, CollectionLimits};
20use sp_std::vec::Vec;20use sp_std::vec::Vec;
21use sp_core::H160;
22use codec::Decode;21use codec::Decode;
23use sp_runtime::DispatchError;22use sp_runtime::DispatchError;
2423
50 token: TokenId,49 token: TokenId,
51 ) -> Result<u128>;50 ) -> Result<u128>;
52
53 /// Used for ethereum integration
54 fn eth_contract_code(account: H160) -> Option<Vec<u8>>;
5551
56 fn adminlist(collection: CollectionId) -> Result<Vec<CrossAccountId>>;52 fn adminlist(collection: CollectionId) -> Result<Vec<CrossAccountId>>;
57 fn allowlist(collection: CollectionId) -> Result<Vec<CrossAccountId>>;53 fn allowlist(collection: CollectionId) -> Result<Vec<CrossAccountId>>;
modifiedruntime/common/Cargo.tomldiffbeforeafterboth
2828
29[dependencies.sp-core]29[dependencies.sp-core]
30default-features = false30default-features = false
31git = 'https://github.com/paritytech/substrate.git'31git = 'https://github.com/paritytech/substrate'
32branch = 'polkadot-v0.9.18'32branch = 'master'
3333
34[dependencies.sp-runtime]34[dependencies.sp-runtime]
35default-features = false35default-features = false
36git = 'https://github.com/paritytech/substrate.git'36git = 'https://github.com/paritytech/substrate'
37branch = 'polkadot-v0.9.18'37branch = 'master'
3838
39[dependencies.codec]39[dependencies.codec]
40default-features = false40default-features = false
4949
50[dependencies.frame-support]50[dependencies.frame-support]
51default-features = false51default-features = false
52git = 'https://github.com/paritytech/substrate.git'52git = 'https://github.com/paritytech/substrate'
53branch = 'polkadot-v0.9.18'53branch = 'master'
5454
55[dependencies.frame-system]55[dependencies.frame-system]
56default-features = false56default-features = false
57git = 'https://github.com/paritytech/substrate.git'57git = 'https://github.com/paritytech/substrate'
58branch = 'polkadot-v0.9.18'58branch = 'master'
5959
60[dependencies.pallet-common]60[dependencies.pallet-common]
61default-features = false61default-features = false
62path = "../../pallets/common"62path = "../../pallets/common"
6363
64[dependencies.sp-consensus-aura]64[dependencies.sp-consensus-aura]
65default-features = false65default-features = false
66git = 'https://github.com/paritytech/substrate.git'66git = 'https://github.com/paritytech/substrate'
67branch = 'polkadot-v0.9.18'67branch = 'master'
6868
69[dependencies.fp-rpc]69[dependencies.fp-rpc]
70default-features = false70default-features = false
71git = "https://github.com/uniquenetwork/frontier.git"71git = "https://github.com/uniquenetwork/frontier"
72branch = "unique-polkadot-v0.9.18-2"72branch = "master"
7373
74[dependencies]74[dependencies]
75pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }75pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
modifiedruntime/common/src/runtime_apis.rsdiffbeforeafterboth
46 dispatch_unique_runtime!(collection.allowance(sender, spender, token))46 dispatch_unique_runtime!(collection.allowance(sender, spender, token))
47 }47 }
4848
49 fn eth_contract_code(account: H160) -> Option<Vec<u8>> {
50 <pallet_unique::UniqueErcSupport<Runtime>>::get_code(&account)
51 .or_else(|| <pallet_evm_migration::OnMethodCall<Runtime>>::get_code(&account))
52 .or_else(|| <pallet_evm_contract_helpers::HelpersOnMethodCall<Self>>::get_code(&account))
53 }
54 fn adminlist(collection: CollectionId) -> Result<Vec<CrossAccountId>, DispatchError> {49 fn adminlist(collection: CollectionId) -> Result<Vec<CrossAccountId>, DispatchError> {
55 Ok(<pallet_common::Pallet<Runtime>>::adminlist(collection))50 Ok(<pallet_common::Pallet<Runtime>>::adminlist(collection))
56 }51 }
274 }269 }
275 }270 }
271
272 impl fp_rpc::ConvertTransactionRuntimeApi<Block> for Runtime {
273 fn convert_transaction(transaction: pallet_ethereum::Transaction) -> <Block as BlockT>::Extrinsic {
274 UncheckedExtrinsic::new_unsigned(
275 pallet_ethereum::Call::<Runtime>::transact { transaction }.into(),
276 )
277 }
278 }
276279
277 impl sp_session::SessionKeys<Block> for Runtime {280 impl sp_session::SessionKeys<Block> for Runtime {
278 fn decode_session_keys(281 fn decode_session_keys(
modifiedruntime/opal/Cargo.tomldiffbeforeafterboth
117117
118[dependencies.frame-benchmarking]118[dependencies.frame-benchmarking]
119default-features = false119default-features = false
120git = 'https://github.com/paritytech/substrate.git'120git = 'https://github.com/paritytech/substrate'
121optional = true121optional = true
122branch = 'polkadot-v0.9.18'122branch = 'master'
123123
124[dependencies.frame-executive]124[dependencies.frame-executive]
125default-features = false125default-features = false
126git = 'https://github.com/paritytech/substrate.git'126git = 'https://github.com/paritytech/substrate'
127branch = 'polkadot-v0.9.18'127branch = 'master'
128128
129[dependencies.frame-support]129[dependencies.frame-support]
130default-features = false130default-features = false
131git = 'https://github.com/paritytech/substrate.git'131git = 'https://github.com/paritytech/substrate'
132branch = 'polkadot-v0.9.18'132branch = 'master'
133133
134[dependencies.frame-system]134[dependencies.frame-system]
135default-features = false135default-features = false
136git = 'https://github.com/paritytech/substrate.git'136git = 'https://github.com/paritytech/substrate'
137branch = 'polkadot-v0.9.18'137branch = 'master'
138138
139[dependencies.frame-system-benchmarking]139[dependencies.frame-system-benchmarking]
140default-features = false140default-features = false
141git = 'https://github.com/paritytech/substrate.git'141git = 'https://github.com/paritytech/substrate'
142optional = true142optional = true
143branch = 'polkadot-v0.9.18'143branch = 'master'
144144
145[dependencies.frame-system-rpc-runtime-api]145[dependencies.frame-system-rpc-runtime-api]
146default-features = false146default-features = false
147git = 'https://github.com/paritytech/substrate.git'147git = 'https://github.com/paritytech/substrate'
148branch = 'polkadot-v0.9.18'148branch = 'master'
149149
150[dependencies.hex-literal]150[dependencies.hex-literal]
151optional = true151optional = true
159159
160[dependencies.pallet-aura]160[dependencies.pallet-aura]
161default-features = false161default-features = false
162git = 'https://github.com/paritytech/substrate.git'162git = 'https://github.com/paritytech/substrate'
163branch = 'polkadot-v0.9.18'163branch = 'master'
164164
165[dependencies.pallet-balances]165[dependencies.pallet-balances]
166default-features = false166default-features = false
167git = 'https://github.com/paritytech/substrate.git'167git = 'https://github.com/paritytech/substrate'
168branch = 'polkadot-v0.9.18'168branch = 'master'
169169
170# Contracts specific packages170# Contracts specific packages
171# [dependencies.pallet-contracts]171# [dependencies.pallet-contracts]
172# git = 'https://github.com/paritytech/substrate.git'172# git = 'https://github.com/paritytech/substrate'
173# default-features = false173# default-features = false
174# branch = 'polkadot-v0.9.18'174# branch = 'master'
175# version = '4.0.0-dev'175# version = '4.0.0-dev'
176176
177# [dependencies.pallet-contracts-primitives]177# [dependencies.pallet-contracts-primitives]
178# git = 'https://github.com/paritytech/substrate.git'178# git = 'https://github.com/paritytech/substrate'
179# default-features = false179# default-features = false
180# branch = 'polkadot-v0.9.18'180# branch = 'master'
181# version = '4.0.0-dev'181# version = '4.0.0-dev'
182182
183# [dependencies.pallet-contracts-rpc-runtime-api]183# [dependencies.pallet-contracts-rpc-runtime-api]
184# git = 'https://github.com/paritytech/substrate.git'184# git = 'https://github.com/paritytech/substrate'
185# default-features = false185# default-features = false
186# branch = 'polkadot-v0.9.18'186# branch = 'master'
187# version = '4.0.0-dev'187# version = '4.0.0-dev'
188188
189[dependencies.pallet-randomness-collective-flip]189[dependencies.pallet-randomness-collective-flip]
190default-features = false190default-features = false
191git = 'https://github.com/paritytech/substrate.git'191git = 'https://github.com/paritytech/substrate'
192branch = 'polkadot-v0.9.18'192branch = 'master'
193193
194[dependencies.pallet-sudo]194[dependencies.pallet-sudo]
195default-features = false195default-features = false
196git = 'https://github.com/paritytech/substrate.git'196git = 'https://github.com/paritytech/substrate'
197branch = 'polkadot-v0.9.18'197branch = 'master'
198198
199[dependencies.pallet-timestamp]199[dependencies.pallet-timestamp]
200default-features = false200default-features = false
201git = 'https://github.com/paritytech/substrate.git'201git = 'https://github.com/paritytech/substrate'
202branch = 'polkadot-v0.9.18'202branch = 'master'
203203
204[dependencies.pallet-transaction-payment]204[dependencies.pallet-transaction-payment]
205default-features = false205default-features = false
206git = 'https://github.com/paritytech/substrate.git'206git = 'https://github.com/paritytech/substrate'
207branch = 'polkadot-v0.9.18'207branch = 'master'
208208
209[dependencies.pallet-transaction-payment-rpc-runtime-api]209[dependencies.pallet-transaction-payment-rpc-runtime-api]
210default-features = false210default-features = false
211git = 'https://github.com/paritytech/substrate.git'211git = 'https://github.com/paritytech/substrate'
212branch = 'polkadot-v0.9.18'212branch = 'master'
213213
214[dependencies.pallet-treasury]214[dependencies.pallet-treasury]
215default-features = false215default-features = false
216git = 'https://github.com/paritytech/substrate.git'216git = 'https://github.com/paritytech/substrate'
217branch = 'polkadot-v0.9.18'217branch = 'master'
218218
219# [dependencies.pallet-vesting]219# [dependencies.pallet-vesting]
220# default-features = false220# default-features = false
221# git = 'https://github.com/paritytech/substrate.git'221# git = 'https://github.com/paritytech/substrate'
222# branch = 'polkadot-v0.9.18'222# branch = 'master'
223223
224[dependencies.sp-arithmetic]224[dependencies.sp-arithmetic]
225default-features = false225default-features = false
226git = 'https://github.com/paritytech/substrate.git'226git = 'https://github.com/paritytech/substrate'
227branch = 'polkadot-v0.9.18'227branch = 'master'
228228
229[dependencies.sp-api]229[dependencies.sp-api]
230default-features = false230default-features = false
231git = 'https://github.com/paritytech/substrate.git'231git = 'https://github.com/paritytech/substrate'
232branch = 'polkadot-v0.9.18'232branch = 'master'
233233
234[dependencies.sp-block-builder]234[dependencies.sp-block-builder]
235default-features = false235default-features = false
236git = 'https://github.com/paritytech/substrate.git'236git = 'https://github.com/paritytech/substrate'
237branch = 'polkadot-v0.9.18'237branch = 'master'
238238
239[dependencies.sp-core]239[dependencies.sp-core]
240default-features = false240default-features = false
241git = 'https://github.com/paritytech/substrate.git'241git = 'https://github.com/paritytech/substrate'
242branch = 'polkadot-v0.9.18'242branch = 'master'
243243
244[dependencies.sp-consensus-aura]244[dependencies.sp-consensus-aura]
245default-features = false245default-features = false
246git = 'https://github.com/paritytech/substrate.git'246git = 'https://github.com/paritytech/substrate'
247branch = 'polkadot-v0.9.18'247branch = 'master'
248248
249[dependencies.sp-inherents]249[dependencies.sp-inherents]
250default-features = false250default-features = false
251git = 'https://github.com/paritytech/substrate.git'251git = 'https://github.com/paritytech/substrate'
252branch = 'polkadot-v0.9.18'252branch = 'master'
253253
254[dependencies.sp-io]254[dependencies.sp-io]
255default-features = false255default-features = false
256git = 'https://github.com/paritytech/substrate.git'256git = 'https://github.com/paritytech/substrate'
257branch = 'polkadot-v0.9.18'257branch = 'master'
258258
259[dependencies.sp-offchain]259[dependencies.sp-offchain]
260default-features = false260default-features = false
261git = 'https://github.com/paritytech/substrate.git'261git = 'https://github.com/paritytech/substrate'
262branch = 'polkadot-v0.9.18'262branch = 'master'
263263
264[dependencies.sp-runtime]264[dependencies.sp-runtime]
265default-features = false265default-features = false
266git = 'https://github.com/paritytech/substrate.git'266git = 'https://github.com/paritytech/substrate'
267branch = 'polkadot-v0.9.18'267branch = 'master'
268268
269[dependencies.sp-session]269[dependencies.sp-session]
270default-features = false270default-features = false
271git = 'https://github.com/paritytech/substrate.git'271git = 'https://github.com/paritytech/substrate'
272branch = 'polkadot-v0.9.18'272branch = 'master'
273273
274[dependencies.sp-std]274[dependencies.sp-std]
275default-features = false275default-features = false
276git = 'https://github.com/paritytech/substrate.git'276git = 'https://github.com/paritytech/substrate'
277branch = 'polkadot-v0.9.18'277branch = 'master'
278278
279[dependencies.sp-transaction-pool]279[dependencies.sp-transaction-pool]
280default-features = false280default-features = false
281git = 'https://github.com/paritytech/substrate.git'281git = 'https://github.com/paritytech/substrate'
282branch = 'polkadot-v0.9.18'282branch = 'master'
283283
284[dependencies.sp-version]284[dependencies.sp-version]
285default-features = false285default-features = false
286git = 'https://github.com/paritytech/substrate.git'286git = 'https://github.com/paritytech/substrate'
287branch = 'polkadot-v0.9.18'287branch = 'master'
288288
289[dependencies.smallvec]289[dependencies.smallvec]
290version = '1.6.1'290version = '1.6.1'
294294
295[dependencies.parachain-info]295[dependencies.parachain-info]
296default-features = false296default-features = false
297git = 'https://github.com/paritytech/cumulus.git'297git = 'https://github.com/paritytech/cumulus'
298branch = 'polkadot-v0.9.18'298branch = 'master'
299299
300[dependencies.cumulus-pallet-aura-ext]300[dependencies.cumulus-pallet-aura-ext]
301git = 'https://github.com/paritytech/cumulus.git'301git = 'https://github.com/paritytech/cumulus'
302branch = 'polkadot-v0.9.18'302branch = 'master'
303default-features = false303default-features = false
304304
305[dependencies.cumulus-pallet-parachain-system]305[dependencies.cumulus-pallet-parachain-system]
306git = 'https://github.com/paritytech/cumulus.git'306git = 'https://github.com/paritytech/cumulus'
307branch = 'polkadot-v0.9.18'307branch = 'master'
308default-features = false308default-features = false
309309
310[dependencies.cumulus-primitives-core]310[dependencies.cumulus-primitives-core]
311git = 'https://github.com/paritytech/cumulus.git'311git = 'https://github.com/paritytech/cumulus'
312branch = 'polkadot-v0.9.18'312branch = 'master'
313default-features = false313default-features = false
314314
315[dependencies.cumulus-pallet-xcm]315[dependencies.cumulus-pallet-xcm]
316git = 'https://github.com/paritytech/cumulus.git'316git = 'https://github.com/paritytech/cumulus'
317branch = 'polkadot-v0.9.18'317branch = 'master'
318default-features = false318default-features = false
319319
320[dependencies.cumulus-pallet-dmp-queue]320[dependencies.cumulus-pallet-dmp-queue]
321git = 'https://github.com/paritytech/cumulus.git'321git = 'https://github.com/paritytech/cumulus'
322branch = 'polkadot-v0.9.18'322branch = 'master'
323default-features = false323default-features = false
324324
325[dependencies.cumulus-pallet-xcmp-queue]325[dependencies.cumulus-pallet-xcmp-queue]
326git = 'https://github.com/paritytech/cumulus.git'326git = 'https://github.com/paritytech/cumulus'
327branch = 'polkadot-v0.9.18'327branch = 'master'
328default-features = false328default-features = false
329329
330[dependencies.cumulus-primitives-utility]330[dependencies.cumulus-primitives-utility]
331git = 'https://github.com/paritytech/cumulus.git'331git = 'https://github.com/paritytech/cumulus'
332branch = 'polkadot-v0.9.18'332branch = 'master'
333default-features = false333default-features = false
334334
335[dependencies.cumulus-primitives-timestamp]335[dependencies.cumulus-primitives-timestamp]
336git = 'https://github.com/paritytech/cumulus.git'336git = 'https://github.com/paritytech/cumulus'
337branch = 'polkadot-v0.9.18'337branch = 'master'
338default-features = false338default-features = false
339339
340################################################################################340################################################################################
341# Polkadot dependencies341# Polkadot dependencies
342342
343[dependencies.polkadot-parachain]343[dependencies.polkadot-parachain]
344git = 'https://github.com/paritytech/polkadot'344git = 'https://github.com/paritytech/polkadot'
345branch = 'release-v0.9.18'345branch = 'master'
346default-features = false346default-features = false
347347
348[dependencies.xcm]348[dependencies.xcm]
349git = 'https://github.com/paritytech/polkadot'349git = 'https://github.com/paritytech/polkadot'
350branch = 'release-v0.9.18'350branch = 'master'
351default-features = false351default-features = false
352352
353[dependencies.xcm-builder]353[dependencies.xcm-builder]
354git = 'https://github.com/paritytech/polkadot'354git = 'https://github.com/paritytech/polkadot'
355branch = 'release-v0.9.18'355branch = 'master'
356default-features = false356default-features = false
357357
358[dependencies.xcm-executor]358[dependencies.xcm-executor]
359git = 'https://github.com/paritytech/polkadot'359git = 'https://github.com/paritytech/polkadot'
360branch = 'release-v0.9.18'360branch = 'master'
361default-features = false361default-features = false
362362
363[dependencies.pallet-xcm]363[dependencies.pallet-xcm]
364git = 'https://github.com/paritytech/polkadot'364git = 'https://github.com/paritytech/polkadot'
365branch = 'release-v0.9.18'365branch = 'master'
366default-features = false366default-features = false
367367
368[dependencies.orml-vesting]368[dependencies.orml-vesting]
369git = 'https://github.com/UniqueNetwork/open-runtime-module-library'369git = 'https://github.com/uniquenetwork/open-runtime-module-library'
370branch = 'unique-polkadot-v0.9.18'370branch = 'master'
371version = "0.4.1-dev"371version = "0.4.1-dev"
372default-features = false372default-features = false
373373
382derivative = "2.2.0"382derivative = "2.2.0"
383pallet-unique = { path = '../../pallets/unique', default-features = false }383pallet-unique = { path = '../../pallets/unique', default-features = false }
384up-rpc = { path = "../../primitives/rpc", default-features = false }384up-rpc = { path = "../../primitives/rpc", default-features = false }
385fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }385fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
386pallet-inflation = { path = '../../pallets/inflation', default-features = false }386pallet-inflation = { path = '../../pallets/inflation', default-features = false }
387up-data-structs = { path = '../../primitives/data-structs', default-features = false }387up-data-structs = { path = '../../primitives/data-structs', default-features = false }
388pallet-common = { default-features = false, path = "../../pallets/common" }388pallet-common = { default-features = false, path = "../../pallets/common" }
391pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }391pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }
392pallet-unq-scheduler = { path = '../../pallets/scheduler', default-features = false }392pallet-unq-scheduler = { path = '../../pallets/scheduler', default-features = false }
393# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }393# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }
394pallet-charge-transaction = { git = "https://github.com/UniqueNetwork/pallet-sponsoring", branch = 'polkadot-v0.9.18', package = "pallet-template-transaction-payment", default-features = false, version = '3.0.0' }394pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'master', package = "pallet-template-transaction-payment", default-features = false, version = '3.0.0' }
395pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }395pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }
396pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }396pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }
397pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }397pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }
398pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }398pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }
399pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }399pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
400pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }400pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
401pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }401pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
402fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }402fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
403fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }403fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
404404
405################################################################################405################################################################################
406# Build Dependencies406# Build Dependencies
407407
408[build-dependencies.substrate-wasm-builder]408[build-dependencies.substrate-wasm-builder]
409git = 'https://github.com/paritytech/substrate.git'409git = 'https://github.com/paritytech/substrate'
410branch = 'polkadot-v0.9.18'410branch = 'master'
411411
modifiedruntime/opal/src/lib.rsdiffbeforeafterboth
52 EnsureAddressTruncated, HashedAddressMapping, Runner, account::CrossAccountId as _,52 EnsureAddressTruncated, HashedAddressMapping, Runner, account::CrossAccountId as _,
53};53};
54pub use frame_support::{54pub use frame_support::{
55 construct_runtime, match_type,55 construct_runtime, match_types,
56 dispatch::DispatchResult,56 dispatch::DispatchResult,
57 PalletId, parameter_types, StorageValue, ConsensusEngineId,57 PalletId, parameter_types, StorageValue, ConsensusEngineId,
58 traits::{58 traits::{
63 weights::{63 weights::{
64 constants::{BlockExecutionWeight, ExtrinsicBaseWeight, RocksDbWeight, WEIGHT_PER_SECOND},64 constants::{BlockExecutionWeight, ExtrinsicBaseWeight, RocksDbWeight, WEIGHT_PER_SECOND},
65 DispatchClass, DispatchInfo, GetDispatchInfo, IdentityFee, Pays, PostDispatchInfo, Weight,65 DispatchClass, DispatchInfo, GetDispatchInfo, IdentityFee, Pays, PostDispatchInfo, Weight,
66 WeightToFeePolynomial, WeightToFeeCoefficient, WeightToFeeCoefficients,66 WeightToFeePolynomial, WeightToFeeCoefficient, WeightToFeeCoefficients, ConstantMultiplier,
67 },67 },
68};68};
69use up_data_structs::*;69use up_data_structs::*;
78};78};
79use smallvec::smallvec;79use smallvec::smallvec;
80use codec::{Encode, Decode};80use codec::{Encode, Decode};
81use pallet_evm::{Account as EVMAccount, FeeCalculator, GasWeightMapping, OnMethodCall};81use pallet_evm::{Account as EVMAccount, FeeCalculator, GasWeightMapping};
82use fp_rpc::TransactionStatus;82use fp_rpc::TransactionStatus;
83use sp_runtime::{83use sp_runtime::{
84 traits::{BlockNumberProvider, Dispatchable, PostDispatchInfoOf, Saturating},84 traits::{BlockNumberProvider, Dispatchable, PostDispatchInfoOf, Saturating},
326326
327impl pallet_ethereum::Config for Runtime {327impl pallet_ethereum::Config for Runtime {
328 type Event = Event;328 type Event = Event;
329 type StateRoot = pallet_ethereum::IntermediateStateRoot;329 type StateRoot = pallet_ethereum::IntermediateStateRoot<Self>;
330}330}
331331
332impl pallet_randomness_collective_flip::Config for Runtime {}332impl pallet_randomness_collective_flip::Config for Runtime {}
494494
495impl pallet_transaction_payment::Config for Runtime {495impl pallet_transaction_payment::Config for Runtime {
496 type OnChargeTransaction = pallet_transaction_payment::CurrencyAdapter<Balances, DealWithFees>;496 type OnChargeTransaction = pallet_transaction_payment::CurrencyAdapter<Balances, DealWithFees>;
497 type TransactionByteFee = TransactionByteFee;497 type LengthToFee = ConstantMultiplier<Balance, TransactionByteFee>;
498 type OperationalFeeMultiplier = OperationalFeeMultiplier;498 type OperationalFeeMultiplier = OperationalFeeMultiplier;
499 type WeightToFee = LinearFee<Balance>;499 type WeightToFee = LinearFee<Balance>;
500 type FeeMultiplierUpdate = ();500 type FeeMultiplierUpdate = ();
673 pub const MaxAuthorities: u32 = 100_000;673 pub const MaxAuthorities: u32 = 100_000;
674}674}
675675
676match_type! {676match_types! {
677 pub type ParentOrParentsUnitPlurality: impl Contains<MultiLocation> = {677 pub type ParentOrParentsUnitPlurality: impl Contains<MultiLocation> = {
678 MultiLocation { parents: 1, interior: Here } |678 MultiLocation { parents: 1, interior: Here } |
679 MultiLocation { parents: 1, interior: X1(Plurality { id: BodyId::Unit, .. }) }679 MultiLocation { parents: 1, interior: X1(Plurality { id: BodyId::Unit, .. }) }
modifiedruntime/quartz/Cargo.tomldiffbeforeafterboth
117117
118[dependencies.frame-benchmarking]118[dependencies.frame-benchmarking]
119default-features = false119default-features = false
120git = 'https://github.com/paritytech/substrate.git'120git = 'https://github.com/paritytech/substrate'
121optional = true121optional = true
122branch = 'polkadot-v0.9.18'122branch = 'master'
123123
124[dependencies.frame-executive]124[dependencies.frame-executive]
125default-features = false125default-features = false
126git = 'https://github.com/paritytech/substrate.git'126git = 'https://github.com/paritytech/substrate'
127branch = 'polkadot-v0.9.18'127branch = 'master'
128128
129[dependencies.frame-support]129[dependencies.frame-support]
130default-features = false130default-features = false
131git = 'https://github.com/paritytech/substrate.git'131git = 'https://github.com/paritytech/substrate'
132branch = 'polkadot-v0.9.18'132branch = 'master'
133133
134[dependencies.frame-system]134[dependencies.frame-system]
135default-features = false135default-features = false
136git = 'https://github.com/paritytech/substrate.git'136git = 'https://github.com/paritytech/substrate'
137branch = 'polkadot-v0.9.18'137branch = 'master'
138138
139[dependencies.frame-system-benchmarking]139[dependencies.frame-system-benchmarking]
140default-features = false140default-features = false
141git = 'https://github.com/paritytech/substrate.git'141git = 'https://github.com/paritytech/substrate'
142optional = true142optional = true
143branch = 'polkadot-v0.9.18'143branch = 'master'
144144
145[dependencies.frame-system-rpc-runtime-api]145[dependencies.frame-system-rpc-runtime-api]
146default-features = false146default-features = false
147git = 'https://github.com/paritytech/substrate.git'147git = 'https://github.com/paritytech/substrate'
148branch = 'polkadot-v0.9.18'148branch = 'master'
149149
150[dependencies.hex-literal]150[dependencies.hex-literal]
151optional = true151optional = true
159159
160[dependencies.pallet-aura]160[dependencies.pallet-aura]
161default-features = false161default-features = false
162git = 'https://github.com/paritytech/substrate.git'162git = 'https://github.com/paritytech/substrate'
163branch = 'polkadot-v0.9.18'163branch = 'master'
164164
165[dependencies.pallet-balances]165[dependencies.pallet-balances]
166default-features = false166default-features = false
167git = 'https://github.com/paritytech/substrate.git'167git = 'https://github.com/paritytech/substrate'
168branch = 'polkadot-v0.9.18'168branch = 'master'
169169
170# Contracts specific packages170# Contracts specific packages
171# [dependencies.pallet-contracts]171# [dependencies.pallet-contracts]
172# git = 'https://github.com/paritytech/substrate.git'172# git = 'https://github.com/paritytech/substrate'
173# default-features = false173# default-features = false
174# branch = 'polkadot-v0.9.18'174# branch = 'master'
175# version = '4.0.0-dev'175# version = '4.0.0-dev'
176176
177# [dependencies.pallet-contracts-primitives]177# [dependencies.pallet-contracts-primitives]
178# git = 'https://github.com/paritytech/substrate.git'178# git = 'https://github.com/paritytech/substrate'
179# default-features = false179# default-features = false
180# branch = 'polkadot-v0.9.18'180# branch = 'master'
181# version = '4.0.0-dev'181# version = '4.0.0-dev'
182182
183# [dependencies.pallet-contracts-rpc-runtime-api]183# [dependencies.pallet-contracts-rpc-runtime-api]
184# git = 'https://github.com/paritytech/substrate.git'184# git = 'https://github.com/paritytech/substrate'
185# default-features = false185# default-features = false
186# branch = 'polkadot-v0.9.18'186# branch = 'master'
187# version = '4.0.0-dev'187# version = '4.0.0-dev'
188188
189[dependencies.pallet-randomness-collective-flip]189[dependencies.pallet-randomness-collective-flip]
190default-features = false190default-features = false
191git = 'https://github.com/paritytech/substrate.git'191git = 'https://github.com/paritytech/substrate'
192branch = 'polkadot-v0.9.18'192branch = 'master'
193193
194[dependencies.pallet-sudo]194[dependencies.pallet-sudo]
195default-features = false195default-features = false
196git = 'https://github.com/paritytech/substrate.git'196git = 'https://github.com/paritytech/substrate'
197branch = 'polkadot-v0.9.18'197branch = 'master'
198198
199[dependencies.pallet-timestamp]199[dependencies.pallet-timestamp]
200default-features = false200default-features = false
201git = 'https://github.com/paritytech/substrate.git'201git = 'https://github.com/paritytech/substrate'
202branch = 'polkadot-v0.9.18'202branch = 'master'
203203
204[dependencies.pallet-transaction-payment]204[dependencies.pallet-transaction-payment]
205default-features = false205default-features = false
206git = 'https://github.com/paritytech/substrate.git'206git = 'https://github.com/paritytech/substrate'
207branch = 'polkadot-v0.9.18'207branch = 'master'
208208
209[dependencies.pallet-transaction-payment-rpc-runtime-api]209[dependencies.pallet-transaction-payment-rpc-runtime-api]
210default-features = false210default-features = false
211git = 'https://github.com/paritytech/substrate.git'211git = 'https://github.com/paritytech/substrate'
212branch = 'polkadot-v0.9.18'212branch = 'master'
213213
214[dependencies.pallet-treasury]214[dependencies.pallet-treasury]
215default-features = false215default-features = false
216git = 'https://github.com/paritytech/substrate.git'216git = 'https://github.com/paritytech/substrate'
217branch = 'polkadot-v0.9.18'217branch = 'master'
218218
219# [dependencies.pallet-vesting]219# [dependencies.pallet-vesting]
220# default-features = false220# default-features = false
221# git = 'https://github.com/paritytech/substrate.git'221# git = 'https://github.com/paritytech/substrate'
222# branch = 'polkadot-v0.9.18'222# branch = 'master'
223223
224[dependencies.sp-arithmetic]224[dependencies.sp-arithmetic]
225default-features = false225default-features = false
226git = 'https://github.com/paritytech/substrate.git'226git = 'https://github.com/paritytech/substrate'
227branch = 'polkadot-v0.9.18'227branch = 'master'
228228
229[dependencies.sp-api]229[dependencies.sp-api]
230default-features = false230default-features = false
231git = 'https://github.com/paritytech/substrate.git'231git = 'https://github.com/paritytech/substrate'
232branch = 'polkadot-v0.9.18'232branch = 'master'
233233
234[dependencies.sp-block-builder]234[dependencies.sp-block-builder]
235default-features = false235default-features = false
236git = 'https://github.com/paritytech/substrate.git'236git = 'https://github.com/paritytech/substrate'
237branch = 'polkadot-v0.9.18'237branch = 'master'
238238
239[dependencies.sp-core]239[dependencies.sp-core]
240default-features = false240default-features = false
241git = 'https://github.com/paritytech/substrate.git'241git = 'https://github.com/paritytech/substrate'
242branch = 'polkadot-v0.9.18'242branch = 'master'
243243
244[dependencies.sp-consensus-aura]244[dependencies.sp-consensus-aura]
245default-features = false245default-features = false
246git = 'https://github.com/paritytech/substrate.git'246git = 'https://github.com/paritytech/substrate'
247branch = 'polkadot-v0.9.18'247branch = 'master'
248248
249[dependencies.sp-inherents]249[dependencies.sp-inherents]
250default-features = false250default-features = false
251git = 'https://github.com/paritytech/substrate.git'251git = 'https://github.com/paritytech/substrate'
252branch = 'polkadot-v0.9.18'252branch = 'master'
253253
254[dependencies.sp-io]254[dependencies.sp-io]
255default-features = false255default-features = false
256git = 'https://github.com/paritytech/substrate.git'256git = 'https://github.com/paritytech/substrate'
257branch = 'polkadot-v0.9.18'257branch = 'master'
258258
259[dependencies.sp-offchain]259[dependencies.sp-offchain]
260default-features = false260default-features = false
261git = 'https://github.com/paritytech/substrate.git'261git = 'https://github.com/paritytech/substrate'
262branch = 'polkadot-v0.9.18'262branch = 'master'
263263
264[dependencies.sp-runtime]264[dependencies.sp-runtime]
265default-features = false265default-features = false
266git = 'https://github.com/paritytech/substrate.git'266git = 'https://github.com/paritytech/substrate'
267branch = 'polkadot-v0.9.18'267branch = 'master'
268268
269[dependencies.sp-session]269[dependencies.sp-session]
270default-features = false270default-features = false
271git = 'https://github.com/paritytech/substrate.git'271git = 'https://github.com/paritytech/substrate'
272branch = 'polkadot-v0.9.18'272branch = 'master'
273273
274[dependencies.sp-std]274[dependencies.sp-std]
275default-features = false275default-features = false
276git = 'https://github.com/paritytech/substrate.git'276git = 'https://github.com/paritytech/substrate'
277branch = 'polkadot-v0.9.18'277branch = 'master'
278278
279[dependencies.sp-transaction-pool]279[dependencies.sp-transaction-pool]
280default-features = false280default-features = false
281git = 'https://github.com/paritytech/substrate.git'281git = 'https://github.com/paritytech/substrate'
282branch = 'polkadot-v0.9.18'282branch = 'master'
283283
284[dependencies.sp-version]284[dependencies.sp-version]
285default-features = false285default-features = false
286git = 'https://github.com/paritytech/substrate.git'286git = 'https://github.com/paritytech/substrate'
287branch = 'polkadot-v0.9.18'287branch = 'master'
288288
289[dependencies.smallvec]289[dependencies.smallvec]
290version = '1.6.1'290version = '1.6.1'
294294
295[dependencies.parachain-info]295[dependencies.parachain-info]
296default-features = false296default-features = false
297git = 'https://github.com/paritytech/cumulus.git'297git = 'https://github.com/paritytech/cumulus'
298branch = 'polkadot-v0.9.18'298branch = 'master'
299299
300[dependencies.cumulus-pallet-aura-ext]300[dependencies.cumulus-pallet-aura-ext]
301git = 'https://github.com/paritytech/cumulus.git'301git = 'https://github.com/paritytech/cumulus'
302branch = 'polkadot-v0.9.18'302branch = 'master'
303default-features = false303default-features = false
304304
305[dependencies.cumulus-pallet-parachain-system]305[dependencies.cumulus-pallet-parachain-system]
306git = 'https://github.com/paritytech/cumulus.git'306git = 'https://github.com/paritytech/cumulus'
307branch = 'polkadot-v0.9.18'307branch = 'master'
308default-features = false308default-features = false
309309
310[dependencies.cumulus-primitives-core]310[dependencies.cumulus-primitives-core]
311git = 'https://github.com/paritytech/cumulus.git'311git = 'https://github.com/paritytech/cumulus'
312branch = 'polkadot-v0.9.18'312branch = 'master'
313default-features = false313default-features = false
314314
315[dependencies.cumulus-pallet-xcm]315[dependencies.cumulus-pallet-xcm]
316git = 'https://github.com/paritytech/cumulus.git'316git = 'https://github.com/paritytech/cumulus'
317branch = 'polkadot-v0.9.18'317branch = 'master'
318default-features = false318default-features = false
319319
320[dependencies.cumulus-pallet-dmp-queue]320[dependencies.cumulus-pallet-dmp-queue]
321git = 'https://github.com/paritytech/cumulus.git'321git = 'https://github.com/paritytech/cumulus'
322branch = 'polkadot-v0.9.18'322branch = 'master'
323default-features = false323default-features = false
324324
325[dependencies.cumulus-pallet-xcmp-queue]325[dependencies.cumulus-pallet-xcmp-queue]
326git = 'https://github.com/paritytech/cumulus.git'326git = 'https://github.com/paritytech/cumulus'
327branch = 'polkadot-v0.9.18'327branch = 'master'
328default-features = false328default-features = false
329329
330[dependencies.cumulus-primitives-utility]330[dependencies.cumulus-primitives-utility]
331git = 'https://github.com/paritytech/cumulus.git'331git = 'https://github.com/paritytech/cumulus'
332branch = 'polkadot-v0.9.18'332branch = 'master'
333default-features = false333default-features = false
334334
335[dependencies.cumulus-primitives-timestamp]335[dependencies.cumulus-primitives-timestamp]
336git = 'https://github.com/paritytech/cumulus.git'336git = 'https://github.com/paritytech/cumulus'
337branch = 'polkadot-v0.9.18'337branch = 'master'
338default-features = false338default-features = false
339339
340################################################################################340################################################################################
341# Polkadot dependencies341# Polkadot dependencies
342342
343[dependencies.polkadot-parachain]343[dependencies.polkadot-parachain]
344git = 'https://github.com/paritytech/polkadot'344git = 'https://github.com/paritytech/polkadot'
345branch = 'release-v0.9.18'345branch = 'master'
346default-features = false346default-features = false
347347
348[dependencies.xcm]348[dependencies.xcm]
349git = 'https://github.com/paritytech/polkadot'349git = 'https://github.com/paritytech/polkadot'
350branch = 'release-v0.9.18'350branch = 'master'
351default-features = false351default-features = false
352352
353[dependencies.xcm-builder]353[dependencies.xcm-builder]
354git = 'https://github.com/paritytech/polkadot'354git = 'https://github.com/paritytech/polkadot'
355branch = 'release-v0.9.18'355branch = 'master'
356default-features = false356default-features = false
357357
358[dependencies.xcm-executor]358[dependencies.xcm-executor]
359git = 'https://github.com/paritytech/polkadot'359git = 'https://github.com/paritytech/polkadot'
360branch = 'release-v0.9.18'360branch = 'master'
361default-features = false361default-features = false
362362
363[dependencies.pallet-xcm]363[dependencies.pallet-xcm]
364git = 'https://github.com/paritytech/polkadot'364git = 'https://github.com/paritytech/polkadot'
365branch = 'release-v0.9.18'365branch = 'master'
366default-features = false366default-features = false
367367
368[dependencies.orml-vesting]368[dependencies.orml-vesting]
369git = 'https://github.com/UniqueNetwork/open-runtime-module-library'369git = 'https://github.com/uniquenetwork/open-runtime-module-library'
370branch = 'unique-polkadot-v0.9.18'370branch = 'master'
371version = "0.4.1-dev"371version = "0.4.1-dev"
372default-features = false372default-features = false
373373
382derivative = "2.2.0"382derivative = "2.2.0"
383pallet-unique = { path = '../../pallets/unique', default-features = false }383pallet-unique = { path = '../../pallets/unique', default-features = false }
384up-rpc = { path = "../../primitives/rpc", default-features = false }384up-rpc = { path = "../../primitives/rpc", default-features = false }
385fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }385fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
386pallet-inflation = { path = '../../pallets/inflation', default-features = false }386pallet-inflation = { path = '../../pallets/inflation', default-features = false }
387up-data-structs = { path = '../../primitives/data-structs', default-features = false }387up-data-structs = { path = '../../primitives/data-structs', default-features = false }
388pallet-common = { default-features = false, path = "../../pallets/common" }388pallet-common = { default-features = false, path = "../../pallets/common" }
391pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }391pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }
392pallet-unq-scheduler = { path = '../../pallets/scheduler', default-features = false }392pallet-unq-scheduler = { path = '../../pallets/scheduler', default-features = false }
393# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }393# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }
394pallet-charge-transaction = { git = "https://github.com/UniqueNetwork/pallet-sponsoring", branch = 'polkadot-v0.9.18', package = "pallet-template-transaction-payment", default-features = false, version = '3.0.0' }394pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'master', package = "pallet-template-transaction-payment", default-features = false, version = '3.0.0' }
395pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }395pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }
396pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }396pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }
397pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }397pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }
398pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }398pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }
399pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }399pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
400pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }400pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
401pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }401pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
402fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }402fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
403fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }403fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
404404
405################################################################################405################################################################################
406# Build Dependencies406# Build Dependencies
407407
408[build-dependencies.substrate-wasm-builder]408[build-dependencies.substrate-wasm-builder]
409git = 'https://github.com/paritytech/substrate.git'409git = 'https://github.com/paritytech/substrate'
410branch = 'polkadot-v0.9.18'410branch = 'master'
411411
modifiedruntime/unique/Cargo.tomldiffbeforeafterboth
117117
118[dependencies.frame-benchmarking]118[dependencies.frame-benchmarking]
119default-features = false119default-features = false
120git = 'https://github.com/paritytech/substrate.git'120git = 'https://github.com/paritytech/substrate'
121optional = true121optional = true
122branch = 'polkadot-v0.9.18'122branch = 'master'
123123
124[dependencies.frame-executive]124[dependencies.frame-executive]
125default-features = false125default-features = false
126git = 'https://github.com/paritytech/substrate.git'126git = 'https://github.com/paritytech/substrate'
127branch = 'polkadot-v0.9.18'127branch = 'master'
128128
129[dependencies.frame-support]129[dependencies.frame-support]
130default-features = false130default-features = false
131git = 'https://github.com/paritytech/substrate.git'131git = 'https://github.com/paritytech/substrate'
132branch = 'polkadot-v0.9.18'132branch = 'master'
133133
134[dependencies.frame-system]134[dependencies.frame-system]
135default-features = false135default-features = false
136git = 'https://github.com/paritytech/substrate.git'136git = 'https://github.com/paritytech/substrate'
137branch = 'polkadot-v0.9.18'137branch = 'master'
138138
139[dependencies.frame-system-benchmarking]139[dependencies.frame-system-benchmarking]
140default-features = false140default-features = false
141git = 'https://github.com/paritytech/substrate.git'141git = 'https://github.com/paritytech/substrate'
142optional = true142optional = true
143branch = 'polkadot-v0.9.18'143branch = 'master'
144144
145[dependencies.frame-system-rpc-runtime-api]145[dependencies.frame-system-rpc-runtime-api]
146default-features = false146default-features = false
147git = 'https://github.com/paritytech/substrate.git'147git = 'https://github.com/paritytech/substrate'
148branch = 'polkadot-v0.9.18'148branch = 'master'
149149
150[dependencies.hex-literal]150[dependencies.hex-literal]
151optional = true151optional = true
159159
160[dependencies.pallet-aura]160[dependencies.pallet-aura]
161default-features = false161default-features = false
162git = 'https://github.com/paritytech/substrate.git'162git = 'https://github.com/paritytech/substrate'
163branch = 'polkadot-v0.9.18'163branch = 'master'
164164
165[dependencies.pallet-balances]165[dependencies.pallet-balances]
166default-features = false166default-features = false
167git = 'https://github.com/paritytech/substrate.git'167git = 'https://github.com/paritytech/substrate'
168branch = 'polkadot-v0.9.18'168branch = 'master'
169169
170# Contracts specific packages170# Contracts specific packages
171# [dependencies.pallet-contracts]171# [dependencies.pallet-contracts]
172# git = 'https://github.com/paritytech/substrate.git'172# git = 'https://github.com/paritytech/substrate'
173# default-features = false173# default-features = false
174# branch = 'polkadot-v0.9.18'174# branch = 'master'
175# version = '4.0.0-dev'175# version = '4.0.0-dev'
176176
177# [dependencies.pallet-contracts-primitives]177# [dependencies.pallet-contracts-primitives]
178# git = 'https://github.com/paritytech/substrate.git'178# git = 'https://github.com/paritytech/substrate'
179# default-features = false179# default-features = false
180# branch = 'polkadot-v0.9.18'180# branch = 'master'
181# version = '4.0.0-dev'181# version = '4.0.0-dev'
182182
183# [dependencies.pallet-contracts-rpc-runtime-api]183# [dependencies.pallet-contracts-rpc-runtime-api]
184# git = 'https://github.com/paritytech/substrate.git'184# git = 'https://github.com/paritytech/substrate'
185# default-features = false185# default-features = false
186# branch = 'polkadot-v0.9.18'186# branch = 'master'
187# version = '4.0.0-dev'187# version = '4.0.0-dev'
188188
189[dependencies.pallet-randomness-collective-flip]189[dependencies.pallet-randomness-collective-flip]
190default-features = false190default-features = false
191git = 'https://github.com/paritytech/substrate.git'191git = 'https://github.com/paritytech/substrate'
192branch = 'polkadot-v0.9.18'192branch = 'master'
193193
194[dependencies.pallet-sudo]194[dependencies.pallet-sudo]
195default-features = false195default-features = false
196git = 'https://github.com/paritytech/substrate.git'196git = 'https://github.com/paritytech/substrate'
197branch = 'polkadot-v0.9.18'197branch = 'master'
198198
199[dependencies.pallet-timestamp]199[dependencies.pallet-timestamp]
200default-features = false200default-features = false
201git = 'https://github.com/paritytech/substrate.git'201git = 'https://github.com/paritytech/substrate'
202branch = 'polkadot-v0.9.18'202branch = 'master'
203203
204[dependencies.pallet-transaction-payment]204[dependencies.pallet-transaction-payment]
205default-features = false205default-features = false
206git = 'https://github.com/paritytech/substrate.git'206git = 'https://github.com/paritytech/substrate'
207branch = 'polkadot-v0.9.18'207branch = 'master'
208208
209[dependencies.pallet-transaction-payment-rpc-runtime-api]209[dependencies.pallet-transaction-payment-rpc-runtime-api]
210default-features = false210default-features = false
211git = 'https://github.com/paritytech/substrate.git'211git = 'https://github.com/paritytech/substrate'
212branch = 'polkadot-v0.9.18'212branch = 'master'
213213
214[dependencies.pallet-treasury]214[dependencies.pallet-treasury]
215default-features = false215default-features = false
216git = 'https://github.com/paritytech/substrate.git'216git = 'https://github.com/paritytech/substrate'
217branch = 'polkadot-v0.9.18'217branch = 'master'
218218
219# [dependencies.pallet-vesting]219# [dependencies.pallet-vesting]
220# default-features = false220# default-features = false
221# git = 'https://github.com/paritytech/substrate.git'221# git = 'https://github.com/paritytech/substrate'
222# branch = 'polkadot-v0.9.18'222# branch = 'master'
223223
224[dependencies.sp-arithmetic]224[dependencies.sp-arithmetic]
225default-features = false225default-features = false
226git = 'https://github.com/paritytech/substrate.git'226git = 'https://github.com/paritytech/substrate'
227branch = 'polkadot-v0.9.18'227branch = 'master'
228228
229[dependencies.sp-api]229[dependencies.sp-api]
230default-features = false230default-features = false
231git = 'https://github.com/paritytech/substrate.git'231git = 'https://github.com/paritytech/substrate'
232branch = 'polkadot-v0.9.18'232branch = 'master'
233233
234[dependencies.sp-block-builder]234[dependencies.sp-block-builder]
235default-features = false235default-features = false
236git = 'https://github.com/paritytech/substrate.git'236git = 'https://github.com/paritytech/substrate'
237branch = 'polkadot-v0.9.18'237branch = 'master'
238238
239[dependencies.sp-core]239[dependencies.sp-core]
240default-features = false240default-features = false
241git = 'https://github.com/paritytech/substrate.git'241git = 'https://github.com/paritytech/substrate'
242branch = 'polkadot-v0.9.18'242branch = 'master'
243243
244[dependencies.sp-consensus-aura]244[dependencies.sp-consensus-aura]
245default-features = false245default-features = false
246git = 'https://github.com/paritytech/substrate.git'246git = 'https://github.com/paritytech/substrate'
247branch = 'polkadot-v0.9.18'247branch = 'master'
248248
249[dependencies.sp-inherents]249[dependencies.sp-inherents]
250default-features = false250default-features = false
251git = 'https://github.com/paritytech/substrate.git'251git = 'https://github.com/paritytech/substrate'
252branch = 'polkadot-v0.9.18'252branch = 'master'
253253
254[dependencies.sp-io]254[dependencies.sp-io]
255default-features = false255default-features = false
256git = 'https://github.com/paritytech/substrate.git'256git = 'https://github.com/paritytech/substrate'
257branch = 'polkadot-v0.9.18'257branch = 'master'
258258
259[dependencies.sp-offchain]259[dependencies.sp-offchain]
260default-features = false260default-features = false
261git = 'https://github.com/paritytech/substrate.git'261git = 'https://github.com/paritytech/substrate'
262branch = 'polkadot-v0.9.18'262branch = 'master'
263263
264[dependencies.sp-runtime]264[dependencies.sp-runtime]
265default-features = false265default-features = false
266git = 'https://github.com/paritytech/substrate.git'266git = 'https://github.com/paritytech/substrate'
267branch = 'polkadot-v0.9.18'267branch = 'master'
268268
269[dependencies.sp-session]269[dependencies.sp-session]
270default-features = false270default-features = false
271git = 'https://github.com/paritytech/substrate.git'271git = 'https://github.com/paritytech/substrate'
272branch = 'polkadot-v0.9.18'272branch = 'master'
273273
274[dependencies.sp-std]274[dependencies.sp-std]
275default-features = false275default-features = false
276git = 'https://github.com/paritytech/substrate.git'276git = 'https://github.com/paritytech/substrate'
277branch = 'polkadot-v0.9.18'277branch = 'master'
278278
279[dependencies.sp-transaction-pool]279[dependencies.sp-transaction-pool]
280default-features = false280default-features = false
281git = 'https://github.com/paritytech/substrate.git'281git = 'https://github.com/paritytech/substrate'
282branch = 'polkadot-v0.9.18'282branch = 'master'
283283
284[dependencies.sp-version]284[dependencies.sp-version]
285default-features = false285default-features = false
286git = 'https://github.com/paritytech/substrate.git'286git = 'https://github.com/paritytech/substrate'
287branch = 'polkadot-v0.9.18'287branch = 'master'
288288
289[dependencies.smallvec]289[dependencies.smallvec]
290version = '1.6.1'290version = '1.6.1'
294294
295[dependencies.parachain-info]295[dependencies.parachain-info]
296default-features = false296default-features = false
297git = 'https://github.com/paritytech/cumulus.git'297git = 'https://github.com/paritytech/cumulus'
298branch = 'polkadot-v0.9.18'298branch = 'master'
299299
300[dependencies.cumulus-pallet-aura-ext]300[dependencies.cumulus-pallet-aura-ext]
301git = 'https://github.com/paritytech/cumulus.git'301git = 'https://github.com/paritytech/cumulus'
302branch = 'polkadot-v0.9.18'302branch = 'master'
303default-features = false303default-features = false
304304
305[dependencies.cumulus-pallet-parachain-system]305[dependencies.cumulus-pallet-parachain-system]
306git = 'https://github.com/paritytech/cumulus.git'306git = 'https://github.com/paritytech/cumulus'
307branch = 'polkadot-v0.9.18'307branch = 'master'
308default-features = false308default-features = false
309309
310[dependencies.cumulus-primitives-core]310[dependencies.cumulus-primitives-core]
311git = 'https://github.com/paritytech/cumulus.git'311git = 'https://github.com/paritytech/cumulus'
312branch = 'polkadot-v0.9.18'312branch = 'master'
313default-features = false313default-features = false
314314
315[dependencies.cumulus-pallet-xcm]315[dependencies.cumulus-pallet-xcm]
316git = 'https://github.com/paritytech/cumulus.git'316git = 'https://github.com/paritytech/cumulus'
317branch = 'polkadot-v0.9.18'317branch = 'master'
318default-features = false318default-features = false
319319
320[dependencies.cumulus-pallet-dmp-queue]320[dependencies.cumulus-pallet-dmp-queue]
321git = 'https://github.com/paritytech/cumulus.git'321git = 'https://github.com/paritytech/cumulus'
322branch = 'polkadot-v0.9.18'322branch = 'master'
323default-features = false323default-features = false
324324
325[dependencies.cumulus-pallet-xcmp-queue]325[dependencies.cumulus-pallet-xcmp-queue]
326git = 'https://github.com/paritytech/cumulus.git'326git = 'https://github.com/paritytech/cumulus'
327branch = 'polkadot-v0.9.18'327branch = 'master'
328default-features = false328default-features = false
329329
330[dependencies.cumulus-primitives-utility]330[dependencies.cumulus-primitives-utility]
331git = 'https://github.com/paritytech/cumulus.git'331git = 'https://github.com/paritytech/cumulus'
332branch = 'polkadot-v0.9.18'332branch = 'master'
333default-features = false333default-features = false
334334
335[dependencies.cumulus-primitives-timestamp]335[dependencies.cumulus-primitives-timestamp]
336git = 'https://github.com/paritytech/cumulus.git'336git = 'https://github.com/paritytech/cumulus'
337branch = 'polkadot-v0.9.18'337branch = 'master'
338default-features = false338default-features = false
339339
340################################################################################340################################################################################
341# Polkadot dependencies341# Polkadot dependencies
342342
343[dependencies.polkadot-parachain]343[dependencies.polkadot-parachain]
344git = 'https://github.com/paritytech/polkadot'344git = 'https://github.com/paritytech/polkadot'
345branch = 'release-v0.9.18'345branch = 'master'
346default-features = false346default-features = false
347347
348[dependencies.xcm]348[dependencies.xcm]
349git = 'https://github.com/paritytech/polkadot'349git = 'https://github.com/paritytech/polkadot'
350branch = 'release-v0.9.18'350branch = 'master'
351default-features = false351default-features = false
352352
353[dependencies.xcm-builder]353[dependencies.xcm-builder]
354git = 'https://github.com/paritytech/polkadot'354git = 'https://github.com/paritytech/polkadot'
355branch = 'release-v0.9.18'355branch = 'master'
356default-features = false356default-features = false
357357
358[dependencies.xcm-executor]358[dependencies.xcm-executor]
359git = 'https://github.com/paritytech/polkadot'359git = 'https://github.com/paritytech/polkadot'
360branch = 'release-v0.9.18'360branch = 'master'
361default-features = false361default-features = false
362362
363[dependencies.pallet-xcm]363[dependencies.pallet-xcm]
364git = 'https://github.com/paritytech/polkadot'364git = 'https://github.com/paritytech/polkadot'
365branch = 'release-v0.9.18'365branch = 'master'
366default-features = false366default-features = false
367367
368[dependencies.orml-vesting]368[dependencies.orml-vesting]
369git = 'https://github.com/UniqueNetwork/open-runtime-module-library'369git = 'https://github.com/uniquenetwork/open-runtime-module-library'
370branch = 'unique-polkadot-v0.9.18'370branch = 'master'
371version = "0.4.1-dev"371version = "0.4.1-dev"
372default-features = false372default-features = false
373373
390pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }390pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }
391pallet-unq-scheduler = { path = '../../pallets/scheduler', default-features = false }391pallet-unq-scheduler = { path = '../../pallets/scheduler', default-features = false }
392# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }392# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }
393pallet-charge-transaction = { git = "https://github.com/UniqueNetwork/pallet-sponsoring", branch = 'polkadot-v0.9.18', package = "pallet-template-transaction-payment", default-features = false, version = '3.0.0' }393pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'master', package = "pallet-template-transaction-payment", default-features = false, version = '3.0.0' }
394pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }394pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }
395pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }395pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }
396pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }396pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }
397pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }397pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }
398pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }398pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
399pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }399pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
400pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }400pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
401fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }401fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
402fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }402fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
403fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }403fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
404404
405################################################################################405################################################################################
406# Build Dependencies406# Build Dependencies
407407
408[build-dependencies.substrate-wasm-builder]408[build-dependencies.substrate-wasm-builder]
409git = 'https://github.com/paritytech/substrate.git'409git = 'https://github.com/paritytech/substrate'
410branch = 'polkadot-v0.9.18'410branch = 'master'
411411
modifiedtests/src/eth/util/helpers.tsdiffbeforeafterboth
31import getBalance from '../../substrate/get-balance';31import getBalance from '../../substrate/get-balance';
32import waitNewBlocks from '../../substrate/wait-new-blocks';32import waitNewBlocks from '../../substrate/wait-new-blocks';
3333
34export const GAS_ARGS = {gas: 2500000};34export const GAS_ARGS = {gas: 2500000, maxPriorityFeePerGas: 0};
3535
36export enum SponsoringMode {36export enum SponsoringMode {
37 Disabled = 0,37 Disabled = 0,