difftreelog
Merge pull request #847 from UniqueNetwork/build/upgrade-dependencies
in: master
Upgrade dependencies
68 files changed
.rustfmt.tomldiffbeforeafterbothno syntactic changes
.taplo.tomldiffbeforeafterbothno changes
Cargo.lockdiffbeforeafterboth125name = "app-promotion-rpc"125name = "app-promotion-rpc"126version = "0.1.0"126version = "0.1.0"127dependencies = [127dependencies = [128 "pallet-common",129 "pallet-evm",128 "pallet-evm",130 "parity-scale-codec 3.2.1",129 "parity-scale-codec",131 "sp-api",130 "sp-api",132 "sp-core",133 "sp-runtime",131 "sp-runtime",134 "sp-std",132 "sp-std",135 "up-data-structs",136]133]137134138[[package]]135[[package]]319316320[[package]]317[[package]]321name = "async-trait"318name = "async-trait"322version = "0.1.60"319version = "0.1.61"323source = "registry+https://github.com/rust-lang/crates.io-index"320source = "registry+https://github.com/rust-lang/crates.io-index"324checksum = "677d1d8ab452a3936018a687b20e6f7cf5363d713b732b8884001317b0e48aa3"321checksum = "705339e0e4a9690e2908d2b3d049d85682cf19fbd5782494498fbf7003a6a282"325dependencies = [322dependencies = [326 "proc-macro2",323 "proc-macro2",327 "quote",324 "quote",343340344[[package]]341[[package]]345name = "atomic-waker"342name = "atomic-waker"346version = "1.0.0"343version = "1.1.0"347source = "registry+https://github.com/rust-lang/crates.io-index"344source = "registry+https://github.com/rust-lang/crates.io-index"348checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"345checksum = "debc29dde2e69f9e47506b525f639ed42300fc014a3e007832592448fa8e4599"349346350[[package]]347[[package]]351name = "atty"348name = "atty"360357361[[package]]358[[package]]362name = "auto_impl"359name = "auto_impl"363version = "0.5.0"360version = "1.0.1"364source = "registry+https://github.com/rust-lang/crates.io-index"361source = "registry+https://github.com/rust-lang/crates.io-index"365checksum = "7862e21c893d65a1650125d157eaeec691439379a1cee17ee49031b79236ada4"362checksum = "8a8c1df849285fbacd587de7818cc7d13be6cd2cbcd47a04fb1801b0e2706e33"366dependencies = [363dependencies = [367 "proc-macro-error",364 "proc-macro-error",368 "proc-macro2",365 "proc-macro2",387 "cfg-if",384 "cfg-if",388 "libc",385 "libc",389 "miniz_oxide",386 "miniz_oxide",390 "object 0.30.0",387 "object 0.30.2",391 "rustc-demangle",388 "rustc-demangle",392]389]393390415source = "registry+https://github.com/rust-lang/crates.io-index"412source = "registry+https://github.com/rust-lang/crates.io-index"416checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"413checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"414415[[package]]416name = "base64"417version = "0.21.0"418source = "registry+https://github.com/rust-lang/crates.io-index"419checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"417420418[[package]]421[[package]]419name = "base64ct"422name = "base64ct"438 "array-bytes 4.2.0",441 "array-bytes 4.2.0",439 "async-trait",442 "async-trait",440 "fnv",443 "fnv",441 "futures 0.3.25",444 "futures",442 "futures-timer",445 "futures-timer",443 "log",446 "log",444 "parity-scale-codec 3.2.1",447 "parity-scale-codec",445 "parking_lot 0.12.1",448 "parking_lot 0.12.1",446 "sc-chain-spec",449 "sc-chain-spec",447 "sc-client-api",450 "sc-client-api",473source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"476source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"474dependencies = [477dependencies = [475 "beefy-gadget",478 "beefy-gadget",476 "futures 0.3.25",479 "futures",477 "jsonrpsee",480 "jsonrpsee",478 "log",481 "log",479 "parity-scale-codec 3.2.1",482 "parity-scale-codec",480 "parking_lot 0.12.1",483 "parking_lot 0.12.1",481 "sc-rpc",484 "sc-rpc",482 "sc-utils",485 "sc-utils",531source = "registry+https://github.com/rust-lang/crates.io-index"534source = "registry+https://github.com/rust-lang/crates.io-index"532checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"535checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"533534[[package]]535name = "bitvec"536version = "0.20.4"537source = "registry+https://github.com/rust-lang/crates.io-index"538checksum = "7774144344a4faa177370406a7ff5f1da24303817368584c6206c8303eb07848"539dependencies = [540 "funty 1.1.0",541 "radium 0.6.2",542 "tap",543 "wyz 0.2.0",544]545536546[[package]]537[[package]]547name = "bitvec"538name = "bitvec"548version = "1.0.1"539version = "1.0.1"549source = "registry+https://github.com/rust-lang/crates.io-index"540source = "registry+https://github.com/rust-lang/crates.io-index"550checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"541checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"551dependencies = [542dependencies = [552 "funty 2.0.0",543 "funty",553 "radium 0.7.0",544 "radium",554 "tap",545 "tap",555 "wyz 0.5.1",546 "wyz",556]547]557548558[[package]]549[[package]]699 "regex-automata",690 "regex-automata",700]691]692693[[package]]694name = "bstr"695version = "1.1.0"696source = "registry+https://github.com/rust-lang/crates.io-index"697checksum = "b45ea9b00a7b3f2988e9a65ad3917e62123c38dba709b666506207be96d1790b"698dependencies = [699 "memchr",700 "serde",701]701702702[[package]]703[[package]]703name = "build-helper"704name = "build-helper"710711711[[package]]712[[package]]712name = "bumpalo"713name = "bumpalo"713version = "3.11.1"714version = "3.12.0"714source = "registry+https://github.com/rust-lang/crates.io-index"715source = "registry+https://github.com/rust-lang/crates.io-index"715checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"716checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535"716717717[[package]]718[[package]]718name = "byte-slice-cast"719name = "byte-slice-cast"751752752[[package]]753[[package]]753name = "camino"754name = "camino"754version = "1.1.1"755version = "1.1.2"755source = "registry+https://github.com/rust-lang/crates.io-index"756source = "registry+https://github.com/rust-lang/crates.io-index"756checksum = "88ad0e1e3e88dd237a156ab9f571021b8a158caa0ae44b1968a241efb5144c1e"757checksum = "c77df041dc383319cc661b428b6961a005db4d6808d5e12536931b1ca9556055"757dependencies = [758dependencies = [758 "serde",759 "serde",759]760]903904904[[package]]905[[package]]905name = "clap"906name = "clap"906version = "4.0.32"907version = "4.1.1"907source = "registry+https://github.com/rust-lang/crates.io-index"908source = "registry+https://github.com/rust-lang/crates.io-index"908checksum = "a7db700bc935f9e43e88d00b0850dae18a63773cfbec6d8e070fccf7fef89a39"909checksum = "4ec7a4128863c188deefe750ac1d1dfe66c236909f845af04beed823638dc1b2"909dependencies = [910dependencies = [910 "bitflags",911 "bitflags",911 "clap_derive",912 "clap_derive",918919919[[package]]920[[package]]920name = "clap_derive"921name = "clap_derive"921version = "4.0.21"922version = "4.1.0"922source = "registry+https://github.com/rust-lang/crates.io-index"923source = "registry+https://github.com/rust-lang/crates.io-index"923checksum = "0177313f9f02afc995627906bbd8967e2be069f5261954222dac78290c2b9014"924checksum = "684a277d672e91966334af371f1a7b5833f9aa00b07c84e92fbce95e00208ce8"924dependencies = [925dependencies = [925 "heck",926 "heck",926 "proc-macro-error",927 "proc-macro-error",931932932[[package]]933[[package]]933name = "clap_lex"934name = "clap_lex"934version = "0.3.0"935version = "0.3.1"935source = "registry+https://github.com/rust-lang/crates.io-index"936source = "registry+https://github.com/rust-lang/crates.io-index"936checksum = "0d4198f73e42b4936b35b5bb248d81d2b595ecb170da0bac7655c54eedfa8da8"937checksum = "783fe232adfca04f90f56201b26d79682d4cd2625e0bc7290b95123afe558ade"937dependencies = [938dependencies = [938 "os_str_bytes",939 "os_str_bytes",939]940]962963963[[package]]964[[package]]964name = "comfy-table"965name = "comfy-table"965version = "6.1.3"966version = "6.1.4"966source = "registry+https://github.com/rust-lang/crates.io-index"967source = "registry+https://github.com/rust-lang/crates.io-index"967checksum = "e621e7e86c46fd8a14c32c6ae3cb95656621b4743a27d0cffedb831d46e7ad21"968checksum = "6e7b787b0dc42e8111badfdbe4c3059158ccb2db8780352fa1b01e8ccf45cc4d"968dependencies = [969dependencies = [969 "strum",970 "strum",970 "strum_macros",971 "strum_macros",973974974[[package]]975[[package]]975name = "concurrent-queue"976name = "concurrent-queue"976version = "2.0.0"977version = "2.1.0"977source = "registry+https://github.com/rust-lang/crates.io-index"978source = "registry+https://github.com/rust-lang/crates.io-index"978checksum = "bd7bef69dc86e3c610e4e7aed41035e2a7ed12e72dd7530f61327a6579a4390b"979checksum = "c278839b831783b70278b14df4d45e1beb1aad306c07bb796637de9a0e323e8e"979dependencies = [980dependencies = [980 "crossbeam-utils",981 "crossbeam-utils",981]982]982983983[[package]]984[[package]]984name = "console"985name = "console"985version = "0.15.2"986version = "0.15.5"986source = "registry+https://github.com/rust-lang/crates.io-index"987source = "registry+https://github.com/rust-lang/crates.io-index"987checksum = "c050367d967ced717c04b65d8c619d863ef9292ce0c5760028655a2fb298718c"988checksum = "c3d79fbe8970a77e3e34151cc13d3b3e248aa0faaecb9f6091fa07ebefe5ad60"988dependencies = [989dependencies = [989 "encode_unicode",990 "encode_unicode",990 "lazy_static",991 "lazy_static",991 "libc",992 "libc",992 "terminal_size",993 "winapi",993 "windows-sys 0.42.0",994]994]995995996[[package]]996[[package]]1303source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"1303source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"1304dependencies = [1304dependencies = [1305 "clap",1305 "clap",1306 "parity-scale-codec 3.2.1",1306 "parity-scale-codec",1307 "sc-chain-spec",1307 "sc-chain-spec",1308 "sc-cli",1308 "sc-cli",1309 "sc-service",1309 "sc-service",1320 "cumulus-client-consensus-common",1320 "cumulus-client-consensus-common",1321 "cumulus-client-network",1321 "cumulus-client-network",1322 "cumulus-primitives-core",1322 "cumulus-primitives-core",1323 "futures 0.3.25",1323 "futures",1324 "parity-scale-codec 3.2.1",1324 "parity-scale-codec",1325 "parking_lot 0.12.1",1325 "parking_lot 0.12.1",1326 "polkadot-node-primitives",1326 "polkadot-node-primitives",1327 "polkadot-node-subsystem",1327 "polkadot-node-subsystem",1343 "async-trait",1343 "async-trait",1344 "cumulus-client-consensus-common",1344 "cumulus-client-consensus-common",1345 "cumulus-primitives-core",1345 "cumulus-primitives-core",1346 "futures 0.3.25",1346 "futures",1347 "parity-scale-codec 3.2.1",1347 "parity-scale-codec",1348 "sc-client-api",1348 "sc-client-api",1349 "sc-consensus",1349 "sc-consensus",1350 "sc-consensus-aura",1350 "sc-consensus-aura",1374 "cumulus-primitives-core",1374 "cumulus-primitives-core",1375 "cumulus-relay-chain-interface",1375 "cumulus-relay-chain-interface",1376 "dyn-clone",1376 "dyn-clone",1377 "futures 0.3.25",1377 "futures",1378 "log",1378 "log",1379 "parity-scale-codec 3.2.1",1379 "parity-scale-codec",1380 "polkadot-primitives",1380 "polkadot-primitives",1381 "sc-client-api",1381 "sc-client-api",1382 "sc-consensus",1382 "sc-consensus",1394dependencies = [1394dependencies = [1395 "async-trait",1395 "async-trait",1396 "cumulus-relay-chain-interface",1396 "cumulus-relay-chain-interface",1397 "futures 0.3.25",1397 "futures",1398 "futures-timer",1398 "futures-timer",1399 "parity-scale-codec 3.2.1",1399 "parity-scale-codec",1400 "parking_lot 0.12.1",1400 "parking_lot 0.12.1",1401 "polkadot-node-primitives",1401 "polkadot-node-primitives",1402 "polkadot-parachain",1402 "polkadot-parachain",1417dependencies = [1417dependencies = [1418 "cumulus-primitives-core",1418 "cumulus-primitives-core",1419 "cumulus-relay-chain-interface",1419 "cumulus-relay-chain-interface",1420 "futures 0.3.25",1420 "futures",1421 "futures-timer",1421 "futures-timer",1422 "parity-scale-codec 3.2.1",1422 "parity-scale-codec",1423 "polkadot-node-primitives",1423 "polkadot-node-primitives",1424 "polkadot-node-subsystem",1424 "polkadot-node-subsystem",1425 "polkadot-overseer",1425 "polkadot-overseer",1446 "cumulus-relay-chain-inprocess-interface",1446 "cumulus-relay-chain-inprocess-interface",1447 "cumulus-relay-chain-interface",1447 "cumulus-relay-chain-interface",1448 "cumulus-relay-chain-minimal-node",1448 "cumulus-relay-chain-minimal-node",1449 "futures 0.3.25",1449 "futures",1450 "parking_lot 0.12.1",1450 "parking_lot 0.12.1",1451 "polkadot-primitives",1451 "polkadot-primitives",1452 "sc-client-api",1452 "sc-client-api",1469 "frame-support",1469 "frame-support",1470 "frame-system",1470 "frame-system",1471 "pallet-aura",1471 "pallet-aura",1472 "parity-scale-codec 3.2.1",1472 "parity-scale-codec",1473 "scale-info",1473 "scale-info",1474 "sp-application-crypto",1474 "sp-application-crypto",1475 "sp-consensus-aura",1475 "sp-consensus-aura",1486 "frame-support",1486 "frame-support",1487 "frame-system",1487 "frame-system",1488 "log",1488 "log",1489 "parity-scale-codec 3.2.1",1489 "parity-scale-codec",1490 "scale-info",1490 "scale-info",1491 "sp-io",1491 "sp-io",1492 "sp-runtime",1492 "sp-runtime",1508 "frame-system",1508 "frame-system",1509 "impl-trait-for-tuples",1509 "impl-trait-for-tuples",1510 "log",1510 "log",1511 "parity-scale-codec 3.2.1",1511 "parity-scale-codec",1512 "polkadot-parachain",1512 "polkadot-parachain",1513 "scale-info",1513 "scale-info",1514 "sp-core",1514 "sp-core",1541 "cumulus-primitives-core",1541 "cumulus-primitives-core",1542 "frame-support",1542 "frame-support",1543 "frame-system",1543 "frame-system",1544 "parity-scale-codec 3.2.1",1544 "parity-scale-codec",1545 "scale-info",1545 "scale-info",1546 "sp-io",1546 "sp-io",1547 "sp-runtime",1547 "sp-runtime",1558 "frame-support",1558 "frame-support",1559 "frame-system",1559 "frame-system",1560 "log",1560 "log",1561 "parity-scale-codec 3.2.1",1561 "parity-scale-codec",1562 "rand_chacha 0.3.1",1562 "rand_chacha 0.3.1",1563 "scale-info",1563 "scale-info",1564 "sp-runtime",1564 "sp-runtime",1572version = "0.1.0"1572version = "0.1.0"1573source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"1573source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"1574dependencies = [1574dependencies = [1575 "parity-scale-codec 3.2.1",1575 "parity-scale-codec",1576 "polkadot-core-primitives",1576 "polkadot-core-primitives",1577 "polkadot-parachain",1577 "polkadot-parachain",1578 "polkadot-primitives",1578 "polkadot-primitives",1591 "cumulus-primitives-core",1591 "cumulus-primitives-core",1592 "cumulus-relay-chain-interface",1592 "cumulus-relay-chain-interface",1593 "cumulus-test-relay-sproof-builder",1593 "cumulus-test-relay-sproof-builder",1594 "parity-scale-codec 3.2.1",1594 "parity-scale-codec",1595 "sc-client-api",1595 "sc-client-api",1596 "scale-info",1596 "scale-info",1597 "sp-api",1597 "sp-api",1611source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"1611source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"1612dependencies = [1612dependencies = [1613 "cumulus-primitives-core",1613 "cumulus-primitives-core",1614 "futures 0.3.25",1614 "futures",1615 "parity-scale-codec 3.2.1",1615 "parity-scale-codec",1616 "sp-inherents",1616 "sp-inherents",1617 "sp-std",1617 "sp-std",1618 "sp-timestamp",1618 "sp-timestamp",1626 "cumulus-primitives-core",1626 "cumulus-primitives-core",1627 "frame-support",1627 "frame-support",1628 "log",1628 "log",1629 "parity-scale-codec 3.2.1",1629 "parity-scale-codec",1630 "sp-runtime",1630 "sp-runtime",1631 "sp-std",1631 "sp-std",1632 "xcm",1632 "xcm",1642 "async-trait",1642 "async-trait",1643 "cumulus-primitives-core",1643 "cumulus-primitives-core",1644 "cumulus-relay-chain-interface",1644 "cumulus-relay-chain-interface",1645 "futures 0.3.25",1645 "futures",1646 "futures-timer",1646 "futures-timer",1647 "polkadot-cli",1647 "polkadot-cli",1648 "polkadot-client",1648 "polkadot-client",1666dependencies = [1666dependencies = [1667 "async-trait",1667 "async-trait",1668 "cumulus-primitives-core",1668 "cumulus-primitives-core",1669 "futures 0.3.25",1669 "futures",1670 "jsonrpsee-core",1670 "jsonrpsee-core",1671 "parity-scale-codec 3.2.1",1671 "parity-scale-codec",1672 "polkadot-overseer",1672 "polkadot-overseer",1673 "polkadot-service",1673 "polkadot-service",1674 "sc-client-api",1674 "sc-client-api",1689 "cumulus-primitives-core",1689 "cumulus-primitives-core",1690 "cumulus-relay-chain-interface",1690 "cumulus-relay-chain-interface",1691 "cumulus-relay-chain-rpc-interface",1691 "cumulus-relay-chain-rpc-interface",1692 "futures 0.3.25",1692 "futures",1693 "lru",1693 "lru",1694 "polkadot-core-primitives",1694 "polkadot-core-primitives",1695 "polkadot-network-bridge",1695 "polkadot-network-bridge",1727 "async-trait",1727 "async-trait",1728 "cumulus-primitives-core",1728 "cumulus-primitives-core",1729 "cumulus-relay-chain-interface",1729 "cumulus-relay-chain-interface",1730 "futures 0.3.25",1730 "futures",1731 "futures-timer",1731 "futures-timer",1732 "jsonrpsee",1732 "jsonrpsee",1733 "lru",1733 "lru",1734 "parity-scale-codec 3.2.1",1734 "parity-scale-codec",1735 "polkadot-service",1735 "polkadot-service",1736 "sc-client-api",1736 "sc-client-api",1737 "sc-rpc-api",1737 "sc-rpc-api",1754source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"1754source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"1755dependencies = [1755dependencies = [1756 "cumulus-primitives-core",1756 "cumulus-primitives-core",1757 "parity-scale-codec 3.2.1",1757 "parity-scale-codec",1758 "polkadot-primitives",1758 "polkadot-primitives",1759 "sp-runtime",1759 "sp-runtime",1760 "sp-state-machine",1760 "sp-state-machine",180318031804[[package]]1804[[package]]1805name = "cxx"1805name = "cxx"1806version = "1.0.85"1806version = "1.0.86"1807source = "registry+https://github.com/rust-lang/crates.io-index"1807source = "registry+https://github.com/rust-lang/crates.io-index"1808checksum = "5add3fc1717409d029b20c5b6903fc0c0b02fa6741d820054f4a2efa5e5816fd"1808checksum = "51d1075c37807dcf850c379432f0df05ba52cc30f279c5cfc43cc221ce7f8579"1809dependencies = [1809dependencies = [1810 "cc",1810 "cc",1811 "cxxbridge-flags",1811 "cxxbridge-flags",181518151816[[package]]1816[[package]]1817name = "cxx-build"1817name = "cxx-build"1818version = "1.0.85"1818version = "1.0.86"1819source = "registry+https://github.com/rust-lang/crates.io-index"1819source = "registry+https://github.com/rust-lang/crates.io-index"1820checksum = "b4c87959ba14bc6fbc61df77c3fcfe180fc32b93538c4f1031dd802ccb5f2ff0"1820checksum = "5044281f61b27bc598f2f6647d480aed48d2bf52d6eb0b627d84c0361b17aa70"1821dependencies = [1821dependencies = [1822 "cc",1822 "cc",1823 "codespan-reporting",1823 "codespan-reporting",183018301831[[package]]1831[[package]]1832name = "cxxbridge-flags"1832name = "cxxbridge-flags"1833version = "1.0.85"1833version = "1.0.86"1834source = "registry+https://github.com/rust-lang/crates.io-index"1834source = "registry+https://github.com/rust-lang/crates.io-index"1835checksum = "69a3e162fde4e594ed2b07d0f83c6c67b745e7f28ce58c6df5e6b6bef99dfb59"1835checksum = "61b50bc93ba22c27b0d31128d2d130a0a6b3d267ae27ef7e4fae2167dfe8781c"183618361837[[package]]1837[[package]]1838name = "cxxbridge-macro"1838name = "cxxbridge-macro"1839version = "1.0.85"1839version = "1.0.86"1840source = "registry+https://github.com/rust-lang/crates.io-index"1840source = "registry+https://github.com/rust-lang/crates.io-index"1841checksum = "3e7e2adeb6a0d4a282e581096b06e1791532b7d576dcde5ccd9382acf55db8e6"1841checksum = "39e61fda7e62115119469c7b3591fd913ecca96fb766cfd3f2e2502ab7bc87a5"1842dependencies = [1842dependencies = [1843 "proc-macro2",1843 "proc-macro2",1844 "quote",1844 "quote",205020502051[[package]]2051[[package]]2052name = "ed25519"2052name = "ed25519"2053version = "1.5.2"2053version = "1.5.3"2054source = "registry+https://github.com/rust-lang/crates.io-index"2054source = "registry+https://github.com/rust-lang/crates.io-index"2055checksum = "1e9c280362032ea4203659fc489832d0204ef09f247a0506f170dafcac08c369"2055checksum = "91cff35c70bba8a626e3185d8cd48cc11b5437e1a5bcd15b9b5fa3c64b6dfee7"2056dependencies = [2056dependencies = [2057 "signature",2057 "signature",2058]2058]2172 "termcolor",2172 "termcolor",2173]2173]21742175[[package]]2176name = "env_logger"2177version = "0.10.0"2178source = "registry+https://github.com/rust-lang/crates.io-index"2179checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"2180dependencies = [2181 "humantime",2182 "is-terminal",2183 "log",2184 "regex",2185 "termcolor",2186]217421872175[[package]]2188[[package]]2176name = "environmental"2189name = "environmental"2254 "ethereum-types 0.14.1",2267 "ethereum-types 0.14.1",2255 "hash-db",2268 "hash-db",2256 "hash256-std-hasher",2269 "hash256-std-hasher",2257 "parity-scale-codec 3.2.1",2270 "parity-scale-codec",2258 "rlp",2271 "rlp",2259 "scale-info",2272 "scale-info",2260 "serde",2273 "serde",230123142302[[package]]2315[[package]]2303name = "evm"2316name = "evm"2304version = "0.35.0"2317version = "0.37.0"2305source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.36#a68cd3ea5ee2eb310e3452e660a8e9e56a474d2a"2318source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.36#e543965fa325885fc61ebf6ec47565b8ab686afd"2306dependencies = [2319dependencies = [2307 "auto_impl",2320 "auto_impl",2308 "environmental",2321 "environmental",2311 "evm-gasometer",2324 "evm-gasometer",2312 "evm-runtime",2325 "evm-runtime",2313 "log",2326 "log",2314 "parity-scale-codec 3.2.1",2327 "parity-scale-codec",2315 "primitive-types 0.12.1",2328 "primitive-types 0.12.1",2316 "rlp",2329 "rlp",2317 "scale-info",2330 "scale-info",2333 "primitive-types 0.12.1",2346 "primitive-types 0.12.1",2334 "sha3-const",2347 "sha3-const",2335 "similar-asserts",2348 "similar-asserts",2336 "sp-std",2337 "trybuild",2349 "trybuild",2338]2350]23392351235123632352[[package]]2364[[package]]2353name = "evm-core"2365name = "evm-core"2354version = "0.35.0"2366version = "0.37.0"2355source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.36#a68cd3ea5ee2eb310e3452e660a8e9e56a474d2a"2367source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.36#e543965fa325885fc61ebf6ec47565b8ab686afd"2356dependencies = [2368dependencies = [2357 "parity-scale-codec 3.2.1",2369 "parity-scale-codec",2358 "primitive-types 0.12.1",2370 "primitive-types 0.12.1",2359 "scale-info",2371 "scale-info",2360 "serde",2372 "serde",2361]2373]236223742363[[package]]2375[[package]]2364name = "evm-gasometer"2376name = "evm-gasometer"2365version = "0.35.0"2377version = "0.37.0"2366source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.36#a68cd3ea5ee2eb310e3452e660a8e9e56a474d2a"2378source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.36#e543965fa325885fc61ebf6ec47565b8ab686afd"2367dependencies = [2379dependencies = [2368 "environmental",2380 "environmental",2369 "evm-core",2381 "evm-core",237323852374[[package]]2386[[package]]2375name = "evm-runtime"2387name = "evm-runtime"2376version = "0.35.0"2388version = "0.37.0"2377source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.36#a68cd3ea5ee2eb310e3452e660a8e9e56a474d2a"2389source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.36#e543965fa325885fc61ebf6ec47565b8ab686afd"2378dependencies = [2390dependencies = [2379 "auto_impl",2391 "auto_impl",2380 "environmental",2392 "environmental",2389source = "registry+https://github.com/rust-lang/crates.io-index"2401source = "registry+https://github.com/rust-lang/crates.io-index"2390checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5"2402checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5"2391dependencies = [2403dependencies = [2392 "futures 0.3.25",2404 "futures",2393]2405]239424062395[[package]]2407[[package]]2491 "kvdb-rocksdb",2503 "kvdb-rocksdb",2492 "log",2504 "log",2493 "parity-db",2505 "parity-db",2494 "parity-scale-codec 3.2.1",2506 "parity-scale-codec",2495 "parking_lot 0.12.1",2507 "parking_lot 0.12.1",2496 "sc-client-db",2508 "sc-client-db",2497 "smallvec",2509 "smallvec",2509 "fc-db",2521 "fc-db",2510 "fp-consensus",2522 "fp-consensus",2511 "fp-rpc",2523 "fp-rpc",2512 "futures 0.3.25",2524 "futures",2513 "futures-timer",2525 "futures-timer",2514 "log",2526 "log",2515 "sc-client-api",2527 "sc-client-api",2532 "fp-evm",2544 "fp-evm",2533 "fp-rpc",2545 "fp-rpc",2534 "fp-storage",2546 "fp-storage",2535 "futures 0.3.25",2547 "futures",2536 "hex",2548 "hex",2537 "jsonrpsee",2549 "jsonrpsee",2538 "libsecp256k1",2550 "libsecp256k1",2539 "log",2551 "log",2540 "lru",2552 "lru",2541 "parity-scale-codec 3.2.1",2553 "parity-scale-codec",2542 "prometheus",2554 "prometheus",2543 "rand 0.8.5",2555 "rand 0.8.5",2544 "rlp",2556 "rlp",260226142603[[package]]2615[[package]]2604name = "file-per-thread-logger"2616name = "file-per-thread-logger"2605version = "0.1.5"2617version = "0.1.6"2606source = "registry+https://github.com/rust-lang/crates.io-index"2618source = "registry+https://github.com/rust-lang/crates.io-index"2607checksum = "21e16290574b39ee41c71aeb90ae960c504ebaf1e2a1c87bd52aa56ed6e1a02f"2619checksum = "84f2e425d9790201ba4af4630191feac6dcc98765b118d4d18e91d23c2353866"2608dependencies = [2620dependencies = [2609 "env_logger",2621 "env_logger 0.10.0",2610 "log",2622 "log",2611]2623]26122624262426362625[[package]]2637[[package]]2626name = "finality-grandpa"2638name = "finality-grandpa"2627version = "0.16.0"2639version = "0.16.1"2628source = "registry+https://github.com/rust-lang/crates.io-index"2640source = "registry+https://github.com/rust-lang/crates.io-index"2629checksum = "b22349c6a11563a202d95772a68e0fcf56119e74ea8a2a19cf2301460fcd0df5"2641checksum = "e24e6c429951433ccb7c87fd528c60084834dcd14763182c1f83291bcde24c34"2630dependencies = [2642dependencies = [2631 "either",2643 "either",2632 "futures 0.3.25",2644 "futures",2633 "futures-timer",2645 "futures-timer",2634 "log",2646 "log",2635 "num-traits",2647 "num-traits",2636 "parity-scale-codec 3.2.1",2648 "parity-scale-codec",2637 "parking_lot 0.12.1",2649 "parking_lot 0.12.1",2638 "scale-info",2650 "scale-info",2639]2651]2678 "miniz_oxide",2690 "miniz_oxide",2679]2691]26802681[[package]]2682name = "flexi_logger"2683version = "0.24.2"2684source = "registry+https://github.com/rust-lang/crates.io-index"2685checksum = "ade8e86c48285f138a4d6ca15a2912e39bd6c74d62db42da4f1985f651a0b057"2686dependencies = [2687 "atty",2688 "chrono",2689 "glob",2690 "lazy_static",2691 "log",2692 "nu-ansi-term",2693 "regex",2694 "thiserror",2695]269626922697[[package]]2693[[package]]2698name = "float-cmp"2694name = "float-cmp"2714version = "3.0.0"2710version = "3.0.0"2715source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"2711source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"2716dependencies = [2712dependencies = [2717 "parity-scale-codec 3.2.1",2713 "parity-scale-codec",2718]2714]271927152720[[package]]2716[[package]]2732source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#ef8d2809ed05da0664e9b43cb87436451295b634"2728source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#ef8d2809ed05da0664e9b43cb87436451295b634"2733dependencies = [2729dependencies = [2734 "ethereum 0.14.0",2730 "ethereum 0.14.0",2735 "parity-scale-codec 3.2.1",2731 "parity-scale-codec",2736 "sp-core",2732 "sp-core",2737 "sp-runtime",2733 "sp-runtime",2738 "sp-std",2734 "sp-std",2748 "fp-evm",2744 "fp-evm",2749 "frame-support",2745 "frame-support",2750 "num_enum",2746 "num_enum",2751 "parity-scale-codec 3.2.1",2747 "parity-scale-codec",2752 "sp-core",2748 "sp-core",2753 "sp-std",2749 "sp-std",2754]2750]2761 "evm",2757 "evm",2762 "frame-support",2758 "frame-support",2763 "impl-trait-for-tuples",2759 "impl-trait-for-tuples",2764 "parity-scale-codec 3.2.1",2760 "parity-scale-codec",2765 "serde",2761 "serde",2766 "sp-core",2762 "sp-core",2767 "sp-std",2763 "sp-std",2784 "ethereum 0.14.0",2780 "ethereum 0.14.0",2785 "ethereum-types 0.14.1",2781 "ethereum-types 0.14.1",2786 "fp-evm",2782 "fp-evm",2787 "parity-scale-codec 3.2.1",2783 "parity-scale-codec",2788 "scale-info",2784 "scale-info",2789 "sp-api",2785 "sp-api",2790 "sp-core",2786 "sp-core",2800dependencies = [2796dependencies = [2801 "ethereum 0.14.0",2797 "ethereum 0.14.0",2802 "frame-support",2798 "frame-support",2803 "parity-scale-codec 3.2.1",2799 "parity-scale-codec",2804 "scale-info",2800 "scale-info",2805 "serde",2801 "serde",2806 "sp-runtime",2802 "sp-runtime",2811version = "2.0.0"2807version = "2.0.0"2812source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#ef8d2809ed05da0664e9b43cb87436451295b634"2808source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#ef8d2809ed05da0664e9b43cb87436451295b634"2813dependencies = [2809dependencies = [2814 "parity-scale-codec 3.2.1",2810 "parity-scale-codec",2815 "serde",2811 "serde",2816]2812]281728132830 "frame-system",2826 "frame-system",2831 "linregress",2827 "linregress",2832 "log",2828 "log",2833 "parity-scale-codec 3.2.1",2829 "parity-scale-codec",2834 "paste",2830 "paste",2835 "scale-info",2831 "scale-info",2836 "serde",2832 "serde",2866 "linked-hash-map",2862 "linked-hash-map",2867 "log",2863 "log",2868 "memory-db",2864 "memory-db",2869 "parity-scale-codec 3.2.1",2865 "parity-scale-codec",2870 "rand 0.8.5",2866 "rand 0.8.5",2871 "rand_pcg 0.3.1",2867 "rand_pcg 0.3.1",2872 "sc-block-builder",2868 "sc-block-builder",2915 "frame-election-provider-solution-type",2911 "frame-election-provider-solution-type",2916 "frame-support",2912 "frame-support",2917 "frame-system",2913 "frame-system",2918 "parity-scale-codec 3.2.1",2914 "parity-scale-codec",2919 "scale-info",2915 "scale-info",2920 "sp-arithmetic",2916 "sp-arithmetic",2921 "sp-core",2917 "sp-core",2932 "frame-support",2928 "frame-support",2933 "frame-system",2929 "frame-system",2934 "frame-try-runtime",2930 "frame-try-runtime",2935 "parity-scale-codec 3.2.1",2931 "parity-scale-codec",2936 "scale-info",2932 "scale-info",2937 "sp-core",2933 "sp-core",2938 "sp-io",2934 "sp-io",2948checksum = "df6bb8542ef006ef0de09a5c4420787d79823c0ed7924225822362fd2bf2ff2d"2944checksum = "df6bb8542ef006ef0de09a5c4420787d79823c0ed7924225822362fd2bf2ff2d"2949dependencies = [2945dependencies = [2950 "cfg-if",2946 "cfg-if",2951 "parity-scale-codec 3.2.1",2947 "parity-scale-codec",2952 "scale-info",2948 "scale-info",2953 "serde",2949 "serde",2954]2950]2958version = "0.10.0-dev"2954version = "0.10.0-dev"2959source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"2955source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"2960dependencies = [2956dependencies = [2961 "env_logger",2957 "env_logger 0.9.3",2962 "futures 0.3.25",2958 "futures",2963 "log",2959 "log",2964 "parity-scale-codec 3.2.1",2960 "parity-scale-codec",2965 "serde",2961 "serde",2966 "serde_json",2962 "serde_json",2967 "sp-core",2963 "sp-core",2984 "k256",2980 "k256",2985 "log",2981 "log",2986 "once_cell",2982 "once_cell",2987 "parity-scale-codec 3.2.1",2983 "parity-scale-codec",2988 "paste",2984 "paste",2989 "scale-info",2985 "scale-info",2990 "serde",2986 "serde",3047dependencies = [3043dependencies = [3048 "frame-support",3044 "frame-support",3049 "log",3045 "log",3050 "parity-scale-codec 3.2.1",3046 "parity-scale-codec",3051 "scale-info",3047 "scale-info",3052 "serde",3048 "serde",3053 "sp-core",3049 "sp-core",3066 "frame-benchmarking",3062 "frame-benchmarking",3067 "frame-support",3063 "frame-support",3068 "frame-system",3064 "frame-system",3069 "parity-scale-codec 3.2.1",3065 "parity-scale-codec",3070 "scale-info",3066 "scale-info",3071 "sp-core",3067 "sp-core",3072 "sp-runtime",3068 "sp-runtime",3078version = "4.0.0-dev"3074version = "4.0.0-dev"3079source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"3075source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"3080dependencies = [3076dependencies = [3081 "parity-scale-codec 3.2.1",3077 "parity-scale-codec",3082 "sp-api",3078 "sp-api",3083]3079]308430803088source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"3084source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"3089dependencies = [3085dependencies = [3090 "frame-support",3086 "frame-support",3091 "parity-scale-codec 3.2.1",3087 "parity-scale-codec",3092 "sp-api",3088 "sp-api",3093 "sp-runtime",3089 "sp-runtime",3094 "sp-std",3090 "sp-std",3116source = "registry+https://github.com/rust-lang/crates.io-index"3112source = "registry+https://github.com/rust-lang/crates.io-index"3117checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394"3113checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394"31183119[[package]]3120name = "funty"3121version = "1.1.0"3122source = "registry+https://github.com/rust-lang/crates.io-index"3123checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"312431143125[[package]]3115[[package]]3126name = "funty"3116name = "funty"3127version = "2.0.0"3117version = "2.0.0"3128source = "registry+https://github.com/rust-lang/crates.io-index"3118source = "registry+https://github.com/rust-lang/crates.io-index"3129checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"3119checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"31303131[[package]]3132name = "futures"3133version = "0.1.31"3134source = "registry+https://github.com/rust-lang/crates.io-index"3135checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"313631203137[[package]]3121[[package]]3138name = "futures"3122name = "futures"3244source = "registry+https://github.com/rust-lang/crates.io-index"3228source = "registry+https://github.com/rust-lang/crates.io-index"3245checksum = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6"3229checksum = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6"3246dependencies = [3230dependencies = [3247 "futures 0.1.31",3248 "futures-channel",3231 "futures-channel",3249 "futures-core",3232 "futures-core",3250 "futures-io",3233 "futures-io",334833313349[[package]]3332[[package]]3350name = "glob"3333name = "glob"3351version = "0.3.0"3334version = "0.3.1"3352source = "registry+https://github.com/rust-lang/crates.io-index"3335source = "registry+https://github.com/rust-lang/crates.io-index"3353checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"3336checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"335433373355[[package]]3338[[package]]3356name = "globset"3339name = "globset"3357version = "0.4.9"3340version = "0.4.10"3358source = "registry+https://github.com/rust-lang/crates.io-index"3341source = "registry+https://github.com/rust-lang/crates.io-index"3359checksum = "0a1e17342619edbc21a964c2afbeb6c820c6a2560032872f397bb97ea127bd0a"3342checksum = "029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc"3360dependencies = [3343dependencies = [3361 "aho-corasick",3344 "aho-corasick",3362 "bstr",3345 "bstr 1.1.0",3363 "fnv",3346 "fnv",3364 "log",3347 "log",3365 "regex",3348 "regex",3681 "async-io",3664 "async-io",3682 "core-foundation",3665 "core-foundation",3683 "fnv",3666 "fnv",3684 "futures 0.3.25",3667 "futures",3685 "if-addrs",3668 "if-addrs",3686 "ipnet",3669 "ipnet",3687 "log",3670 "log",3696source = "registry+https://github.com/rust-lang/crates.io-index"3679source = "registry+https://github.com/rust-lang/crates.io-index"3697checksum = "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f"3680checksum = "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f"3698dependencies = [3681dependencies = [3699 "parity-scale-codec 3.2.1",3682 "parity-scale-codec",3700]3683]370136843702[[package]]3685[[package]]377137543772[[package]]3755[[package]]3773name = "io-lifetimes"3756name = "io-lifetimes"3774version = "1.0.3"3757version = "1.0.4"3775source = "registry+https://github.com/rust-lang/crates.io-index"3758source = "registry+https://github.com/rust-lang/crates.io-index"3776checksum = "46112a93252b123d31a119a8d1a1ac19deac4fac6e0e8b0df58f0d4e5870e63c"3759checksum = "e7d6c6f8c91b4b9ed43484ad1a938e393caf35960fce7f82a040497207bd8e9e"3777dependencies = [3760dependencies = [3778 "libc",3761 "libc",3779 "windows-sys 0.42.0",3762 "windows-sys 0.42.0",379937823800[[package]]3783[[package]]3801name = "ipnet"3784name = "ipnet"3802version = "2.7.0"3785version = "2.7.1"3803source = "registry+https://github.com/rust-lang/crates.io-index"3786source = "registry+https://github.com/rust-lang/crates.io-index"3804checksum = "11b0d96e660696543b251e58030cf9787df56da39dab19ad60eae7353040917e"3787checksum = "30e22bd8629359895450b59ea7a776c850561b96a3b1d31321c1949d9e6c9146"380537883806[[package]]3789[[package]]3807name = "is-terminal"3790name = "is-terminal"3810checksum = "28dfb6c8100ccc63462345b67d1bbc3679177c75ee4bf59bf29c8b1d110b8189"3793checksum = "28dfb6c8100ccc63462345b67d1bbc3679177c75ee4bf59bf29c8b1d110b8189"3811dependencies = [3794dependencies = [3812 "hermit-abi 0.2.6",3795 "hermit-abi 0.2.6",3813 "io-lifetimes 1.0.3",3796 "io-lifetimes 1.0.4",3814 "rustix 0.36.5",3797 "rustix 0.36.7",3815 "windows-sys 0.42.0",3798 "windows-sys 0.42.0",3816]3799]381738003998version = "0.9.36"3981version = "0.9.36"3999source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"3982source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"4000dependencies = [3983dependencies = [4001 "bitvec 1.0.1",3984 "bitvec",4002 "frame-benchmarking",3985 "frame-benchmarking",4003 "frame-election-provider-support",3986 "frame-election-provider-support",4004 "frame-executive",3987 "frame-executive",4056 "pallet-whitelist",4039 "pallet-whitelist",4057 "pallet-xcm",4040 "pallet-xcm",4058 "pallet-xcm-benchmarks",4041 "pallet-xcm-benchmarks",4059 "parity-scale-codec 3.2.1",4042 "parity-scale-codec",4060 "polkadot-primitives",4043 "polkadot-primitives",4061 "polkadot-runtime-common",4044 "polkadot-runtime-common",4062 "polkadot-runtime-parachains",4045 "polkadot-runtime-parachains",4193checksum = "ec878fda12ebec479186b3914ebc48ff180fa4c51847e11a1a68bf65249e02c1"4176checksum = "ec878fda12ebec479186b3914ebc48ff180fa4c51847e11a1a68bf65249e02c1"4194dependencies = [4177dependencies = [4195 "bytes",4178 "bytes",4196 "futures 0.3.25",4179 "futures",4197 "futures-timer",4180 "futures-timer",4198 "getrandom 0.2.8",4181 "getrandom 0.2.8",4199 "instant",4182 "instant",4231 "ed25519-dalek",4214 "ed25519-dalek",4232 "either",4215 "either",4233 "fnv",4216 "fnv",4234 "futures 0.3.25",4217 "futures",4235 "futures-timer",4218 "futures-timer",4236 "instant",4219 "instant",4237 "lazy_static",4220 "lazy_static",4259source = "registry+https://github.com/rust-lang/crates.io-index"4242source = "registry+https://github.com/rust-lang/crates.io-index"4260checksum = "2322c9fb40d99101def6a01612ee30500c89abbbecb6297b3cd252903a4c1720"4243checksum = "2322c9fb40d99101def6a01612ee30500c89abbbecb6297b3cd252903a4c1720"4261dependencies = [4244dependencies = [4262 "futures 0.3.25",4245 "futures",4263 "libp2p-core",4246 "libp2p-core",4264 "log",4247 "log",4265 "parking_lot 0.12.1",4248 "parking_lot 0.12.1",4274checksum = "dcf9a121f699e8719bda2e6e9e9b6ddafc6cff4602471d6481c1067930ccb29b"4257checksum = "dcf9a121f699e8719bda2e6e9e9b6ddafc6cff4602471d6481c1067930ccb29b"4275dependencies = [4258dependencies = [4276 "asynchronous-codec",4259 "asynchronous-codec",4277 "futures 0.3.25",4260 "futures",4278 "futures-timer",4261 "futures-timer",4279 "libp2p-core",4262 "libp2p-core",4280 "libp2p-swarm",4263 "libp2p-swarm",4299 "bytes",4282 "bytes",4300 "either",4283 "either",4301 "fnv",4284 "fnv",4302 "futures 0.3.25",4285 "futures",4303 "futures-timer",4286 "futures-timer",4304 "instant",4287 "instant",4305 "libp2p-core",4288 "libp2p-core",4324dependencies = [4307dependencies = [4325 "data-encoding",4308 "data-encoding",4326 "dns-parser",4309 "dns-parser",4327 "futures 0.3.25",4310 "futures",4328 "if-watch",4311 "if-watch",4329 "libp2p-core",4312 "libp2p-core",4330 "libp2p-swarm",4313 "libp2p-swarm",4358dependencies = [4341dependencies = [4359 "asynchronous-codec",4342 "asynchronous-codec",4360 "bytes",4343 "bytes",4361 "futures 0.3.25",4344 "futures",4362 "libp2p-core",4345 "libp2p-core",4363 "log",4346 "log",4364 "nohash-hasher",4347 "nohash-hasher",4376dependencies = [4359dependencies = [4377 "bytes",4360 "bytes",4378 "curve25519-dalek 3.2.0",4361 "curve25519-dalek 3.2.0",4379 "futures 0.3.25",4362 "futures",4380 "lazy_static",4363 "lazy_static",4381 "libp2p-core",4364 "libp2p-core",4382 "log",4365 "log",4396source = "registry+https://github.com/rust-lang/crates.io-index"4379source = "registry+https://github.com/rust-lang/crates.io-index"4397checksum = "7228b9318d34689521349a86eb39a3c3a802c9efc99a0568062ffb80913e3f91"4380checksum = "7228b9318d34689521349a86eb39a3c3a802c9efc99a0568062ffb80913e3f91"4398dependencies = [4381dependencies = [4399 "futures 0.3.25",4382 "futures",4400 "futures-timer",4383 "futures-timer",4401 "instant",4384 "instant",4402 "libp2p-core",4385 "libp2p-core",4414dependencies = [4397dependencies = [4415 "async-trait",4398 "async-trait",4416 "bytes",4399 "bytes",4417 "futures 0.3.25",4400 "futures",4418 "instant",4401 "instant",4419 "libp2p-core",4402 "libp2p-core",4420 "libp2p-swarm",4403 "libp2p-swarm",4432dependencies = [4415dependencies = [4433 "either",4416 "either",4434 "fnv",4417 "fnv",4435 "futures 0.3.25",4418 "futures",4436 "futures-timer",4419 "futures-timer",4437 "instant",4420 "instant",4438 "libp2p-core",4421 "libp2p-core",4461source = "registry+https://github.com/rust-lang/crates.io-index"4444source = "registry+https://github.com/rust-lang/crates.io-index"4462checksum = "9839d96761491c6d3e238e70554b856956fca0ab60feb9de2cd08eed4473fa92"4445checksum = "9839d96761491c6d3e238e70554b856956fca0ab60feb9de2cd08eed4473fa92"4463dependencies = [4446dependencies = [4464 "futures 0.3.25",4447 "futures",4465 "futures-timer",4448 "futures-timer",4466 "if-watch",4449 "if-watch",4467 "libc",4450 "libc",4477source = "registry+https://github.com/rust-lang/crates.io-index"4460source = "registry+https://github.com/rust-lang/crates.io-index"4478checksum = "a17b5b8e7a73e379e47b1b77f8a82c4721e97eca01abcd18e9cd91a23ca6ce97"4461checksum = "a17b5b8e7a73e379e47b1b77f8a82c4721e97eca01abcd18e9cd91a23ca6ce97"4479dependencies = [4462dependencies = [4480 "futures 0.3.25",4463 "futures",4481 "js-sys",4464 "js-sys",4482 "libp2p-core",4465 "libp2p-core",4483 "parity-send-wrapper",4466 "parity-send-wrapper",4492checksum = "3758ae6f89b2531a24b6d9f5776bda6a626b60a57600d7185d43dfa75ca5ecc4"4475checksum = "3758ae6f89b2531a24b6d9f5776bda6a626b60a57600d7185d43dfa75ca5ecc4"4493dependencies = [4476dependencies = [4494 "either",4477 "either",4495 "futures 0.3.25",4478 "futures",4496 "futures-rustls",4479 "futures-rustls",4497 "libp2p-core",4480 "libp2p-core",4498 "log",4481 "log",4510source = "registry+https://github.com/rust-lang/crates.io-index"4493source = "registry+https://github.com/rust-lang/crates.io-index"4511checksum = "0d6874d66543c4f7e26e3b8ca9a6bead351563a13ab4fafd43c7927f7c0d6c12"4494checksum = "0d6874d66543c4f7e26e3b8ca9a6bead351563a13ab4fafd43c7927f7c0d6c12"4512dependencies = [4495dependencies = [4513 "futures 0.3.25",4496 "futures",4514 "libp2p-core",4497 "libp2p-core",4515 "log",4498 "log",4516 "parking_lot 0.12.1",4499 "parking_lot 0.12.1",4540checksum = "95b09eff1b35ed3b33b877ced3a691fc7a481919c7e29c53c906226fcf55e2a1"4523checksum = "95b09eff1b35ed3b33b877ced3a691fc7a481919c7e29c53c906226fcf55e2a1"4541dependencies = [4524dependencies = [4542 "arrayref",4525 "arrayref",4543 "base64",4526 "base64 0.13.1",4544 "digest 0.9.0",4527 "digest 0.9.0",4545 "hmac-drbg",4528 "hmac-drbg",4546 "libsecp256k1-core",4529 "libsecp256k1-core",4757source = "registry+https://github.com/rust-lang/crates.io-index"4740source = "registry+https://github.com/rust-lang/crates.io-index"4758checksum = "b20a59d985586e4a5aef64564ac77299f8586d8be6cf9106a5a40207e8908efb"4741checksum = "b20a59d985586e4a5aef64564ac77299f8586d8be6cf9106a5a40207e8908efb"4759dependencies = [4742dependencies = [4760 "rustix 0.36.5",4743 "rustix 0.36.7",4761]4744]476247454763[[package]]4746[[package]]4821source = "registry+https://github.com/rust-lang/crates.io-index"4804source = "registry+https://github.com/rust-lang/crates.io-index"4822checksum = "69672161530e8aeca1d1400fbf3f1a1747ff60ea604265a4e906c2442df20532"4805checksum = "69672161530e8aeca1d1400fbf3f1a1747ff60ea604265a4e906c2442df20532"4823dependencies = [4806dependencies = [4824 "futures 0.3.25",4807 "futures",4825 "rand 0.8.5",4808 "rand 0.8.5",4826 "thrift",4809 "thrift",4827]4810]4858version = "4.0.0-dev"4841version = "4.0.0-dev"4859source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"4842source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"4860dependencies = [4843dependencies = [4861 "futures 0.3.25",4844 "futures",4862 "log",4845 "log",4863 "parity-scale-codec 3.2.1",4846 "parity-scale-codec",4864 "sc-client-api",4847 "sc-client-api",4865 "sc-offchain",4848 "sc-offchain",4866 "sp-api",4849 "sp-api",4880dependencies = [4863dependencies = [4881 "anyhow",4864 "anyhow",4882 "jsonrpsee",4865 "jsonrpsee",4883 "parity-scale-codec 3.2.1",4866 "parity-scale-codec",4884 "serde",4867 "serde",4885 "sp-api",4868 "sp-api",4886 "sp-blockchain",4869 "sp-blockchain",4989checksum = "c8552ab875c1313b97b8d20cb857b9fd63e2d1d6a0a1b53ce9821e575405f27a"4972checksum = "c8552ab875c1313b97b8d20cb857b9fd63e2d1d6a0a1b53ce9821e575405f27a"4990dependencies = [4973dependencies = [4991 "bytes",4974 "bytes",4992 "futures 0.3.25",4975 "futures",4993 "log",4976 "log",4994 "pin-project",4977 "pin-project",4995 "smallvec",4978 "smallvec",5085checksum = "65b4b14489ab424703c092062176d52ba55485a89c076b4f9db05092b7223aa6"5068checksum = "65b4b14489ab424703c092062176d52ba55485a89c076b4f9db05092b7223aa6"5086dependencies = [5069dependencies = [5087 "bytes",5070 "bytes",5088 "futures 0.3.25",5071 "futures",5089 "log",5072 "log",5090 "netlink-packet-core",5073 "netlink-packet-core",5091 "netlink-sys",5074 "netlink-sys",5101dependencies = [5084dependencies = [5102 "async-io",5085 "async-io",5103 "bytes",5086 "bytes",5104 "futures 0.3.25",5087 "futures",5105 "libc",5088 "libc",5106 "log",5089 "log",5107]5090]512551085126[[package]]5109[[package]]5127name = "nom"5110name = "nom"5128version = "7.1.1"5111version = "7.1.3"5129source = "registry+https://github.com/rust-lang/crates.io-index"5112source = "registry+https://github.com/rust-lang/crates.io-index"5130checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"5113checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"5131dependencies = [5114dependencies = [5132 "memchr",5115 "memchr",5133 "minimal-lexical",5116 "minimal-lexical",5139source = "registry+https://github.com/rust-lang/crates.io-index"5122source = "registry+https://github.com/rust-lang/crates.io-index"5140checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"5123checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"51415142[[package]]5143name = "nu-ansi-term"5144version = "0.46.0"5145source = "registry+https://github.com/rust-lang/crates.io-index"5146checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"5147dependencies = [5148 "overload",5149 "winapi",5150]515151245152[[package]]5125[[package]]5153name = "num-bigint"5126name = "num-bigint"525652295257[[package]]5230[[package]]5258name = "object"5231name = "object"5259version = "0.30.0"5232version = "0.30.2"5260source = "registry+https://github.com/rust-lang/crates.io-index"5233source = "registry+https://github.com/rust-lang/crates.io-index"5261checksum = "239da7f290cfa979f43f85a8efeee9a8a76d0827c356d37f9d3d7254d6b537fb"5234checksum = "2b8c786513eb403643f2a88c244c2aaa270ef2153f55094587d0c48a3cf22a83"5262dependencies = [5235dependencies = [5263 "memchr",5236 "memchr",5264]5237]526552385266[[package]]5239[[package]]5267name = "once_cell"5240name = "once_cell"5268version = "1.16.0"5241version = "1.17.0"5269source = "registry+https://github.com/rust-lang/crates.io-index"5242source = "registry+https://github.com/rust-lang/crates.io-index"5270checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"5243checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66"527152445272[[package]]5245[[package]]5273name = "opal-runtime"5246name = "opal-runtime"5342 "pallet-unique-scheduler-v2",5315 "pallet-unique-scheduler-v2",5343 "pallet-xcm",5316 "pallet-xcm",5344 "parachain-info",5317 "parachain-info",5345 "parity-scale-codec 3.2.1",5318 "parity-scale-codec",5346 "polkadot-parachain",5319 "polkadot-parachain",5347 "precompile-utils-macro",5320 "precompile-utils-macro",5348 "rmrk-rpc",5321 "rmrk-rpc",5399dependencies = [5372dependencies = [5400 "async-trait",5373 "async-trait",5401 "dyn-clonable",5374 "dyn-clonable",5402 "futures 0.3.25",5375 "futures",5403 "futures-timer",5376 "futures-timer",5404 "orchestra-proc-macro",5377 "orchestra-proc-macro",5405 "pin-project",5378 "pin-project",5440 "frame-support",5413 "frame-support",5441 "frame-system",5414 "frame-system",5442 "orml-traits",5415 "orml-traits",5443 "parity-scale-codec 3.2.1",5416 "parity-scale-codec",5444 "scale-info",5417 "scale-info",5445 "serde",5418 "serde",5446 "sp-runtime",5419 "sp-runtime",5456 "impl-trait-for-tuples",5429 "impl-trait-for-tuples",5457 "num-traits",5430 "num-traits",5458 "orml-utilities",5431 "orml-utilities",5459 "parity-scale-codec 3.2.1",5432 "parity-scale-codec",5460 "scale-info",5433 "scale-info",5461 "serde",5434 "serde",5462 "sp-io",5435 "sp-io",5471source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=feature/polkadot-v0.9.36#3f70b9adb6c0599db7b8688abb49d0d459634b68"5444source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=feature/polkadot-v0.9.36#3f70b9adb6c0599db7b8688abb49d0d459634b68"5472dependencies = [5445dependencies = [5473 "frame-support",5446 "frame-support",5474 "parity-scale-codec 3.2.1",5447 "parity-scale-codec",5475 "scale-info",5448 "scale-info",5476 "serde",5449 "serde",5477 "sp-io",5450 "sp-io",5486dependencies = [5459dependencies = [5487 "frame-support",5460 "frame-support",5488 "frame-system",5461 "frame-system",5489 "parity-scale-codec 3.2.1",5462 "parity-scale-codec",5490 "scale-info",5463 "scale-info",5491 "serde",5464 "serde",5492 "sp-io",5465 "sp-io",5501dependencies = [5474dependencies = [5502 "frame-support",5475 "frame-support",5503 "orml-traits",5476 "orml-traits",5504 "parity-scale-codec 3.2.1",5477 "parity-scale-codec",5505 "sp-runtime",5478 "sp-runtime",5506 "sp-std",5479 "sp-std",5507 "xcm",5480 "xcm",5519 "orml-traits",5492 "orml-traits",5520 "orml-xcm-support",5493 "orml-xcm-support",5521 "pallet-xcm",5494 "pallet-xcm",5522 "parity-scale-codec 3.2.1",5495 "parity-scale-codec",5523 "scale-info",5496 "scale-info",5524 "serde",5497 "serde",5525 "sp-io",5498 "sp-io",5535source = "registry+https://github.com/rust-lang/crates.io-index"5508source = "registry+https://github.com/rust-lang/crates.io-index"5536checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"5509checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"55375538[[package]]5539name = "overload"5540version = "0.1.1"5541source = "registry+https://github.com/rust-lang/crates.io-index"5542checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"554355105544[[package]]5511[[package]]5545name = "packed_simd_2"5512name = "packed_simd_2"5564 "pallet-evm",5531 "pallet-evm",5565 "pallet-evm-contract-helpers",5532 "pallet-evm-contract-helpers",5566 "pallet-evm-migration",5533 "pallet-evm-migration",5567 "pallet-randomness-collective-flip",5568 "pallet-timestamp",5569 "pallet-unique",5534 "pallet-unique",5570 "parity-scale-codec 3.2.1",5535 "parity-scale-codec",5571 "scale-info",5536 "scale-info",5572 "serde",5573 "sp-core",5537 "sp-core",5574 "sp-io",5575 "sp-runtime",5538 "sp-runtime",5576 "sp-std",5539 "sp-std",5577 "up-data-structs",5540 "up-data-structs",5585 "frame-support",5548 "frame-support",5586 "frame-system",5549 "frame-system",5587 "pallet-timestamp",5550 "pallet-timestamp",5588 "parity-scale-codec 3.2.1",5551 "parity-scale-codec",5589 "scale-info",5552 "scale-info",5590 "sp-application-crypto",5553 "sp-application-crypto",5591 "sp-consensus-aura",5554 "sp-consensus-aura",5601 "frame-support",5564 "frame-support",5602 "frame-system",5565 "frame-system",5603 "pallet-session",5566 "pallet-session",5604 "parity-scale-codec 3.2.1",5567 "parity-scale-codec",5605 "scale-info",5568 "scale-info",5606 "sp-application-crypto",5569 "sp-application-crypto",5607 "sp-authority-discovery",5570 "sp-authority-discovery",5617 "frame-support",5580 "frame-support",5618 "frame-system",5581 "frame-system",5619 "impl-trait-for-tuples",5582 "impl-trait-for-tuples",5620 "parity-scale-codec 3.2.1",5583 "parity-scale-codec",5621 "scale-info",5584 "scale-info",5622 "sp-authorship",5585 "sp-authorship",5623 "sp-runtime",5586 "sp-runtime",5636 "pallet-authorship",5599 "pallet-authorship",5637 "pallet-session",5600 "pallet-session",5638 "pallet-timestamp",5601 "pallet-timestamp",5639 "parity-scale-codec 3.2.1",5602 "parity-scale-codec",5640 "scale-info",5603 "scale-info",5641 "sp-application-crypto",5604 "sp-application-crypto",5642 "sp-consensus-babe",5605 "sp-consensus-babe",5659 "frame-system",5622 "frame-system",5660 "log",5623 "log",5661 "pallet-balances",5624 "pallet-balances",5662 "parity-scale-codec 3.2.1",5625 "parity-scale-codec",5663 "scale-info",5626 "scale-info",5664 "sp-core",5627 "sp-core",5665 "sp-io",5628 "sp-io",5677 "frame-support",5640 "frame-support",5678 "frame-system",5641 "frame-system",5679 "log",5642 "log",5680 "parity-scale-codec 3.2.1",5643 "parity-scale-codec",5681 "scale-info",5644 "scale-info",5682 "sp-runtime",5645 "sp-runtime",5683 "sp-std",5646 "sp-std",5691 "fp-evm",5654 "fp-evm",5692 "frame-support",5655 "frame-support",5693 "frame-system",5656 "frame-system",5694 "parity-scale-codec 3.2.1",5657 "parity-scale-codec",5695 "scale-info",5658 "scale-info",5696 "serde",5659 "serde",5697 "sp-core",5660 "sp-core",5706 "frame-support",5669 "frame-support",5707 "frame-system",5670 "frame-system",5708 "pallet-session",5671 "pallet-session",5709 "parity-scale-codec 3.2.1",5672 "parity-scale-codec",5710 "scale-info",5673 "scale-info",5711 "serde",5674 "serde",5712 "sp-beefy",5675 "sp-beefy",5727 "pallet-beefy",5690 "pallet-beefy",5728 "pallet-mmr",5691 "pallet-mmr",5729 "pallet-session",5692 "pallet-session",5730 "parity-scale-codec 3.2.1",5693 "parity-scale-codec",5731 "scale-info",5694 "scale-info",5732 "serde",5695 "serde",5733 "sp-beefy",5696 "sp-beefy",5747 "frame-system",5710 "frame-system",5748 "log",5711 "log",5749 "pallet-treasury",5712 "pallet-treasury",5750 "parity-scale-codec 3.2.1",5713 "parity-scale-codec",5751 "scale-info",5714 "scale-info",5752 "sp-core",5715 "sp-core",5753 "sp-io",5716 "sp-io",5766 "log",5729 "log",5767 "pallet-bounties",5730 "pallet-bounties",5768 "pallet-treasury",5731 "pallet-treasury",5769 "parity-scale-codec 3.2.1",5732 "parity-scale-codec",5770 "scale-info",5733 "scale-info",5771 "sp-core",5734 "sp-core",5772 "sp-io",5735 "sp-io",5788 "pallet-configuration",5751 "pallet-configuration",5789 "pallet-session",5752 "pallet-session",5790 "pallet-timestamp",5753 "pallet-timestamp",5791 "parity-scale-codec 3.2.1",5754 "parity-scale-codec",5792 "rand 0.8.5",5755 "rand 0.8.5",5793 "scale-info",5756 "scale-info",5794 "serde",5757 "serde",5810 "frame-support",5773 "frame-support",5811 "frame-system",5774 "frame-system",5812 "log",5775 "log",5813 "parity-scale-codec 3.2.1",5776 "parity-scale-codec",5814 "scale-info",5777 "scale-info",5815 "sp-core",5778 "sp-core",5816 "sp-io",5779 "sp-io",5824dependencies = [5787dependencies = [5825 "ethereum 0.14.0",5788 "ethereum 0.14.0",5826 "evm-coder",5789 "evm-coder",5827 "fp-evm-mapping",5828 "frame-benchmarking",5790 "frame-benchmarking",5829 "frame-support",5791 "frame-support",5830 "frame-system",5792 "frame-system",5831 "pallet-evm",5793 "pallet-evm",5832 "pallet-evm-coder-substrate",5794 "pallet-evm-coder-substrate",5833 "parity-scale-codec 3.2.1",5795 "parity-scale-codec",5834 "scale-info",5796 "scale-info",5835 "serde",5836 "sp-core",5797 "sp-core",5837 "sp-runtime",5798 "sp-runtime",5838 "sp-std",5799 "sp-std",5848 "frame-benchmarking",5809 "frame-benchmarking",5849 "frame-support",5810 "frame-support",5850 "frame-system",5811 "frame-system",5851 "parity-scale-codec 3.2.1",5812 "parity-scale-codec",5852 "scale-info",5813 "scale-info",5853 "smallvec",5814 "smallvec",5854 "sp-arithmetic",5815 "sp-arithmetic",5855 "sp-core",5816 "sp-core",5856 "sp-runtime",5857 "sp-std",5817 "sp-std",5858 "xcm",5818 "xcm",5859]5819]5867 "frame-benchmarking",5827 "frame-benchmarking",5868 "frame-support",5828 "frame-support",5869 "frame-system",5829 "frame-system",5870 "parity-scale-codec 3.2.1",5830 "parity-scale-codec",5871 "scale-info",5831 "scale-info",5872 "serde",5832 "serde",5873 "sp-io",5833 "sp-io",5884 "frame-support",5844 "frame-support",5885 "frame-system",5845 "frame-system",5886 "log",5846 "log",5887 "parity-scale-codec 3.2.1",5847 "parity-scale-codec",5888 "scale-info",5848 "scale-info",5889 "serde",5849 "serde",5890 "sp-core",5850 "sp-core",5904 "frame-system",5864 "frame-system",5905 "log",5865 "log",5906 "pallet-election-provider-support-benchmarking",5866 "pallet-election-provider-support-benchmarking",5907 "parity-scale-codec 3.2.1",5867 "parity-scale-codec",5908 "rand 0.7.3",5868 "rand 0.7.3",5909 "scale-info",5869 "scale-info",5910 "sp-arithmetic",5870 "sp-arithmetic",5925 "frame-benchmarking",5885 "frame-benchmarking",5926 "frame-election-provider-support",5886 "frame-election-provider-support",5927 "frame-system",5887 "frame-system",5928 "parity-scale-codec 3.2.1",5888 "parity-scale-codec",5929 "sp-npos-elections",5889 "sp-npos-elections",5930 "sp-runtime",5890 "sp-runtime",5931]5891]5939 "frame-support",5899 "frame-support",5940 "frame-system",5900 "frame-system",5941 "log",5901 "log",5942 "parity-scale-codec 3.2.1",5902 "parity-scale-codec",5943 "scale-info",5903 "scale-info",5944 "sp-core",5904 "sp-core",5945 "sp-io",5905 "sp-io",5967 "frame-system",5927 "frame-system",5968 "pallet-evm",5928 "pallet-evm",5969 "pallet-timestamp",5929 "pallet-timestamp",5970 "parity-scale-codec 3.2.1",5930 "parity-scale-codec",5971 "rlp",5931 "rlp",5972 "scale-info",5932 "scale-info",5973 "serde",5933 "serde",5992 "impl-trait-for-tuples",5952 "impl-trait-for-tuples",5993 "log",5953 "log",5994 "pallet-timestamp",5954 "pallet-timestamp",5995 "parity-scale-codec 3.2.1",5955 "parity-scale-codec",5996 "primitive-types 0.12.1",5956 "primitive-types 0.12.1",5997 "rlp",5957 "rlp",5998 "scale-info",5958 "scale-info",6007name = "pallet-evm-coder-substrate"5967name = "pallet-evm-coder-substrate"6008version = "0.1.3"5968version = "0.1.3"6009dependencies = [5969dependencies = [6010 "ethereum 0.14.0",6011 "evm-coder",5970 "evm-coder",6012 "frame-benchmarking",5971 "frame-benchmarking",6013 "frame-support",5972 "frame-support",6014 "frame-system",5973 "frame-system",6015 "pallet-ethereum",6016 "pallet-evm",5974 "pallet-evm",6017 "parity-scale-codec 3.2.1",5975 "parity-scale-codec",6018 "scale-info",5976 "scale-info",6019 "sp-core",5977 "sp-core",6020 "sp-std",5978 "sp-std",6025name = "pallet-evm-contract-helpers"5983name = "pallet-evm-contract-helpers"6026version = "0.3.0"5984version = "0.3.0"6027dependencies = [5985dependencies = [6028 "ethereum 0.14.0",6029 "evm-coder",5986 "evm-coder",6030 "fp-evm-mapping",6031 "frame-support",5987 "frame-support",6032 "frame-system",5988 "frame-system",6033 "log",6034 "pallet-common",5989 "pallet-common",6035 "pallet-evm",5990 "pallet-evm",6036 "pallet-evm-coder-substrate",5991 "pallet-evm-coder-substrate",6037 "pallet-evm-transaction-payment",5992 "pallet-evm-transaction-payment",6038 "parity-scale-codec 3.2.1",5993 "parity-scale-codec",6039 "scale-info",5994 "scale-info",6040 "sp-core",5995 "sp-core",6041 "sp-runtime",6042 "sp-std",5996 "sp-std",6043 "up-data-structs",5997 "up-data-structs",6044 "up-sponsorship",5998 "up-sponsorship",6049version = "0.1.1"6003version = "0.1.1"6050dependencies = [6004dependencies = [6051 "ethereum 0.14.0",6005 "ethereum 0.14.0",6052 "fp-evm",6053 "frame-benchmarking",6006 "frame-benchmarking",6054 "frame-support",6007 "frame-support",6055 "frame-system",6008 "frame-system",6056 "pallet-evm",6009 "pallet-evm",6057 "parity-scale-codec 3.2.1",6010 "parity-scale-codec",6058 "scale-info",6011 "scale-info",6059 "sp-core",6012 "sp-core",6060 "sp-io",6061 "sp-runtime",6062 "sp-std",6013 "sp-std",6063]6014]606460156077version = "0.1.1"6028version = "0.1.1"6078dependencies = [6029dependencies = [6079 "fp-evm",6030 "fp-evm",6080 "fp-evm-mapping",6081 "frame-support",6031 "frame-support",6082 "frame-system",6032 "frame-system",6083 "pallet-ethereum",6084 "pallet-evm",6033 "pallet-evm",6085 "parity-scale-codec 3.2.1",6034 "parity-scale-codec",6086 "scale-info",6035 "scale-info",6087 "sp-core",6036 "sp-core",6088 "sp-io",6089 "sp-runtime",6037 "sp-runtime",6090 "sp-std",6038 "sp-std",6091 "up-sponsorship",6039 "up-sponsorship",6101 "frame-support",6049 "frame-support",6102 "frame-system",6050 "frame-system",6103 "log",6051 "log",6104 "parity-scale-codec 3.2.1",6052 "parity-scale-codec",6105 "scale-info",6053 "scale-info",6106 "sp-io",6054 "sp-io",6107 "sp-runtime",6055 "sp-runtime",6123 "pallet-common",6071 "pallet-common",6124 "pallet-fungible",6072 "pallet-fungible",6125 "pallet-timestamp",6073 "pallet-timestamp",6126 "parity-scale-codec 3.2.1",6074 "parity-scale-codec",6127 "scale-info",6075 "scale-info",6128 "serde",6076 "serde",6129 "serde_json",6077 "serde_json",6133 "sp-std",6081 "sp-std",6134 "up-data-structs",6082 "up-data-structs",6135 "xcm",6083 "xcm",6136 "xcm-builder",6137 "xcm-executor",6084 "xcm-executor",6138]6085]613960866140[[package]]6087[[package]]6141name = "pallet-fungible"6088name = "pallet-fungible"6142version = "0.1.9"6089version = "0.1.9"6143dependencies = [6090dependencies = [6144 "ethereum 0.14.0",6145 "evm-coder",6091 "evm-coder",6146 "frame-benchmarking",6092 "frame-benchmarking",6147 "frame-support",6093 "frame-support",6150 "pallet-evm",6096 "pallet-evm",6151 "pallet-evm-coder-substrate",6097 "pallet-evm-coder-substrate",6152 "pallet-structure",6098 "pallet-structure",6153 "parity-scale-codec 3.2.1",6099 "parity-scale-codec",6154 "scale-info",6100 "scale-info",6155 "sp-core",6101 "sp-core",6156 "sp-runtime",6102 "sp-runtime",6169 "log",6115 "log",6170 "pallet-authorship",6116 "pallet-authorship",6171 "pallet-session",6117 "pallet-session",6172 "parity-scale-codec 3.2.1",6118 "parity-scale-codec",6173 "scale-info",6119 "scale-info",6174 "sp-application-crypto",6120 "sp-application-crypto",6175 "sp-core",6121 "sp-core",6190 "frame-support",6136 "frame-support",6191 "frame-system",6137 "frame-system",6192 "pallet-balances",6138 "pallet-balances",6193 "parity-scale-codec 3.2.1",6139 "parity-scale-codec",6194 "scale-info",6140 "scale-info",6195 "sp-core",6141 "sp-core",6196 "sp-io",6142 "sp-io",6207 "frame-benchmarking",6153 "frame-benchmarking",6208 "frame-support",6154 "frame-support",6209 "frame-system",6155 "frame-system",6210 "parity-scale-codec 3.2.1",6156 "parity-scale-codec",6211 "scale-info",6157 "scale-info",6212 "sp-io",6158 "sp-io",6213 "sp-runtime",6159 "sp-runtime",6224 "frame-system",6170 "frame-system",6225 "log",6171 "log",6226 "pallet-authorship",6172 "pallet-authorship",6227 "parity-scale-codec 3.2.1",6173 "parity-scale-codec",6228 "scale-info",6174 "scale-info",6229 "sp-application-crypto",6175 "sp-application-crypto",6230 "sp-core",6176 "sp-core",6242 "frame-benchmarking",6188 "frame-benchmarking",6243 "frame-support",6189 "frame-support",6244 "frame-system",6190 "frame-system",6245 "parity-scale-codec 3.2.1",6191 "parity-scale-codec",6246 "scale-info",6192 "scale-info",6247 "sp-core",6193 "sp-core",6248 "sp-io",6194 "sp-io",6259 "frame-support",6205 "frame-support",6260 "frame-system",6206 "frame-system",6261 "pallet-balances",6207 "pallet-balances",6262 "pallet-randomness-collective-flip",6263 "pallet-timestamp",6264 "parity-scale-codec 3.2.1",6208 "parity-scale-codec",6265 "scale-info",6209 "scale-info",6266 "serde",6267 "sp-core",6210 "sp-core",6268 "sp-io",6211 "sp-io",6269 "sp-runtime",6212 "sp-runtime",6277 "frame-benchmarking",6220 "frame-benchmarking",6278 "frame-support",6221 "frame-support",6279 "frame-system",6222 "frame-system",6280 "parity-scale-codec 3.2.1",6223 "parity-scale-codec",6281 "scale-info",6224 "scale-info",6282 "sp-std",6225 "sp-std",6283]6226]6291 "frame-support",6234 "frame-support",6292 "frame-system",6235 "frame-system",6293 "log",6236 "log",6294 "parity-scale-codec 3.2.1",6237 "parity-scale-codec",6295 "scale-info",6238 "scale-info",6296 "sp-core",6239 "sp-core",6297 "sp-io",6240 "sp-io",6307 "frame-benchmarking",6250 "frame-benchmarking",6308 "frame-support",6251 "frame-support",6309 "frame-system",6252 "frame-system",6310 "parity-scale-codec 3.2.1",6253 "parity-scale-codec",6311 "scale-info",6254 "scale-info",6312 "sp-core",6255 "sp-core",6313 "sp-io",6256 "sp-io",6325 "frame-support",6268 "frame-support",6326 "frame-system",6269 "frame-system",6327 "log",6270 "log",6328 "parity-scale-codec 3.2.1",6271 "parity-scale-codec",6329 "scale-info",6272 "scale-info",6330 "sp-io",6273 "sp-io",6331 "sp-runtime",6274 "sp-runtime",6340 "frame-benchmarking",6283 "frame-benchmarking",6341 "frame-support",6284 "frame-support",6342 "frame-system",6285 "frame-system",6343 "parity-scale-codec 3.2.1",6286 "parity-scale-codec",6344 "scale-info",6287 "scale-info",6345 "sp-arithmetic",6288 "sp-arithmetic",6346 "sp-core",6289 "sp-core",6356 "frame-support",6299 "frame-support",6357 "frame-system",6300 "frame-system",6358 "log",6301 "log",6359 "parity-scale-codec 3.2.1",6302 "parity-scale-codec",6360 "scale-info",6303 "scale-info",6361 "sp-core",6304 "sp-core",6362 "sp-io",6305 "sp-io",6377 "pallet-bags-list",6320 "pallet-bags-list",6378 "pallet-nomination-pools",6321 "pallet-nomination-pools",6379 "pallet-staking",6322 "pallet-staking",6380 "parity-scale-codec 3.2.1",6323 "parity-scale-codec",6381 "scale-info",6324 "scale-info",6382 "sp-runtime",6325 "sp-runtime",6383 "sp-runtime-interface",6326 "sp-runtime-interface",6390version = "1.0.0-dev"6333version = "1.0.0-dev"6391source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6334source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6392dependencies = [6335dependencies = [6393 "parity-scale-codec 3.2.1",6336 "parity-scale-codec",6394 "sp-api",6337 "sp-api",6395 "sp-std",6338 "sp-std",6396]6339]6399name = "pallet-nonfungible"6342name = "pallet-nonfungible"6400version = "0.1.12"6343version = "0.1.12"6401dependencies = [6344dependencies = [6402 "ethereum 0.14.0",6403 "evm-coder",6345 "evm-coder",6404 "frame-benchmarking",6346 "frame-benchmarking",6405 "frame-support",6347 "frame-support",6408 "pallet-evm",6350 "pallet-evm",6409 "pallet-evm-coder-substrate",6351 "pallet-evm-coder-substrate",6410 "pallet-structure",6352 "pallet-structure",6411 "parity-scale-codec 3.2.1",6353 "parity-scale-codec",6412 "scale-info",6354 "scale-info",6413 "sp-core",6355 "sp-core",6414 "sp-runtime",6356 "sp-runtime",6426 "frame-system",6368 "frame-system",6427 "log",6369 "log",6428 "pallet-balances",6370 "pallet-balances",6429 "parity-scale-codec 3.2.1",6371 "parity-scale-codec",6430 "scale-info",6372 "scale-info",6431 "serde",6373 "serde",6432 "sp-runtime",6374 "sp-runtime",6450 "pallet-offences",6392 "pallet-offences",6451 "pallet-session",6393 "pallet-session",6452 "pallet-staking",6394 "pallet-staking",6453 "parity-scale-codec 3.2.1",6395 "parity-scale-codec",6454 "scale-info",6396 "scale-info",6455 "sp-runtime",6397 "sp-runtime",6456 "sp-staking",6398 "sp-staking",6466 "frame-support",6408 "frame-support",6467 "frame-system",6409 "frame-system",6468 "log",6410 "log",6469 "parity-scale-codec 3.2.1",6411 "parity-scale-codec",6470 "scale-info",6412 "scale-info",6471 "sp-core",6413 "sp-core",6472 "sp-io",6414 "sp-io",6482 "frame-benchmarking",6424 "frame-benchmarking",6483 "frame-support",6425 "frame-support",6484 "frame-system",6426 "frame-system",6485 "parity-scale-codec 3.2.1",6427 "parity-scale-codec",6486 "scale-info",6428 "scale-info",6487 "sp-io",6429 "sp-io",6488 "sp-runtime",6430 "sp-runtime",6496dependencies = [6438dependencies = [6497 "frame-support",6439 "frame-support",6498 "frame-system",6440 "frame-system",6499 "parity-scale-codec 3.2.1",6441 "parity-scale-codec",6500 "safe-mix",6442 "safe-mix",6501 "scale-info",6443 "scale-info",6502 "sp-runtime",6444 "sp-runtime",6512 "frame-support",6454 "frame-support",6513 "frame-system",6455 "frame-system",6514 "log",6456 "log",6515 "parity-scale-codec 3.2.1",6457 "parity-scale-codec",6516 "scale-info",6458 "scale-info",6517 "sp-arithmetic",6459 "sp-arithmetic",6518 "sp-core",6460 "sp-core",6529 "frame-benchmarking",6471 "frame-benchmarking",6530 "frame-support",6472 "frame-support",6531 "frame-system",6473 "frame-system",6532 "parity-scale-codec 3.2.1",6474 "parity-scale-codec",6533 "scale-info",6475 "scale-info",6534 "sp-io",6476 "sp-io",6535 "sp-runtime",6477 "sp-runtime",6546 "frame-support",6488 "frame-support",6547 "frame-system",6489 "frame-system",6548 "log",6490 "log",6549 "parity-scale-codec 3.2.1",6491 "parity-scale-codec",6550 "scale-info",6492 "scale-info",6551 "serde",6493 "serde",6552 "sp-arithmetic",6494 "sp-arithmetic",6559name = "pallet-refungible"6501name = "pallet-refungible"6560version = "0.2.11"6502version = "0.2.11"6561dependencies = [6503dependencies = [6562 "derivative",6563 "ethereum 0.14.0",6564 "evm-coder",6504 "evm-coder",6565 "frame-benchmarking",6505 "frame-benchmarking",6566 "frame-support",6506 "frame-support",6569 "pallet-evm",6509 "pallet-evm",6570 "pallet-evm-coder-substrate",6510 "pallet-evm-coder-substrate",6571 "pallet-structure",6511 "pallet-structure",6572 "parity-scale-codec 3.2.1",6512 "parity-scale-codec",6573 "scale-info",6513 "scale-info",6574 "sp-core",6514 "sp-core",6575 "sp-runtime",6515 "sp-runtime",6576 "sp-std",6516 "sp-std",6577 "struct-versioning",6578 "up-data-structs",6517 "up-data-structs",6579]6518]658065196581[[package]]6520[[package]]6582name = "pallet-rmrk-core"6521name = "pallet-rmrk-core"6583version = "0.1.2"6522version = "0.1.2"6584dependencies = [6523dependencies = [6585 "derivative",6586 "frame-benchmarking",6524 "frame-benchmarking",6587 "frame-support",6525 "frame-support",6588 "frame-system",6526 "frame-system",6589 "pallet-common",6527 "pallet-common",6590 "pallet-evm",6528 "pallet-evm",6591 "pallet-nonfungible",6529 "pallet-nonfungible",6592 "pallet-structure",6530 "pallet-structure",6593 "parity-scale-codec 3.2.1",6531 "parity-scale-codec",6594 "rmrk-traits",6532 "rmrk-traits",6595 "scale-info",6533 "scale-info",6596 "sp-core",6597 "sp-runtime",6534 "sp-runtime",6598 "sp-std",6535 "sp-std",6599 "up-data-structs",6536 "up-data-structs",6610 "pallet-evm",6547 "pallet-evm",6611 "pallet-nonfungible",6548 "pallet-nonfungible",6612 "pallet-rmrk-core",6549 "pallet-rmrk-core",6613 "parity-scale-codec 3.2.1",6550 "parity-scale-codec",6614 "rmrk-traits",6615 "scale-info",6551 "scale-info",6616 "sp-core",6617 "sp-runtime",6552 "sp-runtime",6618 "sp-std",6553 "sp-std",6619 "up-data-structs",6554 "up-data-structs",6628 "frame-support",6563 "frame-support",6629 "frame-system",6564 "frame-system",6630 "log",6565 "log",6631 "parity-scale-codec 3.2.1",6566 "parity-scale-codec",6632 "scale-info",6567 "scale-info",6633 "sp-io",6568 "sp-io",6634 "sp-runtime",6569 "sp-runtime",6646 "impl-trait-for-tuples",6581 "impl-trait-for-tuples",6647 "log",6582 "log",6648 "pallet-timestamp",6583 "pallet-timestamp",6649 "parity-scale-codec 3.2.1",6584 "parity-scale-codec",6650 "scale-info",6585 "scale-info",6651 "sp-core",6586 "sp-core",6652 "sp-io",6587 "sp-io",6680dependencies = [6615dependencies = [6681 "frame-support",6616 "frame-support",6682 "frame-system",6617 "frame-system",6683 "parity-scale-codec 3.2.1",6618 "parity-scale-codec",6684 "rand_chacha 0.2.2",6619 "rand_chacha 0.2.2",6685 "scale-info",6620 "scale-info",6686 "sp-runtime",6621 "sp-runtime",6699 "log",6634 "log",6700 "pallet-authorship",6635 "pallet-authorship",6701 "pallet-session",6636 "pallet-session",6702 "parity-scale-codec 3.2.1",6637 "parity-scale-codec",6703 "rand_chacha 0.2.2",6638 "rand_chacha 0.2.2",6704 "scale-info",6639 "scale-info",6705 "serde",6640 "serde",6739 "frame-support",6674 "frame-support",6740 "frame-system",6675 "frame-system",6741 "log",6676 "log",6742 "parity-scale-codec 3.2.1",6677 "parity-scale-codec",6743 "scale-info",6678 "scale-info",6744 "sp-core",6679 "sp-core",6745 "sp-io",6680 "sp-io",6757 "log",6692 "log",6758 "pallet-common",6693 "pallet-common",6759 "pallet-evm",6694 "pallet-evm",6760 "parity-scale-codec 3.2.1",6695 "parity-scale-codec",6761 "scale-info",6696 "scale-info",6762 "sp-std",6697 "sp-std",6763 "up-data-structs",6698 "up-data-structs",6770dependencies = [6705dependencies = [6771 "frame-support",6706 "frame-support",6772 "frame-system",6707 "frame-system",6773 "parity-scale-codec 3.2.1",6708 "parity-scale-codec",6774 "scale-info",6709 "scale-info",6775 "sp-io",6710 "sp-io",6776 "sp-runtime",6711 "sp-runtime",6787 "frame-system",6722 "frame-system",6788 "pallet-balances",6723 "pallet-balances",6789 "pallet-transaction-payment",6724 "pallet-transaction-payment",6790 "parity-scale-codec 3.2.1",6725 "parity-scale-codec",6791 "scale-info",6726 "scale-info",6792 "serde",6727 "serde",6793 "sp-core",6728 "sp-core",6804 "frame-support",6739 "frame-support",6805 "frame-system",6740 "frame-system",6806 "pallet-unique-scheduler-v2",6741 "pallet-unique-scheduler-v2",6807 "parity-scale-codec 3.2.1",6742 "parity-scale-codec",6808 "scale-info",6743 "scale-info",6809 "sp-std",6744 "sp-std",6810]6745]6818 "frame-support",6753 "frame-support",6819 "frame-system",6754 "frame-system",6820 "log",6755 "log",6821 "parity-scale-codec 3.2.1",6756 "parity-scale-codec",6822 "scale-info",6757 "scale-info",6823 "sp-inherents",6758 "sp-inherents",6824 "sp-io",6759 "sp-io",6837 "frame-system",6772 "frame-system",6838 "log",6773 "log",6839 "pallet-treasury",6774 "pallet-treasury",6840 "parity-scale-codec 3.2.1",6775 "parity-scale-codec",6841 "scale-info",6776 "scale-info",6842 "serde",6777 "serde",6843 "sp-core",6778 "sp-core",6853dependencies = [6788dependencies = [6854 "frame-support",6789 "frame-support",6855 "frame-system",6790 "frame-system",6856 "parity-scale-codec 3.2.1",6791 "parity-scale-codec",6857 "scale-info",6792 "scale-info",6858 "serde",6793 "serde",6859 "sp-core",6794 "sp-core",6869dependencies = [6804dependencies = [6870 "jsonrpsee",6805 "jsonrpsee",6871 "pallet-transaction-payment-rpc-runtime-api",6806 "pallet-transaction-payment-rpc-runtime-api",6872 "parity-scale-codec 3.2.1",6807 "parity-scale-codec",6873 "sp-api",6808 "sp-api",6874 "sp-blockchain",6809 "sp-blockchain",6875 "sp-core",6810 "sp-core",6884source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6819source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6885dependencies = [6820dependencies = [6886 "pallet-transaction-payment",6821 "pallet-transaction-payment",6887 "parity-scale-codec 3.2.1",6822 "parity-scale-codec",6888 "sp-api",6823 "sp-api",6889 "sp-runtime",6824 "sp-runtime",6890 "sp-weights",6825 "sp-weights",6900 "frame-system",6835 "frame-system",6901 "impl-trait-for-tuples",6836 "impl-trait-for-tuples",6902 "pallet-balances",6837 "pallet-balances",6903 "parity-scale-codec 3.2.1",6838 "parity-scale-codec",6904 "scale-info",6839 "scale-info",6905 "serde",6840 "serde",6906 "sp-runtime",6841 "sp-runtime",6921 "pallet-evm-coder-substrate",6856 "pallet-evm-coder-substrate",6922 "pallet-nonfungible",6857 "pallet-nonfungible",6923 "pallet-refungible",6858 "pallet-refungible",6924 "parity-scale-codec 3.2.1",6859 "parity-scale-codec",6925 "scale-info",6860 "scale-info",6926 "serde",6861 "serde",6927 "sp-core",6862 "sp-core",6940 "frame-system",6875 "frame-system",6941 "log",6876 "log",6942 "pallet-preimage",6877 "pallet-preimage",6943 "parity-scale-codec 3.2.1",6878 "parity-scale-codec",6944 "scale-info",6879 "scale-info",6945 "sp-core",6880 "sp-core",6946 "sp-io",6881 "sp-io",6957 "frame-benchmarking",6892 "frame-benchmarking",6958 "frame-support",6893 "frame-support",6959 "frame-system",6894 "frame-system",6960 "parity-scale-codec 3.2.1",6895 "parity-scale-codec",6961 "scale-info",6896 "scale-info",6962 "sp-core",6897 "sp-core",6963 "sp-io",6898 "sp-io",6974 "frame-support",6909 "frame-support",6975 "frame-system",6910 "frame-system",6976 "log",6911 "log",6977 "parity-scale-codec 3.2.1",6912 "parity-scale-codec",6978 "scale-info",6913 "scale-info",6979 "sp-runtime",6914 "sp-runtime",6980 "sp-std",6915 "sp-std",6988 "frame-benchmarking",6923 "frame-benchmarking",6989 "frame-support",6924 "frame-support",6990 "frame-system",6925 "frame-system",6991 "parity-scale-codec 3.2.1",6926 "parity-scale-codec",6992 "scale-info",6927 "scale-info",6993 "sp-api",6928 "sp-api",6994 "sp-runtime",6929 "sp-runtime",7003 "frame-support",6938 "frame-support",7004 "frame-system",6939 "frame-system",7005 "log",6940 "log",7006 "parity-scale-codec 3.2.1",6941 "parity-scale-codec",7007 "scale-info",6942 "scale-info",7008 "serde",6943 "serde",7009 "sp-core",6944 "sp-core",7022 "frame-support",6957 "frame-support",7023 "frame-system",6958 "frame-system",7024 "log",6959 "log",7025 "parity-scale-codec 3.2.1",6960 "parity-scale-codec",7026 "scale-info",6961 "scale-info",7027 "sp-runtime",6962 "sp-runtime",7028 "sp-std",6963 "sp-std",7038 "cumulus-primitives-core",6973 "cumulus-primitives-core",7039 "frame-support",6974 "frame-support",7040 "frame-system",6975 "frame-system",7041 "parity-scale-codec 3.2.1",6976 "parity-scale-codec",7042 "scale-info",6977 "scale-info",7043]6978]704469797061 "snap",6996 "snap",7062]6997]70637064[[package]]7065name = "parity-scale-codec"7066version = "2.3.1"7067source = "registry+https://github.com/rust-lang/crates.io-index"7068checksum = "373b1a4c1338d9cd3d1fa53b3a11bdab5ab6bd80a20f7f7becd76953ae2be909"7069dependencies = [7070 "arrayvec 0.7.2",7071 "bitvec 0.20.4",7072 "byte-slice-cast",7073 "impl-trait-for-tuples",7074 "parity-scale-codec-derive 2.3.1",7075 "serde",7076]707769987078[[package]]6999[[package]]7079name = "parity-scale-codec"7000name = "parity-scale-codec"7080version = "3.2.1"7001version = "3.2.2"7081source = "registry+https://github.com/rust-lang/crates.io-index"7002source = "registry+https://github.com/rust-lang/crates.io-index"7082checksum = "366e44391a8af4cfd6002ef6ba072bae071a96aafca98d7d448a34c5dca38b6a"7003checksum = "e7ab01d0f889e957861bc65888d5ccbe82c158d0270136ba46820d43837cdf72"7083dependencies = [7004dependencies = [7084 "arrayvec 0.7.2",7005 "arrayvec 0.7.2",7085 "bitvec 1.0.1",7006 "bitvec",7086 "byte-slice-cast",7007 "byte-slice-cast",7087 "bytes",7008 "bytes",7088 "impl-trait-for-tuples",7009 "impl-trait-for-tuples",7089 "parity-scale-codec-derive 3.1.3",7010 "parity-scale-codec-derive",7090 "serde",7011 "serde",7091]7012]70927093[[package]]7094name = "parity-scale-codec-derive"7095version = "2.3.1"7096source = "registry+https://github.com/rust-lang/crates.io-index"7097checksum = "1557010476e0595c9b568d16dcfb81b93cdeb157612726f5170d31aa707bed27"7098dependencies = [7099 "proc-macro-crate",7100 "proc-macro2",7101 "quote",7102 "syn",7103]710470137105[[package]]7014[[package]]7106name = "parity-scale-codec-derive"7015name = "parity-scale-codec-derive"7107version = "3.1.3"7016version = "3.1.4"7108source = "registry+https://github.com/rust-lang/crates.io-index"7017source = "registry+https://github.com/rust-lang/crates.io-index"7109checksum = "9299338969a3d2f491d65f140b00ddec470858402f888af98e8642fb5e8965cd"7018checksum = "86b26a931f824dd4eca30b3e43bb4f31cd5f0d3a403c5f5ff27106b805bfde7b"7110dependencies = [7019dependencies = [7111 "proc-macro-crate",7020 "proc-macro-crate",7112 "proc-macro2",7021 "proc-macro2",7150checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"7059checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"7151dependencies = [7060dependencies = [7152 "lock_api",7061 "lock_api",7153 "parking_lot_core 0.9.5",7062 "parking_lot_core 0.9.6",7154]7063]715570647156[[package]]7065[[package]]716970787170[[package]]7079[[package]]7171name = "parking_lot_core"7080name = "parking_lot_core"7172version = "0.9.5"7081version = "0.9.6"7173source = "registry+https://github.com/rust-lang/crates.io-index"7082source = "registry+https://github.com/rust-lang/crates.io-index"7174checksum = "7ff9f3fef3968a3ec5945535ed654cb38ff72d7495a25619e2247fb15a2ed9ba"7083checksum = "ba1ef8814b5c993410bb3adfad7a5ed269563e4a2f90c41f5d85be7fb47133bf"7175dependencies = [7084dependencies = [7176 "cfg-if",7085 "cfg-if",7177 "libc",7086 "libc",721871277219[[package]]7128[[package]]7220name = "pest"7129name = "pest"7221version = "2.5.1"7130version = "2.5.3"7222source = "registry+https://github.com/rust-lang/crates.io-index"7131source = "registry+https://github.com/rust-lang/crates.io-index"7223checksum = "cc8bed3549e0f9b0a2a78bf7c0018237a2cdf085eecbbc048e52612438e4e9d0"7132checksum = "4257b4a04d91f7e9e6290be5d3da4804dd5784fafde3a497d73eb2b4a158c30a"7224dependencies = [7133dependencies = [7225 "thiserror",7134 "thiserror",7226 "ucd-trie",7135 "ucd-trie",7227]7136]722871377229[[package]]7138[[package]]7230name = "pest_derive"7139name = "pest_derive"7231version = "2.5.1"7140version = "2.5.3"7232source = "registry+https://github.com/rust-lang/crates.io-index"7141source = "registry+https://github.com/rust-lang/crates.io-index"7233checksum = "cdc078600d06ff90d4ed238f0119d84ab5d43dbaad278b0e33a8820293b32344"7142checksum = "241cda393b0cdd65e62e07e12454f1f25d57017dcc514b1514cd3c4645e3a0a6"7234dependencies = [7143dependencies = [7235 "pest",7144 "pest",7236 "pest_generator",7145 "pest_generator",7237]7146]723871477239[[package]]7148[[package]]7240name = "pest_generator"7149name = "pest_generator"7241version = "2.5.1"7150version = "2.5.3"7242source = "registry+https://github.com/rust-lang/crates.io-index"7151source = "registry+https://github.com/rust-lang/crates.io-index"7243checksum = "28a1af60b1c4148bb269006a750cff8e2ea36aff34d2d96cf7be0b14d1bed23c"7152checksum = "46b53634d8c8196302953c74d5352f33d0c512a9499bd2ce468fc9f4128fa27c"7244dependencies = [7153dependencies = [7245 "pest",7154 "pest",7246 "pest_meta",7155 "pest_meta",725171607252[[package]]7161[[package]]7253name = "pest_meta"7162name = "pest_meta"7254version = "2.5.1"7163version = "2.5.3"7255source = "registry+https://github.com/rust-lang/crates.io-index"7164source = "registry+https://github.com/rust-lang/crates.io-index"7256checksum = "fec8605d59fc2ae0c6c1aefc0c7c7a9769732017c0ce07f7a9cfffa7b4404f20"7165checksum = "0ef4f1332a8d4678b41966bb4cc1d0676880e84183a1ecc3f4b69f03e99c7a51"7257dependencies = [7166dependencies = [7258 "once_cell",7167 "once_cell",7259 "pest",7168 "pest",7260 "sha1",7169 "sha2 0.10.6",7261]7170]726271717263[[package]]7172[[package]]7341version = "0.9.36"7250version = "0.9.36"7342source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7251source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7343dependencies = [7252dependencies = [7344 "futures 0.3.25",7253 "futures",7345 "polkadot-node-network-protocol",7254 "polkadot-node-network-protocol",7346 "polkadot-node-primitives",7255 "polkadot-node-primitives",7347 "polkadot-node-subsystem",7256 "polkadot-node-subsystem",7356version = "0.9.36"7265version = "0.9.36"7357source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7266source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7358dependencies = [7267dependencies = [7359 "futures 0.3.25",7268 "futures",7360 "polkadot-node-network-protocol",7269 "polkadot-node-network-protocol",7361 "polkadot-node-subsystem",7270 "polkadot-node-subsystem",7362 "polkadot-node-subsystem-util",7271 "polkadot-node-subsystem-util",7372dependencies = [7281dependencies = [7373 "derive_more",7282 "derive_more",7374 "fatality",7283 "fatality",7375 "futures 0.3.25",7284 "futures",7376 "lru",7285 "lru",7377 "parity-scale-codec 3.2.1",7286 "parity-scale-codec",7378 "polkadot-erasure-coding",7287 "polkadot-erasure-coding",7379 "polkadot-node-network-protocol",7288 "polkadot-node-network-protocol",7380 "polkadot-node-primitives",7289 "polkadot-node-primitives",7394source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7303source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7395dependencies = [7304dependencies = [7396 "fatality",7305 "fatality",7397 "futures 0.3.25",7306 "futures",7398 "lru",7307 "lru",7399 "parity-scale-codec 3.2.1",7308 "parity-scale-codec",7400 "polkadot-erasure-coding",7309 "polkadot-erasure-coding",7401 "polkadot-node-network-protocol",7310 "polkadot-node-network-protocol",7402 "polkadot-node-primitives",7311 "polkadot-node-primitives",7416dependencies = [7325dependencies = [7417 "clap",7326 "clap",7418 "frame-benchmarking-cli",7327 "frame-benchmarking-cli",7419 "futures 0.3.25",7328 "futures",7420 "log",7329 "log",7421 "polkadot-client",7330 "polkadot-client",7422 "polkadot-node-core-pvf",7331 "polkadot-node-core-pvf",7446 "frame-benchmarking-cli",7355 "frame-benchmarking-cli",7447 "frame-system",7356 "frame-system",7448 "frame-system-rpc-runtime-api",7357 "frame-system-rpc-runtime-api",7449 "futures 0.3.25",7358 "futures",7450 "pallet-transaction-payment",7359 "pallet-transaction-payment",7451 "pallet-transaction-payment-rpc-runtime-api",7360 "pallet-transaction-payment-rpc-runtime-api",7452 "polkadot-core-primitives",7361 "polkadot-core-primitives",7484source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7393source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7485dependencies = [7394dependencies = [7486 "always-assert",7395 "always-assert",7487 "bitvec 1.0.1",7396 "bitvec",7488 "fatality",7397 "fatality",7489 "futures 0.3.25",7398 "futures",7490 "futures-timer",7399 "futures-timer",7491 "polkadot-node-network-protocol",7400 "polkadot-node-network-protocol",7492 "polkadot-node-primitives",7401 "polkadot-node-primitives",7505version = "0.9.36"7414version = "0.9.36"7506source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7415source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7507dependencies = [7416dependencies = [7508 "parity-scale-codec 3.2.1",7417 "parity-scale-codec",7509 "scale-info",7418 "scale-info",7510 "sp-core",7419 "sp-core",7511 "sp-runtime",7420 "sp-runtime",7519dependencies = [7428dependencies = [7520 "derive_more",7429 "derive_more",7521 "fatality",7430 "fatality",7522 "futures 0.3.25",7431 "futures",7523 "futures-timer",7432 "futures-timer",7524 "indexmap",7433 "indexmap",7525 "lru",7434 "lru",7526 "parity-scale-codec 3.2.1",7435 "parity-scale-codec",7527 "polkadot-erasure-coding",7436 "polkadot-erasure-coding",7528 "polkadot-node-network-protocol",7437 "polkadot-node-network-protocol",7529 "polkadot-node-primitives",7438 "polkadot-node-primitives",7542version = "0.9.36"7451version = "0.9.36"7543source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7452source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7544dependencies = [7453dependencies = [7545 "parity-scale-codec 3.2.1",7454 "parity-scale-codec",7546 "polkadot-node-primitives",7455 "polkadot-node-primitives",7547 "polkadot-primitives",7456 "polkadot-primitives",7548 "reed-solomon-novelpoly",7457 "reed-solomon-novelpoly",7556version = "0.9.36"7465version = "0.9.36"7557source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7466source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7558dependencies = [7467dependencies = [7559 "futures 0.3.25",7468 "futures",7560 "futures-timer",7469 "futures-timer",7561 "polkadot-node-network-protocol",7470 "polkadot-node-network-protocol",7562 "polkadot-node-subsystem",7471 "polkadot-node-subsystem",7580 "async-trait",7489 "async-trait",7581 "bytes",7490 "bytes",7582 "fatality",7491 "fatality",7583 "futures 0.3.25",7492 "futures",7584 "parity-scale-codec 3.2.1",7493 "parity-scale-codec",7585 "parking_lot 0.12.1",7494 "parking_lot 0.12.1",7586 "polkadot-node-network-protocol",7495 "polkadot-node-network-protocol",7587 "polkadot-node-subsystem",7496 "polkadot-node-subsystem",7600version = "0.9.36"7509version = "0.9.36"7601source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7510source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7602dependencies = [7511dependencies = [7603 "futures 0.3.25",7512 "futures",7604 "parity-scale-codec 3.2.1",7513 "parity-scale-codec",7605 "polkadot-erasure-coding",7514 "polkadot-erasure-coding",7606 "polkadot-node-primitives",7515 "polkadot-node-primitives",7607 "polkadot-node-subsystem",7516 "polkadot-node-subsystem",7618version = "0.9.36"7527version = "0.9.36"7619source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7528source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7620dependencies = [7529dependencies = [7621 "bitvec 1.0.1",7530 "bitvec",7622 "derive_more",7531 "derive_more",7623 "futures 0.3.25",7532 "futures",7624 "futures-timer",7533 "futures-timer",7625 "kvdb",7534 "kvdb",7626 "lru",7535 "lru",7627 "merlin",7536 "merlin",7628 "parity-scale-codec 3.2.1",7537 "parity-scale-codec",7629 "polkadot-node-jaeger",7538 "polkadot-node-jaeger",7630 "polkadot-node-primitives",7539 "polkadot-node-primitives",7631 "polkadot-node-subsystem",7540 "polkadot-node-subsystem",7647version = "0.9.36"7556version = "0.9.36"7648source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7557source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7649dependencies = [7558dependencies = [7650 "bitvec 1.0.1",7559 "bitvec",7651 "futures 0.3.25",7560 "futures",7652 "futures-timer",7561 "futures-timer",7653 "kvdb",7562 "kvdb",7654 "parity-scale-codec 3.2.1",7563 "parity-scale-codec",7655 "polkadot-erasure-coding",7564 "polkadot-erasure-coding",7656 "polkadot-node-primitives",7565 "polkadot-node-primitives",7657 "polkadot-node-subsystem",7566 "polkadot-node-subsystem",7667version = "0.9.36"7576version = "0.9.36"7668source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7577source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7669dependencies = [7578dependencies = [7670 "bitvec 1.0.1",7579 "bitvec",7671 "fatality",7580 "fatality",7672 "futures 0.3.25",7581 "futures",7673 "polkadot-erasure-coding",7582 "polkadot-erasure-coding",7674 "polkadot-node-primitives",7583 "polkadot-node-primitives",7675 "polkadot-node-subsystem",7584 "polkadot-node-subsystem",7686version = "0.9.36"7595version = "0.9.36"7687source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7596source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7688dependencies = [7597dependencies = [7689 "futures 0.3.25",7598 "futures",7690 "polkadot-node-subsystem",7599 "polkadot-node-subsystem",7691 "polkadot-node-subsystem-util",7600 "polkadot-node-subsystem-util",7692 "polkadot-primitives",7601 "polkadot-primitives",7702source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7611source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7703dependencies = [7612dependencies = [7704 "async-trait",7613 "async-trait",7705 "futures 0.3.25",7614 "futures",7706 "futures-timer",7615 "futures-timer",7707 "parity-scale-codec 3.2.1",7616 "parity-scale-codec",7708 "polkadot-node-core-pvf",7617 "polkadot-node-core-pvf",7709 "polkadot-node-primitives",7618 "polkadot-node-primitives",7710 "polkadot-node-subsystem",7619 "polkadot-node-subsystem",7720version = "0.9.36"7629version = "0.9.36"7721source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7630source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7722dependencies = [7631dependencies = [7723 "futures 0.3.25",7632 "futures",7724 "polkadot-node-subsystem",7633 "polkadot-node-subsystem",7725 "polkadot-node-subsystem-util",7634 "polkadot-node-subsystem-util",7726 "polkadot-primitives",7635 "polkadot-primitives",7735version = "0.9.36"7644version = "0.9.36"7736source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7645source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7737dependencies = [7646dependencies = [7738 "futures 0.3.25",7647 "futures",7739 "futures-timer",7648 "futures-timer",7740 "kvdb",7649 "kvdb",7741 "parity-scale-codec 3.2.1",7650 "parity-scale-codec",7742 "polkadot-node-primitives",7651 "polkadot-node-primitives",7743 "polkadot-node-subsystem",7652 "polkadot-node-subsystem",7744 "polkadot-node-subsystem-util",7653 "polkadot-node-subsystem-util",7753source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7662source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7754dependencies = [7663dependencies = [7755 "fatality",7664 "fatality",7756 "futures 0.3.25",7665 "futures",7757 "kvdb",7666 "kvdb",7758 "lru",7667 "lru",7759 "parity-scale-codec 3.2.1",7668 "parity-scale-codec",7760 "polkadot-node-primitives",7669 "polkadot-node-primitives",7761 "polkadot-node-subsystem",7670 "polkadot-node-subsystem",7762 "polkadot-node-subsystem-util",7671 "polkadot-node-subsystem-util",7772source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7681source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7773dependencies = [7682dependencies = [7774 "async-trait",7683 "async-trait",7775 "futures 0.3.25",7684 "futures",7776 "futures-timer",7685 "futures-timer",7777 "polkadot-node-subsystem",7686 "polkadot-node-subsystem",7778 "polkadot-overseer",7687 "polkadot-overseer",7789version = "0.9.36"7698version = "0.9.36"7790source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7699source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7791dependencies = [7700dependencies = [7792 "bitvec 1.0.1",7701 "bitvec",7793 "fatality",7702 "fatality",7794 "futures 0.3.25",7703 "futures",7795 "futures-timer",7704 "futures-timer",7796 "polkadot-node-primitives",7705 "polkadot-node-primitives",7797 "polkadot-node-subsystem",7706 "polkadot-node-subsystem",7812 "async-process",7721 "async-process",7813 "async-std",7722 "async-std",7814 "cpu-time",7723 "cpu-time",7815 "futures 0.3.25",7724 "futures",7816 "futures-timer",7725 "futures-timer",7817 "parity-scale-codec 3.2.1",7726 "parity-scale-codec",7818 "pin-project",7727 "pin-project",7819 "polkadot-core-primitives",7728 "polkadot-core-primitives",7820 "polkadot-node-metrics",7729 "polkadot-node-metrics",7840version = "0.9.36"7749version = "0.9.36"7841source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7750source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7842dependencies = [7751dependencies = [7843 "futures 0.3.25",7752 "futures",7844 "polkadot-node-primitives",7753 "polkadot-node-primitives",7845 "polkadot-node-subsystem",7754 "polkadot-node-subsystem",7846 "polkadot-node-subsystem-util",7755 "polkadot-node-subsystem-util",7856version = "0.9.36"7765version = "0.9.36"7857source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7766source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7858dependencies = [7767dependencies = [7859 "futures 0.3.25",7768 "futures",7860 "lru",7769 "lru",7861 "polkadot-node-subsystem",7770 "polkadot-node-subsystem",7862 "polkadot-node-subsystem-types",7771 "polkadot-node-subsystem-types",7874 "lazy_static",7783 "lazy_static",7875 "log",7784 "log",7876 "mick-jaeger",7785 "mick-jaeger",7877 "parity-scale-codec 3.2.1",7786 "parity-scale-codec",7878 "parking_lot 0.12.1",7787 "parking_lot 0.12.1",7879 "polkadot-node-primitives",7788 "polkadot-node-primitives",7880 "polkadot-primitives",7789 "polkadot-primitives",7890source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7799source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7891dependencies = [7800dependencies = [7892 "bs58",7801 "bs58",7893 "futures 0.3.25",7802 "futures",7894 "futures-timer",7803 "futures-timer",7895 "log",7804 "log",7896 "parity-scale-codec 3.2.1",7805 "parity-scale-codec",7897 "polkadot-primitives",7806 "polkadot-primitives",7898 "prioritized-metered-channel",7807 "prioritized-metered-channel",7899 "sc-cli",7808 "sc-cli",7911 "async-trait",7820 "async-trait",7912 "derive_more",7821 "derive_more",7913 "fatality",7822 "fatality",7914 "futures 0.3.25",7823 "futures",7915 "hex",7824 "hex",7916 "parity-scale-codec 3.2.1",7825 "parity-scale-codec",7917 "polkadot-node-jaeger",7826 "polkadot-node-jaeger",7918 "polkadot-node-primitives",7827 "polkadot-node-primitives",7919 "polkadot-primitives",7828 "polkadot-primitives",7932source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7841source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7933dependencies = [7842dependencies = [7934 "bounded-vec",7843 "bounded-vec",7935 "futures 0.3.25",7844 "futures",7936 "parity-scale-codec 3.2.1",7845 "parity-scale-codec",7937 "polkadot-parachain",7846 "polkadot-parachain",7938 "polkadot-primitives",7847 "polkadot-primitives",7939 "schnorrkel",7848 "schnorrkel",7965dependencies = [7874dependencies = [7966 "async-trait",7875 "async-trait",7967 "derive_more",7876 "derive_more",7968 "futures 0.3.25",7877 "futures",7969 "orchestra",7878 "orchestra",7970 "polkadot-node-jaeger",7879 "polkadot-node-jaeger",7971 "polkadot-node-network-protocol",7880 "polkadot-node-network-protocol",7989 "async-trait",7898 "async-trait",7990 "derive_more",7899 "derive_more",7991 "fatality",7900 "fatality",7992 "futures 0.3.25",7901 "futures",7993 "itertools",7902 "itertools",7994 "kvdb",7903 "kvdb",7995 "lru",7904 "lru",7996 "parity-db",7905 "parity-db",7997 "parity-scale-codec 3.2.1",7906 "parity-scale-codec",7998 "parking_lot 0.11.2",7907 "parking_lot 0.11.2",7999 "pin-project",7908 "pin-project",8000 "polkadot-node-jaeger",7909 "polkadot-node-jaeger",8019source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7928source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8020dependencies = [7929dependencies = [8021 "async-trait",7930 "async-trait",8022 "futures 0.3.25",7931 "futures",8023 "futures-timer",7932 "futures-timer",8024 "lru",7933 "lru",8025 "orchestra",7934 "orchestra",8043dependencies = [7952dependencies = [8044 "derive_more",7953 "derive_more",8045 "frame-support",7954 "frame-support",8046 "parity-scale-codec 3.2.1",7955 "parity-scale-codec",8047 "polkadot-core-primitives",7956 "polkadot-core-primitives",8048 "scale-info",7957 "scale-info",8049 "serde",7958 "serde",8057version = "0.9.36"7966version = "0.9.36"8058source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7967source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8059dependencies = [7968dependencies = [8060 "env_logger",7969 "env_logger 0.9.3",8061 "kusama-runtime",7970 "kusama-runtime",8062 "log",7971 "log",8063 "polkadot-erasure-coding",7972 "polkadot-erasure-coding",8072version = "0.9.36"7981version = "0.9.36"8073source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7982source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8074dependencies = [7983dependencies = [8075 "bitvec 1.0.1",7984 "bitvec",8076 "hex-literal",7985 "hex-literal",8077 "parity-scale-codec 3.2.1",7986 "parity-scale-codec",8078 "polkadot-core-primitives",7987 "polkadot-core-primitives",8079 "polkadot-parachain",7988 "polkadot-parachain",8080 "scale-info",7989 "scale-info",8130version = "0.9.36"8039version = "0.9.36"8131source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8040source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8132dependencies = [8041dependencies = [8133 "bitvec 1.0.1",8042 "bitvec",8134 "frame-benchmarking",8043 "frame-benchmarking",8135 "frame-election-provider-support",8044 "frame-election-provider-support",8136 "frame-executive",8045 "frame-executive",8180 "pallet-utility",8089 "pallet-utility",8181 "pallet-vesting",8090 "pallet-vesting",8182 "pallet-xcm",8091 "pallet-xcm",8183 "parity-scale-codec 3.2.1",8092 "parity-scale-codec",8184 "polkadot-primitives",8093 "polkadot-primitives",8185 "polkadot-runtime-common",8094 "polkadot-runtime-common",8186 "polkadot-runtime-constants",8095 "polkadot-runtime-constants",8219version = "0.9.36"8128version = "0.9.36"8220source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8129source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8221dependencies = [8130dependencies = [8222 "bitvec 1.0.1",8131 "bitvec",8223 "frame-benchmarking",8132 "frame-benchmarking",8224 "frame-election-provider-support",8133 "frame-election-provider-support",8225 "frame-support",8134 "frame-support",8240 "pallet-transaction-payment",8149 "pallet-transaction-payment",8241 "pallet-treasury",8150 "pallet-treasury",8242 "pallet-vesting",8151 "pallet-vesting",8243 "parity-scale-codec 3.2.1",8152 "parity-scale-codec",8244 "polkadot-primitives",8153 "polkadot-primitives",8245 "polkadot-runtime-parachains",8154 "polkadot-runtime-parachains",8246 "rustc-hex",8155 "rustc-hex",8282source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8191source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8283dependencies = [8192dependencies = [8284 "bs58",8193 "bs58",8285 "parity-scale-codec 3.2.1",8194 "parity-scale-codec",8286 "polkadot-primitives",8195 "polkadot-primitives",8287 "sp-std",8196 "sp-std",8288 "sp-tracing",8197 "sp-tracing",8294source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8203source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8295dependencies = [8204dependencies = [8296 "bitflags",8205 "bitflags",8297 "bitvec 1.0.1",8206 "bitvec",8298 "derive_more",8207 "derive_more",8299 "frame-benchmarking",8208 "frame-benchmarking",8300 "frame-support",8209 "frame-support",8308 "pallet-staking",8217 "pallet-staking",8309 "pallet-timestamp",8218 "pallet-timestamp",8310 "pallet-vesting",8219 "pallet-vesting",8311 "parity-scale-codec 3.2.1",8220 "parity-scale-codec",8312 "polkadot-primitives",8221 "polkadot-primitives",8313 "polkadot-runtime-metrics",8222 "polkadot-runtime-metrics",8314 "rand 0.8.5",8223 "rand 0.8.5",8340 "beefy-gadget",8249 "beefy-gadget",8341 "frame-support",8250 "frame-support",8342 "frame-system-rpc-runtime-api",8251 "frame-system-rpc-runtime-api",8343 "futures 0.3.25",8252 "futures",8344 "hex-literal",8253 "hex-literal",8345 "kusama-runtime",8254 "kusama-runtime",8346 "kvdb",8255 "kvdb",8444dependencies = [8353dependencies = [8445 "arrayvec 0.5.2",8354 "arrayvec 0.5.2",8446 "fatality",8355 "fatality",8447 "futures 0.3.25",8356 "futures",8448 "indexmap",8357 "indexmap",8449 "parity-scale-codec 3.2.1",8358 "parity-scale-codec",8450 "polkadot-node-network-protocol",8359 "polkadot-node-network-protocol",8451 "polkadot-node-primitives",8360 "polkadot-node-primitives",8452 "polkadot-node-subsystem",8361 "polkadot-node-subsystem",8463version = "0.9.36"8372version = "0.9.36"8464source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8373source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8465dependencies = [8374dependencies = [8466 "parity-scale-codec 3.2.1",8375 "parity-scale-codec",8467 "polkadot-primitives",8376 "polkadot-primitives",8468 "sp-core",8377 "sp-core",8469]8378]84708471[[package]]8472name = "polkadot-test-runtime"8473version = "0.9.36"8474source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8475dependencies = [8476 "bitvec 1.0.1",8477 "frame-election-provider-support",8478 "frame-executive",8479 "frame-support",8480 "frame-system",8481 "frame-system-rpc-runtime-api",8482 "log",8483 "pallet-authority-discovery",8484 "pallet-authorship",8485 "pallet-babe",8486 "pallet-balances",8487 "pallet-grandpa",8488 "pallet-indices",8489 "pallet-offences",8490 "pallet-session",8491 "pallet-staking",8492 "pallet-staking-reward-curve",8493 "pallet-sudo",8494 "pallet-timestamp",8495 "pallet-transaction-payment",8496 "pallet-transaction-payment-rpc-runtime-api",8497 "pallet-vesting",8498 "pallet-xcm",8499 "parity-scale-codec 3.2.1",8500 "polkadot-parachain",8501 "polkadot-primitives",8502 "polkadot-runtime-common",8503 "polkadot-runtime-parachains",8504 "rustc-hex",8505 "scale-info",8506 "serde",8507 "serde_derive",8508 "smallvec",8509 "sp-api",8510 "sp-authority-discovery",8511 "sp-beefy",8512 "sp-block-builder",8513 "sp-consensus-babe",8514 "sp-core",8515 "sp-inherents",8516 "sp-io",8517 "sp-mmr-primitives",8518 "sp-offchain",8519 "sp-runtime",8520 "sp-session",8521 "sp-staking",8522 "sp-std",8523 "sp-transaction-pool",8524 "sp-version",8525 "substrate-wasm-builder",8526 "test-runtime-constants",8527 "xcm",8528 "xcm-builder",8529 "xcm-executor",8530]85318532[[package]]8533name = "polkadot-test-service"8534version = "0.9.36"8535source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8536dependencies = [8537 "frame-benchmarking",8538 "frame-system",8539 "futures 0.3.25",8540 "hex",8541 "pallet-balances",8542 "pallet-staking",8543 "pallet-transaction-payment",8544 "polkadot-node-primitives",8545 "polkadot-node-subsystem",8546 "polkadot-overseer",8547 "polkadot-parachain",8548 "polkadot-primitives",8549 "polkadot-rpc",8550 "polkadot-runtime-common",8551 "polkadot-runtime-parachains",8552 "polkadot-service",8553 "polkadot-test-runtime",8554 "rand 0.8.5",8555 "sc-authority-discovery",8556 "sc-chain-spec",8557 "sc-cli",8558 "sc-client-api",8559 "sc-consensus",8560 "sc-consensus-babe",8561 "sc-executor",8562 "sc-finality-grandpa",8563 "sc-network",8564 "sc-network-common",8565 "sc-service",8566 "sc-tracing",8567 "sc-transaction-pool",8568 "sp-arithmetic",8569 "sp-authority-discovery",8570 "sp-blockchain",8571 "sp-consensus",8572 "sp-consensus-babe",8573 "sp-core",8574 "sp-finality-grandpa",8575 "sp-inherents",8576 "sp-keyring",8577 "sp-runtime",8578 "sp-state-machine",8579 "substrate-test-client",8580 "tempfile",8581 "test-runtime-constants",8582 "tokio",8583 "tracing-gum",8584]858583798586[[package]]8380[[package]]8587name = "polling"8381name = "polling"863984338640[[package]]8434[[package]]8641name = "predicates"8435name = "predicates"8642version = "2.1.4"8436version = "2.1.5"8643source = "registry+https://github.com/rust-lang/crates.io-index"8437source = "registry+https://github.com/rust-lang/crates.io-index"8644checksum = "f54fc5dc63ed3bbf19494623db4f3af16842c0d975818e469022d09e53f0aa05"8438checksum = "59230a63c37f3e18569bdb90e4a89cbf5bf8b06fea0b84e65ea10cc4df47addd"8645dependencies = [8439dependencies = [8646 "difflib",8440 "difflib",8647 "float-cmp",8441 "float-cmp",866984638670[[package]]8464[[package]]8671name = "prettyplease"8465name = "prettyplease"8672version = "0.1.22"8466version = "0.1.23"8673source = "registry+https://github.com/rust-lang/crates.io-index"8467source = "registry+https://github.com/rust-lang/crates.io-index"8674checksum = "2c8992a85d8e93a28bdf76137db888d3874e3b230dee5ed8bebac4c9f7617773"8468checksum = "e97e3215779627f01ee256d2fad52f3d95e8e1c11e9fc6fd08f7cd455d5d5c78"8675dependencies = [8469dependencies = [8676 "proc-macro2",8470 "proc-macro2",8677 "syn",8471 "syn",8713 "coarsetime",8507 "coarsetime",8714 "crossbeam-queue",8508 "crossbeam-queue",8715 "derive_more",8509 "derive_more",8716 "futures 0.3.25",8510 "futures",8717 "futures-timer",8511 "futures-timer",8718 "nanorand",8512 "nanorand",8719 "thiserror",8513 "thiserror",875785518758[[package]]8552[[package]]8759name = "proc-macro2"8553name = "proc-macro2"8760version = "1.0.49"8554version = "1.0.50"8761source = "registry+https://github.com/rust-lang/crates.io-index"8555source = "registry+https://github.com/rust-lang/crates.io-index"8762checksum = "57a8eca9f9c4ffde41714334dee777596264c7825420f521abc92b5b5deb63a5"8556checksum = "6ef7d57beacfaf2d8aee5937dab7b7f28de3cb8b1828479bb5de2a7106f2bae2"8763dependencies = [8557dependencies = [8764 "unicode-ident",8558 "unicode-ident",8765]8559]880385978804[[package]]8598[[package]]8805name = "prost"8599name = "prost"8806version = "0.11.5"8600version = "0.11.6"8807source = "registry+https://github.com/rust-lang/crates.io-index"8601source = "registry+https://github.com/rust-lang/crates.io-index"8808checksum = "c01db6702aa05baa3f57dec92b8eeeeb4cb19e894e73996b32a4093289e54592"8602checksum = "21dc42e00223fc37204bd4aa177e69420c604ca4a183209a8f9de30c6d934698"8809dependencies = [8603dependencies = [8810 "bytes",8604 "bytes",8811 "prost-derive",8605 "prost-derive",8812]8606]881386078814[[package]]8608[[package]]8815name = "prost-build"8609name = "prost-build"8816version = "0.11.5"8610version = "0.11.6"8817source = "registry+https://github.com/rust-lang/crates.io-index"8611source = "registry+https://github.com/rust-lang/crates.io-index"8818checksum = "cb5320c680de74ba083512704acb90fe00f28f79207286a848e730c45dd73ed6"8612checksum = "a3f8ad728fb08fe212df3c05169e940fbb6d9d16a877ddde14644a983ba2012e"8819dependencies = [8613dependencies = [8820 "bytes",8614 "bytes",8821 "heck",8615 "heck",884886428849[[package]]8643[[package]]8850name = "prost-derive"8644name = "prost-derive"8851version = "0.11.5"8645version = "0.11.6"8852source = "registry+https://github.com/rust-lang/crates.io-index"8646source = "registry+https://github.com/rust-lang/crates.io-index"8853checksum = "c8842bad1a5419bca14eac663ba798f6bc19c413c2fdceb5f3ba3b0932d96720"8647checksum = "8bda8c0881ea9f722eb9629376db3d0b903b462477c1aafcb0566610ac28ac5d"8854dependencies = [8648dependencies = [8855 "anyhow",8649 "anyhow",8856 "itertools",8650 "itertools",886186558862[[package]]8656[[package]]8863name = "prost-types"8657name = "prost-types"8864version = "0.11.5"8658version = "0.11.6"8865source = "registry+https://github.com/rust-lang/crates.io-index"8659source = "registry+https://github.com/rust-lang/crates.io-index"8866checksum = "017f79637768cde62820bc2d4fe0e45daaa027755c323ad077767c6c5f173091"8660checksum = "a5e0526209433e96d83d750dd81a99118edbc55739e7e61a46764fd2ad537788"8867dependencies = [8661dependencies = [8868 "bytes",8662 "bytes",8869 "prost",8663 "prost",8950 "pallet-unique",8744 "pallet-unique",8951 "pallet-xcm",8745 "pallet-xcm",8952 "parachain-info",8746 "parachain-info",8953 "parity-scale-codec 3.2.1",8747 "parity-scale-codec",8954 "polkadot-parachain",8748 "polkadot-parachain",8955 "precompile-utils-macro",8749 "precompile-utils-macro",8956 "rmrk-rpc",8750 "rmrk-rpc",9007 "proc-macro2",8801 "proc-macro2",9008]8802]90099010[[package]]9011name = "radium"9012version = "0.6.2"9013source = "registry+https://github.com/rust-lang/crates.io-index"9014checksum = "643f8f41a8ebc4c5dc4515c82bb8abd397b527fc20fd681b7c011c2aee5d44fb"901588039016[[package]]8804[[package]]9017name = "radium"8805name = "radium"921490029215[[package]]9003[[package]]9216name = "regex"9004name = "regex"9217version = "1.7.0"9005version = "1.7.1"9218source = "registry+https://github.com/rust-lang/crates.io-index"9006source = "registry+https://github.com/rust-lang/crates.io-index"9219checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a"9007checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733"9220dependencies = [9008dependencies = [9221 "aho-corasick",9009 "aho-corasick",9222 "memchr",9010 "memchr",9318name = "rmrk-rpc"9106name = "rmrk-rpc"9319version = "0.0.2"9107version = "0.0.2"9320dependencies = [9108dependencies = [9321 "parity-scale-codec 2.3.1",9109 "parity-scale-codec",9322 "rmrk-traits",9110 "rmrk-traits",9323 "serde",9111 "serde",9324 "sp-api",9112 "sp-api",9325 "sp-core",9326 "sp-runtime",9113 "sp-runtime",9327 "sp-std",9114 "sp-std",9328]9115]9331name = "rmrk-traits"9118name = "rmrk-traits"9332version = "0.1.0"9119version = "0.1.0"9333dependencies = [9120dependencies = [9334 "parity-scale-codec 3.2.1",9121 "parity-scale-codec",9335 "scale-info",9122 "scale-info",9336 "serde",9123 "serde",9337]9124]9398 "pallet-vesting",9185 "pallet-vesting",9399 "pallet-xcm",9186 "pallet-xcm",9400 "pallet-xcm-benchmarks",9187 "pallet-xcm-benchmarks",9401 "parity-scale-codec 3.2.1",9188 "parity-scale-codec",9402 "polkadot-parachain",9189 "polkadot-parachain",9403 "polkadot-primitives",9190 "polkadot-primitives",9404 "polkadot-runtime-common",9191 "polkadot-runtime-common",9463checksum = "322c53fd76a18698f1c27381d58091de3a043d356aa5bd0d510608b565f469a0"9250checksum = "322c53fd76a18698f1c27381d58091de3a043d356aa5bd0d510608b565f469a0"9464dependencies = [9251dependencies = [9465 "async-global-executor",9252 "async-global-executor",9466 "futures 0.3.25",9253 "futures",9467 "log",9254 "log",9468 "netlink-packet-route",9255 "netlink-packet-route",9469 "netlink-proto",9256 "netlink-proto",953393209534[[package]]9321[[package]]9535name = "rustix"9322name = "rustix"9536version = "0.36.5"9323version = "0.36.7"9537source = "registry+https://github.com/rust-lang/crates.io-index"9324source = "registry+https://github.com/rust-lang/crates.io-index"9538checksum = "a3807b5d10909833d3e9acd1eb5fb988f79376ff10fce42937de71a449c4c588"9325checksum = "d4fdebc4b395b7fbb9ab11e462e20ed9051e7b16e42d24042c776eca0ac81b03"9539dependencies = [9326dependencies = [9540 "bitflags",9327 "bitflags",9541 "errno",9328 "errno",9542 "io-lifetimes 1.0.3",9329 "io-lifetimes 1.0.4",9543 "libc",9330 "libc",9544 "linux-raw-sys 0.1.4",9331 "linux-raw-sys 0.1.4",9545 "windows-sys 0.42.0",9332 "windows-sys 0.42.0",9546]9333]954793349548[[package]]9335[[package]]9549name = "rustls"9336name = "rustls"9550version = "0.20.7"9337version = "0.20.8"9551source = "registry+https://github.com/rust-lang/crates.io-index"9338source = "registry+https://github.com/rust-lang/crates.io-index"9552checksum = "539a2bfe908f471bfa933876bd1eb6a19cf2176d375f82ef7f99530a40e48c2c"9339checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f"9553dependencies = [9340dependencies = [9554 "log",9341 "log",9555 "ring",9342 "ring",957193589572[[package]]9359[[package]]9573name = "rustls-pemfile"9360name = "rustls-pemfile"9574version = "1.0.1"9361version = "1.0.2"9575source = "registry+https://github.com/rust-lang/crates.io-index"9362source = "registry+https://github.com/rust-lang/crates.io-index"9576checksum = "0864aeff53f8c05aa08d86e5ef839d3dfcf07aeba2db32f12db0ef716e87bd55"9363checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b"9577dependencies = [9364dependencies = [9578 "base64",9365 "base64 0.21.0",9579]9366]958093679581[[package]]9368[[package]]9590source = "registry+https://github.com/rust-lang/crates.io-index"9377source = "registry+https://github.com/rust-lang/crates.io-index"9591checksum = "26338f5e09bb721b85b135ea05af7767c90b52f6de4f087d4f4a3a9d64e7dc04"9378checksum = "26338f5e09bb721b85b135ea05af7767c90b52f6de4f087d4f4a3a9d64e7dc04"9592dependencies = [9379dependencies = [9593 "futures 0.3.25",9380 "futures",9594 "pin-project",9381 "pin-project",9595 "static_assertions",9382 "static_assertions",9596]9383]9636source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9423source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9637dependencies = [9424dependencies = [9638 "async-trait",9425 "async-trait",9639 "futures 0.3.25",9426 "futures",9640 "futures-timer",9427 "futures-timer",9641 "ip_network",9428 "ip_network",9642 "libp2p",9429 "libp2p",9643 "log",9430 "log",9644 "parity-scale-codec 3.2.1",9431 "parity-scale-codec",9645 "prost",9432 "prost",9646 "prost-build",9433 "prost-build",9647 "rand 0.7.3",9434 "rand 0.7.3",9662version = "0.10.0-dev"9449version = "0.10.0-dev"9663source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9450source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9664dependencies = [9451dependencies = [9665 "futures 0.3.25",9452 "futures",9666 "futures-timer",9453 "futures-timer",9667 "log",9454 "log",9668 "parity-scale-codec 3.2.1",9455 "parity-scale-codec",9669 "sc-block-builder",9456 "sc-block-builder",9670 "sc-client-api",9457 "sc-client-api",9671 "sc-proposer-metrics",9458 "sc-proposer-metrics",9685version = "0.10.0-dev"9472version = "0.10.0-dev"9686source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9473source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9687dependencies = [9474dependencies = [9688 "parity-scale-codec 3.2.1",9475 "parity-scale-codec",9689 "sc-client-api",9476 "sc-client-api",9690 "sp-api",9477 "sp-api",9691 "sp-block-builder",9478 "sp-block-builder",9703dependencies = [9490dependencies = [9704 "impl-trait-for-tuples",9491 "impl-trait-for-tuples",9705 "memmap2",9492 "memmap2",9706 "parity-scale-codec 3.2.1",9493 "parity-scale-codec",9707 "sc-chain-spec-derive",9494 "sc-chain-spec-derive",9708 "sc-network-common",9495 "sc-network-common",9709 "sc-telemetry",9496 "sc-telemetry",9733 "chrono",9520 "chrono",9734 "clap",9521 "clap",9735 "fdlimit",9522 "fdlimit",9736 "futures 0.3.25",9523 "futures",9737 "libp2p",9524 "libp2p",9738 "log",9525 "log",9739 "names",9526 "names",9740 "parity-scale-codec 3.2.1",9527 "parity-scale-codec",9741 "rand 0.7.3",9528 "rand 0.7.3",9742 "regex",9529 "regex",9743 "rpassword",9530 "rpassword",9770source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9557source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9771dependencies = [9558dependencies = [9772 "fnv",9559 "fnv",9773 "futures 0.3.25",9560 "futures",9774 "hash-db",9561 "hash-db",9775 "log",9562 "log",9776 "parity-scale-codec 3.2.1",9563 "parity-scale-codec",9777 "parking_lot 0.12.1",9564 "parking_lot 0.12.1",9778 "sc-executor",9565 "sc-executor",9779 "sc-transaction-pool-api",9566 "sc-transaction-pool-api",9804 "linked-hash-map",9591 "linked-hash-map",9805 "log",9592 "log",9806 "parity-db",9593 "parity-db",9807 "parity-scale-codec 3.2.1",9594 "parity-scale-codec",9808 "parking_lot 0.12.1",9595 "parking_lot 0.12.1",9809 "sc-client-api",9596 "sc-client-api",9810 "sc-state-db",9597 "sc-state-db",9823source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9610source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9824dependencies = [9611dependencies = [9825 "async-trait",9612 "async-trait",9826 "futures 0.3.25",9613 "futures",9827 "futures-timer",9614 "futures-timer",9828 "libp2p",9615 "libp2p",9829 "log",9616 "log",9848source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9635source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9849dependencies = [9636dependencies = [9850 "async-trait",9637 "async-trait",9851 "futures 0.3.25",9638 "futures",9852 "log",9639 "log",9853 "parity-scale-codec 3.2.1",9640 "parity-scale-codec",9854 "sc-block-builder",9641 "sc-block-builder",9855 "sc-client-api",9642 "sc-client-api",9856 "sc-consensus",9643 "sc-consensus",9878dependencies = [9665dependencies = [9879 "async-trait",9666 "async-trait",9880 "fork-tree",9667 "fork-tree",9881 "futures 0.3.25",9668 "futures",9882 "log",9669 "log",9883 "merlin",9670 "merlin",9884 "num-bigint",9671 "num-bigint",9885 "num-rational",9672 "num-rational",9886 "num-traits",9673 "num-traits",9887 "parity-scale-codec 3.2.1",9674 "parity-scale-codec",9888 "parking_lot 0.12.1",9675 "parking_lot 0.12.1",9889 "sc-client-api",9676 "sc-client-api",9890 "sc-consensus",9677 "sc-consensus",9917version = "0.10.0-dev"9704version = "0.10.0-dev"9918source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9705source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9919dependencies = [9706dependencies = [9920 "futures 0.3.25",9707 "futures",9921 "jsonrpsee",9708 "jsonrpsee",9922 "sc-consensus-babe",9709 "sc-consensus-babe",9923 "sc-consensus-epochs",9710 "sc-consensus-epochs",9940source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9727source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9941dependencies = [9728dependencies = [9942 "fork-tree",9729 "fork-tree",9943 "parity-scale-codec 3.2.1",9730 "parity-scale-codec",9944 "sc-client-api",9731 "sc-client-api",9945 "sc-consensus",9732 "sc-consensus",9946 "sp-blockchain",9733 "sp-blockchain",9954dependencies = [9741dependencies = [9955 "assert_matches",9742 "assert_matches",9956 "async-trait",9743 "async-trait",9957 "futures 0.3.25",9744 "futures",9958 "jsonrpsee",9745 "jsonrpsee",9959 "log",9746 "log",9960 "parity-scale-codec 3.2.1",9747 "parity-scale-codec",9961 "sc-client-api",9748 "sc-client-api",9962 "sc-consensus",9749 "sc-consensus",9963 "sc-consensus-aura",9750 "sc-consensus-aura",9987source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9774source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9988dependencies = [9775dependencies = [9989 "async-trait",9776 "async-trait",9990 "futures 0.3.25",9777 "futures",9991 "futures-timer",9778 "futures-timer",9992 "log",9779 "log",9993 "parity-scale-codec 3.2.1",9780 "parity-scale-codec",9994 "sc-client-api",9781 "sc-client-api",9995 "sc-consensus",9782 "sc-consensus",9996 "sc-telemetry",9783 "sc-telemetry",10011source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9798source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10012dependencies = [9799dependencies = [10013 "lru",9800 "lru",10014 "parity-scale-codec 3.2.1",9801 "parity-scale-codec",10015 "parking_lot 0.12.1",9802 "parking_lot 0.12.1",10016 "sc-executor-common",9803 "sc-executor-common",10017 "sc-executor-wasmi",9804 "sc-executor-wasmi",10083 "dyn-clone",9870 "dyn-clone",10084 "finality-grandpa",9871 "finality-grandpa",10085 "fork-tree",9872 "fork-tree",10086 "futures 0.3.25",9873 "futures",10087 "futures-timer",9874 "futures-timer",10088 "log",9875 "log",10089 "parity-scale-codec 3.2.1",9876 "parity-scale-codec",10090 "parking_lot 0.12.1",9877 "parking_lot 0.12.1",10091 "rand 0.8.5",9878 "rand 0.8.5",10092 "sc-block-builder",9879 "sc-block-builder",10119source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9906source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10120dependencies = [9907dependencies = [10121 "finality-grandpa",9908 "finality-grandpa",10122 "futures 0.3.25",9909 "futures",10123 "jsonrpsee",9910 "jsonrpsee",10124 "log",9911 "log",10125 "parity-scale-codec 3.2.1",9912 "parity-scale-codec",10126 "sc-client-api",9913 "sc-client-api",10127 "sc-finality-grandpa",9914 "sc-finality-grandpa",10128 "sc-rpc",9915 "sc-rpc",10140source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9927source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10141dependencies = [9928dependencies = [10142 "ansi_term",9929 "ansi_term",10143 "futures 0.3.25",9930 "futures",10144 "futures-timer",9931 "futures-timer",10145 "log",9932 "log",10146 "sc-client-api",9933 "sc-client-api",10179 "either",9966 "either",10180 "fnv",9967 "fnv",10181 "fork-tree",9968 "fork-tree",10182 "futures 0.3.25",9969 "futures",10183 "futures-timer",9970 "futures-timer",10184 "ip_network",9971 "ip_network",10185 "libp2p",9972 "libp2p",10186 "linked-hash-map",9973 "linked-hash-map",10187 "linked_hash_set",9974 "linked_hash_set",10188 "log",9975 "log",10189 "lru",9976 "lru",10190 "parity-scale-codec 3.2.1",9977 "parity-scale-codec",10191 "parking_lot 0.12.1",9978 "parking_lot 0.12.1",10192 "pin-project",9979 "pin-project",10193 "prost",9980 "prost",10218source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10005source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10219dependencies = [10006dependencies = [10220 "cid",10007 "cid",10221 "futures 0.3.25",10008 "futures",10222 "libp2p",10009 "libp2p",10223 "log",10010 "log",10224 "prost",10011 "prost",10240 "async-trait",10027 "async-trait",10241 "bitflags",10028 "bitflags",10242 "bytes",10029 "bytes",10243 "futures 0.3.25",10030 "futures",10244 "futures-timer",10031 "futures-timer",10245 "libp2p",10032 "libp2p",10246 "linked_hash_set",10033 "linked_hash_set",10247 "parity-scale-codec 3.2.1",10034 "parity-scale-codec",10248 "prost-build",10035 "prost-build",10249 "sc-consensus",10036 "sc-consensus",10250 "sc-peerset",10037 "sc-peerset",10264source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10051source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10265dependencies = [10052dependencies = [10266 "ahash",10053 "ahash",10267 "futures 0.3.25",10054 "futures",10268 "futures-timer",10055 "futures-timer",10269 "libp2p",10056 "libp2p",10270 "log",10057 "log",10282source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10069source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10283dependencies = [10070dependencies = [10284 "array-bytes 4.2.0",10071 "array-bytes 4.2.0",10285 "futures 0.3.25",10072 "futures",10286 "libp2p",10073 "libp2p",10287 "log",10074 "log",10288 "parity-scale-codec 3.2.1",10075 "parity-scale-codec",10289 "prost",10076 "prost",10290 "prost-build",10077 "prost-build",10291 "sc-client-api",10078 "sc-client-api",10305 "array-bytes 4.2.0",10092 "array-bytes 4.2.0",10306 "async-trait",10093 "async-trait",10307 "fork-tree",10094 "fork-tree",10308 "futures 0.3.25",10095 "futures",10309 "libp2p",10096 "libp2p",10310 "log",10097 "log",10311 "lru",10098 "lru",10312 "mockall",10099 "mockall",10313 "parity-scale-codec 3.2.1",10100 "parity-scale-codec",10314 "prost",10101 "prost",10315 "prost-build",10102 "prost-build",10316 "sc-client-api",10103 "sc-client-api",10335source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10122source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10336dependencies = [10123dependencies = [10337 "array-bytes 4.2.0",10124 "array-bytes 4.2.0",10338 "futures 0.3.25",10125 "futures",10339 "hex",10126 "hex",10340 "libp2p",10127 "libp2p",10341 "log",10128 "log",10342 "parity-scale-codec 3.2.1",10129 "parity-scale-codec",10343 "pin-project",10130 "pin-project",10344 "sc-network-common",10131 "sc-network-common",10345 "sc-peerset",10132 "sc-peerset",10356 "array-bytes 4.2.0",10143 "array-bytes 4.2.0",10357 "bytes",10144 "bytes",10358 "fnv",10145 "fnv",10359 "futures 0.3.25",10146 "futures",10360 "futures-timer",10147 "futures-timer",10361 "hyper",10148 "hyper",10362 "hyper-rustls",10149 "hyper-rustls",10363 "libp2p",10150 "libp2p",10364 "num_cpus",10151 "num_cpus",10365 "once_cell",10152 "once_cell",10366 "parity-scale-codec 3.2.1",10153 "parity-scale-codec",10367 "parking_lot 0.12.1",10154 "parking_lot 0.12.1",10368 "rand 0.7.3",10155 "rand 0.7.3",10369 "sc-client-api",10156 "sc-client-api",10383version = "4.0.0-dev"10170version = "4.0.0-dev"10384source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10171source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10385dependencies = [10172dependencies = [10386 "futures 0.3.25",10173 "futures",10387 "libp2p",10174 "libp2p",10388 "log",10175 "log",10389 "sc-utils",10176 "sc-utils",10405version = "4.0.0-dev"10192version = "4.0.0-dev"10406source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10193source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10407dependencies = [10194dependencies = [10408 "futures 0.3.25",10195 "futures",10409 "hash-db",10196 "hash-db",10410 "jsonrpsee",10197 "jsonrpsee",10411 "log",10198 "log",10412 "parity-scale-codec 3.2.1",10199 "parity-scale-codec",10413 "parking_lot 0.12.1",10200 "parking_lot 0.12.1",10414 "sc-block-builder",10201 "sc-block-builder",10415 "sc-chain-spec",10202 "sc-chain-spec",10435version = "0.10.0-dev"10222version = "0.10.0-dev"10436source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10223source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10437dependencies = [10224dependencies = [10438 "futures 0.3.25",10225 "futures",10439 "jsonrpsee",10226 "jsonrpsee",10440 "log",10227 "log",10441 "parity-scale-codec 3.2.1",10228 "parity-scale-codec",10442 "parking_lot 0.12.1",10229 "parking_lot 0.12.1",10443 "sc-chain-spec",10230 "sc-chain-spec",10444 "sc-transaction-pool-api",10231 "sc-transaction-pool-api",10458version = "4.0.0-dev"10245version = "4.0.0-dev"10459source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10246source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10460dependencies = [10247dependencies = [10461 "futures 0.3.25",10248 "futures",10462 "http",10249 "http",10463 "jsonrpsee",10250 "jsonrpsee",10464 "log",10251 "log",10474version = "0.10.0-dev"10261version = "0.10.0-dev"10475source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10262source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10476dependencies = [10263dependencies = [10477 "futures 0.3.25",10264 "futures",10478 "hex",10265 "hex",10479 "jsonrpsee",10266 "jsonrpsee",10480 "parity-scale-codec 3.2.1",10267 "parity-scale-codec",10481 "sc-chain-spec",10268 "sc-chain-spec",10482 "sc-transaction-pool-api",10269 "sc-transaction-pool-api",10483 "serde",10270 "serde",10496 "async-trait",10283 "async-trait",10497 "directories",10284 "directories",10498 "exit-future",10285 "exit-future",10499 "futures 0.3.25",10286 "futures",10500 "futures-timer",10287 "futures-timer",10501 "hash-db",10288 "hash-db",10502 "jsonrpsee",10289 "jsonrpsee",10503 "log",10290 "log",10504 "parity-scale-codec 3.2.1",10291 "parity-scale-codec",10505 "parking_lot 0.12.1",10292 "parking_lot 0.12.1",10506 "pin-project",10293 "pin-project",10507 "rand 0.7.3",10294 "rand 0.7.3",10564source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10351source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10565dependencies = [10352dependencies = [10566 "log",10353 "log",10567 "parity-scale-codec 3.2.1",10354 "parity-scale-codec",10568 "parking_lot 0.12.1",10355 "parking_lot 0.12.1",10569 "sc-client-api",10356 "sc-client-api",10570 "sp-core",10357 "sp-core",10576source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10363source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10577dependencies = [10364dependencies = [10578 "jsonrpsee",10365 "jsonrpsee",10579 "parity-scale-codec 3.2.1",10366 "parity-scale-codec",10580 "sc-chain-spec",10367 "sc-chain-spec",10581 "sc-client-api",10368 "sc-client-api",10582 "sc-consensus-babe",10369 "sc-consensus-babe",10594version = "6.0.0-dev"10381version = "6.0.0-dev"10595source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10382source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10596dependencies = [10383dependencies = [10597 "futures 0.3.25",10384 "futures",10598 "libc",10385 "libc",10599 "log",10386 "log",10600 "rand 0.7.3",10387 "rand 0.7.3",10614source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10401source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10615dependencies = [10402dependencies = [10616 "chrono",10403 "chrono",10617 "futures 0.3.25",10404 "futures",10618 "libp2p",10405 "libp2p",10619 "log",10406 "log",10620 "parking_lot 0.12.1",10407 "parking_lot 0.12.1",10674source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10461source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10675dependencies = [10462dependencies = [10676 "async-trait",10463 "async-trait",10677 "futures 0.3.25",10464 "futures",10678 "futures-timer",10465 "futures-timer",10679 "linked-hash-map",10466 "linked-hash-map",10680 "log",10467 "log",10681 "parity-scale-codec 3.2.1",10468 "parity-scale-codec",10682 "parking_lot 0.12.1",10469 "parking_lot 0.12.1",10683 "sc-client-api",10470 "sc-client-api",10684 "sc-transaction-pool-api",10471 "sc-transaction-pool-api",10700source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10487source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10701dependencies = [10488dependencies = [10702 "async-trait",10489 "async-trait",10703 "futures 0.3.25",10490 "futures",10704 "log",10491 "log",10705 "serde",10492 "serde",10706 "sp-blockchain",10493 "sp-blockchain",10713version = "4.0.0-dev"10500version = "4.0.0-dev"10714source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10501source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10715dependencies = [10502dependencies = [10716 "futures 0.3.25",10503 "futures",10717 "futures-timer",10504 "futures-timer",10718 "lazy_static",10505 "lazy_static",10719 "log",10506 "log",10727source = "registry+https://github.com/rust-lang/crates.io-index"10514source = "registry+https://github.com/rust-lang/crates.io-index"10728checksum = "001cf62ece89779fd16105b5f515ad0e5cedcd5440d3dd806bb067978e7c3608"10515checksum = "001cf62ece89779fd16105b5f515ad0e5cedcd5440d3dd806bb067978e7c3608"10729dependencies = [10516dependencies = [10730 "bitvec 1.0.1",10517 "bitvec",10731 "cfg-if",10518 "cfg-if",10732 "derive_more",10519 "derive_more",10733 "parity-scale-codec 3.2.1",10520 "parity-scale-codec",10734 "scale-info-derive",10521 "scale-info-derive",10735 "serde",10522 "serde",10736]10523]107491053610750[[package]]10537[[package]]10751name = "schannel"10538name = "schannel"10752version = "0.1.20"10539version = "0.1.21"10753source = "registry+https://github.com/rust-lang/crates.io-index"10540source = "registry+https://github.com/rust-lang/crates.io-index"10754checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"10541checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3"10755dependencies = [10542dependencies = [10756 "lazy_static",10757 "windows-sys 0.36.1",10543 "windows-sys 0.42.0",10758]10544]107591054510760[[package]]10546[[package]]108131059910814[[package]]10600[[package]]10815name = "secp256k1"10601name = "secp256k1"10816version = "0.24.2"10602version = "0.24.3"10817source = "registry+https://github.com/rust-lang/crates.io-index"10603source = "registry+https://github.com/rust-lang/crates.io-index"10818checksum = "d9512ffd81e3a3503ed401f79c33168b9148c75038956039166cd750eaa037c3"10604checksum = "6b1629c9c557ef9b293568b338dddfc8208c98a18c59d722a9d53f859d9c9b62"10819dependencies = [10605dependencies = [10820 "secp256k1-sys",10606 "secp256k1-sys",10821]10607]108401062610841[[package]]10627[[package]]10842name = "security-framework"10628name = "security-framework"10843version = "2.7.0"10629version = "2.8.0"10844source = "registry+https://github.com/rust-lang/crates.io-index"10630source = "registry+https://github.com/rust-lang/crates.io-index"10845checksum = "2bc1bb97804af6631813c55739f771071e0f2ed33ee20b68c86ec505d906356c"10631checksum = "645926f31b250a2dca3c232496c2d898d91036e45ca0e97e0e2390c54e11be36"10846dependencies = [10632dependencies = [10847 "bitflags",10633 "bitflags",10848 "core-foundation",10634 "core-foundation",108531063910854[[package]]10640[[package]]10855name = "security-framework-sys"10641name = "security-framework-sys"10856version = "2.6.1"10642version = "2.8.0"10857source = "registry+https://github.com/rust-lang/crates.io-index"10643source = "registry+https://github.com/rust-lang/crates.io-index"10858checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"10644checksum = "31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4"10859dependencies = [10645dependencies = [10860 "core-foundation-sys",10646 "core-foundation-sys",10861 "libc",10647 "libc",108961068210897[[package]]10683[[package]]10898name = "serde"10684name = "serde"10899version = "1.0.151"10685version = "1.0.152"10900source = "registry+https://github.com/rust-lang/crates.io-index"10686source = "registry+https://github.com/rust-lang/crates.io-index"10901checksum = "97fed41fc1a24994d044e6db6935e69511a1153b52c15eb42493b26fa87feba0"10687checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"10902dependencies = [10688dependencies = [10903 "serde_derive",10689 "serde_derive",10904]10690]109051069110906[[package]]10692[[package]]10907name = "serde_derive"10693name = "serde_derive"10908version = "1.0.151"10694version = "1.0.152"10909source = "registry+https://github.com/rust-lang/crates.io-index"10695source = "registry+https://github.com/rust-lang/crates.io-index"10910checksum = "255abe9a125a985c05190d687b320c12f9b1f0b99445e608c21ba0782c719ad8"10696checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e"10911dependencies = [10697dependencies = [10912 "proc-macro2",10698 "proc-macro2",10913 "quote",10699 "quote",10947 "opaque-debug 0.3.0",10733 "opaque-debug 0.3.0",10948]10734]1094910950[[package]]10951name = "sha1"10952version = "0.10.5"10953source = "registry+https://github.com/rust-lang/crates.io-index"10954checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"10955dependencies = [10956 "cfg-if",10957 "cpufeatures",10958 "digest 0.10.6",10959]109601073510961[[package]]10736[[package]]10962name = "sha2"10737name = "sha2"11085source = "registry+https://github.com/rust-lang/crates.io-index"10860source = "registry+https://github.com/rust-lang/crates.io-index"11086checksum = "420acb44afdae038210c99e69aae24109f32f15500aa708e81d46c9f29d55fcf"10861checksum = "420acb44afdae038210c99e69aae24109f32f15500aa708e81d46c9f29d55fcf"11087dependencies = [10862dependencies = [11088 "bstr",10863 "bstr 0.2.17",11089 "unicode-segmentation",10864 "unicode-segmentation",11090]10865]110911086611120source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"10895source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"11121dependencies = [10896dependencies = [11122 "enumn",10897 "enumn",11123 "parity-scale-codec 3.2.1",10898 "parity-scale-codec",11124 "paste",10899 "paste",11125 "sp-runtime",10900 "sp-runtime",11126 "sp-std",10901 "sp-std",11180source = "registry+https://github.com/rust-lang/crates.io-index"10955source = "registry+https://github.com/rust-lang/crates.io-index"11181checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"10956checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"11182dependencies = [10957dependencies = [11183 "base64",10958 "base64 0.13.1",11184 "bytes",10959 "bytes",11185 "flate2",10960 "flate2",11186 "futures 0.3.25",10961 "futures",11187 "http",10962 "http",11188 "httparse",10963 "httparse",11189 "log",10964 "log",11198dependencies = [10973dependencies = [11199 "hash-db",10974 "hash-db",11200 "log",10975 "log",11201 "parity-scale-codec 3.2.1",10976 "parity-scale-codec",11202 "sp-api-proc-macro",10977 "sp-api-proc-macro",11203 "sp-core",10978 "sp-core",11204 "sp-runtime",10979 "sp-runtime",11226version = "7.0.0"11001version = "7.0.0"11227source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11002source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11228dependencies = [11003dependencies = [11229 "parity-scale-codec 3.2.1",11004 "parity-scale-codec",11230 "scale-info",11005 "scale-info",11231 "serde",11006 "serde",11232 "sp-core",11007 "sp-core",11241dependencies = [11016dependencies = [11242 "integer-sqrt",11017 "integer-sqrt",11243 "num-traits",11018 "num-traits",11244 "parity-scale-codec 3.2.1",11019 "parity-scale-codec",11245 "scale-info",11020 "scale-info",11246 "serde",11021 "serde",11247 "sp-debug-derive",11022 "sp-debug-derive",11254version = "4.0.0-dev"11029version = "4.0.0-dev"11255source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11030source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11256dependencies = [11031dependencies = [11257 "parity-scale-codec 3.2.1",11032 "parity-scale-codec",11258 "scale-info",11033 "scale-info",11259 "sp-api",11034 "sp-api",11260 "sp-application-crypto",11035 "sp-application-crypto",11268source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11043source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11269dependencies = [11044dependencies = [11270 "async-trait",11045 "async-trait",11271 "parity-scale-codec 3.2.1",11046 "parity-scale-codec",11272 "sp-inherents",11047 "sp-inherents",11273 "sp-runtime",11048 "sp-runtime",11274 "sp-std",11049 "sp-std",11279version = "4.0.0-dev"11054version = "4.0.0-dev"11280source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11055source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11281dependencies = [11056dependencies = [11282 "parity-scale-codec 3.2.1",11057 "parity-scale-codec",11283 "scale-info",11058 "scale-info",11284 "serde",11059 "serde",11285 "sp-api",11060 "sp-api",11296version = "4.0.0-dev"11071version = "4.0.0-dev"11297source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11072source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11298dependencies = [11073dependencies = [11299 "parity-scale-codec 3.2.1",11074 "parity-scale-codec",11300 "sp-api",11075 "sp-api",11301 "sp-inherents",11076 "sp-inherents",11302 "sp-runtime",11077 "sp-runtime",11308version = "4.0.0-dev"11083version = "4.0.0-dev"11309source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11084source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11310dependencies = [11085dependencies = [11311 "futures 0.3.25",11086 "futures",11312 "log",11087 "log",11313 "lru",11088 "lru",11314 "parity-scale-codec 3.2.1",11089 "parity-scale-codec",11315 "parking_lot 0.12.1",11090 "parking_lot 0.12.1",11316 "sp-api",11091 "sp-api",11317 "sp-consensus",11092 "sp-consensus",11327source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11102source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11328dependencies = [11103dependencies = [11329 "async-trait",11104 "async-trait",11330 "futures 0.3.25",11105 "futures",11331 "futures-timer",11106 "futures-timer",11332 "log",11107 "log",11333 "parity-scale-codec 3.2.1",11108 "parity-scale-codec",11334 "sp-core",11109 "sp-core",11335 "sp-inherents",11110 "sp-inherents",11336 "sp-runtime",11111 "sp-runtime",11346source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11121source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11347dependencies = [11122dependencies = [11348 "async-trait",11123 "async-trait",11349 "parity-scale-codec 3.2.1",11124 "parity-scale-codec",11350 "scale-info",11125 "scale-info",11351 "sp-api",11126 "sp-api",11352 "sp-application-crypto",11127 "sp-application-crypto",11365dependencies = [11140dependencies = [11366 "async-trait",11141 "async-trait",11367 "merlin",11142 "merlin",11368 "parity-scale-codec 3.2.1",11143 "parity-scale-codec",11369 "scale-info",11144 "scale-info",11370 "serde",11145 "serde",11371 "sp-api",11146 "sp-api",11386version = "0.10.0-dev"11161version = "0.10.0-dev"11387source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11162source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11388dependencies = [11163dependencies = [11389 "parity-scale-codec 3.2.1",11164 "parity-scale-codec",11390 "scale-info",11165 "scale-info",11391 "serde",11166 "serde",11392 "sp-arithmetic",11167 "sp-arithmetic",11400version = "0.10.0-dev"11175version = "0.10.0-dev"11401source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11176source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11402dependencies = [11177dependencies = [11403 "parity-scale-codec 3.2.1",11178 "parity-scale-codec",11404 "scale-info",11179 "scale-info",11405 "schnorrkel",11180 "schnorrkel",11406 "sp-core",11181 "sp-core",11420 "byteorder",11195 "byteorder",11421 "dyn-clonable",11196 "dyn-clonable",11422 "ed25519-zebra",11197 "ed25519-zebra",11423 "futures 0.3.25",11198 "futures",11424 "hash-db",11199 "hash-db",11425 "hash256-std-hasher",11200 "hash256-std-hasher",11426 "impl-serde",11201 "impl-serde",11429 "log",11204 "log",11430 "merlin",11205 "merlin",11431 "num-traits",11206 "num-traits",11432 "parity-scale-codec 3.2.1",11207 "parity-scale-codec",11433 "parking_lot 0.12.1",11208 "parking_lot 0.12.1",11434 "primitive-types 0.12.1",11209 "primitive-types 0.12.1",11435 "rand 0.7.3",11210 "rand 0.7.3",11503source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11278source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11504dependencies = [11279dependencies = [11505 "environmental",11280 "environmental",11506 "parity-scale-codec 3.2.1",11281 "parity-scale-codec",11507 "sp-std",11282 "sp-std",11508 "sp-storage",11283 "sp-storage",11509]11284]11515dependencies = [11290dependencies = [11516 "finality-grandpa",11291 "finality-grandpa",11517 "log",11292 "log",11518 "parity-scale-codec 3.2.1",11293 "parity-scale-codec",11519 "scale-info",11294 "scale-info",11520 "serde",11295 "serde",11521 "sp-api",11296 "sp-api",11533dependencies = [11308dependencies = [11534 "async-trait",11309 "async-trait",11535 "impl-trait-for-tuples",11310 "impl-trait-for-tuples",11536 "parity-scale-codec 3.2.1",11311 "parity-scale-codec",11537 "sp-core",11312 "sp-core",11538 "sp-runtime",11313 "sp-runtime",11539 "sp-std",11314 "sp-std",11547dependencies = [11322dependencies = [11548 "bytes",11323 "bytes",11549 "ed25519-dalek",11324 "ed25519-dalek",11550 "futures 0.3.25",11325 "futures",11551 "hash-db",11326 "hash-db",11552 "libsecp256k1",11327 "libsecp256k1",11553 "log",11328 "log",11554 "parity-scale-codec 3.2.1",11329 "parity-scale-codec",11555 "parking_lot 0.12.1",11330 "parking_lot 0.12.1",11556 "secp256k1",11331 "secp256k1",11557 "sp-core",11332 "sp-core",11584source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11359source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11585dependencies = [11360dependencies = [11586 "async-trait",11361 "async-trait",11587 "futures 0.3.25",11362 "futures",11588 "merlin",11363 "merlin",11589 "parity-scale-codec 3.2.1",11364 "parity-scale-codec",11590 "parking_lot 0.12.1",11365 "parking_lot 0.12.1",11591 "schnorrkel",11366 "schnorrkel",11592 "serde",11367 "serde",11611dependencies = [11386dependencies = [11612 "ckb-merkle-mountain-range",11387 "ckb-merkle-mountain-range",11613 "log",11388 "log",11614 "parity-scale-codec 3.2.1",11389 "parity-scale-codec",11615 "scale-info",11390 "scale-info",11616 "serde",11391 "serde",11617 "sp-api",11392 "sp-api",11627version = "4.0.0-dev"11402version = "4.0.0-dev"11628source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11403source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11629dependencies = [11404dependencies = [11630 "parity-scale-codec 3.2.1",11405 "parity-scale-codec",11631 "scale-info",11406 "scale-info",11632 "serde",11407 "serde",11633 "sp-arithmetic",11408 "sp-arithmetic",11675 "hash256-std-hasher",11450 "hash256-std-hasher",11676 "impl-trait-for-tuples",11451 "impl-trait-for-tuples",11677 "log",11452 "log",11678 "parity-scale-codec 3.2.1",11453 "parity-scale-codec",11679 "paste",11454 "paste",11680 "rand 0.7.3",11455 "rand 0.7.3",11681 "scale-info",11456 "scale-info",11695dependencies = [11470dependencies = [11696 "bytes",11471 "bytes",11697 "impl-trait-for-tuples",11472 "impl-trait-for-tuples",11698 "parity-scale-codec 3.2.1",11473 "parity-scale-codec",11699 "primitive-types 0.12.1",11474 "primitive-types 0.12.1",11700 "sp-externalities",11475 "sp-externalities",11701 "sp-runtime-interface-proc-macro",11476 "sp-runtime-interface-proc-macro",11723version = "4.0.0-dev"11498version = "4.0.0-dev"11724source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11499source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11725dependencies = [11500dependencies = [11726 "parity-scale-codec 3.2.1",11501 "parity-scale-codec",11727 "scale-info",11502 "scale-info",11728 "sp-api",11503 "sp-api",11729 "sp-core",11504 "sp-core",11737version = "4.0.0-dev"11512version = "4.0.0-dev"11738source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11513source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11739dependencies = [11514dependencies = [11740 "parity-scale-codec 3.2.1",11515 "parity-scale-codec",11741 "scale-info",11516 "scale-info",11742 "sp-core",11517 "sp-core",11743 "sp-runtime",11518 "sp-runtime",11752 "hash-db",11527 "hash-db",11753 "log",11528 "log",11754 "num-traits",11529 "num-traits",11755 "parity-scale-codec 3.2.1",11530 "parity-scale-codec",11756 "parking_lot 0.12.1",11531 "parking_lot 0.12.1",11757 "rand 0.7.3",11532 "rand 0.7.3",11758 "smallvec",11533 "smallvec",11777source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11552source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11778dependencies = [11553dependencies = [11779 "impl-serde",11554 "impl-serde",11780 "parity-scale-codec 3.2.1",11555 "parity-scale-codec",11781 "ref-cast",11556 "ref-cast",11782 "serde",11557 "serde",11783 "sp-debug-derive",11558 "sp-debug-derive",11792 "async-trait",11567 "async-trait",11793 "futures-timer",11568 "futures-timer",11794 "log",11569 "log",11795 "parity-scale-codec 3.2.1",11570 "parity-scale-codec",11796 "sp-api",11571 "sp-api",11797 "sp-inherents",11572 "sp-inherents",11798 "sp-runtime",11573 "sp-runtime",11805version = "6.0.0"11580version = "6.0.0"11806source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11581source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11807dependencies = [11582dependencies = [11808 "parity-scale-codec 3.2.1",11583 "parity-scale-codec",11809 "sp-std",11584 "sp-std",11810 "tracing",11585 "tracing",11811 "tracing-core",11586 "tracing-core",11828dependencies = [11603dependencies = [11829 "async-trait",11604 "async-trait",11830 "log",11605 "log",11831 "parity-scale-codec 3.2.1",11606 "parity-scale-codec",11832 "scale-info",11607 "scale-info",11833 "sp-core",11608 "sp-core",11834 "sp-inherents",11609 "sp-inherents",11849 "lru",11624 "lru",11850 "memory-db",11625 "memory-db",11851 "nohash-hasher",11626 "nohash-hasher",11852 "parity-scale-codec 3.2.1",11627 "parity-scale-codec",11853 "parking_lot 0.12.1",11628 "parking_lot 0.12.1",11854 "scale-info",11629 "scale-info",11855 "sp-core",11630 "sp-core",11866source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11641source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11867dependencies = [11642dependencies = [11868 "impl-serde",11643 "impl-serde",11869 "parity-scale-codec 3.2.1",11644 "parity-scale-codec",11870 "parity-wasm",11645 "parity-wasm",11871 "scale-info",11646 "scale-info",11872 "serde",11647 "serde",11882version = "4.0.0-dev"11657version = "4.0.0-dev"11883source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11658source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11884dependencies = [11659dependencies = [11885 "parity-scale-codec 3.2.1",11660 "parity-scale-codec",11886 "proc-macro2",11661 "proc-macro2",11887 "quote",11662 "quote",11888 "syn",11663 "syn",11895dependencies = [11670dependencies = [11896 "impl-trait-for-tuples",11671 "impl-trait-for-tuples",11897 "log",11672 "log",11898 "parity-scale-codec 3.2.1",11673 "parity-scale-codec",11899 "sp-std",11674 "sp-std",11900 "wasmi",11675 "wasmi",11901 "wasmtime",11676 "wasmtime",11907source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11682source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11908dependencies = [11683dependencies = [11909 "impl-trait-for-tuples",11684 "impl-trait-for-tuples",11910 "parity-scale-codec 3.2.1",11685 "parity-scale-codec",11911 "scale-info",11686 "scale-info",11912 "serde",11687 "serde",11913 "smallvec",11688 "smallvec",119351171011936[[package]]11711[[package]]11937name = "ss58-registry"11712name = "ss58-registry"11938version = "1.36.0"11713version = "1.37.0"11939source = "registry+https://github.com/rust-lang/crates.io-index"11714source = "registry+https://github.com/rust-lang/crates.io-index"11940checksum = "23d92659e7d18d82b803824a9ba5a6022cff101c3491d027c1c1d8d30e749284"11715checksum = "d44528162f980c0e03c71e005d334332c8da0aec9f2b0b4bdc557ed4a9f24776"11941dependencies = [11716dependencies = [11942 "Inflector",11717 "Inflector",11943 "num-format",11718 "num-format",12089source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11864source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"12090dependencies = [11865dependencies = [12091 "frame-system-rpc-runtime-api",11866 "frame-system-rpc-runtime-api",12092 "futures 0.3.25",11867 "futures",12093 "jsonrpsee",11868 "jsonrpsee",12094 "log",11869 "log",12095 "parity-scale-codec 3.2.1",11870 "parity-scale-codec",12096 "sc-client-api",11871 "sc-client-api",12097 "sc-rpc-api",11872 "sc-rpc-api",12098 "sc-transaction-pool-api",11873 "sc-transaction-pool-api",12137dependencies = [11912dependencies = [12138 "jsonrpsee",11913 "jsonrpsee",12139 "log",11914 "log",12140 "parity-scale-codec 3.2.1",11915 "parity-scale-codec",12141 "sc-client-api",11916 "sc-client-api",12142 "sc-rpc-api",11917 "sc-rpc-api",12143 "scale-info",11918 "scale-info",12151 "trie-db",11926 "trie-db",12152]11927]1215312154[[package]]12155name = "substrate-test-client"12156version = "2.0.1"12157source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"12158dependencies = [12159 "array-bytes 4.2.0",12160 "async-trait",12161 "futures 0.3.25",12162 "parity-scale-codec 3.2.1",12163 "sc-client-api",12164 "sc-client-db",12165 "sc-consensus",12166 "sc-executor",12167 "sc-offchain",12168 "sc-service",12169 "serde",12170 "serde_json",12171 "sp-blockchain",12172 "sp-consensus",12173 "sp-core",12174 "sp-keyring",12175 "sp-keystore",12176 "sp-runtime",12177 "sp-state-machine",12178]121791192812180[[package]]11929[[package]]12181name = "substrate-test-utils"11930name = "substrate-test-utils"12182version = "4.0.0-dev"11931version = "4.0.0-dev"12183source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11932source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"12184dependencies = [11933dependencies = [12185 "futures 0.3.25",11934 "futures",12186 "substrate-test-utils-derive",11935 "substrate-test-utils-derive",12187 "tokio",11936 "tokio",12188]11937]122931204212294[[package]]12043[[package]]12295name = "termcolor"12044name = "termcolor"12296version = "1.1.3"12045version = "1.2.0"12297source = "registry+https://github.com/rust-lang/crates.io-index"12046source = "registry+https://github.com/rust-lang/crates.io-index"12298checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"12047checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"12299dependencies = [12048dependencies = [12300 "winapi-util",12049 "winapi-util",12301]12050]1230212303[[package]]12304name = "terminal_size"12305version = "0.1.17"12306source = "registry+https://github.com/rust-lang/crates.io-index"12307checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df"12308dependencies = [12309 "libc",12310 "winapi",12311]123121205112313[[package]]12052[[package]]12314name = "termtree"12053name = "termtree"12315version = "0.4.0"12054version = "0.4.0"12316source = "registry+https://github.com/rust-lang/crates.io-index"12055source = "registry+https://github.com/rust-lang/crates.io-index"12317checksum = "95059e91184749cb66be6dc994f67f182b6d897cb3df74a5bf66b5e709295fd8"12056checksum = "95059e91184749cb66be6dc994f67f182b6d897cb3df74a5bf66b5e709295fd8"1231812319[[package]]12320name = "test-runtime-constants"12321version = "0.9.36"12322source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"12323dependencies = [12324 "frame-support",12325 "polkadot-primitives",12326 "polkadot-runtime-common",12327 "smallvec",12328 "sp-core",12329 "sp-runtime",12330 "sp-weights",12331]123321205712333[[package]]12058[[package]]12334name = "tests"12059name = "tests"12350 "pallet-timestamp",12075 "pallet-timestamp",12351 "pallet-transaction-payment",12076 "pallet-transaction-payment",12352 "pallet-unique",12077 "pallet-unique",12353 "parity-scale-codec 3.2.1",12078 "parity-scale-codec",12354 "scale-info",12079 "scale-info",12355 "sp-core",12080 "sp-core",12356 "sp-io",12081 "sp-io",124951222012496[[package]]12221[[package]]12497name = "tokio"12222name = "tokio"12498version = "1.23.0"12223version = "1.24.2"12499source = "registry+https://github.com/rust-lang/crates.io-index"12224source = "registry+https://github.com/rust-lang/crates.io-index"12500checksum = "eab6d665857cc6ca78d6e80303a02cea7a7851e85dfbd77cbdc09bd129f1ef46"12225checksum = "597a12a59981d9e3c38d216785b0c37399f6e415e8d0712047620f189371b0bb"12501dependencies = [12226dependencies = [12502 "autocfg",12227 "autocfg",12503 "bytes",12228 "bytes",128011252612802[[package]]12527[[package]]12803name = "try-lock"12528name = "try-lock"12804version = "0.2.3"12529version = "0.2.4"12805source = "registry+https://github.com/rust-lang/crates.io-index"12530source = "registry+https://github.com/rust-lang/crates.io-index"12806checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"12531checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"128071253212808[[package]]12533[[package]]12809name = "try-runtime-cli"12534name = "try-runtime-cli"12815 "frame-try-runtime",12540 "frame-try-runtime",12816 "hex",12541 "hex",12817 "log",12542 "log",12818 "parity-scale-codec 3.2.1",12543 "parity-scale-codec",12819 "sc-chain-spec",12544 "sc-chain-spec",12820 "sc-cli",12545 "sc-cli",12821 "sc-executor",12546 "sc-executor",128381256312839[[package]]12564[[package]]12840name = "trybuild"12565name = "trybuild"12841version = "1.0.73"12566version = "1.0.76"12842source = "registry+https://github.com/rust-lang/crates.io-index"12567source = "registry+https://github.com/rust-lang/crates.io-index"12843checksum = "ed01de3de062db82c0920b5cabe804f88d599a3f217932292597c678c903754d"12568checksum = "6ed2c57956f91546d4d33614265a85d55c8e1ab91484853a10335894786d7db6"12844dependencies = [12569dependencies = [12845 "glob",12570 "glob",12846 "once_cell",12571 "once_cell",12884 "frame-benchmarking",12609 "frame-benchmarking",12885 "jsonrpsee",12610 "jsonrpsee",12886 "opal-runtime",12611 "opal-runtime",12887 "pallet-common",12888 "pallet-evm",12612 "pallet-evm",12889 "parity-scale-codec 3.2.1",12613 "parity-scale-codec",12890 "quartz-runtime",12614 "quartz-runtime",12891 "rmrk-rpc",12615 "rmrk-rpc",12892 "sc-client-api",12616 "sc-client-api",12898 "sp-core",12622 "sp-core",12899 "sp-externalities",12623 "sp-externalities",12900 "sp-keystore",12624 "sp-keystore",12901 "sp-rpc",12902 "sp-runtime",12625 "sp-runtime",12903 "sp-state-machine",12626 "sp-state-machine",12904 "sp-trie",12627 "sp-trie",129311265412932[[package]]12655[[package]]12933name = "unicode-bidi"12656name = "unicode-bidi"12934version = "0.3.8"12657version = "0.3.9"12935source = "registry+https://github.com/rust-lang/crates.io-index"12658source = "registry+https://github.com/rust-lang/crates.io-index"12936checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"12659checksum = "0046be40136ef78dc325e0edefccf84ccddacd0afcc1ca54103fa3c61bbdab1d"129371266012938[[package]]12661[[package]]12939name = "unicode-ident"12662name = "unicode-ident"12975 "app-promotion-rpc",12698 "app-promotion-rpc",12976 "clap",12699 "clap",12977 "cumulus-client-cli",12700 "cumulus-client-cli",12978 "cumulus-client-collator",12979 "cumulus-client-consensus-aura",12701 "cumulus-client-consensus-aura",12980 "cumulus-client-consensus-common",12702 "cumulus-client-consensus-common",12981 "cumulus-client-network",12703 "cumulus-client-network",12990 "fc-mapping-sync",12712 "fc-mapping-sync",12991 "fc-rpc",12713 "fc-rpc",12992 "fc-rpc-core",12714 "fc-rpc-core",12993 "flexi_logger",12994 "fp-rpc",12715 "fp-rpc",12995 "frame-benchmarking",12716 "frame-benchmarking",12996 "frame-benchmarking-cli",12717 "frame-benchmarking-cli",12997 "futures 0.3.25",12718 "futures",12998 "jsonrpsee",12999 "log",12719 "log",13000 "opal-runtime",12720 "opal-runtime",13001 "pallet-ethereum",13002 "pallet-transaction-payment-rpc",13003 "pallet-transaction-payment-rpc-runtime-api",12721 "pallet-transaction-payment-rpc-runtime-api",13004 "parity-scale-codec 3.2.1",12722 "parity-scale-codec",13005 "parking_lot 0.12.1",13006 "polkadot-cli",12723 "polkadot-cli",13007 "polkadot-parachain",13008 "polkadot-primitives",12724 "polkadot-primitives",13009 "polkadot-service",12725 "polkadot-service",13010 "polkadot-test-service",13011 "quartz-runtime",12726 "quartz-runtime",13012 "rmrk-rpc",12727 "rmrk-rpc",13013 "sc-basic-authorship",12728 "sc-basic-authorship",13014 "sc-chain-spec",12729 "sc-chain-spec",13015 "sc-cli",12730 "sc-cli",13016 "sc-client-api",12731 "sc-client-api",13017 "sc-consensus",12732 "sc-consensus",13018 "sc-consensus-aura",13019 "sc-consensus-manual-seal",12733 "sc-consensus-manual-seal",13020 "sc-executor",12734 "sc-executor",13021 "sc-finality-grandpa",13022 "sc-keystore",13023 "sc-network",12735 "sc-network",13024 "sc-rpc",13025 "sc-rpc-api",13026 "sc-service",12736 "sc-service",13027 "sc-sysinfo",12737 "sc-sysinfo",13028 "sc-telemetry",12738 "sc-telemetry",13033 "sp-api",12743 "sp-api",13034 "sp-block-builder",12744 "sp-block-builder",13035 "sp-blockchain",12745 "sp-blockchain",13036 "sp-consensus",13037 "sp-consensus-aura",12746 "sp-consensus-aura",13038 "sp-core",12747 "sp-core",13039 "sp-finality-grandpa",13040 "sp-inherents",13041 "sp-io",12748 "sp-io",13042 "sp-keystore",12749 "sp-keystore",13043 "sp-offchain",12750 "sp-offchain",13044 "sp-runtime",12751 "sp-runtime",13045 "sp-session",12752 "sp-session",13046 "sp-timestamp",12753 "sp-timestamp",13047 "sp-transaction-pool",12754 "sp-transaction-pool",13048 "sp-trie",13049 "substrate-build-script-utils",12755 "substrate-build-script-utils",13050 "substrate-frame-rpc-system",12756 "substrate-frame-rpc-system",13051 "substrate-prometheus-endpoint",12757 "substrate-prometheus-endpoint",13066dependencies = [12772dependencies = [13067 "app-promotion-rpc",12773 "app-promotion-rpc",13068 "fc-db",12774 "fc-db",13069 "fc-mapping-sync",13070 "fc-rpc",12775 "fc-rpc",13071 "fc-rpc-core",12776 "fc-rpc-core",13072 "fp-rpc",12777 "fp-rpc",13073 "fp-storage",12778 "fp-storage",13074 "futures 0.3.25",13075 "jsonrpsee",12779 "jsonrpsee",13076 "pallet-common",13077 "pallet-ethereum",13078 "pallet-transaction-payment-rpc",12780 "pallet-transaction-payment-rpc",13079 "pallet-transaction-payment-rpc-runtime-api",13080 "pallet-unique",13081 "rmrk-rpc",12781 "rmrk-rpc",13082 "sc-client-api",12782 "sc-client-api",13083 "sc-consensus-aura",13084 "sc-consensus-epochs",13085 "sc-finality-grandpa",12783 "sc-finality-grandpa",13086 "sc-finality-grandpa-rpc",13087 "sc-keystore",13088 "sc-network",12784 "sc-network",13089 "sc-rpc",12785 "sc-rpc",13090 "sc-rpc-api",12786 "sc-rpc-api",13094 "sp-api",12790 "sp-api",13095 "sp-block-builder",12791 "sp-block-builder",13096 "sp-blockchain",12792 "sp-blockchain",13097 "sp-consensus",13098 "sp-consensus-aura",13099 "sp-core",13100 "sp-offchain",13101 "sp-runtime",12793 "sp-runtime",13102 "sp-session",13103 "sp-storage",13104 "sp-transaction-pool",13105 "substrate-frame-rpc-system",12794 "substrate-frame-rpc-system",13106 "tokio",13107 "uc-rpc",12795 "uc-rpc",13108 "up-common",12796 "up-common",13109 "up-data-structs",12797 "up-data-structs",13183 "pallet-unique",12871 "pallet-unique",13184 "pallet-xcm",12872 "pallet-xcm",13185 "parachain-info",12873 "parachain-info",13186 "parity-scale-codec 3.2.1",12874 "parity-scale-codec",13187 "polkadot-parachain",12875 "polkadot-parachain",13188 "precompile-utils-macro",12876 "precompile-utils-macro",13189 "rmrk-rpc",12877 "rmrk-rpc",13190 "scale-info",12878 "scale-info",13191 "serde",13192 "smallvec",12879 "smallvec",13193 "sp-api",12880 "sp-api",13194 "sp-arithmetic",12881 "sp-arithmetic",13263 "bondrewd",12950 "bondrewd",13264 "derivative",12951 "derivative",13265 "frame-support",12952 "frame-support",13266 "frame-system",13267 "pallet-evm",12953 "pallet-evm",13268 "parity-scale-codec 3.2.1",12954 "parity-scale-codec",13269 "rmrk-traits",12955 "rmrk-traits",13270 "scale-info",12956 "scale-info",13271 "serde",12957 "serde",13279name = "up-pov-estimate-rpc"12965name = "up-pov-estimate-rpc"13280version = "0.1.0"12966version = "0.1.0"13281dependencies = [12967dependencies = [13282 "parity-scale-codec 3.2.1",12968 "parity-scale-codec",13283 "scale-info",12969 "scale-info",13284 "serde",12970 "serde",13285 "sp-api",12971 "sp-api",13294dependencies = [12980dependencies = [13295 "pallet-common",12981 "pallet-common",13296 "pallet-evm",12982 "pallet-evm",13297 "parity-scale-codec 3.2.1",12983 "parity-scale-codec",13298 "sp-api",12984 "sp-api",13299 "sp-core",12985 "sp-core",13300 "sp-runtime",12986 "sp-runtime",13522source = "registry+https://github.com/rust-lang/crates.io-index"13208source = "registry+https://github.com/rust-lang/crates.io-index"13523checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"13209checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"13524dependencies = [13210dependencies = [13525 "futures 0.3.25",13211 "futures",13526 "js-sys",13212 "js-sys",13527 "parking_lot 0.11.2",13213 "parking_lot 0.11.2",13528 "pin-utils",13214 "pin-utils",13617checksum = "bcd849399d17d2270141cfe47fa0d91ee52d5f8ea9b98cf7ddde0d53e5f79882"13303checksum = "bcd849399d17d2270141cfe47fa0d91ee52d5f8ea9b98cf7ddde0d53e5f79882"13618dependencies = [13304dependencies = [13619 "anyhow",13305 "anyhow",13620 "base64",13306 "base64 0.13.1",13621 "bincode",13307 "bincode",13622 "directories-next",13308 "directories-next",13623 "file-per-thread-logger",13309 "file-per-thread-logger",13786version = "0.9.36"13472version = "0.9.36"13787source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"13473source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"13788dependencies = [13474dependencies = [13789 "bitvec 1.0.1",13475 "bitvec",13790 "frame-benchmarking",13476 "frame-benchmarking",13791 "frame-election-provider-support",13477 "frame-election-provider-support",13792 "frame-executive",13478 "frame-executive",13837 "pallet-vesting",13523 "pallet-vesting",13838 "pallet-xcm",13524 "pallet-xcm",13839 "pallet-xcm-benchmarks",13525 "pallet-xcm-benchmarks",13840 "parity-scale-codec 3.2.1",13526 "parity-scale-codec",13841 "polkadot-parachain",13527 "polkadot-parachain",13842 "polkadot-primitives",13528 "polkadot-primitives",13843 "polkadot-runtime-common",13529 "polkadot-runtime-common",13966checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"13652checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"13967dependencies = [13653dependencies = [13968 "windows_aarch64_gnullvm",13654 "windows_aarch64_gnullvm",13969 "windows_aarch64_msvc 0.42.0",13655 "windows_aarch64_msvc 0.42.1",13970 "windows_i686_gnu 0.42.0",13656 "windows_i686_gnu 0.42.1",13971 "windows_i686_msvc 0.42.0",13657 "windows_i686_msvc 0.42.1",13972 "windows_x86_64_gnu 0.42.0",13658 "windows_x86_64_gnu 0.42.1",13973 "windows_x86_64_gnullvm",13659 "windows_x86_64_gnullvm",13974 "windows_x86_64_msvc 0.42.0",13660 "windows_x86_64_msvc 0.42.1",13975]13661]139761366213977[[package]]13663[[package]]13978name = "windows_aarch64_gnullvm"13664name = "windows_aarch64_gnullvm"13979version = "0.42.0"13665version = "0.42.1"13980source = "registry+https://github.com/rust-lang/crates.io-index"13666source = "registry+https://github.com/rust-lang/crates.io-index"13981checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"13667checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"139821366813983[[package]]13669[[package]]13984name = "windows_aarch64_msvc"13670name = "windows_aarch64_msvc"139941368013995[[package]]13681[[package]]13996name = "windows_aarch64_msvc"13682name = "windows_aarch64_msvc"13997version = "0.42.0"13683version = "0.42.1"13998source = "registry+https://github.com/rust-lang/crates.io-index"13684source = "registry+https://github.com/rust-lang/crates.io-index"13999checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"13685checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"140001368614001[[package]]13687[[package]]14002name = "windows_i686_gnu"13688name = "windows_i686_gnu"140121369814013[[package]]13699[[package]]14014name = "windows_i686_gnu"13700name = "windows_i686_gnu"14015version = "0.42.0"13701version = "0.42.1"14016source = "registry+https://github.com/rust-lang/crates.io-index"13702source = "registry+https://github.com/rust-lang/crates.io-index"14017checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"13703checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"140181370414019[[package]]13705[[package]]14020name = "windows_i686_msvc"13706name = "windows_i686_msvc"140301371614031[[package]]13717[[package]]14032name = "windows_i686_msvc"13718name = "windows_i686_msvc"14033version = "0.42.0"13719version = "0.42.1"14034source = "registry+https://github.com/rust-lang/crates.io-index"13720source = "registry+https://github.com/rust-lang/crates.io-index"14035checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"13721checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"140361372214037[[package]]13723[[package]]14038name = "windows_x86_64_gnu"13724name = "windows_x86_64_gnu"140481373414049[[package]]13735[[package]]14050name = "windows_x86_64_gnu"13736name = "windows_x86_64_gnu"14051version = "0.42.0"13737version = "0.42.1"14052source = "registry+https://github.com/rust-lang/crates.io-index"13738source = "registry+https://github.com/rust-lang/crates.io-index"14053checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"13739checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"140541374014055[[package]]13741[[package]]14056name = "windows_x86_64_gnullvm"13742name = "windows_x86_64_gnullvm"14057version = "0.42.0"13743version = "0.42.1"14058source = "registry+https://github.com/rust-lang/crates.io-index"13744source = "registry+https://github.com/rust-lang/crates.io-index"14059checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"13745checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"140601374614061[[package]]13747[[package]]14062name = "windows_x86_64_msvc"13748name = "windows_x86_64_msvc"140721375814073[[package]]13759[[package]]14074name = "windows_x86_64_msvc"13760name = "windows_x86_64_msvc"14075version = "0.42.0"13761version = "0.42.1"14076source = "registry+https://github.com/rust-lang/crates.io-index"13762source = "registry+https://github.com/rust-lang/crates.io-index"14077checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"13763checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"140781376414079[[package]]13765[[package]]14080name = "winreg"13766name = "winreg"14085 "winapi",13771 "winapi",14086]13772]1408714088[[package]]14089name = "wyz"14090version = "0.2.0"14091source = "registry+https://github.com/rust-lang/crates.io-index"14092checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"140931377314094[[package]]13774[[package]]14095name = "wyz"13775name = "wyz"14119 "derivative",13799 "derivative",14120 "impl-trait-for-tuples",13800 "impl-trait-for-tuples",14121 "log",13801 "log",14122 "parity-scale-codec 3.2.1",13802 "parity-scale-codec",14123 "scale-info",13803 "scale-info",14124 "sp-runtime",13804 "sp-runtime",14125 "xcm-procedural",13805 "xcm-procedural",14134 "frame-system",13814 "frame-system",14135 "log",13815 "log",14136 "pallet-transaction-payment",13816 "pallet-transaction-payment",14137 "parity-scale-codec 3.2.1",13817 "parity-scale-codec",14138 "polkadot-parachain",13818 "polkadot-parachain",14139 "scale-info",13819 "scale-info",14140 "sp-arithmetic",13820 "sp-arithmetic",14154 "frame-support",13834 "frame-support",14155 "impl-trait-for-tuples",13835 "impl-trait-for-tuples",14156 "log",13836 "log",14157 "parity-scale-codec 3.2.1",13837 "parity-scale-codec",14158 "sp-arithmetic",13838 "sp-arithmetic",14159 "sp-core",13839 "sp-core",14160 "sp-io",13840 "sp-io",14180source = "registry+https://github.com/rust-lang/crates.io-index"13860source = "registry+https://github.com/rust-lang/crates.io-index"14181checksum = "e5d9ba232399af1783a58d8eb26f6b5006fbefe2dc9ef36bd283324792d03ea5"13861checksum = "e5d9ba232399af1783a58d8eb26f6b5006fbefe2dc9ef36bd283324792d03ea5"14182dependencies = [13862dependencies = [14183 "futures 0.3.25",13863 "futures",14184 "log",13864 "log",14185 "nohash-hasher",13865 "nohash-hasher",14186 "parking_lot 0.12.1",13866 "parking_lot 0.12.1",142301391014231[[package]]13911[[package]]14232name = "zstd-sys"13912name = "zstd-sys"14233version = "2.0.4+zstd.1.5.2"13913version = "2.0.5+zstd.1.5.2"14234source = "registry+https://github.com/rust-lang/crates.io-index"13914source = "registry+https://github.com/rust-lang/crates.io-index"14235checksum = "4fa202f2ef00074143e219d15b62ffc317d17cc33909feac471c044087cad7b0"13915checksum = "edc50ffce891ad571e9f9afe5039c4837bede781ac4bb13052ed7ae695518596"14236dependencies = [13916dependencies = [14237 "cc",13917 "cc",14238 "libc",13918 "libc",13919 "pkg-config",14239]13920]1424013921Cargo.tomldiffbeforeafterboth1[workspace]1[workspace]2resolver = "2"2default-members = ['client/*', 'node/*', 'runtime/opal']3members = [3members = [4 'client/*',5 'crates/*',4 'node/*',6 'node/*',5 'pallets/*',7 'pallets/*',6 'client/*',7 'primitives/*',8 'primitives/*',8 'crates/*',9 'runtime/opal',9 'runtime/opal',10 'runtime/quartz',10 'runtime/quartz',11 'runtime/tests',11 'runtime/unique',12 'runtime/unique',12 'runtime/tests',13]13]14default-members = ['node/*', 'client/*', 'runtime/opal']15package.version = "0.9.36"14package.version = "0.9.36"15resolver = "2"161617[profile.release]17[profile.release]18panic = 'unwind'18panic = 'unwind'191920[workspace.dependencies.orml-vesting]20[workspace.dependencies]21git = "https://github.com/uniquenetwork/open-runtime-module-library"21orml-tokens = { git = "https://github.com/uniquenetwork/open-runtime-module-library", branch = "feature/polkadot-v0.9.36", default-features = false }22branch = "feature/polkadot-v0.9.36"23default-features = false2425[workspace.dependencies.orml-xtokens]26git = "https://github.com/uniquenetwork/open-runtime-module-library"22orml-traits = { git = "https://github.com/uniquenetwork/open-runtime-module-library", branch = "feature/polkadot-v0.9.36", default-features = false }27branch = "feature/polkadot-v0.9.36"28default-features = false2930[workspace.dependencies.orml-tokens]31git = "https://github.com/uniquenetwork/open-runtime-module-library"23orml-vesting = { git = "https://github.com/uniquenetwork/open-runtime-module-library", branch = "feature/polkadot-v0.9.36", default-features = false }32branch = "feature/polkadot-v0.9.36"33default-features = false3435[workspace.dependencies.orml-traits]36git = "https://github.com/uniquenetwork/open-runtime-module-library"24orml-xtokens = { git = "https://github.com/uniquenetwork/open-runtime-module-library", branch = "feature/polkadot-v0.9.36", default-features = false }37branch = "feature/polkadot-v0.9.36"38default-features = false3925Makefilediffbeforeafterboth144.PHONY: bench-app-promotion144.PHONY: bench-app-promotion145bench-app-promotion:145bench-app-promotion:146 make _bench PALLET=app-promotion PALLET_DIR=app-promotion146 make _bench PALLET=app-promotion PALLET_DIR=app-promotion147 147148.PHONY: bench148.PHONY: bench149# Disabled: bench-scheduler, bench-collator-selection, bench-identity, bench-rmrk-core, bench-rmrk-equip149# Disabled: bench-scheduler, bench-collator-selection, bench-identity, bench-rmrk-core, bench-rmrk-equip150bench: bench-evm-migration bench-unique bench-structure bench-fungible bench-refungible bench-nonfungible bench-configuration bench-foreign-assets150bench: bench-evm-migration bench-unique bench-structure bench-fungible bench-refungible bench-nonfungible bench-configuration bench-foreign-assets151152.PHONY: check153check:154 SKIP_WASM_BUILD=1 cargo check --features=quartz-runtime,unique-runtime,try-runtime,runtime-benchmarks --tests155156.PHONY: clippy157clippy:158 SKIP_WASM_BUILD=1 cargo clippy --features=quartz-runtime,unique-runtime,try-runtime,runtime-benchmarks --tests151159client/rpc/Cargo.tomldiffbeforeafterboth1[package]1[package]2edition = "2021"3license = "GPLv3"2name = "uc-rpc"4name = "uc-rpc"3version = "0.1.4"5version = "0.1.4"4license = "GPLv3"5edition = "2021"667[dependencies]7[dependencies]8pallet-common = { default-features = false, path = '../../pallets/common' }9up-data-structs = { default-features = false, path = '../../primitives/data-structs' }10up-common = { default-features = false, path = '../../primitives/common' }11up-rpc = { path = "../../primitives/rpc" }8anyhow = "1.0.57"12app-promotion-rpc = { path = "../../primitives/app_promotion_rpc" }9app-promotion-rpc.path = "../../primitives/app_promotion_rpc"13rmrk-rpc = { path = "../../primitives/rmrk-rpc" }14up-pov-estimate-rpc = { path = "../../primitives/pov-estimate-rpc", optional = true }15codec = { package = "parity-scale-codec", version = "3.1.2" }10codec = { package = "parity-scale-codec", version = "3.1.2" }16jsonrpsee = { version = "0.16.2", features = ["server", "macros"] }11jsonrpsee = { version = "0.16.2", features = ["macros", "server"] }17anyhow = "1.0.57"18zstd = { version = "0.11.2", default-features = false }12rmrk-rpc.path = "../../primitives/rmrk-rpc"19trie-db = { version = "0.24.0", default-features = false }13trie-db = { version = "0.24.0", default-features = false }2014up-common = { default-features = false, path = "../../primitives/common" }15up-data-structs = { default-features = false, path = "../../primitives/data-structs" }16up-pov-estimate-rpc = { path = "../../primitives/pov-estimate-rpc", optional = true }17up-rpc.path = "../../primitives/rpc"18zstd = { version = "0.11.2", default-features = false }1920pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }21sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }21sc-rpc-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }22sc-rpc-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }22sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }23sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }23sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }24sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }25sp-externalities = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }26sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }24sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }27sp-blockchain = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }25sp-blockchain = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }28sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }26sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }27sp-externalities = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }29sp-keystore = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }28sp-keystore = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }30sp-rpc = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }31sp-trie = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }32sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }29sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }30sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }33pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }31sp-trie = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }343235frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }33frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }363437sc-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }35sc-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }383639unique-runtime = { path = '../../runtime/unique', optional = true }37opal-runtime.path = "../../runtime/opal"40quartz-runtime = { path = '../../runtime/quartz', optional = true }38quartz-runtime = { path = "../../runtime/quartz", optional = true }41opal-runtime = { path = '../../runtime/opal' }39unique-runtime = { path = "../../runtime/unique", optional = true }424043[features]41[features]44pov-estimate = [42pov-estimate = [45 'up-pov-estimate-rpc',46 'unique-runtime?/pov-estimate',43 'opal-runtime/pov-estimate',47 'quartz-runtime?/pov-estimate',44 'quartz-runtime?/pov-estimate',48 'opal-runtime/pov-estimate',45 'unique-runtime?/pov-estimate',46 'up-pov-estimate-rpc',49]47]5048crates/evm-coder/Cargo.tomldiffbeforeafterboth1[package]1[package]2edition = "2021"3license = "GPLv3"2name = "evm-coder"4name = "evm-coder"3version = "0.1.6"5version = "0.1.6"4license = "GPLv3"5edition = "2021"667[dependencies]7[dependencies]8sha3-const = { version = "0.1.1", default-features = false }8sha3-const = { version = "0.1.1", default-features = false }9# evm-coder reexports those proc-macro9# evm-coder reexports those proc-macro10evm-coder-procedural = { path = "./procedural" }10evm-coder-procedural.path = "./procedural"11# Evm uses primitive-types for H160, H256 and others11# Evm uses primitive-types for H160, H256 and others12primitive-types = { version = "0.12.1", default-features = false }12primitive-types = { version = "0.12.1", default-features = false }13# Evm doesn't have reexports for log and others13# Evm doesn't have reexports for log and others14ethereum = { version = "0.14.0", default-features = false }14ethereum = { version = "0.14.0", default-features = false }15sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }16frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }15frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }17# Error types for execution16# Error types for execution18evm-core = { default-features = false, git = "https://github.com/uniquenetwork/evm", branch = "unique-polkadot-v0.9.36" }17evm-core = { default-features = false, git = "https://github.com/uniquenetwork/evm", branch = "unique-polkadot-v0.9.36" }282729[features]28[features]30default = ["std"]29default = ["std"]31std = [30std = ["ethereum/std", "evm-core/std", "frame-support/std", "primitive-types/std"]32 "ethereum/std",33 "primitive-types/std",34 "evm-core/std",35 "frame-support/std",36]crates/evm-coder/procedural/Cargo.tomldiffbeforeafterboth1[package]1[package]2edition = "2021"3license = "GPLv3"2name = "evm-coder-procedural"4name = "evm-coder-procedural"3version = "0.2.3"5version = "0.2.3"4license = "GPLv3"5edition = "2021"667[lib]7[lib]8proc-macro = true8proc-macro = true11# Ethereum uses keccak (=sha3) for selectors11# Ethereum uses keccak (=sha3) for selectors12sha3 = "0.10.1"12sha3 = "0.10.1"13# Value formatting13# Value formatting14hex = "0.4.3"15Inflector = "0.11.4"14Inflector = "0.11.4"15hex = "0.4.3"16# General proc-macro utilities16# General proc-macro utilities17quote = "1.0"17proc-macro2 = "1.0"18proc-macro2 = "1.0"18quote = "1.0"19syn = { version = "1.0", features = ["full"] }19syn = { version = "1.0", features = ["full"] }2020crates/evm-coder/procedural/src/to_log.rsdiffbeforeafterboth231231232 #[automatically_derived]232 #[automatically_derived]233 impl ::evm_coder::events::ToLog for #name {233 impl ::evm_coder::events::ToLog for #name {234 fn to_log(&self, contract: Address) -> ::ethereum::Log {234 fn to_log(&self, contract: Address) -> ::evm_coder::ethereum::Log {235 use ::evm_coder::events::ToTopic;235 use ::evm_coder::events::ToTopic;236 use ::evm_coder::abi::AbiWrite;236 use ::evm_coder::abi::AbiWrite;237 let mut writer = ::evm_coder::abi::AbiWriter::new();237 let mut writer = ::evm_coder::abi::AbiWriter::new();241 #serializers,241 #serializers,242 )*242 )*243 }243 }244 ::ethereum::Log {244 ::evm_coder::ethereum::Log {245 address: contract,245 address: contract,246 topics,246 topics,247 data: writer.finish(),247 data: writer.finish(),crates/evm-coder/src/lib.rsdiffbeforeafterboth96pub use evm_coder_procedural::AbiCoder;96pub use evm_coder_procedural::AbiCoder;97pub use sha3_const;97pub use sha3_const;9899/// macro reexports100pub use ethereum;9810199/// Derives [`ToLog`] for enum102/// Derives [`ToLog`] for enum100///103///198/// Should be same between evm-coder and substrate to avoid confusion201/// Should be same between evm-coder and substrate to avoid confusion199///202///200/// Isn't same thing as gas, some mapping is required between those types203/// Isn't same thing as gas, some mapping is required between those types201pub type Weight = frame_support::weights::Weight;204pub type Weight = frame_support::pallet_prelude::Weight;202205203/// In substrate, we have benchmarking, which allows206/// In substrate, we have benchmarking, which allows204/// us to not rely on gas metering, but instead predict amount of gas to execute call207/// us to not rely on gas metering, but instead predict amount of gas to execute callcrates/struct-versioning/Cargo.tomldiffbeforeafterboth1[package]1[package]2edition = "2021"2name = "struct-versioning"3name = "struct-versioning"3version = "0.1.0"4version = "0.1.0"4edition = "2021"556[dependencies]6[dependencies]7quote = "1.0.15"7syn = { version = "1.0", features = ["full"] }8syn = { version = "1.0", features = ["full"] }8quote = "1.0.15"9910[lib]10[lib]11proc-macro = true11proc-macro = truenode/cli/Cargo.tomldiffbeforeafterboth1################################################################################2# Build Dependencies34[build-dependencies.substrate-build-script-utils]1[build-dependencies]5git = "https://github.com/paritytech/substrate"6branch = "polkadot-v0.9.36"78################################################################################9# Substrate Dependecies1011[dependencies.codec]12default-features = false13features = ['derive']14package = 'parity-scale-codec'2substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }15version = '3.1.2'1617[dependencies.frame-benchmarking]18git = "https://github.com/paritytech/substrate"19branch = "polkadot-v0.9.36"2021[dependencies.frame-benchmarking-cli]22git = "https://github.com/paritytech/substrate"23branch = "polkadot-v0.9.36"2425[dependencies.try-runtime-cli]26git = "https://github.com/paritytech/substrate"27branch = "polkadot-v0.9.36"2829[dependencies.pallet-transaction-payment-rpc]30git = "https://github.com/paritytech/substrate"31branch = "polkadot-v0.9.36"3233[dependencies.substrate-prometheus-endpoint]34git = "https://github.com/paritytech/substrate"35branch = "polkadot-v0.9.36"3637[dependencies.sc-basic-authorship]38git = "https://github.com/paritytech/substrate"39branch = "polkadot-v0.9.36"4041[dependencies.sc-chain-spec]42git = "https://github.com/paritytech/substrate"43branch = "polkadot-v0.9.36"4445[dependencies.sc-cli]46git = "https://github.com/paritytech/substrate"47branch = "polkadot-v0.9.36"4849[dependencies.sc-client-api]50git = "https://github.com/paritytech/substrate"51branch = "polkadot-v0.9.36"5253[dependencies.sc-consensus]54git = "https://github.com/paritytech/substrate"55branch = "polkadot-v0.9.36"5657[dependencies.sc-consensus-aura]58git = "https://github.com/paritytech/substrate"59branch = "polkadot-v0.9.36"6061[dependencies.sc-executor]62git = "https://github.com/paritytech/substrate"63branch = "polkadot-v0.9.36"6465[dependencies.sc-finality-grandpa]66git = "https://github.com/paritytech/substrate"67branch = "polkadot-v0.9.36"6869[dependencies.sc-keystore]70git = "https://github.com/paritytech/substrate"71branch = "polkadot-v0.9.36"7273[dependencies.sc-rpc]74git = "https://github.com/paritytech/substrate"75branch = "polkadot-v0.9.36"7677[dependencies.sc-rpc-api]78git = "https://github.com/paritytech/substrate"79branch = "polkadot-v0.9.36"8081[dependencies.sc-service]82git = "https://github.com/paritytech/substrate"83branch = "polkadot-v0.9.36"8485[dependencies.sc-telemetry]86git = "https://github.com/paritytech/substrate"87branch = "polkadot-v0.9.36"8889[dependencies.sc-transaction-pool]90git = "https://github.com/paritytech/substrate"91branch = "polkadot-v0.9.36"9293[dependencies.sc-tracing]94git = "https://github.com/paritytech/substrate"95branch = "polkadot-v0.9.36"9697[dependencies.sc-sysinfo]98git = "https://github.com/paritytech/substrate"99branch = "polkadot-v0.9.36"100101[dependencies.sp-block-builder]102git = "https://github.com/paritytech/substrate"103branch = "polkadot-v0.9.36"104105[dependencies.sp-api]106git = "https://github.com/paritytech/substrate"107branch = "polkadot-v0.9.36"108109[dependencies.sp-blockchain]110git = "https://github.com/paritytech/substrate"111branch = "polkadot-v0.9.36"112113[dependencies.sp-consensus]114git = "https://github.com/paritytech/substrate"115branch = "polkadot-v0.9.36"116117[dependencies.sp-consensus-aura]118git = "https://github.com/paritytech/substrate"119branch = "polkadot-v0.9.36"120121[dependencies.sp-core]122git = "https://github.com/paritytech/substrate"123branch = "polkadot-v0.9.36"124125[dependencies.sp-io]126git = "https://github.com/paritytech/substrate"127branch = "polkadot-v0.9.36"128129[dependencies.sp-finality-grandpa]130git = "https://github.com/paritytech/substrate"131branch = "polkadot-v0.9.36"132133[dependencies.sp-inherents]134git = "https://github.com/paritytech/substrate"135branch = "polkadot-v0.9.36"136137[dependencies.sp-keystore]138git = "https://github.com/paritytech/substrate"139branch = "polkadot-v0.9.36"140141[dependencies.sp-offchain]142git = "https://github.com/paritytech/substrate"143branch = "polkadot-v0.9.36"144145[dependencies.sp-runtime]146git = "https://github.com/paritytech/substrate"147branch = "polkadot-v0.9.36"148149[dependencies.sp-session]150git = "https://github.com/paritytech/substrate"151branch = "polkadot-v0.9.36"152153[dependencies.sp-timestamp]154git = "https://github.com/paritytech/substrate"155branch = "polkadot-v0.9.36"156157[dependencies.sp-transaction-pool]158git = "https://github.com/paritytech/substrate"159branch = "polkadot-v0.9.36"160161[dependencies.sp-trie]162git = "https://github.com/paritytech/substrate"163branch = "polkadot-v0.9.36"164165[dependencies.substrate-frame-rpc-system]166git = "https://github.com/paritytech/substrate"167branch = "polkadot-v0.9.36"168169[dependencies.sc-network]170git = "https://github.com/paritytech/substrate"171branch = "polkadot-v0.9.36"172173[dependencies.serde]174features = ['derive']175version = '1.0.130'176177[dependencies.serde_json]178version = '1.0.68'179180[dependencies.sc-consensus-manual-seal]181git = "https://github.com/paritytech/substrate"182branch = "polkadot-v0.9.36"1833184################################################################################4################################################################################185# Cumulus dependencies186187[dependencies.cumulus-client-consensus-aura]188git = "https://github.com/paritytech/cumulus"189branch = "polkadot-v0.9.36"190191[dependencies.cumulus-client-consensus-common]192git = "https://github.com/paritytech/cumulus"193branch = "polkadot-v0.9.36"194195[dependencies.cumulus-client-collator]196git = "https://github.com/paritytech/cumulus"197branch = "polkadot-v0.9.36"198199[dependencies.cumulus-client-cli]200git = "https://github.com/paritytech/cumulus"201branch = "polkadot-v0.9.36"202203[dependencies.cumulus-client-network]204git = "https://github.com/paritytech/cumulus"205branch = "polkadot-v0.9.36"206207[dependencies.cumulus-primitives-core]208git = "https://github.com/paritytech/cumulus"209branch = "polkadot-v0.9.36"210211[dependencies.cumulus-primitives-parachain-inherent]212git = "https://github.com/paritytech/cumulus"213branch = "polkadot-v0.9.36"214215[dependencies.cumulus-client-service]216git = "https://github.com/paritytech/cumulus"217branch = "polkadot-v0.9.36"218219[dependencies.cumulus-relay-chain-interface]220git = "https://github.com/paritytech/cumulus"221branch = "polkadot-v0.9.36"222223[dependencies.cumulus-relay-chain-inprocess-interface]224git = "https://github.com/paritytech/cumulus"225branch = "polkadot-v0.9.36"226227[dependencies.cumulus-relay-chain-minimal-node]228git = "https://github.com/paritytech/cumulus"229branch = "polkadot-v0.9.36"230231################################################################################232# Polkadot dependencies233[dependencies.polkadot-primitives]234git = "https://github.com/paritytech/polkadot"235branch = "release-v0.9.36"236237[dependencies.polkadot-service]238git = "https://github.com/paritytech/polkadot"239branch = "release-v0.9.36"240241[dependencies.polkadot-cli]242git = "https://github.com/paritytech/polkadot"243branch = "release-v0.9.36"244245[dependencies.polkadot-test-service]246git = "https://github.com/paritytech/polkadot"247branch = "release-v0.9.36"248249[dependencies.polkadot-parachain]250git = "https://github.com/paritytech/polkadot"251branch = "release-v0.9.36"252253254################################################################################255# Local dependencies256257[dependencies.up-common]258path = "../../primitives/common"259260[dependencies.unique-runtime]261path = '../../runtime/unique'262optional = true263264[dependencies.quartz-runtime]265path = '../../runtime/quartz'266optional = true267268[dependencies.opal-runtime]269path = '../../runtime/opal'270optional = true271272[dependencies.up-data-structs]273path = "../../primitives/data-structs"274default-features = false275276[dependencies.up-rpc]277path = "../../primitives/rpc"278279[dependencies.pallet-transaction-payment-rpc-runtime-api]280git = "https://github.com/paritytech/substrate"281branch = "polkadot-v0.9.36"282283################################################################################284# Package5# Package2856286[package]7[package]302targets = ['x86_64-unknown-linux-gnu']23targets = ['x86_64-unknown-linux-gnu']30324304[dependencies]25[dependencies]26clap = "4.1"27codec = { default-features = false, features = ['derive'], package = 'parity-scale-codec', version = "3.2" }28cumulus-client-cli = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }29cumulus-client-consensus-aura = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }30cumulus-client-consensus-common = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }31cumulus-client-network = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }32cumulus-client-service = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }33cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }34cumulus-primitives-parachain-inherent = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }35cumulus-relay-chain-inprocess-interface = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }36cumulus-relay-chain-interface = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }37cumulus-relay-chain-minimal-node = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }38frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }39frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }305futures = '0.3.17'40futures = '0.3.17'306log = '0.4.16'41log = '0.4.17'42opal-runtime = { path = "../../runtime/opal", optional = true }43pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }44polkadot-cli = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36" }45polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36" }307flexi_logger = "0.24.2"46polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36" }47quartz-runtime = { path = "../../runtime/quartz", optional = true }48sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }49sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }50sc-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }51sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }52sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }53sc-consensus-manual-seal = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }54sc-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }55sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }56sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }57sc-sysinfo = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }58sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }59sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }60sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }308parking_lot = '0.12.1'61serde = { features = ['derive'], version = "1.0" }309clap = "4.0.9"62serde_json = "1.0"63sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }64sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }65sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }66sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }67sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }68sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }69sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }70sp-offchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }71sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }72sp-session = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }73sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }74sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }75substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }310jsonrpsee = { version = "0.16.2", features = ["server", "macros"] }76substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }311tokio = { version = "1.19.2", features = ["time"] }77tokio = { version = "1.24", features = ["time"] }312313fc-rpc-core = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }78try-runtime-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }79unique-runtime = { path = "../../runtime/unique", optional = true }80up-common.path = "../../primitives/common"81up-data-structs = { path = "../../primitives/data-structs", default-features = false }82up-rpc.path = "../../primitives/rpc"83314fc-consensus = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }84fc-consensus = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }85fc-db = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }315fc-mapping-sync = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }86fc-mapping-sync = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }316fc-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }87fc-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }317fc-db = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }88fc-rpc-core = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }318fp-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }89fp-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }90319pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }91app-promotion-rpc = { path = "../../primitives/app_promotion_rpc", default-features = false }32092rmrk-rpc.path = "../../primitives/rmrk-rpc"93uc-rpc = { default-features = false, path = "../../client/rpc" }321unique-rpc = { default-features = false, path = "../rpc" }94unique-rpc = { default-features = false, path = "../rpc" }322uc-rpc = { default-features = false, path = "../../client/rpc" }323app-promotion-rpc = { path = "../../primitives/app_promotion_rpc", default-features = false }324rmrk-rpc = { path = "../../primitives/rmrk-rpc" }325up-pov-estimate-rpc = { path = "../../primitives/pov-estimate-rpc", default-features = false }95up-pov-estimate-rpc = { path = "../../primitives/pov-estimate-rpc", default-features = false }32696327[features]97[features]328default = ["opal-runtime"]98default = ["opal-runtime"]329runtime-benchmarks = [99pov-estimate = [330 'unique-runtime?/runtime-benchmarks',100 'opal-runtime/pov-estimate',331 'quartz-runtime?/runtime-benchmarks',101 'quartz-runtime?/pov-estimate',332 'opal-runtime/runtime-benchmarks',102 'uc-rpc/pov-estimate',333 'polkadot-service/runtime-benchmarks',103 'unique-rpc/pov-estimate',334 'polkadot-cli/runtime-benchmarks',335 'sc-service/runtime-benchmarks',104 'unique-runtime?/pov-estimate',336]105]337try-runtime = [106runtime-benchmarks = [338 'unique-runtime?/try-runtime',107 'opal-runtime/runtime-benchmarks',108 'polkadot-cli/runtime-benchmarks',109 'polkadot-service/runtime-benchmarks',339 'quartz-runtime?/try-runtime',110 'quartz-runtime?/runtime-benchmarks',340 'opal-runtime?/try-runtime',111 'sc-service/runtime-benchmarks',341 'try-runtime-cli/try-runtime',112 'unique-runtime?/runtime-benchmarks',342]113]343sapphire-runtime = ['quartz-runtime', 'quartz-runtime/become-sapphire']114sapphire-runtime = ['quartz-runtime', 'quartz-runtime/become-sapphire']344pov-estimate = [115try-runtime = [345 'unique-runtime?/pov-estimate',116 'opal-runtime?/try-runtime',346 'quartz-runtime?/pov-estimate',117 'quartz-runtime?/try-runtime',347 'opal-runtime/pov-estimate',118 'try-runtime-cli/try-runtime',348 'uc-rpc/pov-estimate',349 'unique-rpc/pov-estimate',119 'unique-runtime?/try-runtime',350]120]351121node/rpc/Cargo.tomldiffbeforeafterboth1[package]1[package]2name = "unique-rpc"2authors = ['Unique Network <support@uniquenetwork.io>']3version = "0.1.2"3description = "Unique chain rpc"4authors = ['Unique Network <support@uniquenetwork.io>']4edition = "2021"5license = 'GPLv3'5license = 'GPLv3'6edition = "2021"6name = "unique-rpc"7description = "Unique chain rpc"7version = "0.1.2"889[package.metadata.docs.rs]9[package.metadata.docs.rs]10targets = ["x86_64-unknown-linux-gnu"]10targets = ["x86_64-unknown-linux-gnu"]111112[dependencies]12[dependencies]13futures = { version = "0.3.17", features = ["compat"] }14jsonrpsee = { version = "0.16.2", features = ["server", "macros"] }13jsonrpsee = { version = "0.16.2", features = ["macros", "server"] }15# pallet-contracts-rpc = { git = 'https://github.com/paritytech/substrate', branch = 'master' }14# pallet-contracts-rpc = { git = 'https://github.com/paritytech/substrate', branch = 'master' }16pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }15pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }17pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }18sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }16sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }19sc-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }20sc-consensus-epochs = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }21sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }17sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }22sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }18sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }23sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }19sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }24sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }25sc-rpc-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }20sc-rpc-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }26sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }21sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }27sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }22sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }28sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }23sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }29sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }24sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }30sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }25sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }31sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }32sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }33sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }34sp-offchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }35sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }26sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }36sp-storage = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }37sp-session = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }38sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }39sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }40substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }27substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }41tokio = { version = "1.19.2", features = ["macros", "sync"] }284243pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }44fc-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }29fc-db = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }45fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }30fc-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }46fp-storage = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }47fc-rpc-core = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }31fc-rpc-core = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }48fc-db = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }32fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }49fc-mapping-sync = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }33fp-storage = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }503451pallet-common = { default-features = false, path = "../../pallets/common" }35app-promotion-rpc.path = "../../primitives/app_promotion_rpc"52up-common = { path = "../../primitives/common" }36rmrk-rpc.path = "../../primitives/rmrk-rpc"53pallet-unique = { path = "../../pallets/unique" }37serde = { features = ['derive'], version = "1.0.130" }54uc-rpc = { path = "../../client/rpc" }38uc-rpc.path = "../../client/rpc"55up-rpc = { path = "../../primitives/rpc" }39up-common.path = "../../primitives/common"56app-promotion-rpc = { path = "../../primitives/app_promotion_rpc" }57rmrk-rpc = { path = "../../primitives/rmrk-rpc" }40up-data-structs = { default-features = false, path = "../../primitives/data-structs" }58up-pov-estimate-rpc = { path = "../../primitives/pov-estimate-rpc" }41up-pov-estimate-rpc.path = "../../primitives/pov-estimate-rpc"59up-data-structs = { default-features = false, path = "../../primitives/data-structs" }42up-rpc.path = "../../primitives/rpc"6061[dependencies.serde]62features = ['derive']63version = '1.0.130'644365[features]44[features]66default = []45default = []67std = []46pov-estimate = ['uc-rpc/pov-estimate']68unique-runtime = []47std = []69pov-estimate = ['uc-rpc/pov-estimate']48unique-runtime = []7049pallets/app-promotion/Cargo.tomldiffbeforeafterboth28 'frame-support/std',28 'frame-support/std',29 'frame-system/std',29 'frame-system/std',30 'pallet-balances/std',30 'pallet-balances/std',31 'pallet-timestamp/std',32 'pallet-randomness-collective-flip/std',33 'pallet-evm/std',31 'pallet-evm/std',34 'sp-io/std',32 'sp-core/std',35 'sp-std/std',36 'sp-runtime/std',33 'sp-runtime/std',37 'sp-core/std',34 'sp-std/std',38 'serde/std',393540]36]41try-runtime = ["frame-support/try-runtime"]37try-runtime = ["frame-support/try-runtime"]423843[dependencies]39[dependencies]44scale-info = { version = "2.0.1", default-features = false, features = [45 "derive",46] }47################################################################################40################################################################################48# Substrate Dependencies41# Substrate Dependencies494250codec = { default-features = false, features = [43codec = { default-features = false, features = ['derive'], package = 'parity-scale-codec', version = "3.1.2" }51 'derive',44scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }52], package = 'parity-scale-codec', version = '3.1.2' }4553frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }46frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }54frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }47frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }55frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }48frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }56pallet-balances = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }49pallet-balances = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }57pallet-timestamp = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }58pallet-randomness-collective-flip = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }59pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }50pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }60sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }61sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }62sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }51sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }63sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }52sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }64serde = { default-features = false, features = ['derive'], version = '1.0.130' }53sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }655466################################################################################55################################################################################67# local dependencies56# local dependencies685769up-data-structs = { default-features = false, path = "../../primitives/data-structs" }70pallet-common = { default-features = false, path = "../common" }58pallet-common = { default-features = false, path = "../common" }71pallet-configuration = { default-features = false, path = "../configuration" }59pallet-configuration = { default-features = false, path = "../configuration" }72pallet-unique = { default-features = false, path = "../unique" }73pallet-evm-contract-helpers = { default-features = false, path = "../evm-contract-helpers" }60pallet-evm-contract-helpers = { default-features = false, path = "../evm-contract-helpers" }74pallet-evm-migration = { default-features = false, path = "../evm-migration" }61pallet-evm-migration = { default-features = false, path = "../evm-migration" }62pallet-unique = { default-features = false, path = "../unique" }63up-data-structs = { default-features = false, path = "../../primitives/data-structs" }756476# [dev-dependencies]65# [dev-dependencies]7766pallets/collator-selection/Cargo.tomldiffbeforeafterboth1[package]1[package]2name = "pallet-collator-selection"3version = "4.0.0"4description = "Simple staking pallet with a fixed stake."5authors = ["Parity Technologies <admin@parity.io>", "Unique Network <support@uniquenetwork.io>"]2authors = ["Parity Technologies <admin@parity.io>", "Unique Network <support@uniquenetwork.io>"]3description = "Simple staking pallet with a fixed stake."6edition = "2021"4edition = "2021"7homepage = "https://unique.network"5homepage = "https://unique.network"6license = "GPLv3"7name = "pallet-collator-selection"8repository = "https://github.com/UniqueNetwork/unique-chain"8repository = "https://github.com/UniqueNetwork/unique-chain"9license = "GPLv3"9version = "4.0.0"101011[package.metadata.docs.rs]11[package.metadata.docs.rs]12targets = ["x86_64-unknown-linux-gnu"]12targets = ["x86_64-unknown-linux-gnu"]131314[dependencies]14[dependencies]15log = { version = "0.4.17", default-features = false }16codec = { default-features = false, features = ["derive"], package = "parity-scale-codec", version = "3.0.0" }15codec = { default-features = false, features = ["derive"], package = "parity-scale-codec", version = "3.0.0" }16log = { version = "0.4.17", default-features = false }17rand = { version = "0.8.5", features = ["std_rng"], default-features = false }17rand = { version = "0.8.5", features = ["std_rng"], default-features = false }18scale-info = { version = "2.2.0", default-features = false, features = ["derive"] }18scale-info = { version = "2.2.0", default-features = false, features = ["derive"] }19serde = { version = "1.0.145", default-features = false }19serde = { version = "1.0.145", default-features = false }202021sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }22sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }23sp-staking = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }24frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }21frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }25frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }22frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }26pallet-authorship = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }23pallet-authorship = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }27pallet-session = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }28pallet-configuration = { default-features = false, path = "../configuration" }24pallet-configuration = { default-features = false, path = "../configuration" }25pallet-session = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }26sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }27sp-staking = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }28sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }292930frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }30frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }313132[dev-dependencies]32[dev-dependencies]33pallet-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }34pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }35pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }36sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }33sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }37sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }34sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }38sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }35sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }36sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }39sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }37pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }40sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }38sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }39pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }40pallet-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }414142[features]42[features]43default = ["std"]43default = ["std"]48]48]49std = [49std = [50 "codec/std",50 "codec/std",51 "frame-benchmarking/std",52 "frame-support/std",53 "frame-system/std",51 "log/std",54 "log/std",55 "pallet-authorship/std",52 "scale-info/std",56 "pallet-session/std",53 "rand/std",57 "rand/std",58 "scale-info/std",54 "sp-runtime/std",59 "sp-runtime/std",55 "sp-staking/std",60 "sp-staking/std",56 "sp-std/std",61 "sp-std/std",57 "frame-support/std",58 "frame-system/std",59 "frame-benchmarking/std",60 "pallet-authorship/std",61 "pallet-session/std",62]62]636364try-runtime = [ "frame-support/try-runtime" ]64try-runtime = ["frame-support/try-runtime"]pallets/common/Cargo.tomldiffbeforeafterboth1[package]1[package]2edition = "2021"3license = "GPLv3"2name = "pallet-common"4name = "pallet-common"3version = "0.1.12"5version = "0.1.12"4license = "GPLv3"5edition = "2021"67[dependencies.codec]8default-features = false9features = ['derive']10package = 'parity-scale-codec'11version = '3.1.2'12613[dependencies]7[dependencies]8codec = { default-features = false, features = ['derive'], package = 'parity-scale-codec', version = "3.1.2" }9scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }1011ethereum = { version = "0.14.0", default-features = false }12evm-coder = { default-features = false, path = "../../crates/evm-coder" }13frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }16pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }17pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }19sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }20sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }19frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }20fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }21up-data-structs = { default-features = false, path = '../../primitives/data-structs' }21up-data-structs = { default-features = false, path = "../../primitives/data-structs" }22pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }23evm-coder = { default-features = false, path = '../../crates/evm-coder' }24ethereum = { version = "0.14.0", default-features = false }25pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }26up-pov-estimate-rpc = { default-features = false, path = "../../primitives/pov-estimate-rpc" }22up-pov-estimate-rpc = { default-features = false, path = "../../primitives/pov-estimate-rpc" }2728serde = { version = "1.0.130", default-features = false }29scale-info = { version = "2.0.1", default-features = false, features = [30 "derive",31] }322333[features]24[features]34default = ["std"]25default = ["std"]26runtime-benchmarks = ["frame-benchmarking/runtime-benchmarks", "up-data-structs/runtime-benchmarks"]35std = [27std = [36 "frame-support/std",28 "frame-support/std",37 "frame-system/std",29 "frame-system/std",30 "pallet-evm/std",38 "sp-runtime/std",31 "sp-runtime/std",39 "sp-std/std",32 "sp-std/std",40 "fp-evm-mapping/std",41 "up-data-structs/std",33 "up-data-structs/std",42 "pallet-evm/std",43 "up-pov-estimate-rpc/std",34 "up-pov-estimate-rpc/std",44]35]45runtime-benchmarks = [36stubgen = ["evm-coder/stubgen"]46 "frame-benchmarking/runtime-benchmarks",47 "up-data-structs/runtime-benchmarks",48]49try-runtime = ["frame-support/try-runtime"]37try-runtime = ["frame-support/try-runtime"]50stubgen = ["evm-coder/stubgen"]5138pallets/configuration/Cargo.tomldiffbeforeafterboth1[package]1[package]2edition = "2021"2name = "pallet-configuration"3name = "pallet-configuration"3version = "0.1.3"4version = "0.1.3"4edition = "2021"556[dependencies]6[dependencies]7parity-scale-codec = { version = "3.1.5", features = [7fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }8 "derive",9], default-features = false }10scale-info = { version = "2.0.1", default-features = false, features = [8frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }11 "derive",12] }13frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }9frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }14frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }10frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }15frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }11parity-scale-codec = { version = "3.2.2", features = ["derive"], default-features = false }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }12scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }13smallvec = "1.6.1"17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }14sp-arithmetic = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }15sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }19sp-arithmetic = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }16sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }20fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }21smallvec = "1.6.1"22xcm = { default-features = false, git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36" }17xcm = { default-features = false, git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36" }231824[features]19[features]25default = ["std"]20default = ["std"]26runtime-benchmarks = ["frame-benchmarking"]21runtime-benchmarks = ["frame-benchmarking"]27std = [22std = [28 "parity-scale-codec/std",23 "fp-evm/std",24 "frame-benchmarking/std",29 "frame-support/std",25 "frame-support/std",30 "frame-system/std",26 "frame-system/std",31 "frame-benchmarking/std",27 "parity-scale-codec/std",32 "sp-runtime/std",28 "sp-arithmetic/std",33 "sp-std/std",34 "sp-core/std",29 "sp-core/std",35 "sp-arithmetic/std",36 "fp-evm/std",30 "sp-std/std",37]31]38try-runtime = ["frame-support/try-runtime"]32try-runtime = ["frame-support/try-runtime"]3933pallets/evm-coder-substrate/Cargo.tomldiffbeforeafterboth1[package]1[package]2edition = "2021"3license = "GPLv3"2name = "pallet-evm-coder-substrate"4name = "pallet-evm-coder-substrate"3version = "0.1.3"5version = "0.1.3"4license = "GPLv3"5edition = "2021"667[dependencies]7[dependencies]8codec = { default-features = false, features = ['derive'], package = 'parity-scale-codec', version = "3.2.2" }8scale-info = { version = "2.0.1", default-features = false, features = [9scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }9 "derive",1010] }11sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }12sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }13ethereum = { version = "0.14.0", default-features = false }14evm-coder = { default-features = false, path = "../../crates/evm-coder" }11evm-coder = { default-features = false, path = "../../crates/evm-coder" }15pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }16pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }12frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }17frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }13frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }18frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }14frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }15pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }19frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }16sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }20up-data-structs = { default-features = false, path = "../../primitives/data-structs" }18up-data-structs = { default-features = false, path = "../../primitives/data-structs" }2122[dependencies.codec]23default-features = false24features = ['derive']25package = 'parity-scale-codec'26version = '3.1.2'271928[features]20[features]29default = ["std"]21default = ["std"]22runtime-benchmarks = ['frame-benchmarking']30std = [23std = [31 "sp-std/std",32 "sp-core/std",33 "ethereum/std",34 "evm-coder/std",24 "evm-coder/std",25 "frame-support/std",35 "pallet-ethereum/std",26 "frame-system/std",36 "pallet-evm/std",27 "pallet-evm/std",37 "frame-support/std",28 "sp-core/std",38 "frame-system/std",29 "sp-std/std",39 'frame-benchmarking/std',30 'frame-benchmarking/std',40]31]41runtime-benchmarks = ['frame-benchmarking']42try-runtime = ["frame-support/try-runtime"]32try-runtime = ["frame-support/try-runtime"]4333pallets/evm-contract-helpers/Cargo.tomldiffbeforeafterboth1[package]1[package]2edition = "2021"3license = "GPLv3"2name = "pallet-evm-contract-helpers"4name = "pallet-evm-contract-helpers"3version = "0.3.0"5version = "0.3.0"4license = "GPLv3"5edition = "2021"667[dependencies]7[dependencies]8scale-info = { version = "2.0.1", default-features = false, features = [8scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }9 "derive",10] }11log = { default-features = false, version = "0.4.14" }12ethereum = { version = "0.14.0", default-features = false }13914# Substrate10# Substrate15frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }11frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }16frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }12frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }17sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }18sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }19sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }13sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }14sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }201521# Unique16# Unique22pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }17pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }23fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }24up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.36" }18up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.36" }251926# Locals20# Locals21codec = { default-features = false, features = ['derive'], package = 'parity-scale-codec', version = "3.1.2" }27evm-coder = { default-features = false, path = '../../crates/evm-coder' }22evm-coder = { default-features = false, path = "../../crates/evm-coder" }28pallet-common = { default-features = false, path = '../../pallets/common' }23pallet-common = { default-features = false, path = "../../pallets/common" }29pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }24pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }30pallet-evm-transaction-payment = { default-features = false, path = '../../pallets/evm-transaction-payment' }25pallet-evm-transaction-payment = { default-features = false, path = "../../pallets/evm-transaction-payment" }31up-data-structs = { default-features = false, path = '../../primitives/data-structs', features = [26up-data-structs = { default-features = false, path = "../../primitives/data-structs", features = ['serde1'] }32 'serde1',33] }3435[dependencies.codec]36default-features = false37features = ['derive']38package = 'parity-scale-codec'39version = '3.1.2'402741[features]28[features]42default = ["std"]29default = ["std"]43std = [30std = [31 "evm-coder/std",44 "frame-support/std",32 "frame-support/std",45 "frame-system/std",33 "frame-system/std",46 "sp-runtime/std",47 "sp-std/std",48 "sp-core/std",34 "pallet-common/std",49 "evm-coder/std",50 "pallet-evm-coder-substrate/std",35 "pallet-evm-coder-substrate/std",51 "pallet-evm/std",36 "pallet-evm/std",37 "sp-core/std",38 "sp-std/std",52 "up-sponsorship/std",39 "up-sponsorship/std",53 "pallet-common/std",54]40]55try-runtime = ["frame-support/try-runtime"]56stubgen = ["evm-coder/stubgen", "pallet-common/stubgen"]41stubgen = ["evm-coder/stubgen", "pallet-common/stubgen"]42try-runtime = ["frame-support/try-runtime"]5743pallets/evm-migration/Cargo.tomldiffbeforeafterboth1[package]1[package]2edition = "2021"3license = "GPLv3"2name = "pallet-evm-migration"4name = "pallet-evm-migration"3version = "0.1.1"5version = "0.1.1"4license = "GPLv3"5edition = "2021"667[dependencies]7[dependencies]8scale-info = { version = "2.0.1", default-features = false, features = [8codec = { default-features = false, features = ['derive'], package = 'parity-scale-codec', version = "3.1.2" }9 "derive",10] }11ethereum = { version = "0.14.0", default-features = false }9ethereum = { version = "0.14.0", default-features = false }10frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }12frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }11frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }13frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }12frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }14frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }15sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }16sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }17sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }19pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }13pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }14scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }15sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }20fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }16sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }2122[dependencies.codec]23default-features = false24features = ['derive']25package = 'parity-scale-codec'26version = '3.1.2'271728[features]18[features]29default = ["std", "runtime-benchmarks"]19default = ["runtime-benchmarks", "std"]20runtime-benchmarks = ["frame-benchmarking"]30std = [21std = ["frame-benchmarking/std", "frame-support/std", "frame-system/std", "pallet-evm/std", "sp-core/std", "sp-std/std"]31 "frame-support/std",32 "frame-system/std",33 "frame-benchmarking/std",34 "sp-runtime/std",35 "sp-std/std",36 "sp-io/std",37 "sp-core/std",38 "pallet-evm/std",39 "fp-evm/std",40]41runtime-benchmarks = ["frame-benchmarking"]42try-runtime = ["frame-support/try-runtime"]22try-runtime = ["frame-support/try-runtime"]4323pallets/evm-transaction-payment/Cargo.tomldiffbeforeafterboth1[package]1[package]2edition = "2021"3license = "GPLv3"2name = "pallet-evm-transaction-payment"4name = "pallet-evm-transaction-payment"3version = "0.1.1"5version = "0.1.1"4license = "GPLv3"5edition = "2021"667[dependencies]7[dependencies]8codec = { default-features = false, features = ['derive'], package = 'parity-scale-codec', version = "3.1.2" }8scale-info = { version = "2.0.1", default-features = false, features = [9scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }9 "derive",1010] }11fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }11frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }12frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }12frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }13frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }14pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }15sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }13sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }14sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }15sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }16sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }17pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }18fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }19pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }20up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.36" }18up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.36" }21fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }2223[dependencies.codec]24default-features = false25features = ['derive']26package = 'parity-scale-codec'27version = '3.1.2'281929[features]20[features]30default = ["std"]21default = ["std"]31std = [22std = [23 "fp-evm/std",32 "frame-support/std",24 "frame-support/std",33 "frame-system/std",25 "frame-system/std",34 "sp-runtime/std",26 "pallet-evm/std",35 "sp-std/std",36 "sp-io/std",37 "sp-core/std",27 "sp-core/std",38 "pallet-evm/std",28 "sp-runtime/std",39 "pallet-ethereum/std",40 "fp-evm/std",29 "sp-std/std",41 "up-sponsorship/std",30 "up-sponsorship/std",42 "fp-evm-mapping/std",43]31]44try-runtime = ["frame-support/try-runtime"]32try-runtime = ["frame-support/try-runtime"]4533pallets/foreign-assets/Cargo.tomldiffbeforeafterboth1[package]1[package]2edition = "2021"3license = "GPLv3"2name = "pallet-foreign-assets"4name = "pallet-foreign-assets"3version = "0.1.0"5version = "0.1.0"4license = "GPLv3"5edition = "2021"667[dependencies]7[dependencies]8log = { version = "0.4.16", default-features = false }9serde = { version = "1.0.136", optional = true }10scale-info = { version = "2.0.1", default-features = false, features = [11 "derive",12] }13codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false }8codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false }14sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36", default-features = false }9scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }1015sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36", default-features = false }11frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }16frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36", default-features = false }12frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36", default-features = false }17frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36", default-features = false }13frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36", default-features = false }18up-data-structs = { default-features = false, path = '../../primitives/data-structs' }14log = { version = "0.4.16", default-features = false }15orml-tokens.workspace = true19pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36", default-features = false }16pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36", default-features = false }20pallet-common = { default-features = false, path = '../common' }17pallet-common = { default-features = false, path = "../common" }21pallet-fungible = { default-features = false, path = '../fungible' }18pallet-fungible = { default-features = false, path = "../fungible" }19serde = { version = "1.0.136", optional = true }20sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36", default-features = false }21sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36", default-features = false }22up-data-structs = { default-features = false, path = "../../primitives/data-structs" }22xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36", default-features = false }23xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36", default-features = false }23xcm-builder = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36", default-features = false }24xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36", default-features = false }24xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36", default-features = false }25orml-tokens.workspace = true26frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }272528[dev-dependencies]26[dev-dependencies]29serde_json = "1.0.68"27hex = "0.4"28pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }30hex = { version = "0.4" }29pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }30serde_json = "1.0.68"31sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }31sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }32sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }32sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }33pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }34pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }353336[features]34[features]37default = ["std"]35default = ["std"]36runtime-benchmarks = ['frame-benchmarking', 'pallet-common/runtime-benchmarks']38std = [37std = [39 "serde",40 "log/std",41 "codec/std",38 "codec/std",42 "scale-info/std",43 "sp-runtime/std",44 "sp-std/std",45 "frame-support/std",39 "frame-support/std",46 "frame-system/std",40 "frame-system/std",47 "up-data-structs/std",41 "log/std",48 "pallet-common/std",42 "orml-tokens/std",49 "pallet-balances/std",43 "pallet-balances/std",44 "pallet-common/std",50 "pallet-fungible/std",45 "pallet-fungible/std",46 "scale-info/std",47 "serde",51 "orml-tokens/std",48 "sp-io/std",49 "sp-runtime/std",50 "sp-std/std",51 "up-data-structs/std",52]52]53try-runtime = ["frame-support/try-runtime"]53try-runtime = ["frame-support/try-runtime"]54runtime-benchmarks = ['frame-benchmarking', 'pallet-common/runtime-benchmarks']5554pallets/fungible/Cargo.tomldiffbeforeafterboth1[package]1[package]2edition = "2021"3license = "GPLv3"2name = "pallet-fungible"4name = "pallet-fungible"3version = "0.1.9"5version = "0.1.9"4license = "GPLv3"5edition = "2021"67[dependencies.codec]8default-features = false9features = ['derive']10package = 'parity-scale-codec'11version = '3.1.2'12613[dependencies]7[dependencies]8codec = { default-features = false, features = ['derive'], package = 'parity-scale-codec', version = "3.1.2" }9scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }1011evm-coder = { default-features = false, path = "../../crates/evm-coder" }12frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }13frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }14frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }15pallet-common = { default-features = false, path = "../common" }16pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }17pallet-evm-coder-substrate = { default-features = false, path = "../evm-coder-substrate" }18pallet-structure = { default-features = false, path = "../structure" }19sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }20sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }21sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }19pallet-common = { default-features = false, path = '../common' }20pallet-structure = { default-features = false, path = '../structure' }21up-data-structs = { default-features = false, path = '../../primitives/data-structs' }22up-data-structs = { default-features = false, path = "../../primitives/data-structs" }22evm-coder = { default-features = false, path = '../../crates/evm-coder' }23pallet-evm-coder-substrate = { default-features = false, path = '../evm-coder-substrate' }24ethereum = { version = "0.14.0", default-features = false }25frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }26pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }27scale-info = { version = "2.0.1", default-features = false, features = [28 "derive",29] }302331[features]24[features]32default = ["std"]25default = ["std"]26runtime-benchmarks = ['frame-benchmarking', 'pallet-common/runtime-benchmarks']33std = [27std = [28 "evm-coder/std",34 "frame-support/std",29 "frame-support/std",35 "frame-system/std",30 "frame-system/std",36 "sp-runtime/std",31 "pallet-common/std",37 "sp-std/std",38 "up-data-structs/std",32 "pallet-evm-coder-substrate/std",39 "pallet-common/std",33 "pallet-evm/std",40 "pallet-structure/std",34 "pallet-structure/std",41 "evm-coder/std",35 "sp-runtime/std",42 "ethereum/std",36 "sp-std/std",43 "pallet-evm-coder-substrate/std",37 "up-data-structs/std",44 'frame-benchmarking/std',38 'frame-benchmarking/std',45 "pallet-evm/std",46]39]47runtime-benchmarks = ['frame-benchmarking', 'pallet-common/runtime-benchmarks']40stubgen = ["evm-coder/stubgen", "pallet-common/stubgen"]48try-runtime = ["frame-support/try-runtime"]41try-runtime = ["frame-support/try-runtime"]49stubgen = ["evm-coder/stubgen", "pallet-common/stubgen"]5042pallets/identity/Cargo.tomldiffbeforeafterboth1[package]1[package]2name = "pallet-identity"3version = "4.0.0-dev"4authors = ["Parity Technologies <admin@parity.io>", "Unique Network <support@uniquenetwork.io>"]2authors = ["Parity Technologies <admin@parity.io>", "Unique Network <support@uniquenetwork.io>"]3description = "FRAME identity management pallet"5edition = "2021"4edition = "2021"6license = "Apache-2.0"7homepage = "https://substrate.io"5homepage = "https://substrate.io"8repository = "https://github.com/paritytech/substrate/"6license = "Apache-2.0"9description = "FRAME identity management pallet"7name = "pallet-identity"10readme = "README.md"8readme = "README.md"9repository = "https://github.com/paritytech/substrate/"10version = "4.0.0-dev"111112[package.metadata.docs.rs]12[package.metadata.docs.rs]13targets = ["x86_64-unknown-linux-gnu"]13targets = ["x86_64-unknown-linux-gnu"]141415[dependencies]15[dependencies]16codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "max-encoded-len"] }16codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = [17 "derive",18 "max-encoded-len",19] }17enumflags2 = { version = "0.7.4" }20enumflags2 = "0.7.4"18scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }19frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }21frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }20frame-support = { version = "4.0.0-dev", default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }22frame-support = { version = "4.0.0-dev", default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }21frame-system = { version = "4.0.0-dev", default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }23frame-system = { version = "4.0.0-dev", default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }24scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }22sp-io = { version = "7.0.0", default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }25sp-io = { version = "7.0.0", default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }23sp-runtime = { version = "7.0.0", default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }26sp-runtime = { version = "7.0.0", default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }24sp-std = { version = "5.0.0", default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }27sp-std = { version = "5.0.0", default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }293230[features]33[features]31default = ["std"]34default = ["std"]35runtime-benchmarks = [36 "frame-benchmarking/runtime-benchmarks",37 "frame-support/runtime-benchmarks",38 "frame-system/runtime-benchmarks",39]32std = [40std = [33 "codec/std",41 "codec/std",34 "frame-benchmarking?/std",42 "frame-benchmarking?/std",39 "sp-runtime/std",47 "sp-runtime/std",40 "sp-std/std",48 "sp-std/std",41]49]42runtime-benchmarks = [43 "frame-benchmarking/runtime-benchmarks",44 "frame-support/runtime-benchmarks",45 "frame-system/runtime-benchmarks",46]47try-runtime = ["frame-support/try-runtime"]50try-runtime = ["frame-support/try-runtime"]4851pallets/identity/src/benchmarking.rsdiffbeforeafterboth450 let s in 0 .. T::MaxSubAccounts::get();450 let s in 0 .. T::MaxSubAccounts::get();451 let n in 0..600;451 let n in 0..600;452 use frame_benchmarking::account;452 use frame_benchmarking::account;453 let identities = (0..n).map(|i| (453 let identities = (0..n).map(|i| {454 account("caller", i, SEED),454 let caller: T::AccountId = account("caller", i, SEED);455 (456 caller.clone(),455 (457 (456 BalanceOf::<T>::max_value(),458 BalanceOf::<T>::max_value(),457 create_sub_accounts::<T>(&caller, s)?.try_into().unwrap(),459 create_sub_accounts::<T>(&caller, s).unwrap().try_into().unwrap(),458 ),460 ),461 )459 )).collect::<Vec<_>>();462 }).collect::<Vec<_>>();460 let origin = T::ForceOrigin::successful_origin();463 let origin = T::ForceOrigin::successful_origin();461 }: _<T::RuntimeOrigin>(origin, identities)464 }: _<T::RuntimeOrigin>(origin, identities)462465pallets/inflation/Cargo.tomldiffbeforeafterboth19runtime-benchmarks = ['frame-benchmarking']19runtime-benchmarks = ['frame-benchmarking']20std = [20std = [21 'codec/std',21 'codec/std',22 'serde/std',22 'frame-benchmarking/std',23 'frame-support/std',23 'frame-support/std',24 'frame-system/std',24 'frame-system/std',25 'pallet-balances/std',25 'pallet-balances/std',26 'pallet-timestamp/std',26 'sp-runtime/std',27 'pallet-randomness-collective-flip/std',28 'sp-std/std',27 'sp-std/std',29 'sp-runtime/std',30 'frame-benchmarking/std',31]28]32try-runtime = ["frame-support/try-runtime"]29try-runtime = ["frame-support/try-runtime"]3334################################################################################35# Substrate Dependencies363037[dependencies.codec]31[dependencies]38default-features = false32codec = { default-features = false, features = ['derive'], package = 'parity-scale-codec', version = "3.1.2" }39features = ['derive']33scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }40package = 'parity-scale-codec'41version = '3.1.2'423443[dependencies.frame-benchmarking]35frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }44default-features = false45optional = true46git = "https://github.com/paritytech/substrate"47branch = "polkadot-v0.9.36"4849[dependencies.frame-support]36frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }50default-features = false51git = "https://github.com/paritytech/substrate"52branch = "polkadot-v0.9.36"5354[dependencies.frame-system]37frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }55default-features = false56git = "https://github.com/paritytech/substrate"57branch = "polkadot-v0.9.36"5859[dependencies.pallet-balances]38pallet-balances = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }60default-features = false61git = "https://github.com/paritytech/substrate"62branch = "polkadot-v0.9.36"6364[dependencies.pallet-timestamp]65default-features = false66git = "https://github.com/paritytech/substrate"67branch = "polkadot-v0.9.36"6869[dependencies.pallet-randomness-collective-flip]70default-features = false39sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }71git = "https://github.com/paritytech/substrate"72branch = "polkadot-v0.9.36"7374[dependencies.sp-std]75default-features = false40sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }76git = "https://github.com/paritytech/substrate"77branch = "polkadot-v0.9.36"7879[dependencies.serde]80default-features = false81features = ['derive']82version = '1.0.130'8384[dependencies.sp-runtime]41sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }85default-features = false86git = "https://github.com/paritytech/substrate"87branch = "polkadot-v0.9.36"8889[dependencies.sp-core]90default-features = false91git = "https://github.com/paritytech/substrate"92branch = "polkadot-v0.9.36"9394[dependencies.sp-io]95default-features = false42sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }96git = "https://github.com/paritytech/substrate"97branch = "polkadot-v0.9.36"9899[dependencies]100scale-info = { version = "2.0.1", default-features = false, features = [101 "derive",102] }10343pallets/maintenance/Cargo.tomldiffbeforeafterboth1[package]1[package]2name = "pallet-maintenance"3version = "0.1.0"4authors = ["Unique Network <support@uniquenetwork.io>"]2authors = ["Unique Network <support@uniquenetwork.io>"]3description = "Unique Maintenance pallet"5edition = "2021"4edition = "2021"5homepage = "https://unique.network"6license = "GPLv3"6license = "GPLv3"7homepage = "https://unique.network"7name = "pallet-maintenance"8readme = "README.md"8repository = "https://github.com/UniqueNetwork/unique-chain"9repository = "https://github.com/UniqueNetwork/unique-chain"9description = "Unique Maintenance pallet"10readme = "README.md"10version = "0.1.0"111112[dependencies]12[dependencies]13codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = [13codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }14 "derive",15] }16scale-info = { version = "2.1.1", default-features = false, features = [14scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }17 "derive",1518] }16frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }19frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }17frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }20frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }18frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }21frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }22sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }19sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }232024[features]21[features]25default = ["std"]22default = ["std"]23runtime-benchmarks = ["frame-benchmarking", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks"]26std = [24std = ["codec/std", "frame-benchmarking/std", "frame-support/std", "frame-system/std", "scale-info/std", "sp-std/std"]27 "codec/std",28 "scale-info/std",29 "frame-support/std",30 "frame-system/std",31 "frame-benchmarking/std",32 "sp-std/std",33]34runtime-benchmarks = [35 "frame-benchmarking",36 "frame-support/runtime-benchmarks",37 "frame-system/runtime-benchmarks",38]39try-runtime = ["frame-support/try-runtime"]25try-runtime = ["frame-support/try-runtime"]4026pallets/nonfungible/Cargo.tomldiffbeforeafterboth1[package]1[package]2edition = "2021"3license = "GPLv3"2name = "pallet-nonfungible"4name = "pallet-nonfungible"3version = "0.1.12"5version = "0.1.12"4license = "GPLv3"5edition = "2021"667[dependencies.codec]7[dependencies]8default-features = false8codec = { default-features = false, features = ['derive'], package = 'parity-scale-codec', version = "3.1.2" }9features = ['derive']9evm-coder = { default-features = false, path = "../../crates/evm-coder" }10package = 'parity-scale-codec'10frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }11version = '3.1.2'11frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }1212frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }13[dependencies]13pallet-common = { default-features = false, path = "../common" }14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }14pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }15pallet-evm-coder-substrate = { default-features = false, path = "../evm-coder-substrate" }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }16pallet-structure = { default-features = false, path = "../structure" }17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }17scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }19pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }19sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }20pallet-common = { default-features = false, path = '../common' }20sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }21pallet-structure = { default-features = false, path = '../structure' }21struct-versioning.path = "../../crates/struct-versioning"22up-data-structs = { default-features = false, path = '../../primitives/data-structs' }22up-data-structs = { default-features = false, path = "../../primitives/data-structs" }23evm-coder = { default-features = false, path = '../../crates/evm-coder' }24pallet-evm-coder-substrate = { default-features = false, path = '../evm-coder-substrate' }25ethereum = { version = "0.14.0", default-features = false }26frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }27scale-info = { version = "2.0.1", default-features = false, features = [28 "derive",29] }30struct-versioning = { path = "../../crates/struct-versioning" }312332[features]24[features]33default = ["std"]25default = ["std"]34std = [35 "frame-support/std",36 "frame-system/std",37 "sp-runtime/std",38 "sp-std/std",39 "up-data-structs/std",40 "pallet-common/std",41 "pallet-structure/std",42 "evm-coder/std",43 "ethereum/std",44 "pallet-evm-coder-substrate/std",45 'frame-benchmarking/std',46 "pallet-evm/std",47]48runtime-benchmarks = [26runtime-benchmarks = [49 'frame-benchmarking',27 'frame-benchmarking',50 'frame-support/runtime-benchmarks',28 'frame-support/runtime-benchmarks',51 'frame-system/runtime-benchmarks',29 'frame-system/runtime-benchmarks',52 'up-data-structs/runtime-benchmarks',30 'up-data-structs/runtime-benchmarks',53]31]54try-runtime = ["frame-support/try-runtime"]32std = [33 "evm-coder/std",34 "frame-support/std",35 "frame-system/std",36 "pallet-common/std",37 "pallet-evm-coder-substrate/std",38 "pallet-evm/std",39 "pallet-structure/std",40 "sp-runtime/std",41 "sp-std/std",42 "up-data-structs/std",43 'frame-benchmarking/std',44]55stubgen = ["evm-coder/stubgen", "pallet-common/stubgen"]45stubgen = ["evm-coder/stubgen", "pallet-common/stubgen"]46try-runtime = ["frame-support/try-runtime"]5647pallets/proxy-rmrk-core/Cargo.tomldiffbeforeafterboth1[package]1[package]2edition = "2021"3license = "GPLv3"2name = "pallet-rmrk-core"4name = "pallet-rmrk-core"3version = "0.1.2"5version = "0.1.2"4license = "GPLv3"5edition = "2021"67[dependencies.codec]8default-features = false9features = ['derive']10package = 'parity-scale-codec'11version = '3.1.2'12613[dependencies]7[dependencies]8codec = { default-features = false, features = ['derive'], package = 'parity-scale-codec', version = "3.1.2" }9scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }1011frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }12frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }13frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }14pallet-common = { default-features = false, path = "../common" }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }15pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }19pallet-common = { default-features = false, path = '../common' }20pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }16pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }21pallet-structure = { default-features = false, path = "../../pallets/structure" }17pallet-structure = { default-features = false, path = "../../pallets/structure" }22up-data-structs = { default-features = false, path = '../../primitives/data-structs' }23pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }24frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }25rmrk-traits = { default-features = false, path = "../../primitives/rmrk-traits" }18rmrk-traits = { default-features = false, path = "../../primitives/rmrk-traits" }26scale-info = { version = "2.0.1", default-features = false, features = [19sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }27 "derive",28] }29derivative = { version = "2.2.0", features = ["use_core"] }20sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }21up-data-structs = { default-features = false, path = "../../primitives/data-structs" }302231[features]23[features]32default = ["std"]24default = ["std"]25runtime-benchmarks = ['frame-benchmarking', 'frame-support/runtime-benchmarks', 'frame-system/runtime-benchmarks']33std = [26std = [34 "frame-support/std",27 "frame-support/std",35 "frame-system/std",28 "frame-system/std",36 "sp-runtime/std",29 "pallet-common/std",37 "sp-std/std",30 "pallet-evm/std",31 "pallet-nonfungible/std",38 "up-data-structs/std",32 "pallet-structure/std",39 "rmrk-traits/std",33 "rmrk-traits/std",40 "pallet-common/std",34 "sp-runtime/std",41 "pallet-nonfungible/std",35 "sp-std/std",42 "pallet-structure/std",36 "up-data-structs/std",43 "pallet-evm/std",44 'frame-benchmarking/std',37 'frame-benchmarking/std',45]38]46runtime-benchmarks = [47 'frame-benchmarking',48 'frame-support/runtime-benchmarks',49 'frame-system/runtime-benchmarks',50]51try-runtime = ["frame-support/try-runtime"]39try-runtime = ["frame-support/try-runtime"]5240pallets/proxy-rmrk-equip/Cargo.tomldiffbeforeafterboth1[package]1[package]2edition = "2021"3license = "GPLv3"2name = "pallet-rmrk-equip"4name = "pallet-rmrk-equip"3version = "0.1.2"5version = "0.1.2"4license = "GPLv3"5edition = "2021"67[dependencies.codec]8default-features = false9features = ['derive']10package = 'parity-scale-codec'11version = '3.1.2'12613[dependencies]7[dependencies]8codec = { default-features = false, features = ['derive'], package = 'parity-scale-codec', version = "3.1.2" }9scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }1011frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }12frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }13frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }19pallet-common = { default-features = false, path = '../common' }14pallet-common = { default-features = false, path = "../common" }20pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }21up-data-structs = { default-features = false, path = '../../primitives/data-structs' }22pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }15pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }23frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }24rmrk-traits = { default-features = false, path = "../../primitives/rmrk-traits" }16pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }25scale-info = { version = "2.0.1", default-features = false, features = [26 "derive",27] }28pallet-rmrk-core = { default-features = false, path = "../proxy-rmrk-core" }17pallet-rmrk-core = { default-features = false, path = "../proxy-rmrk-core" }18sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }19sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }20up-data-structs = { default-features = false, path = "../../primitives/data-structs" }292130[features]22[features]31default = ["std"]23default = ["std"]24runtime-benchmarks = ['frame-benchmarking', 'frame-support/runtime-benchmarks', 'frame-system/runtime-benchmarks']32std = [25std = [33 "frame-support/std",26 "frame-support/std",34 "frame-system/std",27 "frame-system/std",35 "sp-runtime/std",36 "sp-std/std",37 "up-data-structs/std",38 "rmrk-traits/std",39 "pallet-common/std",28 "pallet-common/std",29 "pallet-evm/std",40 "pallet-nonfungible/std",30 "pallet-nonfungible/std",41 "pallet-rmrk-core/std",31 "pallet-rmrk-core/std",42 "pallet-evm/std",32 "sp-runtime/std",33 "sp-std/std",34 "up-data-structs/std",43 'frame-benchmarking/std',35 'frame-benchmarking/std',44]36]45runtime-benchmarks = [46 'frame-benchmarking',47 'frame-support/runtime-benchmarks',48 'frame-system/runtime-benchmarks',49]50try-runtime = ["frame-support/try-runtime"]37try-runtime = ["frame-support/try-runtime"]5138pallets/refungible/Cargo.tomldiffbeforeafterboth1[package]1[package]2edition = "2021"3license = "GPLv3"2name = "pallet-refungible"4name = "pallet-refungible"3version = "0.2.11"5version = "0.2.11"4license = "GPLv3"5edition = "2021"67[dependencies.codec]8default-features = false9features = ['derive']10package = 'parity-scale-codec'11version = '3.1.2'12613[dependencies]7[dependencies]8codec = { default-features = false, features = ['derive'], package = 'parity-scale-codec', version = "3.1.2" }9scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }1011evm-coder = { default-features = false, path = "../../crates/evm-coder" }12frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }13frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }14frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }15pallet-common = { default-features = false, path = "../common" }16pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }17pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }18pallet-structure = { default-features = false, path = "../structure" }19sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }20sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }21sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }2219pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }20evm-coder = { default-features = false, path = '../../crates/evm-coder' }21pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }22pallet-common = { default-features = false, path = '../common' }23pallet-structure = { default-features = false, path = '../structure' }24frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }2526struct-versioning = { path = "../../crates/struct-versioning" }27up-data-structs = { default-features = false, path = '../../primitives/data-structs' }23up-data-structs = { default-features = false, path = "../../primitives/data-structs" }28ethereum = { version = "0.14.0", default-features = false }29scale-info = { version = "2.0.1", default-features = false, features = [30 "derive",31] }32derivative = { version = "2.2.0", features = ["use_core"] }332434[features]25[features]35default = ["std"]26default = ["std"]36std = [37 "ethereum/std",38 "evm-coder/std",39 'frame-benchmarking/std',40 "frame-support/std",41 "frame-system/std",42 "pallet-common/std",43 "pallet-evm/std",44 "pallet-evm-coder-substrate/std",45 "pallet-structure/std",46 "sp-runtime/std",47 "sp-std/std",48 "up-data-structs/std",49]50runtime-benchmarks = [27runtime-benchmarks = [51 'frame-benchmarking',28 'frame-benchmarking',52 'frame-support/runtime-benchmarks',29 'frame-support/runtime-benchmarks',53 'frame-system/runtime-benchmarks',30 'frame-system/runtime-benchmarks',54 'up-data-structs/runtime-benchmarks',31 'up-data-structs/runtime-benchmarks',55]32]56try-runtime = ["frame-support/try-runtime"]33std = [34 "evm-coder/std",35 "frame-support/std",36 "frame-system/std",37 "pallet-common/std",38 "pallet-evm-coder-substrate/std",39 "pallet-evm/std",40 "pallet-structure/std",41 "sp-runtime/std",42 "sp-std/std",43 "up-data-structs/std",44 'frame-benchmarking/std',45]57stubgen = ["evm-coder/stubgen", "pallet-common/stubgen"]46stubgen = ["evm-coder/stubgen", "pallet-common/stubgen"]47try-runtime = ["frame-support/try-runtime"]5848pallets/scheduler-v2/Cargo.tomldiffbeforeafterboth1[package]1[package]2name = "pallet-unique-scheduler-v2"3version = "0.1.0"4authors = ["Unique Network <support@uniquenetwork.io>"]2authors = ["Unique Network <support@uniquenetwork.io>"]3description = "Unique Scheduler pallet"5edition = "2021"4edition = "2021"5homepage = "https://unique.network"6license = "GPLv3"6license = "GPLv3"7homepage = "https://unique.network"7name = "pallet-unique-scheduler-v2"8readme = "README.md"8repository = "https://github.com/UniqueNetwork/unique-chain"9repository = "https://github.com/UniqueNetwork/unique-chain"9description = "Unique Scheduler pallet"10readme = "README.md"10version = "0.1.0"111112[dependencies]12[dependencies]13codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = [13codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }14 "derive",15] }16log = { version = "0.4.17", default-features = false }17scale-info = { version = "2.1.1", default-features = false, features = [18 "derive",19] }20frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }14frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }21frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }15frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }22frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }16frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }17log = { version = "0.4.17", default-features = false }18scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }19sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }23sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }20sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }24sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }21sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }25sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }22sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }26sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }272328[dev-dependencies]24[dev-dependencies]29pallet-preimage = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }25pallet-preimage = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }44 "frame-system/std",36 "frame-system/std",45 "log/std",37 "log/std",46 "scale-info/std",38 "scale-info/std",39 "sp-core/std",47 "sp-io/std",40 "sp-io/std",48 "sp-runtime/std",41 "sp-runtime/std",49 "sp-std/std",42 "sp-std/std",50 "sp-core/std",51]43]52try-runtime = ["frame-support/try-runtime"]44try-runtime = ["frame-support/try-runtime"]5345pallets/structure/Cargo.tomldiffbeforeafterboth1[package]1[package]2edition = "2021"2name = "pallet-structure"3name = "pallet-structure"3version = "0.1.2"4version = "0.1.2"4edition = "2021"556[dependencies]6[dependencies]7parity-scale-codec = { version = "3.2.2", default-features = false, features = ["derive"] }8scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }910frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }7frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }11frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }8frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }12frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }9frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }13log = { version = "0.4.17", default-features = false }10sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }11pallet-common = { path = "../common", default-features = false }14pallet-common = { path = "../common", default-features = false }12parity-scale-codec = { version = "3.1.2", default-features = false, features = [13 "derive",14] }15scale-info = { version = "2.0.1", default-features = false, features = [16 "derive",17] }18up-data-structs = { path = "../../primitives/data-structs", default-features = false }19pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }15pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }16sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }20log = { version = "0.4.17", default-features = false }17up-data-structs = { path = "../../primitives/data-structs", default-features = false }211822[features]19[features]23default = ["std"]20default = ["std"]21runtime-benchmarks = ['frame-benchmarking', 'pallet-common/runtime-benchmarks']24std = ["frame-support/std", "frame-system/std", "frame-benchmarking/std", "sp-std/std", "pallet-common/std", "scale-info/std", "parity-scale-codec/std", "up-data-structs/std", "pallet-evm/std"]22std = [25runtime-benchmarks = ['frame-benchmarking', 'pallet-common/runtime-benchmarks']23 "frame-benchmarking/std",24 "frame-support/std",25 "frame-system/std",26 "pallet-common/std",27 "pallet-evm/std",28 "parity-scale-codec/std",29 "scale-info/std",30 "sp-std/std",31 "up-data-structs/std",32]26try-runtime = ["frame-support/try-runtime"]33try-runtime = ["frame-support/try-runtime"]pallets/unique/Cargo.tomldiffbeforeafterboth161617[features]17[features]18default = ['std']18default = ['std']19limit-testing = ["up-data-structs/limit-testing"]19runtime-benchmarks = ['frame-benchmarking', 'pallet-common/runtime-benchmarks']20runtime-benchmarks = ['frame-benchmarking', 'pallet-common/runtime-benchmarks']20std = [21std = [21 'codec/std',22 'codec/std',22 'serde/std',23 'evm-coder/std',24 'frame-benchmarking/std',23 'frame-support/std',25 'frame-support/std',24 'frame-system/std',26 'frame-system/std',25 'pallet-evm/std',26 'pallet-common/std',27 'pallet-common/std',27 'up-data-structs/std',28 'pallet-evm-coder-substrate/std',28 'sp-std/std',29 'pallet-evm/std',29 'sp-runtime/std',30 'pallet-nonfungible/std',30 'frame-benchmarking/std',31 'serde/std',31 'evm-coder/std',32 'sp-runtime/std',32 'pallet-evm-coder-substrate/std',33 'sp-std/std',33 'pallet-nonfungible/std',34 'up-data-structs/std',34]35]35try-runtime = ["frame-support/try-runtime"]36limit-testing = ["up-data-structs/limit-testing"]37stubgen = ["evm-coder/stubgen", "pallet-common/stubgen"]36stubgen = ["evm-coder/stubgen", "pallet-common/stubgen"]37try-runtime = ["frame-support/try-runtime"]383839################################################################################39################################################################################40# Standart Dependencies40# Local Dependencies4142[dependencies.serde]43default-features = false44features = ['derive']45version = '1.0.130'4647[dependencies.ethereum]48version = "0.12.0"49default-features = false5051################################################################################52# Substrate Dependencies5354[dependencies.codec]55default-features = false56features = ['derive']57package = 'parity-scale-codec'58version = '3.1.2'5960[dependencies.frame-benchmarking]61default-features = false62optional = true63git = "https://github.com/paritytech/substrate"64branch = "polkadot-v0.9.36"6566[dependencies.frame-support]67default-features = false68git = "https://github.com/paritytech/substrate"69branch = "polkadot-v0.9.36"7071[dependencies.frame-system]72default-features = false73git = "https://github.com/paritytech/substrate"74branch = "polkadot-v0.9.36"7576[dependencies.sp-std]77default-features = false78git = "https://github.com/paritytech/substrate"79branch = "polkadot-v0.9.36"8081[dependencies.sp-runtime]82default-features = false83git = "https://github.com/paritytech/substrate"84branch = "polkadot-v0.9.36"8586[dependencies.sp-core]87default-features = false88git = "https://github.com/paritytech/substrate"89branch = "polkadot-v0.9.36"9091[dependencies.sp-io]92default-features = false93git = "https://github.com/paritytech/substrate"94branch = "polkadot-v0.9.36"9596################################################################################97# Local Dependencies98[dependencies]41[dependencies]42codec = { default-features = false, features = ['derive'], package = 'parity-scale-codec', version = "3.1.2" }43ethereum = { version = "0.12.0", default-features = false }44evm-coder = { default-features = false, path = "../../crates/evm-coder" }45frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }46frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }47frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }48pallet-common = { default-features = false, path = "../common" }49pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }50pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }51pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }52pallet-refungible = { default-features = false, path = "../../pallets/refungible" }53scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }54serde = { default-features = false, features = ['derive'], version = "1.0.130" }55sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }56sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }57sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }58sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }99up-data-structs = { default-features = false, path = "../../primitives/data-structs" }59up-data-structs = { default-features = false, path = "../../primitives/data-structs" }100scale-info = { version = "2.0.1", default-features = false, features = [101 "derive",102] }103pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }104pallet-common = { default-features = false, path = "../common" }105evm-coder = { default-features = false, path = '../../crates/evm-coder' }106pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }107pallet-nonfungible = { default-features = false, path = '../../pallets/nonfungible' }108pallet-refungible = { default-features = false, path = '../../pallets/refungible' }10960primitives/app_promotion_rpc/Cargo.tomldiffbeforeafterboth1[package]1[package]2edition = "2021"3license = "GPLv3"2name = "app-promotion-rpc"4name = "app-promotion-rpc"3version = "0.1.0"5version = "0.1.0"4license = "GPLv3"5edition = "2021"667[dependencies]7[dependencies]8pallet-common = { default-features = false, path = '../../pallets/common' }9up-data-structs = { default-features = false, path = '../data-structs' }10codec = { package = "parity-scale-codec", version = "3.1.2", default-features = false, features = [8codec = { package = "parity-scale-codec", version = "3.1.2", default-features = false, features = ["derive"] }11 "derive",12] }13sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }14sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }9pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }15sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }10sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }11sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }17pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }12sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }181319[features]14[features]20default = ["std"]15default = ["std"]21std = [16std = ["codec/std", "sp-api/std", "sp-runtime/std", "sp-std/std"]22 "codec/std",23 "sp-core/std",24 "sp-std/std",25 "sp-api/std",26 "sp-runtime/std",27 "pallet-common/std",28 "up-data-structs/std",29]3017primitives/common/Cargo.tomldiffbeforeafterboth11[features]11[features]12default = ['std']12default = ['std']13std = [13std = [14 'cumulus-primitives-core/std',14 'sp-std/std',15 'fp-rpc/std',15 'frame-support/std',16 'frame-support/std',16 'sp-runtime/std',17 'pallet-evm/std',17 'sp-core/std',18 'sp-consensus-aura/std',18 'sp-consensus-aura/std',19 'fp-rpc/std',19 'sp-core/std',20 'cumulus-primitives-core/std',20 'sp-runtime/std',21 'pallet-evm/std',21 'sp-std/std',22]22]232324[dependencies.sp-std]24[dependencies]25default-features = false25cumulus-primitives-core = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }26git = "https://github.com/paritytech/substrate"27branch = "polkadot-v0.9.36"2829[dependencies.frame-support]30default-features = false26fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }31git = "https://github.com/paritytech/substrate"32branch = "polkadot-v0.9.36"3334[dependencies.sp-runtime]35default-features = false27frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }36git = "https://github.com/paritytech/substrate"37branch = "polkadot-v0.9.36"3839[dependencies.sp-core]40default-features = false28pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }41git = "https://github.com/paritytech/substrate"42branch = "polkadot-v0.9.36"4344[dependencies.sp-consensus-aura]29sp-consensus-aura = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }45default-features = false46git = "https://github.com/paritytech/substrate"47branch = "polkadot-v0.9.36"4849[dependencies.fp-rpc]50default-features = false30sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }51git = "https://github.com/uniquenetwork/frontier"52branch = "unique-polkadot-v0.9.36"5354[dependencies.cumulus-primitives-core]55default-features = false31sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }56git = "https://github.com/paritytech/cumulus"57branch = "polkadot-v0.9.36"5859[dependencies.pallet-evm]60default-features = false32sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }61git = "https://github.com/uniquenetwork/frontier"62branch = "unique-polkadot-v0.9.36"6333primitives/data-structs/Cargo.tomldiffbeforeafterboth1[package]1[package]2name = "up-data-structs"3authors = ["Unique Network <support@uniquenetwork.io>"]2authors = ["Unique Network <support@uniquenetwork.io>"]4description = "Unique data structs definitions"3description = "Unique data structs definitions"5edition = "2021"4edition = "2021"5homepage = "https://unique.network"6license = 'GPLv3'6license = 'GPLv3'7homepage = "https://unique.network"7name = "up-data-structs"8repository = 'https://github.com/UniqueNetwork/unique-chain'8repository = 'https://github.com/UniqueNetwork/unique-chain'9version = "0.2.2"9version = "0.2.2"101011[dependencies]11[dependencies]12scale-info = { version = "2.0.1", default-features = false, features = [12bondrewd = { version = "0.1.14", features = ["derive"], default-features = false }13 "derive",14] }15codec = { package = "parity-scale-codec", version = "3.1.2", default-features = false, features = [13codec = { package = "parity-scale-codec", version = "3.1.2", default-features = false, features = ['derive'] }16 'derive',17] }18serde = { version = "1.0.130", features = [19 'derive',20], default-features = false, optional = true }21frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }22frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }23sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }24sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }25sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }26derivative = { version = "2.2.0", features = ["use_core"] }14derivative = { version = "2.2.0", features = ["use_core"] }27struct-versioning = { path = "../../crates/struct-versioning" }15frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }28pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }16pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }29rmrk-traits = { default-features = false, path = "../rmrk-traits" }17rmrk-traits = { default-features = false, path = "../rmrk-traits" }18scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }30bondrewd = { version = "0.1.14", features = [19serde = { version = "1.0.130", features = ['derive'], default-features = false, optional = true }31 "derive",20sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }32], default-features = false }21sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }22sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }23struct-versioning.path = "../../crates/struct-versioning"332434[features]25[features]35default = ["std"]26default = ["std"]27limit-testing = []28runtime-benchmarks = []29serde1 = ["serde/alloc"]36std = [30std = [37 "serde1",31 "codec/std",38 "serde/std",32 "frame-support/std",39 "codec/std",33 "pallet-evm/std",40 "frame-system/std",34 "rmrk-traits/std",41 "frame-support/std",35 "serde/std",42 "sp-runtime/std",36 "serde1",43 "sp-core/std",37 "sp-core/std",38 "sp-runtime/std",44 "sp-std/std",39 "sp-std/std",45 "pallet-evm/std",46 "rmrk-traits/std",47]40]48serde1 = ["serde/alloc"]49limit-testing = []50runtime-benchmarks = []5141primitives/pov-estimate-rpc/Cargo.tomldiffbeforeafterboth1[package]1[package]2edition = "2021"3license = "GPLv3"2name = "up-pov-estimate-rpc"4name = "up-pov-estimate-rpc"3version = "0.1.0"5version = "0.1.0"4license = "GPLv3"5edition = "2021"667[dependencies]7[dependencies]8codec = { package = "parity-scale-codec", version = "3.1.2", default-features = false, features = [8codec = { package = "parity-scale-codec", version = "3.1.2", default-features = false, features = ["derive"] }9 "derive",10] }11serde = { version = "1.0.130", features = ["derive"], default-features = false, optional = true }12scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }9scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }13sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }14sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }10serde = { version = "1.0.130", features = ["derive"], default-features = false, optional = true }15sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }11sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }12sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }13sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }14sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }171518[features]16[features]19default = ["std"]17default = ["std"]20std = [18std = ["codec/std", "scale-info/std", "serde/std", "sp-api/std", "sp-core/std", "sp-runtime/std", "sp-std/std"]21 "codec/std",22 "serde/std",23 "scale-info/std",24 "sp-core/std",25 "sp-std/std",26 "sp-api/std",27 "sp-runtime/std",28]primitives/rmrk-rpc/Cargo.tomldiffbeforeafterboth1[package]1[package]2edition = "2021"3license = ""2name = "rmrk-rpc"4name = "rmrk-rpc"3version = "0.0.2"5version = "0.0.2"4license = ""5edition = "2021"667[dependencies]7[dependencies]8codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = [8codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false, features = ["derive"] }9 "derive",10] }11sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }9rmrk-traits = { default-features = false, path = "../rmrk-traits" }12sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }10serde = { version = "1.0.130", default-features = false, features = ["derive"] }13sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }11sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }14sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }12sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }15serde = { version = "1.0.130", default-features = false, features = ["derive"] }13sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }16rmrk-traits = { default-features = false, path = "../rmrk-traits" }171418[features]15[features]19default = ["std"]16default = ["std"]20std = [17std = ["codec/std", "rmrk-traits/std", "serde/std", "sp-api/std", "sp-runtime/std", "sp-std/std"]21 "codec/std",22 "sp-core/std",23 "sp-std/std",24 "sp-api/std",25 "sp-runtime/std",26 "serde/std",27 "rmrk-traits/std",28]2918primitives/rmrk-traits/Cargo.tomldiffbeforeafterboth1[package]1[package]2name = "rmrk-traits"3authors = ["Unique Network <support@uniquenetwork.io>"]2authors = ["Unique Network <support@uniquenetwork.io>"]4description = "RMRK proxy data structs definitions"3description = "RMRK proxy data structs definitions"5edition = "2021"4edition = "2021"5homepage = "https://unique.network"6license = 'GPLv3'6license = 'GPLv3'7homepage = "https://unique.network"7name = "rmrk-traits"8repository = 'https://github.com/UniqueNetwork/unique-chain'8repository = 'https://github.com/UniqueNetwork/unique-chain'9version = "0.1.0"9version = "0.1.0"101011[dependencies]11[dependencies]12scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }13codec = { package = "parity-scale-codec", version = "3.1.2", default-features = false, features = ["derive"] }12codec = { package = "parity-scale-codec", version = "3.1.2", default-features = false, features = ["derive"] }13scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }14serde = { version = "1.0.130", features = ["derive"], default-features = false, optional = true }14serde = { version = "1.0.130", features = ["derive"], default-features = false, optional = true }151516[features]16[features]17default = ["std"]17default = ["std"]18serde1 = ["serde/alloc"]18std = [19std = ["codec/std", "serde/std", "serde1"]19 "serde1",20 "serde/std",21 "codec/std",22]23serde1 = ["serde/alloc"]2420primitives/rpc/Cargo.tomldiffbeforeafterboth1[package]1[package]2edition = "2021"3license = "GPLv3"2name = "up-rpc"4name = "up-rpc"3version = "0.1.3"5version = "0.1.3"4license = "GPLv3"5edition = "2021"667[dependencies]7[dependencies]8pallet-common = { default-features = false, path = '../../pallets/common' }9up-data-structs = { default-features = false, path = '../data-structs' }10codec = { package = "parity-scale-codec", version = "3.1.2", default-features = false, features = [8codec = { package = "parity-scale-codec", version = "3.1.2", default-features = false, features = ["derive"] }11 "derive",12] }13sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }9pallet-common = { default-features = false, path = "../../pallets/common" }14sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }10pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }15sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }11sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }12sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }13sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }17pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }14sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }15up-data-structs = { default-features = false, path = "../data-structs" }181619[features]17[features]20default = ["std"]18default = ["std"]21std = [19std = [22 "codec/std",20 "codec/std",23 "sp-core/std",21 "pallet-common/std",24 "sp-std/std",25 "sp-api/std",22 "sp-api/std",23 "sp-core/std",26 "sp-runtime/std",24 "sp-runtime/std",27 "pallet-common/std",25 "sp-std/std",28 "up-data-structs/std",26 "up-data-structs/std",29]27]3028runtime/common/ethereum/precompiles/utils/macro/Cargo.tomldiffbeforeafterboth1[package]1[package]2name = "precompile-utils-macro"3authors = [ "StakeTechnologies", "PureStake" ]2authors = ["PureStake", "StakeTechnologies"]4description = ""3description = ""5edition = "2018"4edition = "2018"5name = "precompile-utils-macro"6version = "0.1.0"6version = "0.1.0"778[lib]8[lib]runtime/common/runtime_apis.rsdiffbeforeafterboth720720721 // list_benchmark!(list, extra, pallet_evm_coder_substrate, EvmCoderSubstrate);721 // list_benchmark!(list, extra, pallet_evm_coder_substrate, EvmCoderSubstrate);722722723 let storage_info = AllPalletsReversedWithSystemFirst::storage_info();723 let storage_info = AllPalletsWithSystem::storage_info();724724725 return (list, storage_info)725 return (list, storage_info)726 }726 }runtime/opal/Cargo.tomldiffbeforeafterboth16targets = ['x86_64-unknown-linux-gnu']16targets = ['x86_64-unknown-linux-gnu']171718[features]18[features]19default = ['std', 'opal-runtime']19default = ['opal-runtime', 'std']20limit-testing = ['pallet-unique/limit-testing', 'up-data-structs/limit-testing']21opal-runtime = ['app-promotion', 'collator-selection', 'foreign-assets', 'pallet-test-utils', 'refungible', 'rmrk']22pov-estimate = []20runtime-benchmarks = [23runtime-benchmarks = [21 'hex-literal',24 'cumulus-pallet-parachain-system/runtime-benchmarks',22 'frame-benchmarking',25 'frame-benchmarking',23 'frame-support/runtime-benchmarks',26 'frame-support/runtime-benchmarks',24 'frame-system-benchmarking',27 'frame-system-benchmarking',25 'frame-system/runtime-benchmarks',28 'frame-system/runtime-benchmarks',26 'pallet-ethereum/runtime-benchmarks',29 'hex-literal',27 'pallet-evm-migration/runtime-benchmarks',30 'pallet-app-promotion/runtime-benchmarks',28 'pallet-evm-coder-substrate/runtime-benchmarks',31 'pallet-balances/runtime-benchmarks',29 'pallet-balances/runtime-benchmarks',32 'pallet-collator-selection/runtime-benchmarks',30 'pallet-timestamp/runtime-benchmarks',33 'pallet-common/runtime-benchmarks',31 'pallet-configuration/runtime-benchmarks',34 'pallet-configuration/runtime-benchmarks',32 'pallet-common/runtime-benchmarks',35 'pallet-ethereum/runtime-benchmarks',33 'pallet-structure/runtime-benchmarks',36 'pallet-evm-coder-substrate/runtime-benchmarks',34 'pallet-fungible/runtime-benchmarks',37 'pallet-evm-migration/runtime-benchmarks',35 'pallet-refungible/runtime-benchmarks',38 'pallet-foreign-assets/runtime-benchmarks',36 'pallet-nonfungible/runtime-benchmarks',39 'pallet-fungible/runtime-benchmarks',37 'pallet-proxy-rmrk-core/runtime-benchmarks',40 'pallet-identity/runtime-benchmarks',38 'pallet-proxy-rmrk-equip/runtime-benchmarks',41 'pallet-inflation/runtime-benchmarks',39 'pallet-foreign-assets/runtime-benchmarks',42 'pallet-maintenance/runtime-benchmarks',40 'pallet-unique/runtime-benchmarks',43 'pallet-nonfungible/runtime-benchmarks',41 'pallet-inflation/runtime-benchmarks',44 'pallet-proxy-rmrk-core/runtime-benchmarks',42 'pallet-app-promotion/runtime-benchmarks',45 'pallet-proxy-rmrk-equip/runtime-benchmarks',43 'pallet-collator-selection/runtime-benchmarks',46 'pallet-refungible/runtime-benchmarks',44 'pallet-identity/runtime-benchmarks',47 'pallet-structure/runtime-benchmarks',45 'pallet-unique-scheduler-v2/runtime-benchmarks',48 'pallet-timestamp/runtime-benchmarks',46 'pallet-xcm/runtime-benchmarks',49 'pallet-unique-scheduler-v2/runtime-benchmarks',47 'sp-runtime/runtime-benchmarks',50 'pallet-unique/runtime-benchmarks',48 'xcm-builder/runtime-benchmarks',51 'pallet-xcm/runtime-benchmarks',49 'pallet-maintenance/runtime-benchmarks',52 'sp-runtime/runtime-benchmarks',50 'cumulus-pallet-parachain-system/runtime-benchmarks',53 'xcm-builder/runtime-benchmarks',51]54]52try-runtime = [53 'frame-try-runtime',54 'frame-try-runtime?/try-runtime',55 'frame-executive/try-runtime',56 'frame-support/try-runtime',57 'frame-system/try-runtime',58 'cumulus-pallet-parachain-system/try-runtime',59 'parachain-info/try-runtime',60 'pallet-aura/try-runtime',61 'cumulus-pallet-aura-ext/try-runtime',62 'pallet-balances/try-runtime',63 'pallet-randomness-collective-flip/try-runtime',64 'pallet-timestamp/try-runtime',65 'pallet-transaction-payment/try-runtime',66 'pallet-treasury/try-runtime',67 'pallet-sudo/try-runtime',68 'orml-vesting/try-runtime',69 'orml-xtokens/try-runtime',70 'orml-tokens/try-runtime',71 'cumulus-pallet-xcmp-queue/try-runtime',72 'pallet-xcm/try-runtime',73 'cumulus-pallet-xcm/try-runtime',74 'cumulus-pallet-dmp-queue/try-runtime',75 "pallet-authorship/try-runtime",76 "pallet-collator-selection/try-runtime",77 "pallet-session/try-runtime",78 "pallet-identity/try-runtime",79 'pallet-inflation/try-runtime',80 'pallet-unique/try-runtime',81 'pallet-configuration/try-runtime',82 'pallet-charge-transaction/try-runtime',83 'pallet-common/try-runtime',84 'pallet-fungible/try-runtime',85 'pallet-refungible/try-runtime',86 'pallet-nonfungible/try-runtime',87 'pallet-structure/try-runtime',88 'pallet-proxy-rmrk-core/try-runtime',89 'pallet-proxy-rmrk-equip/try-runtime',90 'pallet-app-promotion/try-runtime',91 'pallet-foreign-assets/try-runtime',92 'pallet-ethereum/try-runtime',93 'pallet-evm/try-runtime',94 'pallet-evm-coder-substrate/try-runtime',95 'pallet-evm-contract-helpers/try-runtime',96 'pallet-evm-transaction-payment/try-runtime',97 'pallet-evm-migration/try-runtime',98 'pallet-base-fee/try-runtime',99 'pallet-unique-scheduler-v2/try-runtime',100 'pallet-maintenance/try-runtime',101 'pallet-test-utils/try-runtime',102 'fp-self-contained/try-runtime',103]104std = [55std = [105 'codec/std',56 'codec/std',106 'cumulus-pallet-aura-ext/std',57 'cumulus-pallet-aura-ext/std',107 'cumulus-pallet-parachain-system/std',58 'cumulus-pallet-parachain-system/std',108 'cumulus-pallet-xcm/std',59 'cumulus-pallet-xcm/std',109 'cumulus-pallet-xcmp-queue/std',60 'cumulus-pallet-xcmp-queue/std',110 'cumulus-primitives-core/std',61 'cumulus-primitives-core/std',111 'cumulus-primitives-utility/std',62 'cumulus-primitives-utility/std',112 'frame-try-runtime/std',63 'frame-executive/std',113 'frame-executive/std',64 'frame-support/std',114 'frame-support/std',65 'frame-system-rpc-runtime-api/std',115 'frame-system/std',66 'frame-system/std',116 'frame-system-rpc-runtime-api/std',67 'frame-try-runtime/std',117 'pallet-aura/std',68 'pallet-aura/std',118 'pallet-balances/std',69 'pallet-balances/std',119 # 'pallet-contracts/std',70 # 'pallet-contracts/std',120 # 'pallet-contracts-primitives/std',71 # 'pallet-contracts-primitives/std',121 # 'pallet-contracts-rpc-runtime-api/std',72 # 'pallet-contracts-rpc-runtime-api/std',122 # 'pallet-contract-helpers/std',73 # 'pallet-contract-helpers/std',123 "pallet-authorship/std",74 "pallet-authorship/std",124 'pallet-collator-selection/std',125 "pallet-session/std",75 "pallet-session/std",76 "sp-consensus-aura/std",77 'app-promotion-rpc/std',78 'evm-coder/std',79 'fp-evm-mapping/std',80 'fp-rpc/std',81 'fp-self-contained/std',82 'pallet-app-promotion/std',83 'pallet-base-fee/std',84 'pallet-charge-transaction/std',85 'pallet-collator-selection/std',86 'pallet-common/std',87 'pallet-configuration/std',88 'pallet-ethereum/std',89 'pallet-evm-coder-substrate/std',90 'pallet-evm-contract-helpers/std',91 'pallet-evm-migration/std',92 'pallet-evm-transaction-payment/std',93 'pallet-evm/std',94 'pallet-fungible/std',126 'pallet-identity/std',95 'pallet-identity/std',127 'pallet-randomness-collective-flip/std',96 'pallet-inflation/std',128 'pallet-sudo/std',97 'pallet-nonfungible/std',129 'pallet-timestamp/std',98 'pallet-proxy-rmrk-core/std',130 'pallet-transaction-payment/std',131 'pallet-transaction-payment-rpc-runtime-api/std',99 'pallet-proxy-rmrk-equip/std',132 'pallet-treasury/std',100 'pallet-randomness-collective-flip/std',133 'pallet-evm/std',134 'pallet-evm-migration/std',135 'pallet-evm-contract-helpers/std',101 'pallet-refungible/std',136 'pallet-evm-transaction-payment/std',102 'pallet-structure/std',137 'pallet-evm-coder-substrate/std',103 'pallet-sudo/std',138 'pallet-ethereum/std',104 'pallet-timestamp/std',139 'pallet-base-fee/std',105 'pallet-transaction-payment-rpc-runtime-api/std',140 'fp-rpc/std',141 'up-rpc/std',142 'up-pov-estimate-rpc/std',143 'app-promotion-rpc/std',106 'pallet-transaction-payment/std',144 'fp-evm-mapping/std',145 'fp-self-contained/std',146 'parachain-info/std',147 'serde',148 'pallet-inflation/std',149 'pallet-configuration/std',150 'pallet-app-promotion/std',107 'pallet-treasury/std',151 'pallet-common/std',108 'pallet-unique-scheduler-v2/std',152 'pallet-structure/std',153 'pallet-fungible/std',154 'pallet-refungible/std',109 'pallet-unique/std',155 'pallet-nonfungible/std',110 'parachain-info/std',156 'pallet-proxy-rmrk-core/std',111 'rmrk-rpc/std',157 'pallet-proxy-rmrk-equip/std',112 'serde',158 'pallet-unique/std',113 'sp-api/std',159 'pallet-unique-scheduler-v2/std',160 'pallet-charge-transaction/std',161 'up-data-structs/std',162 'sp-api/std',163 'sp-block-builder/std',114 'sp-block-builder/std',164 "sp-consensus-aura/std",165 'sp-core/std',115 'sp-core/std',166 'sp-inherents/std',116 'sp-inherents/std',167 'sp-io/std',117 'sp-io/std',168 'sp-offchain/std',118 'sp-offchain/std',169 'sp-runtime/std',119 'sp-runtime/std',170 'sp-session/std',120 'sp-session/std',171 'sp-std/std',121 'sp-std/std',172 'sp-transaction-pool/std',122 'sp-transaction-pool/std',173 'sp-version/std',123 'sp-version/std',174 'xcm/std',124 'up-common/std',175 'xcm-builder/std',125 'up-data-structs/std',176 'xcm-executor/std',126 'up-pov-estimate-rpc/std',177 'up-common/std',127 'up-rpc/std',178 'rmrk-rpc/std',128 'up-sponsorship/std',179 'evm-coder/std',129 'xcm-builder/std',180 'up-sponsorship/std',130 'xcm-executor/std',131 'xcm/std',181132182 "orml-vesting/std",133 "orml-tokens/std",183 "orml-tokens/std",134 "orml-traits/std",184 "orml-xtokens/std",135 "orml-vesting/std",185 "orml-traits/std",136 "orml-xtokens/std",186 "pallet-foreign-assets/std",137 "pallet-foreign-assets/std",187138188 'pallet-maintenance/std',139 'pallet-maintenance/std',189 'pallet-test-utils/std',140 'pallet-test-utils/std',190]141]191limit-testing = ['pallet-unique/limit-testing', 'up-data-structs/limit-testing']142try-runtime = [143 "pallet-authorship/try-runtime",144 "pallet-collator-selection/try-runtime",145 "pallet-identity/try-runtime",146 "pallet-session/try-runtime",147 'cumulus-pallet-aura-ext/try-runtime',148 'cumulus-pallet-dmp-queue/try-runtime',192opal-runtime = [149 'cumulus-pallet-parachain-system/try-runtime',193 'refungible',150 'cumulus-pallet-xcm/try-runtime',194 'rmrk',151 'cumulus-pallet-xcmp-queue/try-runtime',195 'app-promotion',152 'fp-self-contained/try-runtime',153 'frame-executive/try-runtime',154 'frame-support/try-runtime',155 'frame-system/try-runtime',156 'frame-try-runtime',157 'frame-try-runtime?/try-runtime',158 'orml-tokens/try-runtime',159 'orml-vesting/try-runtime',160 'orml-xtokens/try-runtime',161 'pallet-app-promotion/try-runtime',196 'collator-selection',162 'pallet-aura/try-runtime',197 'foreign-assets',163 'pallet-balances/try-runtime',164 'pallet-base-fee/try-runtime',165 'pallet-charge-transaction/try-runtime',166 'pallet-common/try-runtime',167 'pallet-configuration/try-runtime',168 'pallet-ethereum/try-runtime',169 'pallet-evm-coder-substrate/try-runtime',170 'pallet-evm-contract-helpers/try-runtime',171 'pallet-evm-migration/try-runtime',172 'pallet-evm-transaction-payment/try-runtime',173 'pallet-evm/try-runtime',174 'pallet-foreign-assets/try-runtime',198 'pallet-test-utils',175 'pallet-fungible/try-runtime',176 'pallet-inflation/try-runtime',177 'pallet-maintenance/try-runtime',178 'pallet-nonfungible/try-runtime',179 'pallet-proxy-rmrk-core/try-runtime',180 'pallet-proxy-rmrk-equip/try-runtime',181 'pallet-randomness-collective-flip/try-runtime',182 'pallet-refungible/try-runtime',183 'pallet-structure/try-runtime',184 'pallet-sudo/try-runtime',185 'pallet-test-utils/try-runtime',186 'pallet-timestamp/try-runtime',187 'pallet-transaction-payment/try-runtime',188 'pallet-treasury/try-runtime',189 'pallet-unique-scheduler-v2/try-runtime',190 'pallet-unique/try-runtime',191 'pallet-xcm/try-runtime',192 'parachain-info/try-runtime',199]193]200pov-estimate = []201194202refungible = []203scheduler = []204rmrk = []205foreign-assets = []206app-promotion = []195app-promotion = []207collator-selection = []196collator-selection = []197foreign-assets = []208pallet-test-utils = []198pallet-test-utils = []199refungible = []200rmrk = []201scheduler = []209202210################################################################################203################################################################################211# Substrate Dependencies212213[dependencies.codec]214default-features = false215features = ['derive']216package = 'parity-scale-codec'217version = '3.1.2'218219[dependencies.frame-benchmarking]220default-features = false221git = "https://github.com/paritytech/substrate"222optional = true223branch = "polkadot-v0.9.36"224225[dependencies.frame-try-runtime]226default-features = false227git = "https://github.com/paritytech/substrate"228optional = true229branch = "polkadot-v0.9.36"230231[dependencies.frame-executive]232default-features = false233git = "https://github.com/paritytech/substrate"234branch = "polkadot-v0.9.36"235236[dependencies.frame-support]237default-features = false238git = "https://github.com/paritytech/substrate"239branch = "polkadot-v0.9.36"240241[dependencies.frame-system]242default-features = false243git = "https://github.com/paritytech/substrate"244branch = "polkadot-v0.9.36"245246[dependencies.frame-system-benchmarking]247default-features = false248git = "https://github.com/paritytech/substrate"249optional = true250branch = "polkadot-v0.9.36"251252[dependencies.frame-system-rpc-runtime-api]253default-features = false254git = "https://github.com/paritytech/substrate"255branch = "polkadot-v0.9.36"256257[dependencies.hex-literal]258optional = true259version = '0.3.3'260261[dependencies.serde]262default-features = false263features = ['derive']264optional = true265version = '1.0.130'266267[dependencies.pallet-aura]268default-features = false269git = "https://github.com/paritytech/substrate"270branch = "polkadot-v0.9.36"271272[dependencies.pallet-authorship]273default-features = false274git = 'https://github.com/paritytech/substrate'275branch = 'polkadot-v0.9.36'276277[dependencies.pallet-session]278default-features = false279git = 'https://github.com/paritytech/substrate'280branch = 'polkadot-v0.9.36'281282[dependencies.pallet-balances]283default-features = false284git = "https://github.com/paritytech/substrate"285branch = "polkadot-v0.9.36"286287# Contracts specific packages288# [dependencies.pallet-contracts]289# git = 'https://github.com/paritytech/substrate'290# default-features = false291# branch = 'master'292# version = '4.0.0-dev'293294# [dependencies.pallet-contracts-primitives]295# git = 'https://github.com/paritytech/substrate'296# default-features = false297# branch = 'master'298# version = '4.0.0-dev'299300# [dependencies.pallet-contracts-rpc-runtime-api]301# git = 'https://github.com/paritytech/substrate'302# default-features = false303# branch = 'master'304# version = '4.0.0-dev'305306[dependencies.pallet-randomness-collective-flip]307default-features = false308git = "https://github.com/paritytech/substrate"309branch = "polkadot-v0.9.36"310311[dependencies.pallet-sudo]312default-features = false313git = "https://github.com/paritytech/substrate"314branch = "polkadot-v0.9.36"315316[dependencies.pallet-timestamp]317default-features = false318git = "https://github.com/paritytech/substrate"319branch = "polkadot-v0.9.36"320321[dependencies.pallet-transaction-payment]322default-features = false323git = "https://github.com/paritytech/substrate"324branch = "polkadot-v0.9.36"325326[dependencies.pallet-transaction-payment-rpc-runtime-api]327default-features = false328git = "https://github.com/paritytech/substrate"329branch = "polkadot-v0.9.36"330331[dependencies.pallet-treasury]332default-features = false333git = "https://github.com/paritytech/substrate"334branch = "polkadot-v0.9.36"335336[dependencies.sp-arithmetic]337default-features = false338git = "https://github.com/paritytech/substrate"339branch = "polkadot-v0.9.36"340341[dependencies.sp-api]342default-features = false343git = "https://github.com/paritytech/substrate"344branch = "polkadot-v0.9.36"345346[dependencies.sp-block-builder]347default-features = false348git = "https://github.com/paritytech/substrate"349branch = "polkadot-v0.9.36"350351[dependencies.sp-core]352default-features = false353git = "https://github.com/paritytech/substrate"354branch = "polkadot-v0.9.36"355356[dependencies.sp-consensus-aura]357default-features = false358git = "https://github.com/paritytech/substrate"359branch = "polkadot-v0.9.36"360361[dependencies.sp-inherents]362default-features = false363git = "https://github.com/paritytech/substrate"364branch = "polkadot-v0.9.36"365366[dependencies.sp-io]367default-features = false368git = "https://github.com/paritytech/substrate"369branch = "polkadot-v0.9.36"370371[dependencies.sp-offchain]372default-features = false373git = "https://github.com/paritytech/substrate"374branch = "polkadot-v0.9.36"375376[dependencies.sp-runtime]377default-features = false378git = "https://github.com/paritytech/substrate"379branch = "polkadot-v0.9.36"380381[dependencies.sp-session]382default-features = false383git = "https://github.com/paritytech/substrate"384branch = "polkadot-v0.9.36"385386[dependencies.sp-std]387default-features = false388git = "https://github.com/paritytech/substrate"389branch = "polkadot-v0.9.36"390391[dependencies.sp-transaction-pool]392default-features = false393git = "https://github.com/paritytech/substrate"394branch = "polkadot-v0.9.36"395396[dependencies.sp-version]397default-features = false398git = "https://github.com/paritytech/substrate"399branch = "polkadot-v0.9.36"400401[dependencies.smallvec]402version = '1.6.1'403404################################################################################405# Cumulus dependencies406407[dependencies.parachain-info]408default-features = false409git = "https://github.com/paritytech/cumulus"410branch = "polkadot-v0.9.36"411412[dependencies.cumulus-pallet-aura-ext]413git = "https://github.com/paritytech/cumulus"414branch = "polkadot-v0.9.36"415default-features = false416417[dependencies.cumulus-pallet-parachain-system]418git = "https://github.com/paritytech/cumulus"419branch = "polkadot-v0.9.36"420default-features = false421422[dependencies.cumulus-primitives-core]423git = "https://github.com/paritytech/cumulus"424branch = "polkadot-v0.9.36"425default-features = false426427[dependencies.cumulus-pallet-xcm]428git = "https://github.com/paritytech/cumulus"429branch = "polkadot-v0.9.36"430default-features = false431432[dependencies.cumulus-pallet-dmp-queue]433git = "https://github.com/paritytech/cumulus"434branch = "polkadot-v0.9.36"435default-features = false436437[dependencies.cumulus-pallet-xcmp-queue]438git = "https://github.com/paritytech/cumulus"439branch = "polkadot-v0.9.36"440default-features = false441442[dependencies.cumulus-primitives-utility]443git = "https://github.com/paritytech/cumulus"444branch = "polkadot-v0.9.36"445default-features = false446447[dependencies.cumulus-primitives-timestamp]448git = "https://github.com/paritytech/cumulus"449branch = "polkadot-v0.9.36"450default-features = false451452################################################################################453# Polkadot dependencies454455[dependencies.polkadot-parachain]456git = "https://github.com/paritytech/polkadot"457branch = "release-v0.9.36"458default-features = false459460[dependencies.xcm]461git = "https://github.com/paritytech/polkadot"462branch = "release-v0.9.36"463default-features = false464465[dependencies.xcm-builder]466git = "https://github.com/paritytech/polkadot"467branch = "release-v0.9.36"468default-features = false469470[dependencies.xcm-executor]471git = "https://github.com/paritytech/polkadot"472branch = "release-v0.9.36"473default-features = false474475[dependencies.pallet-xcm]476git = "https://github.com/paritytech/polkadot"477branch = "release-v0.9.36"478default-features = false479480################################################################################481# local dependencies204# local dependencies482205483[dependencies]206[dependencies]484orml-vesting.workspace = true207codec = { default-features = false, features = ['derive'], package = 'parity-scale-codec', version = "3.1.2" }208cumulus-pallet-aura-ext = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36", default-features = false }209cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36", default-features = false }210cumulus-pallet-parachain-system = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36", default-features = false }211cumulus-pallet-xcm = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36", default-features = false }212cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36", default-features = false }213cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36", default-features = false }214cumulus-primitives-timestamp = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36", default-features = false }215cumulus-primitives-utility = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36", default-features = false }216frame-benchmarking = { default-features = false, git = "https://github.com/paritytech/substrate", optional = true, branch = "polkadot-v0.9.36" }485orml-xtokens.workspace = true217frame-executive = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }218frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }219frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }220frame-system-benchmarking = { default-features = false, git = "https://github.com/paritytech/substrate", optional = true, branch = "polkadot-v0.9.36" }221frame-system-rpc-runtime-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }222frame-try-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", optional = true, branch = "polkadot-v0.9.36" }223hex-literal = { optional = true, version = "0.3.3" }486orml-tokens.workspace = true224orml-tokens.workspace = true487orml-traits.workspace = true225orml-traits.workspace = true226orml-vesting.workspace = true227orml-xtokens.workspace = true228pallet-aura = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }229pallet-authorship = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }230pallet-balances = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }231pallet-randomness-collective-flip = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }232pallet-session = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }233pallet-sudo = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }234pallet-timestamp = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }235pallet-transaction-payment = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }236pallet-transaction-payment-rpc-runtime-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }237pallet-treasury = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }238pallet-xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36", default-features = false }239parachain-info = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }240polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36", default-features = false }241serde = { default-features = false, features = ['derive'], optional = true, version = "1.0.130" }242smallvec = "1.6.1"243sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }244sp-arithmetic = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }245sp-block-builder = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }246sp-consensus-aura = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }247sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }248sp-inherents = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }249sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }250sp-offchain = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }251sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }252sp-session = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }253sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }254sp-transaction-pool = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }255sp-version = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }256xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36", default-features = false }257xcm-builder = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36", default-features = false }258xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36", default-features = false }488259489log = { version = "0.4.16", default-features = false }490up-common = { path = "../../primitives/common", default-features = false }491scale-info = { version = "2.0.1", default-features = false, features = [492 "derive",493] }494derivative = "2.2.0"495pallet-unique = { path = '../../pallets/unique', default-features = false }496up-rpc = { path = "../../primitives/rpc", default-features = false }497up-pov-estimate-rpc = { path = "../../primitives/pov-estimate-rpc", default-features = false }498app-promotion-rpc = { path = "../../primitives/app_promotion_rpc", default-features = false }260app-promotion-rpc = { path = "../../primitives/app_promotion_rpc", default-features = false }261derivative = "2.2.0"499rmrk-rpc = { path = "../../primitives/rmrk-rpc", default-features = false }262evm-coder = { default-features = false, path = "../../crates/evm-coder" }500fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }263fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }501fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }264fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }502pallet-inflation = { path = '../../pallets/inflation', default-features = false }265fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }266fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }267log = { version = "0.4.16", default-features = false }268num_enum = { version = "0.5.3", default-features = false }503pallet-app-promotion = { path = '../../pallets/app-promotion', default-features = false }269pallet-app-promotion = { path = "../../pallets/app-promotion", default-features = false }504up-data-structs = { path = '../../primitives/data-structs', default-features = false }270pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }271pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.36", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }505pallet-collator-selection = { default-features = false, path = "../../pallets/collator-selection" }272pallet-collator-selection = { default-features = false, path = "../../pallets/collator-selection" }506pallet-identity = { default-features = false, path = "../../pallets/identity" }507pallet-configuration = { default-features = false, path = "../../pallets/configuration" }508pallet-common = { default-features = false, path = "../../pallets/common" }273pallet-common = { default-features = false, path = "../../pallets/common" }509pallet-structure = { default-features = false, path = "../../pallets/structure" }274pallet-configuration = { default-features = false, path = "../../pallets/configuration" }510pallet-fungible = { default-features = false, path = "../../pallets/fungible" }511pallet-refungible = { default-features = false, path = "../../pallets/refungible" }512pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }513pallet-proxy-rmrk-core = { default-features = false, path = "../../pallets/proxy-rmrk-core", package = "pallet-rmrk-core" }514pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }515pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.36", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }516pallet-unique-scheduler-v2 = { path = '../../pallets/scheduler-v2', default-features = false }517pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }518pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }519pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }520pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }521pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }522pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }275pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }523pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }276pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }524fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }277pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }525fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }278pallet-evm-contract-helpers = { path = "../../pallets/evm-contract-helpers", default-features = false }279pallet-evm-migration = { path = "../../pallets/evm-migration", default-features = false }526pallet-evm-precompile-simple = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }280pallet-evm-precompile-simple = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }527evm-coder = { default-features = false, path = '../../crates/evm-coder' }281pallet-evm-transaction-payment = { path = "../../pallets/evm-transaction-payment", default-features = false }528up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.36' }529pallet-foreign-assets = { default-features = false, path = "../../pallets/foreign-assets" }282pallet-foreign-assets = { default-features = false, path = "../../pallets/foreign-assets" }283pallet-fungible = { default-features = false, path = "../../pallets/fungible" }284pallet-identity = { default-features = false, path = "../../pallets/identity" }285pallet-inflation = { path = "../../pallets/inflation", default-features = false }530pallet-maintenance = { default-features = false, path = "../../pallets/maintenance" }286pallet-maintenance = { default-features = false, path = "../../pallets/maintenance" }531precompile-utils-macro = { path = "../common/ethereum/precompiles/utils/macro" }287pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }288pallet-proxy-rmrk-core = { default-features = false, path = "../../pallets/proxy-rmrk-core", package = "pallet-rmrk-core" }289pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }290pallet-refungible = { default-features = false, path = "../../pallets/refungible" }291pallet-structure = { default-features = false, path = "../../pallets/structure" }292pallet-unique = { path = "../../pallets/unique", default-features = false }293pallet-unique-scheduler-v2 = { path = "../../pallets/scheduler-v2", default-features = false }294precompile-utils-macro.path = "../common/ethereum/precompiles/utils/macro"295rmrk-rpc = { path = "../../primitives/rmrk-rpc", default-features = false }532num_enum = { version = "0.5.3", default-features = false }296scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }297up-common = { path = "../../primitives/common", default-features = false }298up-data-structs = { path = "../../primitives/data-structs", default-features = false }299up-pov-estimate-rpc = { path = "../../primitives/pov-estimate-rpc", default-features = false }300up-rpc = { path = "../../primitives/rpc", default-features = false }301up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.36" }533302534################################################################################303################################################################################535# Test dependencies304# Test dependencies541310542impl-trait-for-tuples = "0.2.2"311impl-trait-for-tuples = "0.2.2"543312544################################################################################545# Dev Dependencies546547[dev-dependencies.logtest]313[dev-dependencies]548version = "2.0.0"314logtest = "2.0.0"549550################################################################################551# Build Dependencies552315553[build-dependencies.substrate-wasm-builder]316[build-dependencies]554git = "https://github.com/paritytech/substrate"317substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }555branch = "polkadot-v0.9.36"556318runtime/quartz/Cargo.tomldiffbeforeafterboth16targets = ['x86_64-unknown-linux-gnu']16targets = ['x86_64-unknown-linux-gnu']171718[features]18[features]19become-sapphire = []19default = ['std', 'quartz-runtime']20default = ['quartz-runtime', 'std']21limit-testing = ['pallet-unique/limit-testing', 'up-data-structs/limit-testing']22pov-estimate = []23quartz-runtime = ['app-promotion', 'collator-selection', 'foreign-assets', 'refungible']20runtime-benchmarks = [24runtime-benchmarks = [21 'hex-literal',25 'cumulus-pallet-parachain-system/runtime-benchmarks',22 'frame-benchmarking',26 'frame-benchmarking',23 'frame-support/runtime-benchmarks',27 'frame-support/runtime-benchmarks',24 'frame-system-benchmarking',28 'frame-system-benchmarking',25 'frame-system/runtime-benchmarks',29 'frame-system/runtime-benchmarks',26 'pallet-ethereum/runtime-benchmarks',30 'hex-literal',27 'pallet-evm-migration/runtime-benchmarks',31 'pallet-app-promotion/runtime-benchmarks',28 'pallet-evm-coder-substrate/runtime-benchmarks',32 'pallet-balances/runtime-benchmarks',29 'pallet-balances/runtime-benchmarks',33 'pallet-collator-selection/runtime-benchmarks',30 'pallet-timestamp/runtime-benchmarks',34 'pallet-common/runtime-benchmarks',31 'pallet-configuration/runtime-benchmarks',35 'pallet-configuration/runtime-benchmarks',32 'pallet-common/runtime-benchmarks',36 'pallet-ethereum/runtime-benchmarks',33 'pallet-structure/runtime-benchmarks',37 'pallet-evm-coder-substrate/runtime-benchmarks',34 'pallet-fungible/runtime-benchmarks',38 'pallet-evm-migration/runtime-benchmarks',35 'pallet-refungible/runtime-benchmarks',39 'pallet-foreign-assets/runtime-benchmarks',36 'pallet-nonfungible/runtime-benchmarks',40 'pallet-fungible/runtime-benchmarks',37 'pallet-proxy-rmrk-core/runtime-benchmarks',41 'pallet-identity/runtime-benchmarks',38 'pallet-proxy-rmrk-equip/runtime-benchmarks',42 'pallet-inflation/runtime-benchmarks',39 'pallet-unique/runtime-benchmarks',43 'pallet-maintenance/runtime-benchmarks',40 'pallet-foreign-assets/runtime-benchmarks',44 'pallet-nonfungible/runtime-benchmarks',41 'pallet-inflation/runtime-benchmarks',45 'pallet-proxy-rmrk-core/runtime-benchmarks',42 'pallet-collator-selection/runtime-benchmarks',46 'pallet-proxy-rmrk-equip/runtime-benchmarks',43 'pallet-identity/runtime-benchmarks',47 'pallet-refungible/runtime-benchmarks',44 'pallet-app-promotion/runtime-benchmarks',48 'pallet-structure/runtime-benchmarks',45 'pallet-xcm/runtime-benchmarks',49 'pallet-timestamp/runtime-benchmarks',46 'sp-runtime/runtime-benchmarks',50 'pallet-unique/runtime-benchmarks',47 'xcm-builder/runtime-benchmarks',51 'pallet-xcm/runtime-benchmarks',48 'pallet-maintenance/runtime-benchmarks',52 'sp-runtime/runtime-benchmarks',49 'cumulus-pallet-parachain-system/runtime-benchmarks',53 'xcm-builder/runtime-benchmarks',50]54]55std = [56 'codec/std',57 'cumulus-pallet-aura-ext/std',58 'cumulus-pallet-parachain-system/std',59 'cumulus-pallet-xcm/std',60 'cumulus-pallet-xcmp-queue/std',61 'cumulus-primitives-core/std',62 'cumulus-primitives-utility/std',63 'frame-executive/std',64 'frame-support/std',65 'frame-system-rpc-runtime-api/std',66 'frame-system/std',67 'frame-try-runtime/std',68 'pallet-aura/std',69 'pallet-balances/std',70 # 'pallet-contracts/std',71 # 'pallet-contracts-primitives/std',72 # 'pallet-contracts-rpc-runtime-api/std',73 # 'pallet-contract-helpers/std',74 "pallet-authorship/std",75 "pallet-identity/std",76 "pallet-session/std",77 "sp-consensus-aura/std",78 'app-promotion-rpc/std',79 'evm-coder/std',80 'fp-evm-mapping/std',81 'fp-rpc/std',82 'fp-self-contained/std',83 'pallet-app-promotion/std',84 'pallet-base-fee/std',85 'pallet-charge-transaction/std',86 'pallet-collator-selection/std',87 'pallet-common/std',88 'pallet-configuration/std',89 'pallet-ethereum/std',90 'pallet-evm-coder-substrate/std',91 'pallet-evm-contract-helpers/std',92 'pallet-evm-migration/std',93 'pallet-evm-transaction-payment/std',94 'pallet-evm/std',95 'pallet-fungible/std',96 'pallet-inflation/std',97 'pallet-nonfungible/std',98 'pallet-proxy-rmrk-core/std',99 'pallet-proxy-rmrk-equip/std',100 'pallet-randomness-collective-flip/std',101 'pallet-refungible/std',102 'pallet-structure/std',103 'pallet-sudo/std',104 'pallet-timestamp/std',105 'pallet-transaction-payment-rpc-runtime-api/std',106 'pallet-transaction-payment/std',107 'pallet-treasury/std',108 'pallet-unique/std',109 'parachain-info/std',110 'rmrk-rpc/std',111 'serde',112 'sp-api/std',113 'sp-block-builder/std',114 'sp-core/std',115 'sp-inherents/std',116 'sp-io/std',117 'sp-offchain/std',118 'sp-runtime/std',119 'sp-session/std',120 'sp-std/std',121 'sp-transaction-pool/std',122 'sp-version/std',123 'up-common/std',124 'up-data-structs/std',125 'up-pov-estimate-rpc/std',126 'up-rpc/std',127 'up-sponsorship/std',128 'xcm-builder/std',129 'xcm-executor/std',130 'xcm/std',131132 "orml-tokens/std",133 "orml-traits/std",134 "orml-vesting/std",135 "orml-xtokens/std",136 "pallet-foreign-assets/std",137 "pallet-maintenance/std",138]51try-runtime = [139try-runtime = [52 'frame-try-runtime',53 'frame-executive/try-runtime',54 'frame-support/try-runtime',55 'frame-system/try-runtime',56 'cumulus-pallet-parachain-system/try-runtime',57 'parachain-info/try-runtime',58 'pallet-aura/try-runtime',59 'cumulus-pallet-aura-ext/try-runtime',60 'pallet-balances/try-runtime',61 'pallet-randomness-collective-flip/try-runtime',62 'pallet-timestamp/try-runtime',63 'pallet-transaction-payment/try-runtime',64 'pallet-treasury/try-runtime',65 'pallet-sudo/try-runtime',66 'orml-vesting/try-runtime',67 'orml-xtokens/try-runtime',68 'orml-tokens/try-runtime',69 'cumulus-pallet-xcmp-queue/try-runtime',70 'pallet-xcm/try-runtime',71 'cumulus-pallet-xcm/try-runtime',72 'cumulus-pallet-dmp-queue/try-runtime',73 "pallet-authorship/try-runtime",140 "pallet-authorship/try-runtime",74 "pallet-collator-selection/try-runtime",141 "pallet-collator-selection/try-runtime",75 "pallet-session/try-runtime",76 "pallet-identity/try-runtime",142 "pallet-identity/try-runtime",77 'pallet-inflation/try-runtime',143 "pallet-session/try-runtime",78 'pallet-unique/try-runtime',144 'cumulus-pallet-aura-ext/try-runtime',79 'pallet-configuration/try-runtime',145 'cumulus-pallet-dmp-queue/try-runtime',80 'pallet-charge-transaction/try-runtime',146 'cumulus-pallet-parachain-system/try-runtime',81 'pallet-common/try-runtime',147 'cumulus-pallet-xcm/try-runtime',82 'pallet-fungible/try-runtime',148 'cumulus-pallet-xcmp-queue/try-runtime',83 'pallet-refungible/try-runtime',149 'fp-self-contained/try-runtime',84 'pallet-nonfungible/try-runtime',150 'frame-executive/try-runtime',85 'pallet-structure/try-runtime',151 'frame-support/try-runtime',86 'pallet-proxy-rmrk-core/try-runtime',152 'frame-system/try-runtime',153 'frame-try-runtime',154 'orml-tokens/try-runtime',87 'pallet-proxy-rmrk-equip/try-runtime',155 'orml-vesting/try-runtime',156 'orml-xtokens/try-runtime',88 'pallet-app-promotion/try-runtime',157 'pallet-app-promotion/try-runtime',89 'pallet-foreign-assets/try-runtime',158 'pallet-aura/try-runtime',159 'pallet-balances/try-runtime',90 'pallet-ethereum/try-runtime',160 'pallet-charge-transaction/try-runtime',91 'pallet-evm/try-runtime',161 'pallet-common/try-runtime',92 'pallet-evm-coder-substrate/try-runtime',162 'pallet-configuration/try-runtime',163 'pallet-ethereum/try-runtime',164 'pallet-evm-coder-substrate/try-runtime',93 'pallet-evm-contract-helpers/try-runtime',165 'pallet-evm-contract-helpers/try-runtime',94 'pallet-evm-transaction-payment/try-runtime',166 'pallet-evm-migration/try-runtime',167 'pallet-evm-transaction-payment/try-runtime',95 'pallet-evm-migration/try-runtime',168 'pallet-evm/try-runtime',169 'pallet-foreign-assets/try-runtime',96 'pallet-maintenance/try-runtime',170 'pallet-fungible/try-runtime',171 'pallet-inflation/try-runtime',172 'pallet-maintenance/try-runtime',97 'fp-self-contained/try-runtime',173 'pallet-nonfungible/try-runtime',174 'pallet-proxy-rmrk-core/try-runtime',175 'pallet-proxy-rmrk-equip/try-runtime',176 'pallet-randomness-collective-flip/try-runtime',177 'pallet-refungible/try-runtime',178 'pallet-structure/try-runtime',179 'pallet-sudo/try-runtime',180 'pallet-timestamp/try-runtime',181 'pallet-transaction-payment/try-runtime',182 'pallet-treasury/try-runtime',183 'pallet-unique/try-runtime',184 'pallet-xcm/try-runtime',185 'parachain-info/try-runtime',98]186]99std = [100 'codec/std',101 'cumulus-pallet-aura-ext/std',102 'cumulus-pallet-parachain-system/std',103 'cumulus-pallet-xcm/std',104 'cumulus-pallet-xcmp-queue/std',105 'cumulus-primitives-core/std',106 'cumulus-primitives-utility/std',107 'frame-try-runtime/std',108 'frame-executive/std',109 'frame-support/std',110 'frame-system/std',111 'frame-system-rpc-runtime-api/std',112 'pallet-aura/std',113 'pallet-balances/std',114 # 'pallet-contracts/std',115 # 'pallet-contracts-primitives/std',116 # 'pallet-contracts-rpc-runtime-api/std',117 # 'pallet-contract-helpers/std',118 "pallet-authorship/std",119 'pallet-collator-selection/std',120 "pallet-session/std",121 "pallet-identity/std",122 'pallet-randomness-collective-flip/std',123 'pallet-sudo/std',124 'pallet-timestamp/std',125 'pallet-transaction-payment/std',126 'pallet-transaction-payment-rpc-runtime-api/std',127 'pallet-treasury/std',128 'pallet-evm/std',129 'pallet-evm-migration/std',130 'pallet-evm-contract-helpers/std',131 'pallet-evm-transaction-payment/std',132 'pallet-evm-coder-substrate/std',133 'pallet-ethereum/std',134 'pallet-base-fee/std',135 'fp-rpc/std',136 'up-rpc/std',137 'up-pov-estimate-rpc/std',138 'app-promotion-rpc/std',139 'fp-evm-mapping/std',140 'fp-self-contained/std',141 'parachain-info/std',142 'serde',143 'pallet-inflation/std',144 'pallet-configuration/std',145 'pallet-app-promotion/std',146 'pallet-common/std',147 'pallet-structure/std',148 'pallet-fungible/std',149 'pallet-refungible/std',150 'pallet-nonfungible/std',151 'pallet-proxy-rmrk-core/std',152 'pallet-proxy-rmrk-equip/std',153 'pallet-unique/std',154 'pallet-charge-transaction/std',155 'up-data-structs/std',156 'sp-api/std',157 'sp-block-builder/std',158 "sp-consensus-aura/std",159 'sp-core/std',160 'sp-inherents/std',161 'sp-io/std',162 'sp-offchain/std',163 'sp-runtime/std',164 'sp-session/std',165 'sp-std/std',166 'sp-transaction-pool/std',167 'sp-version/std',168 'xcm/std',169 'xcm-builder/std',170 'xcm-executor/std',171 'up-common/std',172 'rmrk-rpc/std',173 'evm-coder/std',174 'up-sponsorship/std',175187176 "orml-vesting/std",188app-promotion = []177 "orml-tokens/std",178 "orml-xtokens/std",179 "orml-traits/std",180 "pallet-foreign-assets/std",181 "pallet-maintenance/std",182]183limit-testing = ['pallet-unique/limit-testing', 'up-data-structs/limit-testing']184quartz-runtime = ['refungible', 'app-promotion', 'collator-selection', 'foreign-assets']189collator-selection = []185become-sapphire = []186pov-estimate = []190foreign-assets = []187188refungible = []191refungible = []189scheduler = []190rmrk = []192rmrk = []191foreign-assets = []193scheduler = []192collator-selection = []193app-promotion = []194194195################################################################################195################################################################################196# Substrate Dependencies197198[dependencies.codec]199default-features = false200features = ['derive']201package = 'parity-scale-codec'202version = '3.1.2'203204[dependencies.frame-benchmarking]205default-features = false206git = "https://github.com/paritytech/substrate"207optional = true208branch = "polkadot-v0.9.36"209210[dependencies.frame-try-runtime]211default-features = false212git = "https://github.com/paritytech/substrate"213optional = true214branch = "polkadot-v0.9.36"215216[dependencies.frame-executive]217default-features = false218git = "https://github.com/paritytech/substrate"219branch = "polkadot-v0.9.36"220221[dependencies.frame-support]222default-features = false223git = "https://github.com/paritytech/substrate"224branch = "polkadot-v0.9.36"225226[dependencies.frame-system]227default-features = false228git = "https://github.com/paritytech/substrate"229branch = "polkadot-v0.9.36"230231[dependencies.frame-system-benchmarking]232default-features = false233git = "https://github.com/paritytech/substrate"234optional = true235branch = "polkadot-v0.9.36"236237[dependencies.frame-system-rpc-runtime-api]238default-features = false239git = "https://github.com/paritytech/substrate"240branch = "polkadot-v0.9.36"241242[dependencies.hex-literal]243optional = true244version = '0.3.3'245246[dependencies.serde]247default-features = false248features = ['derive']249optional = true250version = '1.0.130'251252[dependencies.pallet-aura]253default-features = false254git = "https://github.com/paritytech/substrate"255branch = "polkadot-v0.9.36"256257[dependencies.pallet-authorship]258default-features = false259git = 'https://github.com/paritytech/substrate'260branch = 'polkadot-v0.9.36'261262[dependencies.pallet-session]263default-features = false264git = 'https://github.com/paritytech/substrate'265branch = 'polkadot-v0.9.36'266267[dependencies.pallet-balances]268default-features = false269git = "https://github.com/paritytech/substrate"270branch = "polkadot-v0.9.36"271272# Contracts specific packages273# [dependencies.pallet-contracts]274# git = 'https://github.com/paritytech/substrate'275# default-features = false276# branch = 'master'277# version = '4.0.0-dev'278279# [dependencies.pallet-contracts-primitives]280# git = 'https://github.com/paritytech/substrate'281# default-features = false282# branch = 'master'283# version = '4.0.0-dev'284285# [dependencies.pallet-contracts-rpc-runtime-api]286# git = 'https://github.com/paritytech/substrate'287# default-features = false288# branch = 'master'289# version = '4.0.0-dev'290291[dependencies.pallet-randomness-collective-flip]292default-features = false293git = "https://github.com/paritytech/substrate"294branch = "polkadot-v0.9.36"295296[dependencies.pallet-sudo]297default-features = false298git = "https://github.com/paritytech/substrate"299branch = "polkadot-v0.9.36"300301[dependencies.pallet-timestamp]302default-features = false303git = "https://github.com/paritytech/substrate"304branch = "polkadot-v0.9.36"305306[dependencies.pallet-transaction-payment]307default-features = false308git = "https://github.com/paritytech/substrate"309branch = "polkadot-v0.9.36"310311[dependencies.pallet-transaction-payment-rpc-runtime-api]312default-features = false313git = "https://github.com/paritytech/substrate"314branch = "polkadot-v0.9.36"315316[dependencies.pallet-treasury]317default-features = false318git = "https://github.com/paritytech/substrate"319branch = "polkadot-v0.9.36"320321[dependencies.sp-arithmetic]322default-features = false323git = "https://github.com/paritytech/substrate"324branch = "polkadot-v0.9.36"325326[dependencies.sp-api]327default-features = false328git = "https://github.com/paritytech/substrate"329branch = "polkadot-v0.9.36"330331[dependencies.sp-block-builder]332default-features = false333git = "https://github.com/paritytech/substrate"334branch = "polkadot-v0.9.36"335336[dependencies.sp-core]337default-features = false338git = "https://github.com/paritytech/substrate"339branch = "polkadot-v0.9.36"340341[dependencies.sp-consensus-aura]342default-features = false343git = "https://github.com/paritytech/substrate"344branch = "polkadot-v0.9.36"345346[dependencies.sp-inherents]347default-features = false348git = "https://github.com/paritytech/substrate"349branch = "polkadot-v0.9.36"350351[dependencies.sp-io]352default-features = false353git = "https://github.com/paritytech/substrate"354branch = "polkadot-v0.9.36"355356[dependencies.sp-offchain]357default-features = false358git = "https://github.com/paritytech/substrate"359branch = "polkadot-v0.9.36"360361[dependencies.sp-runtime]362default-features = false363git = "https://github.com/paritytech/substrate"364branch = "polkadot-v0.9.36"365366[dependencies.sp-session]367default-features = false368git = "https://github.com/paritytech/substrate"369branch = "polkadot-v0.9.36"370371[dependencies.sp-std]372default-features = false373git = "https://github.com/paritytech/substrate"374branch = "polkadot-v0.9.36"375376[dependencies.sp-transaction-pool]377default-features = false378git = "https://github.com/paritytech/substrate"379branch = "polkadot-v0.9.36"380381[dependencies.sp-version]382default-features = false383git = "https://github.com/paritytech/substrate"384branch = "polkadot-v0.9.36"385386[dependencies.smallvec]387version = '1.6.1'388389################################################################################390# Cumulus dependencies391392[dependencies.parachain-info]393default-features = false394git = "https://github.com/paritytech/cumulus"395branch = "polkadot-v0.9.36"396397[dependencies.cumulus-pallet-aura-ext]398git = "https://github.com/paritytech/cumulus"399branch = "polkadot-v0.9.36"400default-features = false401402[dependencies.cumulus-pallet-parachain-system]403git = "https://github.com/paritytech/cumulus"404branch = "polkadot-v0.9.36"405default-features = false406407[dependencies.cumulus-primitives-core]408git = "https://github.com/paritytech/cumulus"409branch = "polkadot-v0.9.36"410default-features = false411412[dependencies.cumulus-pallet-xcm]413git = "https://github.com/paritytech/cumulus"414branch = "polkadot-v0.9.36"415default-features = false416417[dependencies.cumulus-pallet-dmp-queue]418git = "https://github.com/paritytech/cumulus"419branch = "polkadot-v0.9.36"420default-features = false421422[dependencies.cumulus-pallet-xcmp-queue]423git = "https://github.com/paritytech/cumulus"424branch = "polkadot-v0.9.36"425default-features = false426427[dependencies.cumulus-primitives-utility]428git = "https://github.com/paritytech/cumulus"429branch = "polkadot-v0.9.36"430default-features = false431432[dependencies.cumulus-primitives-timestamp]433git = "https://github.com/paritytech/cumulus"434branch = "polkadot-v0.9.36"435default-features = false436437################################################################################438# Polkadot dependencies439440[dependencies.polkadot-parachain]441git = "https://github.com/paritytech/polkadot"442branch = "release-v0.9.36"443default-features = false444445[dependencies.xcm]446git = "https://github.com/paritytech/polkadot"447branch = "release-v0.9.36"448default-features = false449450[dependencies.xcm-builder]451git = "https://github.com/paritytech/polkadot"452branch = "release-v0.9.36"453default-features = false454455[dependencies.xcm-executor]456git = "https://github.com/paritytech/polkadot"457branch = "release-v0.9.36"458default-features = false459460[dependencies.pallet-xcm]461git = "https://github.com/paritytech/polkadot"462branch = "release-v0.9.36"463default-features = false464465################################################################################466# RMRK dependencies467468# todo git469[dependencies.rmrk-rpc]470default-features = false471path = "../../primitives/rmrk-rpc"472473################################################################################474# local dependencies196# local dependencies475197476[dependencies]198[dependencies]477orml-vesting.workspace = true199codec = { default-features = false, features = ['derive'], package = 'parity-scale-codec', version = "3.1.2" }200cumulus-pallet-aura-ext = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36", default-features = false }201cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36", default-features = false }202cumulus-pallet-parachain-system = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36", default-features = false }203cumulus-pallet-xcm = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36", default-features = false }204cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36", default-features = false }205cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36", default-features = false }206cumulus-primitives-timestamp = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36", default-features = false }207cumulus-primitives-utility = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36", default-features = false }208frame-benchmarking = { default-features = false, git = "https://github.com/paritytech/substrate", optional = true, branch = "polkadot-v0.9.36" }478orml-xtokens.workspace = true209frame-executive = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }210frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }211frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }212frame-system-benchmarking = { default-features = false, git = "https://github.com/paritytech/substrate", optional = true, branch = "polkadot-v0.9.36" }213frame-system-rpc-runtime-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }214frame-try-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", optional = true, branch = "polkadot-v0.9.36" }215hex-literal = { optional = true, version = "0.3.3" }479orml-tokens.workspace = true216orml-tokens.workspace = true480orml-traits.workspace = true217orml-traits.workspace = true218orml-vesting.workspace = true219orml-xtokens.workspace = true220pallet-aura = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }221pallet-authorship = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }222pallet-balances = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }223pallet-randomness-collective-flip = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }224pallet-session = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }225pallet-sudo = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }226pallet-timestamp = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }227pallet-transaction-payment = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }228pallet-transaction-payment-rpc-runtime-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }229pallet-treasury = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }230pallet-xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36", default-features = false }231parachain-info = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }232polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36", default-features = false }233rmrk-rpc = { default-features = false, path = "../../primitives/rmrk-rpc" }234serde = { default-features = false, features = ['derive'], optional = true, version = "1.0.130" }235smallvec = "1.6.1"236sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }237sp-arithmetic = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }238sp-block-builder = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }239sp-consensus-aura = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }240sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }241sp-inherents = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }242sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }243sp-offchain = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }244sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }245sp-session = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }246sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }247sp-transaction-pool = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }248sp-version = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }249xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36", default-features = false }250xcm-builder = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36", default-features = false }251xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36", default-features = false }481252482log = { version = "0.4.16", default-features = false }483up-common = { path = "../../primitives/common", default-features = false }484scale-info = { version = "2.0.1", default-features = false, features = [485 "derive",486] }487derivative = "2.2.0"488pallet-unique = { path = '../../pallets/unique', default-features = false }489up-rpc = { path = "../../primitives/rpc", default-features = false }490up-pov-estimate-rpc = { path = "../../primitives/pov-estimate-rpc", default-features = false }491app-promotion-rpc = { path = "../../primitives/app_promotion_rpc", default-features = false }253app-promotion-rpc = { path = "../../primitives/app_promotion_rpc", default-features = false }254derivative = "2.2.0"492fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }255fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }493fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }256fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }494pallet-inflation = { path = '../../pallets/inflation', default-features = false }257log = { version = "0.4.16", default-features = false }495pallet-app-promotion = { path = '../../pallets/app-promotion', default-features = false }258pallet-app-promotion = { path = "../../pallets/app-promotion", default-features = false }496up-data-structs = { path = '../../primitives/data-structs', default-features = false }497pallet-collator-selection = { default-features = false, path = "../../pallets/collator-selection" }259pallet-collator-selection = { default-features = false, path = "../../pallets/collator-selection" }498pallet-identity = { default-features = false, path = "../../pallets/identity" }499pallet-configuration = { default-features = false, path = "../../pallets/configuration" }500pallet-common = { default-features = false, path = "../../pallets/common" }260pallet-common = { default-features = false, path = "../../pallets/common" }501pallet-structure = { default-features = false, path = "../../pallets/structure" }261pallet-configuration = { default-features = false, path = "../../pallets/configuration" }502pallet-fungible = { default-features = false, path = "../../pallets/fungible" }262pallet-fungible = { default-features = false, path = "../../pallets/fungible" }503pallet-refungible = { default-features = false, path = "../../pallets/refungible" }263pallet-identity = { default-features = false, path = "../../pallets/identity" }264pallet-inflation = { path = "../../pallets/inflation", default-features = false }504pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }265pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }505pallet-proxy-rmrk-core = { default-features = false, path = "../../pallets/proxy-rmrk-core", package = "pallet-rmrk-core" }266pallet-proxy-rmrk-core = { default-features = false, path = "../../pallets/proxy-rmrk-core", package = "pallet-rmrk-core" }506pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }267pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }268pallet-refungible = { default-features = false, path = "../../pallets/refungible" }269pallet-structure = { default-features = false, path = "../../pallets/structure" }270pallet-unique = { path = "../../pallets/unique", default-features = false }271scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }272up-common = { path = "../../primitives/common", default-features = false }273up-data-structs = { path = "../../primitives/data-structs", default-features = false }274up-pov-estimate-rpc = { path = "../../primitives/pov-estimate-rpc", default-features = false }275up-rpc = { path = "../../primitives/rpc", default-features = false }507# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }276# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }508pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.36", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }509pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }277evm-coder = { default-features = false, path = "../../crates/evm-coder" }510pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }511pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }512pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }513pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }514pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }515pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }516fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }278fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }517fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }279fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }280num_enum = { version = "0.5.3", default-features = false }281pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }282pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.36", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }283pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }284pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }285pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }286pallet-evm-contract-helpers = { path = "../../pallets/evm-contract-helpers", default-features = false }287pallet-evm-migration = { path = "../../pallets/evm-migration", default-features = false }518pallet-evm-precompile-simple = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }288pallet-evm-precompile-simple = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }519evm-coder = { default-features = false, path = '../../crates/evm-coder' }289pallet-evm-transaction-payment = { path = "../../pallets/evm-transaction-payment", default-features = false }520up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.36' }521pallet-foreign-assets = { default-features = false, path = "../../pallets/foreign-assets" }290pallet-foreign-assets = { default-features = false, path = "../../pallets/foreign-assets" }522pallet-maintenance = { default-features = false, path = "../../pallets/maintenance" }291pallet-maintenance = { default-features = false, path = "../../pallets/maintenance" }523precompile-utils-macro = { path = "../common/ethereum/precompiles/utils/macro" }292precompile-utils-macro.path = "../common/ethereum/precompiles/utils/macro"524num_enum = { version = "0.5.3", default-features = false }293up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.36" }525294526################################################################################295################################################################################527# Test dependencies296# Test dependencies533302534impl-trait-for-tuples = "0.2.2"303impl-trait-for-tuples = "0.2.2"535304536################################################################################537# Dev Dependencies538539[dev-dependencies.logtest]305[dev-dependencies]540version = "2.0.0"306logtest = "2.0.0"541542################################################################################543# Build Dependencies544307545[build-dependencies.substrate-wasm-builder]308[build-dependencies]546git = "https://github.com/paritytech/substrate"309substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }547branch = "polkadot-v0.9.36"548310runtime/tests/Cargo.tomldiffbeforeafterboth1[package]1[package]2edition = "2021"2name = "tests"3name = "tests"3version = "0.1.1"4version = "0.1.1"4edition = "2021"556[features]6[features]7default = ['refungible']7default = ['refungible']889refungible = []9refungible = []101011[dependencies]11[dependencies]12up-data-structs = { default-features = false, path = '../../primitives/data-structs' }12up-data-structs = { default-features = false, path = "../../primitives/data-structs" }131314sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }14sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }15sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }16sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }15sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }17sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }16sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }17sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }181819fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }19fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }202021frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }21frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }22frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }22frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }232324pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }24pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }25pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }26pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }25pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }2728pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }26pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }2729pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }28pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }3031pallet-common = { path = '../../pallets/common' }29pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }3032pallet-structure = { path = '../../pallets/structure' }31pallet-common.path = "../../pallets/common"33pallet-fungible = { path = '../../pallets/fungible' }32pallet-fungible.path = "../../pallets/fungible"34pallet-nonfungible = { path = '../../pallets/nonfungible' }33pallet-nonfungible.path = "../../pallets/nonfungible"35pallet-refungible = { path = '../../pallets/refungible' }34pallet-refungible.path = "../../pallets/refungible"35pallet-structure.path = "../../pallets/structure"36pallet-unique = { path = '../../pallets/unique' }36pallet-unique.path = "../../pallets/unique"373738pallet-evm-coder-substrate = { path = '../../pallets/evm-coder-substrate' }38pallet-evm-coder-substrate.path = "../../pallets/evm-coder-substrate"393940parity-scale-codec = { version = "3.1.2", default-features = false, features = [40parity-scale-codec = { version = "3.2.2", default-features = false, features = ["derive"] }41 "derive",42] }43scale-info = "*"41scale-info = "*"444245evm-coder = { default-features = false, path = '../../crates/evm-coder' }43evm-coder = { default-features = false, path = "../../crates/evm-coder" }46up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.36" }44up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.36" }4745runtime/unique/Cargo.tomldiffbeforeafterboth171718[features]18[features]19default = ['std', 'unique-runtime']19default = ['std', 'unique-runtime']20limit-testing = ['pallet-unique/limit-testing', 'up-data-structs/limit-testing']21pov-estimate = []20runtime-benchmarks = [22runtime-benchmarks = [21 'hex-literal',23 'frame-benchmarking',22 'frame-benchmarking',23 'frame-support/runtime-benchmarks',24 'frame-support/runtime-benchmarks',24 'frame-system-benchmarking',25 'frame-system-benchmarking',25 'frame-system/runtime-benchmarks',26 'frame-system/runtime-benchmarks',26 'pallet-ethereum/runtime-benchmarks',27 'hex-literal',28 'pallet-app-promotion/runtime-benchmarks',27 'pallet-evm-migration/runtime-benchmarks',29 'pallet-balances/runtime-benchmarks',28 'pallet-evm-coder-substrate/runtime-benchmarks',30 'pallet-collator-selection/runtime-benchmarks',29 'pallet-balances/runtime-benchmarks',31 'pallet-common/runtime-benchmarks',30 'pallet-timestamp/runtime-benchmarks',32 'pallet-configuration/runtime-benchmarks',31 'pallet-configuration/runtime-benchmarks',33 'pallet-ethereum/runtime-benchmarks',32 'pallet-common/runtime-benchmarks',34 'pallet-evm-coder-substrate/runtime-benchmarks',33 'pallet-structure/runtime-benchmarks',35 'pallet-evm-migration/runtime-benchmarks',34 'pallet-fungible/runtime-benchmarks',36 'pallet-foreign-assets/runtime-benchmarks',35 'pallet-refungible/runtime-benchmarks',37 'pallet-fungible/runtime-benchmarks',36 'pallet-nonfungible/runtime-benchmarks',38 'pallet-identity/runtime-benchmarks',37 'pallet-proxy-rmrk-core/runtime-benchmarks',39 'pallet-inflation/runtime-benchmarks',38 'pallet-proxy-rmrk-equip/runtime-benchmarks',40 'pallet-maintenance/runtime-benchmarks',39 'pallet-unique/runtime-benchmarks',41 'pallet-nonfungible/runtime-benchmarks',40 'pallet-foreign-assets/runtime-benchmarks',42 'pallet-proxy-rmrk-core/runtime-benchmarks',41 'pallet-inflation/runtime-benchmarks',43 'pallet-proxy-rmrk-equip/runtime-benchmarks',42 'pallet-collator-selection/runtime-benchmarks',44 'pallet-refungible/runtime-benchmarks',43 'pallet-identity/runtime-benchmarks',45 'pallet-structure/runtime-benchmarks',44 'pallet-app-promotion/runtime-benchmarks',46 'pallet-timestamp/runtime-benchmarks',45 'pallet-xcm/runtime-benchmarks',47 'pallet-unique/runtime-benchmarks',46 'sp-runtime/runtime-benchmarks',48 'pallet-xcm/runtime-benchmarks',47 'xcm-builder/runtime-benchmarks',49 'sp-runtime/runtime-benchmarks',48 'up-data-structs/runtime-benchmarks',50 'up-data-structs/runtime-benchmarks',49 'pallet-maintenance/runtime-benchmarks',51 'xcm-builder/runtime-benchmarks',50]52]51try-runtime = [52 'frame-try-runtime',53 'frame-executive/try-runtime',54 'frame-support/try-runtime',55 'frame-system/try-runtime',56 'cumulus-pallet-parachain-system/try-runtime',57 'parachain-info/try-runtime',58 'pallet-aura/try-runtime',59 'cumulus-pallet-aura-ext/try-runtime',60 'pallet-balances/try-runtime',61 'pallet-randomness-collective-flip/try-runtime',62 'pallet-timestamp/try-runtime',63 'pallet-transaction-payment/try-runtime',64 'pallet-treasury/try-runtime',65 'pallet-sudo/try-runtime',66 'orml-vesting/try-runtime',67 'orml-xtokens/try-runtime',68 'orml-tokens/try-runtime',69 'cumulus-pallet-xcmp-queue/try-runtime',70 'pallet-xcm/try-runtime',71 'cumulus-pallet-xcm/try-runtime',72 'cumulus-pallet-dmp-queue/try-runtime',73 "pallet-authorship/try-runtime",74 "pallet-collator-selection/try-runtime",75 "pallet-session/try-runtime",76 "pallet-identity/try-runtime",77 'pallet-inflation/try-runtime',78 'pallet-unique/try-runtime',79 'pallet-configuration/try-runtime',80 'pallet-charge-transaction/try-runtime',81 'pallet-common/try-runtime',82 'pallet-fungible/try-runtime',83 'pallet-refungible/try-runtime',84 'pallet-nonfungible/try-runtime',85 'pallet-structure/try-runtime',86 'pallet-proxy-rmrk-core/try-runtime',87 'pallet-proxy-rmrk-equip/try-runtime',88 'pallet-app-promotion/try-runtime',89 'pallet-foreign-assets/try-runtime',90 'pallet-ethereum/try-runtime',91 'pallet-evm/try-runtime',92 'pallet-evm-coder-substrate/try-runtime',93 'pallet-evm-contract-helpers/try-runtime',94 'pallet-evm-transaction-payment/try-runtime',95 'pallet-evm-migration/try-runtime',96 'pallet-maintenance/try-runtime',97 'fp-self-contained/try-runtime',98]99std = [53std = [100 'codec/std',54 'codec/std',101 'cumulus-pallet-aura-ext/std',55 'cumulus-pallet-aura-ext/std',102 'cumulus-pallet-parachain-system/std',56 'cumulus-pallet-parachain-system/std',103 'cumulus-pallet-xcm/std',57 'cumulus-pallet-xcm/std',104 'cumulus-pallet-xcmp-queue/std',58 'cumulus-pallet-xcmp-queue/std',105 'cumulus-primitives-core/std',59 'cumulus-primitives-core/std',106 'cumulus-primitives-utility/std',60 'cumulus-primitives-utility/std',107 'frame-try-runtime/std',61 'frame-executive/std',108 'frame-executive/std',62 'frame-support/std',109 'frame-support/std',63 'frame-system-rpc-runtime-api/std',110 'frame-system/std',64 'frame-system/std',111 'frame-system-rpc-runtime-api/std',65 'frame-try-runtime/std',112 'pallet-aura/std',66 'pallet-aura/std',113 'pallet-balances/std',67 'pallet-balances/std',114 # 'pallet-contracts/std',68 # 'pallet-contracts/std',115 # 'pallet-contracts-primitives/std',69 # 'pallet-contracts-primitives/std',116 # 'pallet-contracts-rpc-runtime-api/std',70 # 'pallet-contracts-rpc-runtime-api/std',117 # 'pallet-contract-helpers/std',71 # 'pallet-contract-helpers/std',118 "pallet-authorship/std",72 "pallet-authorship/std",119 'pallet-collator-selection/std',120 "pallet-session/std",121 "pallet-identity/std",73 "pallet-identity/std",122 'pallet-randomness-collective-flip/std',74 "pallet-session/std",123 'pallet-sudo/std',75 "sp-consensus-aura/std",124 'pallet-timestamp/std',76 'app-promotion-rpc/std',125 'pallet-transaction-payment/std',77 'evm-coder/std',126 'pallet-transaction-payment-rpc-runtime-api/std',78 'fp-evm-mapping/std',127 'pallet-treasury/std',79 'fp-rpc/std',128 'pallet-evm/std',80 'fp-self-contained/std',129 'pallet-evm-migration/std',81 'pallet-app-promotion/std',130 'pallet-evm-contract-helpers/std',82 'pallet-base-fee/std',131 'pallet-evm-transaction-payment/std',83 'pallet-charge-transaction/std',132 'pallet-evm-coder-substrate/std',84 'pallet-collator-selection/std',133 'pallet-ethereum/std',85 'pallet-common/std',134 'pallet-base-fee/std',86 'pallet-configuration/std',135 'fp-rpc/std',87 'pallet-ethereum/std',136 'up-rpc/std',88 'pallet-evm-coder-substrate/std',137 'up-pov-estimate-rpc/std',89 'pallet-evm-contract-helpers/std',138 'app-promotion-rpc/std',90 'pallet-evm-migration/std',139 'fp-evm-mapping/std',91 'pallet-evm-transaction-payment/std',140 'fp-self-contained/std',92 'pallet-evm/std',141 'parachain-info/std',93 'pallet-fungible/std',142 'serde',94 'pallet-inflation/std',143 'pallet-inflation/std',95 'pallet-nonfungible/std',144 'pallet-configuration/std',96 'pallet-proxy-rmrk-core/std',145 'pallet-app-promotion/std',97 'pallet-proxy-rmrk-equip/std',146 'pallet-common/std',98 'pallet-randomness-collective-flip/std',147 'pallet-structure/std',99 'pallet-refungible/std',148 'pallet-fungible/std',100 'pallet-structure/std',149 'pallet-refungible/std',101 'pallet-sudo/std',150 'pallet-nonfungible/std',102 'pallet-timestamp/std',151 'pallet-proxy-rmrk-core/std',103 'pallet-transaction-payment-rpc-runtime-api/std',152 'pallet-proxy-rmrk-equip/std',104 'pallet-transaction-payment/std',153 'pallet-unique/std',105 'pallet-treasury/std',154 'pallet-charge-transaction/std',106 'pallet-unique/std',155 'up-data-structs/std',107 'parachain-info/std',156 'sp-api/std',108 'rmrk-rpc/std',157 'sp-block-builder/std',109 'sp-api/std',158 "sp-consensus-aura/std",110 'sp-block-builder/std',159 'sp-core/std',111 'sp-core/std',160 'sp-inherents/std',112 'sp-inherents/std',161 'sp-io/std',113 'sp-io/std',162 'sp-offchain/std',114 'sp-offchain/std',163 'sp-runtime/std',115 'sp-runtime/std',164 'sp-session/std',116 'sp-session/std',165 'sp-std/std',117 'sp-std/std',166 'sp-transaction-pool/std',118 'sp-transaction-pool/std',167 'sp-version/std',119 'sp-version/std',168 'xcm/std',120 'up-common/std',169 'xcm-builder/std',121 'up-data-structs/std',170 'xcm-executor/std',122 'up-pov-estimate-rpc/std',171 'up-common/std',123 'up-rpc/std',172 'rmrk-rpc/std',124 'up-sponsorship/std',173 'evm-coder/std',125 'xcm-builder/std',174 'up-sponsorship/std',126 'xcm-executor/std',127 'xcm/std',175128176 "orml-vesting/std",129 "orml-tokens/std",177 "orml-tokens/std",130 "orml-traits/std",178 "orml-xtokens/std",131 "orml-vesting/std",179 "orml-traits/std",132 "orml-xtokens/std",180 "pallet-foreign-assets/std",133 "pallet-foreign-assets/std",181 "pallet-maintenance/std",134 "pallet-maintenance/std",182]135]183limit-testing = ['pallet-unique/limit-testing', 'up-data-structs/limit-testing']184unique-runtime = ['foreign-assets']185pov-estimate = []186stubgen = ["evm-coder/stubgen"]136stubgen = ["evm-coder/stubgen"]137try-runtime = [138 "pallet-authorship/try-runtime",139 "pallet-collator-selection/try-runtime",140 "pallet-identity/try-runtime",141 "pallet-session/try-runtime",142 'cumulus-pallet-aura-ext/try-runtime',143 'cumulus-pallet-dmp-queue/try-runtime',144 'cumulus-pallet-parachain-system/try-runtime',145 'cumulus-pallet-xcm/try-runtime',146 'cumulus-pallet-xcmp-queue/try-runtime',147 'fp-self-contained/try-runtime',148 'frame-executive/try-runtime',149 'frame-support/try-runtime',150 'frame-system/try-runtime',151 'frame-try-runtime',152 'orml-tokens/try-runtime',153 'orml-vesting/try-runtime',154 'orml-xtokens/try-runtime',155 'pallet-app-promotion/try-runtime',156 'pallet-aura/try-runtime',157 'pallet-balances/try-runtime',158 'pallet-charge-transaction/try-runtime',159 'pallet-common/try-runtime',160 'pallet-configuration/try-runtime',161 'pallet-ethereum/try-runtime',162 'pallet-evm-coder-substrate/try-runtime',163 'pallet-evm-contract-helpers/try-runtime',164 'pallet-evm-migration/try-runtime',165 'pallet-evm-transaction-payment/try-runtime',166 'pallet-evm/try-runtime',167 'pallet-foreign-assets/try-runtime',168 'pallet-fungible/try-runtime',169 'pallet-inflation/try-runtime',170 'pallet-maintenance/try-runtime',171 'pallet-nonfungible/try-runtime',172 'pallet-proxy-rmrk-core/try-runtime',173 'pallet-proxy-rmrk-equip/try-runtime',174 'pallet-randomness-collective-flip/try-runtime',175 'pallet-refungible/try-runtime',176 'pallet-structure/try-runtime',177 'pallet-sudo/try-runtime',178 'pallet-timestamp/try-runtime',179 'pallet-transaction-payment/try-runtime',180 'pallet-treasury/try-runtime',181 'pallet-unique/try-runtime',182 'pallet-xcm/try-runtime',183 'parachain-info/try-runtime',184]185unique-runtime = ['foreign-assets']187186187collator-selection = []188foreign-assets = []188refungible = []189refungible = []189scheduler = []190rmrk = []190rmrk = []191foreign-assets = []191scheduler = []192collator-selection = []193192194################################################################################193################################################################################195# Substrate Dependencies196197[dependencies.codec]198default-features = false199features = ['derive']200package = 'parity-scale-codec'201version = '3.1.2'202203[dependencies.frame-benchmarking]204default-features = false205git = "https://github.com/paritytech/substrate"206optional = true207branch = "polkadot-v0.9.36"208209[dependencies.frame-try-runtime]210default-features = false211git = "https://github.com/paritytech/substrate"212optional = true213branch = "polkadot-v0.9.36"214215[dependencies.frame-executive]216default-features = false217git = "https://github.com/paritytech/substrate"218branch = "polkadot-v0.9.36"219220[dependencies.frame-support]221default-features = false222git = "https://github.com/paritytech/substrate"223branch = "polkadot-v0.9.36"224225[dependencies.frame-system]226default-features = false227git = "https://github.com/paritytech/substrate"228branch = "polkadot-v0.9.36"229230[dependencies.frame-system-benchmarking]231default-features = false232git = "https://github.com/paritytech/substrate"233optional = true234branch = "polkadot-v0.9.36"235236[dependencies.frame-system-rpc-runtime-api]237default-features = false238git = "https://github.com/paritytech/substrate"239branch = "polkadot-v0.9.36"240241[dependencies.hex-literal]242optional = true243version = '0.3.3'244245[dependencies.serde]246default-features = false247features = ['derive']248optional = true249version = '1.0.130'250251[dependencies.pallet-aura]252default-features = false253git = "https://github.com/paritytech/substrate"254branch = "polkadot-v0.9.36"255256[dependencies.pallet-authorship]257default-features = false258git = 'https://github.com/paritytech/substrate'259branch = 'polkadot-v0.9.36'260261[dependencies.pallet-session]262default-features = false263git = 'https://github.com/paritytech/substrate'264branch = 'polkadot-v0.9.36'265266[dependencies.pallet-balances]267default-features = false268git = "https://github.com/paritytech/substrate"269branch = "polkadot-v0.9.36"270271# Contracts specific packages272# [dependencies.pallet-contracts]273# git = 'https://github.com/paritytech/substrate'274# default-features = false275# branch = 'master'276# version = '4.0.0-dev'277278# [dependencies.pallet-contracts-primitives]279# git = 'https://github.com/paritytech/substrate'280# default-features = false281# branch = 'master'282# version = '4.0.0-dev'283284# [dependencies.pallet-contracts-rpc-runtime-api]285# git = 'https://github.com/paritytech/substrate'286# default-features = false287# branch = 'master'288# version = '4.0.0-dev'289290[dependencies.pallet-randomness-collective-flip]291default-features = false292git = "https://github.com/paritytech/substrate"293branch = "polkadot-v0.9.36"294295[dependencies.pallet-sudo]296default-features = false297git = "https://github.com/paritytech/substrate"298branch = "polkadot-v0.9.36"299300[dependencies.pallet-timestamp]301default-features = false302git = "https://github.com/paritytech/substrate"303branch = "polkadot-v0.9.36"304305[dependencies.pallet-transaction-payment]306default-features = false307git = "https://github.com/paritytech/substrate"308branch = "polkadot-v0.9.36"309310[dependencies.pallet-transaction-payment-rpc-runtime-api]311default-features = false312git = "https://github.com/paritytech/substrate"313branch = "polkadot-v0.9.36"314315[dependencies.pallet-treasury]316default-features = false317git = "https://github.com/paritytech/substrate"318branch = "polkadot-v0.9.36"319320[dependencies.sp-arithmetic]321default-features = false322git = "https://github.com/paritytech/substrate"323branch = "polkadot-v0.9.36"324325[dependencies.sp-api]326default-features = false327git = "https://github.com/paritytech/substrate"328branch = "polkadot-v0.9.36"329330[dependencies.sp-block-builder]331default-features = false332git = "https://github.com/paritytech/substrate"333branch = "polkadot-v0.9.36"334335[dependencies.sp-core]336default-features = false337git = "https://github.com/paritytech/substrate"338branch = "polkadot-v0.9.36"339340[dependencies.sp-consensus-aura]341default-features = false342git = "https://github.com/paritytech/substrate"343branch = "polkadot-v0.9.36"344345[dependencies.sp-inherents]346default-features = false347git = "https://github.com/paritytech/substrate"348branch = "polkadot-v0.9.36"349350[dependencies.sp-io]351default-features = false352git = "https://github.com/paritytech/substrate"353branch = "polkadot-v0.9.36"354355[dependencies.sp-offchain]356default-features = false357git = "https://github.com/paritytech/substrate"358branch = "polkadot-v0.9.36"359360[dependencies.sp-runtime]361default-features = false362git = "https://github.com/paritytech/substrate"363branch = "polkadot-v0.9.36"364365[dependencies.sp-session]366default-features = false367git = "https://github.com/paritytech/substrate"368branch = "polkadot-v0.9.36"369370[dependencies.sp-std]371default-features = false372git = "https://github.com/paritytech/substrate"373branch = "polkadot-v0.9.36"374375[dependencies.sp-transaction-pool]376default-features = false377git = "https://github.com/paritytech/substrate"378branch = "polkadot-v0.9.36"379380[dependencies.sp-version]381default-features = false382git = "https://github.com/paritytech/substrate"383branch = "polkadot-v0.9.36"384385[dependencies.smallvec]386version = '1.6.1'387388################################################################################389# Cumulus dependencies390391[dependencies.parachain-info]392default-features = false393git = "https://github.com/paritytech/cumulus"394branch = "polkadot-v0.9.36"395396[dependencies.cumulus-pallet-aura-ext]397git = "https://github.com/paritytech/cumulus"398branch = "polkadot-v0.9.36"399default-features = false400401[dependencies.cumulus-pallet-parachain-system]402git = "https://github.com/paritytech/cumulus"403branch = "polkadot-v0.9.36"404default-features = false405406[dependencies.cumulus-primitives-core]407git = "https://github.com/paritytech/cumulus"408branch = "polkadot-v0.9.36"409default-features = false410411[dependencies.cumulus-pallet-xcm]412git = "https://github.com/paritytech/cumulus"413branch = "polkadot-v0.9.36"414default-features = false415416[dependencies.cumulus-pallet-dmp-queue]417git = "https://github.com/paritytech/cumulus"418branch = "polkadot-v0.9.36"419default-features = false420421[dependencies.cumulus-pallet-xcmp-queue]422git = "https://github.com/paritytech/cumulus"423branch = "polkadot-v0.9.36"424default-features = false425426[dependencies.cumulus-primitives-utility]427git = "https://github.com/paritytech/cumulus"428branch = "polkadot-v0.9.36"429default-features = false430431[dependencies.cumulus-primitives-timestamp]432git = "https://github.com/paritytech/cumulus"433branch = "polkadot-v0.9.36"434default-features = false435436################################################################################437# Polkadot dependencies438439[dependencies.polkadot-parachain]440git = "https://github.com/paritytech/polkadot"441branch = "release-v0.9.36"442default-features = false443444[dependencies.xcm]445git = "https://github.com/paritytech/polkadot"446branch = "release-v0.9.36"447default-features = false448449[dependencies.xcm-builder]450git = "https://github.com/paritytech/polkadot"451branch = "release-v0.9.36"452default-features = false453454[dependencies.xcm-executor]455git = "https://github.com/paritytech/polkadot"456branch = "release-v0.9.36"457default-features = false458459[dependencies.pallet-xcm]460git = "https://github.com/paritytech/polkadot"461branch = "release-v0.9.36"462default-features = false463464################################################################################465# local dependencies194# local dependencies466195467[dependencies]196[dependencies]468orml-vesting.workspace = true197codec = { default-features = false, features = ['derive'], package = 'parity-scale-codec', version = "3.1.2" }198cumulus-pallet-aura-ext = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36", default-features = false }199cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36", default-features = false }200cumulus-pallet-parachain-system = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36", default-features = false }201cumulus-pallet-xcm = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36", default-features = false }202cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36", default-features = false }203cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36", default-features = false }204cumulus-primitives-timestamp = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36", default-features = false }205cumulus-primitives-utility = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36", default-features = false }206frame-benchmarking = { default-features = false, git = "https://github.com/paritytech/substrate", optional = true, branch = "polkadot-v0.9.36" }469orml-xtokens.workspace = true207frame-executive = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }208frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }209frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }210frame-system-benchmarking = { default-features = false, git = "https://github.com/paritytech/substrate", optional = true, branch = "polkadot-v0.9.36" }211frame-system-rpc-runtime-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }212frame-try-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", optional = true, branch = "polkadot-v0.9.36" }213hex-literal = { optional = true, version = "0.3.3" }470orml-tokens.workspace = true214orml-tokens.workspace = true471orml-traits.workspace = true215orml-traits.workspace = true216orml-vesting.workspace = true217orml-xtokens.workspace = true218pallet-aura = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }219pallet-authorship = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }220pallet-balances = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }221pallet-randomness-collective-flip = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }222pallet-session = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }223pallet-sudo = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }224pallet-timestamp = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }225pallet-transaction-payment = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }226pallet-transaction-payment-rpc-runtime-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }227pallet-treasury = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }228pallet-xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36", default-features = false }229parachain-info = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }230polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36", default-features = false }231smallvec = "1.6.1"232sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }233sp-arithmetic = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }234sp-block-builder = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }235sp-consensus-aura = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }236sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }237sp-inherents = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }238sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }239sp-offchain = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }240sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }241sp-session = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }242sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }243sp-transaction-pool = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }244sp-version = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }245xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36", default-features = false }246xcm-builder = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36", default-features = false }247xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36", default-features = false }472248473log = { version = "0.4.16", default-features = false }474up-common = { path = "../../primitives/common", default-features = false }475scale-info = { version = "2.0.1", default-features = false, features = [476 "derive",477] }478derivative = "2.2.0"479pallet-unique = { path = '../../pallets/unique', default-features = false }480up-rpc = { path = "../../primitives/rpc", default-features = false }481up-pov-estimate-rpc = { path = "../../primitives/pov-estimate-rpc", default-features = false }482app-promotion-rpc = { path = "../../primitives/app_promotion_rpc", default-features = false }249app-promotion-rpc = { path = "../../primitives/app_promotion_rpc", default-features = false }483rmrk-rpc = { path = "../../primitives/rmrk-rpc", default-features = false }250derivative = "2.2.0"484pallet-inflation = { path = '../../pallets/inflation', default-features = false }251log = { version = "0.4.16", default-features = false }485pallet-app-promotion = { path = '../../pallets/app-promotion', default-features = false }252pallet-app-promotion = { path = "../../pallets/app-promotion", default-features = false }486up-data-structs = { path = '../../primitives/data-structs', default-features = false }487pallet-collator-selection = { default-features = false, path = "../../pallets/collator-selection" }253pallet-collator-selection = { default-features = false, path = "../../pallets/collator-selection" }488pallet-identity = { default-features = false, path = "../../pallets/identity" }489pallet-configuration = { default-features = false, path = "../../pallets/configuration" }490pallet-common = { default-features = false, path = "../../pallets/common" }254pallet-common = { default-features = false, path = "../../pallets/common" }491pallet-structure = { default-features = false, path = "../../pallets/structure" }255pallet-configuration = { default-features = false, path = "../../pallets/configuration" }492pallet-fungible = { default-features = false, path = "../../pallets/fungible" }256pallet-fungible = { default-features = false, path = "../../pallets/fungible" }493pallet-refungible = { default-features = false, path = "../../pallets/refungible" }257pallet-identity = { default-features = false, path = "../../pallets/identity" }258pallet-inflation = { path = "../../pallets/inflation", default-features = false }494pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }259pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }495pallet-proxy-rmrk-core = { default-features = false, path = "../../pallets/proxy-rmrk-core", package = "pallet-rmrk-core" }260pallet-proxy-rmrk-core = { default-features = false, path = "../../pallets/proxy-rmrk-core", package = "pallet-rmrk-core" }496pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }261pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }262pallet-refungible = { default-features = false, path = "../../pallets/refungible" }263pallet-structure = { default-features = false, path = "../../pallets/structure" }264pallet-unique = { path = "../../pallets/unique", default-features = false }265rmrk-rpc = { path = "../../primitives/rmrk-rpc", default-features = false }266scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }267up-common = { path = "../../primitives/common", default-features = false }268up-data-structs = { path = "../../primitives/data-structs", default-features = false }269up-pov-estimate-rpc = { path = "../../primitives/pov-estimate-rpc", default-features = false }270up-rpc = { path = "../../primitives/rpc", default-features = false }497# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }271# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }498pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.36", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }499pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }272evm-coder = { default-features = false, path = "../../crates/evm-coder" }500pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }501pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }502pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }503pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }504pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }505pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }506fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }507fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }508fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }273fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }509fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }274fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }275fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }276fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }277num_enum = { version = "0.5.3", default-features = false }278pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }279pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.36", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }280pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }281pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }282pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }283pallet-evm-contract-helpers = { path = "../../pallets/evm-contract-helpers", default-features = false }284pallet-evm-migration = { path = "../../pallets/evm-migration", default-features = false }510pallet-evm-precompile-simple = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }285pallet-evm-precompile-simple = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }511evm-coder = { default-features = false, path = '../../crates/evm-coder' }286pallet-evm-transaction-payment = { path = "../../pallets/evm-transaction-payment", default-features = false }512up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.36' }513pallet-foreign-assets = { default-features = false, path = "../../pallets/foreign-assets" }287pallet-foreign-assets = { default-features = false, path = "../../pallets/foreign-assets" }514pallet-maintenance = { default-features = false, path = "../../pallets/maintenance" }288pallet-maintenance = { default-features = false, path = "../../pallets/maintenance" }515precompile-utils-macro = { path = "../common/ethereum/precompiles/utils/macro" }289precompile-utils-macro.path = "../common/ethereum/precompiles/utils/macro"516num_enum = { version = "0.5.3", default-features = false }290up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.36" }517291518################################################################################292################################################################################519# Test dependencies293# Test dependencies525299526impl-trait-for-tuples = "0.2.2"300impl-trait-for-tuples = "0.2.2"527301528################################################################################529# Dev Dependencies530531[dev-dependencies.logtest]302[dev-dependencies]532version = "2.0.0"303logtest = "2.0.0"533534################################################################################535# Build Dependencies536304537[build-dependencies.substrate-wasm-builder]305[build-dependencies]538git = "https://github.com/paritytech/substrate"306substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }539branch = "polkadot-v0.9.36"540307smart_contracs/transfer/.gitignorediffbeforeafterbothno changes
smart_contracs/transfer/Cargo.tomldiffbeforeafterbothno changes
smart_contracs/transfer/lib.rsdiffbeforeafterbothno changes
test-pallets/utils/Cargo.tomldiffbeforeafterboth1[package]1[package]2name = "pallet-test-utils"3version = "0.1.0"2edition = "2021"4license = "GPLv3"3license = "GPLv3"5edition = "2021"4name = "pallet-test-utils"6publish = false5publish = false6version = "0.1.0"778[dependencies]8[dependencies]9codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = [9codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }10 "derive",11] }12scale-info = { version = "2.1.1", default-features = false, features = [13 "derive",14] }15frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }10frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }16frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }11frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }12scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }17# pallet-unique-scheduler = { path = '../../pallets/scheduler', default-features = false }13# pallet-unique-scheduler = { path = '../../pallets/scheduler', default-features = false }18pallet-unique-scheduler-v2 = { path = '../../pallets/scheduler-v2', default-features = false }14pallet-unique-scheduler-v2 = { path = "../../pallets/scheduler-v2", default-features = false }19sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }15sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }201621[features]17[features]22default = ["std"]18default = ["std"]23std = [19std = [24 "codec/std",20 "codec/std",25 "scale-info/std",26 "frame-support/std",21 "frame-support/std",27 "frame-system/std",22 "frame-system/std",28 "pallet-unique-scheduler-v2/std",23 "pallet-unique-scheduler-v2/std",24 "scale-info/std",29 "sp-std/std",25 "sp-std/std",30]26]31try-runtime = [27try-runtime = ["frame-support/try-runtime", "pallet-unique-scheduler-v2/try-runtime"]tests/flipper-src/.gitignorediffbeforeafterbothno changes
tests/flipper-src/Cargo.tomldiffbeforeafterbothno changes
tests/flipper-src/build.shdiffbeforeafterbothno changes
tests/flipper-src/lib.rsdiffbeforeafterbothno changes
tests/ink-types-node-runtime/.gitignorediffbeforeafterbothno changes
tests/ink-types-node-runtime/Cargo.tomldiffbeforeafterbothno changes
tests/ink-types-node-runtime/README.mddiffbeforeafterbothno changes
tests/ink-types-node-runtime/examples/calls/.gitignorediffbeforeafterbothno changes
tests/ink-types-node-runtime/examples/calls/.ink/abi_gen/Cargo.tomldiffbeforeafterbothno changes
tests/ink-types-node-runtime/examples/calls/.ink/abi_gen/main.rsdiffbeforeafterbothno changes
tests/ink-types-node-runtime/examples/calls/Cargo.tomldiffbeforeafterbothno changes
tests/ink-types-node-runtime/examples/calls/lib.rsdiffbeforeafterbothno changes
tests/ink-types-node-runtime/src/calls.rsdiffbeforeafterbothno changes
tests/ink-types-node-runtime/src/lib.rsdiffbeforeafterbothno changes
tests/loadtester-src/.gitignorediffbeforeafterbothno changes
tests/loadtester-src/Cargo.tomldiffbeforeafterbothno changes
tests/loadtester-src/lib.rsdiffbeforeafterbothno changes