git.delta.rocks / unique-network / refs/commits / ad3b90a875d2

difftreelog

feat(rpc) partial RMRK RPC

Fahrrader2022-05-04parent: #b278b7e.patch.diff
in: master

21 files changed

modifiedCargo.lockdiffbeforeafterboth
396 "instant",396 "instant",
397 "pin-project-lite 0.2.9",397 "pin-project-lite 0.2.9",
398 "rand 0.8.5",398 "rand 0.8.5",
399 "tokio 1.18.1",399 "tokio 1.18.2",
400]400]
401401
402[[package]]402[[package]]
410 "cfg-if 1.0.0",410 "cfg-if 1.0.0",
411 "libc",411 "libc",
412 "miniz_oxide",412 "miniz_oxide",
413 "object 0.28.3",413 "object 0.28.4",
414 "rustc-demangle",414 "rustc-demangle",
415]415]
416416
464 "futures-timer",464 "futures-timer",
465 "hex",465 "hex",
466 "log",466 "log",
467 "parity-scale-codec",467 "parity-scale-codec 3.1.2",
468 "parking_lot 0.12.0",468 "parking_lot 0.12.0",
469 "sc-chain-spec",469 "sc-chain-spec",
470 "sc-client-api",470 "sc-client-api",
473 "sc-network",473 "sc-network",
474 "sc-network-gossip",474 "sc-network-gossip",
475 "sc-utils",475 "sc-utils",
476 "sp-api",476 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
477 "sp-application-crypto",477 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
478 "sp-arithmetic",478 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
479 "sp-blockchain",479 "sp-blockchain",
480 "sp-consensus",480 "sp-consensus",
481 "sp-core",481 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
482 "sp-keystore",482 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
483 "sp-mmr-primitives",483 "sp-mmr-primitives",
484 "sp-runtime",484 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
485 "substrate-prometheus-endpoint",485 "substrate-prometheus-endpoint",
486 "thiserror",486 "thiserror",
487 "wasm-timer",487 "wasm-timer",
500 "jsonrpc-derive",500 "jsonrpc-derive",
501 "jsonrpc-pubsub",501 "jsonrpc-pubsub",
502 "log",502 "log",
503 "parity-scale-codec",503 "parity-scale-codec 3.1.2",
504 "parking_lot 0.12.0",504 "parking_lot 0.12.0",
505 "sc-rpc",505 "sc-rpc",
506 "sc-utils",506 "sc-utils",
507 "serde",507 "serde",
508 "sp-core",508 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
509 "sp-runtime",509 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
510 "thiserror",510 "thiserror",
511]511]
512512
520version = "4.0.0-dev"520version = "4.0.0-dev"
521source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"521source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
522dependencies = [522dependencies = [
523 "parity-scale-codec",523 "parity-scale-codec 3.1.2",
524 "scale-info",524 "scale-info",
525 "sp-api",525 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
526 "sp-application-crypto",526 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
527 "sp-core",527 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
528 "sp-runtime",528 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
529 "sp-std",529 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
530]530]
531531
532[[package]]532[[package]]
571571
572[[package]]572[[package]]
573name = "bitvec"573name = "bitvec"
574version = "0.20.4"
575source = "registry+https://github.com/rust-lang/crates.io-index"
576checksum = "7774144344a4faa177370406a7ff5f1da24303817368584c6206c8303eb07848"
577dependencies = [
578 "funty 1.1.0",
579 "radium 0.6.2",
580 "tap",
581 "wyz 0.2.0",
582]
583
584[[package]]
585name = "bitvec"
574version = "1.0.0"586version = "1.0.0"
575source = "registry+https://github.com/rust-lang/crates.io-index"587source = "registry+https://github.com/rust-lang/crates.io-index"
576checksum = "1489fcb93a5bb47da0462ca93ad252ad6af2145cce58d10d46a83931ba9f016b"588checksum = "1489fcb93a5bb47da0462ca93ad252ad6af2145cce58d10d46a83931ba9f016b"
577dependencies = [589dependencies = [
578 "funty",590 "funty 2.0.0",
579 "radium",591 "radium 0.7.0",
580 "tap",592 "tap",
581 "wyz",593 "wyz 0.5.0",
582]594]
583595
584[[package]]596[[package]]
738dependencies = [750dependencies = [
739 "bp-runtime",751 "bp-runtime",
740 "finality-grandpa",752 "finality-grandpa",
741 "frame-support",753 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
742 "parity-scale-codec",754 "parity-scale-codec 3.1.2",
743 "scale-info",755 "scale-info",
744 "serde",756 "serde",
745 "sp-core",757 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
746 "sp-finality-grandpa",758 "sp-finality-grandpa",
747 "sp-runtime",759 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
748 "sp-std",760 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
749]761]
750762
751[[package]]763[[package]]
754source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"766source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"
755dependencies = [767dependencies = [
756 "bp-runtime",768 "bp-runtime",
757 "frame-support",769 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
758 "parity-scale-codec",770 "parity-scale-codec 3.1.2",
759 "scale-info",771 "scale-info",
760 "sp-std",772 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
761]773]
762774
763[[package]]775[[package]]
764name = "bp-messages"776name = "bp-messages"
765version = "0.1.0"777version = "0.1.0"
766source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"778source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"
767dependencies = [779dependencies = [
768 "bitvec",780 "bitvec 1.0.0",
769 "bp-runtime",781 "bp-runtime",
770 "frame-support",782 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
771 "frame-system",783 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
772 "impl-trait-for-tuples",784 "impl-trait-for-tuples",
773 "parity-scale-codec",785 "parity-scale-codec 3.1.2",
774 "scale-info",786 "scale-info",
775 "serde",787 "serde",
776 "sp-core",788 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
777 "sp-std",789 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
778]790]
779791
780[[package]]792[[package]]
784dependencies = [796dependencies = [
785 "bp-messages",797 "bp-messages",
786 "bp-runtime",798 "bp-runtime",
787 "frame-support",799 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
788 "frame-system",800 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
789 "parity-scale-codec",801 "parity-scale-codec 3.1.2",
790 "scale-info",802 "scale-info",
791 "sp-api",803 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
792 "sp-core",804 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
793 "sp-runtime",805 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
794 "sp-std",806 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
795 "sp-version",807 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
796]808]
797809
798[[package]]810[[package]]
803 "bp-messages",815 "bp-messages",
804 "bp-polkadot-core",816 "bp-polkadot-core",
805 "bp-runtime",817 "bp-runtime",
806 "frame-support",818 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
807 "parity-scale-codec",819 "parity-scale-codec 3.1.2",
808 "smallvec",820 "smallvec",
809 "sp-api",821 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
810 "sp-runtime",822 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
811 "sp-std",823 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
812 "sp-version",824 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
813]825]
814826
815[[package]]827[[package]]
816name = "bp-runtime"828name = "bp-runtime"
817version = "0.1.0"829version = "0.1.0"
818source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"830source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"
819dependencies = [831dependencies = [
820 "frame-support",832 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
821 "hash-db",833 "hash-db",
822 "num-traits",834 "num-traits",
823 "parity-scale-codec",835 "parity-scale-codec 3.1.2",
824 "scale-info",836 "scale-info",
825 "sp-core",837 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
826 "sp-io",838 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
827 "sp-runtime",839 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
828 "sp-state-machine",840 "sp-state-machine 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
829 "sp-std",841 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
830 "sp-trie",842 "sp-trie 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
831]843]
832844
833[[package]]845[[package]]
838 "bp-header-chain",850 "bp-header-chain",
839 "ed25519-dalek",851 "ed25519-dalek",
840 "finality-grandpa",852 "finality-grandpa",
841 "parity-scale-codec",853 "parity-scale-codec 3.1.2",
842 "sp-application-crypto",854 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
843 "sp-finality-grandpa",855 "sp-finality-grandpa",
844 "sp-runtime",856 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
845 "sp-std",857 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
846]858]
847859
848[[package]]860[[package]]
854 "bp-polkadot-core",866 "bp-polkadot-core",
855 "bp-rococo",867 "bp-rococo",
856 "bp-runtime",868 "bp-runtime",
857 "parity-scale-codec",869 "parity-scale-codec 3.1.2",
858 "sp-api",870 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
859 "sp-runtime",871 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
860 "sp-std",872 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
861]873]
862874
863[[package]]875[[package]]
868 "bp-message-dispatch",880 "bp-message-dispatch",
869 "bp-messages",881 "bp-messages",
870 "bp-runtime",882 "bp-runtime",
871 "frame-support",883 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
872 "frame-system",884 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
873 "hash-db",885 "hash-db",
874 "pallet-bridge-dispatch",886 "pallet-bridge-dispatch",
875 "pallet-bridge-grandpa",887 "pallet-bridge-grandpa",
876 "pallet-bridge-messages",888 "pallet-bridge-messages",
877 "pallet-transaction-payment",889 "pallet-transaction-payment",
878 "parity-scale-codec",890 "parity-scale-codec 3.1.2",
879 "scale-info",891 "scale-info",
880 "sp-api",892 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
881 "sp-core",893 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
882 "sp-runtime",894 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
883 "sp-state-machine",895 "sp-state-machine 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
884 "sp-std",896 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
885 "sp-trie",897 "sp-trie 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
886]898]
887899
888[[package]]900[[package]]
977989
978[[package]]990[[package]]
979name = "camino"991name = "camino"
980version = "1.0.7"992version = "1.0.8"
981source = "registry+https://github.com/rust-lang/crates.io-index"993source = "registry+https://github.com/rust-lang/crates.io-index"
982checksum = "6f3132262930b0522068049f5870a856ab8affc80c70d08b6ecb785771a6fc23"994checksum = "07fd178c5af4d59e83498ef15cf3f154e1a6f9d091270cb86283c65ef44e9ef0"
983dependencies = [995dependencies = [
984 "serde",996 "serde",
985]997]
11111123
1112[[package]]1124[[package]]
1113name = "clang-sys"1125name = "clang-sys"
1114version = "1.3.1"1126version = "1.3.2"
1115source = "registry+https://github.com/rust-lang/crates.io-index"1127source = "registry+https://github.com/rust-lang/crates.io-index"
1116checksum = "4cc00842eed744b858222c4c9faf7243aafc6d33f92f96935263ef4d8a41ce21"1128checksum = "bf6b561dcf059c85bbe388e0a7b0a1469acb3934cc0cfa148613a830629e3049"
1117dependencies = [1129dependencies = [
1118 "glob",1130 "glob",
1119 "libc",1131 "libc",
11221134
1123[[package]]1135[[package]]
1124name = "clap"1136name = "clap"
1125version = "3.1.16"1137version = "3.1.18"
1126source = "registry+https://github.com/rust-lang/crates.io-index"1138source = "registry+https://github.com/rust-lang/crates.io-index"
1127checksum = "f52d4f8e4a1419219935762e32913b4430f37cb0c0200ad17a89ee18c0188a9f"1139checksum = "d2dbdf4bdacb33466e854ce889eee8dfd5729abf7ccd7664d0a2d60cd384440b"
1128dependencies = [1140dependencies = [
1129 "atty",1141 "atty",
1130 "bitflags",1142 "bitflags",
11391151
1140[[package]]1152[[package]]
1141name = "clap_derive"1153name = "clap_derive"
1142version = "3.1.7"1154version = "3.1.18"
1143source = "registry+https://github.com/rust-lang/crates.io-index"1155source = "registry+https://github.com/rust-lang/crates.io-index"
1144checksum = "a3aab4734e083b809aaf5794e14e756d1c798d2c69c7f7de7a09a2f5214993c1"1156checksum = "25320346e922cffe59c0bbc5410c8d8784509efb321488971081313cb1e1a33c"
1145dependencies = [1157dependencies = [
1146 "heck 0.4.0",1158 "heck 0.4.0",
1147 "proc-macro-error",1159 "proc-macro-error",
1524 "cumulus-primitives-core",1536 "cumulus-primitives-core",
1525 "cumulus-relay-chain-interface",1537 "cumulus-relay-chain-interface",
1526 "futures 0.3.21",1538 "futures 0.3.21",
1527 "parity-scale-codec",1539 "parity-scale-codec 3.1.2",
1528 "parking_lot 0.12.0",1540 "parking_lot 0.12.0",
1529 "polkadot-node-primitives",1541 "polkadot-node-primitives",
1530 "polkadot-node-subsystem",1542 "polkadot-node-subsystem",
1531 "polkadot-overseer",1543 "polkadot-overseer",
1532 "polkadot-primitives",1544 "polkadot-primitives",
1533 "sc-client-api",1545 "sc-client-api",
1534 "sp-api",1546 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1535 "sp-consensus",1547 "sp-consensus",
1536 "sp-core",1548 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1537 "sp-runtime",1549 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1538 "tracing",1550 "tracing",
1539]1551]
15401552
1547 "cumulus-client-consensus-common",1559 "cumulus-client-consensus-common",
1548 "cumulus-primitives-core",1560 "cumulus-primitives-core",
1549 "futures 0.3.21",1561 "futures 0.3.21",
1550 "parity-scale-codec",1562 "parity-scale-codec 3.1.2",
1551 "sc-client-api",1563 "sc-client-api",
1552 "sc-consensus",1564 "sc-consensus",
1553 "sc-consensus-aura",1565 "sc-consensus-aura",
1554 "sc-consensus-slots",1566 "sc-consensus-slots",
1555 "sc-telemetry",1567 "sc-telemetry",
1556 "sp-api",1568 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1557 "sp-application-crypto",1569 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1558 "sp-block-builder",1570 "sp-block-builder",
1559 "sp-blockchain",1571 "sp-blockchain",
1560 "sp-consensus",1572 "sp-consensus",
1561 "sp-consensus-aura",1573 "sp-consensus-aura",
1562 "sp-core",1574 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1563 "sp-inherents",1575 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1564 "sp-keystore",1576 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1565 "sp-runtime",1577 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1566 "substrate-prometheus-endpoint",1578 "substrate-prometheus-endpoint",
1567 "tracing",1579 "tracing",
1568]1580]
1576 "cumulus-relay-chain-interface",1588 "cumulus-relay-chain-interface",
1577 "dyn-clone",1589 "dyn-clone",
1578 "futures 0.3.21",1590 "futures 0.3.21",
1579 "parity-scale-codec",1591 "parity-scale-codec 3.1.2",
1580 "polkadot-primitives",1592 "polkadot-primitives",
1581 "sc-client-api",1593 "sc-client-api",
1582 "sc-consensus",1594 "sc-consensus",
1583 "sp-api",1595 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1584 "sp-blockchain",1596 "sp-blockchain",
1585 "sp-consensus",1597 "sp-consensus",
1586 "sp-runtime",1598 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1587 "sp-trie",1599 "sp-trie 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1588 "tracing",1600 "tracing",
1589]1601]
15901602
1598 "derive_more",1610 "derive_more",
1599 "futures 0.3.21",1611 "futures 0.3.21",
1600 "futures-timer",1612 "futures-timer",
1601 "parity-scale-codec",1613 "parity-scale-codec 3.1.2",
1602 "parking_lot 0.12.0",1614 "parking_lot 0.12.0",
1603 "polkadot-node-primitives",1615 "polkadot-node-primitives",
1604 "polkadot-parachain",1616 "polkadot-parachain",
1605 "polkadot-primitives",1617 "polkadot-primitives",
1606 "sc-client-api",1618 "sc-client-api",
1607 "sp-api",1619 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1608 "sp-blockchain",1620 "sp-blockchain",
1609 "sp-consensus",1621 "sp-consensus",
1610 "sp-core",1622 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1611 "sp-runtime",1623 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1612 "sp-state-machine",1624 "sp-state-machine 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1613 "tracing",1625 "tracing",
1614]1626]
16151627
1622 "cumulus-relay-chain-interface",1634 "cumulus-relay-chain-interface",
1623 "futures 0.3.21",1635 "futures 0.3.21",
1624 "futures-timer",1636 "futures-timer",
1625 "parity-scale-codec",1637 "parity-scale-codec 3.1.2",
1626 "polkadot-node-primitives",1638 "polkadot-node-primitives",
1627 "polkadot-node-subsystem",1639 "polkadot-node-subsystem",
1628 "polkadot-overseer",1640 "polkadot-overseer",
1629 "polkadot-primitives",1641 "polkadot-primitives",
1630 "rand 0.8.5",1642 "rand 0.8.5",
1631 "sc-client-api",1643 "sc-client-api",
1632 "sc-consensus",1644 "sc-consensus",
1633 "sp-api",1645 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1634 "sp-consensus",1646 "sp-consensus",
1635 "sp-maybe-compressed-blob",1647 "sp-maybe-compressed-blob",
1636 "sp-runtime",1648 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1637 "tracing",1649 "tracing",
1638]1650]
16391651
1648 "cumulus-client-pov-recovery",1660 "cumulus-client-pov-recovery",
1649 "cumulus-primitives-core",1661 "cumulus-primitives-core",
1650 "cumulus-relay-chain-interface",1662 "cumulus-relay-chain-interface",
1651 "parity-scale-codec",1663 "parity-scale-codec 3.1.2",
1652 "parking_lot 0.12.0",1664 "parking_lot 0.12.0",
1653 "polkadot-overseer",1665 "polkadot-overseer",
1654 "polkadot-primitives",1666 "polkadot-primitives",
1659 "sc-service",1671 "sc-service",
1660 "sc-telemetry",1672 "sc-telemetry",
1661 "sc-tracing",1673 "sc-tracing",
1662 "sp-api",1674 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1663 "sp-blockchain",1675 "sp-blockchain",
1664 "sp-consensus",1676 "sp-consensus",
1665 "sp-core",1677 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1666 "sp-runtime",1678 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1667 "tracing",1679 "tracing",
1668]1680]
16691681
1673source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1685source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"
1674dependencies = [1686dependencies = [
1675 "frame-executive",1687 "frame-executive",
1676 "frame-support",1688 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1677 "frame-system",1689 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1678 "pallet-aura",1690 "pallet-aura",
1679 "parity-scale-codec",1691 "parity-scale-codec 3.1.2",
1680 "scale-info",1692 "scale-info",
1681 "serde",1693 "serde",
1682 "sp-application-crypto",1694 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1683 "sp-consensus-aura",1695 "sp-consensus-aura",
1684 "sp-runtime",1696 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1685 "sp-std",1697 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1686]1698]
16871699
1688[[package]]1700[[package]]
1691source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1703source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"
1692dependencies = [1704dependencies = [
1693 "cumulus-primitives-core",1705 "cumulus-primitives-core",
1694 "frame-support",1706 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1695 "frame-system",1707 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1696 "log",1708 "log",
1697 "parity-scale-codec",1709 "parity-scale-codec 3.1.2",
1698 "scale-info",1710 "scale-info",
1699 "sp-io",1711 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1700 "sp-runtime",1712 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1701 "sp-std",1713 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1702 "xcm",1714 "xcm",
1703 "xcm-executor",1715 "xcm-executor",
1704]1716]
1712 "cumulus-primitives-core",1724 "cumulus-primitives-core",
1713 "cumulus-primitives-parachain-inherent",1725 "cumulus-primitives-parachain-inherent",
1714 "environmental",1726 "environmental",
1715 "frame-support",1727 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1716 "frame-system",1728 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1717 "impl-trait-for-tuples",1729 "impl-trait-for-tuples",
1718 "log",1730 "log",
1719 "pallet-balances",1731 "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1720 "parity-scale-codec",1732 "parity-scale-codec 3.1.2",
1721 "polkadot-parachain",1733 "polkadot-parachain",
1722 "scale-info",1734 "scale-info",
1723 "serde",1735 "serde",
1724 "sp-core",1736 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1725 "sp-externalities",1737 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1726 "sp-inherents",1738 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1727 "sp-io",1739 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1728 "sp-runtime",1740 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1729 "sp-state-machine",1741 "sp-state-machine 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1730 "sp-std",1742 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1731 "sp-trie",1743 "sp-trie 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1732 "sp-version",1744 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1733 "xcm",1745 "xcm",
1734]1746]
17351747
1750source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1762source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"
1751dependencies = [1763dependencies = [
1752 "cumulus-primitives-core",1764 "cumulus-primitives-core",
1753 "frame-support",1765 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1754 "frame-system",1766 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1755 "parity-scale-codec",1767 "parity-scale-codec 3.1.2",
1756 "scale-info",1768 "scale-info",
1757 "serde",1769 "serde",
1758 "sp-io",1770 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1759 "sp-runtime",1771 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1760 "sp-std",1772 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1761 "xcm",1773 "xcm",
1762]1774]
17631775
1767source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1779source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"
1768dependencies = [1780dependencies = [
1769 "cumulus-primitives-core",1781 "cumulus-primitives-core",
1770 "frame-support",1782 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1771 "frame-system",1783 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1772 "log",1784 "log",
1773 "parity-scale-codec",1785 "parity-scale-codec 3.1.2",
1774 "rand_chacha 0.3.1",1786 "rand_chacha 0.3.1",
1775 "scale-info",1787 "scale-info",
1776 "sp-runtime",1788 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1777 "sp-std",1789 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1778 "xcm",1790 "xcm",
1779 "xcm-executor",1791 "xcm-executor",
1780]1792]
1784version = "0.1.0"1796version = "0.1.0"
1785source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1797source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"
1786dependencies = [1798dependencies = [
1787 "frame-support",1799 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1788 "parity-scale-codec",1800 "parity-scale-codec 3.1.2",
1789 "polkadot-core-primitives",1801 "polkadot-core-primitives",
1790 "polkadot-parachain",1802 "polkadot-parachain",
1791 "polkadot-primitives",1803 "polkadot-primitives",
1792 "sp-api",1804 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1793 "sp-runtime",1805 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1794 "sp-std",1806 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1795 "sp-trie",1807 "sp-trie 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1796]1808]
17971809
1798[[package]]1810[[package]]
1804 "cumulus-primitives-core",1816 "cumulus-primitives-core",
1805 "cumulus-relay-chain-interface",1817 "cumulus-relay-chain-interface",
1806 "cumulus-test-relay-sproof-builder",1818 "cumulus-test-relay-sproof-builder",
1807 "parity-scale-codec",1819 "parity-scale-codec 3.1.2",
1808 "sc-client-api",1820 "sc-client-api",
1809 "scale-info",1821 "scale-info",
1810 "sp-api",1822 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1811 "sp-core",1823 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1812 "sp-inherents",1824 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1813 "sp-runtime",1825 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1814 "sp-state-machine",1826 "sp-state-machine 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1815 "sp-std",1827 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1816 "sp-storage",1828 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1817 "sp-trie",1829 "sp-trie 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1818 "tracing",1830 "tracing",
1819]1831]
18201832
1825dependencies = [1837dependencies = [
1826 "cumulus-primitives-core",1838 "cumulus-primitives-core",
1827 "futures 0.3.21",1839 "futures 0.3.21",
1828 "parity-scale-codec",1840 "parity-scale-codec 3.1.2",
1829 "sp-inherents",1841 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1830 "sp-std",1842 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1831 "sp-timestamp",1843 "sp-timestamp",
1832]1844]
18331845
1837source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1849source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"
1838dependencies = [1850dependencies = [
1839 "cumulus-primitives-core",1851 "cumulus-primitives-core",
1840 "frame-support",1852 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1841 "parity-scale-codec",1853 "parity-scale-codec 3.1.2",
1842 "polkadot-core-primitives",1854 "polkadot-core-primitives",
1843 "polkadot-parachain",1855 "polkadot-parachain",
1844 "polkadot-primitives",1856 "polkadot-primitives",
1845 "sp-runtime",1857 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1846 "sp-std",1858 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1847 "sp-trie",1859 "sp-trie 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1848 "xcm",1860 "xcm",
1849]1861]
18501862
1867 "sc-service",1879 "sc-service",
1868 "sc-telemetry",1880 "sc-telemetry",
1869 "sc-tracing",1881 "sc-tracing",
1870 "sp-api",1882 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1871 "sp-blockchain",1883 "sp-blockchain",
1872 "sp-consensus",1884 "sp-consensus",
1873 "sp-core",1885 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1874 "sp-runtime",1886 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1875 "sp-state-machine",1887 "sp-state-machine 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1876 "tracing",1888 "tracing",
1877]1889]
18781890
1886 "derive_more",1898 "derive_more",
1887 "futures 0.3.21",1899 "futures 0.3.21",
1888 "jsonrpsee-core",1900 "jsonrpsee-core",
1889 "parity-scale-codec",1901 "parity-scale-codec 3.1.2",
1890 "parking_lot 0.12.0",1902 "parking_lot 0.12.0",
1891 "polkadot-overseer",1903 "polkadot-overseer",
1892 "polkadot-service",1904 "polkadot-service",
1893 "sc-client-api",1905 "sc-client-api",
1894 "sc-service",1906 "sc-service",
1895 "sp-api",1907 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1896 "sp-blockchain",1908 "sp-blockchain",
1897 "sp-core",1909 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1898 "sp-runtime",1910 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1899 "sp-state-machine",1911 "sp-state-machine 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1900 "thiserror",1912 "thiserror",
1901]1913]
19021914
1912 "futures 0.3.21",1924 "futures 0.3.21",
1913 "futures-timer",1925 "futures-timer",
1914 "jsonrpsee",1926 "jsonrpsee",
1915 "parity-scale-codec",1927 "parity-scale-codec 3.1.2",
1916 "parking_lot 0.12.0",1928 "parking_lot 0.12.0",
1917 "polkadot-service",1929 "polkadot-service",
1918 "sc-client-api",1930 "sc-client-api",
1919 "sc-rpc-api",1931 "sc-rpc-api",
1920 "sp-api",1932 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1921 "sp-core",1933 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1922 "sp-runtime",1934 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1923 "sp-state-machine",1935 "sp-state-machine 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1924 "sp-storage",1936 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1925 "tracing",1937 "tracing",
1926 "url 2.2.2",1938 "url 2.2.2",
1927]1939]
1932source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1944source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"
1933dependencies = [1945dependencies = [
1934 "cumulus-primitives-core",1946 "cumulus-primitives-core",
1935 "parity-scale-codec",1947 "parity-scale-codec 3.1.2",
1936 "polkadot-primitives",1948 "polkadot-primitives",
1937 "sp-runtime",1949 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1938 "sp-state-machine",1950 "sp-state-machine 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1939 "sp-std",1951 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
1940]1952]
19411953
1942[[package]]1954[[package]]
2147checksum = "c4d33be9473d06f75f58220f71f7a9317aca647dc061dbd3c361b0bef505fbea"2159checksum = "c4d33be9473d06f75f58220f71f7a9317aca647dc061dbd3c361b0bef505fbea"
2148dependencies = [2160dependencies = [
2149 "byteorder",2161 "byteorder",
2150 "quick-error 1.2.3",2162 "quick-error",
2151]2163]
21522164
2153[[package]]2165[[package]]
22022214
2203[[package]]2215[[package]]
2204name = "ed25519"2216name = "ed25519"
2205version = "1.4.1"2217version = "1.5.2"
2206source = "registry+https://github.com/rust-lang/crates.io-index"2218source = "registry+https://github.com/rust-lang/crates.io-index"
2207checksum = "3d5c4b5e5959dc2c2b89918d8e2cc40fcdd623cef026ed09d2f0ee05199dc8e4"2219checksum = "1e9c280362032ea4203659fc489832d0204ef09f247a0506f170dafcac08c369"
2208dependencies = [2220dependencies = [
2209 "signature",2221 "signature",
2210]2222]
2361 "ethereum-types",2373 "ethereum-types",
2362 "hash-db",2374 "hash-db",
2363 "hash256-std-hasher",2375 "hash256-std-hasher",
2364 "parity-scale-codec",2376 "parity-scale-codec 3.1.2",
2365 "rlp",2377 "rlp",
2366 "rlp-derive",2378 "rlp-derive",
2367 "scale-info",2379 "scale-info",
2404 "evm-gasometer",2416 "evm-gasometer",
2405 "evm-runtime",2417 "evm-runtime",
2406 "log",2418 "log",
2407 "parity-scale-codec",2419 "parity-scale-codec 3.1.2",
2408 "primitive-types",2420 "primitive-types",
2409 "rlp",2421 "rlp",
2410 "scale-info",2422 "scale-info",
2443version = "0.35.0"2455version = "0.35.0"
2444source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.19#1b170dc649f5e16a33134710a9fe2610e580661e"2456source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.19#1b170dc649f5e16a33134710a9fe2610e580661e"
2445dependencies = [2457dependencies = [
2446 "parity-scale-codec",2458 "parity-scale-codec 3.1.2",
2447 "primitive-types",2459 "primitive-types",
2448 "scale-info",2460 "scale-info",
2449 "serde",2461 "serde",
2563 "fp-rpc",2575 "fp-rpc",
2564 "sc-client-api",2576 "sc-client-api",
2565 "sc-consensus",2577 "sc-consensus",
2566 "sp-api",2578 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
2567 "sp-block-builder",2579 "sp-block-builder",
2568 "sp-blockchain",2580 "sp-blockchain",
2569 "sp-consensus",2581 "sp-consensus",
2570 "sp-runtime",2582 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
2571 "thiserror",2583 "thiserror",
2572]2584]
25732585
2578dependencies = [2590dependencies = [
2579 "fp-storage",2591 "fp-storage",
2580 "kvdb-rocksdb",2592 "kvdb-rocksdb",
2581 "parity-scale-codec",2593 "parity-scale-codec 3.1.2",
2582 "parking_lot 0.12.0",2594 "parking_lot 0.12.0",
2583 "sp-core",2595 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
2584 "sp-database",2596 "sp-database",
2585 "sp-runtime",2597 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
2586]2598]
25872599
2588[[package]]2600[[package]]
2597 "futures-timer",2609 "futures-timer",
2598 "log",2610 "log",
2599 "sc-client-api",2611 "sc-client-api",
2600 "sp-api",2612 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
2601 "sp-blockchain",2613 "sp-blockchain",
2602 "sp-runtime",2614 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
2603]2615]
26042616
2605[[package]]2617[[package]]
2622 "libsecp256k1",2634 "libsecp256k1",
2623 "log",2635 "log",
2624 "lru 0.6.6",2636 "lru 0.6.6",
2625 "parity-scale-codec",2637 "parity-scale-codec 3.1.2",
2626 "rand 0.8.5",2638 "rand 0.8.5",
2627 "rlp",2639 "rlp",
2628 "sc-client-api",2640 "sc-client-api",
2631 "sc-service",2643 "sc-service",
2632 "sc-transaction-pool",2644 "sc-transaction-pool",
2633 "sc-transaction-pool-api",2645 "sc-transaction-pool-api",
2634 "sp-api",2646 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
2635 "sp-block-builder",2647 "sp-block-builder",
2636 "sp-blockchain",2648 "sp-blockchain",
2637 "sp-core",2649 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
2638 "sp-io",2650 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
2639 "sp-runtime",2651 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
2640 "sp-storage",2652 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
2641 "tokio 1.18.1",2653 "tokio 1.18.2",
2642]2654]
26432655
2644[[package]]2656[[package]]
2698 "futures-timer",2710 "futures-timer",
2699 "log",2711 "log",
2700 "num-traits",2712 "num-traits",
2701 "parity-scale-codec",2713 "parity-scale-codec 3.1.2",
2702 "parking_lot 0.11.2",2714 "parking_lot 0.11.2",
2703 "scale-info",2715 "scale-info",
2704]2716]
2761version = "3.0.0"2773version = "3.0.0"
2762source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"2774source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
2763dependencies = [2775dependencies = [
2764 "parity-scale-codec",2776 "parity-scale-codec 3.1.2",
2765]2777]
27662778
2767[[package]]2779[[package]]
2780source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21-logs#79cd4c4cf29106c431facd6779783fc887b21475"2792source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21-logs#79cd4c4cf29106c431facd6779783fc887b21475"
2781dependencies = [2793dependencies = [
2782 "ethereum",2794 "ethereum",
2783 "parity-scale-codec",2795 "parity-scale-codec 3.1.2",
2784 "sp-core",2796 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
2785 "sp-runtime",2797 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
2786 "sp-std",2798 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
2787]2799]
27882800
2789[[package]]2801[[package]]
2793dependencies = [2805dependencies = [
2794 "evm",2806 "evm",
2795 "impl-trait-for-tuples",2807 "impl-trait-for-tuples",
2796 "parity-scale-codec",2808 "parity-scale-codec 3.1.2",
2797 "serde",2809 "serde",
2798 "sp-core",2810 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
2799 "sp-std",2811 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
2800]2812]
28012813
2802[[package]]2814[[package]]
2803name = "fp-evm-mapping"2815name = "fp-evm-mapping"
2804version = "0.1.0"2816version = "0.1.0"
2805source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21-logs#79cd4c4cf29106c431facd6779783fc887b21475"2817source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21-logs#79cd4c4cf29106c431facd6779783fc887b21475"
2806dependencies = [2818dependencies = [
2807 "frame-support",2819 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
2808 "sp-core",2820 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
2809]2821]
28102822
2811[[package]]2823[[package]]
2816 "ethereum",2828 "ethereum",
2817 "ethereum-types",2829 "ethereum-types",
2818 "fp-evm",2830 "fp-evm",
2819 "parity-scale-codec",2831 "parity-scale-codec 3.1.2",
2820 "scale-info",2832 "scale-info",
2821 "sp-api",2833 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
2822 "sp-core",2834 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
2823 "sp-io",2835 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
2824 "sp-runtime",2836 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
2825 "sp-std",2837 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
2826]2838]
28272839
2828[[package]]2840[[package]]
2831source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21-logs#79cd4c4cf29106c431facd6779783fc887b21475"2843source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21-logs#79cd4c4cf29106c431facd6779783fc887b21475"
2832dependencies = [2844dependencies = [
2833 "ethereum",2845 "ethereum",
2834 "frame-support",2846 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
2835 "parity-scale-codec",2847 "parity-scale-codec 3.1.2",
2836 "parity-util-mem",2848 "parity-util-mem",
2837 "scale-info",2849 "scale-info",
2838 "serde",2850 "serde",
2839 "sp-debug-derive",2851 "sp-debug-derive 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
2840 "sp-io",2852 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
2841 "sp-runtime",2853 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
2842]2854]
28432855
2844[[package]]2856[[package]]
2845name = "fp-storage"2857name = "fp-storage"
2846version = "2.0.0"2858version = "2.0.0"
2847source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21-logs#79cd4c4cf29106c431facd6779783fc887b21475"2859source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21-logs#79cd4c4cf29106c431facd6779783fc887b21475"
2848dependencies = [2860dependencies = [
2849 "parity-scale-codec",2861 "parity-scale-codec 3.1.2",
2850]2862]
28512863
2852[[package]]2864[[package]]
2853name = "frame-benchmarking"2865name = "frame-benchmarking"
2854version = "4.0.0-dev"2866version = "4.0.0-dev"
2867source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
2868dependencies = [
2869 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
2870 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
2871 "linregress",
2872 "log",
2873 "parity-scale-codec 3.1.2",
2874 "paste",
2875 "scale-info",
2876 "serde",
2877 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
2878 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
2879 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
2880 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
2881 "sp-runtime-interface 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
2882 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
2883 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
2884]
2885
2886[[package]]
2887name = "frame-benchmarking"
2888version = "4.0.0-dev"
2855source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"2889source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
2856dependencies = [2890dependencies = [
2857 "frame-support",2891 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
2858 "frame-system",2892 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
2859 "linregress",2893 "linregress",
2860 "log",2894 "log",
2861 "parity-scale-codec",2895 "parity-scale-codec 3.1.2",
2862 "paste",2896 "paste",
2863 "scale-info",2897 "scale-info",
2864 "serde",2898 "serde",
2865 "sp-api",2899 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
2866 "sp-application-crypto",2900 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
2867 "sp-io",2901 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
2868 "sp-runtime",2902 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
2869 "sp-runtime-interface",2903 "sp-runtime-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
2870 "sp-std",2904 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
2871 "sp-storage",2905 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
2872]2906]
28732907
2874[[package]]2908[[package]]
2879 "Inflector",2913 "Inflector",
2880 "chrono",2914 "chrono",
2881 "clap",2915 "clap",
2882 "frame-benchmarking",2916 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
2883 "frame-support",2917 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
2884 "frame-system",2918 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
2885 "handlebars",2919 "handlebars",
2886 "hash-db",2920 "hash-db",
2887 "hex",2921 "hex",
2890 "linked-hash-map",2924 "linked-hash-map",
2891 "log",2925 "log",
2892 "memory-db",2926 "memory-db",
2893 "parity-scale-codec",2927 "parity-scale-codec 3.1.2",
2894 "prettytable-rs",2928 "prettytable-rs",
2895 "rand 0.8.5",2929 "rand 0.8.5",
2896 "rand_pcg 0.3.1",2930 "rand_pcg 0.3.1",
2904 "serde",2938 "serde",
2905 "serde_json",2939 "serde_json",
2906 "serde_nanos",2940 "serde_nanos",
2907 "sp-api",2941 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
2908 "sp-blockchain",2942 "sp-blockchain",
2909 "sp-core",2943 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
2910 "sp-database",2944 "sp-database",
2911 "sp-externalities",2945 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
2912 "sp-inherents",2946 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
2913 "sp-keystore",2947 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
2914 "sp-runtime",2948 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
2915 "sp-state-machine",2949 "sp-state-machine 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
2916 "sp-storage",2950 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
2917 "sp-trie",2951 "sp-trie 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
2918 "tempfile",2952 "tempfile",
2919 "thousands",2953 "thousands",
2920]2954]
2936source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"2970source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
2937dependencies = [2971dependencies = [
2938 "frame-election-provider-solution-type",2972 "frame-election-provider-solution-type",
2939 "frame-support",2973 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
2940 "frame-system",2974 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
2941 "parity-scale-codec",2975 "parity-scale-codec 3.1.2",
2942 "scale-info",2976 "scale-info",
2943 "sp-arithmetic",2977 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
2944 "sp-npos-elections",2978 "sp-npos-elections",
2945 "sp-runtime",2979 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
2946 "sp-std",2980 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
2947]2981]
29482982
2949[[package]]2983[[package]]
2950name = "frame-executive"2984name = "frame-executive"
2951version = "4.0.0-dev"2985version = "4.0.0-dev"
2952source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"2986source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
2953dependencies = [2987dependencies = [
2954 "frame-support",2988 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
2955 "frame-system",2989 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
2956 "parity-scale-codec",2990 "parity-scale-codec 3.1.2",
2957 "scale-info",2991 "scale-info",
2958 "sp-core",2992 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
2959 "sp-io",2993 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
2960 "sp-runtime",2994 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
2961 "sp-std",2995 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
2962 "sp-tracing",2996 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
2963]2997]
29642998
2965[[package]]2999[[package]]
2969checksum = "df6bb8542ef006ef0de09a5c4420787d79823c0ed7924225822362fd2bf2ff2d"3003checksum = "df6bb8542ef006ef0de09a5c4420787d79823c0ed7924225822362fd2bf2ff2d"
2970dependencies = [3004dependencies = [
2971 "cfg-if 1.0.0",3005 "cfg-if 1.0.0",
2972 "parity-scale-codec",3006 "parity-scale-codec 3.1.2",
2973 "scale-info",3007 "scale-info",
2974 "serde",3008 "serde",
2975]3009]
29763010
2977[[package]]3011[[package]]
2978name = "frame-support"3012name = "frame-support"
2979version = "4.0.0-dev"3013version = "4.0.0-dev"
3014source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
3015dependencies = [
3016 "bitflags",
3017 "frame-metadata",
3018 "frame-support-procedural 4.0.0-dev (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
3019 "impl-trait-for-tuples",
3020 "log",
3021 "once_cell",
3022 "parity-scale-codec 3.1.2",
3023 "paste",
3024 "scale-info",
3025 "serde",
3026 "smallvec",
3027 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
3028 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
3029 "sp-core-hashing-proc-macro 5.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
3030 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
3031 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
3032 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
3033 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
3034 "sp-state-machine 0.12.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
3035 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
3036 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
3037 "tt-call",
3038]
3039
3040[[package]]
3041name = "frame-support"
3042version = "4.0.0-dev"
2980source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"3043source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
2981dependencies = [3044dependencies = [
2982 "bitflags",3045 "bitflags",
2983 "frame-metadata",3046 "frame-metadata",
2984 "frame-support-procedural",3047 "frame-support-procedural 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
2985 "impl-trait-for-tuples",3048 "impl-trait-for-tuples",
2986 "log",3049 "log",
2987 "once_cell",3050 "once_cell",
2988 "parity-scale-codec",3051 "parity-scale-codec 3.1.2",
2989 "paste",3052 "paste",
2990 "scale-info",3053 "scale-info",
2991 "serde",3054 "serde",
2992 "smallvec",3055 "smallvec",
2993 "sp-arithmetic",3056 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
2994 "sp-core",3057 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
2995 "sp-core-hashing-proc-macro",3058 "sp-core-hashing-proc-macro 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
2996 "sp-inherents",3059 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
2997 "sp-io",3060 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
2998 "sp-runtime",3061 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
2999 "sp-staking",3062 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
3000 "sp-state-machine",3063 "sp-state-machine 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
3001 "sp-std",3064 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
3002 "sp-tracing",3065 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
3003 "tt-call",3066 "tt-call",
3004]3067]
30053068
3006[[package]]3069[[package]]
3007name = "frame-support-procedural"3070name = "frame-support-procedural"
3008version = "4.0.0-dev"3071version = "4.0.0-dev"
3072source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
3073dependencies = [
3074 "Inflector",
3075 "frame-support-procedural-tools 4.0.0-dev (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
3076 "proc-macro2",
3077 "quote",
3078 "syn",
3079]
3080
3081[[package]]
3082name = "frame-support-procedural"
3083version = "4.0.0-dev"
3009source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"3084source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
3010dependencies = [3085dependencies = [
3011 "Inflector",3086 "Inflector",
3012 "frame-support-procedural-tools",3087 "frame-support-procedural-tools 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
3013 "proc-macro2",3088 "proc-macro2",
3014 "quote",3089 "quote",
3015 "syn",3090 "syn",
3018[[package]]3093[[package]]
3019name = "frame-support-procedural-tools"3094name = "frame-support-procedural-tools"
3020version = "4.0.0-dev"3095version = "4.0.0-dev"
3096source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
3097dependencies = [
3098 "frame-support-procedural-tools-derive 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
3099 "proc-macro-crate 1.1.3",
3100 "proc-macro2",
3101 "quote",
3102 "syn",
3103]
3104
3105[[package]]
3106name = "frame-support-procedural-tools"
3107version = "4.0.0-dev"
3021source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"3108source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
3022dependencies = [3109dependencies = [
3023 "frame-support-procedural-tools-derive",3110 "frame-support-procedural-tools-derive 3.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
3024 "proc-macro-crate 1.1.3",3111 "proc-macro-crate 1.1.3",
3025 "proc-macro2",3112 "proc-macro2",
3026 "quote",3113 "quote",
3030[[package]]3117[[package]]
3031name = "frame-support-procedural-tools-derive"3118name = "frame-support-procedural-tools-derive"
3032version = "3.0.0"3119version = "3.0.0"
3120source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
3121dependencies = [
3122 "proc-macro2",
3123 "quote",
3124 "syn",
3125]
3126
3127[[package]]
3128name = "frame-support-procedural-tools-derive"
3129version = "3.0.0"
3033source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"3130source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
3034dependencies = [3131dependencies = [
3035 "proc-macro2",3132 "proc-macro2",
3040[[package]]3137[[package]]
3041name = "frame-system"3138name = "frame-system"
3042version = "4.0.0-dev"3139version = "4.0.0-dev"
3140source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
3141dependencies = [
3142 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
3143 "log",
3144 "parity-scale-codec 3.1.2",
3145 "scale-info",
3146 "serde",
3147 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
3148 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
3149 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
3150 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
3151 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
3152]
3153
3154[[package]]
3155name = "frame-system"
3156version = "4.0.0-dev"
3043source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"3157source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
3044dependencies = [3158dependencies = [
3045 "frame-support",3159 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
3046 "log",3160 "log",
3047 "parity-scale-codec",3161 "parity-scale-codec 3.1.2",
3048 "scale-info",3162 "scale-info",
3049 "serde",3163 "serde",
3050 "sp-core",3164 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
3051 "sp-io",3165 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
3052 "sp-runtime",3166 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
3053 "sp-std",3167 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
3054 "sp-version",3168 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
3055]3169]
30563170
3057[[package]]3171[[package]]
3058name = "frame-system-benchmarking"3172name = "frame-system-benchmarking"
3059version = "4.0.0-dev"3173version = "4.0.0-dev"
3060source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"3174source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
3061dependencies = [3175dependencies = [
3062 "frame-benchmarking",3176 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
3063 "frame-support",3177 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
3064 "frame-system",3178 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
3065 "parity-scale-codec",3179 "parity-scale-codec 3.1.2",
3066 "scale-info",3180 "scale-info",
3067 "sp-core",3181 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
3068 "sp-runtime",3182 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
3069 "sp-std",3183 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
3070]3184]
30713185
3072[[package]]3186[[package]]
3073name = "frame-system-rpc-runtime-api"3187name = "frame-system-rpc-runtime-api"
3074version = "4.0.0-dev"3188version = "4.0.0-dev"
3075source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"3189source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
3076dependencies = [3190dependencies = [
3077 "parity-scale-codec",3191 "parity-scale-codec 3.1.2",
3078 "sp-api",3192 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
3079]3193]
30803194
3081[[package]]3195[[package]]
3082name = "frame-try-runtime"3196name = "frame-try-runtime"
3083version = "0.10.0-dev"3197version = "0.10.0-dev"
3084source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"3198source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
3085dependencies = [3199dependencies = [
3086 "frame-support",3200 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
3087 "sp-api",3201 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
3088 "sp-runtime",3202 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
3089 "sp-std",3203 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
3090]3204]
30913205
3092[[package]]3206[[package]]
31413255
3142[[package]]3256[[package]]
3143name = "funty"3257name = "funty"
3258version = "1.1.0"
3259source = "registry+https://github.com/rust-lang/crates.io-index"
3260checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"
3261
3262[[package]]
3263name = "funty"
3144version = "2.0.0"3264version = "2.0.0"
3145source = "registry+https://github.com/rust-lang/crates.io-index"3265source = "registry+https://github.com/rust-lang/crates.io-index"
3146checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"3266checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
3394 "http",3514 "http",
3395 "indexmap",3515 "indexmap",
3396 "slab",3516 "slab",
3397 "tokio 1.18.1",3517 "tokio 1.18.2",
3398 "tokio-util 0.7.1",3518 "tokio-util 0.7.2",
3399 "tracing",3519 "tracing",
3400]3520]
34013521
3402[[package]]3522[[package]]
3403name = "handlebars"3523name = "handlebars"
3404version = "4.2.2"3524version = "4.3.0"
3405source = "registry+https://github.com/rust-lang/crates.io-index"3525source = "registry+https://github.com/rust-lang/crates.io-index"
3406checksum = "99d6a30320f094710245150395bc763ad23128d6a1ebbad7594dc4164b62c56b"3526checksum = "d113a9853e5accd30f43003560b5563ffbb007e3f325e8b103fa0d0029c6e6df"
3407dependencies = [3527dependencies = [
3408 "log",3528 "log",
3409 "pest",3529 "pest",
3410 "pest_derive",3530 "pest_derive",
3411 "quick-error 2.0.1",
3412 "serde",3531 "serde",
3413 "serde_json",3532 "serde_json",
3533 "thiserror",
3414]3534]
34153535
3416[[package]]3536[[package]]
3538dependencies = [3658dependencies = [
3539 "bytes 1.1.0",3659 "bytes 1.1.0",
3540 "fnv",3660 "fnv",
3541 "itoa 1.0.1",3661 "itoa 1.0.2",
3542]3662]
35433663
3544[[package]]3664[[package]]
3585 "http-body",3705 "http-body",
3586 "httparse",3706 "httparse",
3587 "httpdate",3707 "httpdate",
3588 "itoa 1.0.1",3708 "itoa 1.0.2",
3589 "pin-project-lite 0.2.9",3709 "pin-project-lite 0.2.9",
3590 "socket2 0.4.4",3710 "socket2 0.4.4",
3591 "tokio 1.18.1",3711 "tokio 1.18.2",
3592 "tower-service",3712 "tower-service",
3593 "tracing",3713 "tracing",
3594 "want",3714 "want",
3606 "log",3726 "log",
3607 "rustls 0.19.1",3727 "rustls 0.19.1",
3608 "rustls-native-certs 0.5.0",3728 "rustls-native-certs 0.5.0",
3609 "tokio 1.18.1",3729 "tokio 1.18.2",
3610 "tokio-rustls 0.22.0",3730 "tokio-rustls 0.22.0",
3611 "webpki 0.21.4",3731 "webpki 0.21.4",
3612]3732]
3620 "http",3740 "http",
3621 "hyper",3741 "hyper",
3622 "log",3742 "log",
3623 "rustls 0.20.4",3743 "rustls 0.20.6",
3624 "rustls-native-certs 0.6.2",3744 "rustls-native-certs 0.6.2",
3625 "tokio 1.18.1",3745 "tokio 1.18.2",
3626 "tokio-rustls 0.23.4",3746 "tokio-rustls 0.23.4",
3627 "webpki-roots 0.22.3",3747 "webpki-roots 0.22.3",
3628]3748]
3698source = "registry+https://github.com/rust-lang/crates.io-index"3818source = "registry+https://github.com/rust-lang/crates.io-index"
3699checksum = "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f"3819checksum = "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f"
3700dependencies = [3820dependencies = [
3701 "parity-scale-codec",3821 "parity-scale-codec 3.1.2",
3702]3822]
37033823
3704[[package]]3824[[package]]
38213941
3822[[package]]3942[[package]]
3823name = "itoa"3943name = "itoa"
3824version = "1.0.1"3944version = "1.0.2"
3825source = "registry+https://github.com/rust-lang/crates.io-index"3945source = "registry+https://github.com/rust-lang/crates.io-index"
3826checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"3946checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"
38273947
3828[[package]]3948[[package]]
3829name = "jobserver"3949name = "jobserver"
3954 "jsonrpc-core",4074 "jsonrpc-core",
3955 "lazy_static",4075 "lazy_static",
3956 "log",4076 "log",
3957 "tokio 1.18.1",4077 "tokio 1.18.2",
3958 "tokio-stream",4078 "tokio-stream",
3959 "tokio-util 0.6.9",4079 "tokio-util 0.6.10",
3960 "unicase",4080 "unicase",
3961]4081]
39624082
4002 "rustls-native-certs 0.6.2",4122 "rustls-native-certs 0.6.2",
4003 "soketto",4123 "soketto",
4004 "thiserror",4124 "thiserror",
4005 "tokio 1.18.1",4125 "tokio 1.18.2",
4006 "tokio-rustls 0.23.4",4126 "tokio-rustls 0.23.4",
4007 "tokio-util 0.7.1",4127 "tokio-util 0.7.2",
4008 "tracing",4128 "tracing",
4009 "webpki-roots 0.22.3",4129 "webpki-roots 0.22.3",
4010]4130]
4028 "serde_json",4148 "serde_json",
4029 "soketto",4149 "soketto",
4030 "thiserror",4150 "thiserror",
4031 "tokio 1.18.1",4151 "tokio 1.18.2",
4032 "tracing",4152 "tracing",
4033]4153]
40344154
4047 "serde",4167 "serde",
4048 "serde_json",4168 "serde_json",
4049 "thiserror",4169 "thiserror",
4050 "tokio 1.18.1",4170 "tokio 1.18.2",
4051 "tracing",4171 "tracing",
4052]4172]
40534173
4122source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"4242source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"
4123dependencies = [4243dependencies = [
4124 "beefy-primitives",4244 "beefy-primitives",
4125 "bitvec",4245 "bitvec 1.0.0",
4126 "frame-benchmarking",4246 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
4127 "frame-election-provider-support",4247 "frame-election-provider-support",
4128 "frame-executive",4248 "frame-executive",
4129 "frame-support",4249 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
4130 "frame-system",4250 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
4131 "frame-system-benchmarking",4251 "frame-system-benchmarking",
4132 "frame-system-rpc-runtime-api",4252 "frame-system-rpc-runtime-api",
4133 "frame-try-runtime",4253 "frame-try-runtime",
4138 "pallet-authorship",4258 "pallet-authorship",
4139 "pallet-babe",4259 "pallet-babe",
4140 "pallet-bags-list",4260 "pallet-bags-list",
4141 "pallet-balances",4261 "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
4142 "pallet-bounties",4262 "pallet-bounties",
4143 "pallet-child-bounties",4263 "pallet-child-bounties",
4144 "pallet-collective",4264 "pallet-collective",
4174 "pallet-vesting",4294 "pallet-vesting",
4175 "pallet-xcm",4295 "pallet-xcm",
4176 "pallet-xcm-benchmarks",4296 "pallet-xcm-benchmarks",
4177 "parity-scale-codec",4297 "parity-scale-codec 3.1.2",
4178 "polkadot-primitives",4298 "polkadot-primitives",
4179 "polkadot-runtime-common",4299 "polkadot-runtime-common",
4180 "polkadot-runtime-parachains",4300 "polkadot-runtime-parachains",
4183 "serde",4303 "serde",
4184 "serde_derive",4304 "serde_derive",
4185 "smallvec",4305 "smallvec",
4186 "sp-api",4306 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
4187 "sp-arithmetic",4307 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
4188 "sp-authority-discovery",4308 "sp-authority-discovery",
4189 "sp-block-builder",4309 "sp-block-builder",
4190 "sp-consensus-babe",4310 "sp-consensus-babe",
4191 "sp-core",4311 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
4192 "sp-inherents",4312 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
4193 "sp-io",4313 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
4194 "sp-mmr-primitives",4314 "sp-mmr-primitives",
4195 "sp-npos-elections",4315 "sp-npos-elections",
4196 "sp-offchain",4316 "sp-offchain",
4197 "sp-runtime",4317 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
4198 "sp-session",4318 "sp-session",
4199 "sp-staking",4319 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
4200 "sp-std",4320 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
4201 "sp-transaction-pool",4321 "sp-transaction-pool",
4202 "sp-version",4322 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
4203 "static_assertions",4323 "static_assertions",
4204 "substrate-wasm-builder",4324 "substrate-wasm-builder",
4205 "xcm",4325 "xcm",
4212version = "0.9.21"4332version = "0.9.21"
4213source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"4333source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"
4214dependencies = [4334dependencies = [
4215 "frame-support",4335 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
4216 "polkadot-primitives",4336 "polkadot-primitives",
4217 "polkadot-runtime-common",4337 "polkadot-runtime-common",
4218 "smallvec",4338 "smallvec",
4219 "sp-runtime",4339 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
4220]4340]
42214341
4222[[package]]4342[[package]]
42814401
4282[[package]]4402[[package]]
4283name = "libc"4403name = "libc"
4284version = "0.2.125"4404version = "0.2.126"
4285source = "registry+https://github.com/rust-lang/crates.io-index"4405source = "registry+https://github.com/rust-lang/crates.io-index"
4286checksum = "5916d2ae698f6de9bfb891ad7a8d65c09d232dc58cc4ac433c7da3b2fd84bc2b"4406checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
42874407
4288[[package]]4408[[package]]
4289name = "libloading"4409name = "libloading"
5126 "kernel32-sys",5246 "kernel32-sys",
5127 "libc",5247 "libc",
5128 "log",5248 "log",
5129 "miow 0.2.2",5249 "miow",
5130 "net2",5250 "net2",
5131 "slab",5251 "slab",
5132 "winapi 0.2.8",5252 "winapi 0.2.8",
5133]5253]
51345254
5135[[package]]5255[[package]]
5136name = "mio"5256name = "mio"
5137version = "0.8.2"5257version = "0.8.3"
5138source = "registry+https://github.com/rust-lang/crates.io-index"5258source = "registry+https://github.com/rust-lang/crates.io-index"
5139checksum = "52da4364ffb0e4fe33a9841a98a3f3014fb964045ce4f7a45a398243c8d6b0c9"5259checksum = "713d550d9b44d89174e066b7a6217ae06234c10cb47819a88290d2b353c31799"
5140dependencies = [5260dependencies = [
5141 "libc",5261 "libc",
5142 "log",5262 "log",
5143 "miow 0.3.7",
5144 "ntapi",
5145 "wasi 0.11.0+wasi-snapshot-preview1",5263 "wasi 0.11.0+wasi-snapshot-preview1",
5146 "winapi 0.3.9",5264 "windows-sys",
5147]5265]
51485266
5149[[package]]5267[[package]]
5171]5289]
51725290
5173[[package]]5291[[package]]
5174name = "miow"
5175version = "0.3.7"
5176source = "registry+https://github.com/rust-lang/crates.io-index"
5177checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
5178dependencies = [
5179 "winapi 0.3.9",
5180]
5181
5182[[package]]
5183name = "more-asserts"5292name = "more-asserts"
5184version = "0.2.2"5293version = "0.2.2"
5185source = "registry+https://github.com/rust-lang/crates.io-index"5294source = "registry+https://github.com/rust-lang/crates.io-index"
5356]5465]
53575466
5358[[package]]5467[[package]]
5359name = "ntapi"
5360version = "0.3.7"
5361source = "registry+https://github.com/rust-lang/crates.io-index"
5362checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f"
5363dependencies = [
5364 "winapi 0.3.9",
5365]
5366
5367[[package]]
5368name = "num-bigint"5468name = "num-bigint"
5369version = "0.2.6"5469version = "0.2.6"
5370source = "registry+https://github.com/rust-lang/crates.io-index"5470source = "registry+https://github.com/rust-lang/crates.io-index"
54605560
5461[[package]]5561[[package]]
5462name = "object"5562name = "object"
5463version = "0.28.3"5563version = "0.28.4"
5464source = "registry+https://github.com/rust-lang/crates.io-index"5564source = "registry+https://github.com/rust-lang/crates.io-index"
5465checksum = "40bec70ba014595f99f7aa110b84331ffe1ee9aece7fe6f387cc7e3ecda4d456"5565checksum = "e42c982f2d955fac81dd7e1d0e1426a7d702acd9c98d19ab01083a6a0328c424"
5466dependencies = [5566dependencies = [
5467 "memchr",5567 "memchr",
5468]5568]
5489 "fp-evm-mapping",5589 "fp-evm-mapping",
5490 "fp-rpc",5590 "fp-rpc",
5491 "fp-self-contained",5591 "fp-self-contained",
5492 "frame-benchmarking",5592 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5493 "frame-executive",5593 "frame-executive",
5494 "frame-support",5594 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5495 "frame-system",5595 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5496 "frame-system-benchmarking",5596 "frame-system-benchmarking",
5497 "frame-system-rpc-runtime-api",5597 "frame-system-rpc-runtime-api",
5498 "frame-try-runtime",5598 "frame-try-runtime",
5499 "hex-literal",5599 "hex-literal",
5500 "log",5600 "log",
5501 "orml-vesting",5601 "orml-vesting",
5502 "pallet-aura",5602 "pallet-aura",
5503 "pallet-balances",5603 "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5504 "pallet-base-fee",5604 "pallet-base-fee",
5505 "pallet-common",5605 "pallet-common",
5506 "pallet-ethereum",5606 "pallet-ethereum",
5525 "pallet-unq-scheduler",5625 "pallet-unq-scheduler",
5526 "pallet-xcm",5626 "pallet-xcm",
5527 "parachain-info",5627 "parachain-info",
5528 "parity-scale-codec",5628 "parity-scale-codec 3.1.2",
5529 "polkadot-parachain",5629 "polkadot-parachain",
5630 "rmrk-rpc",
5530 "scale-info",5631 "scale-info",
5531 "serde",5632 "serde",
5532 "smallvec",5633 "smallvec",
5533 "sp-api",5634 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5534 "sp-arithmetic",5635 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5535 "sp-block-builder",5636 "sp-block-builder",
5536 "sp-consensus-aura",5637 "sp-consensus-aura",
5537 "sp-core",5638 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5538 "sp-inherents",5639 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5539 "sp-io",5640 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5540 "sp-offchain",5641 "sp-offchain",
5541 "sp-runtime",5642 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5542 "sp-session",5643 "sp-session",
5543 "sp-std",5644 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5544 "sp-transaction-pool",5645 "sp-transaction-pool",
5545 "sp-version",5646 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5546 "substrate-wasm-builder",5647 "substrate-wasm-builder",
5547 "unique-runtime-common",5648 "unique-runtime-common",
5548 "up-data-structs",5649 "up-data-structs",
5607version = "0.4.1-dev"5708version = "0.4.1-dev"
5608source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=unique-polkadot-v0.9.21#ab76865610924c07212a9dc788a45d659c603a4a"5709source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=unique-polkadot-v0.9.21#ab76865610924c07212a9dc788a45d659c603a4a"
5609dependencies = [5710dependencies = [
5610 "frame-support",5711 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5611 "frame-system",5712 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5612 "parity-scale-codec",5713 "parity-scale-codec 3.1.2",
5613 "scale-info",5714 "scale-info",
5614 "serde",5715 "serde",
5615 "sp-io",5716 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5616 "sp-runtime",5717 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5617 "sp-std",5718 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5618]5719]
56195720
5620[[package]]5721[[package]]
5621name = "os_str_bytes"5722name = "os_str_bytes"
5622version = "6.0.0"5723version = "6.0.1"
5623source = "registry+https://github.com/rust-lang/crates.io-index"5724source = "registry+https://github.com/rust-lang/crates.io-index"
5624checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"5725checksum = "029d8d0b2f198229de29dca79676f2738ff952edf3fde542eb8bf94d8c21b435"
56255726
5626[[package]]5727[[package]]
5627name = "owning_ref"5728name = "owning_ref"
5637version = "4.0.0-dev"5738version = "4.0.0-dev"
5638source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5739source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
5639dependencies = [5740dependencies = [
5640 "frame-support",5741 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5641 "frame-system",5742 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5642 "pallet-timestamp",5743 "pallet-timestamp",
5643 "parity-scale-codec",5744 "parity-scale-codec 3.1.2",
5644 "scale-info",5745 "scale-info",
5645 "sp-application-crypto",5746 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5646 "sp-consensus-aura",5747 "sp-consensus-aura",
5647 "sp-runtime",5748 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5648 "sp-std",5749 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5649]5750]
56505751
5651[[package]]5752[[package]]
5652name = "pallet-authority-discovery"5753name = "pallet-authority-discovery"
5653version = "4.0.0-dev"5754version = "4.0.0-dev"
5654source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5755source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
5655dependencies = [5756dependencies = [
5656 "frame-support",5757 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5657 "frame-system",5758 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5658 "pallet-session",5759 "pallet-session",
5659 "parity-scale-codec",5760 "parity-scale-codec 3.1.2",
5660 "scale-info",5761 "scale-info",
5661 "sp-application-crypto",5762 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5662 "sp-authority-discovery",5763 "sp-authority-discovery",
5663 "sp-runtime",5764 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5664 "sp-std",5765 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5665]5766]
56665767
5667[[package]]5768[[package]]
5668name = "pallet-authorship"5769name = "pallet-authorship"
5669version = "4.0.0-dev"5770version = "4.0.0-dev"
5670source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5771source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
5671dependencies = [5772dependencies = [
5672 "frame-support",5773 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5673 "frame-system",5774 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5674 "impl-trait-for-tuples",5775 "impl-trait-for-tuples",
5675 "parity-scale-codec",5776 "parity-scale-codec 3.1.2",
5676 "scale-info",5777 "scale-info",
5677 "sp-authorship",5778 "sp-authorship",
5678 "sp-runtime",5779 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5679 "sp-std",5780 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5680]5781]
56815782
5682[[package]]5783[[package]]
5683name = "pallet-babe"5784name = "pallet-babe"
5684version = "4.0.0-dev"5785version = "4.0.0-dev"
5685source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5786source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
5686dependencies = [5787dependencies = [
5687 "frame-benchmarking",5788 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5688 "frame-support",5789 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5689 "frame-system",5790 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5690 "log",5791 "log",
5691 "pallet-authorship",5792 "pallet-authorship",
5692 "pallet-session",5793 "pallet-session",
5693 "pallet-timestamp",5794 "pallet-timestamp",
5694 "parity-scale-codec",5795 "parity-scale-codec 3.1.2",
5695 "scale-info",5796 "scale-info",
5696 "sp-application-crypto",5797 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5697 "sp-consensus-babe",5798 "sp-consensus-babe",
5698 "sp-consensus-vrf",5799 "sp-consensus-vrf",
5699 "sp-io",5800 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5700 "sp-runtime",5801 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5701 "sp-session",5802 "sp-session",
5702 "sp-staking",5803 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5703 "sp-std",5804 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5704]5805]
57055806
5706[[package]]5807[[package]]
5707name = "pallet-bags-list"5808name = "pallet-bags-list"
5708version = "4.0.0-dev"5809version = "4.0.0-dev"
5709source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5810source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
5710dependencies = [5811dependencies = [
5711 "frame-benchmarking",5812 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5712 "frame-election-provider-support",5813 "frame-election-provider-support",
5713 "frame-support",5814 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5714 "frame-system",5815 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5715 "log",5816 "log",
5716 "pallet-balances",5817 "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5717 "parity-scale-codec",5818 "parity-scale-codec 3.1.2",
5718 "scale-info",5819 "scale-info",
5719 "sp-core",5820 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5720 "sp-io",5821 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5721 "sp-runtime",5822 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5722 "sp-std",5823 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5723 "sp-tracing",5824 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5724]5825]
57255826
5726[[package]]5827[[package]]
5727name = "pallet-balances"5828name = "pallet-balances"
5728version = "4.0.0-dev"5829version = "4.0.0-dev"
5830source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
5831dependencies = [
5832 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
5833 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
5834 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
5835 "log",
5836 "parity-scale-codec 3.1.2",
5837 "scale-info",
5838 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
5839 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
5840]
5841
5842[[package]]
5843name = "pallet-balances"
5844version = "4.0.0-dev"
5729source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5845source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
5730dependencies = [5846dependencies = [
5731 "frame-benchmarking",5847 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5732 "frame-support",5848 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5733 "frame-system",5849 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5734 "log",5850 "log",
5735 "parity-scale-codec",5851 "parity-scale-codec 3.1.2",
5736 "scale-info",5852 "scale-info",
5737 "sp-runtime",5853 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5738 "sp-std",5854 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5739]5855]
57405856
5741[[package]]5857[[package]]
5744source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21-logs#79cd4c4cf29106c431facd6779783fc887b21475"5860source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21-logs#79cd4c4cf29106c431facd6779783fc887b21475"
5745dependencies = [5861dependencies = [
5746 "fp-evm",5862 "fp-evm",
5747 "frame-support",5863 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5748 "frame-system",5864 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5749 "parity-scale-codec",5865 "parity-scale-codec 3.1.2",
5750 "scale-info",5866 "scale-info",
5751 "serde",5867 "serde",
5752 "sp-core",5868 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5753 "sp-runtime",5869 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5754]5870]
57555871
5756[[package]]5872[[package]]
5759source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5875source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
5760dependencies = [5876dependencies = [
5761 "beefy-primitives",5877 "beefy-primitives",
5762 "frame-support",5878 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5763 "frame-system",5879 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5764 "pallet-session",5880 "pallet-session",
5765 "parity-scale-codec",5881 "parity-scale-codec 3.1.2",
5766 "scale-info",5882 "scale-info",
5767 "serde",5883 "serde",
5768 "sp-runtime",5884 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5769 "sp-std",5885 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5770]5886]
57715887
5772[[package]]5888[[package]]
5776dependencies = [5892dependencies = [
5777 "beefy-merkle-tree",5893 "beefy-merkle-tree",
5778 "beefy-primitives",5894 "beefy-primitives",
5779 "frame-support",5895 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5780 "frame-system",5896 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5781 "hex",5897 "hex",
5782 "k256",5898 "k256",
5783 "log",5899 "log",
5784 "pallet-beefy",5900 "pallet-beefy",
5785 "pallet-mmr",5901 "pallet-mmr",
5786 "pallet-session",5902 "pallet-session",
5787 "parity-scale-codec",5903 "parity-scale-codec 3.1.2",
5788 "scale-info",5904 "scale-info",
5789 "serde",5905 "serde",
5790 "sp-core",5906 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5791 "sp-io",5907 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5792 "sp-runtime",5908 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5793 "sp-std",5909 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5794]5910]
57955911
5796[[package]]5912[[package]]
5797name = "pallet-bounties"5913name = "pallet-bounties"
5798version = "4.0.0-dev"5914version = "4.0.0-dev"
5799source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5915source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
5800dependencies = [5916dependencies = [
5801 "frame-benchmarking",5917 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5802 "frame-support",5918 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5803 "frame-system",5919 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5804 "log",5920 "log",
5805 "pallet-treasury",5921 "pallet-treasury",
5806 "parity-scale-codec",5922 "parity-scale-codec 3.1.2",
5807 "scale-info",5923 "scale-info",
5808 "sp-core",5924 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5809 "sp-io",5925 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5810 "sp-runtime",5926 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5811 "sp-std",5927 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5812]5928]
58135929
5814[[package]]5930[[package]]
5818dependencies = [5934dependencies = [
5819 "bp-message-dispatch",5935 "bp-message-dispatch",
5820 "bp-runtime",5936 "bp-runtime",
5821 "frame-support",5937 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5822 "frame-system",5938 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5823 "log",5939 "log",
5824 "parity-scale-codec",5940 "parity-scale-codec 3.1.2",
5825 "scale-info",5941 "scale-info",
5826 "sp-core",5942 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5827 "sp-runtime",5943 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5828 "sp-std",5944 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5829]5945]
58305946
5831[[package]]5947[[package]]
5837 "bp-runtime",5953 "bp-runtime",
5838 "bp-test-utils",5954 "bp-test-utils",
5839 "finality-grandpa",5955 "finality-grandpa",
5840 "frame-support",5956 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5841 "frame-system",5957 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5842 "log",5958 "log",
5843 "num-traits",5959 "num-traits",
5844 "parity-scale-codec",5960 "parity-scale-codec 3.1.2",
5845 "scale-info",5961 "scale-info",
5846 "serde",5962 "serde",
5847 "sp-finality-grandpa",5963 "sp-finality-grandpa",
5848 "sp-runtime",5964 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5849 "sp-std",5965 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5850 "sp-trie",5966 "sp-trie 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5851]5967]
58525968
5853[[package]]5969[[package]]
5854name = "pallet-bridge-messages"5970name = "pallet-bridge-messages"
5855version = "0.1.0"5971version = "0.1.0"
5856source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"5972source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"
5857dependencies = [5973dependencies = [
5858 "bitvec",5974 "bitvec 1.0.0",
5859 "bp-message-dispatch",5975 "bp-message-dispatch",
5860 "bp-messages",5976 "bp-messages",
5861 "bp-runtime",5977 "bp-runtime",
5862 "frame-support",5978 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5863 "frame-system",5979 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5864 "log",5980 "log",
5865 "num-traits",5981 "num-traits",
5866 "parity-scale-codec",5982 "parity-scale-codec 3.1.2",
5867 "scale-info",5983 "scale-info",
5868 "serde",5984 "serde",
5869 "sp-core",5985 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5870 "sp-runtime",5986 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5871 "sp-std",5987 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5872]5988]
58735989
5874[[package]]5990[[package]]
5875name = "pallet-child-bounties"5991name = "pallet-child-bounties"
5876version = "4.0.0-dev"5992version = "4.0.0-dev"
5877source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5993source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
5878dependencies = [5994dependencies = [
5879 "frame-benchmarking",5995 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5880 "frame-support",5996 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5881 "frame-system",5997 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5882 "log",5998 "log",
5883 "pallet-bounties",5999 "pallet-bounties",
5884 "pallet-treasury",6000 "pallet-treasury",
5885 "parity-scale-codec",6001 "parity-scale-codec 3.1.2",
5886 "scale-info",6002 "scale-info",
5887 "sp-core",6003 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5888 "sp-io",6004 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5889 "sp-runtime",6005 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5890 "sp-std",6006 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5891]6007]
58926008
5893[[package]]6009[[package]]
5894name = "pallet-collective"6010name = "pallet-collective"
5895version = "4.0.0-dev"6011version = "4.0.0-dev"
5896source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6012source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
5897dependencies = [6013dependencies = [
5898 "frame-benchmarking",6014 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5899 "frame-support",6015 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5900 "frame-system",6016 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5901 "log",6017 "log",
5902 "parity-scale-codec",6018 "parity-scale-codec 3.1.2",
5903 "scale-info",6019 "scale-info",
5904 "sp-core",6020 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5905 "sp-io",6021 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5906 "sp-runtime",6022 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5907 "sp-std",6023 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5908]6024]
59096025
5910[[package]]6026[[package]]
5913dependencies = [6029dependencies = [
5914 "evm-coder",6030 "evm-coder",
5915 "fp-evm-mapping",6031 "fp-evm-mapping",
5916 "frame-support",6032 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5917 "frame-system",6033 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5918 "pallet-evm",6034 "pallet-evm",
5919 "pallet-evm-coder-substrate",6035 "pallet-evm-coder-substrate",
5920 "parity-scale-codec",6036 "parity-scale-codec 3.1.2",
5921 "scale-info",6037 "scale-info",
5922 "serde",6038 "serde",
5923 "sp-core",6039 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5924 "sp-runtime",6040 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5925 "sp-std",6041 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5926 "up-data-structs",6042 "up-data-structs",
5927]6043]
59286044
5931version = "4.0.0-dev"6047version = "4.0.0-dev"
5932source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6048source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
5933dependencies = [6049dependencies = [
5934 "frame-benchmarking",6050 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5935 "frame-support",6051 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5936 "frame-system",6052 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5937 "parity-scale-codec",6053 "parity-scale-codec 3.1.2",
5938 "scale-info",6054 "scale-info",
5939 "serde",6055 "serde",
5940 "sp-io",6056 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5941 "sp-runtime",6057 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5942 "sp-std",6058 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5943]6059]
59446060
5945[[package]]6061[[package]]
5946name = "pallet-election-provider-multi-phase"6062name = "pallet-election-provider-multi-phase"
5947version = "4.0.0-dev"6063version = "4.0.0-dev"
5948source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6064source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
5949dependencies = [6065dependencies = [
5950 "frame-benchmarking",6066 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5951 "frame-election-provider-support",6067 "frame-election-provider-support",
5952 "frame-support",6068 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5953 "frame-system",6069 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5954 "log",6070 "log",
5955 "parity-scale-codec",6071 "parity-scale-codec 3.1.2",
5956 "rand 0.7.3",6072 "rand 0.7.3",
5957 "scale-info",6073 "scale-info",
5958 "sp-arithmetic",6074 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5959 "sp-core",6075 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5960 "sp-io",6076 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5961 "sp-npos-elections",6077 "sp-npos-elections",
5962 "sp-runtime",6078 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5963 "sp-std",6079 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5964 "static_assertions",6080 "static_assertions",
5965 "strum 0.23.0",6081 "strum 0.23.0",
5966]6082]
5970version = "4.0.0-dev"6086version = "4.0.0-dev"
5971source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6087source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
5972dependencies = [6088dependencies = [
5973 "frame-benchmarking",6089 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5974 "frame-election-provider-support",6090 "frame-election-provider-support",
5975 "frame-system",6091 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5976 "parity-scale-codec",6092 "parity-scale-codec 3.1.2",
5977 "sp-npos-elections",6093 "sp-npos-elections",
5978 "sp-runtime",6094 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5979]6095]
59806096
5981[[package]]6097[[package]]
5982name = "pallet-elections-phragmen"6098name = "pallet-elections-phragmen"
5983version = "5.0.0-dev"6099version = "5.0.0-dev"
5984source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6100source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
5985dependencies = [6101dependencies = [
5986 "frame-benchmarking",6102 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5987 "frame-support",6103 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5988 "frame-system",6104 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5989 "log",6105 "log",
5990 "parity-scale-codec",6106 "parity-scale-codec 3.1.2",
5991 "scale-info",6107 "scale-info",
5992 "sp-core",6108 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5993 "sp-io",6109 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5994 "sp-npos-elections",6110 "sp-npos-elections",
5995 "sp-runtime",6111 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5996 "sp-std",6112 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
5997]6113]
59986114
5999[[package]]6115[[package]]
6010 "fp-rpc",6126 "fp-rpc",
6011 "fp-self-contained",6127 "fp-self-contained",
6012 "fp-storage",6128 "fp-storage",
6013 "frame-support",6129 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6014 "frame-system",6130 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6015 "log",6131 "log",
6016 "pallet-balances",6132 "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6017 "pallet-evm",6133 "pallet-evm",
6018 "pallet-timestamp",6134 "pallet-timestamp",
6019 "parity-scale-codec",6135 "parity-scale-codec 3.1.2",
6020 "rlp",6136 "rlp",
6021 "scale-info",6137 "scale-info",
6022 "serde",6138 "serde",
6023 "sha3 0.10.1",6139 "sha3 0.10.1",
6024 "sp-io",6140 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6025 "sp-runtime",6141 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6026 "sp-std",6142 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6027]6143]
60286144
6029[[package]]6145[[package]]
6034 "evm",6150 "evm",
6035 "fp-evm",6151 "fp-evm",
6036 "fp-evm-mapping",6152 "fp-evm-mapping",
6037 "frame-benchmarking",6153 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6038 "frame-support",6154 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6039 "frame-system",6155 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6040 "hex",6156 "hex",
6041 "impl-trait-for-tuples",6157 "impl-trait-for-tuples",
6042 "log",6158 "log",
6043 "pallet-balances",6159 "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6044 "pallet-timestamp",6160 "pallet-timestamp",
6045 "parity-scale-codec",6161 "parity-scale-codec 3.1.2",
6046 "primitive-types",6162 "primitive-types",
6047 "rlp",6163 "rlp",
6048 "scale-info",6164 "scale-info",
6049 "serde",6165 "serde",
6050 "sha3 0.10.1",6166 "sha3 0.10.1",
6051 "sp-core",6167 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6052 "sp-io",6168 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6053 "sp-runtime",6169 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6054 "sp-std",6170 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6055]6171]
60566172
6057[[package]]6173[[package]]
6060dependencies = [6176dependencies = [
6061 "ethereum",6177 "ethereum",
6062 "evm-coder",6178 "evm-coder",
6063 "frame-benchmarking",6179 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6064 "frame-support",6180 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6065 "frame-system",6181 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6066 "pallet-ethereum",6182 "pallet-ethereum",
6067 "pallet-evm",6183 "pallet-evm",
6068 "parity-scale-codec",6184 "parity-scale-codec 3.1.2",
6069 "scale-info",6185 "scale-info",
6070 "sp-core",6186 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6071 "sp-std",6187 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6072 "up-data-structs",6188 "up-data-structs",
6073]6189]
60746190
6078dependencies = [6194dependencies = [
6079 "evm-coder",6195 "evm-coder",
6080 "fp-evm-mapping",6196 "fp-evm-mapping",
6081 "frame-support",6197 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6082 "frame-system",6198 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6083 "log",6199 "log",
6084 "pallet-evm",6200 "pallet-evm",
6085 "pallet-evm-coder-substrate",6201 "pallet-evm-coder-substrate",
6086 "parity-scale-codec",6202 "parity-scale-codec 3.1.2",
6087 "scale-info",6203 "scale-info",
6088 "sp-core",6204 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6089 "sp-runtime",6205 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6090 "sp-std",6206 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6091 "up-sponsorship",6207 "up-sponsorship",
6092]6208]
60936209
6096version = "0.1.0"6212version = "0.1.0"
6097dependencies = [6213dependencies = [
6098 "fp-evm",6214 "fp-evm",
6099 "frame-benchmarking",6215 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6100 "frame-support",6216 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6101 "frame-system",6217 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6102 "pallet-evm",6218 "pallet-evm",
6103 "parity-scale-codec",6219 "parity-scale-codec 3.1.2",
6104 "scale-info",6220 "scale-info",
6105 "sp-core",6221 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6106 "sp-io",6222 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6107 "sp-runtime",6223 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6108 "sp-std",6224 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6109]6225]
61106226
6111[[package]]6227[[package]]
6114dependencies = [6230dependencies = [
6115 "fp-evm",6231 "fp-evm",
6116 "fp-evm-mapping",6232 "fp-evm-mapping",
6117 "frame-support",6233 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6118 "frame-system",6234 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6119 "pallet-ethereum",6235 "pallet-ethereum",
6120 "pallet-evm",6236 "pallet-evm",
6121 "parity-scale-codec",6237 "parity-scale-codec 3.1.2",
6122 "scale-info",6238 "scale-info",
6123 "sp-core",6239 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6124 "sp-io",6240 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6125 "sp-runtime",6241 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6126 "sp-std",6242 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6127 "up-sponsorship",6243 "up-sponsorship",
6128]6244]
61296245
6133dependencies = [6249dependencies = [
6134 "ethereum",6250 "ethereum",
6135 "evm-coder",6251 "evm-coder",
6136 "frame-benchmarking",6252 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6137 "frame-support",6253 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6138 "frame-system",6254 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6139 "pallet-common",6255 "pallet-common",
6140 "pallet-evm",6256 "pallet-evm",
6141 "pallet-evm-coder-substrate",6257 "pallet-evm-coder-substrate",
6142 "pallet-structure",6258 "pallet-structure",
6143 "parity-scale-codec",6259 "parity-scale-codec 3.1.2",
6144 "scale-info",6260 "scale-info",
6145 "sp-core",6261 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6146 "sp-runtime",6262 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6147 "sp-std",6263 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6148 "up-data-structs",6264 "up-data-structs",
6149]6265]
61506266
6153version = "4.0.0-dev"6269version = "4.0.0-dev"
6154source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6270source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
6155dependencies = [6271dependencies = [
6156 "frame-benchmarking",6272 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6157 "frame-support",6273 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6158 "frame-system",6274 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6159 "parity-scale-codec",6275 "parity-scale-codec 3.1.2",
6160 "scale-info",6276 "scale-info",
6161 "sp-arithmetic",6277 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6162 "sp-runtime",6278 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6163 "sp-std",6279 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6164]6280]
61656281
6166[[package]]6282[[package]]
6167name = "pallet-grandpa"6283name = "pallet-grandpa"
6168version = "4.0.0-dev"6284version = "4.0.0-dev"
6169source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6285source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
6170dependencies = [6286dependencies = [
6171 "frame-benchmarking",6287 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6172 "frame-support",6288 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6173 "frame-system",6289 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6174 "log",6290 "log",
6175 "pallet-authorship",6291 "pallet-authorship",
6176 "pallet-session",6292 "pallet-session",
6177 "parity-scale-codec",6293 "parity-scale-codec 3.1.2",
6178 "scale-info",6294 "scale-info",
6179 "sp-application-crypto",6295 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6180 "sp-core",6296 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6181 "sp-finality-grandpa",6297 "sp-finality-grandpa",
6182 "sp-io",6298 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6183 "sp-runtime",6299 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6184 "sp-session",6300 "sp-session",
6185 "sp-staking",6301 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6186 "sp-std",6302 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6187]6303]
61886304
6189[[package]]6305[[package]]
6192source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6308source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
6193dependencies = [6309dependencies = [
6194 "enumflags2",6310 "enumflags2",
6195 "frame-benchmarking",6311 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6196 "frame-support",6312 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6197 "frame-system",6313 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6198 "parity-scale-codec",6314 "parity-scale-codec 3.1.2",
6199 "scale-info",6315 "scale-info",
6200 "sp-io",6316 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6201 "sp-runtime",6317 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6202 "sp-std",6318 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6203]6319]
62046320
6205[[package]]6321[[package]]
6206name = "pallet-im-online"6322name = "pallet-im-online"
6207version = "4.0.0-dev"6323version = "4.0.0-dev"
6208source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6324source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
6209dependencies = [6325dependencies = [
6210 "frame-benchmarking",6326 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6211 "frame-support",6327 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6212 "frame-system",6328 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6213 "log",6329 "log",
6214 "pallet-authorship",6330 "pallet-authorship",
6215 "parity-scale-codec",6331 "parity-scale-codec 3.1.2",
6216 "scale-info",6332 "scale-info",
6217 "sp-application-crypto",6333 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6218 "sp-core",6334 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6219 "sp-io",6335 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6220 "sp-runtime",6336 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6221 "sp-staking",6337 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6222 "sp-std",6338 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6223]6339]
62246340
6225[[package]]6341[[package]]
6226name = "pallet-indices"6342name = "pallet-indices"
6227version = "4.0.0-dev"6343version = "4.0.0-dev"
6228source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6344source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
6229dependencies = [6345dependencies = [
6230 "frame-benchmarking",6346 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6231 "frame-support",6347 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6232 "frame-system",6348 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6233 "parity-scale-codec",6349 "parity-scale-codec 3.1.2",
6234 "scale-info",6350 "scale-info",
6235 "sp-core",6351 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6236 "sp-io",6352 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6237 "sp-keyring",6353 "sp-keyring",
6238 "sp-runtime",6354 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6239 "sp-std",6355 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6240]6356]
62416357
6242[[package]]6358[[package]]
6243name = "pallet-inflation"6359name = "pallet-inflation"
6244version = "0.1.0"6360version = "0.1.0"
6245dependencies = [6361dependencies = [
6246 "frame-benchmarking",6362 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6247 "frame-support",6363 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6248 "frame-system",6364 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6249 "pallet-balances",6365 "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6250 "pallet-randomness-collective-flip",6366 "pallet-randomness-collective-flip",
6251 "pallet-timestamp",6367 "pallet-timestamp",
6252 "parity-scale-codec",6368 "parity-scale-codec 3.1.2",
6253 "scale-info",6369 "scale-info",
6254 "serde",6370 "serde",
6255 "sp-core",6371 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6256 "sp-io",6372 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6257 "sp-runtime",6373 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6258 "sp-std",6374 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6259]6375]
62606376
6261[[package]]6377[[package]]
6262name = "pallet-membership"6378name = "pallet-membership"
6263version = "4.0.0-dev"6379version = "4.0.0-dev"
6264source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6380source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
6265dependencies = [6381dependencies = [
6266 "frame-benchmarking",6382 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6267 "frame-support",6383 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6268 "frame-system",6384 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6269 "log",6385 "log",
6270 "parity-scale-codec",6386 "parity-scale-codec 3.1.2",
6271 "scale-info",6387 "scale-info",
6272 "sp-core",6388 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6273 "sp-io",6389 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6274 "sp-runtime",6390 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6275 "sp-std",6391 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6276]6392]
62776393
6278[[package]]6394[[package]]
6281source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6397source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
6282dependencies = [6398dependencies = [
6283 "ckb-merkle-mountain-range",6399 "ckb-merkle-mountain-range",
6284 "frame-benchmarking",6400 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6285 "frame-support",6401 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6286 "frame-system",6402 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6287 "parity-scale-codec",6403 "parity-scale-codec 3.1.2",
6288 "scale-info",6404 "scale-info",
6289 "sp-core",6405 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6290 "sp-io",6406 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6291 "sp-mmr-primitives",6407 "sp-mmr-primitives",
6292 "sp-runtime",6408 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6293 "sp-std",6409 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6294]6410]
62956411
6296[[package]]6412[[package]]
6301 "jsonrpc-core",6417 "jsonrpc-core",
6302 "jsonrpc-core-client",6418 "jsonrpc-core-client",
6303 "jsonrpc-derive",6419 "jsonrpc-derive",
6304 "parity-scale-codec",6420 "parity-scale-codec 3.1.2",
6305 "serde",6421 "serde",
6306 "sp-api",6422 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6307 "sp-blockchain",6423 "sp-blockchain",
6308 "sp-core",6424 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6309 "sp-mmr-primitives",6425 "sp-mmr-primitives",
6310 "sp-runtime",6426 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6311]6427]
63126428
6313[[package]]6429[[package]]
6314name = "pallet-multisig"6430name = "pallet-multisig"
6315version = "4.0.0-dev"6431version = "4.0.0-dev"
6316source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6432source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
6317dependencies = [6433dependencies = [
6318 "frame-benchmarking",6434 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6319 "frame-support",6435 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6320 "frame-system",6436 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6321 "parity-scale-codec",6437 "parity-scale-codec 3.1.2",
6322 "scale-info",6438 "scale-info",
6323 "sp-io",6439 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6324 "sp-runtime",6440 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6325 "sp-std",6441 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6326]6442]
63276443
6328[[package]]6444[[package]]
6329name = "pallet-nicks"6445name = "pallet-nicks"
6330version = "4.0.0-dev"6446version = "4.0.0-dev"
6331source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6447source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
6332dependencies = [6448dependencies = [
6333 "frame-support",6449 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6334 "frame-system",6450 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6335 "parity-scale-codec",6451 "parity-scale-codec 3.1.2",
6336 "scale-info",6452 "scale-info",
6337 "sp-io",6453 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6338 "sp-runtime",6454 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6339 "sp-std",6455 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6340]6456]
63416457
6342[[package]]6458[[package]]
6343name = "pallet-nomination-pools"6459name = "pallet-nomination-pools"
6344version = "1.0.0"6460version = "1.0.0"
6345source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6461source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
6346dependencies = [6462dependencies = [
6347 "frame-support",6463 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6348 "frame-system",6464 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6349 "parity-scale-codec",6465 "parity-scale-codec 3.1.2",
6350 "scale-info",6466 "scale-info",
6351 "sp-core",6467 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6352 "sp-runtime",6468 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6353 "sp-staking",6469 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6354 "sp-std",6470 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6355]6471]
63566472
6357[[package]]6473[[package]]
6358name = "pallet-nomination-pools-benchmarking"6474name = "pallet-nomination-pools-benchmarking"
6359version = "1.0.0"6475version = "1.0.0"
6360source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6476source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
6361dependencies = [6477dependencies = [
6362 "frame-benchmarking",6478 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6363 "frame-election-provider-support",6479 "frame-election-provider-support",
6364 "frame-support",6480 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6365 "frame-system",6481 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6366 "pallet-bags-list",6482 "pallet-bags-list",
6367 "pallet-nomination-pools",6483 "pallet-nomination-pools",
6368 "pallet-staking",6484 "pallet-staking",
6369 "parity-scale-codec",6485 "parity-scale-codec 3.1.2",
6370 "scale-info",6486 "scale-info",
6371 "sp-runtime",6487 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6372 "sp-staking",6488 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6373 "sp-std",6489 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6374]6490]
63756491
6376[[package]]6492[[package]]
6379dependencies = [6495dependencies = [
6380 "ethereum",6496 "ethereum",
6381 "evm-coder",6497 "evm-coder",
6382 "frame-benchmarking",6498 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6383 "frame-support",6499 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6384 "frame-system",6500 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6385 "pallet-common",6501 "pallet-common",
6386 "pallet-evm",6502 "pallet-evm",
6387 "pallet-evm-coder-substrate",6503 "pallet-evm-coder-substrate",
6388 "pallet-structure",6504 "pallet-structure",
6389 "parity-scale-codec",6505 "parity-scale-codec 3.1.2",
6390 "scale-info",6506 "scale-info",
6391 "sp-core",6507 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6392 "sp-runtime",6508 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6393 "sp-std",6509 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6394 "up-data-structs",6510 "up-data-structs",
6395]6511]
63966512
6399version = "4.0.0-dev"6515version = "4.0.0-dev"
6400source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6516source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
6401dependencies = [6517dependencies = [
6402 "frame-support",6518 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6403 "frame-system",6519 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6404 "log",6520 "log",
6405 "pallet-balances",6521 "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6406 "parity-scale-codec",6522 "parity-scale-codec 3.1.2",
6407 "scale-info",6523 "scale-info",
6408 "serde",6524 "serde",
6409 "sp-runtime",6525 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6410 "sp-staking",6526 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6411 "sp-std",6527 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6412]6528]
64136529
6414[[package]]6530[[package]]
6415name = "pallet-offences-benchmarking"6531name = "pallet-offences-benchmarking"
6416version = "4.0.0-dev"6532version = "4.0.0-dev"
6417source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6533source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
6418dependencies = [6534dependencies = [
6419 "frame-benchmarking",6535 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6420 "frame-election-provider-support",6536 "frame-election-provider-support",
6421 "frame-support",6537 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6422 "frame-system",6538 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6423 "pallet-babe",6539 "pallet-babe",
6424 "pallet-balances",6540 "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6425 "pallet-grandpa",6541 "pallet-grandpa",
6426 "pallet-im-online",6542 "pallet-im-online",
6427 "pallet-offences",6543 "pallet-offences",
6428 "pallet-session",6544 "pallet-session",
6429 "pallet-staking",6545 "pallet-staking",
6430 "parity-scale-codec",6546 "parity-scale-codec 3.1.2",
6431 "scale-info",6547 "scale-info",
6432 "sp-runtime",6548 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6433 "sp-staking",6549 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6434 "sp-std",6550 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6435]6551]
64366552
6437[[package]]6553[[package]]
6438name = "pallet-preimage"6554name = "pallet-preimage"
6439version = "4.0.0-dev"6555version = "4.0.0-dev"
6440source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6556source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
6441dependencies = [6557dependencies = [
6442 "frame-benchmarking",6558 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6443 "frame-support",6559 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6444 "frame-system",6560 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6445 "parity-scale-codec",6561 "parity-scale-codec 3.1.2",
6446 "scale-info",6562 "scale-info",
6447 "sp-core",6563 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6448 "sp-io",6564 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6449 "sp-runtime",6565 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6450 "sp-std",6566 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6451]6567]
64526568
6453[[package]]6569[[package]]
6454name = "pallet-proxy"6570name = "pallet-proxy"
6455version = "4.0.0-dev"6571version = "4.0.0-dev"
6456source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6572source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
6457dependencies = [6573dependencies = [
6458 "frame-benchmarking",6574 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6459 "frame-support",6575 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6460 "frame-system",6576 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6461 "parity-scale-codec",6577 "parity-scale-codec 3.1.2",
6462 "scale-info",6578 "scale-info",
6463 "sp-io",6579 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6464 "sp-runtime",6580 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6465 "sp-std",6581 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6466]6582]
64676583
6468[[package]]6584[[package]]
6469name = "pallet-randomness-collective-flip"6585name = "pallet-randomness-collective-flip"
6470version = "4.0.0-dev"6586version = "4.0.0-dev"
6471source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6587source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
6472dependencies = [6588dependencies = [
6473 "frame-support",6589 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6474 "frame-system",6590 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6475 "parity-scale-codec",6591 "parity-scale-codec 3.1.2",
6476 "safe-mix",6592 "safe-mix",
6477 "scale-info",6593 "scale-info",
6478 "sp-runtime",6594 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6479 "sp-std",6595 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6480]6596]
64816597
6482[[package]]6598[[package]]
6483name = "pallet-recovery"6599name = "pallet-recovery"
6484version = "4.0.0-dev"6600version = "4.0.0-dev"
6485source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6601source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
6486dependencies = [6602dependencies = [
6487 "frame-support",6603 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6488 "frame-system",6604 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6489 "parity-scale-codec",6605 "parity-scale-codec 3.1.2",
6490 "scale-info",6606 "scale-info",
6491 "sp-io",6607 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6492 "sp-runtime",6608 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6493 "sp-std",6609 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6494]6610]
64956611
6496[[package]]6612[[package]]
6497name = "pallet-refungible"6613name = "pallet-refungible"
6498version = "0.1.0"6614version = "0.1.0"
6499dependencies = [6615dependencies = [
6500 "frame-benchmarking",6616 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6501 "frame-support",6617 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6502 "frame-system",6618 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6503 "pallet-common",6619 "pallet-common",
6504 "pallet-evm",6620 "pallet-evm",
6505 "pallet-structure",6621 "pallet-structure",
6506 "parity-scale-codec",6622 "parity-scale-codec 3.1.2",
6507 "scale-info",6623 "scale-info",
6508 "sp-core",6624 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6509 "sp-runtime",6625 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6510 "sp-std",6626 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6511 "up-data-structs",6627 "up-data-structs",
6512]6628]
65136629
6516version = "4.0.0-dev"6632version = "4.0.0-dev"
6517source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6633source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
6518dependencies = [6634dependencies = [
6519 "frame-benchmarking",6635 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6520 "frame-support",6636 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6521 "frame-system",6637 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6522 "log",6638 "log",
6523 "parity-scale-codec",6639 "parity-scale-codec 3.1.2",
6524 "scale-info",6640 "scale-info",
6525 "sp-io",6641 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6526 "sp-runtime",6642 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6527 "sp-std",6643 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6528]6644]
65296645
6530[[package]]6646[[package]]
6531name = "pallet-session"6647name = "pallet-session"
6532version = "4.0.0-dev"6648version = "4.0.0-dev"
6533source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6649source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
6534dependencies = [6650dependencies = [
6535 "frame-support",6651 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6536 "frame-system",6652 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6537 "impl-trait-for-tuples",6653 "impl-trait-for-tuples",
6538 "log",6654 "log",
6539 "pallet-timestamp",6655 "pallet-timestamp",
6540 "parity-scale-codec",6656 "parity-scale-codec 3.1.2",
6541 "scale-info",6657 "scale-info",
6542 "sp-core",6658 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6543 "sp-io",6659 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6544 "sp-runtime",6660 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6545 "sp-session",6661 "sp-session",
6546 "sp-staking",6662 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6547 "sp-std",6663 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6548 "sp-trie",6664 "sp-trie 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6549]6665]
65506666
6551[[package]]6667[[package]]
6552name = "pallet-session-benchmarking"6668name = "pallet-session-benchmarking"
6553version = "4.0.0-dev"6669version = "4.0.0-dev"
6554source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6670source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
6555dependencies = [6671dependencies = [
6556 "frame-benchmarking",6672 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6557 "frame-support",6673 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6558 "frame-system",6674 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6559 "pallet-session",6675 "pallet-session",
6560 "pallet-staking",6676 "pallet-staking",
6561 "rand 0.7.3",6677 "rand 0.7.3",
6562 "sp-runtime",6678 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6563 "sp-session",6679 "sp-session",
6564 "sp-std",6680 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6565]6681]
65666682
6567[[package]]6683[[package]]
6568name = "pallet-society"6684name = "pallet-society"
6569version = "4.0.0-dev"6685version = "4.0.0-dev"
6570source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6686source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
6571dependencies = [6687dependencies = [
6572 "frame-support",6688 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6573 "frame-system",6689 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6574 "parity-scale-codec",6690 "parity-scale-codec 3.1.2",
6575 "rand_chacha 0.2.2",6691 "rand_chacha 0.2.2",
6576 "scale-info",6692 "scale-info",
6577 "sp-runtime",6693 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6578 "sp-std",6694 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6579]6695]
65806696
6581[[package]]6697[[package]]
6582name = "pallet-staking"6698name = "pallet-staking"
6583version = "4.0.0-dev"6699version = "4.0.0-dev"
6584source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6700source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
6585dependencies = [6701dependencies = [
6586 "frame-benchmarking",6702 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6587 "frame-election-provider-support",6703 "frame-election-provider-support",
6588 "frame-support",6704 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6589 "frame-system",6705 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6590 "log",6706 "log",
6591 "pallet-authorship",6707 "pallet-authorship",
6592 "pallet-session",6708 "pallet-session",
6593 "parity-scale-codec",6709 "parity-scale-codec 3.1.2",
6594 "rand_chacha 0.2.2",6710 "rand_chacha 0.2.2",
6595 "scale-info",6711 "scale-info",
6596 "serde",6712 "serde",
6597 "sp-application-crypto",6713 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6598 "sp-io",6714 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6599 "sp-runtime",6715 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6600 "sp-staking",6716 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6601 "sp-std",6717 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6602]6718]
66036719
6604[[package]]6720[[package]]
6618source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6734source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
6619dependencies = [6735dependencies = [
6620 "log",6736 "log",
6621 "sp-arithmetic",6737 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6622]6738]
66236739
6624[[package]]6740[[package]]
6625name = "pallet-structure"6741name = "pallet-structure"
6626version = "0.1.0"6742version = "0.1.0"
6627dependencies = [6743dependencies = [
6628 "frame-benchmarking",6744 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6629 "frame-support",6745 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6630 "frame-system",6746 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6631 "pallet-common",6747 "pallet-common",
6632 "parity-scale-codec",6748 "parity-scale-codec 3.1.2",
6633 "scale-info",6749 "scale-info",
6634 "sp-std",6750 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6635 "up-data-structs",6751 "up-data-structs",
6636]6752]
66376753
6640version = "4.0.0-dev"6756version = "4.0.0-dev"
6641source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6757source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
6642dependencies = [6758dependencies = [
6643 "frame-support",6759 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6644 "frame-system",6760 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6645 "parity-scale-codec",6761 "parity-scale-codec 3.1.2",
6646 "scale-info",6762 "scale-info",
6647 "sp-io",6763 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6648 "sp-runtime",6764 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6649 "sp-std",6765 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6650]6766]
66516767
6652[[package]]6768[[package]]
6653name = "pallet-template-transaction-payment"6769name = "pallet-template-transaction-payment"
6654version = "3.0.0"6770version = "3.0.0"
6655source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.21#d48fbd3cd0a8261014c8a8b6904d10ddb37ae2d4"6771source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.21#d48fbd3cd0a8261014c8a8b6904d10ddb37ae2d4"
6656dependencies = [6772dependencies = [
6657 "frame-benchmarking",6773 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6658 "frame-support",6774 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6659 "frame-system",6775 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6660 "pallet-balances",6776 "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6661 "pallet-transaction-payment",6777 "pallet-transaction-payment",
6662 "parity-scale-codec",6778 "parity-scale-codec 3.1.2",
6663 "scale-info",6779 "scale-info",
6664 "serde",6780 "serde",
6665 "sp-core",6781 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6666 "sp-io",6782 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6667 "sp-runtime",6783 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6668 "sp-std",6784 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6669 "up-sponsorship",6785 "up-sponsorship",
6670]6786]
66716787
6674version = "4.0.0-dev"6790version = "4.0.0-dev"
6675source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6791source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
6676dependencies = [6792dependencies = [
6677 "frame-benchmarking",6793 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6678 "frame-support",6794 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6679 "frame-system",6795 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6680 "log",6796 "log",
6681 "parity-scale-codec",6797 "parity-scale-codec 3.1.2",
6682 "scale-info",6798 "scale-info",
6683 "sp-inherents",6799 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6684 "sp-io",6800 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6685 "sp-runtime",6801 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6686 "sp-std",6802 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6687 "sp-timestamp",6803 "sp-timestamp",
6688]6804]
66896805
6692version = "4.0.0-dev"6808version = "4.0.0-dev"
6693source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6809source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
6694dependencies = [6810dependencies = [
6695 "frame-benchmarking",6811 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6696 "frame-support",6812 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6697 "frame-system",6813 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6698 "log",6814 "log",
6699 "pallet-treasury",6815 "pallet-treasury",
6700 "parity-scale-codec",6816 "parity-scale-codec 3.1.2",
6701 "scale-info",6817 "scale-info",
6702 "serde",6818 "serde",
6703 "sp-core",6819 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6704 "sp-io",6820 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6705 "sp-runtime",6821 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6706 "sp-std",6822 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6707]6823]
67086824
6709[[package]]6825[[package]]
6710name = "pallet-transaction-payment"6826name = "pallet-transaction-payment"
6711version = "4.0.0-dev"6827version = "4.0.0-dev"
6712source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6828source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
6713dependencies = [6829dependencies = [
6714 "frame-support",6830 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6715 "frame-system",6831 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6716 "parity-scale-codec",6832 "parity-scale-codec 3.1.2",
6717 "scale-info",6833 "scale-info",
6718 "serde",6834 "serde",
6719 "smallvec",6835 "smallvec",
6720 "sp-core",6836 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6721 "sp-io",6837 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6722 "sp-runtime",6838 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6723 "sp-std",6839 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6724]6840]
67256841
6726[[package]]6842[[package]]
6732 "jsonrpc-core-client",6848 "jsonrpc-core-client",
6733 "jsonrpc-derive",6849 "jsonrpc-derive",
6734 "pallet-transaction-payment-rpc-runtime-api",6850 "pallet-transaction-payment-rpc-runtime-api",
6735 "parity-scale-codec",6851 "parity-scale-codec 3.1.2",
6736 "sp-api",6852 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6737 "sp-blockchain",6853 "sp-blockchain",
6738 "sp-core",6854 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6739 "sp-rpc",6855 "sp-rpc",
6740 "sp-runtime",6856 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6741]6857]
67426858
6743[[package]]6859[[package]]
6746source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6862source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
6747dependencies = [6863dependencies = [
6748 "pallet-transaction-payment",6864 "pallet-transaction-payment",
6749 "parity-scale-codec",6865 "parity-scale-codec 3.1.2",
6750 "sp-api",6866 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6751 "sp-runtime",6867 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6752]6868]
67536869
6754[[package]]6870[[package]]
6755name = "pallet-treasury"6871name = "pallet-treasury"
6756version = "4.0.0-dev"6872version = "4.0.0-dev"
6757source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6873source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
6758dependencies = [6874dependencies = [
6759 "frame-benchmarking",6875 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6760 "frame-support",6876 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6761 "frame-system",6877 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6762 "impl-trait-for-tuples",6878 "impl-trait-for-tuples",
6763 "pallet-balances",6879 "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6764 "parity-scale-codec",6880 "parity-scale-codec 3.1.2",
6765 "scale-info",6881 "scale-info",
6766 "serde",6882 "serde",
6767 "sp-runtime",6883 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6768 "sp-std",6884 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6769]6885]
67706886
6771[[package]]6887[[package]]
6772name = "pallet-unique"6888name = "pallet-unique"
6773version = "0.1.0"6889version = "0.1.0"
6774dependencies = [6890dependencies = [
6775 "frame-benchmarking",6891 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6776 "frame-support",6892 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6777 "frame-system",6893 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6778 "pallet-common",6894 "pallet-common",
6779 "pallet-evm",6895 "pallet-evm",
6780 "parity-scale-codec",6896 "parity-scale-codec 3.1.2",
6781 "scale-info",6897 "scale-info",
6782 "sp-core",6898 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6783 "sp-io",6899 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6784 "sp-runtime",6900 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6785 "sp-std",6901 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6786 "up-data-structs",6902 "up-data-structs",
6787]6903]
67886904
6789[[package]]6905[[package]]
6790name = "pallet-unq-scheduler"6906name = "pallet-unq-scheduler"
6791version = "0.1.0"6907version = "0.1.0"
6792dependencies = [6908dependencies = [
6793 "frame-benchmarking",6909 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6794 "frame-support",6910 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6795 "frame-system",6911 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6796 "log",6912 "log",
6797 "parity-scale-codec",6913 "parity-scale-codec 3.1.2",
6798 "scale-info",6914 "scale-info",
6799 "serde",6915 "serde",
6800 "sp-core",6916 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6801 "sp-io",6917 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6802 "sp-runtime",6918 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6803 "sp-std",6919 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6804 "substrate-test-utils",6920 "substrate-test-utils",
6805 "up-sponsorship",6921 "up-sponsorship",
6806]6922]
6810version = "4.0.0-dev"6926version = "4.0.0-dev"
6811source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6927source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
6812dependencies = [6928dependencies = [
6813 "frame-benchmarking",6929 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6814 "frame-support",6930 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6815 "frame-system",6931 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6816 "parity-scale-codec",6932 "parity-scale-codec 3.1.2",
6817 "scale-info",6933 "scale-info",
6818 "sp-core",6934 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6819 "sp-io",6935 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6820 "sp-runtime",6936 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6821 "sp-std",6937 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6822]6938]
68236939
6824[[package]]6940[[package]]
6825name = "pallet-vesting"6941name = "pallet-vesting"
6826version = "4.0.0-dev"6942version = "4.0.0-dev"
6827source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6943source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
6828dependencies = [6944dependencies = [
6829 "frame-benchmarking",6945 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6830 "frame-support",6946 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6831 "frame-system",6947 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6832 "log",6948 "log",
6833 "parity-scale-codec",6949 "parity-scale-codec 3.1.2",
6834 "scale-info",6950 "scale-info",
6835 "sp-runtime",6951 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6836 "sp-std",6952 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6837]6953]
68386954
6839[[package]]6955[[package]]
6840name = "pallet-xcm"6956name = "pallet-xcm"
6841version = "0.9.21"6957version = "0.9.21"
6842source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"6958source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"
6843dependencies = [6959dependencies = [
6844 "frame-support",6960 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6845 "frame-system",6961 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6846 "log",6962 "log",
6847 "parity-scale-codec",6963 "parity-scale-codec 3.1.2",
6848 "scale-info",6964 "scale-info",
6849 "serde",6965 "serde",
6850 "sp-core",6966 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6851 "sp-runtime",6967 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6852 "sp-std",6968 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6853 "xcm",6969 "xcm",
6854 "xcm-executor",6970 "xcm-executor",
6855]6971]
6859version = "0.9.21"6975version = "0.9.21"
6860source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"6976source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"
6861dependencies = [6977dependencies = [
6862 "frame-benchmarking",6978 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6863 "frame-support",6979 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6864 "frame-system",6980 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6865 "log",6981 "log",
6866 "parity-scale-codec",6982 "parity-scale-codec 3.1.2",
6867 "scale-info",6983 "scale-info",
6868 "sp-runtime",6984 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6869 "sp-std",6985 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6870 "xcm",6986 "xcm",
6871 "xcm-executor",6987 "xcm-executor",
6872]6988]
6877source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"6993source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"
6878dependencies = [6994dependencies = [
6879 "cumulus-primitives-core",6995 "cumulus-primitives-core",
6880 "frame-support",6996 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6881 "frame-system",6997 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
6882 "parity-scale-codec",6998 "parity-scale-codec 3.1.2",
6883 "scale-info",6999 "scale-info",
6884 "serde",7000 "serde",
6885]7001]
68867002
6887[[package]]7003[[package]]
6888name = "parity-db"7004name = "parity-db"
6889version = "0.3.12"7005version = "0.3.13"
6890source = "registry+https://github.com/rust-lang/crates.io-index"7006source = "registry+https://github.com/rust-lang/crates.io-index"
6891checksum = "6e73cd0b0a78045276b19eaae8eaaa20e44a1da9a0217ff934a810d9492ae701"7007checksum = "55a7901b85874402471e131de3332dde0e51f38432c69a3853627c8e25433048"
6892dependencies = [7008dependencies = [
6893 "blake2-rfc",7009 "blake2-rfc",
6894 "crc32fast",7010 "crc32fast",
69057021
6906[[package]]7022[[package]]
6907name = "parity-scale-codec"7023name = "parity-scale-codec"
7024version = "2.3.1"
7025source = "registry+https://github.com/rust-lang/crates.io-index"
7026checksum = "373b1a4c1338d9cd3d1fa53b3a11bdab5ab6bd80a20f7f7becd76953ae2be909"
7027dependencies = [
7028 "arrayvec 0.7.2",
7029 "bitvec 0.20.4",
7030 "byte-slice-cast",
7031 "impl-trait-for-tuples",
7032 "parity-scale-codec-derive 2.3.1",
7033 "serde",
7034]
7035
7036[[package]]
7037name = "parity-scale-codec"
6908version = "3.1.2"7038version = "3.1.2"
6909source = "registry+https://github.com/rust-lang/crates.io-index"7039source = "registry+https://github.com/rust-lang/crates.io-index"
6910checksum = "e8b44461635bbb1a0300f100a841e571e7d919c81c73075ef5d152ffdb521066"7040checksum = "e8b44461635bbb1a0300f100a841e571e7d919c81c73075ef5d152ffdb521066"
6911dependencies = [7041dependencies = [
6912 "arrayvec 0.7.2",7042 "arrayvec 0.7.2",
6913 "bitvec",7043 "bitvec 1.0.0",
6914 "byte-slice-cast",7044 "byte-slice-cast",
6915 "impl-trait-for-tuples",7045 "impl-trait-for-tuples",
6916 "parity-scale-codec-derive",7046 "parity-scale-codec-derive 3.1.2",
6917 "serde",7047 "serde",
6918]7048]
69197049
6920[[package]]7050[[package]]
6921name = "parity-scale-codec-derive"7051name = "parity-scale-codec-derive"
7052version = "2.3.1"
7053source = "registry+https://github.com/rust-lang/crates.io-index"
7054checksum = "1557010476e0595c9b568d16dcfb81b93cdeb157612726f5170d31aa707bed27"
7055dependencies = [
7056 "proc-macro-crate 1.1.3",
7057 "proc-macro2",
7058 "quote",
7059 "syn",
7060]
7061
7062[[package]]
7063name = "parity-scale-codec-derive"
6922version = "3.1.2"7064version = "3.1.2"
6923source = "registry+https://github.com/rust-lang/crates.io-index"7065source = "registry+https://github.com/rust-lang/crates.io-index"
6924checksum = "c45ed1f39709f5a89338fab50e59816b2e8815f5bb58276e7ddf9afd495f73f8"7066checksum = "c45ed1f39709f5a89338fab50e59816b2e8815f5bb58276e7ddf9afd495f73f8"
6945 "libc",7087 "libc",
6946 "log",7088 "log",
6947 "rand 0.7.3",7089 "rand 0.7.3",
6948 "tokio 1.18.1",7090 "tokio 1.18.2",
6949 "winapi 0.3.9",7091 "winapi 0.3.9",
6950]7092]
69517093
7278 "fatality",7420 "fatality",
7279 "futures 0.3.21",7421 "futures 0.3.21",
7280 "lru 0.7.5",7422 "lru 0.7.5",
7281 "parity-scale-codec",7423 "parity-scale-codec 3.1.2",
7282 "polkadot-erasure-coding",7424 "polkadot-erasure-coding",
7283 "polkadot-node-network-protocol",7425 "polkadot-node-network-protocol",
7284 "polkadot-node-primitives",7426 "polkadot-node-primitives",
7285 "polkadot-node-subsystem",7427 "polkadot-node-subsystem",
7286 "polkadot-node-subsystem-util",7428 "polkadot-node-subsystem-util",
7287 "polkadot-primitives",7429 "polkadot-primitives",
7288 "rand 0.8.5",7430 "rand 0.8.5",
7289 "sp-core",7431 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
7290 "sp-keystore",7432 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
7291 "thiserror",7433 "thiserror",
7292 "tracing-gum",7434 "tracing-gum",
7293]7435]
7300 "fatality",7442 "fatality",
7301 "futures 0.3.21",7443 "futures 0.3.21",
7302 "lru 0.7.5",7444 "lru 0.7.5",
7303 "parity-scale-codec",7445 "parity-scale-codec 3.1.2",
7304 "polkadot-erasure-coding",7446 "polkadot-erasure-coding",
7305 "polkadot-node-network-protocol",7447 "polkadot-node-network-protocol",
7306 "polkadot-node-primitives",7448 "polkadot-node-primitives",
7330 "sc-cli",7472 "sc-cli",
7331 "sc-service",7473 "sc-service",
7332 "sc-tracing",7474 "sc-tracing",
7333 "sp-core",7475 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
7334 "sp-trie",7476 "sp-trie 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
7335 "substrate-build-script-utils",7477 "substrate-build-script-utils",
7336 "thiserror",7478 "thiserror",
7337 "try-runtime-cli",7479 "try-runtime-cli",
7343source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7485source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"
7344dependencies = [7486dependencies = [
7345 "beefy-primitives",7487 "beefy-primitives",
7346 "frame-benchmarking",7488 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
7347 "frame-benchmarking-cli",7489 "frame-benchmarking-cli",
7348 "frame-system",7490 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
7349 "frame-system-rpc-runtime-api",7491 "frame-system-rpc-runtime-api",
7350 "pallet-transaction-payment",7492 "pallet-transaction-payment",
7351 "pallet-transaction-payment-rpc-runtime-api",7493 "pallet-transaction-payment-rpc-runtime-api",
7358 "sc-consensus",7500 "sc-consensus",
7359 "sc-executor",7501 "sc-executor",
7360 "sc-service",7502 "sc-service",
7361 "sp-api",7503 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
7362 "sp-authority-discovery",7504 "sp-authority-discovery",
7363 "sp-block-builder",7505 "sp-block-builder",
7364 "sp-blockchain",7506 "sp-blockchain",
7365 "sp-consensus",7507 "sp-consensus",
7366 "sp-consensus-babe",7508 "sp-consensus-babe",
7367 "sp-core",7509 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
7368 "sp-finality-grandpa",7510 "sp-finality-grandpa",
7369 "sp-inherents",7511 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
7370 "sp-keyring",7512 "sp-keyring",
7371 "sp-mmr-primitives",7513 "sp-mmr-primitives",
7372 "sp-offchain",7514 "sp-offchain",
7373 "sp-runtime",7515 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
7374 "sp-session",7516 "sp-session",
7375 "sp-storage",7517 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
7376 "sp-timestamp",7518 "sp-timestamp",
7377 "sp-transaction-pool",7519 "sp-transaction-pool",
7378]7520]
7391 "polkadot-node-subsystem",7533 "polkadot-node-subsystem",
7392 "polkadot-node-subsystem-util",7534 "polkadot-node-subsystem-util",
7393 "polkadot-primitives",7535 "polkadot-primitives",
7394 "sp-core",7536 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
7395 "sp-keystore",7537 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
7396 "sp-runtime",7538 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
7397 "thiserror",7539 "thiserror",
7398 "tracing-gum",7540 "tracing-gum",
7399]7541]
7403version = "0.9.21"7545version = "0.9.21"
7404source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7546source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"
7405dependencies = [7547dependencies = [
7406 "parity-scale-codec",7548 "parity-scale-codec 3.1.2",
7407 "parity-util-mem",7549 "parity-util-mem",
7408 "scale-info",7550 "scale-info",
7409 "sp-core",7551 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
7410 "sp-runtime",7552 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
7411 "sp-std",7553 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
7412]7554]
74137555
7414[[package]]7556[[package]]
7420 "fatality",7562 "fatality",
7421 "futures 0.3.21",7563 "futures 0.3.21",
7422 "lru 0.7.5",7564 "lru 0.7.5",
7423 "parity-scale-codec",7565 "parity-scale-codec 3.1.2",
7424 "polkadot-erasure-coding",7566 "polkadot-erasure-coding",
7425 "polkadot-node-network-protocol",7567 "polkadot-node-network-protocol",
7426 "polkadot-node-primitives",7568 "polkadot-node-primitives",
7427 "polkadot-node-subsystem",7569 "polkadot-node-subsystem",
7428 "polkadot-node-subsystem-util",7570 "polkadot-node-subsystem-util",
7429 "polkadot-primitives",7571 "polkadot-primitives",
7430 "sc-network",7572 "sc-network",
7431 "sp-application-crypto",7573 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
7432 "sp-keystore",7574 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
7433 "thiserror",7575 "thiserror",
7434 "tracing-gum",7576 "tracing-gum",
7435]7577]
7439version = "0.9.21"7581version = "0.9.21"
7440source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7582source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"
7441dependencies = [7583dependencies = [
7442 "parity-scale-codec",7584 "parity-scale-codec 3.1.2",
7443 "polkadot-node-primitives",7585 "polkadot-node-primitives",
7444 "polkadot-primitives",7586 "polkadot-primitives",
7445 "reed-solomon-novelpoly",7587 "reed-solomon-novelpoly",
7446 "sp-core",7588 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
7447 "sp-trie",7589 "sp-trie 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
7448 "thiserror",7590 "thiserror",
7449]7591]
74507592
7462 "rand 0.8.5",7604 "rand 0.8.5",
7463 "rand_chacha 0.3.1",7605 "rand_chacha 0.3.1",
7464 "sc-network",7606 "sc-network",
7465 "sp-application-crypto",7607 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
7466 "sp-core",7608 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
7467 "sp-keystore",7609 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
7468 "tracing-gum",7610 "tracing-gum",
7469]7611]
74707612
7475dependencies = [7617dependencies = [
7476 "async-trait",7618 "async-trait",
7477 "futures 0.3.21",7619 "futures 0.3.21",
7478 "parity-scale-codec",7620 "parity-scale-codec 3.1.2",
7479 "parking_lot 0.12.0",7621 "parking_lot 0.12.0",
7480 "polkadot-node-network-protocol",7622 "polkadot-node-network-protocol",
7481 "polkadot-node-subsystem",7623 "polkadot-node-subsystem",
7493source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7635source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"
7494dependencies = [7636dependencies = [
7495 "futures 0.3.21",7637 "futures 0.3.21",
7496 "parity-scale-codec",7638 "parity-scale-codec 3.1.2",
7497 "polkadot-erasure-coding",7639 "polkadot-erasure-coding",
7498 "polkadot-node-primitives",7640 "polkadot-node-primitives",
7499 "polkadot-node-subsystem",7641 "polkadot-node-subsystem",
7500 "polkadot-node-subsystem-util",7642 "polkadot-node-subsystem-util",
7501 "polkadot-primitives",7643 "polkadot-primitives",
7502 "sp-core",7644 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
7503 "sp-maybe-compressed-blob",7645 "sp-maybe-compressed-blob",
7504 "thiserror",7646 "thiserror",
7505 "tracing-gum",7647 "tracing-gum",
7510version = "0.9.21"7652version = "0.9.21"
7511source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7653source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"
7512dependencies = [7654dependencies = [
7513 "bitvec",7655 "bitvec 1.0.0",
7514 "derive_more",7656 "derive_more",
7515 "futures 0.3.21",7657 "futures 0.3.21",
7516 "futures-timer",7658 "futures-timer",
7517 "kvdb",7659 "kvdb",
7518 "lru 0.7.5",7660 "lru 0.7.5",
7519 "merlin",7661 "merlin",
7520 "parity-scale-codec",7662 "parity-scale-codec 3.1.2",
7521 "polkadot-node-jaeger",7663 "polkadot-node-jaeger",
7522 "polkadot-node-primitives",7664 "polkadot-node-primitives",
7523 "polkadot-node-subsystem",7665 "polkadot-node-subsystem",
7526 "polkadot-primitives",7668 "polkadot-primitives",
7527 "sc-keystore",7669 "sc-keystore",
7528 "schnorrkel",7670 "schnorrkel",
7529 "sp-application-crypto",7671 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
7530 "sp-consensus",7672 "sp-consensus",
7531 "sp-consensus-slots",7673 "sp-consensus-slots",
7532 "sp-runtime",7674 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
7533 "thiserror",7675 "thiserror",
7534 "tracing-gum",7676 "tracing-gum",
7535]7677]
7539version = "0.9.21"7681version = "0.9.21"
7540source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7682source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"
7541dependencies = [7683dependencies = [
7542 "bitvec",7684 "bitvec 1.0.0",
7543 "futures 0.3.21",7685 "futures 0.3.21",
7544 "futures-timer",7686 "futures-timer",
7545 "kvdb",7687 "kvdb",
7546 "parity-scale-codec",7688 "parity-scale-codec 3.1.2",
7547 "polkadot-erasure-coding",7689 "polkadot-erasure-coding",
7548 "polkadot-node-primitives",7690 "polkadot-node-primitives",
7549 "polkadot-node-subsystem",7691 "polkadot-node-subsystem",
7559version = "0.9.21"7701version = "0.9.21"
7560source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7702source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"
7561dependencies = [7703dependencies = [
7562 "bitvec",7704 "bitvec 1.0.0",
7563 "futures 0.3.21",7705 "futures 0.3.21",
7564 "polkadot-erasure-coding",7706 "polkadot-erasure-coding",
7565 "polkadot-node-primitives",7707 "polkadot-node-primitives",
7566 "polkadot-node-subsystem",7708 "polkadot-node-subsystem",
7567 "polkadot-node-subsystem-util",7709 "polkadot-node-subsystem-util",
7568 "polkadot-primitives",7710 "polkadot-primitives",
7569 "polkadot-statement-table",7711 "polkadot-statement-table",
7570 "sp-keystore",7712 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
7571 "thiserror",7713 "thiserror",
7572 "tracing-gum",7714 "tracing-gum",
7573]7715]
7581 "polkadot-node-subsystem",7723 "polkadot-node-subsystem",
7582 "polkadot-node-subsystem-util",7724 "polkadot-node-subsystem-util",
7583 "polkadot-primitives",7725 "polkadot-primitives",
7584 "sp-keystore",7726 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
7585 "thiserror",7727 "thiserror",
7586 "tracing-gum",7728 "tracing-gum",
7587 "wasm-timer",7729 "wasm-timer",
7594dependencies = [7736dependencies = [
7595 "async-trait",7737 "async-trait",
7596 "futures 0.3.21",7738 "futures 0.3.21",
7597 "parity-scale-codec",7739 "parity-scale-codec 3.1.2",
7598 "polkadot-node-core-pvf",7740 "polkadot-node-core-pvf",
7599 "polkadot-node-primitives",7741 "polkadot-node-primitives",
7600 "polkadot-node-subsystem",7742 "polkadot-node-subsystem",
7628 "futures 0.3.21",7770 "futures 0.3.21",
7629 "futures-timer",7771 "futures-timer",
7630 "kvdb",7772 "kvdb",
7631 "parity-scale-codec",7773 "parity-scale-codec 3.1.2",
7632 "polkadot-node-primitives",7774 "polkadot-node-primitives",
7633 "polkadot-node-subsystem",7775 "polkadot-node-subsystem",
7634 "polkadot-node-subsystem-util",7776 "polkadot-node-subsystem-util",
7646 "futures 0.3.21",7788 "futures 0.3.21",
7647 "kvdb",7789 "kvdb",
7648 "lru 0.7.5",7790 "lru 0.7.5",
7649 "parity-scale-codec",7791 "parity-scale-codec 3.1.2",
7650 "polkadot-node-primitives",7792 "polkadot-node-primitives",
7651 "polkadot-node-subsystem",7793 "polkadot-node-subsystem",
7652 "polkadot-node-subsystem-util",7794 "polkadot-node-subsystem-util",
7667 "polkadot-node-subsystem",7809 "polkadot-node-subsystem",
7668 "polkadot-primitives",7810 "polkadot-primitives",
7669 "sp-blockchain",7811 "sp-blockchain",
7670 "sp-inherents",7812 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
7671 "sp-runtime",7813 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
7672 "thiserror",7814 "thiserror",
7673 "tracing-gum",7815 "tracing-gum",
7674]7816]
7678version = "0.9.21"7820version = "0.9.21"
7679source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7821source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"
7680dependencies = [7822dependencies = [
7681 "bitvec",7823 "bitvec 1.0.0",
7682 "futures 0.3.21",7824 "futures 0.3.21",
7683 "futures-timer",7825 "futures-timer",
7684 "polkadot-node-primitives",7826 "polkadot-node-primitives",
7701 "async-std",7843 "async-std",
7702 "futures 0.3.21",7844 "futures 0.3.21",
7703 "futures-timer",7845 "futures-timer",
7704 "parity-scale-codec",7846 "parity-scale-codec 3.1.2",
7705 "pin-project 1.0.10",7847 "pin-project 1.0.10",
7706 "polkadot-core-primitives",7848 "polkadot-core-primitives",
7707 "polkadot-node-subsystem-util",7849 "polkadot-node-subsystem-util",
7711 "sc-executor-common",7853 "sc-executor-common",
7712 "sc-executor-wasmtime",7854 "sc-executor-wasmtime",
7713 "slotmap",7855 "slotmap",
7714 "sp-core",7856 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
7715 "sp-externalities",7857 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
7716 "sp-io",7858 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
7717 "sp-maybe-compressed-blob",7859 "sp-maybe-compressed-blob",
7718 "sp-tracing",7860 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
7719 "sp-wasm-interface",7861 "sp-wasm-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
7720 "tracing-gum",7862 "tracing-gum",
7721]7863]
77227864
7731 "polkadot-node-subsystem-util",7873 "polkadot-node-subsystem-util",
7732 "polkadot-overseer",7874 "polkadot-overseer",
7733 "polkadot-primitives",7875 "polkadot-primitives",
7734 "sp-keystore",7876 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
7735 "thiserror",7877 "thiserror",
7736 "tracing-gum",7878 "tracing-gum",
7737]7879]
7747 "polkadot-node-subsystem",7889 "polkadot-node-subsystem",
7748 "polkadot-node-subsystem-util",7890 "polkadot-node-subsystem-util",
7749 "polkadot-primitives",7891 "polkadot-primitives",
7750 "sp-api",7892 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
7751 "sp-authority-discovery",7893 "sp-authority-discovery",
7752 "sp-consensus-babe",7894 "sp-consensus-babe",
7753 "sp-core",7895 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
7754 "tracing-gum",7896 "tracing-gum",
7755]7897]
77567898
7763 "lazy_static",7905 "lazy_static",
7764 "log",7906 "log",
7765 "mick-jaeger",7907 "mick-jaeger",
7766 "parity-scale-codec",7908 "parity-scale-codec 3.1.2",
7767 "parking_lot 0.12.0",7909 "parking_lot 0.12.0",
7768 "polkadot-node-primitives",7910 "polkadot-node-primitives",
7769 "polkadot-primitives",7911 "polkadot-primitives",
7770 "sc-network",7912 "sc-network",
7771 "sp-core",7913 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
7772 "thiserror",7914 "thiserror",
7773]7915]
77747916
7782 "futures-timer",7924 "futures-timer",
7783 "log",7925 "log",
7784 "metered-channel",7926 "metered-channel",
7785 "parity-scale-codec",7927 "parity-scale-codec 3.1.2",
7786 "polkadot-primitives",7928 "polkadot-primitives",
7787 "sc-cli",7929 "sc-cli",
7788 "sc-service",7930 "sc-service",
7799 "async-trait",7941 "async-trait",
7800 "fatality",7942 "fatality",
7801 "futures 0.3.21",7943 "futures 0.3.21",
7802 "parity-scale-codec",7944 "parity-scale-codec 3.1.2",
7803 "polkadot-node-jaeger",7945 "polkadot-node-jaeger",
7804 "polkadot-node-primitives",7946 "polkadot-node-primitives",
7805 "polkadot-primitives",7947 "polkadot-primitives",
7816dependencies = [7958dependencies = [
7817 "bounded-vec",7959 "bounded-vec",
7818 "futures 0.3.21",7960 "futures 0.3.21",
7819 "parity-scale-codec",7961 "parity-scale-codec 3.1.2",
7820 "polkadot-parachain",7962 "polkadot-parachain",
7821 "polkadot-primitives",7963 "polkadot-primitives",
7822 "schnorrkel",7964 "schnorrkel",
7823 "serde",7965 "serde",
7824 "sp-application-crypto",7966 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
7825 "sp-consensus-babe",7967 "sp-consensus-babe",
7826 "sp-consensus-vrf",7968 "sp-consensus-vrf",
7827 "sp-core",7969 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
7828 "sp-keystore",7970 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
7829 "sp-maybe-compressed-blob",7971 "sp-maybe-compressed-blob",
7830 "thiserror",7972 "thiserror",
7831 "zstd",7973 "zstd",
7874 "lru 0.7.5",8016 "lru 0.7.5",
7875 "metered-channel",8017 "metered-channel",
7876 "parity-db",8018 "parity-db",
7877 "parity-scale-codec",8019 "parity-scale-codec 3.1.2",
7878 "parity-util-mem",8020 "parity-util-mem",
7879 "parking_lot 0.11.2",8021 "parking_lot 0.11.2",
7880 "pin-project 1.0.10",8022 "pin-project 1.0.10",
7886 "polkadot-overseer",8028 "polkadot-overseer",
7887 "polkadot-primitives",8029 "polkadot-primitives",
7888 "rand 0.8.5",8030 "rand 0.8.5",
7889 "sp-application-crypto",8031 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
7890 "sp-core",8032 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
7891 "sp-keystore",8033 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
7892 "thiserror",8034 "thiserror",
7893 "tracing-gum",8035 "tracing-gum",
7894]8036]
7910 "polkadot-overseer-gen",8052 "polkadot-overseer-gen",
7911 "polkadot-primitives",8053 "polkadot-primitives",
7912 "sc-client-api",8054 "sc-client-api",
7913 "sp-api",8055 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
7914 "tracing-gum",8056 "tracing-gum",
7915]8057]
79168058
7949source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8091source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"
7950dependencies = [8092dependencies = [
7951 "derive_more",8093 "derive_more",
7952 "frame-support",8094 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
7953 "parity-scale-codec",8095 "parity-scale-codec 3.1.2",
7954 "parity-util-mem",8096 "parity-util-mem",
7955 "polkadot-core-primitives",8097 "polkadot-core-primitives",
7956 "scale-info",8098 "scale-info",
7957 "serde",8099 "serde",
7958 "sp-core",8100 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
7959 "sp-runtime",8101 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
7960 "sp-std",8102 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
7961]8103]
79628104
7963[[package]]8105[[package]]
7980version = "0.9.21"8122version = "0.9.21"
7981source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8123source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"
7982dependencies = [8124dependencies = [
7983 "bitvec",8125 "bitvec 1.0.0",
7984 "frame-system",8126 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
7985 "hex-literal",8127 "hex-literal",
7986 "parity-scale-codec",8128 "parity-scale-codec 3.1.2",
7987 "parity-util-mem",8129 "parity-util-mem",
7988 "polkadot-core-primitives",8130 "polkadot-core-primitives",
7989 "polkadot-parachain",8131 "polkadot-parachain",
7990 "scale-info",8132 "scale-info",
7991 "serde",8133 "serde",
7992 "sp-api",8134 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
7993 "sp-application-crypto",8135 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
7994 "sp-arithmetic",8136 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
7995 "sp-authority-discovery",8137 "sp-authority-discovery",
7996 "sp-consensus-slots",8138 "sp-consensus-slots",
7997 "sp-core",8139 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
7998 "sp-inherents",8140 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
7999 "sp-io",8141 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8000 "sp-keystore",8142 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8001 "sp-runtime",8143 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8002 "sp-staking",8144 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8003 "sp-std",8145 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8004 "sp-trie",8146 "sp-trie 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8005 "sp-version",8147 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8006]8148]
80078149
8008[[package]]8150[[package]]
8026 "sc-rpc",8168 "sc-rpc",
8027 "sc-sync-state-rpc",8169 "sc-sync-state-rpc",
8028 "sc-transaction-pool-api",8170 "sc-transaction-pool-api",
8029 "sp-api",8171 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8030 "sp-block-builder",8172 "sp-block-builder",
8031 "sp-blockchain",8173 "sp-blockchain",
8032 "sp-consensus",8174 "sp-consensus",
8033 "sp-consensus-babe",8175 "sp-consensus-babe",
8034 "sp-keystore",8176 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8035 "sp-runtime",8177 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8036 "substrate-frame-rpc-system",8178 "substrate-frame-rpc-system",
8037 "substrate-state-trie-migration-rpc",8179 "substrate-state-trie-migration-rpc",
8038]8180]
8043source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8185source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"
8044dependencies = [8186dependencies = [
8045 "beefy-primitives",8187 "beefy-primitives",
8046 "bitvec",8188 "bitvec 1.0.0",
8047 "frame-benchmarking",8189 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8048 "frame-election-provider-support",8190 "frame-election-provider-support",
8049 "frame-executive",8191 "frame-executive",
8050 "frame-support",8192 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8051 "frame-system",8193 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8052 "frame-system-benchmarking",8194 "frame-system-benchmarking",
8053 "frame-system-rpc-runtime-api",8195 "frame-system-rpc-runtime-api",
8054 "frame-try-runtime",8196 "frame-try-runtime",
8058 "pallet-authorship",8200 "pallet-authorship",
8059 "pallet-babe",8201 "pallet-babe",
8060 "pallet-bags-list",8202 "pallet-bags-list",
8061 "pallet-balances",8203 "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8062 "pallet-bounties",8204 "pallet-bounties",
8063 "pallet-child-bounties",8205 "pallet-child-bounties",
8064 "pallet-collective",8206 "pallet-collective",
8090 "pallet-utility",8232 "pallet-utility",
8091 "pallet-vesting",8233 "pallet-vesting",
8092 "pallet-xcm",8234 "pallet-xcm",
8093 "parity-scale-codec",8235 "parity-scale-codec 3.1.2",
8094 "polkadot-primitives",8236 "polkadot-primitives",
8095 "polkadot-runtime-common",8237 "polkadot-runtime-common",
8096 "polkadot-runtime-constants",8238 "polkadot-runtime-constants",
8100 "serde",8242 "serde",
8101 "serde_derive",8243 "serde_derive",
8102 "smallvec",8244 "smallvec",
8103 "sp-api",8245 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8104 "sp-authority-discovery",8246 "sp-authority-discovery",
8105 "sp-block-builder",8247 "sp-block-builder",
8106 "sp-consensus-babe",8248 "sp-consensus-babe",
8107 "sp-core",8249 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8108 "sp-inherents",8250 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8109 "sp-io",8251 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8110 "sp-mmr-primitives",8252 "sp-mmr-primitives",
8111 "sp-npos-elections",8253 "sp-npos-elections",
8112 "sp-offchain",8254 "sp-offchain",
8113 "sp-runtime",8255 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8114 "sp-session",8256 "sp-session",
8115 "sp-staking",8257 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8116 "sp-std",8258 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8117 "sp-transaction-pool",8259 "sp-transaction-pool",
8118 "sp-version",8260 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8119 "static_assertions",8261 "static_assertions",
8120 "substrate-wasm-builder",8262 "substrate-wasm-builder",
8121 "xcm",8263 "xcm",
8129source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8271source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"
8130dependencies = [8272dependencies = [
8131 "beefy-primitives",8273 "beefy-primitives",
8132 "bitvec",8274 "bitvec 1.0.0",
8133 "frame-benchmarking",8275 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8134 "frame-election-provider-support",8276 "frame-election-provider-support",
8135 "frame-support",8277 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8136 "frame-system",8278 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8137 "impl-trait-for-tuples",8279 "impl-trait-for-tuples",
8138 "libsecp256k1",8280 "libsecp256k1",
8139 "log",8281 "log",
8140 "pallet-authorship",8282 "pallet-authorship",
8141 "pallet-babe",8283 "pallet-babe",
8142 "pallet-bags-list",8284 "pallet-bags-list",
8143 "pallet-balances",8285 "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8144 "pallet-beefy-mmr",8286 "pallet-beefy-mmr",
8145 "pallet-election-provider-multi-phase",8287 "pallet-election-provider-multi-phase",
8146 "pallet-session",8288 "pallet-session",
8149 "pallet-transaction-payment",8291 "pallet-transaction-payment",
8150 "pallet-treasury",8292 "pallet-treasury",
8151 "pallet-vesting",8293 "pallet-vesting",
8152 "parity-scale-codec",8294 "parity-scale-codec 3.1.2",
8153 "polkadot-primitives",8295 "polkadot-primitives",
8154 "polkadot-runtime-parachains",8296 "polkadot-runtime-parachains",
8155 "rustc-hex",8297 "rustc-hex",
8156 "scale-info",8298 "scale-info",
8157 "serde",8299 "serde",
8158 "serde_derive",8300 "serde_derive",
8159 "slot-range-helper",8301 "slot-range-helper",
8160 "sp-api",8302 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8161 "sp-core",8303 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8162 "sp-inherents",8304 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8163 "sp-io",8305 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8164 "sp-npos-elections",8306 "sp-npos-elections",
8165 "sp-runtime",8307 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8166 "sp-session",8308 "sp-session",
8167 "sp-staking",8309 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8168 "sp-std",8310 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8169 "static_assertions",8311 "static_assertions",
8170 "xcm",8312 "xcm",
8171]8313]
8175version = "0.9.21"8317version = "0.9.21"
8176source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8318source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"
8177dependencies = [8319dependencies = [
8178 "frame-support",8320 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8179 "polkadot-primitives",8321 "polkadot-primitives",
8180 "polkadot-runtime-common",8322 "polkadot-runtime-common",
8181 "smallvec",8323 "smallvec",
8182 "sp-runtime",8324 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8183]8325]
81848326
8185[[package]]8327[[package]]
8188source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8330source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"
8189dependencies = [8331dependencies = [
8190 "bs58",8332 "bs58",
8191 "parity-scale-codec",8333 "parity-scale-codec 3.1.2",
8192 "polkadot-primitives",8334 "polkadot-primitives",
8193 "sp-std",8335 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8194 "sp-tracing",8336 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8195]8337]
81968338
8197[[package]]8339[[package]]
8200source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8342source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"
8201dependencies = [8343dependencies = [
8202 "bitflags",8344 "bitflags",
8203 "bitvec",8345 "bitvec 1.0.0",
8204 "derive_more",8346 "derive_more",
8205 "frame-benchmarking",8347 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8206 "frame-support",8348 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8207 "frame-system",8349 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8208 "log",8350 "log",
8209 "pallet-authority-discovery",8351 "pallet-authority-discovery",
8210 "pallet-authorship",8352 "pallet-authorship",
8211 "pallet-babe",8353 "pallet-babe",
8212 "pallet-balances",8354 "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8213 "pallet-session",8355 "pallet-session",
8214 "pallet-staking",8356 "pallet-staking",
8215 "pallet-timestamp",8357 "pallet-timestamp",
8216 "pallet-vesting",8358 "pallet-vesting",
8217 "parity-scale-codec",8359 "parity-scale-codec 3.1.2",
8218 "polkadot-primitives",8360 "polkadot-primitives",
8219 "polkadot-runtime-metrics",8361 "polkadot-runtime-metrics",
8220 "rand 0.8.5",8362 "rand 0.8.5",
8221 "rand_chacha 0.3.1",8363 "rand_chacha 0.3.1",
8222 "rustc-hex",8364 "rustc-hex",
8223 "scale-info",8365 "scale-info",
8224 "serde",8366 "serde",
8225 "sp-api",8367 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8226 "sp-application-crypto",8368 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8227 "sp-core",8369 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8228 "sp-inherents",8370 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8229 "sp-io",8371 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8230 "sp-keystore",8372 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8231 "sp-runtime",8373 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8232 "sp-session",8374 "sp-session",
8233 "sp-staking",8375 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8234 "sp-std",8376 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8235 "static_assertions",8377 "static_assertions",
8236 "xcm",8378 "xcm",
8237 "xcm-executor",8379 "xcm-executor",
8312 "sc-telemetry",8454 "sc-telemetry",
8313 "sc-transaction-pool",8455 "sc-transaction-pool",
8314 "serde",8456 "serde",
8315 "sp-api",8457 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8316 "sp-authority-discovery",8458 "sp-authority-discovery",
8317 "sp-block-builder",8459 "sp-block-builder",
8318 "sp-blockchain",8460 "sp-blockchain",
8319 "sp-consensus",8461 "sp-consensus",
8320 "sp-consensus-babe",8462 "sp-consensus-babe",
8321 "sp-core",8463 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8322 "sp-finality-grandpa",8464 "sp-finality-grandpa",
8323 "sp-inherents",8465 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8324 "sp-io",8466 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8325 "sp-keystore",8467 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8326 "sp-offchain",8468 "sp-offchain",
8327 "sp-runtime",8469 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8328 "sp-session",8470 "sp-session",
8329 "sp-state-machine",8471 "sp-state-machine 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8330 "sp-storage",8472 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8331 "sp-timestamp",8473 "sp-timestamp",
8332 "sp-transaction-pool",8474 "sp-transaction-pool",
8333 "sp-trie",8475 "sp-trie 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8334 "substrate-prometheus-endpoint",8476 "substrate-prometheus-endpoint",
8335 "thiserror",8477 "thiserror",
8336 "tracing-gum",8478 "tracing-gum",
8346 "fatality",8488 "fatality",
8347 "futures 0.3.21",8489 "futures 0.3.21",
8348 "indexmap",8490 "indexmap",
8349 "parity-scale-codec",8491 "parity-scale-codec 3.1.2",
8350 "polkadot-node-network-protocol",8492 "polkadot-node-network-protocol",
8351 "polkadot-node-primitives",8493 "polkadot-node-primitives",
8352 "polkadot-node-subsystem",8494 "polkadot-node-subsystem",
8353 "polkadot-node-subsystem-util",8495 "polkadot-node-subsystem-util",
8354 "polkadot-primitives",8496 "polkadot-primitives",
8355 "sp-keystore",8497 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8356 "sp-staking",8498 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8357 "thiserror",8499 "thiserror",
8358 "tracing-gum",8500 "tracing-gum",
8359]8501]
8363version = "0.9.21"8505version = "0.9.21"
8364source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8506source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"
8365dependencies = [8507dependencies = [
8366 "parity-scale-codec",8508 "parity-scale-codec 3.1.2",
8367 "polkadot-primitives",8509 "polkadot-primitives",
8368 "sp-core",8510 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8369]8511]
83708512
8371[[package]]8513[[package]]
8374source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8516source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"
8375dependencies = [8517dependencies = [
8376 "beefy-primitives",8518 "beefy-primitives",
8377 "bitvec",8519 "bitvec 1.0.0",
8378 "frame-election-provider-support",8520 "frame-election-provider-support",
8379 "frame-executive",8521 "frame-executive",
8380 "frame-support",8522 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8381 "frame-system",8523 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8382 "frame-system-rpc-runtime-api",8524 "frame-system-rpc-runtime-api",
8383 "log",8525 "log",
8384 "pallet-authority-discovery",8526 "pallet-authority-discovery",
8385 "pallet-authorship",8527 "pallet-authorship",
8386 "pallet-babe",8528 "pallet-babe",
8387 "pallet-balances",8529 "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8388 "pallet-grandpa",8530 "pallet-grandpa",
8389 "pallet-indices",8531 "pallet-indices",
8390 "pallet-nicks",8532 "pallet-nicks",
8398 "pallet-transaction-payment-rpc-runtime-api",8540 "pallet-transaction-payment-rpc-runtime-api",
8399 "pallet-vesting",8541 "pallet-vesting",
8400 "pallet-xcm",8542 "pallet-xcm",
8401 "parity-scale-codec",8543 "parity-scale-codec 3.1.2",
8402 "polkadot-parachain",8544 "polkadot-parachain",
8403 "polkadot-primitives",8545 "polkadot-primitives",
8404 "polkadot-runtime-common",8546 "polkadot-runtime-common",
8408 "serde",8550 "serde",
8409 "serde_derive",8551 "serde_derive",
8410 "smallvec",8552 "smallvec",
8411 "sp-api",8553 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8412 "sp-authority-discovery",8554 "sp-authority-discovery",
8413 "sp-block-builder",8555 "sp-block-builder",
8414 "sp-consensus-babe",8556 "sp-consensus-babe",
8415 "sp-core",8557 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8416 "sp-inherents",8558 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8417 "sp-io",8559 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8418 "sp-mmr-primitives",8560 "sp-mmr-primitives",
8419 "sp-offchain",8561 "sp-offchain",
8420 "sp-runtime",8562 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8421 "sp-session",8563 "sp-session",
8422 "sp-staking",8564 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8423 "sp-std",8565 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8424 "sp-transaction-pool",8566 "sp-transaction-pool",
8425 "sp-version",8567 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8426 "substrate-wasm-builder",8568 "substrate-wasm-builder",
8427 "test-runtime-constants",8569 "test-runtime-constants",
8428 "xcm",8570 "xcm",
8435version = "0.9.21"8577version = "0.9.21"
8436source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8578source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"
8437dependencies = [8579dependencies = [
8438 "frame-benchmarking",8580 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8439 "frame-system",8581 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8440 "futures 0.1.31",8582 "futures 0.1.31",
8441 "futures 0.3.21",8583 "futures 0.3.21",
8442 "hex",8584 "hex",
8443 "pallet-balances",8585 "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8444 "pallet-staking",8586 "pallet-staking",
8445 "pallet-transaction-payment",8587 "pallet-transaction-payment",
8446 "polkadot-node-primitives",8588 "polkadot-node-primitives",
8466 "sc-service",8608 "sc-service",
8467 "sc-tracing",8609 "sc-tracing",
8468 "sc-transaction-pool",8610 "sc-transaction-pool",
8469 "sp-arithmetic",8611 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8470 "sp-authority-discovery",8612 "sp-authority-discovery",
8471 "sp-blockchain",8613 "sp-blockchain",
8472 "sp-consensus",8614 "sp-consensus",
8473 "sp-consensus-babe",8615 "sp-consensus-babe",
8474 "sp-core",8616 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8475 "sp-finality-grandpa",8617 "sp-finality-grandpa",
8476 "sp-inherents",8618 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8477 "sp-keyring",8619 "sp-keyring",
8478 "sp-runtime",8620 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8479 "sp-state-machine",8621 "sp-state-machine 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8480 "substrate-test-client",8622 "substrate-test-client",
8481 "tempfile",8623 "tempfile",
8482 "test-runtime-constants",8624 "test-runtime-constants",
8483 "tokio 1.18.1",8625 "tokio 1.18.2",
8484 "tracing-gum",8626 "tracing-gum",
8485]8627]
84868628
85998741
8600[[package]]8742[[package]]
8601name = "proc-macro2"8743name = "proc-macro2"
8602version = "1.0.38"8744version = "1.0.39"
8603source = "registry+https://github.com/rust-lang/crates.io-index"8745source = "registry+https://github.com/rust-lang/crates.io-index"
8604checksum = "9027b48e9d4c9175fa2218adf3557f91c1137021739951d4932f5f8268ac48aa"8746checksum = "c54b25569025b7fc9651de43004ae593a75ad88543b17178aa5e1b9c4f15f56f"
8605dependencies = [8747dependencies = [
8606 "unicode-xid",8748 "unicode-ident",
8607]8749]
86088750
8609[[package]]8751[[package]]
8610name = "prometheus"8752name = "prometheus"
8611version = "0.13.0"8753version = "0.13.1"
8612source = "registry+https://github.com/rust-lang/crates.io-index"8754source = "registry+https://github.com/rust-lang/crates.io-index"
8613checksum = "b7f64969ffd5dd8f39bd57a68ac53c163a095ed9d0fb707146da1b27025a3504"8755checksum = "cface98dfa6d645ea4c789839f176e4b072265d085bfcc48eaa8d137f58d3c39"
8614dependencies = [8756dependencies = [
8615 "cfg-if 1.0.0",8757 "cfg-if 1.0.0",
8616 "fnv",8758 "fnv",
8617 "lazy_static",8759 "lazy_static",
8618 "memchr",8760 "memchr",
8619 "parking_lot 0.11.2",8761 "parking_lot 0.12.0",
8620 "thiserror",8762 "thiserror",
8621]8763]
86228764
8699 "fp-rpc",8841 "fp-rpc",
8700 "fp-self-contained",8842 "fp-self-contained",
8701 "frame-executive",8843 "frame-executive",
8702 "frame-support",8844 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8703 "frame-system",8845 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8704 "frame-system-rpc-runtime-api",8846 "frame-system-rpc-runtime-api",
8705 "frame-try-runtime",8847 "frame-try-runtime",
8706 "log",8848 "log",
8707 "orml-vesting",8849 "orml-vesting",
8708 "pallet-aura",8850 "pallet-aura",
8709 "pallet-balances",8851 "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8710 "pallet-base-fee",8852 "pallet-base-fee",
8711 "pallet-common",8853 "pallet-common",
8712 "pallet-ethereum",8854 "pallet-ethereum",
8731 "pallet-unq-scheduler",8873 "pallet-unq-scheduler",
8732 "pallet-xcm",8874 "pallet-xcm",
8733 "parachain-info",8875 "parachain-info",
8734 "parity-scale-codec",8876 "parity-scale-codec 3.1.2",
8735 "polkadot-parachain",8877 "polkadot-parachain",
8878 "rmrk-rpc",
8736 "scale-info",8879 "scale-info",
8737 "serde",8880 "serde",
8738 "smallvec",8881 "smallvec",
8739 "sp-api",8882 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8740 "sp-arithmetic",8883 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8741 "sp-block-builder",8884 "sp-block-builder",
8742 "sp-consensus-aura",8885 "sp-consensus-aura",
8743 "sp-core",8886 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8744 "sp-inherents",8887 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8745 "sp-io",8888 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8746 "sp-offchain",8889 "sp-offchain",
8747 "sp-runtime",8890 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8748 "sp-session",8891 "sp-session",
8749 "sp-std",8892 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8750 "sp-transaction-pool",8893 "sp-transaction-pool",
8751 "sp-version",8894 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
8752 "substrate-wasm-builder",8895 "substrate-wasm-builder",
8753 "unique-runtime-common",8896 "unique-runtime-common",
8754 "up-data-structs",8897 "up-data-structs",
8765checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"8908checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
87668909
8767[[package]]8910[[package]]
8768name = "quick-error"
8769version = "2.0.1"
8770source = "registry+https://github.com/rust-lang/crates.io-index"
8771checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
8772
8773[[package]]
8774name = "quicksink"8911name = "quicksink"
8775version = "0.1.2"8912version = "0.1.2"
8776source = "registry+https://github.com/rust-lang/crates.io-index"8913source = "registry+https://github.com/rust-lang/crates.io-index"
87928929
8793[[package]]8930[[package]]
8794name = "radium"8931name = "radium"
8932version = "0.6.2"
8933source = "registry+https://github.com/rust-lang/crates.io-index"
8934checksum = "643f8f41a8ebc4c5dc4515c82bb8abd397b527fc20fd681b7c011c2aee5d44fb"
8935
8936[[package]]
8937name = "radium"
8795version = "0.7.0"8938version = "0.7.0"
8796source = "registry+https://github.com/rust-lang/crates.io-index"8939source = "registry+https://github.com/rust-lang/crates.io-index"
8797checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"8940checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
89049047
8905[[package]]9048[[package]]
8906name = "rayon"9049name = "rayon"
8907version = "1.5.2"9050version = "1.5.3"
8908source = "registry+https://github.com/rust-lang/crates.io-index"9051source = "registry+https://github.com/rust-lang/crates.io-index"
8909checksum = "fd249e82c21598a9a426a4e00dd7adc1d640b22445ec8545feef801d1a74c221"9052checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"
8910dependencies = [9053dependencies = [
8911 "autocfg",9054 "autocfg",
8912 "crossbeam-deque",9055 "crossbeam-deque",
89169059
8917[[package]]9060[[package]]
8918name = "rayon-core"9061name = "rayon-core"
8919version = "1.9.2"9062version = "1.9.3"
8920source = "registry+https://github.com/rust-lang/crates.io-index"9063source = "registry+https://github.com/rust-lang/crates.io-index"
8921checksum = "9f51245e1e62e1f1629cbfec37b5793bbabcaeb90f30e94d2ba03564687353e4"9064checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"
8922dependencies = [9065dependencies = [
8923 "crossbeam-channel",9066 "crossbeam-channel",
8924 "crossbeam-deque",9067 "crossbeam-deque",
9053 "env_logger",9196 "env_logger",
9054 "jsonrpsee",9197 "jsonrpsee",
9055 "log",9198 "log",
9056 "parity-scale-codec",9199 "parity-scale-codec 3.1.2",
9057 "serde",9200 "serde",
9058 "serde_json",9201 "serde_json",
9059 "sp-core",9202 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9060 "sp-io",9203 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9061 "sp-runtime",9204 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9062 "sp-version",9205 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9063]9206]
90649207
9065[[package]]9208[[package]]
9078checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"9221checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"
9079dependencies = [9222dependencies = [
9080 "hostname",9223 "hostname",
9081 "quick-error 1.2.3",9224 "quick-error",
9082]9225]
90839226
9084[[package]]9227[[package]]
9124]9267]
91259268
9126[[package]]9269[[package]]
9270name = "rmrk-rpc"
9271version = "0.0.1"
9272source = "git+https://github.com/UniqueNetwork/rmrk-substrate.git?branch=test/tests-basic-infrastructure#4c890ff7e4bc706652bf35904cf4c456175ef097"
9273dependencies = [
9274 "parity-scale-codec 2.3.1",
9275 "rmrk-traits",
9276 "serde",
9277 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
9278 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
9279 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
9280 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
9281]
9282
9283[[package]]
9284name = "rmrk-traits"
9285version = "0.0.1"
9286source = "git+https://github.com/UniqueNetwork/rmrk-substrate.git?branch=test/tests-basic-infrastructure#4c890ff7e4bc706652bf35904cf4c456175ef097"
9287dependencies = [
9288 "derivative",
9289 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
9290 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
9291 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
9292 "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
9293 "parity-scale-codec 3.1.2",
9294 "scale-info",
9295 "serde",
9296 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
9297 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
9298]
9299
9300[[package]]
9127name = "rocksdb"9301name = "rocksdb"
9128version = "0.18.0"9302version = "0.18.0"
9129source = "registry+https://github.com/rust-lang/crates.io-index"9303source = "registry+https://github.com/rust-lang/crates.io-index"
9145 "bp-runtime",9319 "bp-runtime",
9146 "bp-wococo",9320 "bp-wococo",
9147 "bridge-runtime-common",9321 "bridge-runtime-common",
9148 "frame-benchmarking",9322 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9149 "frame-executive",9323 "frame-executive",
9150 "frame-support",9324 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9151 "frame-system",9325 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9152 "frame-system-benchmarking",9326 "frame-system-benchmarking",
9153 "frame-system-rpc-runtime-api",9327 "frame-system-rpc-runtime-api",
9154 "hex-literal",9328 "hex-literal",
9155 "log",9329 "log",
9156 "pallet-authority-discovery",9330 "pallet-authority-discovery",
9157 "pallet-authorship",9331 "pallet-authorship",
9158 "pallet-babe",9332 "pallet-babe",
9159 "pallet-balances",9333 "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9160 "pallet-beefy",9334 "pallet-beefy",
9161 "pallet-beefy-mmr",9335 "pallet-beefy-mmr",
9162 "pallet-bridge-dispatch",9336 "pallet-bridge-dispatch",
9179 "pallet-transaction-payment-rpc-runtime-api",9353 "pallet-transaction-payment-rpc-runtime-api",
9180 "pallet-utility",9354 "pallet-utility",
9181 "pallet-xcm",9355 "pallet-xcm",
9182 "parity-scale-codec",9356 "parity-scale-codec 3.1.2",
9183 "polkadot-parachain",9357 "polkadot-parachain",
9184 "polkadot-primitives",9358 "polkadot-primitives",
9185 "polkadot-runtime-common",9359 "polkadot-runtime-common",
9189 "serde",9363 "serde",
9190 "serde_derive",9364 "serde_derive",
9191 "smallvec",9365 "smallvec",
9192 "sp-api",9366 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9193 "sp-authority-discovery",9367 "sp-authority-discovery",
9194 "sp-block-builder",9368 "sp-block-builder",
9195 "sp-consensus-babe",9369 "sp-consensus-babe",
9196 "sp-core",9370 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9197 "sp-inherents",9371 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9198 "sp-io",9372 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9199 "sp-mmr-primitives",9373 "sp-mmr-primitives",
9200 "sp-offchain",9374 "sp-offchain",
9201 "sp-runtime",9375 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9202 "sp-session",9376 "sp-session",
9203 "sp-staking",9377 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9204 "sp-std",9378 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9205 "sp-transaction-pool",9379 "sp-transaction-pool",
9206 "sp-version",9380 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9207 "substrate-wasm-builder",9381 "substrate-wasm-builder",
9208 "xcm",9382 "xcm",
9209 "xcm-builder",9383 "xcm-builder",
9215version = "0.9.21"9389version = "0.9.21"
9216source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"9390source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"
9217dependencies = [9391dependencies = [
9218 "frame-support",9392 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9219 "polkadot-primitives",9393 "polkadot-primitives",
9220 "polkadot-runtime-common",9394 "polkadot-runtime-common",
9221 "smallvec",9395 "smallvec",
9222 "sp-runtime",9396 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9223]9397]
92249398
9225[[package]]9399[[package]]
93189492
9319[[package]]9493[[package]]
9320name = "rustls"9494name = "rustls"
9321version = "0.20.4"9495version = "0.20.6"
9322source = "registry+https://github.com/rust-lang/crates.io-index"9496source = "registry+https://github.com/rust-lang/crates.io-index"
9323checksum = "4fbfeb8d0ddb84706bc597a5574ab8912817c52a397f819e5b614e2265206921"9497checksum = "5aab8ee6c7097ed6057f43c187a62418d0c05a4bd5f18b3571db50ee0f9ce033"
9324dependencies = [9498dependencies = [
9325 "log",9499 "log",
9326 "ring",9500 "ring",
93809554
9381[[package]]9555[[package]]
9382name = "ryu"9556name = "ryu"
9383version = "1.0.9"9557version = "1.0.10"
9384source = "registry+https://github.com/rust-lang/crates.io-index"9558source = "registry+https://github.com/rust-lang/crates.io-index"
9385checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"9559checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695"
93869560
9387[[package]]9561[[package]]
9388name = "safe-mix"9562name = "safe-mix"
9417source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9591source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
9418dependencies = [9592dependencies = [
9419 "log",9593 "log",
9420 "sp-core",9594 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9421 "sp-wasm-interface",9595 "sp-wasm-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9422 "thiserror",9596 "thiserror",
9423]9597]
94249598
9433 "ip_network",9607 "ip_network",
9434 "libp2p",9608 "libp2p",
9435 "log",9609 "log",
9436 "parity-scale-codec",9610 "parity-scale-codec 3.1.2",
9437 "prost",9611 "prost",
9438 "prost-build",9612 "prost-build",
9439 "rand 0.7.3",9613 "rand 0.7.3",
9440 "sc-client-api",9614 "sc-client-api",
9441 "sc-network",9615 "sc-network",
9442 "sp-api",9616 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9443 "sp-authority-discovery",9617 "sp-authority-discovery",
9444 "sp-blockchain",9618 "sp-blockchain",
9445 "sp-core",9619 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9446 "sp-keystore",9620 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9447 "sp-runtime",9621 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9448 "substrate-prometheus-endpoint",9622 "substrate-prometheus-endpoint",
9449 "thiserror",9623 "thiserror",
9450]9624]
9457 "futures 0.3.21",9631 "futures 0.3.21",
9458 "futures-timer",9632 "futures-timer",
9459 "log",9633 "log",
9460 "parity-scale-codec",9634 "parity-scale-codec 3.1.2",
9461 "sc-block-builder",9635 "sc-block-builder",
9462 "sc-client-api",9636 "sc-client-api",
9463 "sc-proposer-metrics",9637 "sc-proposer-metrics",
9464 "sc-telemetry",9638 "sc-telemetry",
9465 "sc-transaction-pool-api",9639 "sc-transaction-pool-api",
9466 "sp-api",9640 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9467 "sp-blockchain",9641 "sp-blockchain",
9468 "sp-consensus",9642 "sp-consensus",
9469 "sp-core",9643 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9470 "sp-inherents",9644 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9471 "sp-runtime",9645 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9472 "substrate-prometheus-endpoint",9646 "substrate-prometheus-endpoint",
9473]9647]
94749648
9477version = "0.10.0-dev"9651version = "0.10.0-dev"
9478source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9652source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
9479dependencies = [9653dependencies = [
9480 "parity-scale-codec",9654 "parity-scale-codec 3.1.2",
9481 "sc-client-api",9655 "sc-client-api",
9482 "sp-api",9656 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9483 "sp-block-builder",9657 "sp-block-builder",
9484 "sp-blockchain",9658 "sp-blockchain",
9485 "sp-core",9659 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9486 "sp-inherents",9660 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9487 "sp-runtime",9661 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9488 "sp-state-machine",9662 "sp-state-machine 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9489]9663]
94909664
9491[[package]]9665[[package]]
9495dependencies = [9669dependencies = [
9496 "impl-trait-for-tuples",9670 "impl-trait-for-tuples",
9497 "memmap2 0.5.3",9671 "memmap2 0.5.3",
9498 "parity-scale-codec",9672 "parity-scale-codec 3.1.2",
9499 "sc-chain-spec-derive",9673 "sc-chain-spec-derive",
9500 "sc-network",9674 "sc-network",
9501 "sc-telemetry",9675 "sc-telemetry",
9502 "serde",9676 "serde",
9503 "serde_json",9677 "serde_json",
9504 "sp-core",9678 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9505 "sp-runtime",9679 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9506]9680]
95079681
9508[[package]]9682[[package]]
9529 "libp2p",9703 "libp2p",
9530 "log",9704 "log",
9531 "names",9705 "names",
9532 "parity-scale-codec",9706 "parity-scale-codec 3.1.2",
9533 "rand 0.7.3",9707 "rand 0.7.3",
9534 "regex",9708 "regex",
9535 "rpassword",9709 "rpassword",
9543 "serde",9717 "serde",
9544 "serde_json",9718 "serde_json",
9545 "sp-blockchain",9719 "sp-blockchain",
9546 "sp-core",9720 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9547 "sp-keyring",9721 "sp-keyring",
9548 "sp-keystore",9722 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9549 "sp-panic-handler",9723 "sp-panic-handler 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9550 "sp-runtime",9724 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9551 "sp-version",9725 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9552 "thiserror",9726 "thiserror",
9553 "tiny-bip39",9727 "tiny-bip39",
9554 "tokio 1.18.1",9728 "tokio 1.18.2",
9555]9729]
95569730
9557[[package]]9731[[package]]
9563 "futures 0.3.21",9737 "futures 0.3.21",
9564 "hash-db",9738 "hash-db",
9565 "log",9739 "log",
9566 "parity-scale-codec",9740 "parity-scale-codec 3.1.2",
9567 "parking_lot 0.12.0",9741 "parking_lot 0.12.0",
9568 "sc-executor",9742 "sc-executor",
9569 "sc-transaction-pool-api",9743 "sc-transaction-pool-api",
9570 "sc-utils",9744 "sc-utils",
9571 "sp-api",9745 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9572 "sp-blockchain",9746 "sp-blockchain",
9573 "sp-consensus",9747 "sp-consensus",
9574 "sp-core",9748 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9575 "sp-database",9749 "sp-database",
9576 "sp-externalities",9750 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9577 "sp-keystore",9751 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9578 "sp-runtime",9752 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9579 "sp-state-machine",9753 "sp-state-machine 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9580 "sp-storage",9754 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9581 "sp-trie",9755 "sp-trie 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9582 "substrate-prometheus-endpoint",9756 "substrate-prometheus-endpoint",
9583]9757]
95849758
9594 "linked-hash-map",9768 "linked-hash-map",
9595 "log",9769 "log",
9596 "parity-db",9770 "parity-db",
9597 "parity-scale-codec",9771 "parity-scale-codec 3.1.2",
9598 "parking_lot 0.12.0",9772 "parking_lot 0.12.0",
9599 "sc-client-api",9773 "sc-client-api",
9600 "sc-state-db",9774 "sc-state-db",
9601 "sp-arithmetic",9775 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9602 "sp-blockchain",9776 "sp-blockchain",
9603 "sp-core",9777 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9604 "sp-database",9778 "sp-database",
9605 "sp-runtime",9779 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9606 "sp-state-machine",9780 "sp-state-machine 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9607 "sp-trie",9781 "sp-trie 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9608]9782]
96099783
9610[[package]]9784[[package]]
9621 "sc-client-api",9795 "sc-client-api",
9622 "sc-utils",9796 "sc-utils",
9623 "serde",9797 "serde",
9624 "sp-api",9798 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9625 "sp-blockchain",9799 "sp-blockchain",
9626 "sp-consensus",9800 "sp-consensus",
9627 "sp-core",9801 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9628 "sp-runtime",9802 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9629 "sp-state-machine",9803 "sp-state-machine 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9630 "substrate-prometheus-endpoint",9804 "substrate-prometheus-endpoint",
9631 "thiserror",9805 "thiserror",
9632]9806]
9639 "async-trait",9813 "async-trait",
9640 "futures 0.3.21",9814 "futures 0.3.21",
9641 "log",9815 "log",
9642 "parity-scale-codec",9816 "parity-scale-codec 3.1.2",
9643 "sc-block-builder",9817 "sc-block-builder",
9644 "sc-client-api",9818 "sc-client-api",
9645 "sc-consensus",9819 "sc-consensus",
9646 "sc-consensus-slots",9820 "sc-consensus-slots",
9647 "sc-telemetry",9821 "sc-telemetry",
9648 "sp-api",9822 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9649 "sp-application-crypto",9823 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9650 "sp-block-builder",9824 "sp-block-builder",
9651 "sp-blockchain",9825 "sp-blockchain",
9652 "sp-consensus",9826 "sp-consensus",
9653 "sp-consensus-aura",9827 "sp-consensus-aura",
9654 "sp-consensus-slots",9828 "sp-consensus-slots",
9655 "sp-core",9829 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9656 "sp-inherents",9830 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9657 "sp-keystore",9831 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9658 "sp-runtime",9832 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9659 "substrate-prometheus-endpoint",9833 "substrate-prometheus-endpoint",
9660 "thiserror",9834 "thiserror",
9661]9835]
9673 "num-bigint",9847 "num-bigint",
9674 "num-rational 0.2.4",9848 "num-rational 0.2.4",
9675 "num-traits",9849 "num-traits",
9676 "parity-scale-codec",9850 "parity-scale-codec 3.1.2",
9677 "parking_lot 0.12.0",9851 "parking_lot 0.12.0",
9678 "rand 0.7.3",9852 "rand 0.7.3",
9679 "retain_mut",9853 "retain_mut",
9685 "sc-telemetry",9859 "sc-telemetry",
9686 "schnorrkel",9860 "schnorrkel",
9687 "serde",9861 "serde",
9688 "sp-api",9862 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9689 "sp-application-crypto",9863 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9690 "sp-block-builder",9864 "sp-block-builder",
9691 "sp-blockchain",9865 "sp-blockchain",
9692 "sp-consensus",9866 "sp-consensus",
9693 "sp-consensus-babe",9867 "sp-consensus-babe",
9694 "sp-consensus-slots",9868 "sp-consensus-slots",
9695 "sp-consensus-vrf",9869 "sp-consensus-vrf",
9696 "sp-core",9870 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9697 "sp-inherents",9871 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9698 "sp-io",9872 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9699 "sp-keystore",9873 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9700 "sp-runtime",9874 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9701 "sp-version",9875 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9702 "substrate-prometheus-endpoint",9876 "substrate-prometheus-endpoint",
9703 "thiserror",9877 "thiserror",
9704]9878]
9716 "sc-consensus-epochs",9890 "sc-consensus-epochs",
9717 "sc-rpc-api",9891 "sc-rpc-api",
9718 "serde",9892 "serde",
9719 "sp-api",9893 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9720 "sp-application-crypto",9894 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9721 "sp-blockchain",9895 "sp-blockchain",
9722 "sp-consensus",9896 "sp-consensus",
9723 "sp-consensus-babe",9897 "sp-consensus-babe",
9724 "sp-core",9898 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9725 "sp-keystore",9899 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9726 "sp-runtime",9900 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9727 "thiserror",9901 "thiserror",
9728]9902]
97299903
9733source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9907source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
9734dependencies = [9908dependencies = [
9735 "fork-tree",9909 "fork-tree",
9736 "parity-scale-codec",9910 "parity-scale-codec 3.1.2",
9737 "sc-client-api",9911 "sc-client-api",
9738 "sc-consensus",9912 "sc-consensus",
9739 "sp-blockchain",9913 "sp-blockchain",
9740 "sp-runtime",9914 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9741]9915]
97429916
9743[[package]]9917[[package]]
9752 "jsonrpc-core-client",9926 "jsonrpc-core-client",
9753 "jsonrpc-derive",9927 "jsonrpc-derive",
9754 "log",9928 "log",
9755 "parity-scale-codec",9929 "parity-scale-codec 3.1.2",
9756 "sc-client-api",9930 "sc-client-api",
9757 "sc-consensus",9931 "sc-consensus",
9758 "sc-consensus-aura",9932 "sc-consensus-aura",
9761 "sc-transaction-pool",9935 "sc-transaction-pool",
9762 "sc-transaction-pool-api",9936 "sc-transaction-pool-api",
9763 "serde",9937 "serde",
9764 "sp-api",9938 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9765 "sp-blockchain",9939 "sp-blockchain",
9766 "sp-consensus",9940 "sp-consensus",
9767 "sp-consensus-aura",9941 "sp-consensus-aura",
9768 "sp-consensus-babe",9942 "sp-consensus-babe",
9769 "sp-consensus-slots",9943 "sp-consensus-slots",
9770 "sp-core",9944 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9771 "sp-inherents",9945 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9772 "sp-keystore",9946 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9773 "sp-runtime",9947 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9774 "sp-timestamp",9948 "sp-timestamp",
9775 "substrate-prometheus-endpoint",9949 "substrate-prometheus-endpoint",
9776 "thiserror",9950 "thiserror",
9785 "futures 0.3.21",9959 "futures 0.3.21",
9786 "futures-timer",9960 "futures-timer",
9787 "log",9961 "log",
9788 "parity-scale-codec",9962 "parity-scale-codec 3.1.2",
9789 "sc-client-api",9963 "sc-client-api",
9790 "sc-consensus",9964 "sc-consensus",
9791 "sc-telemetry",9965 "sc-telemetry",
9792 "sp-arithmetic",9966 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9793 "sp-blockchain",9967 "sp-blockchain",
9794 "sp-consensus",9968 "sp-consensus",
9795 "sp-consensus-slots",9969 "sp-consensus-slots",
9796 "sp-core",9970 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9797 "sp-inherents",9971 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9798 "sp-runtime",9972 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9799 "sp-state-machine",9973 "sp-state-machine 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9800 "sp-timestamp",9974 "sp-timestamp",
9801 "thiserror",9975 "thiserror",
9802]9976]
9808dependencies = [9982dependencies = [
9809 "sc-client-api",9983 "sc-client-api",
9810 "sp-authorship",9984 "sp-authorship",
9811 "sp-runtime",9985 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9812 "thiserror",9986 "thiserror",
9813]9987]
98149988
9819dependencies = [9993dependencies = [
9820 "lazy_static",9994 "lazy_static",
9821 "lru 0.7.5",9995 "lru 0.7.5",
9822 "parity-scale-codec",9996 "parity-scale-codec 3.1.2",
9823 "parking_lot 0.12.0",9997 "parking_lot 0.12.0",
9824 "sc-executor-common",9998 "sc-executor-common",
9825 "sc-executor-wasmi",9999 "sc-executor-wasmi",
9826 "sc-executor-wasmtime",10000 "sc-executor-wasmtime",
9827 "sp-api",10001 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9828 "sp-core",10002 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9829 "sp-core-hashing-proc-macro",10003 "sp-core-hashing-proc-macro 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9830 "sp-externalities",10004 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9831 "sp-io",10005 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9832 "sp-panic-handler",10006 "sp-panic-handler 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9833 "sp-runtime-interface",10007 "sp-runtime-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9834 "sp-tasks",10008 "sp-tasks",
9835 "sp-trie",10009 "sp-trie 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9836 "sp-version",10010 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9837 "sp-wasm-interface",10011 "sp-wasm-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9838 "tracing",10012 "tracing",
9839 "wasmi",10013 "wasmi",
9840]10014]
9845source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10019source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
9846dependencies = [10020dependencies = [
9847 "environmental",10021 "environmental",
9848 "parity-scale-codec",10022 "parity-scale-codec 3.1.2",
9849 "sc-allocator",10023 "sc-allocator",
9850 "sp-core",10024 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9851 "sp-maybe-compressed-blob",10025 "sp-maybe-compressed-blob",
9852 "sp-serializer",10026 "sp-serializer",
9853 "sp-wasm-interface",10027 "sp-wasm-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9854 "thiserror",10028 "thiserror",
9855 "wasm-instrument",10029 "wasm-instrument",
9856 "wasmi",10030 "wasmi",
9862source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10036source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
9863dependencies = [10037dependencies = [
9864 "log",10038 "log",
9865 "parity-scale-codec",10039 "parity-scale-codec 3.1.2",
9866 "sc-allocator",10040 "sc-allocator",
9867 "sc-executor-common",10041 "sc-executor-common",
9868 "scoped-tls",10042 "scoped-tls",
9869 "sp-core",10043 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9870 "sp-runtime-interface",10044 "sp-runtime-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9871 "sp-wasm-interface",10045 "sp-wasm-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9872 "wasmi",10046 "wasmi",
9873]10047]
987410048
9880 "cfg-if 1.0.0",10054 "cfg-if 1.0.0",
9881 "libc",10055 "libc",
9882 "log",10056 "log",
9883 "parity-scale-codec",10057 "parity-scale-codec 3.1.2",
9884 "parity-wasm 0.42.2",10058 "parity-wasm 0.42.2",
9885 "sc-allocator",10059 "sc-allocator",
9886 "sc-executor-common",10060 "sc-executor-common",
9887 "sp-core",10061 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9888 "sp-runtime-interface",10062 "sp-runtime-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9889 "sp-wasm-interface",10063 "sp-wasm-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9890 "wasmtime",10064 "wasmtime",
9891]10065]
989210066
9904 "futures-timer",10078 "futures-timer",
9905 "hex",10079 "hex",
9906 "log",10080 "log",
9907 "parity-scale-codec",10081 "parity-scale-codec 3.1.2",
9908 "parking_lot 0.12.0",10082 "parking_lot 0.12.0",
9909 "rand 0.8.5",10083 "rand 0.8.5",
9910 "sc-block-builder",10084 "sc-block-builder",
9917 "sc-telemetry",10091 "sc-telemetry",
9918 "sc-utils",10092 "sc-utils",
9919 "serde_json",10093 "serde_json",
9920 "sp-api",10094 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9921 "sp-application-crypto",10095 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9922 "sp-arithmetic",10096 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9923 "sp-blockchain",10097 "sp-blockchain",
9924 "sp-consensus",10098 "sp-consensus",
9925 "sp-core",10099 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9926 "sp-finality-grandpa",10100 "sp-finality-grandpa",
9927 "sp-keystore",10101 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9928 "sp-runtime",10102 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9929 "substrate-prometheus-endpoint",10103 "substrate-prometheus-endpoint",
9930 "thiserror",10104 "thiserror",
9931]10105]
9942 "jsonrpc-derive",10116 "jsonrpc-derive",
9943 "jsonrpc-pubsub",10117 "jsonrpc-pubsub",
9944 "log",10118 "log",
9945 "parity-scale-codec",10119 "parity-scale-codec 3.1.2",
9946 "sc-client-api",10120 "sc-client-api",
9947 "sc-finality-grandpa",10121 "sc-finality-grandpa",
9948 "sc-rpc",10122 "sc-rpc",
9949 "serde",10123 "serde",
9950 "serde_json",10124 "serde_json",
9951 "sp-blockchain",10125 "sp-blockchain",
9952 "sp-core",10126 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9953 "sp-runtime",10127 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9954 "thiserror",10128 "thiserror",
9955]10129]
995610130
9968 "sc-network",10142 "sc-network",
9969 "sc-transaction-pool-api",10143 "sc-transaction-pool-api",
9970 "sp-blockchain",10144 "sp-blockchain",
9971 "sp-runtime",10145 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9972]10146]
997310147
9974[[package]]10148[[package]]
9980 "hex",10154 "hex",
9981 "parking_lot 0.12.0",10155 "parking_lot 0.12.0",
9982 "serde_json",10156 "serde_json",
9983 "sp-application-crypto",10157 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9984 "sp-core",10158 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9985 "sp-keystore",10159 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
9986 "thiserror",10160 "thiserror",
9987]10161]
998810162
10008 "linked_hash_set",10182 "linked_hash_set",
10009 "log",10183 "log",
10010 "lru 0.7.5",10184 "lru 0.7.5",
10011 "parity-scale-codec",10185 "parity-scale-codec 3.1.2",
10012 "parking_lot 0.12.0",10186 "parking_lot 0.12.0",
10013 "pin-project 1.0.10",10187 "pin-project 1.0.10",
10014 "prost",10188 "prost",
10022 "serde",10196 "serde",
10023 "serde_json",10197 "serde_json",
10024 "smallvec",10198 "smallvec",
10025 "sp-arithmetic",10199 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
10026 "sp-blockchain",10200 "sp-blockchain",
10027 "sp-consensus",10201 "sp-consensus",
10028 "sp-core",10202 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
10029 "sp-finality-grandpa",10203 "sp-finality-grandpa",
10030 "sp-runtime",10204 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
10031 "substrate-prometheus-endpoint",10205 "substrate-prometheus-endpoint",
10032 "thiserror",10206 "thiserror",
10033 "unsigned-varint 0.6.0",10207 "unsigned-varint 0.6.0",
10047 "log",10221 "log",
10048 "lru 0.7.5",10222 "lru 0.7.5",
10049 "sc-network",10223 "sc-network",
10050 "sp-runtime",10224 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
10051 "substrate-prometheus-endpoint",10225 "substrate-prometheus-endpoint",
10052 "tracing",10226 "tracing",
10053]10227]
10066 "hyper-rustls 0.22.1",10240 "hyper-rustls 0.22.1",
10067 "num_cpus",10241 "num_cpus",
10068 "once_cell",10242 "once_cell",
10069 "parity-scale-codec",10243 "parity-scale-codec 3.1.2",
10070 "parking_lot 0.12.0",10244 "parking_lot 0.12.0",
10071 "rand 0.7.3",10245 "rand 0.7.3",
10072 "sc-client-api",10246 "sc-client-api",
10073 "sc-network",10247 "sc-network",
10074 "sc-utils",10248 "sc-utils",
10075 "sp-api",10249 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
10076 "sp-core",10250 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
10077 "sp-offchain",10251 "sp-offchain",
10078 "sp-runtime",10252 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
10079 "threadpool",10253 "threadpool",
10080 "tracing",10254 "tracing",
10081]10255]
10112 "jsonrpc-core",10286 "jsonrpc-core",
10113 "jsonrpc-pubsub",10287 "jsonrpc-pubsub",
10114 "log",10288 "log",
10115 "parity-scale-codec",10289 "parity-scale-codec 3.1.2",
10116 "parking_lot 0.12.0",10290 "parking_lot 0.12.0",
10117 "sc-block-builder",10291 "sc-block-builder",
10118 "sc-chain-spec",10292 "sc-chain-spec",
10122 "sc-transaction-pool-api",10296 "sc-transaction-pool-api",
10123 "sc-utils",10297 "sc-utils",
10124 "serde_json",10298 "serde_json",
10125 "sp-api",10299 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
10126 "sp-blockchain",10300 "sp-blockchain",
10127 "sp-core",10301 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
10128 "sp-keystore",10302 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
10129 "sp-offchain",10303 "sp-offchain",
10130 "sp-rpc",10304 "sp-rpc",
10131 "sp-runtime",10305 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
10132 "sp-session",10306 "sp-session",
10133 "sp-version",10307 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
10134]10308]
1013510309
10136[[package]]10310[[package]]
10144 "jsonrpc-derive",10318 "jsonrpc-derive",
10145 "jsonrpc-pubsub",10319 "jsonrpc-pubsub",
10146 "log",10320 "log",
10147 "parity-scale-codec",10321 "parity-scale-codec 3.1.2",
10148 "parking_lot 0.12.0",10322 "parking_lot 0.12.0",
10149 "sc-chain-spec",10323 "sc-chain-spec",
10150 "sc-transaction-pool-api",10324 "sc-transaction-pool-api",
10151 "scale-info",10325 "scale-info",
10152 "serde",10326 "serde",
10153 "serde_json",10327 "serde_json",
10154 "sp-core",10328 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
10155 "sp-rpc",10329 "sp-rpc",
10156 "sp-runtime",10330 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
10157 "sp-tracing",10331 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
10158 "sp-version",10332 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
10159 "thiserror",10333 "thiserror",
10160]10334]
1016110335
10173 "log",10347 "log",
10174 "serde_json",10348 "serde_json",
10175 "substrate-prometheus-endpoint",10349 "substrate-prometheus-endpoint",
10176 "tokio 1.18.1",10350 "tokio 1.18.2",
10177]10351]
1017810352
10179[[package]]10353[[package]]
10190 "jsonrpc-core",10364 "jsonrpc-core",
10191 "jsonrpc-pubsub",10365 "jsonrpc-pubsub",
10192 "log",10366 "log",
10193 "parity-scale-codec",10367 "parity-scale-codec 3.1.2",
10194 "parity-util-mem",10368 "parity-util-mem",
10195 "parking_lot 0.12.0",10369 "parking_lot 0.12.0",
10196 "pin-project 1.0.10",10370 "pin-project 1.0.10",
10215 "sc-utils",10389 "sc-utils",
10216 "serde",10390 "serde",
10217 "serde_json",10391 "serde_json",
10218 "sp-api",10392 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
10219 "sp-application-crypto",10393 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
10220 "sp-block-builder",10394 "sp-block-builder",
10221 "sp-blockchain",10395 "sp-blockchain",
10222 "sp-consensus",10396 "sp-consensus",
10223 "sp-core",10397 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
10224 "sp-externalities",10398 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
10225 "sp-inherents",10399 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
10226 "sp-keystore",10400 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
10227 "sp-runtime",10401 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
10228 "sp-session",10402 "sp-session",
10229 "sp-state-machine",10403 "sp-state-machine 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
10230 "sp-storage",10404 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
10231 "sp-tracing",10405 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
10232 "sp-transaction-pool",10406 "sp-transaction-pool",
10233 "sp-transaction-storage-proof",10407 "sp-transaction-storage-proof",
10234 "sp-trie",10408 "sp-trie 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
10235 "sp-version",10409 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
10236 "substrate-prometheus-endpoint",10410 "substrate-prometheus-endpoint",
10237 "tempfile",10411 "tempfile",
10238 "thiserror",10412 "thiserror",
10239 "tokio 1.18.1",10413 "tokio 1.18.2",
10240 "tracing",10414 "tracing",
10241 "tracing-futures",10415 "tracing-futures",
10242]10416]
10247source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10421source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
10248dependencies = [10422dependencies = [
10249 "log",10423 "log",
10250 "parity-scale-codec",10424 "parity-scale-codec 3.1.2",
10251 "parity-util-mem",10425 "parity-util-mem",
10252 "parity-util-mem-derive",10426 "parity-util-mem-derive",
10253 "parking_lot 0.12.0",10427 "parking_lot 0.12.0",
10254 "sc-client-api",10428 "sc-client-api",
10255 "sp-core",10429 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
10256]10430]
1025710431
10258[[package]]10432[[package]]
10263 "jsonrpc-core",10437 "jsonrpc-core",
10264 "jsonrpc-core-client",10438 "jsonrpc-core-client",
10265 "jsonrpc-derive",10439 "jsonrpc-derive",
10266 "parity-scale-codec",10440 "parity-scale-codec 3.1.2",
10267 "sc-chain-spec",10441 "sc-chain-spec",
10268 "sc-client-api",10442 "sc-client-api",
10269 "sc-consensus-babe",10443 "sc-consensus-babe",
10272 "serde",10446 "serde",
10273 "serde_json",10447 "serde_json",
10274 "sp-blockchain",10448 "sp-blockchain",
10275 "sp-runtime",10449 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
10276 "thiserror",10450 "thiserror",
10277]10451]
1027810452
10290 "sc-telemetry",10464 "sc-telemetry",
10291 "serde",10465 "serde",
10292 "serde_json",10466 "serde_json",
10293 "sp-core",10467 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
10294 "sp-io",10468 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
10295 "sp-std",10469 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
10296]10470]
1029710471
10298[[package]]10472[[package]]
10332 "sc-rpc-server",10506 "sc-rpc-server",
10333 "sc-tracing-proc-macro",10507 "sc-tracing-proc-macro",
10334 "serde",10508 "serde",
10335 "sp-api",10509 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
10336 "sp-blockchain",10510 "sp-blockchain",
10337 "sp-core",10511 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
10338 "sp-rpc",10512 "sp-rpc",
10339 "sp-runtime",10513 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
10340 "sp-tracing",10514 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
10341 "thiserror",10515 "thiserror",
10342 "tracing",10516 "tracing",
10343 "tracing-log",10517 "tracing-log",
10364 "futures-timer",10538 "futures-timer",
10365 "linked-hash-map",10539 "linked-hash-map",
10366 "log",10540 "log",
10367 "parity-scale-codec",10541 "parity-scale-codec 3.1.2",
10368 "parity-util-mem",10542 "parity-util-mem",
10369 "parking_lot 0.12.0",10543 "parking_lot 0.12.0",
10370 "retain_mut",10544 "retain_mut",
10371 "sc-client-api",10545 "sc-client-api",
10372 "sc-transaction-pool-api",10546 "sc-transaction-pool-api",
10373 "sc-utils",10547 "sc-utils",
10374 "serde",10548 "serde",
10375 "sp-api",10549 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
10376 "sp-blockchain",10550 "sp-blockchain",
10377 "sp-core",10551 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
10378 "sp-runtime",10552 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
10379 "sp-tracing",10553 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
10380 "sp-transaction-pool",10554 "sp-transaction-pool",
10381 "substrate-prometheus-endpoint",10555 "substrate-prometheus-endpoint",
10382 "thiserror",10556 "thiserror",
10391 "log",10565 "log",
10392 "serde",10566 "serde",
10393 "sp-blockchain",10567 "sp-blockchain",
10394 "sp-runtime",10568 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
10395 "thiserror",10569 "thiserror",
10396]10570]
1039710571
1041010584
10411[[package]]10585[[package]]
10412name = "scale-info"10586name = "scale-info"
10413version = "2.1.1"10587version = "2.1.2"
10414source = "registry+https://github.com/rust-lang/crates.io-index"10588source = "registry+https://github.com/rust-lang/crates.io-index"
10415checksum = "8980cafbe98a7ee7a9cc16b32ebce542c77883f512d83fbf2ddc8f6a85ea74c9"10589checksum = "c46be926081c9f4dd5dd9b6f1d3e3229f2360bc6502dd8836f84a93b7c75e99a"
10416dependencies = [10590dependencies = [
10417 "bitvec",10591 "bitvec 1.0.0",
10418 "cfg-if 1.0.0",10592 "cfg-if 1.0.0",
10419 "derive_more",10593 "derive_more",
10420 "parity-scale-codec",10594 "parity-scale-codec 3.1.2",
10421 "scale-info-derive",10595 "scale-info-derive",
10422 "serde",10596 "serde",
10423]10597]
1042410598
10425[[package]]10599[[package]]
10426name = "scale-info-derive"10600name = "scale-info-derive"
10427version = "2.1.1"10601version = "2.1.2"
10428source = "registry+https://github.com/rust-lang/crates.io-index"10602source = "registry+https://github.com/rust-lang/crates.io-index"
10429checksum = "4260c630e8a8a33429d1688eff2f163f24c65a4e1b1578ef6b565061336e4b6f"10603checksum = "50e334bb10a245e28e5fd755cabcafd96cfcd167c99ae63a46924ca8d8703a3c"
10430dependencies = [10604dependencies = [
10431 "proc-macro-crate 1.1.3",10605 "proc-macro-crate 1.1.3",
10432 "proc-macro2",10606 "proc-macro2",
1043610610
10437[[package]]10611[[package]]
10438name = "schannel"10612name = "schannel"
10439version = "0.1.19"10613version = "0.1.20"
10440source = "registry+https://github.com/rust-lang/crates.io-index"10614source = "registry+https://github.com/rust-lang/crates.io-index"
10441checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"10615checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"
10442dependencies = [10616dependencies = [
10443 "lazy_static",10617 "lazy_static",
10444 "winapi 0.3.9",10618 "windows-sys",
10445]10619]
1044610620
10447[[package]]10621[[package]]
10634source = "registry+https://github.com/rust-lang/crates.io-index"10808source = "registry+https://github.com/rust-lang/crates.io-index"
10635checksum = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c"10809checksum = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c"
10636dependencies = [10810dependencies = [
10637 "itoa 1.0.1",10811 "itoa 1.0.2",
10638 "ryu",10812 "ryu",
10639 "serde",10813 "serde",
10640]10814]
1074810922
10749[[package]]10923[[package]]
10750name = "signal-hook"10924name = "signal-hook"
10751version = "0.3.13"10925version = "0.3.14"
10752source = "registry+https://github.com/rust-lang/crates.io-index"10926source = "registry+https://github.com/rust-lang/crates.io-index"
10753checksum = "647c97df271007dcea485bb74ffdb57f2e683f1306c854f468a0c244badabf2d"10927checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d"
10754dependencies = [10928dependencies = [
10755 "libc",10929 "libc",
10756 "signal-hook-registry",10930 "signal-hook-registry",
10798source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"10972source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"
10799dependencies = [10973dependencies = [
10800 "enumn",10974 "enumn",
10801 "parity-scale-codec",10975 "parity-scale-codec 3.1.2",
10802 "paste",10976 "paste",
10803 "sp-runtime",10977 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
10804 "sp-std",10978 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
10805]10979]
1080610980
10807[[package]]10981[[package]]
10883[[package]]11057[[package]]
10884name = "sp-api"11058name = "sp-api"
10885version = "4.0.0-dev"11059version = "4.0.0-dev"
11060source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
11061dependencies = [
11062 "hash-db",
11063 "log",
11064 "parity-scale-codec 3.1.2",
11065 "sp-api-proc-macro 4.0.0-dev (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
11066 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
11067 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
11068 "sp-state-machine 0.12.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
11069 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
11070 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
11071 "thiserror",
11072]
11073
11074[[package]]
11075name = "sp-api"
11076version = "4.0.0-dev"
10886source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11077source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
10887dependencies = [11078dependencies = [
10888 "hash-db",11079 "hash-db",
10889 "log",11080 "log",
10890 "parity-scale-codec",11081 "parity-scale-codec 3.1.2",
10891 "sp-api-proc-macro",11082 "sp-api-proc-macro 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
10892 "sp-core",11083 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
10893 "sp-runtime",11084 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
10894 "sp-state-machine",11085 "sp-state-machine 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
10895 "sp-std",11086 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
10896 "sp-version",11087 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
10897 "thiserror",11088 "thiserror",
10898]11089]
1089911090
10900[[package]]11091[[package]]
10901name = "sp-api-proc-macro"11092name = "sp-api-proc-macro"
10902version = "4.0.0-dev"11093version = "4.0.0-dev"
11094source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
11095dependencies = [
11096 "blake2 0.10.4",
11097 "proc-macro-crate 1.1.3",
11098 "proc-macro2",
11099 "quote",
11100 "syn",
11101]
11102
11103[[package]]
11104name = "sp-api-proc-macro"
11105version = "4.0.0-dev"
10903source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11106source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
10904dependencies = [11107dependencies = [
10905 "blake2 0.10.4",11108 "blake2 0.10.4",
10912[[package]]11115[[package]]
10913name = "sp-application-crypto"11116name = "sp-application-crypto"
10914version = "6.0.0"11117version = "6.0.0"
11118source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
11119dependencies = [
11120 "parity-scale-codec 3.1.2",
11121 "scale-info",
11122 "serde",
11123 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
11124 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
11125 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
11126]
11127
11128[[package]]
11129name = "sp-application-crypto"
11130version = "6.0.0"
10915source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11131source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
10916dependencies = [11132dependencies = [
10917 "parity-scale-codec",11133 "parity-scale-codec 3.1.2",
10918 "scale-info",11134 "scale-info",
10919 "serde",11135 "serde",
10920 "sp-core",11136 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
10921 "sp-io",11137 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
10922 "sp-std",11138 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
10923]11139]
1092411140
10925[[package]]11141[[package]]
10926name = "sp-arithmetic"11142name = "sp-arithmetic"
10927version = "5.0.0"11143version = "5.0.0"
11144source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
11145dependencies = [
11146 "integer-sqrt",
11147 "num-traits",
11148 "parity-scale-codec 3.1.2",
11149 "scale-info",
11150 "serde",
11151 "sp-debug-derive 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
11152 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
11153 "static_assertions",
11154]
11155
11156[[package]]
11157name = "sp-arithmetic"
11158version = "5.0.0"
10928source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11159source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
10929dependencies = [11160dependencies = [
10930 "integer-sqrt",11161 "integer-sqrt",
10931 "num-traits",11162 "num-traits",
10932 "parity-scale-codec",11163 "parity-scale-codec 3.1.2",
10933 "scale-info",11164 "scale-info",
10934 "serde",11165 "serde",
10935 "sp-debug-derive",11166 "sp-debug-derive 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
10936 "sp-std",11167 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
10937 "static_assertions",11168 "static_assertions",
10938]11169]
1093911170
10942version = "4.0.0-dev"11173version = "4.0.0-dev"
10943source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11174source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
10944dependencies = [11175dependencies = [
10945 "parity-scale-codec",11176 "parity-scale-codec 3.1.2",
10946 "scale-info",11177 "scale-info",
10947 "sp-api",11178 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
10948 "sp-application-crypto",11179 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
10949 "sp-runtime",11180 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
10950 "sp-std",11181 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
10951]11182]
1095211183
10953[[package]]11184[[package]]
10956source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11187source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
10957dependencies = [11188dependencies = [
10958 "async-trait",11189 "async-trait",
10959 "parity-scale-codec",11190 "parity-scale-codec 3.1.2",
10960 "sp-inherents",11191 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
10961 "sp-runtime",11192 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
10962 "sp-std",11193 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
10963]11194]
1096411195
10965[[package]]11196[[package]]
10966name = "sp-block-builder"11197name = "sp-block-builder"
10967version = "4.0.0-dev"11198version = "4.0.0-dev"
10968source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11199source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
10969dependencies = [11200dependencies = [
10970 "parity-scale-codec",11201 "parity-scale-codec 3.1.2",
10971 "sp-api",11202 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
10972 "sp-inherents",11203 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
10973 "sp-runtime",11204 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
10974 "sp-std",11205 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
10975]11206]
1097611207
10977[[package]]11208[[package]]
10982 "futures 0.3.21",11213 "futures 0.3.21",
10983 "log",11214 "log",
10984 "lru 0.7.5",11215 "lru 0.7.5",
10985 "parity-scale-codec",11216 "parity-scale-codec 3.1.2",
10986 "parking_lot 0.12.0",11217 "parking_lot 0.12.0",
10987 "sp-api",11218 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
10988 "sp-consensus",11219 "sp-consensus",
10989 "sp-database",11220 "sp-database",
10990 "sp-runtime",11221 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
10991 "sp-state-machine",11222 "sp-state-machine 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
10992 "thiserror",11223 "thiserror",
10993]11224]
1099411225
11001 "futures 0.3.21",11232 "futures 0.3.21",
11002 "futures-timer",11233 "futures-timer",
11003 "log",11234 "log",
11004 "parity-scale-codec",11235 "parity-scale-codec 3.1.2",
11005 "sp-core",11236 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11006 "sp-inherents",11237 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11007 "sp-runtime",11238 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11008 "sp-state-machine",11239 "sp-state-machine 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11009 "sp-std",11240 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11010 "sp-version",11241 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11011 "thiserror",11242 "thiserror",
11012]11243]
1101311244
11017source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11248source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11018dependencies = [11249dependencies = [
11019 "async-trait",11250 "async-trait",
11020 "parity-scale-codec",11251 "parity-scale-codec 3.1.2",
11021 "scale-info",11252 "scale-info",
11022 "sp-api",11253 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11023 "sp-application-crypto",11254 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11024 "sp-consensus",11255 "sp-consensus",
11025 "sp-consensus-slots",11256 "sp-consensus-slots",
11026 "sp-inherents",11257 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11027 "sp-runtime",11258 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11028 "sp-std",11259 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11029 "sp-timestamp",11260 "sp-timestamp",
11030]11261]
1103111262
11036dependencies = [11267dependencies = [
11037 "async-trait",11268 "async-trait",
11038 "merlin",11269 "merlin",
11039 "parity-scale-codec",11270 "parity-scale-codec 3.1.2",
11040 "scale-info",11271 "scale-info",
11041 "serde",11272 "serde",
11042 "sp-api",11273 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11043 "sp-application-crypto",11274 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11044 "sp-consensus",11275 "sp-consensus",
11045 "sp-consensus-slots",11276 "sp-consensus-slots",
11046 "sp-consensus-vrf",11277 "sp-consensus-vrf",
11047 "sp-core",11278 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11048 "sp-inherents",11279 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11049 "sp-keystore",11280 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11050 "sp-runtime",11281 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11051 "sp-std",11282 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11052 "sp-timestamp",11283 "sp-timestamp",
11053]11284]
1105411285
11057version = "0.10.0-dev"11288version = "0.10.0-dev"
11058source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11289source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11059dependencies = [11290dependencies = [
11060 "parity-scale-codec",11291 "parity-scale-codec 3.1.2",
11061 "scale-info",11292 "scale-info",
11062 "serde",11293 "serde",
11063 "sp-arithmetic",11294 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11064 "sp-runtime",11295 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11065 "sp-std",11296 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11066 "sp-timestamp",11297 "sp-timestamp",
11067]11298]
1106811299
11071version = "0.10.0-dev"11302version = "0.10.0-dev"
11072source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11303source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11073dependencies = [11304dependencies = [
11074 "parity-scale-codec",11305 "parity-scale-codec 3.1.2",
11075 "schnorrkel",11306 "schnorrkel",
11076 "sp-core",11307 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11077 "sp-runtime",11308 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11078 "sp-std",11309 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11079]11310]
1108011311
11081[[package]]11312[[package]]
11082name = "sp-core"11313name = "sp-core"
11083version = "6.0.0"11314version = "6.0.0"
11315source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
11316dependencies = [
11317 "base58",
11318 "bitflags",
11319 "blake2-rfc",
11320 "byteorder",
11321 "dyn-clonable",
11322 "ed25519-dalek",
11323 "futures 0.3.21",
11324 "hash-db",
11325 "hash256-std-hasher",
11326 "hex",
11327 "impl-serde",
11328 "lazy_static",
11329 "libsecp256k1",
11330 "log",
11331 "merlin",
11332 "num-traits",
11333 "parity-scale-codec 3.1.2",
11334 "parity-util-mem",
11335 "parking_lot 0.12.0",
11336 "primitive-types",
11337 "rand 0.7.3",
11338 "regex",
11339 "scale-info",
11340 "schnorrkel",
11341 "secp256k1",
11342 "secrecy",
11343 "serde",
11344 "sp-core-hashing 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
11345 "sp-debug-derive 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
11346 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
11347 "sp-runtime-interface 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
11348 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
11349 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
11350 "ss58-registry",
11351 "substrate-bip39",
11352 "thiserror",
11353 "tiny-bip39",
11354 "wasmi",
11355 "zeroize",
11356]
11357
11358[[package]]
11359name = "sp-core"
11360version = "6.0.0"
11084source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11361source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11085dependencies = [11362dependencies = [
11086 "base58",11363 "base58",
11099 "log",11376 "log",
11100 "merlin",11377 "merlin",
11101 "num-traits",11378 "num-traits",
11102 "parity-scale-codec",11379 "parity-scale-codec 3.1.2",
11103 "parity-util-mem",11380 "parity-util-mem",
11104 "parking_lot 0.12.0",11381 "parking_lot 0.12.0",
11105 "primitive-types",11382 "primitive-types",
11110 "secp256k1",11387 "secp256k1",
11111 "secrecy",11388 "secrecy",
11112 "serde",11389 "serde",
11113 "sp-core-hashing",11390 "sp-core-hashing 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11114 "sp-debug-derive",11391 "sp-debug-derive 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11115 "sp-externalities",11392 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11116 "sp-runtime-interface",11393 "sp-runtime-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11117 "sp-std",11394 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11118 "sp-storage",11395 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11119 "ss58-registry",11396 "ss58-registry",
11120 "substrate-bip39",11397 "substrate-bip39",
11121 "thiserror",11398 "thiserror",
11127[[package]]11404[[package]]
11128name = "sp-core-hashing"11405name = "sp-core-hashing"
11129version = "4.0.0"11406version = "4.0.0"
11407source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
11408dependencies = [
11409 "blake2 0.10.4",
11410 "byteorder",
11411 "digest 0.10.3",
11412 "sha2 0.10.2",
11413 "sha3 0.10.1",
11414 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
11415 "twox-hash",
11416]
11417
11418[[package]]
11419name = "sp-core-hashing"
11420version = "4.0.0"
11130source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11421source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11131dependencies = [11422dependencies = [
11132 "blake2 0.10.4",11423 "blake2 0.10.4",
11133 "byteorder",11424 "byteorder",
11134 "digest 0.10.3",11425 "digest 0.10.3",
11135 "sha2 0.10.2",11426 "sha2 0.10.2",
11136 "sha3 0.10.1",11427 "sha3 0.10.1",
11137 "sp-std",11428 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11138 "twox-hash",11429 "twox-hash",
11139]11430]
1114011431
11141[[package]]11432[[package]]
11142name = "sp-core-hashing-proc-macro"11433name = "sp-core-hashing-proc-macro"
11143version = "5.0.0"11434version = "5.0.0"
11435source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
11436dependencies = [
11437 "proc-macro2",
11438 "quote",
11439 "sp-core-hashing 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
11440 "syn",
11441]
11442
11443[[package]]
11444name = "sp-core-hashing-proc-macro"
11445version = "5.0.0"
11144source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11446source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11145dependencies = [11447dependencies = [
11146 "proc-macro2",11448 "proc-macro2",
11147 "quote",11449 "quote",
11148 "sp-core-hashing",11450 "sp-core-hashing 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11149 "syn",11451 "syn",
11150]11452]
1115111453
11161[[package]]11463[[package]]
11162name = "sp-debug-derive"11464name = "sp-debug-derive"
11163version = "4.0.0"11465version = "4.0.0"
11466source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
11467dependencies = [
11468 "proc-macro2",
11469 "quote",
11470 "syn",
11471]
11472
11473[[package]]
11474name = "sp-debug-derive"
11475version = "4.0.0"
11164source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11476source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11165dependencies = [11477dependencies = [
11166 "proc-macro2",11478 "proc-macro2",
11171[[package]]11483[[package]]
11172name = "sp-externalities"11484name = "sp-externalities"
11173version = "0.12.0"11485version = "0.12.0"
11486source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
11487dependencies = [
11488 "environmental",
11489 "parity-scale-codec 3.1.2",
11490 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
11491 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
11492]
11493
11494[[package]]
11495name = "sp-externalities"
11496version = "0.12.0"
11174source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11497source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11175dependencies = [11498dependencies = [
11176 "environmental",11499 "environmental",
11177 "parity-scale-codec",11500 "parity-scale-codec 3.1.2",
11178 "sp-std",11501 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11179 "sp-storage",11502 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11180]11503]
1118111504
11182[[package]]11505[[package]]
11186dependencies = [11509dependencies = [
11187 "finality-grandpa",11510 "finality-grandpa",
11188 "log",11511 "log",
11189 "parity-scale-codec",11512 "parity-scale-codec 3.1.2",
11190 "scale-info",11513 "scale-info",
11191 "serde",11514 "serde",
11192 "sp-api",11515 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11193 "sp-application-crypto",11516 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11194 "sp-core",11517 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11195 "sp-keystore",11518 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11196 "sp-runtime",11519 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11197 "sp-std",11520 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11198]11521]
1119911522
11200[[package]]11523[[package]]
11201name = "sp-inherents"11524name = "sp-inherents"
11202version = "4.0.0-dev"11525version = "4.0.0-dev"
11526source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
11527dependencies = [
11528 "async-trait",
11529 "impl-trait-for-tuples",
11530 "parity-scale-codec 3.1.2",
11531 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
11532 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
11533 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
11534 "thiserror",
11535]
11536
11537[[package]]
11538name = "sp-inherents"
11539version = "4.0.0-dev"
11203source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11540source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11204dependencies = [11541dependencies = [
11205 "async-trait",11542 "async-trait",
11206 "impl-trait-for-tuples",11543 "impl-trait-for-tuples",
11207 "parity-scale-codec",11544 "parity-scale-codec 3.1.2",
11208 "sp-core",11545 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11209 "sp-runtime",11546 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11210 "sp-std",11547 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11211 "thiserror",11548 "thiserror",
11212]11549]
1121311550
11214[[package]]11551[[package]]
11215name = "sp-io"11552name = "sp-io"
11216version = "6.0.0"11553version = "6.0.0"
11554source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
11555dependencies = [
11556 "futures 0.3.21",
11557 "hash-db",
11558 "libsecp256k1",
11559 "log",
11560 "parity-scale-codec 3.1.2",
11561 "parking_lot 0.12.0",
11562 "secp256k1",
11563 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
11564 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
11565 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
11566 "sp-runtime-interface 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
11567 "sp-state-machine 0.12.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
11568 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
11569 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
11570 "sp-trie 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
11571 "sp-wasm-interface 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
11572 "tracing",
11573 "tracing-core",
11574]
11575
11576[[package]]
11577name = "sp-io"
11578version = "6.0.0"
11217source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11579source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11218dependencies = [11580dependencies = [
11219 "futures 0.3.21",11581 "futures 0.3.21",
11220 "hash-db",11582 "hash-db",
11221 "libsecp256k1",11583 "libsecp256k1",
11222 "log",11584 "log",
11223 "parity-scale-codec",11585 "parity-scale-codec 3.1.2",
11224 "parking_lot 0.12.0",11586 "parking_lot 0.12.0",
11225 "secp256k1",11587 "secp256k1",
11226 "sp-core",11588 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11227 "sp-externalities",11589 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11228 "sp-keystore",11590 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11229 "sp-runtime-interface",11591 "sp-runtime-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11230 "sp-state-machine",11592 "sp-state-machine 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11231 "sp-std",11593 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11232 "sp-tracing",11594 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11233 "sp-trie",11595 "sp-trie 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11234 "sp-wasm-interface",11596 "sp-wasm-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11235 "tracing",11597 "tracing",
11236 "tracing-core",11598 "tracing-core",
11237]11599]
11242source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11604source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11243dependencies = [11605dependencies = [
11244 "lazy_static",11606 "lazy_static",
11245 "sp-core",11607 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11246 "sp-runtime",11608 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11247 "strum 0.23.0",11609 "strum 0.23.0",
11248]11610]
1124911611
11250[[package]]11612[[package]]
11251name = "sp-keystore"11613name = "sp-keystore"
11252version = "0.12.0"11614version = "0.12.0"
11615source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
11616dependencies = [
11617 "async-trait",
11618 "futures 0.3.21",
11619 "merlin",
11620 "parity-scale-codec 3.1.2",
11621 "parking_lot 0.12.0",
11622 "schnorrkel",
11623 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
11624 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
11625 "thiserror",
11626]
11627
11628[[package]]
11629name = "sp-keystore"
11630version = "0.12.0"
11253source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11631source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11254dependencies = [11632dependencies = [
11255 "async-trait",11633 "async-trait",
11256 "futures 0.3.21",11634 "futures 0.3.21",
11257 "merlin",11635 "merlin",
11258 "parity-scale-codec",11636 "parity-scale-codec 3.1.2",
11259 "parking_lot 0.12.0",11637 "parking_lot 0.12.0",
11260 "schnorrkel",11638 "schnorrkel",
11261 "serde",11639 "serde",
11262 "sp-core",11640 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11263 "sp-externalities",11641 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11264 "thiserror",11642 "thiserror",
11265]11643]
1126611644
11279source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11657source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11280dependencies = [11658dependencies = [
11281 "log",11659 "log",
11282 "parity-scale-codec",11660 "parity-scale-codec 3.1.2",
11283 "serde",11661 "serde",
11284 "sp-api",11662 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11285 "sp-core",11663 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11286 "sp-debug-derive",11664 "sp-debug-derive 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11287 "sp-runtime",11665 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11288 "sp-std",11666 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11289]11667]
1129011668
11291[[package]]11669[[package]]
11292name = "sp-npos-elections"11670name = "sp-npos-elections"
11293version = "4.0.0-dev"11671version = "4.0.0-dev"
11294source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11672source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11295dependencies = [11673dependencies = [
11296 "parity-scale-codec",11674 "parity-scale-codec 3.1.2",
11297 "scale-info",11675 "scale-info",
11298 "serde",11676 "serde",
11299 "sp-arithmetic",11677 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11300 "sp-core",11678 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11301 "sp-runtime",11679 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11302 "sp-std",11680 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11303]11681]
1130411682
11305[[package]]11683[[package]]
11306name = "sp-offchain"11684name = "sp-offchain"
11307version = "4.0.0-dev"11685version = "4.0.0-dev"
11308source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11686source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11309dependencies = [11687dependencies = [
11310 "sp-api",11688 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11311 "sp-core",11689 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11312 "sp-runtime",11690 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11313]11691]
1131411692
11315[[package]]11693[[package]]
11316name = "sp-panic-handler"11694name = "sp-panic-handler"
11317version = "4.0.0"11695version = "4.0.0"
11696source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
11697dependencies = [
11698 "backtrace",
11699 "lazy_static",
11700 "regex",
11701]
11702
11703[[package]]
11704name = "sp-panic-handler"
11705version = "4.0.0"
11318source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11706source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11319dependencies = [11707dependencies = [
11320 "backtrace",11708 "backtrace",
11329dependencies = [11717dependencies = [
11330 "rustc-hash",11718 "rustc-hash",
11331 "serde",11719 "serde",
11332 "sp-core",11720 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11333]11721]
1133411722
11335[[package]]11723[[package]]
11336name = "sp-runtime"11724name = "sp-runtime"
11337version = "6.0.0"11725version = "6.0.0"
11726source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
11727dependencies = [
11728 "either",
11729 "hash256-std-hasher",
11730 "impl-trait-for-tuples",
11731 "log",
11732 "parity-scale-codec 3.1.2",
11733 "parity-util-mem",
11734 "paste",
11735 "rand 0.7.3",
11736 "scale-info",
11737 "serde",
11738 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
11739 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
11740 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
11741 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
11742 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
11743]
11744
11745[[package]]
11746name = "sp-runtime"
11747version = "6.0.0"
11338source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11748source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11339dependencies = [11749dependencies = [
11340 "either",11750 "either",
11341 "hash256-std-hasher",11751 "hash256-std-hasher",
11342 "impl-trait-for-tuples",11752 "impl-trait-for-tuples",
11343 "log",11753 "log",
11344 "parity-scale-codec",11754 "parity-scale-codec 3.1.2",
11345 "parity-util-mem",11755 "parity-util-mem",
11346 "paste",11756 "paste",
11347 "rand 0.7.3",11757 "rand 0.7.3",
11348 "scale-info",11758 "scale-info",
11349 "serde",11759 "serde",
11350 "sp-application-crypto",11760 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11351 "sp-arithmetic",11761 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11352 "sp-core",11762 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11353 "sp-io",11763 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11354 "sp-std",11764 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11355]11765]
1135611766
11357[[package]]11767[[package]]
11358name = "sp-runtime-interface"11768name = "sp-runtime-interface"
11359version = "6.0.0"11769version = "6.0.0"
11770source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
11771dependencies = [
11772 "impl-trait-for-tuples",
11773 "parity-scale-codec 3.1.2",
11774 "primitive-types",
11775 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
11776 "sp-runtime-interface-proc-macro 5.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
11777 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
11778 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
11779 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
11780 "sp-wasm-interface 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
11781 "static_assertions",
11782]
11783
11784[[package]]
11785name = "sp-runtime-interface"
11786version = "6.0.0"
11360source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11787source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11361dependencies = [11788dependencies = [
11362 "impl-trait-for-tuples",11789 "impl-trait-for-tuples",
11363 "parity-scale-codec",11790 "parity-scale-codec 3.1.2",
11364 "primitive-types",11791 "primitive-types",
11365 "sp-externalities",11792 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11366 "sp-runtime-interface-proc-macro",11793 "sp-runtime-interface-proc-macro 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11367 "sp-std",11794 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11368 "sp-storage",11795 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11369 "sp-tracing",11796 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11370 "sp-wasm-interface",11797 "sp-wasm-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11371 "static_assertions",11798 "static_assertions",
11372]11799]
1137311800
11374[[package]]11801[[package]]
11375name = "sp-runtime-interface-proc-macro"11802name = "sp-runtime-interface-proc-macro"
11376version = "5.0.0"11803version = "5.0.0"
11804source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
11805dependencies = [
11806 "Inflector",
11807 "proc-macro-crate 1.1.3",
11808 "proc-macro2",
11809 "quote",
11810 "syn",
11811]
11812
11813[[package]]
11814name = "sp-runtime-interface-proc-macro"
11815version = "5.0.0"
11377source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11816source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11378dependencies = [11817dependencies = [
11379 "Inflector",11818 "Inflector",
11397version = "4.0.0-dev"11836version = "4.0.0-dev"
11398source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11837source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11399dependencies = [11838dependencies = [
11400 "parity-scale-codec",11839 "parity-scale-codec 3.1.2",
11401 "scale-info",11840 "scale-info",
11402 "sp-api",11841 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11403 "sp-core",11842 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11404 "sp-runtime",11843 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11405 "sp-staking",11844 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11406 "sp-std",11845 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11407]11846]
1140811847
11409[[package]]11848[[package]]
11410name = "sp-staking"11849name = "sp-staking"
11411version = "4.0.0-dev"11850version = "4.0.0-dev"
11851source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
11852dependencies = [
11853 "parity-scale-codec 3.1.2",
11854 "scale-info",
11855 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
11856 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
11857]
11858
11859[[package]]
11860name = "sp-staking"
11861version = "4.0.0-dev"
11412source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11862source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11413dependencies = [11863dependencies = [
11414 "parity-scale-codec",11864 "parity-scale-codec 3.1.2",
11415 "scale-info",11865 "scale-info",
11416 "sp-runtime",11866 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11417 "sp-std",11867 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11418]11868]
1141911869
11420[[package]]11870[[package]]
11421name = "sp-state-machine"11871name = "sp-state-machine"
11422version = "0.12.0"11872version = "0.12.0"
11873source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
11874dependencies = [
11875 "hash-db",
11876 "log",
11877 "num-traits",
11878 "parity-scale-codec 3.1.2",
11879 "parking_lot 0.12.0",
11880 "rand 0.7.3",
11881 "smallvec",
11882 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
11883 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
11884 "sp-panic-handler 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
11885 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
11886 "sp-trie 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
11887 "thiserror",
11888 "tracing",
11889 "trie-db",
11890 "trie-root",
11891]
11892
11893[[package]]
11894name = "sp-state-machine"
11895version = "0.12.0"
11423source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11896source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11424dependencies = [11897dependencies = [
11425 "hash-db",11898 "hash-db",
11426 "log",11899 "log",
11427 "num-traits",11900 "num-traits",
11428 "parity-scale-codec",11901 "parity-scale-codec 3.1.2",
11429 "parking_lot 0.12.0",11902 "parking_lot 0.12.0",
11430 "rand 0.7.3",11903 "rand 0.7.3",
11431 "smallvec",11904 "smallvec",
11432 "sp-core",11905 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11433 "sp-externalities",11906 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11434 "sp-panic-handler",11907 "sp-panic-handler 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11435 "sp-std",11908 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11436 "sp-trie",11909 "sp-trie 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11437 "thiserror",11910 "thiserror",
11438 "tracing",11911 "tracing",
11439 "trie-root",11912 "trie-root",
11442[[package]]11915[[package]]
11443name = "sp-std"11916name = "sp-std"
11444version = "4.0.0"11917version = "4.0.0"
11918source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
11919
11920[[package]]
11921name = "sp-std"
11922version = "4.0.0"
11445source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11923source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
1144611924
11447[[package]]11925[[package]]
11448name = "sp-storage"11926name = "sp-storage"
11449version = "6.0.0"11927version = "6.0.0"
11928source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
11929dependencies = [
11930 "impl-serde",
11931 "parity-scale-codec 3.1.2",
11932 "ref-cast",
11933 "serde",
11934 "sp-debug-derive 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
11935 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
11936]
11937
11938[[package]]
11939name = "sp-storage"
11940version = "6.0.0"
11450source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11941source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11451dependencies = [11942dependencies = [
11452 "impl-serde",11943 "impl-serde",
11453 "parity-scale-codec",11944 "parity-scale-codec 3.1.2",
11454 "ref-cast",11945 "ref-cast",
11455 "serde",11946 "serde",
11456 "sp-debug-derive",11947 "sp-debug-derive 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11457 "sp-std",11948 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11458]11949]
1145911950
11460[[package]]11951[[package]]
11463source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11954source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11464dependencies = [11955dependencies = [
11465 "log",11956 "log",
11466 "sp-core",11957 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11467 "sp-externalities",11958 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11468 "sp-io",11959 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11469 "sp-runtime-interface",11960 "sp-runtime-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11470 "sp-std",11961 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11471]11962]
1147211963
11473[[package]]11964[[package]]
11478 "async-trait",11969 "async-trait",
11479 "futures-timer",11970 "futures-timer",
11480 "log",11971 "log",
11481 "parity-scale-codec",11972 "parity-scale-codec 3.1.2",
11482 "sp-api",11973 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11483 "sp-inherents",11974 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11484 "sp-runtime",11975 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11485 "sp-std",11976 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11486 "thiserror",11977 "thiserror",
11487]11978]
1148811979
11489[[package]]11980[[package]]
11490name = "sp-tracing"11981name = "sp-tracing"
11491version = "5.0.0"11982version = "5.0.0"
11983source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
11984dependencies = [
11985 "parity-scale-codec 3.1.2",
11986 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
11987 "tracing",
11988 "tracing-core",
11989 "tracing-subscriber",
11990]
11991
11992[[package]]
11993name = "sp-tracing"
11994version = "5.0.0"
11492source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11995source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11493dependencies = [11996dependencies = [
11494 "parity-scale-codec",11997 "parity-scale-codec 3.1.2",
11495 "sp-std",11998 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11496 "tracing",11999 "tracing",
11497 "tracing-core",12000 "tracing-core",
11498 "tracing-subscriber",12001 "tracing-subscriber",
11503version = "4.0.0-dev"12006version = "4.0.0-dev"
11504source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"12007source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11505dependencies = [12008dependencies = [
11506 "sp-api",12009 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11507 "sp-runtime",12010 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11508]12011]
1150912012
11510[[package]]12013[[package]]
11514dependencies = [12017dependencies = [
11515 "async-trait",12018 "async-trait",
11516 "log",12019 "log",
11517 "parity-scale-codec",12020 "parity-scale-codec 3.1.2",
11518 "scale-info",12021 "scale-info",
11519 "sp-core",12022 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11520 "sp-inherents",12023 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11521 "sp-runtime",12024 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11522 "sp-std",12025 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11523 "sp-trie",12026 "sp-trie 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11524]12027]
1152512028
11526[[package]]12029[[package]]
11527name = "sp-trie"12030name = "sp-trie"
11528version = "6.0.0"12031version = "6.0.0"
12032source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
12033dependencies = [
12034 "hash-db",
12035 "memory-db",
12036 "parity-scale-codec 3.1.2",
12037 "scale-info",
12038 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
12039 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
12040 "thiserror",
12041 "trie-db",
12042 "trie-root",
12043]
12044
12045[[package]]
12046name = "sp-trie"
12047version = "6.0.0"
11529source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"12048source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11530dependencies = [12049dependencies = [
11531 "hash-db",12050 "hash-db",
11532 "memory-db",12051 "memory-db",
11533 "parity-scale-codec",12052 "parity-scale-codec 3.1.2",
11534 "scale-info",12053 "scale-info",
11535 "sp-core",12054 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11536 "sp-std",12055 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11537 "thiserror",12056 "thiserror",
11538 "trie-db",12057 "trie-db",
11539 "trie-root",12058 "trie-root",
11542[[package]]12061[[package]]
11543name = "sp-version"12062name = "sp-version"
11544version = "5.0.0"12063version = "5.0.0"
12064source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
12065dependencies = [
12066 "impl-serde",
12067 "parity-scale-codec 3.1.2",
12068 "parity-wasm 0.42.2",
12069 "scale-info",
12070 "serde",
12071 "sp-core-hashing-proc-macro 5.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
12072 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
12073 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
12074 "sp-version-proc-macro 4.0.0-dev (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
12075 "thiserror",
12076]
12077
12078[[package]]
12079name = "sp-version"
12080version = "5.0.0"
11545source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"12081source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11546dependencies = [12082dependencies = [
11547 "impl-serde",12083 "impl-serde",
11548 "parity-scale-codec",12084 "parity-scale-codec 3.1.2",
11549 "parity-wasm 0.42.2",12085 "parity-wasm 0.42.2",
11550 "scale-info",12086 "scale-info",
11551 "serde",12087 "serde",
11552 "sp-core-hashing-proc-macro",12088 "sp-core-hashing-proc-macro 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11553 "sp-runtime",12089 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11554 "sp-std",12090 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11555 "sp-version-proc-macro",12091 "sp-version-proc-macro 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11556 "thiserror",12092 "thiserror",
11557]12093]
1155812094
11559[[package]]12095[[package]]
11560name = "sp-version-proc-macro"12096name = "sp-version-proc-macro"
11561version = "4.0.0-dev"12097version = "4.0.0-dev"
12098source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
12099dependencies = [
12100 "parity-scale-codec 3.1.2",
12101 "proc-macro2",
12102 "quote",
12103 "syn",
12104]
12105
12106[[package]]
12107name = "sp-version-proc-macro"
12108version = "4.0.0-dev"
11562source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"12109source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11563dependencies = [12110dependencies = [
11564 "parity-scale-codec",12111 "parity-scale-codec 3.1.2",
11565 "proc-macro2",12112 "proc-macro2",
11566 "quote",12113 "quote",
11567 "syn",12114 "syn",
11570[[package]]12117[[package]]
11571name = "sp-wasm-interface"12118name = "sp-wasm-interface"
11572version = "6.0.0"12119version = "6.0.0"
12120source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
12121dependencies = [
12122 "impl-trait-for-tuples",
12123 "log",
12124 "parity-scale-codec 3.1.2",
12125 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",
12126 "wasmi",
12127]
12128
12129[[package]]
12130name = "sp-wasm-interface"
12131version = "6.0.0"
11573source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"12132source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11574dependencies = [12133dependencies = [
11575 "impl-trait-for-tuples",12134 "impl-trait-for-tuples",
11576 "log",12135 "log",
11577 "parity-scale-codec",12136 "parity-scale-codec 3.1.2",
11578 "sp-std",12137 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11579 "wasmi",12138 "wasmi",
11580 "wasmtime",12139 "wasmtime",
11581]12140]
1159812157
11599[[package]]12158[[package]]
11600name = "ss58-registry"12159name = "ss58-registry"
11601version = "1.17.0"12160version = "1.18.0"
11602source = "registry+https://github.com/rust-lang/crates.io-index"12161source = "registry+https://github.com/rust-lang/crates.io-index"
11603checksum = "7b84a70894df7a73666e0694f44b41a9571625e9546fb58a0818a565d2c7e084"12162checksum = "ceb8b72a924ccfe7882d0e26144c114503760a4d1248bb5cd06c8ab2d55404cc"
11604dependencies = [12163dependencies = [
11605 "Inflector",12164 "Inflector",
11606 "num-format",12165 "num-format",
11751 "jsonrpc-core-client",12310 "jsonrpc-core-client",
11752 "jsonrpc-derive",12311 "jsonrpc-derive",
11753 "log",12312 "log",
11754 "parity-scale-codec",12313 "parity-scale-codec 3.1.2",
11755 "sc-client-api",12314 "sc-client-api",
11756 "sc-rpc-api",12315 "sc-rpc-api",
11757 "sc-transaction-pool-api",12316 "sc-transaction-pool-api",
11758 "sp-api",12317 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11759 "sp-block-builder",12318 "sp-block-builder",
11760 "sp-blockchain",12319 "sp-blockchain",
11761 "sp-core",12320 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11762 "sp-runtime",12321 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11763]12322]
1176412323
11765[[package]]12324[[package]]
11772 "log",12331 "log",
11773 "prometheus",12332 "prometheus",
11774 "thiserror",12333 "thiserror",
11775 "tokio 1.18.1",12334 "tokio 1.18.2",
11776]12335]
1177712336
11778[[package]]12337[[package]]
11784 "jsonrpc-core-client",12343 "jsonrpc-core-client",
11785 "jsonrpc-derive",12344 "jsonrpc-derive",
11786 "log",12345 "log",
11787 "parity-scale-codec",12346 "parity-scale-codec 3.1.2",
11788 "sc-client-api",12347 "sc-client-api",
11789 "sc-rpc-api",12348 "sc-rpc-api",
11790 "scale-info",12349 "scale-info",
11791 "serde",12350 "serde",
11792 "sp-core",12351 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11793 "sp-io",12352 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11794 "sp-runtime",12353 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11795 "sp-state-machine",12354 "sp-state-machine 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11796 "sp-std",12355 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11797 "sp-trie",12356 "sp-trie 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11798 "trie-db",12357 "trie-db",
11799]12358]
1180012359
11806 "async-trait",12365 "async-trait",
11807 "futures 0.3.21",12366 "futures 0.3.21",
11808 "hex",12367 "hex",
11809 "parity-scale-codec",12368 "parity-scale-codec 3.1.2",
11810 "sc-client-api",12369 "sc-client-api",
11811 "sc-client-db",12370 "sc-client-db",
11812 "sc-consensus",12371 "sc-consensus",
11817 "serde_json",12376 "serde_json",
11818 "sp-blockchain",12377 "sp-blockchain",
11819 "sp-consensus",12378 "sp-consensus",
11820 "sp-core",12379 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11821 "sp-keyring",12380 "sp-keyring",
11822 "sp-keystore",12381 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11823 "sp-runtime",12382 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11824 "sp-state-machine",12383 "sp-state-machine 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11825]12384]
1182612385
11827[[package]]12386[[package]]
11831dependencies = [12390dependencies = [
11832 "futures 0.3.21",12391 "futures 0.3.21",
11833 "substrate-test-utils-derive",12392 "substrate-test-utils-derive",
11834 "tokio 1.18.1",12393 "tokio 1.18.2",
11835]12394]
1183612395
11837[[package]]12396[[package]]
1186912428
11870[[package]]12429[[package]]
11871name = "syn"12430name = "syn"
11872version = "1.0.92"12431version = "1.0.95"
11873source = "registry+https://github.com/rust-lang/crates.io-index"12432source = "registry+https://github.com/rust-lang/crates.io-index"
11874checksum = "7ff7c592601f11445996a06f8ad0c27f094a58857c2f89e97974ab9235b92c52"12433checksum = "fbaf6116ab8924f39d52792136fb74fd60a80194cf1b1c6ffa6453eef1c3f942"
11875dependencies = [12434dependencies = [
11876 "proc-macro2",12435 "proc-macro2",
11877 "quote",12436 "quote",
11878 "unicode-xid",12437 "unicode-ident",
11879]12438]
1188012439
11881[[package]]12440[[package]]
11941version = "0.9.21"12500version = "0.9.21"
11942source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"12501source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"
11943dependencies = [12502dependencies = [
11944 "frame-support",12503 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11945 "polkadot-primitives",12504 "polkadot-primitives",
11946 "polkadot-runtime-common",12505 "polkadot-runtime-common",
11947 "smallvec",12506 "smallvec",
11948 "sp-runtime",12507 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11949]12508]
1195012509
11951[[package]]12510[[package]]
11952name = "tests"12511name = "tests"
11953version = "0.1.0"12512version = "0.1.0"
11954dependencies = [12513dependencies = [
11955 "fp-evm-mapping",12514 "fp-evm-mapping",
11956 "frame-support",12515 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11957 "frame-system",12516 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11958 "pallet-balances",12517 "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11959 "pallet-common",12518 "pallet-common",
11960 "pallet-ethereum",12519 "pallet-ethereum",
11961 "pallet-evm",12520 "pallet-evm",
11967 "pallet-timestamp",12526 "pallet-timestamp",
11968 "pallet-transaction-payment",12527 "pallet-transaction-payment",
11969 "pallet-unique",12528 "pallet-unique",
11970 "parity-scale-codec",12529 "parity-scale-codec 3.1.2",
11971 "scale-info",12530 "scale-info",
11972 "sp-core",12531 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11973 "sp-io",12532 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11974 "sp-runtime",12533 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11975 "sp-std",12534 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
11976 "unique-runtime-common",12535 "unique-runtime-common",
11977 "up-data-structs",12536 "up-data-structs",
11978]12537]
1211912678
12120[[package]]12679[[package]]
12121name = "tokio"12680name = "tokio"
12122version = "1.18.1"12681version = "1.18.2"
12123source = "registry+https://github.com/rust-lang/crates.io-index"12682source = "registry+https://github.com/rust-lang/crates.io-index"
12124checksum = "dce653fb475565de9f6fb0614b28bca8df2c430c0cf84bcd9c843f15de5414cc"12683checksum = "4903bf0427cf68dddd5aa6a93220756f8be0c34fcfa9f5e6191e103e15a31395"
12125dependencies = [12684dependencies = [
12126 "bytes 1.1.0",12685 "bytes 1.1.0",
12127 "libc",12686 "libc",
12128 "memchr",12687 "memchr",
12129 "mio 0.8.2",12688 "mio 0.8.3",
12130 "num_cpus",12689 "num_cpus",
12131 "once_cell",12690 "once_cell",
12132 "parking_lot 0.12.0",12691 "parking_lot 0.12.0",
12166checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"12725checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"
12167dependencies = [12726dependencies = [
12168 "rustls 0.19.1",12727 "rustls 0.19.1",
12169 "tokio 1.18.1",12728 "tokio 1.18.2",
12170 "webpki 0.21.4",12729 "webpki 0.21.4",
12171]12730]
1217212731
12176source = "registry+https://github.com/rust-lang/crates.io-index"12735source = "registry+https://github.com/rust-lang/crates.io-index"
12177checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"12736checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
12178dependencies = [12737dependencies = [
12179 "rustls 0.20.4",12738 "rustls 0.20.6",
12180 "tokio 1.18.1",12739 "tokio 1.18.2",
12181 "webpki 0.22.0",12740 "webpki 0.22.0",
12182]12741]
1218312742
12189dependencies = [12748dependencies = [
12190 "futures-core",12749 "futures-core",
12191 "pin-project-lite 0.2.9",12750 "pin-project-lite 0.2.9",
12192 "tokio 1.18.1",12751 "tokio 1.18.2",
12193]12752]
1219412753
12195[[package]]12754[[package]]
12196name = "tokio-util"12755name = "tokio-util"
12197version = "0.6.9"12756version = "0.6.10"
12198source = "registry+https://github.com/rust-lang/crates.io-index"12757source = "registry+https://github.com/rust-lang/crates.io-index"
12199checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0"12758checksum = "36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507"
12200dependencies = [12759dependencies = [
12201 "bytes 1.1.0",12760 "bytes 1.1.0",
12202 "futures-core",12761 "futures-core",
12203 "futures-sink",12762 "futures-sink",
12204 "log",12763 "log",
12205 "pin-project-lite 0.2.9",12764 "pin-project-lite 0.2.9",
12206 "tokio 1.18.1",12765 "tokio 1.18.2",
12207]12766]
1220812767
12209[[package]]12768[[package]]
12210name = "tokio-util"12769name = "tokio-util"
12211version = "0.7.1"12770version = "0.7.2"
12212source = "registry+https://github.com/rust-lang/crates.io-index"12771source = "registry+https://github.com/rust-lang/crates.io-index"
12213checksum = "0edfdeb067411dba2044da6d1cb2df793dd35add7888d73c16e3381ded401764"12772checksum = "f988a1a1adc2fb21f9c12aa96441da33a1728193ae0b95d2be22dbd17fcb4e5c"
12214dependencies = [12773dependencies = [
12215 "bytes 1.1.0",12774 "bytes 1.1.0",
12216 "futures-core",12775 "futures-core",
12217 "futures-io",12776 "futures-io",
12218 "futures-sink",12777 "futures-sink",
12219 "pin-project-lite 0.2.9",12778 "pin-project-lite 0.2.9",
12220 "tokio 1.18.1",12779 "tokio 1.18.2",
12221 "tracing",12780 "tracing",
12222]12781]
1222312782
12435 "clap",12994 "clap",
12436 "jsonrpsee",12995 "jsonrpsee",
12437 "log",12996 "log",
12438 "parity-scale-codec",12997 "parity-scale-codec 3.1.2",
12439 "remote-externalities",12998 "remote-externalities",
12440 "sc-chain-spec",12999 "sc-chain-spec",
12441 "sc-cli",13000 "sc-cli",
12442 "sc-executor",13001 "sc-executor",
12443 "sc-service",13002 "sc-service",
12444 "serde",13003 "serde",
12445 "sp-core",13004 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
12446 "sp-externalities",13005 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
12447 "sp-io",13006 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
12448 "sp-keystore",13007 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
12449 "sp-runtime",13008 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
12450 "sp-state-machine",13009 "sp-state-machine 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
12451 "sp-version",13010 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
12452 "zstd",13011 "zstd",
12453]13012]
1245413013
12485 "jsonrpc-derive",13044 "jsonrpc-derive",
12486 "pallet-common",13045 "pallet-common",
12487 "pallet-evm",13046 "pallet-evm",
12488 "parity-scale-codec",13047 "parity-scale-codec 3.1.2",
12489 "sp-api",13048 "rmrk-rpc",
13049 "rmrk-traits",
13050 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
12490 "sp-blockchain",13051 "sp-blockchain",
12491 "sp-core",13052 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
12492 "sp-rpc",13053 "sp-rpc",
12493 "sp-runtime",13054 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
13055 "unique-runtime-common",
12494 "up-data-structs",13056 "up-data-structs",
12495 "up-rpc",13057 "up-rpc",
12496]13058]
12529checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"13091checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
1253013092
12531[[package]]13093[[package]]
13094name = "unicode-ident"
13095version = "1.0.0"
13096source = "registry+https://github.com/rust-lang/crates.io-index"
13097checksum = "d22af068fba1eb5edcb4aea19d382b2a3deb4c8f9d475c589b6ada9e0fd493ee"
13098
13099[[package]]
12532name = "unicode-normalization"13100name = "unicode-normalization"
12533version = "0.1.19"13101version = "0.1.19"
12534source = "registry+https://github.com/rust-lang/crates.io-index"13102source = "registry+https://github.com/rust-lang/crates.io-index"
12578 "fc-rpc-core",13146 "fc-rpc-core",
12579 "flexi_logger",13147 "flexi_logger",
12580 "fp-rpc",13148 "fp-rpc",
12581 "frame-benchmarking",13149 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
12582 "frame-benchmarking-cli",13150 "frame-benchmarking-cli",
12583 "futures 0.3.21",13151 "futures 0.3.21",
12584 "jsonrpc-core",13152 "jsonrpc-core",
12588 "pallet-ethereum",13156 "pallet-ethereum",
12589 "pallet-transaction-payment-rpc",13157 "pallet-transaction-payment-rpc",
12590 "pallet-transaction-payment-rpc-runtime-api",13158 "pallet-transaction-payment-rpc-runtime-api",
12591 "parity-scale-codec",13159 "parity-scale-codec 3.1.2",
12592 "parking_lot 0.11.2",13160 "parking_lot 0.11.2",
12593 "polkadot-cli",13161 "polkadot-cli",
12594 "polkadot-parachain",13162 "polkadot-parachain",
12595 "polkadot-primitives",13163 "polkadot-primitives",
12596 "polkadot-service",13164 "polkadot-service",
12597 "polkadot-test-service",13165 "polkadot-test-service",
12598 "quartz-runtime",13166 "quartz-runtime",
13167 "rmrk-rpc",
12599 "sc-basic-authorship",13168 "sc-basic-authorship",
12600 "sc-chain-spec",13169 "sc-chain-spec",
12601 "sc-cli",13170 "sc-cli",
12615 "sc-transaction-pool",13184 "sc-transaction-pool",
12616 "serde",13185 "serde",
12617 "serde_json",13186 "serde_json",
12618 "sp-api",13187 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
12619 "sp-block-builder",13188 "sp-block-builder",
12620 "sp-blockchain",13189 "sp-blockchain",
12621 "sp-consensus",13190 "sp-consensus",
12622 "sp-consensus-aura",13191 "sp-consensus-aura",
12623 "sp-core",13192 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
12624 "sp-finality-grandpa",13193 "sp-finality-grandpa",
12625 "sp-inherents",13194 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
12626 "sp-keystore",13195 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
12627 "sp-offchain",13196 "sp-offchain",
12628 "sp-runtime",13197 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
12629 "sp-session",13198 "sp-session",
12630 "sp-timestamp",13199 "sp-timestamp",
12631 "sp-transaction-pool",13200 "sp-transaction-pool",
12632 "sp-trie",13201 "sp-trie 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
12633 "substrate-build-script-utils",13202 "substrate-build-script-utils",
12634 "substrate-frame-rpc-system",13203 "substrate-frame-rpc-system",
12635 "substrate-prometheus-endpoint",13204 "substrate-prometheus-endpoint",
12636 "tokio 1.18.1",13205 "tokio 1.18.2",
12637 "try-runtime-cli",13206 "try-runtime-cli",
12638 "unique-rpc",13207 "unique-rpc",
12639 "unique-runtime",13208 "unique-runtime",
12660 "pallet-transaction-payment-rpc",13229 "pallet-transaction-payment-rpc",
12661 "pallet-transaction-payment-rpc-runtime-api",13230 "pallet-transaction-payment-rpc-runtime-api",
12662 "pallet-unique",13231 "pallet-unique",
13232 "rmrk-rpc",
12663 "sc-client-api",13233 "sc-client-api",
12664 "sc-consensus-aura",13234 "sc-consensus-aura",
12665 "sc-consensus-epochs",13235 "sc-consensus-epochs",
12672 "sc-service",13242 "sc-service",
12673 "sc-transaction-pool",13243 "sc-transaction-pool",
12674 "serde",13244 "serde",
12675 "sp-api",13245 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
12676 "sp-block-builder",13246 "sp-block-builder",
12677 "sp-blockchain",13247 "sp-blockchain",
12678 "sp-consensus",13248 "sp-consensus",
12679 "sp-consensus-aura",13249 "sp-consensus-aura",
12680 "sp-core",13250 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
12681 "sp-offchain",13251 "sp-offchain",
12682 "sp-runtime",13252 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
12683 "sp-session",13253 "sp-session",
12684 "sp-storage",13254 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
12685 "sp-transaction-pool",13255 "sp-transaction-pool",
12686 "substrate-frame-rpc-system",13256 "substrate-frame-rpc-system",
12687 "tokio 0.2.25",13257 "tokio 0.2.25",
12706 "fp-evm-mapping",13276 "fp-evm-mapping",
12707 "fp-rpc",13277 "fp-rpc",
12708 "fp-self-contained",13278 "fp-self-contained",
12709 "frame-benchmarking",13279 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
12710 "frame-executive",13280 "frame-executive",
12711 "frame-support",13281 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
12712 "frame-system",13282 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
12713 "frame-system-benchmarking",13283 "frame-system-benchmarking",
12714 "frame-system-rpc-runtime-api",13284 "frame-system-rpc-runtime-api",
12715 "frame-try-runtime",13285 "frame-try-runtime",
12716 "hex-literal",13286 "hex-literal",
12717 "log",13287 "log",
12718 "orml-vesting",13288 "orml-vesting",
12719 "pallet-aura",13289 "pallet-aura",
12720 "pallet-balances",13290 "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
12721 "pallet-base-fee",13291 "pallet-base-fee",
12722 "pallet-common",13292 "pallet-common",
12723 "pallet-ethereum",13293 "pallet-ethereum",
12742 "pallet-unq-scheduler",13312 "pallet-unq-scheduler",
12743 "pallet-xcm",13313 "pallet-xcm",
12744 "parachain-info",13314 "parachain-info",
12745 "parity-scale-codec",13315 "parity-scale-codec 3.1.2",
12746 "polkadot-parachain",13316 "polkadot-parachain",
13317 "rmrk-rpc",
12747 "scale-info",13318 "scale-info",
12748 "serde",13319 "serde",
12749 "smallvec",13320 "smallvec",
12750 "sp-api",13321 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
12751 "sp-arithmetic",13322 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
12752 "sp-block-builder",13323 "sp-block-builder",
12753 "sp-consensus-aura",13324 "sp-consensus-aura",
12754 "sp-core",13325 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
12755 "sp-inherents",13326 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
12756 "sp-io",13327 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
12757 "sp-offchain",13328 "sp-offchain",
12758 "sp-runtime",13329 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
12759 "sp-session",13330 "sp-session",
12760 "sp-std",13331 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
12761 "sp-transaction-pool",13332 "sp-transaction-pool",
12762 "sp-version",13333 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
12763 "substrate-wasm-builder",13334 "substrate-wasm-builder",
12764 "unique-runtime-common",13335 "unique-runtime-common",
12765 "up-data-structs",13336 "up-data-structs",
12775dependencies = [13346dependencies = [
12776 "evm-coder",13347 "evm-coder",
12777 "fp-rpc",13348 "fp-rpc",
12778 "frame-support",13349 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
12779 "frame-system",13350 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
12780 "pallet-common",13351 "pallet-common",
12781 "pallet-evm",13352 "pallet-evm",
12782 "pallet-fungible",13353 "pallet-fungible",
12783 "pallet-nonfungible",13354 "pallet-nonfungible",
12784 "pallet-refungible",13355 "pallet-refungible",
12785 "pallet-unique",13356 "pallet-unique",
12786 "parity-scale-codec",13357 "parity-scale-codec 3.1.2",
13358 "rmrk-rpc",
13359 "rmrk-traits",
12787 "scale-info",13360 "scale-info",
12788 "sp-consensus-aura",13361 "sp-consensus-aura",
12789 "sp-core",13362 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
12790 "sp-runtime",13363 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
12791 "sp-std",13364 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
12792 "up-data-structs",13365 "up-data-structs",
12793 "up-sponsorship",13366 "up-sponsorship",
12794]13367]
12844version = "0.1.0"13417version = "0.1.0"
12845dependencies = [13418dependencies = [
12846 "derivative",13419 "derivative",
12847 "frame-support",13420 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
12848 "frame-system",13421 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
12849 "pallet-evm",13422 "pallet-evm",
12850 "parity-scale-codec",13423 "parity-scale-codec 3.1.2",
12851 "scale-info",13424 "scale-info",
12852 "serde",13425 "serde",
12853 "sp-core",13426 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
12854 "sp-runtime",13427 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
12855 "sp-std",13428 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
12856 "struct-versioning",13429 "struct-versioning",
12857]13430]
1285813431
12862dependencies = [13435dependencies = [
12863 "pallet-common",13436 "pallet-common",
12864 "pallet-evm",13437 "pallet-evm",
12865 "parity-scale-codec",13438 "parity-scale-codec 3.1.2",
12866 "sp-api",13439 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
12867 "sp-core",13440 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
12868 "sp-runtime",13441 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
12869 "sp-std",13442 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
12870 "up-data-structs",13443 "up-data-structs",
12871]13444]
1287213445
13341source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"13914source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"
13342dependencies = [13915dependencies = [
13343 "beefy-primitives",13916 "beefy-primitives",
13344 "bitvec",13917 "bitvec 1.0.0",
13345 "frame-benchmarking",13918 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
13346 "frame-election-provider-support",13919 "frame-election-provider-support",
13347 "frame-executive",13920 "frame-executive",
13348 "frame-support",13921 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
13349 "frame-system",13922 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
13350 "frame-system-benchmarking",13923 "frame-system-benchmarking",
13351 "frame-system-rpc-runtime-api",13924 "frame-system-rpc-runtime-api",
13352 "frame-try-runtime",13925 "frame-try-runtime",
13356 "pallet-authorship",13929 "pallet-authorship",
13357 "pallet-babe",13930 "pallet-babe",
13358 "pallet-bags-list",13931 "pallet-bags-list",
13359 "pallet-balances",13932 "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
13360 "pallet-collective",13933 "pallet-collective",
13361 "pallet-democracy",13934 "pallet-democracy",
13362 "pallet-election-provider-multi-phase",13935 "pallet-election-provider-multi-phase",
13391 "pallet-vesting",13964 "pallet-vesting",
13392 "pallet-xcm",13965 "pallet-xcm",
13393 "pallet-xcm-benchmarks",13966 "pallet-xcm-benchmarks",
13394 "parity-scale-codec",13967 "parity-scale-codec 3.1.2",
13395 "polkadot-parachain",13968 "polkadot-parachain",
13396 "polkadot-primitives",13969 "polkadot-primitives",
13397 "polkadot-runtime-common",13970 "polkadot-runtime-common",
13401 "serde",13974 "serde",
13402 "serde_derive",13975 "serde_derive",
13403 "smallvec",13976 "smallvec",
13404 "sp-api",13977 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
13405 "sp-authority-discovery",13978 "sp-authority-discovery",
13406 "sp-block-builder",13979 "sp-block-builder",
13407 "sp-consensus-babe",13980 "sp-consensus-babe",
13408 "sp-core",13981 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
13409 "sp-inherents",13982 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
13410 "sp-io",13983 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
13411 "sp-mmr-primitives",13984 "sp-mmr-primitives",
13412 "sp-npos-elections",13985 "sp-npos-elections",
13413 "sp-offchain",13986 "sp-offchain",
13414 "sp-runtime",13987 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
13415 "sp-session",13988 "sp-session",
13416 "sp-staking",13989 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
13417 "sp-std",13990 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
13418 "sp-transaction-pool",13991 "sp-transaction-pool",
13419 "sp-version",13992 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
13420 "substrate-wasm-builder",13993 "substrate-wasm-builder",
13421 "westend-runtime-constants",13994 "westend-runtime-constants",
13422 "xcm",13995 "xcm",
13429version = "0.9.21"14002version = "0.9.21"
13430source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"14003source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"
13431dependencies = [14004dependencies = [
13432 "frame-support",14005 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
13433 "polkadot-primitives",14006 "polkadot-primitives",
13434 "polkadot-runtime-common",14007 "polkadot-runtime-common",
13435 "smallvec",14008 "smallvec",
13436 "sp-runtime",14009 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
13437]14010]
1343814011
13439[[package]]14012[[package]]
13557 "winapi 0.2.8",14130 "winapi 0.2.8",
13558 "winapi-build",14131 "winapi-build",
13559]14132]
14133
14134[[package]]
14135name = "wyz"
14136version = "0.2.0"
14137source = "registry+https://github.com/rust-lang/crates.io-index"
14138checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"
1356014139
13561[[package]]14140[[package]]
13562name = "wyz"14141name = "wyz"
13586 "derivative",14165 "derivative",
13587 "impl-trait-for-tuples",14166 "impl-trait-for-tuples",
13588 "log",14167 "log",
13589 "parity-scale-codec",14168 "parity-scale-codec 3.1.2",
13590 "scale-info",14169 "scale-info",
13591 "xcm-procedural",14170 "xcm-procedural",
13592]14171]
13596version = "0.9.21"14175version = "0.9.21"
13597source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"14176source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"
13598dependencies = [14177dependencies = [
13599 "frame-support",14178 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
13600 "frame-system",14179 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
13601 "log",14180 "log",
13602 "pallet-transaction-payment",14181 "pallet-transaction-payment",
13603 "parity-scale-codec",14182 "parity-scale-codec 3.1.2",
13604 "polkadot-parachain",14183 "polkadot-parachain",
13605 "scale-info",14184 "scale-info",
13606 "sp-arithmetic",14185 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
13607 "sp-io",14186 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
13608 "sp-runtime",14187 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
13609 "sp-std",14188 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
13610 "xcm",14189 "xcm",
13611 "xcm-executor",14190 "xcm-executor",
13612]14191]
13616version = "0.9.21"14195version = "0.9.21"
13617source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"14196source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"
13618dependencies = [14197dependencies = [
13619 "frame-benchmarking",14198 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
13620 "frame-support",14199 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
13621 "impl-trait-for-tuples",14200 "impl-trait-for-tuples",
13622 "log",14201 "log",
13623 "parity-scale-codec",14202 "parity-scale-codec 3.1.2",
13624 "sp-arithmetic",14203 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
13625 "sp-core",14204 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
13626 "sp-io",14205 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
13627 "sp-runtime",14206 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
13628 "sp-std",14207 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",
13629 "xcm",14208 "xcm",
13630]14209]
1363114210
1368314262
13684[[package]]14263[[package]]
13685name = "zstd"14264name = "zstd"
13686version = "0.10.0+zstd.1.5.2"14265version = "0.10.2+zstd.1.5.2"
13687source = "registry+https://github.com/rust-lang/crates.io-index"14266source = "registry+https://github.com/rust-lang/crates.io-index"
13688checksum = "3b1365becbe415f3f0fcd024e2f7b45bacfb5bdd055f0dc113571394114e7bdd"14267checksum = "5f4a6bd64f22b5e3e94b4e238669ff9f10815c27a5180108b849d24174a83847"
13689dependencies = [14268dependencies = [
13690 "zstd-safe",14269 "zstd-safe",
13691]14270]
1369214271
13693[[package]]14272[[package]]
13694name = "zstd-safe"14273name = "zstd-safe"
13695version = "4.1.4+zstd.1.5.2"14274version = "4.1.6+zstd.1.5.2"
13696source = "registry+https://github.com/rust-lang/crates.io-index"14275source = "registry+https://github.com/rust-lang/crates.io-index"
13697checksum = "2f7cd17c9af1a4d6c24beb1cc54b17e2ef7b593dc92f19e9d9acad8b182bbaee"14276checksum = "94b61c51bb270702d6167b8ce67340d2754b088d0c091b06e593aa772c3ee9bb"
13698dependencies = [14277dependencies = [
13699 "libc",14278 "libc",
13700 "zstd-sys",14279 "zstd-sys",
modifiedclient/rpc/Cargo.tomldiffbeforeafterboth
5edition = "2021"5edition = "2021"
66
7[dependencies]7[dependencies]
8unique-runtime-common = { default-features = false, path = "../../runtime/common" }
8pallet-common = { default-features = false, path = '../../pallets/common' }9pallet-common = { default-features = false, path = '../../pallets/common' }
9up-data-structs = { default-features = false, path = '../../primitives/data-structs' }10up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
10up-rpc = { path = "../../primitives/rpc" }11up-rpc = { path = "../../primitives/rpc" }
20sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.21" }21sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.21" }
21pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.21-logs" }22pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.21-logs" }
23
24# RMRK
25# todo git
26rmrk-rpc = { git = "https://github.com/UniqueNetwork/rmrk-substrate.git", branch = "test/tests-basic-infrastructure" }
27rmrk-traits = { git = "https://github.com/UniqueNetwork/rmrk-substrate.git", branch = "test/tests-basic-infrastructure" }
2228
modifiedclient/rpc/src/lib.rsdiffbeforeafterboth
1616
17use std::sync::Arc;17use std::sync::Arc;
1818
19use codec::Decode;19use codec::{Decode, Encode};
20use jsonrpc_core::{Error as RpcError, ErrorCode, Result};20use jsonrpc_core::{Error as RpcError, ErrorCode, Result};
21use jsonrpc_derive::rpc;21use jsonrpc_derive::rpc;
22use up_data_structs::{22use up_data_structs::{
27use sp_blockchain::HeaderBackend;27use sp_blockchain::HeaderBackend;
28use up_rpc::UniqueApi as UniqueRuntimeApi;28use up_rpc::UniqueApi as UniqueRuntimeApi;
29
30// RMRK
31use rmrk_rpc::RmrkApi as RmrkRuntimeApi;
32use rmrk_traits::{
33 primitives::{
34 CollectionId as RmrkCollectionId,
35 NftId as RmrkNftId,
36 BaseId as RmrkBaseId,
37 //ResourceId as RmrkResourceId,
38 },
39 NftChild as RmrkNftChild,
40};
41pub use unique_runtime_common::types::{RmrkThemeName, RmrkPropertyKey, RmrkResourceId};
42
43pub use rmrk::RmrkApi;
2944
30#[rpc]45#[rpc]
31pub trait UniqueApi<BlockHash, CrossAccountId, AccountId> {46pub trait UniqueApi<BlockHash, CrossAccountId, AccountId> {
186 ) -> Result<Option<CollectionLimits>>;201 ) -> Result<Option<CollectionLimits>>;
187}202}
188203
204mod rmrk {
205 use super::*;
206
207 #[rpc]
208 pub trait RmrkApi<
209 BlockHash,
210 AccountId,
211 CollectionInfo,
212 NftInfo,
213 ResourceInfo,
214 PropertyInfo,
215 BaseInfo,
216 PartType,
217 Theme,
218 >
219 {
220 #[rpc(name = "rmrk_lastCollectionIdx")]
221 /// Get the latest created collection id
222 fn last_collection_idx(&self, at: Option<BlockHash>) -> Result<RmrkCollectionId>;
223
224 #[rpc(name = "rmrk_collectionById")]
225 /// Get collection by id
226 fn collection_by_id(
227 &self,
228 id: RmrkCollectionId,
229 at: Option<BlockHash>,
230 ) -> Result<Option<CollectionInfo>>;
231
232 #[rpc(name = "rmrk_nftById")]
233 /// Get NFT by collection id and NFT id
234 fn nft_by_id(
235 &self,
236 collection_id: RmrkCollectionId,
237 nft_id: RmrkNftId,
238 at: Option<BlockHash>,
239 ) -> Result<Option<NftInfo>>;
240
241 #[rpc(name = "rmrk_accountTokens")]
242 /// Get tokens owned by an account in a collection
243 fn account_tokens(
244 &self,
245 account_id: AccountId,
246 collection_id: RmrkCollectionId,
247 at: Option<BlockHash>,
248 ) -> Result<Vec<RmrkNftId>>;
249
250 #[rpc(name = "rmrk_nftChildren")]
251 /// Get NFT children
252 fn nft_children(
253 &self,
254 collection_id: RmrkCollectionId,
255 nft_id: RmrkNftId,
256 at: Option<BlockHash>,
257 ) -> Result<Vec<RmrkNftChild>>;
258
259 #[rpc(name = "rmrk_collectionProperties")]
260 /// Get collection properties
261 fn collection_properties(
262 &self,
263 collection_id: RmrkCollectionId,
264 filter_keys: Option<Vec<RmrkPropertyKey>>, //String
265 at: Option<BlockHash>,
266 ) -> Result<Vec<PropertyInfo>>;
267
268 #[rpc(name = "rmrk_nftProperties")]
269 /// Get NFT properties
270 fn nft_properties(
271 &self,
272 collection_id: RmrkCollectionId,
273 nft_id: RmrkNftId,
274 filter_keys: Option<Vec<RmrkPropertyKey>>,
275 at: Option<BlockHash>,
276 ) -> Result<Vec<PropertyInfo>>;
277
278 #[rpc(name = "rmrk_nftResources")]
279 /// Get NFT resources
280 fn nft_resources(
281 &self,
282 collection_id: RmrkCollectionId,
283 nft_id: RmrkNftId,
284 at: Option<BlockHash>,
285 ) -> Result<Vec<ResourceInfo>>;
286
287 #[rpc(name = "rmrk_nftResourcePriorities")]
288 /// Get NFT resource priorities
289 fn nft_resource_priorities(
290 &self,
291 collection_id: RmrkCollectionId,
292 nft_id: RmrkNftId,
293 at: Option<BlockHash>,
294 ) -> Result<Vec<RmrkResourceId>>;
295
296 #[rpc(name = "rmrk_base")]
297 /// Get base info
298 fn base(&self, base_id: RmrkBaseId, at: Option<BlockHash>) -> Result<Option<BaseInfo>>;
299
300 #[rpc(name = "rmrk_baseParts")]
301 /// Get all Base's parts
302 fn base_parts(&self, base_id: RmrkBaseId, at: Option<BlockHash>) -> Result<Vec<PartType>>;
303
304 #[rpc(name = "rmrk_themeNames")]
305 fn theme_names(
306 &self,
307 base_id: RmrkBaseId,
308 at: Option<BlockHash>,
309 ) -> Result<Vec<RmrkThemeName>>;
310
311 #[rpc(name = "rmrk_themes")]
312 fn theme(
313 &self,
314 base_id: RmrkBaseId,
315 theme_name: RmrkThemeName, // String
316 filter_keys: Option<Vec<RmrkPropertyKey>>,
317 at: Option<BlockHash>,
318 ) -> Result<Option<Theme>>;
319 }
320}
321
322// todo clone, derivative
189pub struct Unique<C, P> {323pub struct Unique<C, P> {
190 client: Arc<C>,324 client: Arc<C>,
191 _marker: std::marker::PhantomData<P>,325 _marker: std::marker::PhantomData<P>,
216 (350 (
217 $method_name:ident(351 $method_name:ident(
218 $($(#[map(|$map_arg:ident| $map:expr)])? $name:ident: $ty:ty),* $(,)?352 $($(#[map(|$map_arg:ident| $map:expr)])? $name:ident: $ty:ty),* $(,)?
219 ) -> $result:ty $(=> $mapper:expr)?353 ) -> $result:ty $(=> $mapper:expr)?,
354 //$runtime_name:ident $(<$($lt: tt),+>)*
355 $runtime_api_macro:ident
220 $(; changed_in $ver:expr, $changed_method_name:ident ($($changed_name:expr), * $(,)?) => $fixer:expr)*356 $(; changed_in $ver:expr, $changed_method_name:ident ($($changed_name:expr), * $(,)?) => $fixer:expr)*
221 ) => {357 ) => {
222 fn $method_name(358 fn $method_name(
229 let api = self.client.runtime_api();365 let api = self.client.runtime_api();
230 let at = BlockId::hash(at.unwrap_or_else(|| self.client.info().best_hash));366 let at = BlockId::hash(at.unwrap_or_else(|| self.client.info().best_hash));
231 let _api_version = if let Ok(Some(api_version)) =367 let _api_version = if let Ok(Some(api_version)) =
232 api.api_version::<dyn UniqueRuntimeApi<Block, CrossAccountId, AccountId>>(&at)368 api.api_version::<$runtime_api_macro!()>(&at)//<dyn $runtime_name $(<$($lt),+>)?>(&at)
233 {369 {
234 api_version370 api_version
235 } else {371 } else {
260 };396 };
261}397}
398
399macro_rules! unique_api {
400 () => {
401 dyn UniqueRuntimeApi<Block, CrossAccountId, AccountId>
402 };
403}
404
405macro_rules! rmrk_api {
406 () => {
407 dyn RmrkRuntimeApi<Block, AccountId, CollectionInfo, NftInfo, ResourceInfo, PropertyInfo, BaseInfo, PartType, Theme>
408 };
409}
262410
263#[allow(deprecated)]411#[allow(deprecated)]
264impl<C, Block, CrossAccountId, AccountId>412impl<C, Block, CrossAccountId, AccountId>
267 Block: BlockT,415 Block: BlockT,
268 AccountId: Decode,416 AccountId: Decode,
269 C: 'static + ProvideRuntimeApi<Block> + HeaderBackend<Block>,417 C: 'static + ProvideRuntimeApi<Block> + HeaderBackend<Block>,
270 C::Api: UniqueRuntimeApi<Block, CrossAccountId, AccountId>,418 C::Api: UniqueRuntimeApi<Block, CrossAccountId, AccountId>, // todo unique_api!() possible?
271 CrossAccountId: pallet_evm::account::CrossAccountId<AccountId>,419 CrossAccountId: pallet_evm::account::CrossAccountId<AccountId>,
272{420{
273 pass_method!(account_tokens(collection: CollectionId, account: CrossAccountId) -> Vec<TokenId>);421 pass_method!(
422 account_tokens(collection: CollectionId, account: CrossAccountId) -> Vec<TokenId>, unique_api
423 );
274 pass_method!(collection_tokens(collection: CollectionId) -> Vec<TokenId>);424 pass_method!(
425 collection_tokens(collection: CollectionId) -> Vec<TokenId>, unique_api
426 );
275 pass_method!(token_exists(collection: CollectionId, token: TokenId) -> bool);427 pass_method!(
428 token_exists(collection: CollectionId, token: TokenId) -> bool, unique_api
429 );
276 pass_method!(430 pass_method!(
277 token_owner(collection: CollectionId, token: TokenId) -> Option<CrossAccountId>;431 token_owner(collection: CollectionId, token: TokenId) -> Option<CrossAccountId>, unique_api
278 changed_in 2, token_owner_before_version_2(collection, token) => |u| Some(u)
279 );432 );
280 pass_method!(topmost_token_owner(collection: CollectionId, token: TokenId) -> Option<CrossAccountId>);433 pass_method!(
434 topmost_token_owner(collection: CollectionId, token: TokenId) -> Option<CrossAccountId>, unique_api
435 );
436 /*pass_method!(
437 token_owner(collection: CollectionId, token: TokenId) -> Option<CrossAccountId>,
438 UniqueRuntimeApi<Block, CrossAccountId, AccountId>;
439 changed_in 2, token_owner_before_version_2(collection, token) => |u| Some(u)
440 );*/
281 pass_method!(const_metadata(collection: CollectionId, token: TokenId) -> Vec<u8>);441 pass_method!(
442 const_metadata(collection: CollectionId, token: TokenId) -> Vec<u8>, unique_api
443 );
282 pass_method!(variable_metadata(collection: CollectionId, token: TokenId) -> Vec<u8>);444 pass_method!(
445 variable_metadata(collection: CollectionId, token: TokenId) -> Vec<u8>,
446 unique_api
447 );
448 pass_method!(total_supply(collection: CollectionId) -> u32, unique_api);
449 pass_method!(account_balance(collection: CollectionId, account: CrossAccountId) -> u32, unique_api);
450 pass_method!(balance(collection: CollectionId, account: CrossAccountId, token: TokenId) -> String => |v| v.to_string(), unique_api);
451 pass_method!(
452 allowance(collection: CollectionId, sender: CrossAccountId, spender: CrossAccountId, token: TokenId) -> String => |v| v.to_string(),
453 unique_api
454 );
455 pass_method!(topmost_token_owner(collection: CollectionId, token: TokenId) -> Option<CrossAccountId>, unique_api);
456 pass_method!(const_metadata(collection: CollectionId, token: TokenId) -> Vec<u8>, unique_api);
457 pass_method!(variable_metadata(collection: CollectionId, token: TokenId) -> Vec<u8>, unique_api);
283458
284 pass_method!(collection_properties(459 pass_method!(collection_properties(
285 collection: CollectionId,460 collection: CollectionId,
286461
287 #[map(|keys| string_keys_to_bytes_keys(keys))]462 #[map(|keys| string_keys_to_bytes_keys(keys))]
288 keys: Vec<String>463 keys: Vec<String>
289 ) -> Vec<Property>);464 ) -> Vec<Property>, unique_api);
290465
291 pass_method!(token_properties(466 pass_method!(token_properties(
292 collection: CollectionId,467 collection: CollectionId,
293 token_id: TokenId,468 token_id: TokenId,
294469
295 #[map(|keys| string_keys_to_bytes_keys(keys))]470 #[map(|keys| string_keys_to_bytes_keys(keys))]
296 properties: Vec<String>471 properties: Vec<String>
297 ) -> Vec<Property>);472 ) -> Vec<Property>, unique_api);
298473
299 pass_method!(property_permissions(474 pass_method!(property_permissions(
300 collection: CollectionId,475 collection: CollectionId,
301476
302 #[map(|keys| string_keys_to_bytes_keys(keys))]477 #[map(|keys| string_keys_to_bytes_keys(keys))]
303 keys: Vec<String>478 keys: Vec<String>
304 ) -> Vec<PropertyKeyPermission>);479 ) -> Vec<PropertyKeyPermission>, unique_api);
305480
306 pass_method!(token_data(481 pass_method!(token_data(
307 collection: CollectionId,482 collection: CollectionId,
308 token_id: TokenId,483 token_id: TokenId,
309484
310 #[map(|keys| string_keys_to_bytes_keys(keys))]485 #[map(|keys| string_keys_to_bytes_keys(keys))]
311 keys: Vec<String>,486 keys: Vec<String>,
312 ) -> TokenData<CrossAccountId>);487 ) -> TokenData<CrossAccountId>, unique_api);
313488
314 pass_method!(total_supply(collection: CollectionId) -> u32);489 pass_method!(total_supply(collection: CollectionId) -> u32, unique_api);
315 pass_method!(account_balance(collection: CollectionId, account: CrossAccountId) -> u32);490 pass_method!(account_balance(collection: CollectionId, account: CrossAccountId) -> u32, unique_api);
316 pass_method!(balance(collection: CollectionId, account: CrossAccountId, token: TokenId) -> String => |v| v.to_string());491 pass_method!(balance(collection: CollectionId, account: CrossAccountId, token: TokenId) -> String => |v| v.to_string(), unique_api);
317 pass_method!(allowance(collection: CollectionId, sender: CrossAccountId, spender: CrossAccountId, token: TokenId) -> String => |v| v.to_string());492 pass_method!(
493 allowance(collection: CollectionId, sender: CrossAccountId, spender: CrossAccountId, token: TokenId) -> String => |v| v.to_string(),
494 unique_api
495 ); // todo format
318496
319 pass_method!(adminlist(collection: CollectionId) -> Vec<CrossAccountId>);497 pass_method!(adminlist(collection: CollectionId) -> Vec<CrossAccountId>, unique_api);
320 pass_method!(allowlist(collection: CollectionId) -> Vec<CrossAccountId>);498 pass_method!(allowlist(collection: CollectionId) -> Vec<CrossAccountId>, unique_api);
321 pass_method!(allowed(collection: CollectionId, user: CrossAccountId) -> bool);499 pass_method!(allowed(collection: CollectionId, user: CrossAccountId) -> bool, unique_api);
322 pass_method!(last_token_id(collection: CollectionId) -> TokenId);500 pass_method!(last_token_id(collection: CollectionId) -> TokenId, unique_api);
323 pass_method!(collection_by_id(collection: CollectionId) -> Option<RpcCollection<AccountId>>);501 pass_method!(collection_by_id(collection: CollectionId) -> Option<RpcCollection<AccountId>>, unique_api);
324 pass_method!(collection_stats() -> CollectionStats);502 pass_method!(collection_stats() -> CollectionStats, unique_api);
325 pass_method!(next_sponsored(collection: CollectionId, account: CrossAccountId, token: TokenId) -> Option<u64>);503 pass_method!(next_sponsored(collection: CollectionId, account: CrossAccountId, token: TokenId) -> Option<u64>, unique_api);
326 pass_method!(effective_collection_limits(collection_id: CollectionId) -> Option<CollectionLimits>);504 pass_method!(effective_collection_limits(collection_id: CollectionId) -> Option<CollectionLimits>, unique_api);
327}505}
506
507#[allow(deprecated)]
508impl<
509 C,
510 Block,
511 AccountId,
512 CollectionInfo,
513 NftInfo,
514 ResourceInfo,
515 PropertyInfo,
516 BaseInfo,
517 PartType,
518 Theme,
519 >
520 rmrk::RmrkApi<
521 <Block as BlockT>::Hash,
522 AccountId,
523 CollectionInfo,
524 NftInfo,
525 ResourceInfo,
526 PropertyInfo,
527 BaseInfo,
528 PartType,
529 Theme,
530 > for Unique<C, Block>
531where
532 C: Send + Sync + 'static + ProvideRuntimeApi<Block> + HeaderBackend<Block>,
533 C::Api: RmrkRuntimeApi<
534 Block,
535 AccountId,
536 CollectionInfo,
537 NftInfo,
538 ResourceInfo,
539 PropertyInfo,
540 BaseInfo,
541 PartType,
542 Theme,
543 >,
544 AccountId: Decode + Encode,
545 CollectionInfo: Decode,
546 NftInfo: Decode,
547 ResourceInfo: Decode,
548 PropertyInfo: Decode,
549 BaseInfo: Decode,
550 PartType: Decode,
551 Theme: Decode,
552 Block: BlockT,
553{
554 pass_method!(last_collection_idx() -> RmrkCollectionId, rmrk_api);
555 pass_method!(collection_by_id(id: RmrkCollectionId) -> Option<CollectionInfo>, rmrk_api);
556 pass_method!(nft_by_id(collection_id: RmrkCollectionId, nft_id: RmrkNftId) -> Option<NftInfo>, rmrk_api);
557 pass_method!(account_tokens(account_id: AccountId, collection_id: RmrkCollectionId) -> Vec<RmrkNftId>, rmrk_api);
558 pass_method!(nft_children(collection_id: RmrkCollectionId, nft_id: RmrkNftId) -> Vec<RmrkNftChild>, rmrk_api);
559 pass_method!(
560 collection_properties(collection_id: RmrkCollectionId, filter_keys: Option<Vec<RmrkPropertyKey>>) -> Vec<PropertyInfo>,
561 rmrk_api
562 );
563 pass_method!(
564 nft_properties(collection_id: RmrkCollectionId, nft_id: RmrkNftId, filter_keys: Option<Vec<RmrkPropertyKey>>) -> Vec<PropertyInfo>,
565 rmrk_api
566 );
567 pass_method!(nft_resources(collection_id: RmrkCollectionId, nft_id: RmrkNftId) -> Vec<ResourceInfo>, rmrk_api);
568 pass_method!(nft_resource_priorities(collection_id: RmrkCollectionId, nft_id: RmrkNftId) -> Vec<RmrkResourceId>, rmrk_api);
569 pass_method!(base(base_id: RmrkBaseId) -> Option<BaseInfo>, rmrk_api);
570 pass_method!(base_parts(base_id: RmrkBaseId) -> Vec<PartType>, rmrk_api);
571 pass_method!(theme_names(base_id: RmrkBaseId) -> Vec<RmrkThemeName>, rmrk_api);
572 /*fn theme(
573 &self,
574 base_id: RmrkBaseId,
575 theme_name: String,
576 filter_keys: Option<Vec<String>>,
577 at: Option<<Block as BlockT>::Hash>
578 ) -> Result<Option<Theme>> {todo!()}*/
579 pass_method!(theme(base_id: RmrkBaseId, theme_name: RmrkThemeName, filter_keys: Option<Vec<RmrkPropertyKey>>) -> Option<Theme>, rmrk_api);
580}
328581
329fn string_keys_to_bytes_keys(keys: Vec<String>) -> Vec<Vec<u8>> {582fn string_keys_to_bytes_keys(keys: Vec<String>) -> Vec<Vec<u8>> {
330 keys.into_iter().map(|key| key.into_bytes()).collect()583 keys.into_iter().map(|key| key.into_bytes()).collect()
modifiednode/cli/Cargo.tomldiffbeforeafterboth
276branch = "polkadot-v0.9.21"276branch = "polkadot-v0.9.21"
277277
278################################################################################278################################################################################
279# RMRK dependencies
280
281# todo git
282[dependencies.rmrk-rpc]
283git = "https://github.com/UniqueNetwork/rmrk-substrate.git"
284branch = "test/tests-basic-infrastructure"
285
286################################################################################
279# Package287# Package
280288
281[package]289[package]
modifiednode/cli/src/service.rsdiffbeforeafterboth
72 Balance,
73 Index,
74 Hash,
75 Block,
76 // RMRK
77 RmrkCollectionInfo,
78 RmrkInstanceInfo,
79 RmrkResourceInfo,
80 RmrkPropertyInfo,
81 RmrkBaseInfo,
82 RmrkPartType,
83 RmrkTheme,
84};
6985
70/// Unique native executor instance.86/// Unique native executor instance.
347 + pallet_transaction_payment_rpc_runtime_api::TransactionPaymentApi<Block, Balance>363 + pallet_transaction_payment_rpc_runtime_api::TransactionPaymentApi<Block, Balance>
348 + sp_api::ApiExt<Block, StateBackend = sc_client_api::StateBackendFor<FullBackend, Block>>364 + sp_api::ApiExt<Block, StateBackend = sc_client_api::StateBackendFor<FullBackend, Block>>
349 + up_rpc::UniqueApi<Block, Runtime::CrossAccountId, AccountId>365 + up_rpc::UniqueApi<Block, Runtime::CrossAccountId, AccountId>
366 + rmrk_rpc::RmrkApi<
367 Block,
368 AccountId,
369 RmrkCollectionInfo,
370 RmrkInstanceInfo,
371 RmrkResourceInfo, // todo done, but for reference
372 RmrkPropertyInfo,
373 RmrkBaseInfo,
374 RmrkPartType,
375 RmrkTheme,
350 + substrate_frame_rpc_system::AccountNonceApi<Block, AccountId, Index>376 > + substrate_frame_rpc_system::AccountNonceApi<Block, AccountId, Index>
351 + sp_api::Metadata<Block>377 + sp_api::Metadata<Block>
352 + sp_offchain::OffchainWorkerApi<Block>378 + sp_offchain::OffchainWorkerApi<Block>
353 + cumulus_primitives_core::CollectCollationInfo<Block>,379 + cumulus_primitives_core::CollectCollationInfo<Block>,
628 + pallet_transaction_payment_rpc_runtime_api::TransactionPaymentApi<Block, Balance>654 + pallet_transaction_payment_rpc_runtime_api::TransactionPaymentApi<Block, Balance>
629 + sp_api::ApiExt<Block, StateBackend = sc_client_api::StateBackendFor<FullBackend, Block>>655 + sp_api::ApiExt<Block, StateBackend = sc_client_api::StateBackendFor<FullBackend, Block>>
630 + up_rpc::UniqueApi<Block, Runtime::CrossAccountId, AccountId>656 + up_rpc::UniqueApi<Block, Runtime::CrossAccountId, AccountId>
657 + rmrk_rpc::RmrkApi<
658 Block,
659 AccountId,
660 RmrkCollectionInfo,
661 RmrkInstanceInfo,
662 RmrkResourceInfo, // todo done, but for reference
663 RmrkPropertyInfo,
664 RmrkBaseInfo,
665 RmrkPartType,
666 RmrkTheme,
631 + substrate_frame_rpc_system::AccountNonceApi<Block, AccountId, Index>667 > + substrate_frame_rpc_system::AccountNonceApi<Block, AccountId, Index>
632 + sp_api::Metadata<Block>668 + sp_api::Metadata<Block>
633 + sp_offchain::OffchainWorkerApi<Block>669 + sp_offchain::OffchainWorkerApi<Block>
634 + cumulus_primitives_core::CollectCollationInfo<Block>670 + cumulus_primitives_core::CollectCollationInfo<Block>
761 + pallet_transaction_payment_rpc_runtime_api::TransactionPaymentApi<Block, Balance>797 + pallet_transaction_payment_rpc_runtime_api::TransactionPaymentApi<Block, Balance>
762 + sp_api::ApiExt<Block, StateBackend = sc_client_api::StateBackendFor<FullBackend, Block>>798 + sp_api::ApiExt<Block, StateBackend = sc_client_api::StateBackendFor<FullBackend, Block>>
763 + up_rpc::UniqueApi<Block, Runtime::CrossAccountId, AccountId>799 + up_rpc::UniqueApi<Block, Runtime::CrossAccountId, AccountId>
800 + rmrk_rpc::RmrkApi<
801 Block,
802 AccountId,
803 RmrkCollectionInfo,
804 RmrkInstanceInfo,
805 RmrkResourceInfo, // todo done, but for reference
806 RmrkPropertyInfo,
807 RmrkBaseInfo,
808 RmrkPartType,
809 RmrkTheme,
764 + substrate_frame_rpc_system::AccountNonceApi<Block, AccountId, Index>810 > + substrate_frame_rpc_system::AccountNonceApi<Block, AccountId, Index>
765 + sp_api::Metadata<Block>811 + sp_api::Metadata<Block>
766 + sp_offchain::OffchainWorkerApi<Block>812 + sp_offchain::OffchainWorkerApi<Block>
767 + cumulus_primitives_core::CollectCollationInfo<Block>813 + cumulus_primitives_core::CollectCollationInfo<Block>
modifiednode/rpc/Cargo.tomldiffbeforeafterboth
49fc-db = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.21-logs" }49fc-db = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.21-logs" }
50fc-mapping-sync = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.21-logs" }50fc-mapping-sync = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.21-logs" }
51
52# RMRK
53# todo git
54rmrk-rpc = { git = "https://github.com/UniqueNetwork/rmrk-substrate.git", branch = "test/tests-basic-infrastructure" }
55# rmrk-traits = { default-features = false, git = "https://github.com/UniqueNetwork/rmrk-substrate.git", branch = "test/tests-basic-infrastructure" }
5156
52pallet-common = { default-features = false, path = "../../pallets/common" }57pallet-common = { default-features = false, path = "../../pallets/common" }
53unique-runtime-common = { default-features = false, path = "../../runtime/common" }58unique-runtime-common = { default-features = false, path = "../../runtime/common" }
modifiednode/rpc/src/lib.rsdiffbeforeafterboth
48 Block,
49 BlockNumber,
50 Balance,
51 // RMRK
52 RmrkCollectionInfo,
53 RmrkInstanceInfo,
54 RmrkResourceInfo,
55 RmrkPropertyInfo,
56 RmrkBaseInfo,
57 RmrkPartType,
58 RmrkTheme,
45};59};
4660
47/// Public io handler for exporting into other modules61/// Public io handler for exporting into other modules
144 C::Api: fp_rpc::EthereumRuntimeRPCApi<Block>,158 C::Api: fp_rpc::EthereumRuntimeRPCApi<Block>,
145 C::Api: fp_rpc::ConvertTransactionRuntimeApi<Block>,159 C::Api: fp_rpc::ConvertTransactionRuntimeApi<Block>,
146 C::Api: up_rpc::UniqueApi<Block, <R as RuntimeInstance>::CrossAccountId, AccountId>,160 C::Api: up_rpc::UniqueApi<Block, <R as RuntimeInstance>::CrossAccountId, AccountId>,
161 C::Api: rmrk_rpc::RmrkApi<
162 Block,
163 AccountId,
164 RmrkCollectionInfo,
165 RmrkInstanceInfo,
166 RmrkResourceInfo, // todo done, but for reference
167 RmrkPropertyInfo,
168 RmrkBaseInfo,
169 RmrkPartType,
170 RmrkTheme,
171 >,
147 B: sc_client_api::Backend<Block> + Send + Sync + 'static,172 B: sc_client_api::Backend<Block> + Send + Sync + 'static,
148 B::State: sc_client_api::backend::StateBackend<sp_runtime::traits::HashFor<Block>>,173 B::State: sc_client_api::backend::StateBackend<sp_runtime::traits::HashFor<Block>>,
149 P: TransactionPool<Block = Block> + 'static,174 P: TransactionPool<Block = Block> + 'static,
157 EthPubSubApiServer, EthSigner, HexEncodedIdProvider, NetApi, NetApiServer, Web3Api,182 EthPubSubApiServer, EthSigner, HexEncodedIdProvider, NetApi, NetApiServer, Web3Api,
158 Web3ApiServer,183 Web3ApiServer,
159 };184 };
160 use uc_rpc::{UniqueApi, Unique};185 use uc_rpc::{UniqueApi, RmrkApi, Unique};
161 // use pallet_contracts_rpc::{Contracts, ContractsApi};186 // use pallet_contracts_rpc::{Contracts, ContractsApi};
162 use pallet_transaction_payment_rpc::{TransactionPayment, TransactionPaymentApi};187 use pallet_transaction_payment_rpc::{TransactionPayment, TransactionPaymentApi};
163 use substrate_frame_rpc_system::{FullSystem, SystemApi};188 use substrate_frame_rpc_system::{FullSystem, SystemApi};
214 fee_history_cache,239 fee_history_cache,
215 )));240 )));
241
242 // todo
243 //let unique = Unique::new(client.clone());
216 io.extend_with(UniqueApi::to_delegate(Unique::new(client.clone())));244 io.extend_with(UniqueApi::to_delegate(Unique::new(client.clone())));
245 io.extend_with(RmrkApi::to_delegate(Unique::new(client.clone())));
217246
218 if let Some(filter_pool) = filter_pool {247 if let Some(filter_pool) = filter_pool {
219 io.extend_with(EthFilterApiServer::to_delegate(EthFilterApi::new(248 io.extend_with(EthFilterApiServer::to_delegate(EthFilterApi::new(
modifiedprimitives/rpc/Cargo.tomldiffbeforeafterboth
16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.21" }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.21" }
17pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.21-logs" }17pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.21-logs" }
18
19# RMRK
20# todo git
21# rmrk-traits = { default-features = false, git = "https://github.com/UniqueNetwork/rmrk-substrate.git", branch = "test/tests-basic-infrastructure" }
1822
19[features]23[features]
20default = ["std"]24default = ["std"]
modifiedruntime/common/Cargo.tomldiffbeforeafterboth
106[dependencies]106[dependencies]
107pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.21-logs" }107pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.21-logs" }
108evm-coder = { default-features = false, path = '../../crates/evm-coder' }108evm-coder = { default-features = false, path = '../../crates/evm-coder' }
109up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.21' }109up-sponsorship = { default-features = false, git = "https://github.com/UniqueNetwork/pallet-sponsoring", branch = 'polkadot-v0.9.21' }
110
111# RMRK
112# todo git
113rmrk-rpc = { default-features = false, git = "https://github.com/UniqueNetwork/rmrk-substrate.git", branch = "test/tests-basic-infrastructure" }
114rmrk-traits = { default-features = false, git = "https://github.com/UniqueNetwork/rmrk-substrate.git", branch = "test/tests-basic-infrastructure" }
110115
modifiedruntime/common/src/constants.rsdiffbeforeafterboth
3838
39 pub const TransactionByteFee: Balance = 501 * MICROUNIQUE; // Targeting 0.1 Unique per NFT transfer39 pub const TransactionByteFee: Balance = 501 * MICROUNIQUE; // Targeting 0.1 Unique per NFT transfer
40
41 // RMRK constants
42 #[derive(PartialEq)]
43 pub const RmrkStringLimit: u32 = 128;
44 #[derive(Eq, PartialEq)]
45 pub const RmrkCollectionSymbolLimit: u32 = 100;
46 #[derive(Eq, PartialEq)]
47 pub const RmrkResourceSymbolLimit: u32 = 10;
48 #[derive(Eq, PartialEq)]
49 pub const RmrkKeyLimit: u32 = 32;
50 #[derive(Eq, PartialEq)]
51 pub const RmrkValueLimit: u32 = 256;
40}52}
4153
modifiedruntime/common/src/runtime_apis.rsdiffbeforeafterboth
126 }126 }
127 }127 }
128
129 impl rmrk_rpc::RmrkApi<
130 Block,
131 AccountId,
132 RmrkCollectionInfo,
133 RmrkInstanceInfo,
134 RmrkResourceInfo,
135 RmrkPropertyInfo,
136 RmrkBaseInfo,
137 RmrkPartType,
138 RmrkTheme
139 > for Runtime {
140 fn last_collection_idx() -> Result<RmrkCollectionId, DispatchError> {
141 Ok(<pallet_common::CreatedCollectionCount<Runtime>>::get().0)
142 }
143 fn collection_by_id(collection_id: RmrkCollectionId) -> Result<Option<RmrkCollectionInfo>, DispatchError> {
144 use frame_support::BoundedVec;
145
146 let collection_id = CollectionId(collection_id);
147 let collection = match <pallet_common::CollectionById<Runtime>>::get(collection_id) {
148 Some(c) => c,
149 None => return Ok(None)
150 };
151 let nfts_count: Result<u32, DispatchError> = dispatch_unique_runtime!(collection_id.total_supply());
152 Ok(Some(RmrkCollectionInfo {
153 issuer: collection.owner,
154 metadata: BoundedVec::<u8, RmrkStringLimit>::default(), // todo take from Properties, not implemented yet
155 max: Some(collection.limits.token_limit()), // must have some effective limits
156 symbol: BoundedVec::<u8, RmrkCollectionSymbolLimit>::try_from(collection.token_prefix.into_inner()).unwrap_or_default() /*{
157 Ok(s) => s,
158 Err(_) => return Err(pallet_common::Error::<Runtime>::CollectionTokenPrefixLimitExceeded)
159 }*/,
160 nfts_count: nfts_count? // todo <Runtime>::total_supply(collection_id)
161 }))
162 }
163 fn nft_by_id(collection_id: RmrkCollectionId, nft_by_id: RmrkNftId) -> Result<Option<RmrkInstanceInfo>, DispatchError> {
164 todo!()
165 }
166 fn account_tokens(account_id: AccountId, collection_id: RmrkCollectionId) -> Result<Vec<RmrkNftId>, DispatchError> {
167 let cross_account_id = CrossAccountId::from_sub(account_id);
168 let collection_id = CollectionId(collection_id);
169 Ok(
170 (dispatch_unique_runtime!(collection_id.account_tokens(cross_account_id)) as Result<Vec<TokenId>, DispatchError>)?
171 // todo <Runtime>::account_tokens(collection_id, cross_account_id)
172 .into_iter()
173 .map(|token| token.0)
174 .collect::<Vec<_>>()
175 )
176 }
177 fn nft_children(collection_id: RmrkCollectionId, nft_id: RmrkNftId) -> Result<Vec<RmrkNftChild>, DispatchError> {
178 todo!()
179 }
180 fn collection_properties(collection_id: RmrkCollectionId, filter_keys: Option<Vec<RmrkPropertyKey>>) -> Result<Vec<RmrkPropertyInfo>, DispatchError> {
181 todo!()
182 }
183 fn nft_properties(collection_id: RmrkCollectionId, nft_id: RmrkNftId, filter_keys: Option<Vec<RmrkPropertyKey>>) -> Result<Vec<RmrkPropertyInfo>, DispatchError> {
184 todo!()
185 }
186 fn nft_resources(collection_id: RmrkCollectionId, nft_id: RmrkNftId) -> Result<Vec<RmrkResourceInfo>, DispatchError> {
187 todo!()
188 }
189 fn nft_resource_priorities(collection_id: RmrkCollectionId, nft_id: RmrkNftId) -> Result<Vec<RmrkResourceId>, DispatchError> {
190 todo!()
191 }
192 fn base(base_id: RmrkBaseId) -> Result<Option<RmrkBaseInfo>, DispatchError> {
193 todo!()
194 }
195 fn base_parts(base_id: RmrkBaseId) -> Result<Vec<RmrkPartType>, DispatchError> {
196 todo!()
197 }
198 fn theme_names(base_id: RmrkBaseId) -> Result<Vec<RmrkThemeName>, DispatchError> {
199 todo!()
200 }
201 fn theme(base_id: RmrkBaseId, theme_name: RmrkThemeName, filter_keys: Option<Vec<RmrkPropertyKey>>) -> Result<Option<RmrkTheme>, DispatchError> {
202 todo!()
203 }
204 }
128205
129 impl sp_api::Core<Block> for Runtime {206 impl sp_api::Core<Block> for Runtime {
130 fn version() -> RuntimeVersion {207 fn version() -> RuntimeVersion {
modifiedruntime/common/src/types.rsdiffbeforeafterboth
2 traits::{Verify, IdentifyAccount, BlakeTwo256},2 traits::{Verify, IdentifyAccount, BlakeTwo256},
3 generic, MultiSignature,3 generic, MultiSignature,
4};4};
5use sp_std::vec::Vec;
56
6pub use sp_runtime::OpaqueExtrinsic as UncheckedExtrinsic;7pub use sp_runtime::OpaqueExtrinsic as UncheckedExtrinsic;
8
9// RMRK
10pub use rmrk_traits::{
11 CollectionInfo, NftInfo, ResourceInfo, PropertyInfo, BaseInfo, PartType, Theme,
12 primitives::{CollectionId as RmrkCollectionId, NftId as RmrkNftId, BaseId as RmrkBaseId},
13 NftChild as RmrkNftChild,
14};
15
16pub use crate::constants::{
17 RmrkStringLimit, RmrkCollectionSymbolLimit, RmrkResourceSymbolLimit, RmrkKeyLimit,
18 RmrkValueLimit,
19};
720
8/// Opaque block header type.21/// Opaque block header type.
9pub type Header = generic::Header<BlockNumber, BlakeTwo256>;22pub type Header = generic::Header<BlockNumber, BlakeTwo256>;
4154
42pub use sp_consensus_aura::sr25519::AuthorityId as AuraId;55pub use sp_consensus_aura::sr25519::AuthorityId as AuraId;
56
57// RMRK
58// todo document
59pub type RmrkCollectionInfo = CollectionInfo<RmrkStringLimit, RmrkCollectionSymbolLimit, AccountId>;
60
61pub type RmrkInstanceInfo = NftInfo<AccountId, RmrkStringLimit>;
62
63pub type RmrkResourceInfo = ResourceInfo<RmrkResourceSymbolLimit, RmrkStringLimit>;
64
65pub type RmrkPropertyInfo = PropertyInfo<RmrkKeyLimit, RmrkValueLimit>;
66
67pub type RmrkBaseInfo = BaseInfo<AccountId, RmrkStringLimit>;
68
69pub type RmrkPartType = PartType<RmrkStringLimit>;
70
71pub type RmrkTheme = Theme<RmrkStringLimit>;
72
73pub type RmrkRpcString = Vec<u8>;
74pub type RmrkThemeName = RmrkRpcString;
75pub type RmrkPropertyKey = RmrkRpcString;
76pub type RmrkResourceId = RmrkRpcString;
4377
44pub trait RuntimeInstance {78pub trait RuntimeInstance {
45 type CrossAccountId: pallet_evm::account::CrossAccountId<sp_runtime::AccountId32>79 type CrossAccountId: pallet_evm::account::CrossAccountId<sp_runtime::AccountId32>
modifiedruntime/opal/Cargo.tomldiffbeforeafterboth
109 'xcm-builder/std',109 'xcm-builder/std',
110 'xcm-executor/std',110 'xcm-executor/std',
111 'unique-runtime-common/std',111 'unique-runtime-common/std',
112 'rmrk-rpc/std',
112113
113 "orml-vesting/std",114 "orml-vesting/std",
114]115]
386default-features = false387default-features = false
387388
388################################################################################389################################################################################
390# RMRK dependencies
391
392# todo git
393[dependencies.rmrk-rpc]
394default-features = false
395git = "https://github.com/UniqueNetwork/rmrk-substrate.git"
396branch = "test/tests-basic-infrastructure"
397
398################################################################################
389# local dependencies399# local dependencies
390400
391[dependencies]401[dependencies]
modifiedruntime/quartz/Cargo.tomldiffbeforeafterboth
386default-features = false386default-features = false
387387
388################################################################################388################################################################################
389# local dependencies389# RMRK dependencies
390
391# todo git
392[dependencies.rmrk-rpc]
393default-features = false
394git = "https://github.com/UniqueNetwork/rmrk-substrate.git"
395branch = "test/tests-basic-infrastructure"
396
397################################################################################
398# local dependencies
390399
391[dependencies]400[dependencies]
392log = { version = "0.4.16", default-features = false }401log = { version = "0.4.16", default-features = false }
modifiedruntime/unique/Cargo.tomldiffbeforeafterboth
386default-features = false386default-features = false
387387
388################################################################################388################################################################################
389# local dependencies389# RMRK dependencies
390
391# todo git
392[dependencies.rmrk-rpc]
393default-features = false
394git = "https://github.com/UniqueNetwork/rmrk-substrate.git"
395branch = "test/tests-basic-infrastructure"
396
397################################################################################
398# local dependencies
390399
391[dependencies]400[dependencies]
392log = { version = "0.4.16", default-features = false }401log = { version = "0.4.16", default-features = false }
modifiedtests/src/interfaces/augment-api-rpc.tsdiffbeforeafterboth
393 **/393 **/
394 queryInfo: AugmentedRpc<(extrinsic: Bytes | string | Uint8Array, at?: BlockHash | string | Uint8Array) => Observable<RuntimeDispatchInfo>>;394 queryInfo: AugmentedRpc<(extrinsic: Bytes | string | Uint8Array, at?: BlockHash | string | Uint8Array) => Observable<RuntimeDispatchInfo>>;
395 };395 };
396 rmrk: {
397 /**
398 * Get tokens owned by an account in a collection
399 **/
400 accountTokens: AugmentedRpc<(accountId: AccountId32 | string | Uint8Array, collectionId: u32 | AnyNumber | Uint8Array, at?: Hash | string | Uint8Array) => Observable<Vec<u32>>>;
401 /**
402 * Get base info
403 **/
404 base: AugmentedRpc<(baseId: u32 | AnyNumber | Uint8Array, at?: Hash | string | Uint8Array) => Observable<Option<RmrkTraitsBaseBaseInfo>>>;
405 /**
406 * Get all Base's parts
407 **/
408 baseParts: AugmentedRpc<(baseId: u32 | AnyNumber | Uint8Array, at?: Hash | string | Uint8Array) => Observable<Vec<RmrkTraitsPartPartType>>>;
409 /**
410 * Get collection by id
411 **/
412 collectionById: AugmentedRpc<(id: u32 | AnyNumber | Uint8Array, at?: Hash | string | Uint8Array) => Observable<Option<RmrkTraitsCollectionCollectionInfo>>>;
413 /**
414 * Get collection properties
415 **/
416 collectionProperties: AugmentedRpc<(collectionId: u32 | AnyNumber | Uint8Array, at?: Hash | string | Uint8Array) => Observable<Vec<RmrkTraitsPropertyPropertyInfo>>>;
417 /**
418 * Get the latest created collection id
419 **/
420 lastCollectionIdx: AugmentedRpc<(at?: Hash | string | Uint8Array) => Observable<u32>>;
421 /**
422 * Get NFT by collection id and NFT id
423 **/
424 nftById: AugmentedRpc<(collectionId: u32 | AnyNumber | Uint8Array, nftId: u32 | AnyNumber | Uint8Array, at?: Hash | string | Uint8Array) => Observable<Option<RmrkTraitsNftNftInfo>>>;
425 /**
426 * Get NFT children
427 **/
428 nftChildren: AugmentedRpc<(collectionId: u32 | AnyNumber | Uint8Array, nftId: u32 | AnyNumber | Uint8Array, at?: Hash | string | Uint8Array) => Observable<Vec<RmrkTraitsNftNftChild>>>;
429 /**
430 * Get NFT properties
431 **/
432 nftProperties: AugmentedRpc<(collectionId: u32 | AnyNumber | Uint8Array, nftId: u32 | AnyNumber | Uint8Array, at?: Hash | string | Uint8Array) => Observable<Vec<RmrkTraitsPropertyPropertyInfo>>>;
433 /**
434 * Get NFT resource priorities
435 **/
436 nftResourcePriorities: AugmentedRpc<(collectionId: u32 | AnyNumber | Uint8Array, nftId: u32 | AnyNumber | Uint8Array, at?: Hash | string | Uint8Array) => Observable<Vec<Bytes>>>;
437 /**
438 * Get NFT resources
439 **/
440 nftResources: AugmentedRpc<(collectionId: u32 | AnyNumber | Uint8Array, nftId: u32 | AnyNumber | Uint8Array, at?: Hash | string | Uint8Array) => Observable<Vec<RmrkTraitsResourceResourceInfo>>>;
441 /**
442 * Get Base's theme names
443 **/
444 themeNames: AugmentedRpc<(baseId: u32 | AnyNumber | Uint8Array, at?: Hash | string | Uint8Array) => Observable<Vec<Bytes>>>;
445 /**
446 * Get Theme's keys values
447 **/
448 themes: AugmentedRpc<(baseId: u32 | AnyNumber | Uint8Array, themeName: Vec<Bytes> | (Bytes | string | Uint8Array)[], keys: Option<Vec<Bytes>> | null | object | string | Uint8Array, at?: Hash | string | Uint8Array) => Observable<Option<RmrkTraitsTheme>>>;
449 };
396 rpc: {450 rpc: {
397 /**451 /**
398 * Retrieves the list of RPC methods that are exposed by the node452 * Retrieves the list of RPC methods that are exposed by the node
modifiedtests/src/interfaces/definitions.tsdiffbeforeafterboth
15// along with Unique Network. If not, see <http://www.gnu.org/licenses/>.15// along with Unique Network. If not, see <http://www.gnu.org/licenses/>.
1616
17export {default as unique} from './unique/definitions';17export {default as unique} from './unique/definitions';
18export {default as rmrk} from './rmrk/definitions';
1819
addedtests/src/interfaces/rmrk/definitions.tsdiffbeforeafterboth

no changes

addedtests/src/interfaces/rmrk/index.tsdiffbeforeafterboth

no changes

addedtests/src/interfaces/rmrk/types.tsdiffbeforeafterboth

no changes

modifiedtests/src/interfaces/types.tsdiffbeforeafterboth
2/* eslint-disable */2/* eslint-disable */
33
4export * from './unique/types';4export * from './unique/types';
5export * from './rmrk/types';
56