difftreelog
feat add `EthCrossAccount` type
in: master
14 files changed
.maintain/scripts/compile_stub.shdiffbeforeafterboth--- a/.maintain/scripts/compile_stub.sh
+++ b/.maintain/scripts/compile_stub.sh
@@ -6,6 +6,7 @@
tmp=$(mktemp -d)
cd $tmp
cp $dir/$INPUT input.sol
+echo "Tmp file: $tmp/input.sol"
solcjs --optimize --bin input.sol -o $PWD
mv input_sol_$(basename $OUTPUT .raw).bin out.bin
Cargo.lockdiffbeforeafterboth117version = "0.1.0"117version = "0.1.0"118dependencies = [118dependencies = [119 "pallet-common",119 "pallet-common",120 "pallet-evm",120 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",121 "parity-scale-codec 3.2.1",121 "parity-scale-codec 3.2.1",122 "sp-api",122 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",123 "sp-core",123 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",124 "sp-runtime",124 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",125 "sp-std",125 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",126 "up-data-structs",126 "up-data-structs",127]127]128128477 "sc-network-common",477 "sc-network-common",478 "sc-network-gossip",478 "sc-network-gossip",479 "sc-utils",479 "sc-utils",480 "sp-api",480 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",481 "sp-application-crypto",481 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",482 "sp-arithmetic",482 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",483 "sp-blockchain",483 "sp-blockchain",484 "sp-consensus",484 "sp-consensus",485 "sp-core",485 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",486 "sp-keystore",486 "sp-keystore",487 "sp-mmr-primitives",487 "sp-mmr-primitives",488 "sp-runtime",488 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",489 "substrate-prometheus-endpoint",489 "substrate-prometheus-endpoint",490 "thiserror",490 "thiserror",491 "wasm-timer",491 "wasm-timer",506 "sc-rpc",506 "sc-rpc",507 "sc-utils",507 "sc-utils",508 "serde",508 "serde",509 "sp-core",509 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",510 "sp-runtime",510 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",511 "thiserror",511 "thiserror",512]512]513513517source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"517source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"518dependencies = [518dependencies = [519 "beefy-primitives",519 "beefy-primitives",520 "sp-api",520 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",521]521]522522523[[package]]523[[package]]527dependencies = [527dependencies = [528 "parity-scale-codec 3.2.1",528 "parity-scale-codec 3.2.1",529 "scale-info",529 "scale-info",530 "sp-api",530 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",531 "sp-application-crypto",531 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",532 "sp-core",532 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",533 "sp-runtime",533 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",534 "sp-std",534 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",535]535]536536537[[package]]537[[package]]1398 "sc-chain-spec",1398 "sc-chain-spec",1399 "sc-cli",1399 "sc-cli",1400 "sc-service",1400 "sc-service",1401 "sp-core",1401 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1402 "sp-runtime",1402 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1403 "url",1403 "url",1404]1404]140514051420 "polkadot-overseer",1420 "polkadot-overseer",1421 "polkadot-primitives",1421 "polkadot-primitives",1422 "sc-client-api",1422 "sc-client-api",1423 "sp-api",1423 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1424 "sp-consensus",1424 "sp-consensus",1425 "sp-core",1425 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1426 "sp-runtime",1426 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1427 "tracing",1427 "tracing",1428]1428]142914291442 "sc-consensus-aura",1442 "sc-consensus-aura",1443 "sc-consensus-slots",1443 "sc-consensus-slots",1444 "sc-telemetry",1444 "sc-telemetry",1445 "sp-api",1445 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1446 "sp-application-crypto",1446 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1447 "sp-block-builder",1447 "sp-block-builder",1448 "sp-blockchain",1448 "sp-blockchain",1449 "sp-consensus",1449 "sp-consensus",1450 "sp-consensus-aura",1450 "sp-consensus-aura",1451 "sp-core",1451 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1452 "sp-inherents",1452 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1453 "sp-keystore",1453 "sp-keystore",1454 "sp-runtime",1454 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1455 "substrate-prometheus-endpoint",1455 "substrate-prometheus-endpoint",1456 "tracing",1456 "tracing",1457]1457]1469 "polkadot-primitives",1469 "polkadot-primitives",1470 "sc-client-api",1470 "sc-client-api",1471 "sc-consensus",1471 "sc-consensus",1472 "sp-api",1472 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1473 "sp-blockchain",1473 "sp-blockchain",1474 "sp-consensus",1474 "sp-consensus",1475 "sp-runtime",1475 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1476 "sp-trie",1476 "sp-trie",1477 "tracing",1477 "tracing",1478]1478]1493 "polkadot-parachain",1493 "polkadot-parachain",1494 "polkadot-primitives",1494 "polkadot-primitives",1495 "sc-client-api",1495 "sc-client-api",1496 "sp-api",1496 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1497 "sp-blockchain",1497 "sp-blockchain",1498 "sp-consensus",1498 "sp-consensus",1499 "sp-core",1499 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1500 "sp-runtime",1500 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1501 "sp-state-machine",1501 "sp-state-machine",1502 "tracing",1502 "tracing",1503]1503]1519 "rand 0.8.5",1519 "rand 0.8.5",1520 "sc-client-api",1520 "sc-client-api",1521 "sc-consensus",1521 "sc-consensus",1522 "sp-api",1522 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1523 "sp-consensus",1523 "sp-consensus",1524 "sp-maybe-compressed-blob",1524 "sp-maybe-compressed-blob",1525 "sp-runtime",1525 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1526 "tracing",1526 "tracing",1527]1527]152815281546 "sc-service",1546 "sc-service",1547 "sc-telemetry",1547 "sc-telemetry",1548 "sc-tracing",1548 "sc-tracing",1549 "sp-api",1549 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1550 "sp-blockchain",1550 "sp-blockchain",1551 "sp-consensus",1551 "sp-consensus",1552 "sp-core",1552 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1553 "sp-runtime",1553 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1554 "tracing",1554 "tracing",1555]1555]155615561560source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1560source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1561dependencies = [1561dependencies = [1562 "frame-executive",1562 "frame-executive",1563 "frame-support",1563 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1564 "frame-system",1564 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1565 "pallet-aura",1565 "pallet-aura",1566 "parity-scale-codec 3.2.1",1566 "parity-scale-codec 3.2.1",1567 "scale-info",1567 "scale-info",1568 "serde",1568 "serde",1569 "sp-application-crypto",1569 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1570 "sp-consensus-aura",1570 "sp-consensus-aura",1571 "sp-runtime",1571 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1572 "sp-std",1572 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1573]1573]157415741575[[package]]1575[[package]]1578source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1578source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1579dependencies = [1579dependencies = [1580 "cumulus-primitives-core",1580 "cumulus-primitives-core",1581 "frame-support",1581 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1582 "frame-system",1582 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1583 "log",1583 "log",1584 "parity-scale-codec 3.2.1",1584 "parity-scale-codec 3.2.1",1585 "scale-info",1585 "scale-info",1586 "sp-io",1586 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1587 "sp-runtime",1587 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1588 "sp-std",1588 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1589 "xcm",1589 "xcm",1590 "xcm-executor",1590 "xcm-executor",1591]1591]1600 "cumulus-primitives-core",1600 "cumulus-primitives-core",1601 "cumulus-primitives-parachain-inherent",1601 "cumulus-primitives-parachain-inherent",1602 "environmental",1602 "environmental",1603 "frame-support",1603 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1604 "frame-system",1604 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1605 "impl-trait-for-tuples",1605 "impl-trait-for-tuples",1606 "log",1606 "log",1607 "pallet-balances",1607 "pallet-balances",1608 "parity-scale-codec 3.2.1",1608 "parity-scale-codec 3.2.1",1609 "polkadot-parachain",1609 "polkadot-parachain",1610 "scale-info",1610 "scale-info",1611 "serde",1611 "serde",1612 "sp-core",1612 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1613 "sp-externalities",1613 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1614 "sp-inherents",1614 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1615 "sp-io",1615 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1616 "sp-runtime",1616 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1617 "sp-state-machine",1617 "sp-state-machine",1618 "sp-std",1618 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1619 "sp-trie",1619 "sp-trie",1620 "sp-version",1620 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1621 "xcm",1621 "xcm",1622]1622]162316231638source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1638source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1639dependencies = [1639dependencies = [1640 "cumulus-primitives-core",1640 "cumulus-primitives-core",1641 "frame-support",1641 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1642 "frame-system",1642 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1643 "parity-scale-codec 3.2.1",1643 "parity-scale-codec 3.2.1",1644 "scale-info",1644 "scale-info",1645 "serde",1645 "serde",1646 "sp-io",1646 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1647 "sp-runtime",1647 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1648 "sp-std",1648 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1649 "xcm",1649 "xcm",1650]1650]165116511655source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1655source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1656dependencies = [1656dependencies = [1657 "cumulus-primitives-core",1657 "cumulus-primitives-core",1658 "frame-support",1658 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1659 "frame-system",1659 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1660 "log",1660 "log",1661 "parity-scale-codec 3.2.1",1661 "parity-scale-codec 3.2.1",1662 "rand_chacha 0.3.1",1662 "rand_chacha 0.3.1",1663 "scale-info",1663 "scale-info",1664 "sp-runtime",1664 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1665 "sp-std",1665 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1666 "xcm",1666 "xcm",1667 "xcm-executor",1667 "xcm-executor",1668]1668]1672version = "0.1.0"1672version = "0.1.0"1673source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1673source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1674dependencies = [1674dependencies = [1675 "frame-support",1675 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1676 "parity-scale-codec 3.2.1",1676 "parity-scale-codec 3.2.1",1677 "polkadot-core-primitives",1677 "polkadot-core-primitives",1678 "polkadot-parachain",1678 "polkadot-parachain",1679 "polkadot-primitives",1679 "polkadot-primitives",1680 "sp-api",1680 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1681 "sp-runtime",1681 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1682 "sp-std",1682 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1683 "sp-trie",1683 "sp-trie",1684]1684]168516851695 "parity-scale-codec 3.2.1",1695 "parity-scale-codec 3.2.1",1696 "sc-client-api",1696 "sc-client-api",1697 "scale-info",1697 "scale-info",1698 "sp-api",1698 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1699 "sp-core",1699 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1700 "sp-inherents",1700 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1701 "sp-runtime",1701 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1702 "sp-state-machine",1702 "sp-state-machine",1703 "sp-std",1703 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1704 "sp-storage",1704 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1705 "sp-trie",1705 "sp-trie",1706 "tracing",1706 "tracing",1707]1707]1714 "cumulus-primitives-core",1714 "cumulus-primitives-core",1715 "futures 0.3.25",1715 "futures 0.3.25",1716 "parity-scale-codec 3.2.1",1716 "parity-scale-codec 3.2.1",1717 "sp-inherents",1717 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1718 "sp-std",1718 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1719 "sp-timestamp",1719 "sp-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1720]1720]172117211722[[package]]1722[[package]]1725source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1725source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1726dependencies = [1726dependencies = [1727 "cumulus-primitives-core",1727 "cumulus-primitives-core",1728 "frame-support",1728 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1729 "log",1729 "log",1730 "parity-scale-codec 3.2.1",1730 "parity-scale-codec 3.2.1",1731 "polkadot-core-primitives",1731 "polkadot-core-primitives",1732 "polkadot-parachain",1732 "polkadot-parachain",1733 "polkadot-primitives",1733 "polkadot-primitives",1734 "sp-runtime",1734 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1735 "sp-std",1735 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1736 "sp-trie",1736 "sp-trie",1737 "xcm",1737 "xcm",1738 "xcm-builder",1738 "xcm-builder",1759 "sc-sysinfo",1759 "sc-sysinfo",1760 "sc-telemetry",1760 "sc-telemetry",1761 "sc-tracing",1761 "sc-tracing",1762 "sp-api",1762 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1763 "sp-blockchain",1763 "sp-blockchain",1764 "sp-consensus",1764 "sp-consensus",1765 "sp-core",1765 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1766 "sp-runtime",1766 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1767 "sp-state-machine",1767 "sp-state-machine",1768 "tracing",1768 "tracing",1769]1769]1783 "polkadot-overseer",1783 "polkadot-overseer",1784 "polkadot-service",1784 "polkadot-service",1785 "sc-client-api",1785 "sc-client-api",1786 "sp-api",1786 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1787 "sp-blockchain",1787 "sp-blockchain",1788 "sp-core",1788 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1789 "sp-runtime",1789 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1790 "sp-state-machine",1790 "sp-state-machine",1791 "thiserror",1791 "thiserror",1792]1792]1808 "polkadot-service",1808 "polkadot-service",1809 "sc-client-api",1809 "sc-client-api",1810 "sc-rpc-api",1810 "sc-rpc-api",1811 "sp-api",1811 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1812 "sp-core",1812 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1813 "sp-runtime",1813 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1814 "sp-state-machine",1814 "sp-state-machine",1815 "sp-storage",1815 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1816 "tokio",1816 "tokio",1817 "tracing",1817 "tracing",1818 "url",1818 "url",1826 "cumulus-primitives-core",1826 "cumulus-primitives-core",1827 "parity-scale-codec 3.2.1",1827 "parity-scale-codec 3.2.1",1828 "polkadot-primitives",1828 "polkadot-primitives",1829 "sp-runtime",1829 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1830 "sp-state-machine",1830 "sp-state-machine",1831 "sp-std",1831 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1832]1832]183318331834[[package]]1834[[package]]2313[[package]]2313[[package]]2314name = "evm"2314name = "evm"2315version = "0.35.0"2315version = "0.35.0"2316source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.27#e9252ed42dc26fc85b6703b1ba50660a08209e55"2317dependencies = [2318 "auto_impl",2319 "ethereum",2320 "evm-core 0.35.0 (git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.27)",2321 "evm-gasometer 0.35.0 (git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.27)",2322 "evm-runtime 0.35.0 (git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.27)",2323 "log",2324 "parity-scale-codec 3.2.1",2325 "primitive-types",2326 "rlp",2327 "scale-info",2328 "sha3",2329]23302331[[package]]2332name = "evm"2333version = "0.35.0"2316source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30#e9252ed42dc26fc85b6703b1ba50660a08209e55"2334source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30#e9252ed42dc26fc85b6703b1ba50660a08209e55"2317dependencies = [2335dependencies = [2318 "auto_impl",2336 "auto_impl",2319 "environmental",2337 "environmental",2320 "ethereum",2338 "ethereum",2321 "evm-core",2339 "evm-core 0.35.0 (git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30)",2322 "evm-gasometer",2340 "evm-gasometer 0.35.0 (git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30)",2323 "evm-runtime",2341 "evm-runtime 0.35.0 (git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30)",2324 "log",2342 "log",2325 "parity-scale-codec 3.2.1",2343 "parity-scale-codec 3.2.1",2326 "primitive-types",2344 "primitive-types",2337 "concat-idents",2355 "concat-idents",2338 "ethereum",2356 "ethereum",2339 "evm-coder-procedural",2357 "evm-coder-procedural",2340 "evm-core",2358 "evm-core 0.35.0 (git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30)",2341 "frame-support",2359 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2342 "hex",2360 "hex",2343 "hex-literal",2361 "hex-literal",2344 "impl-trait-for-tuples",2362 "impl-trait-for-tuples",2363 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.27-fee-limit)",2345 "primitive-types",2364 "primitive-types",2346 "similar-asserts",2365 "similar-asserts",2347 "sp-std",2366 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2348]2367]234923682350[[package]]2369[[package]]2362[[package]]2381[[package]]2363name = "evm-core"2382name = "evm-core"2364version = "0.35.0"2383version = "0.35.0"2384source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.27#e9252ed42dc26fc85b6703b1ba50660a08209e55"2385dependencies = [2386 "parity-scale-codec 3.2.1",2387 "primitive-types",2388 "scale-info",2389]23902391[[package]]2392name = "evm-core"2393version = "0.35.0"2365source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30#e9252ed42dc26fc85b6703b1ba50660a08209e55"2394source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30#e9252ed42dc26fc85b6703b1ba50660a08209e55"2366dependencies = [2395dependencies = [2367 "parity-scale-codec 3.2.1",2396 "parity-scale-codec 3.2.1",2373[[package]]2402[[package]]2374name = "evm-gasometer"2403name = "evm-gasometer"2375version = "0.35.0"2404version = "0.35.0"2405source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.27#e9252ed42dc26fc85b6703b1ba50660a08209e55"2406dependencies = [2407 "evm-core 0.35.0 (git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.27)",2408 "evm-runtime 0.35.0 (git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.27)",2409 "primitive-types",2410]24112412[[package]]2413name = "evm-gasometer"2414version = "0.35.0"2376source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30#e9252ed42dc26fc85b6703b1ba50660a08209e55"2415source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30#e9252ed42dc26fc85b6703b1ba50660a08209e55"2377dependencies = [2416dependencies = [2378 "environmental",2417 "environmental",2379 "evm-core",2418 "evm-core 0.35.0 (git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30)",2380 "evm-runtime",2419 "evm-runtime 0.35.0 (git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30)",2381 "primitive-types",2420 "primitive-types",2382]2421]238324222384[[package]]2423[[package]]2385name = "evm-runtime"2424name = "evm-runtime"2386version = "0.35.0"2425version = "0.35.0"2426source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.27#e9252ed42dc26fc85b6703b1ba50660a08209e55"2427dependencies = [2428 "auto_impl",2429 "evm-core 0.35.0 (git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.27)",2430 "primitive-types",2431 "sha3",2432]24332434[[package]]2435name = "evm-runtime"2436version = "0.35.0"2387source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30#e9252ed42dc26fc85b6703b1ba50660a08209e55"2437source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30#e9252ed42dc26fc85b6703b1ba50660a08209e55"2388dependencies = [2438dependencies = [2389 "auto_impl",2439 "auto_impl",2390 "environmental",2440 "environmental",2391 "evm-core",2441 "evm-core 0.35.0 (git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30)",2392 "primitive-types",2442 "primitive-types",2393 "sha3",2443 "sha3",2394]2444]2484 "fp-rpc",2534 "fp-rpc",2485 "sc-client-api",2535 "sc-client-api",2486 "sc-consensus",2536 "sc-consensus",2487 "sp-api",2537 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2488 "sp-block-builder",2538 "sp-block-builder",2489 "sp-blockchain",2539 "sp-blockchain",2490 "sp-consensus",2540 "sp-consensus",2491 "sp-runtime",2541 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2492 "thiserror",2542 "thiserror",2493]2543]249425442503 "parity-scale-codec 3.2.1",2553 "parity-scale-codec 3.2.1",2504 "parking_lot 0.12.1",2554 "parking_lot 0.12.1",2505 "sc-client-db",2555 "sc-client-db",2506 "sp-core",2556 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2507 "sp-database",2557 "sp-database",2508 "sp-runtime",2558 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2509]2559]251025602511[[package]]2561[[package]]2520 "futures-timer",2570 "futures-timer",2521 "log",2571 "log",2522 "sc-client-api",2572 "sc-client-api",2523 "sp-api",2573 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2524 "sp-blockchain",2574 "sp-blockchain",2525 "sp-runtime",2575 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2526]2576]252725772528[[package]]2578[[package]]2532dependencies = [2582dependencies = [2533 "ethereum",2583 "ethereum",2534 "ethereum-types",2584 "ethereum-types",2535 "evm",2585 "evm 0.35.0 (git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30)",2536 "fc-db",2586 "fc-db",2537 "fc-rpc-core",2587 "fc-rpc-core",2538 "fp-rpc",2588 "fp-rpc",2555 "sc-service",2605 "sc-service",2556 "sc-transaction-pool",2606 "sc-transaction-pool",2557 "sc-transaction-pool-api",2607 "sc-transaction-pool-api",2558 "sp-api",2608 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2559 "sp-block-builder",2609 "sp-block-builder",2560 "sp-blockchain",2610 "sp-blockchain",2561 "sp-consensus",2611 "sp-consensus",2562 "sp-core",2612 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2563 "sp-io",2613 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2564 "sp-runtime",2614 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2565 "sp-storage",2615 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2566 "substrate-prometheus-endpoint",2616 "substrate-prometheus-endpoint",2567 "tokio",2617 "tokio",2568]2618]2714dependencies = [2764dependencies = [2715 "ethereum",2765 "ethereum",2716 "parity-scale-codec 3.2.1",2766 "parity-scale-codec 3.2.1",2717 "sp-core",2767 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2718 "sp-runtime",2768 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2719 "sp-std",2769 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2720]2770]272127712722[[package]]2772[[package]]2723name = "fp-evm"2773name = "fp-evm"2724version = "3.0.0-dev"2774version = "3.0.0-dev"2775source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.27-fee-limit#0ae36821312f4a26e7f96225f1b2cb16216cddf5"2776dependencies = [2777 "evm 0.35.0 (git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.27)",2778 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",2779 "impl-trait-for-tuples",2780 "parity-scale-codec 3.2.1",2781 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",2782 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",2783]27842785[[package]]2786name = "fp-evm"2787version = "3.0.0-dev"2725source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2788source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2726dependencies = [2789dependencies = [2727 "evm",2790 "evm 0.35.0 (git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30)",2728 "frame-support",2791 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2729 "impl-trait-for-tuples",2792 "impl-trait-for-tuples",2730 "parity-scale-codec 3.2.1",2793 "parity-scale-codec 3.2.1",2731 "serde",2794 "serde",2732 "sp-core",2795 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2733 "sp-std",2796 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2734]2797]273527982736[[package]]2799[[package]]2737name = "fp-evm-mapping"2800name = "fp-evm-mapping"2738version = "0.1.0"2801version = "0.1.0"2802source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.27-fee-limit#0ae36821312f4a26e7f96225f1b2cb16216cddf5"2803dependencies = [2804 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",2805 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",2806]28072808[[package]]2809name = "fp-evm-mapping"2810version = "0.1.0"2739source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2811source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2740dependencies = [2812dependencies = [2741 "frame-support",2813 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2742 "sp-core",2814 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2743]2815]274428162745[[package]]2817[[package]]2749dependencies = [2821dependencies = [2750 "ethereum",2822 "ethereum",2751 "ethereum-types",2823 "ethereum-types",2752 "fp-evm",2824 "fp-evm 3.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",2753 "parity-scale-codec 3.2.1",2825 "parity-scale-codec 3.2.1",2754 "scale-info",2826 "scale-info",2755 "sp-api",2827 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2756 "sp-core",2828 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2757 "sp-io",2829 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2758 "sp-runtime",2830 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2759 "sp-std",2831 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2760]2832]276128332762[[package]]2834[[package]]2765source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2837source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2766dependencies = [2838dependencies = [2767 "ethereum",2839 "ethereum",2768 "frame-support",2840 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2769 "parity-scale-codec 3.2.1",2841 "parity-scale-codec 3.2.1",2770 "parity-util-mem",2842 "parity-util-mem",2771 "scale-info",2843 "scale-info",2772 "serde",2844 "serde",2773 "sp-debug-derive",2845 "sp-debug-derive 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2774 "sp-io",2846 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2775 "sp-runtime",2847 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2776]2848]277728492778[[package]]2850[[package]]2788version = "4.0.0-dev"2860version = "4.0.0-dev"2789source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2861source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2790dependencies = [2862dependencies = [2791 "frame-support",2863 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2792 "frame-system",2864 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2793 "linregress",2865 "linregress",2794 "log",2866 "log",2795 "parity-scale-codec 3.2.1",2867 "parity-scale-codec 3.2.1",2796 "paste",2868 "paste",2797 "scale-info",2869 "scale-info",2798 "serde",2870 "serde",2799 "sp-api",2871 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2800 "sp-application-crypto",2872 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2801 "sp-core",2873 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2802 "sp-io",2874 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2803 "sp-runtime",2875 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2804 "sp-runtime-interface",2876 "sp-runtime-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2805 "sp-std",2877 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2806 "sp-storage",2878 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2807]2879]280828802809[[package]]2881[[package]]2817 "clap",2889 "clap",2818 "comfy-table",2890 "comfy-table",2819 "frame-benchmarking",2891 "frame-benchmarking",2820 "frame-support",2892 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2821 "frame-system",2893 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2822 "gethostname",2894 "gethostname",2823 "handlebars",2895 "handlebars",2824 "hash-db",2896 "hash-db",2841 "serde",2913 "serde",2842 "serde_json",2914 "serde_json",2843 "serde_nanos",2915 "serde_nanos",2844 "sp-api",2916 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2845 "sp-blockchain",2917 "sp-blockchain",2846 "sp-core",2918 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2847 "sp-database",2919 "sp-database",2848 "sp-externalities",2920 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2849 "sp-inherents",2921 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2850 "sp-keystore",2922 "sp-keystore",2851 "sp-runtime",2923 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2852 "sp-state-machine",2924 "sp-state-machine",2853 "sp-storage",2925 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2854 "sp-trie",2926 "sp-trie",2855 "tempfile",2927 "tempfile",2856 "thiserror",2928 "thiserror",2874source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2946source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2875dependencies = [2947dependencies = [2876 "frame-election-provider-solution-type",2948 "frame-election-provider-solution-type",2877 "frame-support",2949 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2878 "frame-system",2950 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2879 "parity-scale-codec 3.2.1",2951 "parity-scale-codec 3.2.1",2880 "scale-info",2952 "scale-info",2881 "sp-arithmetic",2953 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2882 "sp-npos-elections",2954 "sp-npos-elections",2883 "sp-runtime",2955 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2884 "sp-std",2956 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2885]2957]288629582887[[package]]2959[[package]]2888name = "frame-executive"2960name = "frame-executive"2889version = "4.0.0-dev"2961version = "4.0.0-dev"2890source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2962source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2891dependencies = [2963dependencies = [2892 "frame-support",2964 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2893 "frame-system",2965 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2894 "frame-try-runtime",2966 "frame-try-runtime",2895 "parity-scale-codec 3.2.1",2967 "parity-scale-codec 3.2.1",2896 "scale-info",2968 "scale-info",2897 "sp-core",2969 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2898 "sp-io",2970 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2899 "sp-runtime",2971 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2900 "sp-std",2972 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2901 "sp-tracing",2973 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2902]2974]290329752904[[package]]2976[[package]]2916[[package]]2988[[package]]2917name = "frame-support"2989name = "frame-support"2918version = "4.0.0-dev"2990version = "4.0.0-dev"2991source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"2992dependencies = [2993 "bitflags",2994 "frame-metadata",2995 "frame-support-procedural 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",2996 "impl-trait-for-tuples",2997 "k256",2998 "log",2999 "parity-scale-codec 3.2.1",3000 "paste",3001 "scale-info",3002 "smallvec",3003 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",3004 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",3005 "sp-core-hashing-proc-macro 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",3006 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",3007 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",3008 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",3009 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",3010 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",3011 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",3012 "tt-call",3013]30143015[[package]]3016name = "frame-support"3017version = "4.0.0-dev"2919source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"3018source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2920dependencies = [3019dependencies = [2921 "bitflags",3020 "bitflags",2922 "frame-metadata",3021 "frame-metadata",2923 "frame-support-procedural",3022 "frame-support-procedural 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2924 "impl-trait-for-tuples",3023 "impl-trait-for-tuples",2925 "k256",3024 "k256",2926 "log",3025 "log",2930 "scale-info",3029 "scale-info",2931 "serde",3030 "serde",2932 "smallvec",3031 "smallvec",2933 "sp-api",3032 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2934 "sp-arithmetic",3033 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2935 "sp-core",3034 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2936 "sp-core-hashing-proc-macro",3035 "sp-core-hashing-proc-macro 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2937 "sp-inherents",3036 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2938 "sp-io",3037 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2939 "sp-runtime",3038 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2940 "sp-staking",3039 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2941 "sp-state-machine",3040 "sp-state-machine",2942 "sp-std",3041 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2943 "sp-tracing",3042 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2944 "sp-weights",3043 "sp-weights",2945 "tt-call",3044 "tt-call",2946]3045]294730462948[[package]]3047[[package]]2949name = "frame-support-procedural"3048name = "frame-support-procedural"2950version = "4.0.0-dev"3049version = "4.0.0-dev"3050source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"3051dependencies = [3052 "Inflector",3053 "frame-support-procedural-tools 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",3054 "proc-macro2",3055 "quote",3056 "syn",3057]30583059[[package]]3060name = "frame-support-procedural"3061version = "4.0.0-dev"2951source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"3062source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2952dependencies = [3063dependencies = [2953 "Inflector",3064 "Inflector",2954 "cfg-expr",3065 "cfg-expr",2955 "frame-support-procedural-tools",3066 "frame-support-procedural-tools 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2956 "itertools",3067 "itertools",2957 "proc-macro2",3068 "proc-macro2",2958 "quote",3069 "quote",2962[[package]]3073[[package]]2963name = "frame-support-procedural-tools"3074name = "frame-support-procedural-tools"2964version = "4.0.0-dev"3075version = "4.0.0-dev"3076source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"3077dependencies = [3078 "frame-support-procedural-tools-derive 3.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",3079 "proc-macro-crate",3080 "proc-macro2",3081 "quote",3082 "syn",3083]30843085[[package]]3086name = "frame-support-procedural-tools"3087version = "4.0.0-dev"2965source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"3088source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2966dependencies = [3089dependencies = [2967 "frame-support-procedural-tools-derive",3090 "frame-support-procedural-tools-derive 3.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2968 "proc-macro-crate",3091 "proc-macro-crate",2969 "proc-macro2",3092 "proc-macro2",2970 "quote",3093 "quote",2974[[package]]3097[[package]]2975name = "frame-support-procedural-tools-derive"3098name = "frame-support-procedural-tools-derive"2976version = "3.0.0"3099version = "3.0.0"3100source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"3101dependencies = [3102 "proc-macro2",3103 "quote",3104 "syn",3105]31063107[[package]]3108name = "frame-support-procedural-tools-derive"3109version = "3.0.0"2977source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"3110source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2978dependencies = [3111dependencies = [2979 "proc-macro2",3112 "proc-macro2",2984[[package]]3117[[package]]2985name = "frame-system"3118name = "frame-system"2986version = "4.0.0-dev"3119version = "4.0.0-dev"3120source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"3121dependencies = [3122 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",3123 "log",3124 "parity-scale-codec 3.2.1",3125 "scale-info",3126 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",3127 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",3128 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",3129 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",3130 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",3131]31323133[[package]]3134name = "frame-system"3135version = "4.0.0-dev"2987source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"3136source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2988dependencies = [3137dependencies = [2989 "frame-support",3138 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2990 "log",3139 "log",2991 "parity-scale-codec 3.2.1",3140 "parity-scale-codec 3.2.1",2992 "scale-info",3141 "scale-info",2993 "serde",3142 "serde",2994 "sp-core",3143 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2995 "sp-io",3144 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2996 "sp-runtime",3145 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2997 "sp-std",3146 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2998 "sp-version",3147 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2999 "sp-weights",3148 "sp-weights",3000]3149]300131503005source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"3154source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"3006dependencies = [3155dependencies = [3007 "frame-benchmarking",3156 "frame-benchmarking",3008 "frame-support",3157 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3009 "frame-system",3158 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3010 "parity-scale-codec 3.2.1",3159 "parity-scale-codec 3.2.1",3011 "scale-info",3160 "scale-info",3012 "sp-core",3161 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3013 "sp-runtime",3162 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3014 "sp-std",3163 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3015]3164]301631653017[[package]]3166[[package]]3020source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"3169source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"3021dependencies = [3170dependencies = [3022 "parity-scale-codec 3.2.1",3171 "parity-scale-codec 3.2.1",3023 "sp-api",3172 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3024]3173]302531743026[[package]]3175[[package]]3027name = "frame-try-runtime"3176name = "frame-try-runtime"3028version = "0.10.0-dev"3177version = "0.10.0-dev"3029source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"3178source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"3030dependencies = [3179dependencies = [3031 "frame-support",3180 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3032 "parity-scale-codec 3.2.1",3181 "parity-scale-codec 3.2.1",3033 "sp-api",3182 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3034 "sp-runtime",3183 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3035 "sp-std",3184 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3036]3185]303731863038[[package]]3187[[package]]3936 "frame-benchmarking",4085 "frame-benchmarking",3937 "frame-election-provider-support",4086 "frame-election-provider-support",3938 "frame-executive",4087 "frame-executive",3939 "frame-support",4088 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3940 "frame-system",4089 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3941 "frame-system-benchmarking",4090 "frame-system-benchmarking",3942 "frame-system-rpc-runtime-api",4091 "frame-system-rpc-runtime-api",3943 "frame-try-runtime",4092 "frame-try-runtime",3978 "pallet-society",4127 "pallet-society",3979 "pallet-staking",4128 "pallet-staking",3980 "pallet-staking-reward-fn",4129 "pallet-staking-reward-fn",3981 "pallet-timestamp",4130 "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3982 "pallet-tips",4131 "pallet-tips",3983 "pallet-transaction-payment",4132 "pallet-transaction-payment",3984 "pallet-transaction-payment-rpc-runtime-api",4133 "pallet-transaction-payment-rpc-runtime-api",3996 "serde",4145 "serde",3997 "serde_derive",4146 "serde_derive",3998 "smallvec",4147 "smallvec",3999 "sp-api",4148 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",4000 "sp-arithmetic",4149 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",4001 "sp-authority-discovery",4150 "sp-authority-discovery",4002 "sp-block-builder",4151 "sp-block-builder",4003 "sp-consensus-babe",4152 "sp-consensus-babe",4004 "sp-core",4153 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",4005 "sp-inherents",4154 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",4006 "sp-io",4155 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",4007 "sp-mmr-primitives",4156 "sp-mmr-primitives",4008 "sp-npos-elections",4157 "sp-npos-elections",4009 "sp-offchain",4158 "sp-offchain",4010 "sp-runtime",4159 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",4011 "sp-session",4160 "sp-session",4012 "sp-staking",4161 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",4013 "sp-std",4162 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",4014 "sp-transaction-pool",4163 "sp-transaction-pool",4015 "sp-version",4164 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",4016 "static_assertions",4165 "static_assertions",4017 "substrate-wasm-builder",4166 "substrate-wasm-builder",4018 "xcm",4167 "xcm",4025version = "0.9.30"4174version = "0.9.30"4026source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"4175source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"4027dependencies = [4176dependencies = [4028 "frame-support",4177 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",4029 "polkadot-primitives",4178 "polkadot-primitives",4030 "polkadot-runtime-common",4179 "polkadot-runtime-common",4031 "smallvec",4180 "smallvec",4032 "sp-runtime",4181 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",4033]4182]403441834035[[package]]4184[[package]]5338 "cumulus-primitives-utility",5487 "cumulus-primitives-utility",5339 "derivative",5488 "derivative",5340 "evm-coder",5489 "evm-coder",5341 "fp-evm-mapping",5490 "fp-evm-mapping 0.1.0 (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",5342 "fp-rpc",5491 "fp-rpc",5343 "fp-self-contained",5492 "fp-self-contained",5344 "frame-benchmarking",5493 "frame-benchmarking",5345 "frame-executive",5494 "frame-executive",5346 "frame-support",5495 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5347 "frame-system",5496 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5348 "frame-system-benchmarking",5497 "frame-system-benchmarking",5349 "frame-system-rpc-runtime-api",5498 "frame-system-rpc-runtime-api",5350 "frame-try-runtime",5499 "frame-try-runtime",5363 "pallet-common",5512 "pallet-common",5364 "pallet-configuration",5513 "pallet-configuration",5365 "pallet-ethereum",5514 "pallet-ethereum",5366 "pallet-evm",5515 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",5367 "pallet-evm-coder-substrate",5516 "pallet-evm-coder-substrate",5368 "pallet-evm-contract-helpers",5517 "pallet-evm-contract-helpers",5369 "pallet-evm-migration",5518 "pallet-evm-migration",5380 "pallet-sudo",5529 "pallet-sudo",5381 "pallet-template-transaction-payment",5530 "pallet-template-transaction-payment",5382 "pallet-test-utils",5531 "pallet-test-utils",5383 "pallet-timestamp",5532 "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5384 "pallet-transaction-payment",5533 "pallet-transaction-payment",5385 "pallet-transaction-payment-rpc-runtime-api",5534 "pallet-transaction-payment-rpc-runtime-api",5386 "pallet-treasury",5535 "pallet-treasury",5395 "scale-info",5544 "scale-info",5396 "serde",5545 "serde",5397 "smallvec",5546 "smallvec",5398 "sp-api",5547 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5399 "sp-arithmetic",5548 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5400 "sp-block-builder",5549 "sp-block-builder",5401 "sp-consensus-aura",5550 "sp-consensus-aura",5402 "sp-core",5551 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5403 "sp-inherents",5552 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5404 "sp-io",5553 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5405 "sp-offchain",5554 "sp-offchain",5406 "sp-runtime",5555 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5407 "sp-session",5556 "sp-session",5408 "sp-std",5557 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5409 "sp-transaction-pool",5558 "sp-transaction-pool",5410 "sp-version",5559 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5411 "substrate-wasm-builder",5560 "substrate-wasm-builder",5412 "up-common",5561 "up-common",5413 "up-data-structs",5562 "up-data-structs",5480version = "0.4.1-dev"5629version = "0.4.1-dev"5481source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5630source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5482dependencies = [5631dependencies = [5483 "frame-support",5632 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5484 "frame-system",5633 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5485 "orml-traits",5634 "orml-traits",5486 "parity-scale-codec 3.2.1",5635 "parity-scale-codec 3.2.1",5487 "scale-info",5636 "scale-info",5488 "serde",5637 "serde",5489 "sp-runtime",5638 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5490 "sp-std",5639 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5491]5640]549256415493[[package]]5642[[package]]5494name = "orml-traits"5643name = "orml-traits"5495version = "0.4.1-dev"5644version = "0.4.1-dev"5496source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5645source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5497dependencies = [5646dependencies = [5498 "frame-support",5647 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5499 "impl-trait-for-tuples",5648 "impl-trait-for-tuples",5500 "num-traits",5649 "num-traits",5501 "orml-utilities",5650 "orml-utilities",5502 "parity-scale-codec 3.2.1",5651 "parity-scale-codec 3.2.1",5503 "scale-info",5652 "scale-info",5504 "serde",5653 "serde",5505 "sp-io",5654 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5506 "sp-runtime",5655 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5507 "sp-std",5656 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5508 "xcm",5657 "xcm",5509]5658]551056595513version = "0.4.1-dev"5662version = "0.4.1-dev"5514source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5663source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5515dependencies = [5664dependencies = [5516 "frame-support",5665 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5517 "parity-scale-codec 3.2.1",5666 "parity-scale-codec 3.2.1",5518 "scale-info",5667 "scale-info",5519 "serde",5668 "serde",5520 "sp-io",5669 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5521 "sp-runtime",5670 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5522 "sp-std",5671 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5523]5672]552456735525[[package]]5674[[package]]5526name = "orml-vesting"5675name = "orml-vesting"5527version = "0.4.1-dev"5676version = "0.4.1-dev"5528source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5677source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5529dependencies = [5678dependencies = [5530 "frame-support",5679 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5531 "frame-system",5680 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5532 "parity-scale-codec 3.2.1",5681 "parity-scale-codec 3.2.1",5533 "scale-info",5682 "scale-info",5534 "serde",5683 "serde",5535 "sp-io",5684 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5536 "sp-runtime",5685 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5537 "sp-std",5686 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5538]5687]553956885540[[package]]5689[[package]]5541name = "orml-xcm-support"5690name = "orml-xcm-support"5542version = "0.4.1-dev"5691version = "0.4.1-dev"5543source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5692source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5544dependencies = [5693dependencies = [5545 "frame-support",5694 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5546 "orml-traits",5695 "orml-traits",5547 "parity-scale-codec 3.2.1",5696 "parity-scale-codec 3.2.1",5548 "sp-runtime",5697 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5549 "sp-std",5698 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5550 "xcm",5699 "xcm",5551 "xcm-executor",5700 "xcm-executor",5552]5701]5557source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5706source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5558dependencies = [5707dependencies = [5559 "cumulus-primitives-core",5708 "cumulus-primitives-core",5560 "frame-support",5709 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5561 "frame-system",5710 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5562 "orml-traits",5711 "orml-traits",5563 "orml-xcm-support",5712 "orml-xcm-support",5564 "pallet-xcm",5713 "pallet-xcm",5565 "parity-scale-codec 3.2.1",5714 "parity-scale-codec 3.2.1",5566 "scale-info",5715 "scale-info",5567 "serde",5716 "serde",5568 "sp-io",5717 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5569 "sp-runtime",5718 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5570 "sp-std",5719 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5571 "xcm",5720 "xcm",5572 "xcm-executor",5721 "xcm-executor",5573]5722]5592version = "0.1.0"5741version = "0.1.0"5593dependencies = [5742dependencies = [5594 "frame-benchmarking",5743 "frame-benchmarking",5595 "frame-support",5744 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5596 "frame-system",5745 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5597 "pallet-balances",5746 "pallet-balances",5598 "pallet-common",5747 "pallet-common",5599 "pallet-evm",5748 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",5600 "pallet-evm-contract-helpers",5749 "pallet-evm-contract-helpers",5601 "pallet-evm-migration",5750 "pallet-evm-migration",5602 "pallet-randomness-collective-flip",5751 "pallet-randomness-collective-flip",5603 "pallet-timestamp",5752 "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5604 "pallet-unique",5753 "pallet-unique",5605 "parity-scale-codec 3.2.1",5754 "parity-scale-codec 3.2.1",5606 "scale-info",5755 "scale-info",5607 "serde",5756 "serde",5608 "sp-core",5757 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5609 "sp-io",5758 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5610 "sp-runtime",5759 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5611 "sp-std",5760 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5612 "up-data-structs",5761 "up-data-structs",5613]5762]561457635617version = "4.0.0-dev"5766version = "4.0.0-dev"5618source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5767source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5619dependencies = [5768dependencies = [5620 "frame-support",5769 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5621 "frame-system",5770 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5622 "pallet-timestamp",5771 "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5623 "parity-scale-codec 3.2.1",5772 "parity-scale-codec 3.2.1",5624 "scale-info",5773 "scale-info",5625 "sp-application-crypto",5774 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5626 "sp-consensus-aura",5775 "sp-consensus-aura",5627 "sp-runtime",5776 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5628 "sp-std",5777 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5629]5778]563057795631[[package]]5780[[package]]5632name = "pallet-authority-discovery"5781name = "pallet-authority-discovery"5633version = "4.0.0-dev"5782version = "4.0.0-dev"5634source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5783source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5635dependencies = [5784dependencies = [5636 "frame-support",5785 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5637 "frame-system",5786 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5638 "pallet-session",5787 "pallet-session",5639 "parity-scale-codec 3.2.1",5788 "parity-scale-codec 3.2.1",5640 "scale-info",5789 "scale-info",5641 "sp-application-crypto",5790 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5642 "sp-authority-discovery",5791 "sp-authority-discovery",5643 "sp-runtime",5792 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5644 "sp-std",5793 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5645]5794]564657955647[[package]]5796[[package]]5648name = "pallet-authorship"5797name = "pallet-authorship"5649version = "4.0.0-dev"5798version = "4.0.0-dev"5650source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5799source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5651dependencies = [5800dependencies = [5652 "frame-support",5801 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5653 "frame-system",5802 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5654 "impl-trait-for-tuples",5803 "impl-trait-for-tuples",5655 "parity-scale-codec 3.2.1",5804 "parity-scale-codec 3.2.1",5656 "scale-info",5805 "scale-info",5657 "sp-authorship",5806 "sp-authorship",5658 "sp-runtime",5807 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5659 "sp-std",5808 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5660]5809]566158105662[[package]]5811[[package]]5665source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5814source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5666dependencies = [5815dependencies = [5667 "frame-benchmarking",5816 "frame-benchmarking",5668 "frame-support",5817 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5669 "frame-system",5818 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5670 "log",5819 "log",5671 "pallet-authorship",5820 "pallet-authorship",5672 "pallet-session",5821 "pallet-session",5673 "pallet-timestamp",5822 "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5674 "parity-scale-codec 3.2.1",5823 "parity-scale-codec 3.2.1",5675 "scale-info",5824 "scale-info",5676 "sp-application-crypto",5825 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5677 "sp-consensus-babe",5826 "sp-consensus-babe",5678 "sp-consensus-vrf",5827 "sp-consensus-vrf",5679 "sp-io",5828 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5680 "sp-runtime",5829 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5681 "sp-session",5830 "sp-session",5682 "sp-staking",5831 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5683 "sp-std",5832 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5684]5833]568558345686[[package]]5835[[package]]5690dependencies = [5839dependencies = [5691 "frame-benchmarking",5840 "frame-benchmarking",5692 "frame-election-provider-support",5841 "frame-election-provider-support",5693 "frame-support",5842 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5694 "frame-system",5843 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5695 "log",5844 "log",5696 "pallet-balances",5845 "pallet-balances",5697 "parity-scale-codec 3.2.1",5846 "parity-scale-codec 3.2.1",5698 "scale-info",5847 "scale-info",5699 "sp-core",5848 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5700 "sp-io",5849 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5701 "sp-runtime",5850 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5702 "sp-std",5851 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5703 "sp-tracing",5852 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5704]5853]570558545706[[package]]5855[[package]]5709source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5858source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5710dependencies = [5859dependencies = [5711 "frame-benchmarking",5860 "frame-benchmarking",5712 "frame-support",5861 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5713 "frame-system",5862 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5714 "log",5863 "log",5715 "parity-scale-codec 3.2.1",5864 "parity-scale-codec 3.2.1",5716 "scale-info",5865 "scale-info",5717 "sp-runtime",5866 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5718 "sp-std",5867 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5719]5868]572058695721[[package]]5870[[package]]5722name = "pallet-base-fee"5871name = "pallet-base-fee"5723version = "1.0.0"5872version = "1.0.0"5724source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"5873source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"5725dependencies = [5874dependencies = [5726 "fp-evm",5875 "fp-evm 3.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",5727 "frame-support",5876 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5728 "frame-system",5877 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5729 "parity-scale-codec 3.2.1",5878 "parity-scale-codec 3.2.1",5730 "scale-info",5879 "scale-info",5731 "serde",5880 "serde",5732 "sp-core",5881 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5733 "sp-runtime",5882 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5734]5883]573558845736[[package]]5885[[package]]5739source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5888source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5740dependencies = [5889dependencies = [5741 "beefy-primitives",5890 "beefy-primitives",5742 "frame-support",5891 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5743 "frame-system",5892 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5744 "pallet-session",5893 "pallet-session",5745 "parity-scale-codec 3.2.1",5894 "parity-scale-codec 3.2.1",5746 "scale-info",5895 "scale-info",5747 "serde",5896 "serde",5748 "sp-runtime",5897 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5749 "sp-std",5898 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5750]5899]575159005752[[package]]5901[[package]]5757 "array-bytes",5906 "array-bytes",5758 "beefy-merkle-tree",5907 "beefy-merkle-tree",5759 "beefy-primitives",5908 "beefy-primitives",5760 "frame-support",5909 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5761 "frame-system",5910 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5762 "log",5911 "log",5763 "pallet-beefy",5912 "pallet-beefy",5764 "pallet-mmr",5913 "pallet-mmr",5765 "pallet-session",5914 "pallet-session",5766 "parity-scale-codec 3.2.1",5915 "parity-scale-codec 3.2.1",5767 "scale-info",5916 "scale-info",5768 "serde",5917 "serde",5769 "sp-core",5918 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5770 "sp-io",5919 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5771 "sp-runtime",5920 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5772 "sp-std",5921 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5773]5922]577459235775[[package]]5924[[package]]5778source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5927source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5779dependencies = [5928dependencies = [5780 "frame-benchmarking",5929 "frame-benchmarking",5781 "frame-support",5930 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5782 "frame-system",5931 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5783 "log",5932 "log",5784 "pallet-treasury",5933 "pallet-treasury",5785 "parity-scale-codec 3.2.1",5934 "parity-scale-codec 3.2.1",5786 "scale-info",5935 "scale-info",5787 "sp-core",5936 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5788 "sp-io",5937 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5789 "sp-runtime",5938 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5790 "sp-std",5939 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5791]5940]579259415793[[package]]5942[[package]]5796source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5945source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5797dependencies = [5946dependencies = [5798 "frame-benchmarking",5947 "frame-benchmarking",5799 "frame-support",5948 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5800 "frame-system",5949 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5801 "log",5950 "log",5802 "pallet-bounties",5951 "pallet-bounties",5803 "pallet-treasury",5952 "pallet-treasury",5804 "parity-scale-codec 3.2.1",5953 "parity-scale-codec 3.2.1",5805 "scale-info",5954 "scale-info",5806 "sp-core",5955 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5807 "sp-io",5956 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5808 "sp-runtime",5957 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5809 "sp-std",5958 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5810]5959]581159605812[[package]]5961[[package]]5815source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5964source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5816dependencies = [5965dependencies = [5817 "frame-benchmarking",5966 "frame-benchmarking",5818 "frame-support",5967 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5819 "frame-system",5968 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5820 "log",5969 "log",5821 "parity-scale-codec 3.2.1",5970 "parity-scale-codec 3.2.1",5822 "scale-info",5971 "scale-info",5823 "sp-core",5972 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5824 "sp-io",5973 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5825 "sp-runtime",5974 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5826 "sp-std",5975 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5827]5976]582859775829[[package]]5978[[package]]5832dependencies = [5981dependencies = [5833 "ethereum",5982 "ethereum",5834 "evm-coder",5983 "evm-coder",5835 "fp-evm-mapping",5984 "fp-evm-mapping 0.1.0 (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",5836 "frame-benchmarking",5985 "frame-benchmarking",5837 "frame-support",5986 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5838 "frame-system",5987 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5839 "pallet-evm",5988 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",5840 "pallet-evm-coder-substrate",5989 "pallet-evm-coder-substrate",5841 "parity-scale-codec 3.2.1",5990 "parity-scale-codec 3.2.1",5842 "scale-info",5991 "scale-info",5843 "serde",5992 "serde",5844 "sp-core",5993 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5845 "sp-runtime",5994 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5846 "sp-std",5995 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5847 "up-data-structs",5996 "up-data-structs",5848]5997]584959985850[[package]]5999[[package]]5851name = "pallet-configuration"6000name = "pallet-configuration"5852version = "0.1.1"6001version = "0.1.1"5853dependencies = [6002dependencies = [5854 "fp-evm",6003 "fp-evm 3.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",5855 "frame-support",6004 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5856 "frame-system",6005 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5857 "parity-scale-codec 3.2.1",6006 "parity-scale-codec 3.2.1",5858 "scale-info",6007 "scale-info",5859 "smallvec",6008 "smallvec",5860 "sp-arithmetic",6009 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5861 "sp-core",6010 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5862 "sp-runtime",6011 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5863 "sp-std",6012 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5864]6013]586560145866[[package]]6015[[package]]5869source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6018source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5870dependencies = [6019dependencies = [5871 "frame-benchmarking",6020 "frame-benchmarking",5872 "frame-support",6021 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5873 "frame-system",6022 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5874 "parity-scale-codec 3.2.1",6023 "parity-scale-codec 3.2.1",5875 "scale-info",6024 "scale-info",5876 "serde",6025 "serde",5877 "sp-io",6026 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5878 "sp-runtime",6027 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5879 "sp-std",6028 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5880]6029]588160305882[[package]]6031[[package]]5886dependencies = [6035dependencies = [5887 "frame-benchmarking",6036 "frame-benchmarking",5888 "frame-election-provider-support",6037 "frame-election-provider-support",5889 "frame-support",6038 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5890 "frame-system",6039 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5891 "log",6040 "log",5892 "pallet-election-provider-support-benchmarking",6041 "pallet-election-provider-support-benchmarking",5893 "parity-scale-codec 3.2.1",6042 "parity-scale-codec 3.2.1",5894 "rand 0.7.3",6043 "rand 0.7.3",5895 "scale-info",6044 "scale-info",5896 "sp-arithmetic",6045 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5897 "sp-core",6046 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5898 "sp-io",6047 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5899 "sp-npos-elections",6048 "sp-npos-elections",5900 "sp-runtime",6049 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5901 "sp-std",6050 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5902 "static_assertions",6051 "static_assertions",5903 "strum",6052 "strum",5904]6053]5910dependencies = [6059dependencies = [5911 "frame-benchmarking",6060 "frame-benchmarking",5912 "frame-election-provider-support",6061 "frame-election-provider-support",5913 "frame-system",6062 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5914 "parity-scale-codec 3.2.1",6063 "parity-scale-codec 3.2.1",5915 "sp-npos-elections",6064 "sp-npos-elections",5916 "sp-runtime",6065 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5917]6066]591860675919[[package]]6068[[package]]5922source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6071source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5923dependencies = [6072dependencies = [5924 "frame-benchmarking",6073 "frame-benchmarking",5925 "frame-support",6074 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5926 "frame-system",6075 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5927 "log",6076 "log",5928 "parity-scale-codec 3.2.1",6077 "parity-scale-codec 3.2.1",5929 "scale-info",6078 "scale-info",5930 "sp-core",6079 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5931 "sp-io",6080 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5932 "sp-npos-elections",6081 "sp-npos-elections",5933 "sp-runtime",6082 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5934 "sp-std",6083 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5935]6084]593660855937[[package]]6086[[package]]5941dependencies = [6090dependencies = [5942 "ethereum",6091 "ethereum",5943 "ethereum-types",6092 "ethereum-types",5944 "evm",6093 "evm 0.35.0 (git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30)",5945 "fp-consensus",6094 "fp-consensus",5946 "fp-evm",6095 "fp-evm 3.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",5947 "fp-evm-mapping",6096 "fp-evm-mapping 0.1.0 (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",5948 "fp-rpc",6097 "fp-rpc",5949 "fp-self-contained",6098 "fp-self-contained",5950 "fp-storage",6099 "fp-storage",5951 "frame-support",6100 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5952 "frame-system",6101 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5953 "log",6102 "log",5954 "pallet-evm",6103 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",5955 "pallet-timestamp",6104 "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5956 "parity-scale-codec 3.2.1",6105 "parity-scale-codec 3.2.1",5957 "rlp",6106 "rlp",5958 "scale-info",6107 "scale-info",5959 "serde",6108 "serde",5960 "sha3",6109 "sha3",5961 "sp-io",6110 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5962 "sp-runtime",6111 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5963 "sp-std",6112 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5964]6113]596561145966[[package]]6115[[package]]5967name = "pallet-evm"6116name = "pallet-evm"5968version = "6.0.0-dev"6117version = "6.0.0-dev"6118source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.27-fee-limit#0ae36821312f4a26e7f96225f1b2cb16216cddf5"6119dependencies = [6120 "evm 0.35.0 (git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.27)",6121 "fp-evm 3.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.27-fee-limit)",6122 "fp-evm-mapping 0.1.0 (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.27-fee-limit)",6123 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",6124 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",6125 "hex",6126 "impl-trait-for-tuples",6127 "log",6128 "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",6129 "parity-scale-codec 3.2.1",6130 "primitive-types",6131 "rlp",6132 "scale-info",6133 "sha3",6134 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",6135 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",6136 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",6137 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",6138]61396140[[package]]6141name = "pallet-evm"6142version = "6.0.0-dev"5969source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"6143source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"5970dependencies = [6144dependencies = [5971 "evm",6145 "evm 0.35.0 (git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30)",5972 "fp-evm",6146 "fp-evm 3.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",5973 "fp-evm-mapping",6147 "fp-evm-mapping 0.1.0 (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",5974 "frame-benchmarking",6148 "frame-benchmarking",5975 "frame-support",6149 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5976 "frame-system",6150 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5977 "hex",6151 "hex",5978 "impl-trait-for-tuples",6152 "impl-trait-for-tuples",5979 "log",6153 "log",5980 "pallet-timestamp",6154 "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5981 "parity-scale-codec 3.2.1",6155 "parity-scale-codec 3.2.1",5982 "primitive-types",6156 "primitive-types",5983 "rlp",6157 "rlp",5984 "scale-info",6158 "scale-info",5985 "serde",6159 "serde",5986 "sha3",6160 "sha3",5987 "sp-core",6161 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5988 "sp-io",6162 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5989 "sp-runtime",6163 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5990 "sp-std",6164 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5991]6165]599261665993[[package]]6167[[package]]5997 "ethereum",6171 "ethereum",5998 "evm-coder",6172 "evm-coder",5999 "frame-benchmarking",6173 "frame-benchmarking",6000 "frame-support",6174 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6001 "frame-system",6175 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6002 "pallet-ethereum",6176 "pallet-ethereum",6003 "pallet-evm",6177 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",6004 "parity-scale-codec 3.2.1",6178 "parity-scale-codec 3.2.1",6005 "scale-info",6179 "scale-info",6006 "sp-core",6180 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6007 "sp-std",6181 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6008 "up-data-structs",6182 "up-data-structs",6009]6183]601061846014dependencies = [6188dependencies = [6015 "ethereum",6189 "ethereum",6016 "evm-coder",6190 "evm-coder",6017 "fp-evm-mapping",6191 "fp-evm-mapping 0.1.0 (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",6018 "frame-support",6192 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6019 "frame-system",6193 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6020 "log",6194 "log",6021 "pallet-common",6195 "pallet-common",6022 "pallet-evm",6196 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",6023 "pallet-evm-coder-substrate",6197 "pallet-evm-coder-substrate",6024 "pallet-evm-transaction-payment",6198 "pallet-evm-transaction-payment",6025 "parity-scale-codec 3.2.1",6199 "parity-scale-codec 3.2.1",6026 "scale-info",6200 "scale-info",6027 "sp-core",6201 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6028 "sp-runtime",6202 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6029 "sp-std",6203 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6030 "up-data-structs",6204 "up-data-structs",6031 "up-sponsorship",6205 "up-sponsorship",6032]6206]6035name = "pallet-evm-migration"6209name = "pallet-evm-migration"6036version = "0.1.1"6210version = "0.1.1"6037dependencies = [6211dependencies = [6038 "fp-evm",6212 "fp-evm 3.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",6039 "frame-benchmarking",6213 "frame-benchmarking",6040 "frame-support",6214 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6041 "frame-system",6215 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6042 "pallet-evm",6216 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",6043 "parity-scale-codec 3.2.1",6217 "parity-scale-codec 3.2.1",6044 "scale-info",6218 "scale-info",6045 "sp-core",6219 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6046 "sp-io",6220 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6047 "sp-runtime",6221 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6048 "sp-std",6222 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6049]6223]605062246051[[package]]6225[[package]]6052name = "pallet-evm-transaction-payment"6226name = "pallet-evm-transaction-payment"6053version = "0.1.1"6227version = "0.1.1"6054dependencies = [6228dependencies = [6055 "fp-evm",6229 "fp-evm 3.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",6056 "fp-evm-mapping",6230 "fp-evm-mapping 0.1.0 (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",6057 "frame-support",6231 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6058 "frame-system",6232 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6059 "pallet-ethereum",6233 "pallet-ethereum",6060 "pallet-evm",6234 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",6061 "parity-scale-codec 3.2.1",6235 "parity-scale-codec 3.2.1",6062 "scale-info",6236 "scale-info",6063 "sp-core",6237 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6064 "sp-io",6238 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6065 "sp-runtime",6239 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6066 "sp-std",6240 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6067 "up-sponsorship",6241 "up-sponsorship",6068]6242]606962436074dependencies = [6248dependencies = [6075 "frame-benchmarking",6249 "frame-benchmarking",6076 "frame-election-provider-support",6250 "frame-election-provider-support",6077 "frame-support",6251 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6078 "frame-system",6252 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6079 "log",6253 "log",6080 "pallet-balances",6254 "pallet-balances",6081 "pallet-staking",6255 "pallet-staking",6082 "pallet-timestamp",6256 "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6083 "parity-scale-codec 3.2.1",6257 "parity-scale-codec 3.2.1",6084 "scale-info",6258 "scale-info",6085 "sp-io",6259 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6086 "sp-runtime",6260 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6087 "sp-staking",6261 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6088 "sp-std",6262 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6089]6263]609062646091[[package]]6265[[package]]6092name = "pallet-foreign-assets"6266name = "pallet-foreign-assets"6093version = "0.1.0"6267version = "0.1.0"6094dependencies = [6268dependencies = [6095 "frame-benchmarking",6269 "frame-benchmarking",6096 "frame-support",6270 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6097 "frame-system",6271 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6098 "hex",6272 "hex",6099 "log",6273 "log",6100 "orml-tokens",6274 "orml-tokens",6101 "pallet-balances",6275 "pallet-balances",6102 "pallet-common",6276 "pallet-common",6103 "pallet-fungible",6277 "pallet-fungible",6104 "pallet-timestamp",6278 "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6105 "parity-scale-codec 3.2.1",6279 "parity-scale-codec 3.2.1",6106 "scale-info",6280 "scale-info",6107 "serde",6281 "serde",6108 "serde_json",6282 "serde_json",6109 "sp-core",6283 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6110 "sp-io",6284 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6111 "sp-runtime",6285 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6112 "sp-std",6286 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6113 "up-data-structs",6287 "up-data-structs",6114 "xcm",6288 "xcm",6115 "xcm-builder",6289 "xcm-builder",6123 "ethereum",6297 "ethereum",6124 "evm-coder",6298 "evm-coder",6125 "frame-benchmarking",6299 "frame-benchmarking",6126 "frame-support",6300 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6127 "frame-system",6301 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6128 "pallet-common",6302 "pallet-common",6129 "pallet-evm",6303 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",6130 "pallet-evm-coder-substrate",6304 "pallet-evm-coder-substrate",6131 "pallet-structure",6305 "pallet-structure",6132 "parity-scale-codec 3.2.1",6306 "parity-scale-codec 3.2.1",6133 "scale-info",6307 "scale-info",6134 "sp-core",6308 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6135 "sp-runtime",6309 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6136 "sp-std",6310 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6137 "up-data-structs",6311 "up-data-structs",6138]6312]613963136143source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6317source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6144dependencies = [6318dependencies = [6145 "frame-benchmarking",6319 "frame-benchmarking",6146 "frame-support",6320 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6147 "frame-system",6321 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6148 "parity-scale-codec 3.2.1",6322 "parity-scale-codec 3.2.1",6149 "scale-info",6323 "scale-info",6150 "sp-arithmetic",6324 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6151 "sp-runtime",6325 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6152 "sp-std",6326 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6153]6327]615463286155[[package]]6329[[package]]6158source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6332source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6159dependencies = [6333dependencies = [6160 "frame-benchmarking",6334 "frame-benchmarking",6161 "frame-support",6335 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6162 "frame-system",6336 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6163 "log",6337 "log",6164 "pallet-authorship",6338 "pallet-authorship",6165 "pallet-session",6339 "pallet-session",6166 "parity-scale-codec 3.2.1",6340 "parity-scale-codec 3.2.1",6167 "scale-info",6341 "scale-info",6168 "sp-application-crypto",6342 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6169 "sp-core",6343 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6170 "sp-finality-grandpa",6344 "sp-finality-grandpa",6171 "sp-io",6345 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6172 "sp-runtime",6346 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6173 "sp-session",6347 "sp-session",6174 "sp-staking",6348 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6175 "sp-std",6349 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6176]6350]617763516178[[package]]6352[[package]]6182dependencies = [6356dependencies = [6183 "enumflags2",6357 "enumflags2",6184 "frame-benchmarking",6358 "frame-benchmarking",6185 "frame-support",6359 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6186 "frame-system",6360 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6187 "parity-scale-codec 3.2.1",6361 "parity-scale-codec 3.2.1",6188 "scale-info",6362 "scale-info",6189 "sp-io",6363 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6190 "sp-runtime",6364 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6191 "sp-std",6365 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6192]6366]619363676194[[package]]6368[[package]]6197source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6371source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6198dependencies = [6372dependencies = [6199 "frame-benchmarking",6373 "frame-benchmarking",6200 "frame-support",6374 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6201 "frame-system",6375 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6202 "log",6376 "log",6203 "pallet-authorship",6377 "pallet-authorship",6204 "parity-scale-codec 3.2.1",6378 "parity-scale-codec 3.2.1",6205 "scale-info",6379 "scale-info",6206 "sp-application-crypto",6380 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6207 "sp-core",6381 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6208 "sp-io",6382 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6209 "sp-runtime",6383 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6210 "sp-staking",6384 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6211 "sp-std",6385 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6212]6386]621363876214[[package]]6388[[package]]6217source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6391source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6218dependencies = [6392dependencies = [6219 "frame-benchmarking",6393 "frame-benchmarking",6220 "frame-support",6394 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6221 "frame-system",6395 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6222 "parity-scale-codec 3.2.1",6396 "parity-scale-codec 3.2.1",6223 "scale-info",6397 "scale-info",6224 "sp-core",6398 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6225 "sp-io",6399 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6226 "sp-keyring",6400 "sp-keyring",6227 "sp-runtime",6401 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6228 "sp-std",6402 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6229]6403]623064046231[[package]]6405[[package]]6232name = "pallet-inflation"6406name = "pallet-inflation"6233version = "0.1.1"6407version = "0.1.1"6234dependencies = [6408dependencies = [6235 "frame-benchmarking",6409 "frame-benchmarking",6236 "frame-support",6410 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6237 "frame-system",6411 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6238 "pallet-balances",6412 "pallet-balances",6239 "pallet-randomness-collective-flip",6413 "pallet-randomness-collective-flip",6240 "pallet-timestamp",6414 "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6241 "parity-scale-codec 3.2.1",6415 "parity-scale-codec 3.2.1",6242 "scale-info",6416 "scale-info",6243 "serde",6417 "serde",6244 "sp-core",6418 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6245 "sp-io",6419 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6246 "sp-runtime",6420 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6247 "sp-std",6421 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6248]6422]624964236250[[package]]6424[[package]]6253source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6427source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6254dependencies = [6428dependencies = [6255 "frame-benchmarking",6429 "frame-benchmarking",6256 "frame-support",6430 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6257 "frame-system",6431 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6258 "log",6432 "log",6259 "parity-scale-codec 3.2.1",6433 "parity-scale-codec 3.2.1",6260 "scale-info",6434 "scale-info",6261 "sp-core",6435 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6262 "sp-io",6436 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6263 "sp-runtime",6437 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6264 "sp-std",6438 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6265]6439]626664406267[[package]]6441[[package]]6271dependencies = [6445dependencies = [6272 "ckb-merkle-mountain-range",6446 "ckb-merkle-mountain-range",6273 "frame-benchmarking",6447 "frame-benchmarking",6274 "frame-support",6448 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6275 "frame-system",6449 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6276 "parity-scale-codec 3.2.1",6450 "parity-scale-codec 3.2.1",6277 "scale-info",6451 "scale-info",6278 "sp-core",6452 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6279 "sp-io",6453 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6280 "sp-mmr-primitives",6454 "sp-mmr-primitives",6281 "sp-runtime",6455 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6282 "sp-std",6456 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6283]6457]628464586285[[package]]6459[[package]]6290 "jsonrpsee",6464 "jsonrpsee",6291 "parity-scale-codec 3.2.1",6465 "parity-scale-codec 3.2.1",6292 "serde",6466 "serde",6293 "sp-api",6467 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6294 "sp-blockchain",6468 "sp-blockchain",6295 "sp-core",6469 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6296 "sp-mmr-primitives",6470 "sp-mmr-primitives",6297 "sp-runtime",6471 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6298]6472]629964736300[[package]]6474[[package]]6303source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6477source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6304dependencies = [6478dependencies = [6305 "frame-benchmarking",6479 "frame-benchmarking",6306 "frame-support",6480 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6307 "frame-system",6481 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6308 "parity-scale-codec 3.2.1",6482 "parity-scale-codec 3.2.1",6309 "scale-info",6483 "scale-info",6310 "sp-io",6484 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6311 "sp-runtime",6485 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6312 "sp-std",6486 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6313]6487]631464886315[[package]]6489[[package]]6316name = "pallet-nomination-pools"6490name = "pallet-nomination-pools"6317version = "1.0.0"6491version = "1.0.0"6318source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6492source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6319dependencies = [6493dependencies = [6320 "frame-support",6494 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6321 "frame-system",6495 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6322 "log",6496 "log",6323 "parity-scale-codec 3.2.1",6497 "parity-scale-codec 3.2.1",6324 "scale-info",6498 "scale-info",6325 "sp-core",6499 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6326 "sp-io",6500 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6327 "sp-runtime",6501 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6328 "sp-staking",6502 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6329 "sp-std",6503 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6330]6504]633165056332[[package]]6506[[package]]6336dependencies = [6510dependencies = [6337 "frame-benchmarking",6511 "frame-benchmarking",6338 "frame-election-provider-support",6512 "frame-election-provider-support",6339 "frame-support",6513 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6340 "frame-system",6514 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6341 "pallet-bags-list",6515 "pallet-bags-list",6342 "pallet-nomination-pools",6516 "pallet-nomination-pools",6343 "pallet-staking",6517 "pallet-staking",6344 "parity-scale-codec 3.2.1",6518 "parity-scale-codec 3.2.1",6345 "scale-info",6519 "scale-info",6346 "sp-runtime",6520 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6347 "sp-runtime-interface",6521 "sp-runtime-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6348 "sp-staking",6522 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6349 "sp-std",6523 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6350]6524]635165256352[[package]]6526[[package]]6355source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6529source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6356dependencies = [6530dependencies = [6357 "parity-scale-codec 3.2.1",6531 "parity-scale-codec 3.2.1",6358 "sp-api",6532 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6359 "sp-std",6533 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6360]6534]636165356362[[package]]6536[[package]]6366 "ethereum",6540 "ethereum",6367 "evm-coder",6541 "evm-coder",6368 "frame-benchmarking",6542 "frame-benchmarking",6369 "frame-support",6543 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6370 "frame-system",6544 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6371 "pallet-common",6545 "pallet-common",6372 "pallet-evm",6546 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",6373 "pallet-evm-coder-substrate",6547 "pallet-evm-coder-substrate",6374 "pallet-structure",6548 "pallet-structure",6375 "parity-scale-codec 3.2.1",6549 "parity-scale-codec 3.2.1",6376 "scale-info",6550 "scale-info",6377 "sp-core",6551 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6378 "sp-runtime",6552 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6379 "sp-std",6553 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6380 "struct-versioning",6554 "struct-versioning",6381 "up-data-structs",6555 "up-data-structs",6382]6556]6386version = "4.0.0-dev"6560version = "4.0.0-dev"6387source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6561source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6388dependencies = [6562dependencies = [6389 "frame-support",6563 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6390 "frame-system",6564 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6391 "log",6565 "log",6392 "pallet-balances",6566 "pallet-balances",6393 "parity-scale-codec 3.2.1",6567 "parity-scale-codec 3.2.1",6394 "scale-info",6568 "scale-info",6395 "serde",6569 "serde",6396 "sp-runtime",6570 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6397 "sp-staking",6571 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6398 "sp-std",6572 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6399]6573]640065746401[[package]]6575[[package]]6405dependencies = [6579dependencies = [6406 "frame-benchmarking",6580 "frame-benchmarking",6407 "frame-election-provider-support",6581 "frame-election-provider-support",6408 "frame-support",6582 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6409 "frame-system",6583 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6410 "pallet-babe",6584 "pallet-babe",6411 "pallet-balances",6585 "pallet-balances",6412 "pallet-grandpa",6586 "pallet-grandpa",6416 "pallet-staking",6590 "pallet-staking",6417 "parity-scale-codec 3.2.1",6591 "parity-scale-codec 3.2.1",6418 "scale-info",6592 "scale-info",6419 "sp-runtime",6593 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6420 "sp-staking",6594 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6421 "sp-std",6595 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6422]6596]642365976424[[package]]6598[[package]]6427source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6601source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6428dependencies = [6602dependencies = [6429 "frame-benchmarking",6603 "frame-benchmarking",6430 "frame-support",6604 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6431 "frame-system",6605 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6432 "parity-scale-codec 3.2.1",6606 "parity-scale-codec 3.2.1",6433 "scale-info",6607 "scale-info",6434 "sp-core",6608 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6435 "sp-io",6609 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6436 "sp-runtime",6610 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6437 "sp-std",6611 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6438]6612]643966136440[[package]]6614[[package]]6443source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6617source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6444dependencies = [6618dependencies = [6445 "frame-benchmarking",6619 "frame-benchmarking",6446 "frame-support",6620 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6447 "frame-system",6621 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6448 "parity-scale-codec 3.2.1",6622 "parity-scale-codec 3.2.1",6449 "scale-info",6623 "scale-info",6450 "sp-io",6624 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6451 "sp-runtime",6625 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6452 "sp-std",6626 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6453]6627]645466286455[[package]]6629[[package]]6456name = "pallet-randomness-collective-flip"6630name = "pallet-randomness-collective-flip"6457version = "4.0.0-dev"6631version = "4.0.0-dev"6458source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6632source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6459dependencies = [6633dependencies = [6460 "frame-support",6634 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6461 "frame-system",6635 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6462 "parity-scale-codec 3.2.1",6636 "parity-scale-codec 3.2.1",6463 "safe-mix",6637 "safe-mix",6464 "scale-info",6638 "scale-info",6465 "sp-runtime",6639 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6466 "sp-std",6640 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6467]6641]646866426469[[package]]6643[[package]]6472source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6646source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6473dependencies = [6647dependencies = [6474 "frame-benchmarking",6648 "frame-benchmarking",6475 "frame-support",6649 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6476 "frame-system",6650 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6477 "parity-scale-codec 3.2.1",6651 "parity-scale-codec 3.2.1",6478 "scale-info",6652 "scale-info",6479 "sp-io",6653 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6480 "sp-runtime",6654 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6481 "sp-std",6655 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6482]6656]648366576484[[package]]6658[[package]]6489 "ethereum",6663 "ethereum",6490 "evm-coder",6664 "evm-coder",6491 "frame-benchmarking",6665 "frame-benchmarking",6492 "frame-support",6666 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6493 "frame-system",6667 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6494 "pallet-common",6668 "pallet-common",6495 "pallet-evm",6669 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",6496 "pallet-evm-coder-substrate",6670 "pallet-evm-coder-substrate",6497 "pallet-structure",6671 "pallet-structure",6498 "parity-scale-codec 3.2.1",6672 "parity-scale-codec 3.2.1",6499 "scale-info",6673 "scale-info",6500 "sp-core",6674 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6501 "sp-runtime",6675 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6502 "sp-std",6676 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6503 "struct-versioning",6677 "struct-versioning",6504 "up-data-structs",6678 "up-data-structs",6505]6679]6510dependencies = [6684dependencies = [6511 "derivative",6685 "derivative",6512 "frame-benchmarking",6686 "frame-benchmarking",6513 "frame-support",6687 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6514 "frame-system",6688 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6515 "pallet-common",6689 "pallet-common",6516 "pallet-evm",6690 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",6517 "pallet-nonfungible",6691 "pallet-nonfungible",6518 "pallet-structure",6692 "pallet-structure",6519 "parity-scale-codec 3.2.1",6693 "parity-scale-codec 3.2.1",6520 "rmrk-traits",6694 "rmrk-traits",6521 "scale-info",6695 "scale-info",6522 "sp-core",6696 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6523 "sp-runtime",6697 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6524 "sp-std",6698 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6525 "up-data-structs",6699 "up-data-structs",6526]6700]652767016530version = "0.1.2"6704version = "0.1.2"6531dependencies = [6705dependencies = [6532 "frame-benchmarking",6706 "frame-benchmarking",6533 "frame-support",6707 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6534 "frame-system",6708 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6535 "pallet-common",6709 "pallet-common",6536 "pallet-evm",6710 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",6537 "pallet-nonfungible",6711 "pallet-nonfungible",6538 "pallet-rmrk-core",6712 "pallet-rmrk-core",6539 "parity-scale-codec 3.2.1",6713 "parity-scale-codec 3.2.1",6540 "rmrk-traits",6714 "rmrk-traits",6541 "scale-info",6715 "scale-info",6542 "sp-core",6716 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6543 "sp-runtime",6717 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6544 "sp-std",6718 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6545 "up-data-structs",6719 "up-data-structs",6546]6720]654767216551source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6725source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6552dependencies = [6726dependencies = [6553 "frame-benchmarking",6727 "frame-benchmarking",6554 "frame-support",6728 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6555 "frame-system",6729 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6556 "log",6730 "log",6557 "parity-scale-codec 3.2.1",6731 "parity-scale-codec 3.2.1",6558 "scale-info",6732 "scale-info",6559 "sp-io",6733 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6560 "sp-runtime",6734 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6561 "sp-std",6735 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6562]6736]656367376564[[package]]6738[[package]]6565name = "pallet-session"6739name = "pallet-session"6566version = "4.0.0-dev"6740version = "4.0.0-dev"6567source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6741source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6568dependencies = [6742dependencies = [6569 "frame-support",6743 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6570 "frame-system",6744 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6571 "impl-trait-for-tuples",6745 "impl-trait-for-tuples",6572 "log",6746 "log",6573 "pallet-timestamp",6747 "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6574 "parity-scale-codec 3.2.1",6748 "parity-scale-codec 3.2.1",6575 "scale-info",6749 "scale-info",6576 "sp-core",6750 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6577 "sp-io",6751 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6578 "sp-runtime",6752 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6579 "sp-session",6753 "sp-session",6580 "sp-staking",6754 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6581 "sp-std",6755 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6582 "sp-trie",6756 "sp-trie",6583]6757]658467586588source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6762source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6589dependencies = [6763dependencies = [6590 "frame-benchmarking",6764 "frame-benchmarking",6591 "frame-support",6765 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6592 "frame-system",6766 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6593 "pallet-session",6767 "pallet-session",6594 "pallet-staking",6768 "pallet-staking",6595 "rand 0.7.3",6769 "rand 0.7.3",6596 "sp-runtime",6770 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6597 "sp-session",6771 "sp-session",6598 "sp-std",6772 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6599]6773]660067746601[[package]]6775[[package]]6602name = "pallet-society"6776name = "pallet-society"6603version = "4.0.0-dev"6777version = "4.0.0-dev"6604source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6778source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6605dependencies = [6779dependencies = [6606 "frame-support",6780 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6607 "frame-system",6781 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6608 "parity-scale-codec 3.2.1",6782 "parity-scale-codec 3.2.1",6609 "rand_chacha 0.2.2",6783 "rand_chacha 0.2.2",6610 "scale-info",6784 "scale-info",6611 "sp-runtime",6785 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6612 "sp-std",6786 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6613]6787]661467886615[[package]]6789[[package]]6619dependencies = [6793dependencies = [6620 "frame-benchmarking",6794 "frame-benchmarking",6621 "frame-election-provider-support",6795 "frame-election-provider-support",6622 "frame-support",6796 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6623 "frame-system",6797 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6624 "log",6798 "log",6625 "pallet-authorship",6799 "pallet-authorship",6626 "pallet-session",6800 "pallet-session",6627 "parity-scale-codec 3.2.1",6801 "parity-scale-codec 3.2.1",6628 "rand_chacha 0.2.2",6802 "rand_chacha 0.2.2",6629 "scale-info",6803 "scale-info",6630 "serde",6804 "serde",6631 "sp-application-crypto",6805 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6632 "sp-io",6806 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6633 "sp-runtime",6807 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6634 "sp-staking",6808 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6635 "sp-std",6809 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6636]6810]663768116638[[package]]6812[[package]]6652source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6826source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6653dependencies = [6827dependencies = [6654 "log",6828 "log",6655 "sp-arithmetic",6829 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6656]6830]665768316658[[package]]6832[[package]]6659name = "pallet-structure"6833name = "pallet-structure"6660version = "0.1.2"6834version = "0.1.2"6661dependencies = [6835dependencies = [6662 "frame-benchmarking",6836 "frame-benchmarking",6663 "frame-support",6837 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6664 "frame-system",6838 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6665 "pallet-common",6839 "pallet-common",6666 "pallet-evm",6840 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",6667 "parity-scale-codec 3.2.1",6841 "parity-scale-codec 3.2.1",6668 "scale-info",6842 "scale-info",6669 "sp-std",6843 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6670 "up-data-structs",6844 "up-data-structs",6671]6845]667268466675version = "4.0.0-dev"6849version = "4.0.0-dev"6676source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6850source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6677dependencies = [6851dependencies = [6678 "frame-support",6852 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6679 "frame-system",6853 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6680 "parity-scale-codec 3.2.1",6854 "parity-scale-codec 3.2.1",6681 "scale-info",6855 "scale-info",6682 "sp-io",6856 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6683 "sp-runtime",6857 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6684 "sp-std",6858 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6685]6859]668668606687[[package]]6861[[package]]6690source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.30#39dd82158d6caa9d89105441bf2f7111a6e686e5"6864source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.30#39dd82158d6caa9d89105441bf2f7111a6e686e5"6691dependencies = [6865dependencies = [6692 "frame-benchmarking",6866 "frame-benchmarking",6693 "frame-support",6867 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6694 "frame-system",6868 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6695 "pallet-balances",6869 "pallet-balances",6696 "pallet-transaction-payment",6870 "pallet-transaction-payment",6697 "parity-scale-codec 3.2.1",6871 "parity-scale-codec 3.2.1",6698 "scale-info",6872 "scale-info",6699 "serde",6873 "serde",6700 "sp-core",6874 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6701 "sp-io",6875 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6702 "sp-runtime",6876 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6703 "sp-std",6877 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6704 "up-sponsorship",6878 "up-sponsorship",6705]6879]670668806707[[package]]6881[[package]]6708name = "pallet-test-utils"6882name = "pallet-test-utils"6709version = "0.1.0"6883version = "0.1.0"6710dependencies = [6884dependencies = [6711 "frame-support",6885 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6712 "frame-system",6886 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6713 "pallet-unique-scheduler-v2",6887 "pallet-unique-scheduler-v2",6714 "parity-scale-codec 3.2.1",6888 "parity-scale-codec 3.2.1",6715 "scale-info",6889 "scale-info",6718[[package]]6892[[package]]6719name = "pallet-timestamp"6893name = "pallet-timestamp"6720version = "4.0.0-dev"6894version = "4.0.0-dev"6895source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"6896dependencies = [6897 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",6898 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",6899 "log",6900 "parity-scale-codec 3.2.1",6901 "scale-info",6902 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",6903 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",6904 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",6905 "sp-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",6906]69076908[[package]]6909name = "pallet-timestamp"6910version = "4.0.0-dev"6721source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6911source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6722dependencies = [6912dependencies = [6723 "frame-benchmarking",6913 "frame-benchmarking",6724 "frame-support",6914 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6725 "frame-system",6915 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6726 "log",6916 "log",6727 "parity-scale-codec 3.2.1",6917 "parity-scale-codec 3.2.1",6728 "scale-info",6918 "scale-info",6729 "sp-inherents",6919 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6730 "sp-io",6920 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6731 "sp-runtime",6921 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6732 "sp-std",6922 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6733 "sp-timestamp",6923 "sp-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6734]6924]673569256736[[package]]6926[[package]]6739source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6929source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6740dependencies = [6930dependencies = [6741 "frame-benchmarking",6931 "frame-benchmarking",6742 "frame-support",6932 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6743 "frame-system",6933 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6744 "log",6934 "log",6745 "pallet-treasury",6935 "pallet-treasury",6746 "parity-scale-codec 3.2.1",6936 "parity-scale-codec 3.2.1",6747 "scale-info",6937 "scale-info",6748 "serde",6938 "serde",6749 "sp-core",6939 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6750 "sp-io",6940 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6751 "sp-runtime",6941 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6752 "sp-std",6942 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6753]6943]675469446755[[package]]6945[[package]]6756name = "pallet-transaction-payment"6946name = "pallet-transaction-payment"6757version = "4.0.0-dev"6947version = "4.0.0-dev"6758source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6948source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6759dependencies = [6949dependencies = [6760 "frame-support",6950 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6761 "frame-system",6951 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6762 "parity-scale-codec 3.2.1",6952 "parity-scale-codec 3.2.1",6763 "scale-info",6953 "scale-info",6764 "serde",6954 "serde",6765 "sp-core",6955 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6766 "sp-io",6956 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6767 "sp-runtime",6957 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6768 "sp-std",6958 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6769]6959]677069606771[[package]]6961[[package]]6776 "jsonrpsee",6966 "jsonrpsee",6777 "pallet-transaction-payment-rpc-runtime-api",6967 "pallet-transaction-payment-rpc-runtime-api",6778 "parity-scale-codec 3.2.1",6968 "parity-scale-codec 3.2.1",6779 "sp-api",6969 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6780 "sp-blockchain",6970 "sp-blockchain",6781 "sp-core",6971 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6782 "sp-rpc",6972 "sp-rpc",6783 "sp-runtime",6973 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6784]6974]678569756786[[package]]6976[[package]]6790dependencies = [6980dependencies = [6791 "pallet-transaction-payment",6981 "pallet-transaction-payment",6792 "parity-scale-codec 3.2.1",6982 "parity-scale-codec 3.2.1",6793 "sp-api",6983 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6794 "sp-runtime",6984 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6795]6985]679669866797[[package]]6987[[package]]6800source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6990source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6801dependencies = [6991dependencies = [6802 "frame-benchmarking",6992 "frame-benchmarking",6803 "frame-support",6993 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6804 "frame-system",6994 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6805 "impl-trait-for-tuples",6995 "impl-trait-for-tuples",6806 "pallet-balances",6996 "pallet-balances",6807 "parity-scale-codec 3.2.1",6997 "parity-scale-codec 3.2.1",6808 "scale-info",6998 "scale-info",6809 "serde",6999 "serde",6810 "sp-runtime",7000 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6811 "sp-std",7001 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6812]7002]681370036814[[package]]7004[[package]]6818 "ethereum",7008 "ethereum",6819 "evm-coder",7009 "evm-coder",6820 "frame-benchmarking",7010 "frame-benchmarking",6821 "frame-support",7011 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6822 "frame-system",7012 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6823 "pallet-common",7013 "pallet-common",6824 "pallet-evm",7014 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",6825 "pallet-evm-coder-substrate",7015 "pallet-evm-coder-substrate",6826 "pallet-nonfungible",7016 "pallet-nonfungible",6827 "pallet-refungible",7017 "pallet-refungible",6828 "parity-scale-codec 3.2.1",7018 "parity-scale-codec 3.2.1",6829 "scale-info",7019 "scale-info",6830 "serde",7020 "serde",6831 "sp-core",7021 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6832 "sp-io",7022 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6833 "sp-runtime",7023 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6834 "sp-std",7024 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6835 "up-data-structs",7025 "up-data-structs",6836]7026]683770276840version = "0.1.1"7030version = "0.1.1"6841dependencies = [7031dependencies = [6842 "frame-benchmarking",7032 "frame-benchmarking",6843 "frame-support",7033 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6844 "frame-system",7034 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6845 "log",7035 "log",6846 "parity-scale-codec 3.2.1",7036 "parity-scale-codec 3.2.1",6847 "scale-info",7037 "scale-info",6848 "serde",7038 "serde",6849 "sp-core",7039 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6850 "sp-io",7040 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6851 "sp-runtime",7041 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6852 "sp-std",7042 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6853 "substrate-test-utils",7043 "substrate-test-utils",6854 "up-sponsorship",7044 "up-sponsorship",6855]7045]6859version = "0.1.0"7049version = "0.1.0"6860dependencies = [7050dependencies = [6861 "frame-benchmarking",7051 "frame-benchmarking",6862 "frame-support",7052 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6863 "frame-system",7053 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6864 "log",7054 "log",6865 "pallet-preimage",7055 "pallet-preimage",6866 "parity-scale-codec 3.2.1",7056 "parity-scale-codec 3.2.1",6867 "scale-info",7057 "scale-info",6868 "sp-core",7058 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6869 "sp-io",7059 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6870 "sp-runtime",7060 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6871 "sp-std",7061 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6872 "substrate-test-utils",7062 "substrate-test-utils",6873]7063]687470646878source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"7068source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6879dependencies = [7069dependencies = [6880 "frame-benchmarking",7070 "frame-benchmarking",6881 "frame-support",7071 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6882 "frame-system",7072 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6883 "parity-scale-codec 3.2.1",7073 "parity-scale-codec 3.2.1",6884 "scale-info",7074 "scale-info",6885 "sp-core",7075 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6886 "sp-io",7076 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6887 "sp-runtime",7077 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6888 "sp-std",7078 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6889]7079]689070806891[[package]]7081[[package]]6894source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"7084source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6895dependencies = [7085dependencies = [6896 "frame-benchmarking",7086 "frame-benchmarking",6897 "frame-support",7087 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6898 "frame-system",7088 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6899 "log",7089 "log",6900 "parity-scale-codec 3.2.1",7090 "parity-scale-codec 3.2.1",6901 "scale-info",7091 "scale-info",6902 "sp-runtime",7092 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6903 "sp-std",7093 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6904]7094]690570956906[[package]]7096[[package]]6907name = "pallet-xcm"7097name = "pallet-xcm"6908version = "0.9.30"7098version = "0.9.30"6909source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7099source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"6910dependencies = [7100dependencies = [6911 "frame-support",7101 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6912 "frame-system",7102 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6913 "log",7103 "log",6914 "parity-scale-codec 3.2.1",7104 "parity-scale-codec 3.2.1",6915 "scale-info",7105 "scale-info",6916 "serde",7106 "serde",6917 "sp-core",7107 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6918 "sp-runtime",7108 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6919 "sp-std",7109 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6920 "xcm",7110 "xcm",6921 "xcm-executor",7111 "xcm-executor",6922]7112]6927source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7117source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"6928dependencies = [7118dependencies = [6929 "frame-benchmarking",7119 "frame-benchmarking",6930 "frame-support",7120 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6931 "frame-system",7121 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6932 "log",7122 "log",6933 "parity-scale-codec 3.2.1",7123 "parity-scale-codec 3.2.1",6934 "scale-info",7124 "scale-info",6935 "sp-runtime",7125 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6936 "sp-std",7126 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6937 "xcm",7127 "xcm",6938 "xcm-executor",7128 "xcm-executor",6939]7129]6944source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"7134source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"6945dependencies = [7135dependencies = [6946 "cumulus-primitives-core",7136 "cumulus-primitives-core",6947 "frame-support",7137 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6948 "frame-system",7138 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6949 "parity-scale-codec 3.2.1",7139 "parity-scale-codec 3.2.1",6950 "scale-info",7140 "scale-info",6951 "serde",7141 "serde",7324 "polkadot-node-subsystem-util",7514 "polkadot-node-subsystem-util",7325 "polkadot-primitives",7515 "polkadot-primitives",7326 "rand 0.8.5",7516 "rand 0.8.5",7327 "sp-core",7517 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7328 "sp-keystore",7518 "sp-keystore",7329 "thiserror",7519 "thiserror",7330 "tracing-gum",7520 "tracing-gum",7369 "sc-service",7559 "sc-service",7370 "sc-sysinfo",7560 "sc-sysinfo",7371 "sc-tracing",7561 "sc-tracing",7372 "sp-core",7562 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7373 "sp-keyring",7563 "sp-keyring",7374 "sp-trie",7564 "sp-trie",7375 "substrate-build-script-utils",7565 "substrate-build-script-utils",7385 "beefy-primitives",7575 "beefy-primitives",7386 "frame-benchmarking",7576 "frame-benchmarking",7387 "frame-benchmarking-cli",7577 "frame-benchmarking-cli",7388 "frame-system",7578 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7389 "frame-system-rpc-runtime-api",7579 "frame-system-rpc-runtime-api",7390 "pallet-transaction-payment",7580 "pallet-transaction-payment",7391 "pallet-transaction-payment-rpc-runtime-api",7581 "pallet-transaction-payment-rpc-runtime-api",7398 "sc-consensus",7588 "sc-consensus",7399 "sc-executor",7589 "sc-executor",7400 "sc-service",7590 "sc-service",7401 "sp-api",7591 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7402 "sp-authority-discovery",7592 "sp-authority-discovery",7403 "sp-block-builder",7593 "sp-block-builder",7404 "sp-blockchain",7594 "sp-blockchain",7405 "sp-consensus",7595 "sp-consensus",7406 "sp-consensus-babe",7596 "sp-consensus-babe",7407 "sp-core",7597 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7408 "sp-finality-grandpa",7598 "sp-finality-grandpa",7409 "sp-inherents",7599 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7410 "sp-keyring",7600 "sp-keyring",7411 "sp-mmr-primitives",7601 "sp-mmr-primitives",7412 "sp-offchain",7602 "sp-offchain",7413 "sp-runtime",7603 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7414 "sp-session",7604 "sp-session",7415 "sp-storage",7605 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7416 "sp-timestamp",7606 "sp-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7417 "sp-transaction-pool",7607 "sp-transaction-pool",7418]7608]741976097431 "polkadot-node-subsystem",7621 "polkadot-node-subsystem",7432 "polkadot-node-subsystem-util",7622 "polkadot-node-subsystem-util",7433 "polkadot-primitives",7623 "polkadot-primitives",7434 "sp-core",7624 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7435 "sp-keystore",7625 "sp-keystore",7436 "sp-runtime",7626 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7437 "thiserror",7627 "thiserror",7438 "tracing-gum",7628 "tracing-gum",7439]7629]7446 "parity-scale-codec 3.2.1",7636 "parity-scale-codec 3.2.1",7447 "parity-util-mem",7637 "parity-util-mem",7448 "scale-info",7638 "scale-info",7449 "sp-core",7639 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7450 "sp-runtime",7640 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7451 "sp-std",7641 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7452]7642]745376437454[[package]]7644[[package]]7468 "polkadot-node-subsystem-util",7658 "polkadot-node-subsystem-util",7469 "polkadot-primitives",7659 "polkadot-primitives",7470 "sc-network",7660 "sc-network",7471 "sp-application-crypto",7661 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7472 "sp-keystore",7662 "sp-keystore",7473 "thiserror",7663 "thiserror",7474 "tracing-gum",7664 "tracing-gum",7483 "polkadot-node-primitives",7673 "polkadot-node-primitives",7484 "polkadot-primitives",7674 "polkadot-primitives",7485 "reed-solomon-novelpoly",7675 "reed-solomon-novelpoly",7486 "sp-core",7676 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7487 "sp-trie",7677 "sp-trie",7488 "thiserror",7678 "thiserror",7489]7679]7502 "rand 0.8.5",7692 "rand 0.8.5",7503 "rand_chacha 0.3.1",7693 "rand_chacha 0.3.1",7504 "sc-network",7694 "sc-network",7505 "sp-application-crypto",7695 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7506 "sp-core",7696 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7507 "sp-keystore",7697 "sp-keystore",7508 "tracing-gum",7698 "tracing-gum",7509]7699]7544 "polkadot-node-subsystem",7734 "polkadot-node-subsystem",7545 "polkadot-node-subsystem-util",7735 "polkadot-node-subsystem-util",7546 "polkadot-primitives",7736 "polkadot-primitives",7547 "sp-core",7737 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7548 "sp-maybe-compressed-blob",7738 "sp-maybe-compressed-blob",7549 "thiserror",7739 "thiserror",7550 "tracing-gum",7740 "tracing-gum",7571 "polkadot-primitives",7761 "polkadot-primitives",7572 "sc-keystore",7762 "sc-keystore",7573 "schnorrkel",7763 "schnorrkel",7574 "sp-application-crypto",7764 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7575 "sp-consensus",7765 "sp-consensus",7576 "sp-consensus-slots",7766 "sp-consensus-slots",7577 "sp-runtime",7767 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7578 "thiserror",7768 "thiserror",7579 "tracing-gum",7769 "tracing-gum",7580]7770]7713 "polkadot-node-subsystem",7903 "polkadot-node-subsystem",7714 "polkadot-primitives",7904 "polkadot-primitives",7715 "sp-blockchain",7905 "sp-blockchain",7716 "sp-inherents",7906 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7717 "sp-runtime",7907 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7718 "thiserror",7908 "thiserror",7719 "tracing-gum",7909 "tracing-gum",7720]7910]7759 "sc-executor-common",7949 "sc-executor-common",7760 "sc-executor-wasmtime",7950 "sc-executor-wasmtime",7761 "slotmap",7951 "slotmap",7762 "sp-core",7952 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7763 "sp-externalities",7953 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7764 "sp-io",7954 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7765 "sp-maybe-compressed-blob",7955 "sp-maybe-compressed-blob",7766 "sp-tracing",7956 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7767 "sp-wasm-interface",7957 "sp-wasm-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7768 "tempfile",7958 "tempfile",7769 "tracing-gum",7959 "tracing-gum",7770]7960]7815 "polkadot-node-primitives",8005 "polkadot-node-primitives",7816 "polkadot-primitives",8006 "polkadot-primitives",7817 "sc-network",8007 "sc-network",7818 "sp-core",8008 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7819 "thiserror",8009 "thiserror",7820]8010]782180117873 "polkadot-primitives",8063 "polkadot-primitives",7874 "schnorrkel",8064 "schnorrkel",7875 "serde",8065 "serde",7876 "sp-application-crypto",8066 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7877 "sp-consensus-babe",8067 "sp-consensus-babe",7878 "sp-consensus-vrf",8068 "sp-consensus-vrf",7879 "sp-core",8069 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7880 "sp-keystore",8070 "sp-keystore",7881 "sp-maybe-compressed-blob",8071 "sp-maybe-compressed-blob",7882 "thiserror",8072 "thiserror",7909 "polkadot-statement-table",8099 "polkadot-statement-table",7910 "sc-network",8100 "sc-network",7911 "smallvec",8101 "smallvec",7912 "sp-api",8102 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7913 "sp-authority-discovery",8103 "sp-authority-discovery",7914 "sp-consensus-babe",8104 "sp-consensus-babe",7915 "substrate-prometheus-endpoint",8105 "substrate-prometheus-endpoint",7942 "polkadot-primitives",8132 "polkadot-primitives",7943 "prioritized-metered-channel",8133 "prioritized-metered-channel",7944 "rand 0.8.5",8134 "rand 0.8.5",7945 "sp-application-crypto",8135 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7946 "sp-core",8136 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7947 "sp-keystore",8137 "sp-keystore",7948 "thiserror",8138 "thiserror",7949 "tracing-gum",8139 "tracing-gum",7967 "polkadot-node-subsystem-types",8157 "polkadot-node-subsystem-types",7968 "polkadot-primitives",8158 "polkadot-primitives",7969 "sc-client-api",8159 "sc-client-api",7970 "sp-api",8160 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7971 "sp-core",8161 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7972 "tracing-gum",8162 "tracing-gum",7973]8163]797481647978source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8168source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7979dependencies = [8169dependencies = [7980 "derive_more",8170 "derive_more",7981 "frame-support",8171 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7982 "parity-scale-codec 3.2.1",8172 "parity-scale-codec 3.2.1",7983 "parity-util-mem",8173 "parity-util-mem",7984 "polkadot-core-primitives",8174 "polkadot-core-primitives",7985 "scale-info",8175 "scale-info",7986 "serde",8176 "serde",7987 "sp-core",8177 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7988 "sp-runtime",8178 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7989 "sp-std",8179 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7990]8180]799181817992[[package]]8182[[package]]8010source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8200source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8011dependencies = [8201dependencies = [8012 "bitvec 1.0.1",8202 "bitvec 1.0.1",8013 "frame-system",8203 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8014 "hex-literal",8204 "hex-literal",8015 "parity-scale-codec 3.2.1",8205 "parity-scale-codec 3.2.1",8016 "parity-util-mem",8206 "parity-util-mem",8017 "polkadot-core-primitives",8207 "polkadot-core-primitives",8018 "polkadot-parachain",8208 "polkadot-parachain",8019 "scale-info",8209 "scale-info",8020 "serde",8210 "serde",8021 "sp-api",8211 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8022 "sp-application-crypto",8212 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8023 "sp-arithmetic",8213 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8024 "sp-authority-discovery",8214 "sp-authority-discovery",8025 "sp-consensus-slots",8215 "sp-consensus-slots",8026 "sp-core",8216 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8027 "sp-inherents",8217 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8028 "sp-io",8218 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8029 "sp-keystore",8219 "sp-keystore",8030 "sp-runtime",8220 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8031 "sp-staking",8221 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8032 "sp-std",8222 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8033 "sp-trie",8223 "sp-trie",8034 "sp-version",8224 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8035]8225]803682268037[[package]]8227[[package]]8055 "sc-rpc",8245 "sc-rpc",8056 "sc-sync-state-rpc",8246 "sc-sync-state-rpc",8057 "sc-transaction-pool-api",8247 "sc-transaction-pool-api",8058 "sp-api",8248 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8059 "sp-block-builder",8249 "sp-block-builder",8060 "sp-blockchain",8250 "sp-blockchain",8061 "sp-consensus",8251 "sp-consensus",8062 "sp-consensus-babe",8252 "sp-consensus-babe",8063 "sp-keystore",8253 "sp-keystore",8064 "sp-runtime",8254 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8065 "substrate-frame-rpc-system",8255 "substrate-frame-rpc-system",8066 "substrate-state-trie-migration-rpc",8256 "substrate-state-trie-migration-rpc",8067]8257]8076 "frame-benchmarking",8266 "frame-benchmarking",8077 "frame-election-provider-support",8267 "frame-election-provider-support",8078 "frame-executive",8268 "frame-executive",8079 "frame-support",8269 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8080 "frame-system",8270 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8081 "frame-system-benchmarking",8271 "frame-system-benchmarking",8082 "frame-system-rpc-runtime-api",8272 "frame-system-rpc-runtime-api",8083 "frame-try-runtime",8273 "frame-try-runtime",8114 "pallet-session-benchmarking",8304 "pallet-session-benchmarking",8115 "pallet-staking",8305 "pallet-staking",8116 "pallet-staking-reward-curve",8306 "pallet-staking-reward-curve",8117 "pallet-timestamp",8307 "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8118 "pallet-tips",8308 "pallet-tips",8119 "pallet-transaction-payment",8309 "pallet-transaction-payment",8120 "pallet-transaction-payment-rpc-runtime-api",8310 "pallet-transaction-payment-rpc-runtime-api",8132 "serde",8322 "serde",8133 "serde_derive",8323 "serde_derive",8134 "smallvec",8324 "smallvec",8135 "sp-api",8325 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8136 "sp-authority-discovery",8326 "sp-authority-discovery",8137 "sp-block-builder",8327 "sp-block-builder",8138 "sp-consensus-babe",8328 "sp-consensus-babe",8139 "sp-core",8329 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8140 "sp-inherents",8330 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8141 "sp-io",8331 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8142 "sp-mmr-primitives",8332 "sp-mmr-primitives",8143 "sp-npos-elections",8333 "sp-npos-elections",8144 "sp-offchain",8334 "sp-offchain",8145 "sp-runtime",8335 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8146 "sp-session",8336 "sp-session",8147 "sp-staking",8337 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8148 "sp-std",8338 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8149 "sp-transaction-pool",8339 "sp-transaction-pool",8150 "sp-version",8340 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8151 "static_assertions",8341 "static_assertions",8152 "substrate-wasm-builder",8342 "substrate-wasm-builder",8153 "xcm",8343 "xcm",8164 "bitvec 1.0.1",8354 "bitvec 1.0.1",8165 "frame-benchmarking",8355 "frame-benchmarking",8166 "frame-election-provider-support",8356 "frame-election-provider-support",8167 "frame-support",8357 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8168 "frame-system",8358 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8169 "impl-trait-for-tuples",8359 "impl-trait-for-tuples",8170 "libsecp256k1",8360 "libsecp256k1",8171 "log",8361 "log",8177 "pallet-election-provider-multi-phase",8367 "pallet-election-provider-multi-phase",8178 "pallet-session",8368 "pallet-session",8179 "pallet-staking",8369 "pallet-staking",8180 "pallet-timestamp",8370 "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8181 "pallet-transaction-payment",8371 "pallet-transaction-payment",8182 "pallet-treasury",8372 "pallet-treasury",8183 "pallet-vesting",8373 "pallet-vesting",8189 "serde",8379 "serde",8190 "serde_derive",8380 "serde_derive",8191 "slot-range-helper",8381 "slot-range-helper",8192 "sp-api",8382 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8193 "sp-core",8383 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8194 "sp-inherents",8384 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8195 "sp-io",8385 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8196 "sp-npos-elections",8386 "sp-npos-elections",8197 "sp-runtime",8387 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8198 "sp-session",8388 "sp-session",8199 "sp-staking",8389 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8200 "sp-std",8390 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8201 "static_assertions",8391 "static_assertions",8202 "xcm",8392 "xcm",8203]8393]8207version = "0.9.30"8397version = "0.9.30"8208source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8398source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8209dependencies = [8399dependencies = [8210 "frame-support",8400 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8211 "polkadot-primitives",8401 "polkadot-primitives",8212 "polkadot-runtime-common",8402 "polkadot-runtime-common",8213 "smallvec",8403 "smallvec",8214 "sp-runtime",8404 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8215]8405]821684068217[[package]]8407[[package]]8222 "bs58",8412 "bs58",8223 "parity-scale-codec 3.2.1",8413 "parity-scale-codec 3.2.1",8224 "polkadot-primitives",8414 "polkadot-primitives",8225 "sp-std",8415 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8226 "sp-tracing",8416 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8227]8417]822884188229[[package]]8419[[package]]8235 "bitvec 1.0.1",8425 "bitvec 1.0.1",8236 "derive_more",8426 "derive_more",8237 "frame-benchmarking",8427 "frame-benchmarking",8238 "frame-support",8428 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8239 "frame-system",8429 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8240 "log",8430 "log",8241 "pallet-authority-discovery",8431 "pallet-authority-discovery",8242 "pallet-authorship",8432 "pallet-authorship",8243 "pallet-babe",8433 "pallet-babe",8244 "pallet-balances",8434 "pallet-balances",8245 "pallet-session",8435 "pallet-session",8246 "pallet-staking",8436 "pallet-staking",8247 "pallet-timestamp",8437 "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8248 "pallet-vesting",8438 "pallet-vesting",8249 "parity-scale-codec 3.2.1",8439 "parity-scale-codec 3.2.1",8250 "polkadot-primitives",8440 "polkadot-primitives",8254 "rustc-hex",8444 "rustc-hex",8255 "scale-info",8445 "scale-info",8256 "serde",8446 "serde",8257 "sp-api",8447 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8258 "sp-application-crypto",8448 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8259 "sp-core",8449 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8260 "sp-inherents",8450 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8261 "sp-io",8451 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8262 "sp-keystore",8452 "sp-keystore",8263 "sp-runtime",8453 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8264 "sp-session",8454 "sp-session",8265 "sp-staking",8455 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8266 "sp-std",8456 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8267 "static_assertions",8457 "static_assertions",8268 "xcm",8458 "xcm",8269 "xcm-executor",8459 "xcm-executor",8277 "async-trait",8467 "async-trait",8278 "beefy-gadget",8468 "beefy-gadget",8279 "beefy-primitives",8469 "beefy-primitives",8280 "frame-support",8470 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8281 "frame-system-rpc-runtime-api",8471 "frame-system-rpc-runtime-api",8282 "futures 0.3.25",8472 "futures 0.3.25",8283 "hex-literal",8473 "hex-literal",8348 "sc-transaction-pool",8538 "sc-transaction-pool",8349 "serde",8539 "serde",8350 "serde_json",8540 "serde_json",8351 "sp-api",8541 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8352 "sp-authority-discovery",8542 "sp-authority-discovery",8353 "sp-block-builder",8543 "sp-block-builder",8354 "sp-blockchain",8544 "sp-blockchain",8355 "sp-consensus",8545 "sp-consensus",8356 "sp-consensus-babe",8546 "sp-consensus-babe",8357 "sp-core",8547 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8358 "sp-finality-grandpa",8548 "sp-finality-grandpa",8359 "sp-inherents",8549 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8360 "sp-io",8550 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8361 "sp-keystore",8551 "sp-keystore",8362 "sp-offchain",8552 "sp-offchain",8363 "sp-runtime",8553 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8364 "sp-session",8554 "sp-session",8365 "sp-state-machine",8555 "sp-state-machine",8366 "sp-storage",8556 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8367 "sp-timestamp",8557 "sp-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8368 "sp-transaction-pool",8558 "sp-transaction-pool",8369 "sp-trie",8559 "sp-trie",8370 "substrate-prometheus-endpoint",8560 "substrate-prometheus-endpoint",8389 "polkadot-node-subsystem-util",8579 "polkadot-node-subsystem-util",8390 "polkadot-primitives",8580 "polkadot-primitives",8391 "sp-keystore",8581 "sp-keystore",8392 "sp-staking",8582 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8393 "thiserror",8583 "thiserror",8394 "tracing-gum",8584 "tracing-gum",8395]8585]8401dependencies = [8591dependencies = [8402 "parity-scale-codec 3.2.1",8592 "parity-scale-codec 3.2.1",8403 "polkadot-primitives",8593 "polkadot-primitives",8404 "sp-core",8594 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8405]8595]840685968407[[package]]8597[[package]]8413 "bitvec 1.0.1",8603 "bitvec 1.0.1",8414 "frame-election-provider-support",8604 "frame-election-provider-support",8415 "frame-executive",8605 "frame-executive",8416 "frame-support",8606 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8417 "frame-system",8607 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8418 "frame-system-rpc-runtime-api",8608 "frame-system-rpc-runtime-api",8419 "log",8609 "log",8420 "pallet-authority-discovery",8610 "pallet-authority-discovery",8428 "pallet-staking",8618 "pallet-staking",8429 "pallet-staking-reward-curve",8619 "pallet-staking-reward-curve",8430 "pallet-sudo",8620 "pallet-sudo",8431 "pallet-timestamp",8621 "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8432 "pallet-transaction-payment",8622 "pallet-transaction-payment",8433 "pallet-transaction-payment-rpc-runtime-api",8623 "pallet-transaction-payment-rpc-runtime-api",8434 "pallet-vesting",8624 "pallet-vesting",8443 "serde",8633 "serde",8444 "serde_derive",8634 "serde_derive",8445 "smallvec",8635 "smallvec",8446 "sp-api",8636 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8447 "sp-authority-discovery",8637 "sp-authority-discovery",8448 "sp-block-builder",8638 "sp-block-builder",8449 "sp-consensus-babe",8639 "sp-consensus-babe",8450 "sp-core",8640 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8451 "sp-inherents",8641 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8452 "sp-io",8642 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8453 "sp-mmr-primitives",8643 "sp-mmr-primitives",8454 "sp-offchain",8644 "sp-offchain",8455 "sp-runtime",8645 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8456 "sp-session",8646 "sp-session",8457 "sp-staking",8647 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8458 "sp-std",8648 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8459 "sp-transaction-pool",8649 "sp-transaction-pool",8460 "sp-version",8650 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8461 "substrate-wasm-builder",8651 "substrate-wasm-builder",8462 "test-runtime-constants",8652 "test-runtime-constants",8463 "xcm",8653 "xcm",8471source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8661source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8472dependencies = [8662dependencies = [8473 "frame-benchmarking",8663 "frame-benchmarking",8474 "frame-system",8664 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8475 "futures 0.3.25",8665 "futures 0.3.25",8476 "hex",8666 "hex",8477 "pallet-balances",8667 "pallet-balances",8501 "sc-service",8691 "sc-service",8502 "sc-tracing",8692 "sc-tracing",8503 "sc-transaction-pool",8693 "sc-transaction-pool",8504 "sp-arithmetic",8694 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8505 "sp-authority-discovery",8695 "sp-authority-discovery",8506 "sp-blockchain",8696 "sp-blockchain",8507 "sp-consensus",8697 "sp-consensus",8508 "sp-consensus-babe",8698 "sp-consensus-babe",8509 "sp-core",8699 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8510 "sp-finality-grandpa",8700 "sp-finality-grandpa",8511 "sp-inherents",8701 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8512 "sp-keyring",8702 "sp-keyring",8513 "sp-runtime",8703 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8514 "sp-state-machine",8704 "sp-state-machine",8515 "substrate-test-client",8705 "substrate-test-client",8516 "tempfile",8706 "tempfile",8817 "cumulus-primitives-utility",9007 "cumulus-primitives-utility",8818 "derivative",9008 "derivative",8819 "evm-coder",9009 "evm-coder",8820 "fp-evm-mapping",9010 "fp-evm-mapping 0.1.0 (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",8821 "fp-rpc",9011 "fp-rpc",8822 "fp-self-contained",9012 "fp-self-contained",8823 "frame-benchmarking",9013 "frame-benchmarking",8824 "frame-executive",9014 "frame-executive",8825 "frame-support",9015 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8826 "frame-system",9016 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8827 "frame-system-benchmarking",9017 "frame-system-benchmarking",8828 "frame-system-rpc-runtime-api",9018 "frame-system-rpc-runtime-api",8829 "frame-try-runtime",9019 "frame-try-runtime",8842 "pallet-common",9032 "pallet-common",8843 "pallet-configuration",9033 "pallet-configuration",8844 "pallet-ethereum",9034 "pallet-ethereum",8845 "pallet-evm",9035 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",8846 "pallet-evm-coder-substrate",9036 "pallet-evm-coder-substrate",8847 "pallet-evm-contract-helpers",9037 "pallet-evm-contract-helpers",8848 "pallet-evm-migration",9038 "pallet-evm-migration",8858 "pallet-structure",9048 "pallet-structure",8859 "pallet-sudo",9049 "pallet-sudo",8860 "pallet-template-transaction-payment",9050 "pallet-template-transaction-payment",8861 "pallet-timestamp",9051 "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8862 "pallet-transaction-payment",9052 "pallet-transaction-payment",8863 "pallet-transaction-payment-rpc-runtime-api",9053 "pallet-transaction-payment-rpc-runtime-api",8864 "pallet-treasury",9054 "pallet-treasury",8872 "scale-info",9062 "scale-info",8873 "serde",9063 "serde",8874 "smallvec",9064 "smallvec",8875 "sp-api",9065 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8876 "sp-arithmetic",9066 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8877 "sp-block-builder",9067 "sp-block-builder",8878 "sp-consensus-aura",9068 "sp-consensus-aura",8879 "sp-core",9069 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8880 "sp-inherents",9070 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8881 "sp-io",9071 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8882 "sp-offchain",9072 "sp-offchain",8883 "sp-runtime",9073 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8884 "sp-session",9074 "sp-session",8885 "sp-std",9075 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8886 "sp-transaction-pool",9076 "sp-transaction-pool",8887 "sp-version",9077 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8888 "substrate-wasm-builder",9078 "substrate-wasm-builder",8889 "up-common",9079 "up-common",8890 "up-data-structs",9080 "up-data-structs",9165 "parity-scale-codec 3.2.1",9355 "parity-scale-codec 3.2.1",9166 "serde",9356 "serde",9167 "serde_json",9357 "serde_json",9168 "sp-core",9358 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9169 "sp-io",9359 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9170 "sp-runtime",9360 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9171 "sp-version",9361 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9172]9362]917393639174[[package]]9364[[package]]9244 "parity-scale-codec 2.3.1",9434 "parity-scale-codec 2.3.1",9245 "rmrk-traits",9435 "rmrk-traits",9246 "serde",9436 "serde",9247 "sp-api",9437 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9248 "sp-core",9438 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9249 "sp-runtime",9439 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9250 "sp-std",9440 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9251]9441]925294429253[[package]]9443[[package]]9278 "beefy-primitives",9468 "beefy-primitives",9279 "frame-benchmarking",9469 "frame-benchmarking",9280 "frame-executive",9470 "frame-executive",9281 "frame-support",9471 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9282 "frame-system",9472 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9283 "frame-system-benchmarking",9473 "frame-system-benchmarking",9284 "frame-system-rpc-runtime-api",9474 "frame-system-rpc-runtime-api",9285 "hex-literal",9475 "hex-literal",9312 "pallet-society",9502 "pallet-society",9313 "pallet-staking",9503 "pallet-staking",9314 "pallet-sudo",9504 "pallet-sudo",9315 "pallet-timestamp",9505 "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9316 "pallet-tips",9506 "pallet-tips",9317 "pallet-transaction-payment",9507 "pallet-transaction-payment",9318 "pallet-transaction-payment-rpc-runtime-api",9508 "pallet-transaction-payment-rpc-runtime-api",9331 "serde",9521 "serde",9332 "serde_derive",9522 "serde_derive",9333 "smallvec",9523 "smallvec",9334 "sp-api",9524 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9335 "sp-authority-discovery",9525 "sp-authority-discovery",9336 "sp-block-builder",9526 "sp-block-builder",9337 "sp-consensus-babe",9527 "sp-consensus-babe",9338 "sp-core",9528 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9339 "sp-inherents",9529 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9340 "sp-io",9530 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9341 "sp-mmr-primitives",9531 "sp-mmr-primitives",9342 "sp-offchain",9532 "sp-offchain",9343 "sp-runtime",9533 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9344 "sp-session",9534 "sp-session",9345 "sp-staking",9535 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9346 "sp-std",9536 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9347 "sp-transaction-pool",9537 "sp-transaction-pool",9348 "sp-version",9538 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9349 "static_assertions",9539 "static_assertions",9350 "substrate-wasm-builder",9540 "substrate-wasm-builder",9351 "xcm",9541 "xcm",9358version = "0.9.30"9548version = "0.9.30"9359source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"9549source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"9360dependencies = [9550dependencies = [9361 "frame-support",9551 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9362 "polkadot-primitives",9552 "polkadot-primitives",9363 "polkadot-runtime-common",9553 "polkadot-runtime-common",9364 "smallvec",9554 "smallvec",9365 "sp-runtime",9555 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9366]9556]936795579368[[package]]9558[[package]]9529source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9719source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9530dependencies = [9720dependencies = [9531 "log",9721 "log",9532 "sp-core",9722 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9533 "sp-wasm-interface",9723 "sp-wasm-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9534 "thiserror",9724 "thiserror",9535]9725]953697269551 "rand 0.7.3",9741 "rand 0.7.3",9552 "sc-client-api",9742 "sc-client-api",9553 "sc-network-common",9743 "sc-network-common",9554 "sp-api",9744 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9555 "sp-authority-discovery",9745 "sp-authority-discovery",9556 "sp-blockchain",9746 "sp-blockchain",9557 "sp-core",9747 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9558 "sp-keystore",9748 "sp-keystore",9559 "sp-runtime",9749 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9560 "substrate-prometheus-endpoint",9750 "substrate-prometheus-endpoint",9561 "thiserror",9751 "thiserror",9562]9752]9575 "sc-proposer-metrics",9765 "sc-proposer-metrics",9576 "sc-telemetry",9766 "sc-telemetry",9577 "sc-transaction-pool-api",9767 "sc-transaction-pool-api",9578 "sp-api",9768 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9579 "sp-blockchain",9769 "sp-blockchain",9580 "sp-consensus",9770 "sp-consensus",9581 "sp-core",9771 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9582 "sp-inherents",9772 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9583 "sp-runtime",9773 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9584 "substrate-prometheus-endpoint",9774 "substrate-prometheus-endpoint",9585]9775]958697769591dependencies = [9781dependencies = [9592 "parity-scale-codec 3.2.1",9782 "parity-scale-codec 3.2.1",9593 "sc-client-api",9783 "sc-client-api",9594 "sp-api",9784 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9595 "sp-block-builder",9785 "sp-block-builder",9596 "sp-blockchain",9786 "sp-blockchain",9597 "sp-core",9787 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9598 "sp-inherents",9788 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9599 "sp-runtime",9789 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9600 "sp-state-machine",9790 "sp-state-machine",9601]9791]960297929613 "sc-telemetry",9803 "sc-telemetry",9614 "serde",9804 "serde",9615 "serde_json",9805 "serde_json",9616 "sp-core",9806 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9617 "sp-runtime",9807 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9618]9808]961998099620[[package]]9810[[package]]9657 "serde",9847 "serde",9658 "serde_json",9848 "serde_json",9659 "sp-blockchain",9849 "sp-blockchain",9660 "sp-core",9850 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9661 "sp-keyring",9851 "sp-keyring",9662 "sp-keystore",9852 "sp-keystore",9663 "sp-panic-handler",9853 "sp-panic-handler",9664 "sp-runtime",9854 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9665 "sp-version",9855 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9666 "thiserror",9856 "thiserror",9667 "tiny-bip39",9857 "tiny-bip39",9668 "tokio",9858 "tokio",9682 "sc-executor",9872 "sc-executor",9683 "sc-transaction-pool-api",9873 "sc-transaction-pool-api",9684 "sc-utils",9874 "sc-utils",9685 "sp-api",9875 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9686 "sp-blockchain",9876 "sp-blockchain",9687 "sp-consensus",9877 "sp-consensus",9688 "sp-core",9878 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9689 "sp-database",9879 "sp-database",9690 "sp-externalities",9880 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9691 "sp-keystore",9881 "sp-keystore",9692 "sp-runtime",9882 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9693 "sp-state-machine",9883 "sp-state-machine",9694 "sp-storage",9884 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9695 "sp-trie",9885 "sp-trie",9696 "substrate-prometheus-endpoint",9886 "substrate-prometheus-endpoint",9697]9887]9712 "parking_lot 0.12.1",9902 "parking_lot 0.12.1",9713 "sc-client-api",9903 "sc-client-api",9714 "sc-state-db",9904 "sc-state-db",9715 "sp-arithmetic",9905 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9716 "sp-blockchain",9906 "sp-blockchain",9717 "sp-core",9907 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9718 "sp-database",9908 "sp-database",9719 "sp-runtime",9909 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9720 "sp-state-machine",9910 "sp-state-machine",9721 "sp-trie",9911 "sp-trie",9722]9912]9735 "sc-client-api",9925 "sc-client-api",9736 "sc-utils",9926 "sc-utils",9737 "serde",9927 "serde",9738 "sp-api",9928 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9739 "sp-blockchain",9929 "sp-blockchain",9740 "sp-consensus",9930 "sp-consensus",9741 "sp-core",9931 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9742 "sp-runtime",9932 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9743 "sp-state-machine",9933 "sp-state-machine",9744 "substrate-prometheus-endpoint",9934 "substrate-prometheus-endpoint",9745 "thiserror",9935 "thiserror",9759 "sc-consensus",9949 "sc-consensus",9760 "sc-consensus-slots",9950 "sc-consensus-slots",9761 "sc-telemetry",9951 "sc-telemetry",9762 "sp-api",9952 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9763 "sp-application-crypto",9953 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9764 "sp-block-builder",9954 "sp-block-builder",9765 "sp-blockchain",9955 "sp-blockchain",9766 "sp-consensus",9956 "sp-consensus",9767 "sp-consensus-aura",9957 "sp-consensus-aura",9768 "sp-consensus-slots",9958 "sp-consensus-slots",9769 "sp-core",9959 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9770 "sp-inherents",9960 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9771 "sp-keystore",9961 "sp-keystore",9772 "sp-runtime",9962 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9773 "substrate-prometheus-endpoint",9963 "substrate-prometheus-endpoint",9774 "thiserror",9964 "thiserror",9775]9965]9798 "sc-telemetry",9988 "sc-telemetry",9799 "schnorrkel",9989 "schnorrkel",9800 "serde",9990 "serde",9801 "sp-api",9991 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9802 "sp-application-crypto",9992 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9803 "sp-block-builder",9993 "sp-block-builder",9804 "sp-blockchain",9994 "sp-blockchain",9805 "sp-consensus",9995 "sp-consensus",9806 "sp-consensus-babe",9996 "sp-consensus-babe",9807 "sp-consensus-slots",9997 "sp-consensus-slots",9808 "sp-consensus-vrf",9998 "sp-consensus-vrf",9809 "sp-core",9999 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9810 "sp-inherents",10000 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9811 "sp-io",10001 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9812 "sp-keystore",10002 "sp-keystore",9813 "sp-runtime",10003 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9814 "sp-version",10004 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9815 "substrate-prometheus-endpoint",10005 "substrate-prometheus-endpoint",9816 "thiserror",10006 "thiserror",9817]10007]9827 "sc-consensus-epochs",10017 "sc-consensus-epochs",9828 "sc-rpc-api",10018 "sc-rpc-api",9829 "serde",10019 "serde",9830 "sp-api",10020 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9831 "sp-application-crypto",10021 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9832 "sp-blockchain",10022 "sp-blockchain",9833 "sp-consensus",10023 "sp-consensus",9834 "sp-consensus-babe",10024 "sp-consensus-babe",9835 "sp-core",10025 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9836 "sp-keystore",10026 "sp-keystore",9837 "sp-runtime",10027 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9838 "thiserror",10028 "thiserror",9839]10029]9840100309848 "sc-client-api",10038 "sc-client-api",9849 "sc-consensus",10039 "sc-consensus",9850 "sp-blockchain",10040 "sp-blockchain",9851 "sp-runtime",10041 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9852]10042]9853100439854[[package]]10044[[package]]9870 "sc-transaction-pool",10060 "sc-transaction-pool",9871 "sc-transaction-pool-api",10061 "sc-transaction-pool-api",9872 "serde",10062 "serde",9873 "sp-api",10063 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9874 "sp-blockchain",10064 "sp-blockchain",9875 "sp-consensus",10065 "sp-consensus",9876 "sp-consensus-aura",10066 "sp-consensus-aura",9877 "sp-consensus-babe",10067 "sp-consensus-babe",9878 "sp-consensus-slots",10068 "sp-consensus-slots",9879 "sp-core",10069 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9880 "sp-inherents",10070 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9881 "sp-keystore",10071 "sp-keystore",9882 "sp-runtime",10072 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9883 "sp-timestamp",10073 "sp-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9884 "substrate-prometheus-endpoint",10074 "substrate-prometheus-endpoint",9885 "thiserror",10075 "thiserror",9886]10076]9898 "sc-client-api",10088 "sc-client-api",9899 "sc-consensus",10089 "sc-consensus",9900 "sc-telemetry",10090 "sc-telemetry",9901 "sp-arithmetic",10091 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9902 "sp-blockchain",10092 "sp-blockchain",9903 "sp-consensus",10093 "sp-consensus",9904 "sp-consensus-slots",10094 "sp-consensus-slots",9905 "sp-core",10095 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9906 "sp-inherents",10096 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9907 "sp-runtime",10097 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9908 "sp-state-machine",10098 "sp-state-machine",9909 "thiserror",10099 "thiserror",9910]10100]9921 "sc-executor-common",10111 "sc-executor-common",9922 "sc-executor-wasmi",10112 "sc-executor-wasmi",9923 "sc-executor-wasmtime",10113 "sc-executor-wasmtime",9924 "sp-api",10114 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9925 "sp-core",10115 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9926 "sp-core-hashing-proc-macro",10116 "sp-core-hashing-proc-macro 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9927 "sp-externalities",10117 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9928 "sp-io",10118 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9929 "sp-panic-handler",10119 "sp-panic-handler",9930 "sp-runtime-interface",10120 "sp-runtime-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9931 "sp-tasks",10121 "sp-tasks",9932 "sp-trie",10122 "sp-trie",9933 "sp-version",10123 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9934 "sp-wasm-interface",10124 "sp-wasm-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9935 "tracing",10125 "tracing",9936 "wasmi",10126 "wasmi",9937]10127]9946 "sc-allocator",10136 "sc-allocator",9947 "sp-maybe-compressed-blob",10137 "sp-maybe-compressed-blob",9948 "sp-sandbox",10138 "sp-sandbox",9949 "sp-wasm-interface",10139 "sp-wasm-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9950 "thiserror",10140 "thiserror",9951 "wasm-instrument",10141 "wasm-instrument",9952 "wasmi",10142 "wasmi",9961 "parity-scale-codec 3.2.1",10151 "parity-scale-codec 3.2.1",9962 "sc-allocator",10152 "sc-allocator",9963 "sc-executor-common",10153 "sc-executor-common",9964 "sp-runtime-interface",10154 "sp-runtime-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9965 "sp-sandbox",10155 "sp-sandbox",9966 "sp-wasm-interface",10156 "sp-wasm-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9967 "wasmi",10157 "wasmi",9968]10158]9969101599981 "rustix",10171 "rustix",9982 "sc-allocator",10172 "sc-allocator",9983 "sc-executor-common",10173 "sc-executor-common",9984 "sp-runtime-interface",10174 "sp-runtime-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9985 "sp-sandbox",10175 "sp-sandbox",9986 "sp-wasm-interface",10176 "sp-wasm-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9987 "wasmtime",10177 "wasmtime",9988]10178]99891017910015 "sc-telemetry",10205 "sc-telemetry",10016 "sc-utils",10206 "sc-utils",10017 "serde_json",10207 "serde_json",10018 "sp-api",10208 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10019 "sp-application-crypto",10209 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10020 "sp-arithmetic",10210 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10021 "sp-blockchain",10211 "sp-blockchain",10022 "sp-consensus",10212 "sp-consensus",10023 "sp-core",10213 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10024 "sp-finality-grandpa",10214 "sp-finality-grandpa",10025 "sp-keystore",10215 "sp-keystore",10026 "sp-runtime",10216 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10027 "substrate-prometheus-endpoint",10217 "substrate-prometheus-endpoint",10028 "thiserror",10218 "thiserror",10029]10219]10044 "serde",10234 "serde",10045 "serde_json",10235 "serde_json",10046 "sp-blockchain",10236 "sp-blockchain",10047 "sp-core",10237 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10048 "sp-runtime",10238 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10049 "thiserror",10239 "thiserror",10050]10240]100511024110063 "sc-network-common",10253 "sc-network-common",10064 "sc-transaction-pool-api",10254 "sc-transaction-pool-api",10065 "sp-blockchain",10255 "sp-blockchain",10066 "sp-runtime",10256 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10067]10257]100681025810069[[package]]10259[[package]]10075 "async-trait",10265 "async-trait",10076 "parking_lot 0.12.1",10266 "parking_lot 0.12.1",10077 "serde_json",10267 "serde_json",10078 "sp-application-crypto",10268 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10079 "sp-core",10269 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10080 "sp-keystore",10270 "sp-keystore",10081 "thiserror",10271 "thiserror",10082]10272]10117 "serde",10307 "serde",10118 "serde_json",10308 "serde_json",10119 "smallvec",10309 "smallvec",10120 "sp-arithmetic",10310 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10121 "sp-blockchain",10311 "sp-blockchain",10122 "sp-consensus",10312 "sp-consensus",10123 "sp-core",10313 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10124 "sp-runtime",10314 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10125 "substrate-prometheus-endpoint",10315 "substrate-prometheus-endpoint",10126 "thiserror",10316 "thiserror",10127 "unsigned-varint",10317 "unsigned-varint",10142 "sc-client-api",10332 "sc-client-api",10143 "sc-network-common",10333 "sc-network-common",10144 "sp-blockchain",10334 "sp-blockchain",10145 "sp-runtime",10335 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10146 "thiserror",10336 "thiserror",10147 "unsigned-varint",10337 "unsigned-varint",10148 "void",10338 "void",10169 "sp-blockchain",10359 "sp-blockchain",10170 "sp-consensus",10360 "sp-consensus",10171 "sp-finality-grandpa",10361 "sp-finality-grandpa",10172 "sp-runtime",10362 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10173 "substrate-prometheus-endpoint",10363 "substrate-prometheus-endpoint",10174 "thiserror",10364 "thiserror",10175]10365]10187 "lru 0.7.8",10377 "lru 0.7.8",10188 "sc-network-common",10378 "sc-network-common",10189 "sc-peerset",10379 "sc-peerset",10190 "sp-runtime",10380 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10191 "substrate-prometheus-endpoint",10381 "substrate-prometheus-endpoint",10192 "tracing",10382 "tracing",10193]10383]10208 "sc-network-common",10398 "sc-network-common",10209 "sc-peerset",10399 "sc-peerset",10210 "sp-blockchain",10400 "sp-blockchain",10211 "sp-core",10401 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10212 "sp-runtime",10402 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10213 "thiserror",10403 "thiserror",10214]10404]102151040510232 "sc-network-common",10422 "sc-network-common",10233 "sc-peerset",10423 "sc-peerset",10234 "smallvec",10424 "smallvec",10235 "sp-arithmetic",10425 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10236 "sp-blockchain",10426 "sp-blockchain",10237 "sp-consensus",10427 "sp-consensus",10238 "sp-core",10428 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10239 "sp-finality-grandpa",10429 "sp-finality-grandpa",10240 "sp-runtime",10430 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10241 "thiserror",10431 "thiserror",10242]10432]102431043310256 "sc-network-common",10446 "sc-network-common",10257 "sc-peerset",10447 "sc-peerset",10258 "sp-consensus",10448 "sp-consensus",10259 "sp-runtime",10449 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10260 "substrate-prometheus-endpoint",10450 "substrate-prometheus-endpoint",10261]10451]102621045210282 "sc-network-common",10472 "sc-network-common",10283 "sc-peerset",10473 "sc-peerset",10284 "sc-utils",10474 "sc-utils",10285 "sp-api",10475 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10286 "sp-core",10476 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10287 "sp-offchain",10477 "sp-offchain",10288 "sp-runtime",10478 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10289 "threadpool",10479 "threadpool",10290 "tracing",10480 "tracing",10291]10481]10331 "sc-transaction-pool-api",10521 "sc-transaction-pool-api",10332 "sc-utils",10522 "sc-utils",10333 "serde_json",10523 "serde_json",10334 "sp-api",10524 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10335 "sp-blockchain",10525 "sp-blockchain",10336 "sp-core",10526 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10337 "sp-keystore",10527 "sp-keystore",10338 "sp-offchain",10528 "sp-offchain",10339 "sp-rpc",10529 "sp-rpc",10340 "sp-runtime",10530 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10341 "sp-session",10531 "sp-session",10342 "sp-version",10532 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10343]10533]103441053410345[[package]]10535[[package]]10357 "scale-info",10547 "scale-info",10358 "serde",10548 "serde",10359 "serde_json",10549 "serde_json",10360 "sp-core",10550 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10361 "sp-rpc",10551 "sp-rpc",10362 "sp-runtime",10552 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10363 "sp-tracing",10553 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10364 "sp-version",10554 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10365 "thiserror",10555 "thiserror",10366]10556]103671055710421 "sc-utils",10611 "sc-utils",10422 "serde",10612 "serde",10423 "serde_json",10613 "serde_json",10424 "sp-api",10614 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10425 "sp-application-crypto",10615 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10426 "sp-block-builder",10616 "sp-block-builder",10427 "sp-blockchain",10617 "sp-blockchain",10428 "sp-consensus",10618 "sp-consensus",10429 "sp-core",10619 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10430 "sp-externalities",10620 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10431 "sp-inherents",10621 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10432 "sp-keystore",10622 "sp-keystore",10433 "sp-runtime",10623 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10434 "sp-session",10624 "sp-session",10435 "sp-state-machine",10625 "sp-state-machine",10436 "sp-storage",10626 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10437 "sp-tracing",10627 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10438 "sp-transaction-pool",10628 "sp-transaction-pool",10439 "sp-transaction-storage-proof",10629 "sp-transaction-storage-proof",10440 "sp-trie",10630 "sp-trie",10441 "sp-version",10631 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10442 "static_init 1.0.3",10632 "static_init 1.0.3",10443 "substrate-prometheus-endpoint",10633 "substrate-prometheus-endpoint",10444 "tempfile",10634 "tempfile",10459 "parity-util-mem-derive",10649 "parity-util-mem-derive",10460 "parking_lot 0.12.1",10650 "parking_lot 0.12.1",10461 "sc-client-api",10651 "sc-client-api",10462 "sp-core",10652 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10463]10653]104641065410465[[package]]10655[[package]]10477 "serde",10667 "serde",10478 "serde_json",10668 "serde_json",10479 "sp-blockchain",10669 "sp-blockchain",10480 "sp-runtime",10670 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10481 "thiserror",10671 "thiserror",10482]10672]104831067310495 "sc-telemetry",10685 "sc-telemetry",10496 "serde",10686 "serde",10497 "serde_json",10687 "serde_json",10498 "sp-core",10688 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10499 "sp-io",10689 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10500 "sp-std",10690 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10501]10691]105021069210503[[package]]10693[[package]]10537 "sc-rpc-server",10727 "sc-rpc-server",10538 "sc-tracing-proc-macro",10728 "sc-tracing-proc-macro",10539 "serde",10729 "serde",10540 "sp-api",10730 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10541 "sp-blockchain",10731 "sp-blockchain",10542 "sp-core",10732 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10543 "sp-rpc",10733 "sp-rpc",10544 "sp-runtime",10734 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10545 "sp-tracing",10735 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10546 "thiserror",10736 "thiserror",10547 "tracing",10737 "tracing",10548 "tracing-log",10738 "tracing-log",10576 "sc-transaction-pool-api",10766 "sc-transaction-pool-api",10577 "sc-utils",10767 "sc-utils",10578 "serde",10768 "serde",10579 "sp-api",10769 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10580 "sp-blockchain",10770 "sp-blockchain",10581 "sp-core",10771 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10582 "sp-runtime",10772 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10583 "sp-tracing",10773 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10584 "sp-transaction-pool",10774 "sp-transaction-pool",10585 "substrate-prometheus-endpoint",10775 "substrate-prometheus-endpoint",10586 "thiserror",10776 "thiserror",10595 "log",10785 "log",10596 "serde",10786 "serde",10597 "sp-blockchain",10787 "sp-blockchain",10598 "sp-runtime",10788 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10599 "thiserror",10789 "thiserror",10600]10790]106011079110993 "enumn",11183 "enumn",10994 "parity-scale-codec 3.2.1",11184 "parity-scale-codec 3.2.1",10995 "paste",11185 "paste",10996 "sp-runtime",11186 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10997 "sp-std",11187 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10998]11188]109991118911000[[package]]11190[[package]]11064[[package]]11254[[package]]11065name = "sp-api"11255name = "sp-api"11066version = "4.0.0-dev"11256version = "4.0.0-dev"11257source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"11258dependencies = [11259 "log",11260 "parity-scale-codec 3.2.1",11261 "sp-api-proc-macro 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11262 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11263 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11264 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11265 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11266]1126711268[[package]]11269name = "sp-api"11270version = "4.0.0-dev"11067source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11271source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11068dependencies = [11272dependencies = [11069 "hash-db",11273 "hash-db",11070 "log",11274 "log",11071 "parity-scale-codec 3.2.1",11275 "parity-scale-codec 3.2.1",11072 "sp-api-proc-macro",11276 "sp-api-proc-macro 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11073 "sp-core",11277 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11074 "sp-runtime",11278 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11075 "sp-state-machine",11279 "sp-state-machine",11076 "sp-std",11280 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11077 "sp-trie",11281 "sp-trie",11078 "sp-version",11282 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11079 "thiserror",11283 "thiserror",11080]11284]110811128511082[[package]]11286[[package]]11083name = "sp-api-proc-macro"11287name = "sp-api-proc-macro"11084version = "4.0.0-dev"11288version = "4.0.0-dev"11289source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"11290dependencies = [11291 "blake2",11292 "proc-macro-crate",11293 "proc-macro2",11294 "quote",11295 "syn",11296]1129711298[[package]]11299name = "sp-api-proc-macro"11300version = "4.0.0-dev"11085source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11301source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11086dependencies = [11302dependencies = [11087 "blake2",11303 "blake2",11094[[package]]11310[[package]]11095name = "sp-application-crypto"11311name = "sp-application-crypto"11096version = "6.0.0"11312version = "6.0.0"11313source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"11314dependencies = [11315 "parity-scale-codec 3.2.1",11316 "scale-info",11317 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11318 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11319 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11320]1132111322[[package]]11323name = "sp-application-crypto"11324version = "6.0.0"11097source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11325source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11098dependencies = [11326dependencies = [11099 "parity-scale-codec 3.2.1",11327 "parity-scale-codec 3.2.1",11100 "scale-info",11328 "scale-info",11101 "serde",11329 "serde",11102 "sp-core",11330 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11103 "sp-io",11331 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11104 "sp-std",11332 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11105]11333]111061133411107[[package]]11335[[package]]11108name = "sp-arithmetic"11336name = "sp-arithmetic"11109version = "5.0.0"11337version = "5.0.0"11338source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"11339dependencies = [11340 "integer-sqrt",11341 "num-traits",11342 "parity-scale-codec 3.2.1",11343 "scale-info",11344 "sp-debug-derive 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11345 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11346 "static_assertions",11347]1134811349[[package]]11350name = "sp-arithmetic"11351version = "5.0.0"11110source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11352source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11111dependencies = [11353dependencies = [11112 "integer-sqrt",11354 "integer-sqrt",11113 "num-traits",11355 "num-traits",11114 "parity-scale-codec 3.2.1",11356 "parity-scale-codec 3.2.1",11115 "scale-info",11357 "scale-info",11116 "serde",11358 "serde",11117 "sp-debug-derive",11359 "sp-debug-derive 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11118 "sp-std",11360 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11119 "static_assertions",11361 "static_assertions",11120]11362]111211136311126dependencies = [11368dependencies = [11127 "parity-scale-codec 3.2.1",11369 "parity-scale-codec 3.2.1",11128 "scale-info",11370 "scale-info",11129 "sp-api",11371 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11130 "sp-application-crypto",11372 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11131 "sp-runtime",11373 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11132 "sp-std",11374 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11133]11375]111341137611135[[package]]11377[[package]]11139dependencies = [11381dependencies = [11140 "async-trait",11382 "async-trait",11141 "parity-scale-codec 3.2.1",11383 "parity-scale-codec 3.2.1",11142 "sp-inherents",11384 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11143 "sp-runtime",11385 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11144 "sp-std",11386 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11145]11387]111461138811147[[package]]11389[[package]]11150source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11392source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11151dependencies = [11393dependencies = [11152 "parity-scale-codec 3.2.1",11394 "parity-scale-codec 3.2.1",11153 "sp-api",11395 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11154 "sp-inherents",11396 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11155 "sp-runtime",11397 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11156 "sp-std",11398 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11157]11399]111581140011159[[package]]11401[[package]]11166 "lru 0.7.8",11408 "lru 0.7.8",11167 "parity-scale-codec 3.2.1",11409 "parity-scale-codec 3.2.1",11168 "parking_lot 0.12.1",11410 "parking_lot 0.12.1",11169 "sp-api",11411 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11170 "sp-consensus",11412 "sp-consensus",11171 "sp-database",11413 "sp-database",11172 "sp-runtime",11414 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11173 "sp-state-machine",11415 "sp-state-machine",11174 "thiserror",11416 "thiserror",11175]11417]11184 "futures-timer",11426 "futures-timer",11185 "log",11427 "log",11186 "parity-scale-codec 3.2.1",11428 "parity-scale-codec 3.2.1",11187 "sp-core",11429 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11188 "sp-inherents",11430 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11189 "sp-runtime",11431 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11190 "sp-state-machine",11432 "sp-state-machine",11191 "sp-std",11433 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11192 "sp-version",11434 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11193 "thiserror",11435 "thiserror",11194]11436]111951143711201 "async-trait",11443 "async-trait",11202 "parity-scale-codec 3.2.1",11444 "parity-scale-codec 3.2.1",11203 "scale-info",11445 "scale-info",11204 "sp-api",11446 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11205 "sp-application-crypto",11447 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11206 "sp-consensus",11448 "sp-consensus",11207 "sp-consensus-slots",11449 "sp-consensus-slots",11208 "sp-inherents",11450 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11209 "sp-runtime",11451 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11210 "sp-std",11452 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11211 "sp-timestamp",11453 "sp-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11212]11454]112131145511214[[package]]11456[[package]]11221 "parity-scale-codec 3.2.1",11463 "parity-scale-codec 3.2.1",11222 "scale-info",11464 "scale-info",11223 "serde",11465 "serde",11224 "sp-api",11466 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11225 "sp-application-crypto",11467 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11226 "sp-consensus",11468 "sp-consensus",11227 "sp-consensus-slots",11469 "sp-consensus-slots",11228 "sp-consensus-vrf",11470 "sp-consensus-vrf",11229 "sp-core",11471 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11230 "sp-inherents",11472 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11231 "sp-keystore",11473 "sp-keystore",11232 "sp-runtime",11474 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11233 "sp-std",11475 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11234 "sp-timestamp",11476 "sp-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11235]11477]112361147811237[[package]]11479[[package]]11242 "parity-scale-codec 3.2.1",11484 "parity-scale-codec 3.2.1",11243 "scale-info",11485 "scale-info",11244 "serde",11486 "serde",11245 "sp-arithmetic",11487 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11246 "sp-runtime",11488 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11247 "sp-std",11489 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11248 "sp-timestamp",11490 "sp-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11249]11491]112501149211251[[package]]11493[[package]]11256 "parity-scale-codec 3.2.1",11498 "parity-scale-codec 3.2.1",11257 "scale-info",11499 "scale-info",11258 "schnorrkel",11500 "schnorrkel",11259 "sp-core",11501 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11260 "sp-runtime",11502 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11261 "sp-std",11503 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11262]11504]112631150511264[[package]]11506[[package]]11265name = "sp-core"11507name = "sp-core"11266version = "6.0.0"11508version = "6.0.0"11509source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"11510dependencies = [11511 "bitflags",11512 "byteorder",11513 "hash-db",11514 "hash256-std-hasher",11515 "log",11516 "num-traits",11517 "parity-scale-codec 3.2.1",11518 "parity-util-mem",11519 "primitive-types",11520 "scale-info",11521 "secrecy",11522 "sp-debug-derive 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11523 "sp-runtime-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11524 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11525 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11526 "ss58-registry",11527 "zeroize",11528]1152911530[[package]]11531name = "sp-core"11532version = "6.0.0"11267source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11533source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11268dependencies = [11534dependencies = [11269 "array-bytes",11535 "array-bytes",11293 "secp256k1",11559 "secp256k1",11294 "secrecy",11560 "secrecy",11295 "serde",11561 "serde",11296 "sp-core-hashing",11562 "sp-core-hashing 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11297 "sp-debug-derive",11563 "sp-debug-derive 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11298 "sp-externalities",11564 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11299 "sp-runtime-interface",11565 "sp-runtime-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11300 "sp-std",11566 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11301 "sp-storage",11567 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11302 "ss58-registry",11568 "ss58-registry",11303 "substrate-bip39",11569 "substrate-bip39",11304 "thiserror",11570 "thiserror",11310[[package]]11576[[package]]11311name = "sp-core-hashing"11577name = "sp-core-hashing"11312version = "4.0.0"11578version = "4.0.0"11579source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"11580dependencies = [11581 "blake2",11582 "byteorder",11583 "digest 0.10.5",11584 "sha2 0.10.6",11585 "sha3",11586 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11587 "twox-hash",11588]1158911590[[package]]11591name = "sp-core-hashing"11592version = "4.0.0"11313source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11593source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11314dependencies = [11594dependencies = [11315 "blake2",11595 "blake2",11316 "byteorder",11596 "byteorder",11317 "digest 0.10.5",11597 "digest 0.10.5",11318 "sha2 0.10.6",11598 "sha2 0.10.6",11319 "sha3",11599 "sha3",11320 "sp-std",11600 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11321 "twox-hash",11601 "twox-hash",11322]11602]113231160311324[[package]]11604[[package]]11325name = "sp-core-hashing-proc-macro"11605name = "sp-core-hashing-proc-macro"11326version = "5.0.0"11606version = "5.0.0"11607source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"11608dependencies = [11609 "proc-macro2",11610 "quote",11611 "sp-core-hashing 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11612 "syn",11613]1161411615[[package]]11616name = "sp-core-hashing-proc-macro"11617version = "5.0.0"11327source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11618source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11328dependencies = [11619dependencies = [11329 "proc-macro2",11620 "proc-macro2",11330 "quote",11621 "quote",11331 "sp-core-hashing",11622 "sp-core-hashing 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11332 "syn",11623 "syn",11333]11624]113341162511344[[package]]11635[[package]]11345name = "sp-debug-derive"11636name = "sp-debug-derive"11346version = "4.0.0"11637version = "4.0.0"11638source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"11639dependencies = [11640 "proc-macro2",11641 "quote",11642 "syn",11643]1164411645[[package]]11646name = "sp-debug-derive"11647version = "4.0.0"11347source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11648source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11348dependencies = [11649dependencies = [11349 "proc-macro2",11650 "proc-macro2",11354[[package]]11655[[package]]11355name = "sp-externalities"11656name = "sp-externalities"11356version = "0.12.0"11657version = "0.12.0"11658source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"11659dependencies = [11660 "environmental",11661 "parity-scale-codec 3.2.1",11662 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11663 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11664]1166511666[[package]]11667name = "sp-externalities"11668version = "0.12.0"11357source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11669source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11358dependencies = [11670dependencies = [11359 "environmental",11671 "environmental",11360 "parity-scale-codec 3.2.1",11672 "parity-scale-codec 3.2.1",11361 "sp-std",11673 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11362 "sp-storage",11674 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11363]11675]113641167611365[[package]]11677[[package]]11372 "parity-scale-codec 3.2.1",11684 "parity-scale-codec 3.2.1",11373 "scale-info",11685 "scale-info",11374 "serde",11686 "serde",11375 "sp-api",11687 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11376 "sp-application-crypto",11688 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11377 "sp-core",11689 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11378 "sp-keystore",11690 "sp-keystore",11379 "sp-runtime",11691 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11380 "sp-std",11692 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11381]11693]113821169411383[[package]]11695[[package]]11384name = "sp-inherents"11696name = "sp-inherents"11385version = "4.0.0-dev"11697version = "4.0.0-dev"11698source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"11699dependencies = [11700 "impl-trait-for-tuples",11701 "parity-scale-codec 3.2.1",11702 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11703 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11704]1170511706[[package]]11707name = "sp-inherents"11708version = "4.0.0-dev"11386source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11709source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11387dependencies = [11710dependencies = [11388 "async-trait",11711 "async-trait",11389 "impl-trait-for-tuples",11712 "impl-trait-for-tuples",11390 "parity-scale-codec 3.2.1",11713 "parity-scale-codec 3.2.1",11391 "sp-core",11714 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11392 "sp-runtime",11715 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11393 "sp-std",11716 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11394 "thiserror",11717 "thiserror",11395]11718]113961171911397[[package]]11720[[package]]11398name = "sp-io"11721name = "sp-io"11399version = "6.0.0"11722version = "6.0.0"11723source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"11724dependencies = [11725 "hash-db",11726 "parity-scale-codec 3.2.1",11727 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11728 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11729 "sp-runtime-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11730 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11731 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11732 "sp-wasm-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11733 "tracing",11734 "tracing-core",11735]1173611737[[package]]11738name = "sp-io"11739version = "6.0.0"11400source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11740source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11401dependencies = [11741dependencies = [11402 "bytes",11742 "bytes",11407 "parity-scale-codec 3.2.1",11747 "parity-scale-codec 3.2.1",11408 "parking_lot 0.12.1",11748 "parking_lot 0.12.1",11409 "secp256k1",11749 "secp256k1",11410 "sp-core",11750 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11411 "sp-externalities",11751 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11412 "sp-keystore",11752 "sp-keystore",11413 "sp-runtime-interface",11753 "sp-runtime-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11414 "sp-state-machine",11754 "sp-state-machine",11415 "sp-std",11755 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11416 "sp-tracing",11756 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11417 "sp-trie",11757 "sp-trie",11418 "sp-wasm-interface",11758 "sp-wasm-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11419 "tracing",11759 "tracing",11420 "tracing-core",11760 "tracing-core",11421]11761]11426source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11766source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11427dependencies = [11767dependencies = [11428 "lazy_static",11768 "lazy_static",11429 "sp-core",11769 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11430 "sp-runtime",11770 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11431 "strum",11771 "strum",11432]11772]114331177311443 "parking_lot 0.12.1",11783 "parking_lot 0.12.1",11444 "schnorrkel",11784 "schnorrkel",11445 "serde",11785 "serde",11446 "sp-core",11786 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11447 "sp-externalities",11787 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11448 "thiserror",11788 "thiserror",11449]11789]114501179011465 "log",11805 "log",11466 "parity-scale-codec 3.2.1",11806 "parity-scale-codec 3.2.1",11467 "serde",11807 "serde",11468 "sp-api",11808 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11469 "sp-core",11809 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11470 "sp-debug-derive",11810 "sp-debug-derive 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11471 "sp-runtime",11811 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11472 "sp-std",11812 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11473]11813]114741181411475[[package]]11815[[package]]11480 "parity-scale-codec 3.2.1",11820 "parity-scale-codec 3.2.1",11481 "scale-info",11821 "scale-info",11482 "serde",11822 "serde",11483 "sp-arithmetic",11823 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11484 "sp-core",11824 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11485 "sp-runtime",11825 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11486 "sp-std",11826 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11487]11827]114881182811489[[package]]11829[[package]]11490name = "sp-offchain"11830name = "sp-offchain"11491version = "4.0.0-dev"11831version = "4.0.0-dev"11492source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11832source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11493dependencies = [11833dependencies = [11494 "sp-api",11834 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11495 "sp-core",11835 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11496 "sp-runtime",11836 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11497]11837]114981183811499[[package]]11839[[package]]11513dependencies = [11853dependencies = [11514 "rustc-hash",11854 "rustc-hash",11515 "serde",11855 "serde",11516 "sp-core",11856 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11517]11857]115181185811519[[package]]11859[[package]]11520name = "sp-runtime"11860name = "sp-runtime"11521version = "6.0.0"11861version = "6.0.0"11862source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"11863dependencies = [11864 "either",11865 "hash256-std-hasher",11866 "impl-trait-for-tuples",11867 "log",11868 "parity-scale-codec 3.2.1",11869 "parity-util-mem",11870 "paste",11871 "scale-info",11872 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11873 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11874 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11875 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11876 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11877]1187811879[[package]]11880name = "sp-runtime"11881version = "6.0.0"11522source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11882source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11523dependencies = [11883dependencies = [11524 "either",11884 "either",11531 "rand 0.7.3",11891 "rand 0.7.3",11532 "scale-info",11892 "scale-info",11533 "serde",11893 "serde",11534 "sp-application-crypto",11894 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11535 "sp-arithmetic",11895 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11536 "sp-core",11896 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11537 "sp-io",11897 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11538 "sp-std",11898 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11539 "sp-weights",11899 "sp-weights",11540]11900]115411190111542[[package]]11902[[package]]11543name = "sp-runtime-interface"11903name = "sp-runtime-interface"11544version = "6.0.0"11904version = "6.0.0"11905source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"11906dependencies = [11907 "impl-trait-for-tuples",11908 "parity-scale-codec 3.2.1",11909 "primitive-types",11910 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11911 "sp-runtime-interface-proc-macro 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11912 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11913 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11914 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11915 "sp-wasm-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11916 "static_assertions",11917]1191811919[[package]]11920name = "sp-runtime-interface"11921version = "6.0.0"11545source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11922source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11546dependencies = [11923dependencies = [11547 "bytes",11924 "bytes",11548 "impl-trait-for-tuples",11925 "impl-trait-for-tuples",11549 "parity-scale-codec 3.2.1",11926 "parity-scale-codec 3.2.1",11550 "primitive-types",11927 "primitive-types",11551 "sp-externalities",11928 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11552 "sp-runtime-interface-proc-macro",11929 "sp-runtime-interface-proc-macro 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11553 "sp-std",11930 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11554 "sp-storage",11931 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11555 "sp-tracing",11932 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11556 "sp-wasm-interface",11933 "sp-wasm-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11557 "static_assertions",11934 "static_assertions",11558]11935]115591193611560[[package]]11937[[package]]11561name = "sp-runtime-interface-proc-macro"11938name = "sp-runtime-interface-proc-macro"11562version = "5.0.0"11939version = "5.0.0"11940source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"11941dependencies = [11942 "Inflector",11943 "proc-macro-crate",11944 "proc-macro2",11945 "quote",11946 "syn",11947]1194811949[[package]]11950name = "sp-runtime-interface-proc-macro"11951version = "5.0.0"11563source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11952source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11564dependencies = [11953dependencies = [11565 "Inflector",11954 "Inflector",11576dependencies = [11965dependencies = [11577 "log",11966 "log",11578 "parity-scale-codec 3.2.1",11967 "parity-scale-codec 3.2.1",11579 "sp-core",11968 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11580 "sp-io",11969 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11581 "sp-std",11970 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11582 "sp-wasm-interface",11971 "sp-wasm-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11583 "wasmi",11972 "wasmi",11584]11973]115851197411590dependencies = [11979dependencies = [11591 "parity-scale-codec 3.2.1",11980 "parity-scale-codec 3.2.1",11592 "scale-info",11981 "scale-info",11593 "sp-api",11982 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11594 "sp-core",11983 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11595 "sp-runtime",11984 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11596 "sp-staking",11985 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11597 "sp-std",11986 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11598]11987]115991198811600[[package]]11989[[package]]11601name = "sp-staking"11990name = "sp-staking"11602version = "4.0.0-dev"11991version = "4.0.0-dev"11992source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"11993dependencies = [11994 "parity-scale-codec 3.2.1",11995 "scale-info",11996 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11997 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11998]1199912000[[package]]12001name = "sp-staking"12002version = "4.0.0-dev"11603source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12003source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11604dependencies = [12004dependencies = [11605 "parity-scale-codec 3.2.1",12005 "parity-scale-codec 3.2.1",11606 "scale-info",12006 "scale-info",11607 "sp-runtime",12007 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11608 "sp-std",12008 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11609]12009]116101201011611[[package]]12011[[package]]11620 "parking_lot 0.12.1",12020 "parking_lot 0.12.1",11621 "rand 0.7.3",12021 "rand 0.7.3",11622 "smallvec",12022 "smallvec",11623 "sp-core",12023 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11624 "sp-externalities",12024 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11625 "sp-panic-handler",12025 "sp-panic-handler",11626 "sp-std",12026 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11627 "sp-trie",12027 "sp-trie",11628 "thiserror",12028 "thiserror",11629 "tracing",12029 "tracing",11633[[package]]12033[[package]]11634name = "sp-std"12034name = "sp-std"11635version = "4.0.0"12035version = "4.0.0"12036source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"1203712038[[package]]12039name = "sp-std"12040version = "4.0.0"11636source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12041source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"116371204211638[[package]]12043[[package]]11639name = "sp-storage"12044name = "sp-storage"11640version = "6.0.0"12045version = "6.0.0"12046source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"12047dependencies = [12048 "parity-scale-codec 3.2.1",12049 "ref-cast",12050 "sp-debug-derive 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",12051 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",12052]1205312054[[package]]12055name = "sp-storage"12056version = "6.0.0"11641source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12057source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11642dependencies = [12058dependencies = [11643 "impl-serde",12059 "impl-serde",11644 "parity-scale-codec 3.2.1",12060 "parity-scale-codec 3.2.1",11645 "ref-cast",12061 "ref-cast",11646 "serde",12062 "serde",11647 "sp-debug-derive",12063 "sp-debug-derive 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11648 "sp-std",12064 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11649]12065]116501206611651[[package]]12067[[package]]11654source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12070source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11655dependencies = [12071dependencies = [11656 "log",12072 "log",11657 "sp-core",12073 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11658 "sp-externalities",12074 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11659 "sp-io",12075 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11660 "sp-runtime-interface",12076 "sp-runtime-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11661 "sp-std",12077 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11662]12078]116631207911664[[package]]12080[[package]]11665name = "sp-timestamp"12081name = "sp-timestamp"11666version = "4.0.0-dev"12082version = "4.0.0-dev"12083source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"12084dependencies = [12085 "parity-scale-codec 3.2.1",12086 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",12087 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",12088 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",12089 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",12090]1209112092[[package]]12093name = "sp-timestamp"12094version = "4.0.0-dev"11667source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12095source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11668dependencies = [12096dependencies = [11669 "async-trait",12097 "async-trait",11670 "futures-timer",12098 "futures-timer",11671 "log",12099 "log",11672 "parity-scale-codec 3.2.1",12100 "parity-scale-codec 3.2.1",11673 "sp-api",12101 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11674 "sp-inherents",12102 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11675 "sp-runtime",12103 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11676 "sp-std",12104 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11677 "thiserror",12105 "thiserror",11678]12106]116791210711680[[package]]12108[[package]]11681name = "sp-tracing"12109name = "sp-tracing"11682version = "5.0.0"12110version = "5.0.0"12111source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"12112dependencies = [12113 "parity-scale-codec 3.2.1",12114 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",12115 "tracing",12116 "tracing-core",12117]1211812119[[package]]12120name = "sp-tracing"12121version = "5.0.0"11683source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12122source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11684dependencies = [12123dependencies = [11685 "parity-scale-codec 3.2.1",12124 "parity-scale-codec 3.2.1",11686 "sp-std",12125 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11687 "tracing",12126 "tracing",11688 "tracing-core",12127 "tracing-core",11689 "tracing-subscriber",12128 "tracing-subscriber",11694version = "4.0.0-dev"12133version = "4.0.0-dev"11695source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12134source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11696dependencies = [12135dependencies = [11697 "sp-api",12136 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11698 "sp-runtime",12137 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11699]12138]117001213911701[[package]]12140[[package]]11707 "log",12146 "log",11708 "parity-scale-codec 3.2.1",12147 "parity-scale-codec 3.2.1",11709 "scale-info",12148 "scale-info",11710 "sp-core",12149 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11711 "sp-inherents",12150 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11712 "sp-runtime",12151 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11713 "sp-std",12152 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11714 "sp-trie",12153 "sp-trie",11715]12154]117161215511729 "parity-scale-codec 3.2.1",12168 "parity-scale-codec 3.2.1",11730 "parking_lot 0.12.1",12169 "parking_lot 0.12.1",11731 "scale-info",12170 "scale-info",11732 "sp-core",12171 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11733 "sp-std",12172 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11734 "thiserror",12173 "thiserror",11735 "tracing",12174 "tracing",11736 "trie-db",12175 "trie-db",11740[[package]]12179[[package]]11741name = "sp-version"12180name = "sp-version"11742version = "5.0.0"12181version = "5.0.0"12182source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"12183dependencies = [12184 "parity-scale-codec 3.2.1",12185 "scale-info",12186 "sp-core-hashing-proc-macro 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",12187 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",12188 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",12189 "sp-version-proc-macro 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",12190]1219112192[[package]]12193name = "sp-version"12194version = "5.0.0"11743source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12195source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11744dependencies = [12196dependencies = [11745 "impl-serde",12197 "impl-serde",11746 "parity-scale-codec 3.2.1",12198 "parity-scale-codec 3.2.1",11747 "parity-wasm 0.45.0",12199 "parity-wasm 0.45.0",11748 "scale-info",12200 "scale-info",11749 "serde",12201 "serde",11750 "sp-core-hashing-proc-macro",12202 "sp-core-hashing-proc-macro 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11751 "sp-runtime",12203 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11752 "sp-std",12204 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11753 "sp-version-proc-macro",12205 "sp-version-proc-macro 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11754 "thiserror",12206 "thiserror",11755]12207]117561220811757[[package]]12209[[package]]11758name = "sp-version-proc-macro"12210name = "sp-version-proc-macro"11759version = "4.0.0-dev"12211version = "4.0.0-dev"12212source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"12213dependencies = [12214 "parity-scale-codec 3.2.1",12215 "proc-macro2",12216 "quote",12217 "syn",12218]1221912220[[package]]12221name = "sp-version-proc-macro"12222version = "4.0.0-dev"11760source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12223source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11761dependencies = [12224dependencies = [11762 "parity-scale-codec 3.2.1",12225 "parity-scale-codec 3.2.1",11763 "proc-macro2",12226 "proc-macro2",11764 "quote",12227 "quote",11765 "syn",12228 "syn",12229]1223012231[[package]]12232name = "sp-wasm-interface"12233version = "6.0.0"12234source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"12235dependencies = [12236 "impl-trait-for-tuples",12237 "parity-scale-codec 3.2.1",12238 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11766]12239]117671224011768[[package]]12241[[package]]11773 "impl-trait-for-tuples",12246 "impl-trait-for-tuples",11774 "log",12247 "log",11775 "parity-scale-codec 3.2.1",12248 "parity-scale-codec 3.2.1",11776 "sp-std",12249 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11777 "wasmi",12250 "wasmi",11778 "wasmtime",12251 "wasmtime",11779]12252]11788 "scale-info",12261 "scale-info",11789 "serde",12262 "serde",11790 "smallvec",12263 "smallvec",11791 "sp-arithmetic",12264 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11792 "sp-core",12265 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11793 "sp-debug-derive",12266 "sp-debug-derive 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11794 "sp-std",12267 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11795]12268]117961226911797[[package]]12270[[package]]11974 "sc-rpc-api",12447 "sc-rpc-api",11975 "sc-transaction-pool-api",12448 "sc-transaction-pool-api",11976 "serde_json",12449 "serde_json",11977 "sp-api",12450 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11978 "sp-block-builder",12451 "sp-block-builder",11979 "sp-blockchain",12452 "sp-blockchain",11980 "sp-core",12453 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11981 "sp-runtime",12454 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11982]12455]119831245611984[[package]]12457[[package]]12006 "sc-rpc-api",12479 "sc-rpc-api",12007 "scale-info",12480 "scale-info",12008 "serde",12481 "serde",12009 "sp-core",12482 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12010 "sp-io",12483 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12011 "sp-runtime",12484 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12012 "sp-state-machine",12485 "sp-state-machine",12013 "sp-std",12486 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12014 "sp-trie",12487 "sp-trie",12015 "trie-db",12488 "trie-db",12016]12489]12034 "serde_json",12507 "serde_json",12035 "sp-blockchain",12508 "sp-blockchain",12036 "sp-consensus",12509 "sp-consensus",12037 "sp-core",12510 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12038 "sp-keyring",12511 "sp-keyring",12039 "sp-keystore",12512 "sp-keystore",12040 "sp-runtime",12513 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12041 "sp-state-machine",12514 "sp-state-machine",12042]12515]120431251612179version = "0.9.30"12652version = "0.9.30"12180source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"12653source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"12181dependencies = [12654dependencies = [12182 "frame-support",12655 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12183 "polkadot-primitives",12656 "polkadot-primitives",12184 "polkadot-runtime-common",12657 "polkadot-runtime-common",12185 "smallvec",12658 "smallvec",12186 "sp-runtime",12659 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12187]12660]121881266112189[[package]]12662[[package]]12190name = "tests"12663name = "tests"12191version = "0.1.1"12664version = "0.1.1"12192dependencies = [12665dependencies = [12193 "evm-coder",12666 "evm-coder",12194 "fp-evm-mapping",12667 "fp-evm-mapping 0.1.0 (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",12195 "frame-support",12668 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12196 "frame-system",12669 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12197 "pallet-balances",12670 "pallet-balances",12198 "pallet-common",12671 "pallet-common",12199 "pallet-ethereum",12672 "pallet-ethereum",12200 "pallet-evm",12673 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",12201 "pallet-evm-coder-substrate",12674 "pallet-evm-coder-substrate",12202 "pallet-fungible",12675 "pallet-fungible",12203 "pallet-nonfungible",12676 "pallet-nonfungible",12204 "pallet-refungible",12677 "pallet-refungible",12205 "pallet-structure",12678 "pallet-structure",12206 "pallet-timestamp",12679 "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12207 "pallet-transaction-payment",12680 "pallet-transaction-payment",12208 "pallet-unique",12681 "pallet-unique",12209 "parity-scale-codec 3.2.1",12682 "parity-scale-codec 3.2.1",12210 "scale-info",12683 "scale-info",12211 "sp-core",12684 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12212 "sp-io",12685 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12213 "sp-runtime",12686 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12214 "sp-std",12687 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12215 "up-data-structs",12688 "up-data-structs",12216 "up-sponsorship",12689 "up-sponsorship",12217]12690]12652 "sc-executor",13125 "sc-executor",12653 "sc-service",13126 "sc-service",12654 "serde",13127 "serde",12655 "sp-core",13128 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12656 "sp-externalities",13129 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12657 "sp-io",13130 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12658 "sp-keystore",13131 "sp-keystore",12659 "sp-runtime",13132 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12660 "sp-state-machine",13133 "sp-state-machine",12661 "sp-version",13134 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12662 "zstd",13135 "zstd",12663]13136]126641313712694 "app-promotion-rpc",13167 "app-promotion-rpc",12695 "jsonrpsee",13168 "jsonrpsee",12696 "pallet-common",13169 "pallet-common",12697 "pallet-evm",13170 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",12698 "parity-scale-codec 3.2.1",13171 "parity-scale-codec 3.2.1",12699 "rmrk-rpc",13172 "rmrk-rpc",12700 "sp-api",13173 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12701 "sp-blockchain",13174 "sp-blockchain",12702 "sp-core",13175 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12703 "sp-rpc",13176 "sp-rpc",12704 "sp-runtime",13177 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12705 "up-data-structs",13178 "up-data-structs",12706 "up-rpc",13179 "up-rpc",12707]13180]12834 "sc-transaction-pool",13307 "sc-transaction-pool",12835 "serde",13308 "serde",12836 "serde_json",13309 "serde_json",12837 "sp-api",13310 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12838 "sp-block-builder",13311 "sp-block-builder",12839 "sp-blockchain",13312 "sp-blockchain",12840 "sp-consensus",13313 "sp-consensus",12841 "sp-consensus-aura",13314 "sp-consensus-aura",12842 "sp-core",13315 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12843 "sp-finality-grandpa",13316 "sp-finality-grandpa",12844 "sp-inherents",13317 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12845 "sp-keystore",13318 "sp-keystore",12846 "sp-offchain",13319 "sp-offchain",12847 "sp-runtime",13320 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12848 "sp-session",13321 "sp-session",12849 "sp-timestamp",13322 "sp-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12850 "sp-transaction-pool",13323 "sp-transaction-pool",12851 "sp-trie",13324 "sp-trie",12852 "substrate-build-script-utils",13325 "substrate-build-script-utils",12892 "sc-service",13365 "sc-service",12893 "sc-transaction-pool",13366 "sc-transaction-pool",12894 "serde",13367 "serde",12895 "sp-api",13368 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12896 "sp-block-builder",13369 "sp-block-builder",12897 "sp-blockchain",13370 "sp-blockchain",12898 "sp-consensus",13371 "sp-consensus",12899 "sp-consensus-aura",13372 "sp-consensus-aura",12900 "sp-core",13373 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12901 "sp-offchain",13374 "sp-offchain",12902 "sp-runtime",13375 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12903 "sp-session",13376 "sp-session",12904 "sp-storage",13377 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12905 "sp-transaction-pool",13378 "sp-transaction-pool",12906 "substrate-frame-rpc-system",13379 "substrate-frame-rpc-system",12907 "tokio",13380 "tokio",12926 "cumulus-primitives-utility",13399 "cumulus-primitives-utility",12927 "derivative",13400 "derivative",12928 "evm-coder",13401 "evm-coder",12929 "fp-evm-mapping",13402 "fp-evm-mapping 0.1.0 (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",12930 "fp-rpc",13403 "fp-rpc",12931 "fp-self-contained",13404 "fp-self-contained",12932 "frame-benchmarking",13405 "frame-benchmarking",12933 "frame-executive",13406 "frame-executive",12934 "frame-support",13407 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12935 "frame-system",13408 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12936 "frame-system-benchmarking",13409 "frame-system-benchmarking",12937 "frame-system-rpc-runtime-api",13410 "frame-system-rpc-runtime-api",12938 "frame-try-runtime",13411 "frame-try-runtime",12951 "pallet-common",13424 "pallet-common",12952 "pallet-configuration",13425 "pallet-configuration",12953 "pallet-ethereum",13426 "pallet-ethereum",12954 "pallet-evm",13427 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",12955 "pallet-evm-coder-substrate",13428 "pallet-evm-coder-substrate",12956 "pallet-evm-contract-helpers",13429 "pallet-evm-contract-helpers",12957 "pallet-evm-migration",13430 "pallet-evm-migration",12967 "pallet-structure",13440 "pallet-structure",12968 "pallet-sudo",13441 "pallet-sudo",12969 "pallet-template-transaction-payment",13442 "pallet-template-transaction-payment",12970 "pallet-timestamp",13443 "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12971 "pallet-transaction-payment",13444 "pallet-transaction-payment",12972 "pallet-transaction-payment-rpc-runtime-api",13445 "pallet-transaction-payment-rpc-runtime-api",12973 "pallet-treasury",13446 "pallet-treasury",12981 "scale-info",13454 "scale-info",12982 "serde",13455 "serde",12983 "smallvec",13456 "smallvec",12984 "sp-api",13457 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12985 "sp-arithmetic",13458 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12986 "sp-block-builder",13459 "sp-block-builder",12987 "sp-consensus-aura",13460 "sp-consensus-aura",12988 "sp-core",13461 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12989 "sp-inherents",13462 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12990 "sp-io",13463 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12991 "sp-offchain",13464 "sp-offchain",12992 "sp-runtime",13465 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12993 "sp-session",13466 "sp-session",12994 "sp-std",13467 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12995 "sp-transaction-pool",13468 "sp-transaction-pool",12996 "sp-version",13469 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12997 "substrate-wasm-builder",13470 "substrate-wasm-builder",12998 "up-common",13471 "up-common",12999 "up-data-structs",13472 "up-data-structs",13037version = "0.9.30"13510version = "0.9.30"13038dependencies = [13511dependencies = [13039 "fp-rpc",13512 "fp-rpc",13040 "frame-support",13513 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13041 "pallet-evm",13514 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",13042 "sp-consensus-aura",13515 "sp-consensus-aura",13043 "sp-core",13516 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13044 "sp-runtime",13517 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13045 "sp-std",13518 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13046]13519]130471352013048[[package]]13521[[package]]13051dependencies = [13524dependencies = [13052 "bondrewd",13525 "bondrewd",13053 "derivative",13526 "derivative",13054 "frame-support",13527 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13055 "frame-system",13528 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13056 "pallet-evm",13529 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",13057 "parity-scale-codec 3.2.1",13530 "parity-scale-codec 3.2.1",13058 "rmrk-traits",13531 "rmrk-traits",13059 "scale-info",13532 "scale-info",13060 "serde",13533 "serde",13061 "sp-core",13534 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13062 "sp-runtime",13535 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13063 "sp-std",13536 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13064 "struct-versioning",13537 "struct-versioning",13065]13538]130661353913069version = "0.1.3"13542version = "0.1.3"13070dependencies = [13543dependencies = [13071 "pallet-common",13544 "pallet-common",13072 "pallet-evm",13545 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",13073 "parity-scale-codec 3.2.1",13546 "parity-scale-codec 3.2.1",13074 "sp-api",13547 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13075 "sp-core",13548 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13076 "sp-runtime",13549 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13077 "sp-std",13550 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13078 "up-data-structs",13551 "up-data-structs",13079]13552]130801355313537 "frame-benchmarking",14010 "frame-benchmarking",13538 "frame-election-provider-support",14011 "frame-election-provider-support",13539 "frame-executive",14012 "frame-executive",13540 "frame-support",14013 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13541 "frame-system",14014 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13542 "frame-system-benchmarking",14015 "frame-system-benchmarking",13543 "frame-system-rpc-runtime-api",14016 "frame-system-rpc-runtime-api",13544 "frame-try-runtime",14017 "frame-try-runtime",13576 "pallet-staking",14049 "pallet-staking",13577 "pallet-staking-reward-curve",14050 "pallet-staking-reward-curve",13578 "pallet-sudo",14051 "pallet-sudo",13579 "pallet-timestamp",14052 "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13580 "pallet-transaction-payment",14053 "pallet-transaction-payment",13581 "pallet-transaction-payment-rpc-runtime-api",14054 "pallet-transaction-payment-rpc-runtime-api",13582 "pallet-treasury",14055 "pallet-treasury",13594 "serde",14067 "serde",13595 "serde_derive",14068 "serde_derive",13596 "smallvec",14069 "smallvec",13597 "sp-api",14070 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13598 "sp-authority-discovery",14071 "sp-authority-discovery",13599 "sp-block-builder",14072 "sp-block-builder",13600 "sp-consensus-babe",14073 "sp-consensus-babe",13601 "sp-core",14074 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13602 "sp-inherents",14075 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13603 "sp-io",14076 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13604 "sp-mmr-primitives",14077 "sp-mmr-primitives",13605 "sp-npos-elections",14078 "sp-npos-elections",13606 "sp-offchain",14079 "sp-offchain",13607 "sp-runtime",14080 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13608 "sp-session",14081 "sp-session",13609 "sp-staking",14082 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13610 "sp-std",14083 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13611 "sp-transaction-pool",14084 "sp-transaction-pool",13612 "sp-version",14085 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13613 "substrate-wasm-builder",14086 "substrate-wasm-builder",13614 "westend-runtime-constants",14087 "westend-runtime-constants",13615 "xcm",14088 "xcm",13622version = "0.9.30"14095version = "0.9.30"13623source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"14096source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13624dependencies = [14097dependencies = [13625 "frame-support",14098 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13626 "polkadot-primitives",14099 "polkadot-primitives",13627 "polkadot-runtime-common",14100 "polkadot-runtime-common",13628 "smallvec",14101 "smallvec",13629 "sp-runtime",14102 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13630]14103]136311410413632[[package]]14105[[package]]13865 "log",14338 "log",13866 "parity-scale-codec 3.2.1",14339 "parity-scale-codec 3.2.1",13867 "scale-info",14340 "scale-info",13868 "sp-runtime",14341 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13869 "xcm-procedural",14342 "xcm-procedural",13870]14343]138711434413874version = "0.9.30"14347version = "0.9.30"13875source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"14348source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13876dependencies = [14349dependencies = [13877 "frame-support",14350 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13878 "frame-system",14351 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13879 "log",14352 "log",13880 "pallet-transaction-payment",14353 "pallet-transaction-payment",13881 "parity-scale-codec 3.2.1",14354 "parity-scale-codec 3.2.1",13882 "polkadot-parachain",14355 "polkadot-parachain",13883 "scale-info",14356 "scale-info",13884 "sp-arithmetic",14357 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13885 "sp-io",14358 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13886 "sp-runtime",14359 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13887 "sp-std",14360 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13888 "xcm",14361 "xcm",13889 "xcm-executor",14362 "xcm-executor",13890]14363]13895source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"14368source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13896dependencies = [14369dependencies = [13897 "frame-benchmarking",14370 "frame-benchmarking",13898 "frame-support",14371 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13899 "impl-trait-for-tuples",14372 "impl-trait-for-tuples",13900 "log",14373 "log",13901 "parity-scale-codec 3.2.1",14374 "parity-scale-codec 3.2.1",13902 "sp-arithmetic",14375 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13903 "sp-core",14376 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13904 "sp-io",14377 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13905 "sp-runtime",14378 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13906 "sp-std",14379 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13907 "xcm",14380 "xcm",13908]14381]1390914382crates/evm-coder/Cargo.tomldiffbeforeafterboth--- a/crates/evm-coder/Cargo.toml
+++ b/crates/evm-coder/Cargo.toml
@@ -18,6 +18,8 @@
# We have tuple-heavy code in solidity.rs
impl-trait-for-tuples = "0.2.2"
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27-fee-limit" }
+
[dev-dependencies]
# We want to assert some large binary blobs equality in tests
hex = "0.4.3"
crates/evm-coder/src/abi.rsdiffbeforeafterboth--- a/crates/evm-coder/src/abi.rs
+++ b/crates/evm-coder/src/abi.rs
@@ -402,6 +402,7 @@
impl sealed::CanBePlacedInVec for U256 {}
impl sealed::CanBePlacedInVec for string {}
impl sealed::CanBePlacedInVec for H160 {}
+impl sealed::CanBePlacedInVec for EthCrossAccount {}
impl<R: sealed::CanBePlacedInVec> AbiRead<Vec<R>> for AbiReader<'_>
where
@@ -419,6 +420,70 @@
}
}
+impl TypeHelper for EthCrossAccount {
+ fn is_dynamic() -> bool {
+ address::is_dynamic() || uint256::is_dynamic()
+ }
+}
+
+impl AbiRead<EthCrossAccount> for AbiReader<'_> {
+ fn abi_read(&mut self) -> Result<EthCrossAccount> {
+ let size = if !EthCrossAccount::is_dynamic() {
+ Some(<Self as AbiRead<EthCrossAccount>>::size())
+ } else {
+ None
+ };
+ let mut subresult = self.subresult(size)?;
+ let eth = <Self as AbiRead<address>>::abi_read(&mut subresult)?;
+ let sub = <Self as AbiRead<uint256>>::abi_read(&mut subresult)?;
+
+ Ok(EthCrossAccount { eth: eth, sub: sub })
+ }
+
+ fn size() -> usize {
+ <Self as AbiRead<address>>::size() + <Self as AbiRead<uint256>>::size()
+ }
+}
+
+impl AbiWrite for &EthCrossAccount {
+ fn abi_write(&self, writer: &mut AbiWriter) {
+ self.eth.abi_write(writer);
+ self.sub.abi_write(writer);
+ }
+}
+
+impl TypeHelper for EthCrossAccount {
+ fn is_dynamic() -> bool {
+ address::is_dynamic() || uint256::is_dynamic()
+ }
+}
+
+impl AbiRead<EthCrossAccount> for AbiReader<'_> {
+ fn abi_read(&mut self) -> Result<EthCrossAccount> {
+ let size = if !EthCrossAccount::is_dynamic() {
+ Some(<Self as AbiRead<EthCrossAccount>>::size())
+ } else {
+ None
+ };
+ let mut subresult = self.subresult(size)?;
+ let eth = <Self as AbiRead<address>>::abi_read(&mut subresult)?;
+ let sub = <Self as AbiRead<uint256>>::abi_read(&mut subresult)?;
+
+ Ok(EthCrossAccount { eth: eth, sub: sub })
+ }
+
+ fn size() -> usize {
+ <Self as AbiRead<address>>::size() + <Self as AbiRead<uint256>>::size()
+ }
+}
+
+impl AbiWrite for &EthCrossAccount {
+ fn abi_write(&self, writer: &mut AbiWriter) {
+ self.eth.abi_write(writer);
+ self.sub.abi_write(writer);
+ }
+}
+
macro_rules! impl_tuples {
($($ident:ident)+) => {
impl<$($ident: TypeHelper,)+> TypeHelper for ($($ident,)+)
crates/evm-coder/src/lib.rsdiffbeforeafterboth--- a/crates/evm-coder/src/lib.rs
+++ b/crates/evm-coder/src/lib.rs
@@ -114,6 +114,7 @@
#[cfg(not(feature = "std"))]
use alloc::{vec::Vec};
+ use pallet_evm::account::CrossAccountId;
use primitive_types::{U256, H160, H256};
pub type address = H160;
@@ -183,6 +184,72 @@
self.len() == 0
}
}
+
+ #[derive(Debug)]
+ pub struct EthCrossAccount {
+ pub(crate) eth: address,
+ pub(crate) sub: uint256,
+ }
+
+ impl EthCrossAccount {
+ pub fn from_sub_cross_account<T>(cross_account_id: &T::CrossAccountId) -> Self
+ where
+ T: pallet_evm::account::Config,
+ T::AccountId: AsRef<[u8; 32]>,
+ {
+ if cross_account_id.is_canonical_substrate() {
+ Self {
+ eth: Default::default(),
+ sub: convert_cross_account_to_uint256::<T>(cross_account_id),
+ }
+ } else {
+ Self {
+ eth: *cross_account_id.as_eth(),
+ sub: Default::default(),
+ }
+ }
+ }
+
+ pub fn into_sub_cross_account<T>(&self) -> crate::execution::Result<T::CrossAccountId>
+ where
+ T: pallet_evm::account::Config,
+ T::AccountId: From<[u8; 32]>,
+ {
+ if self.eth == Default::default() && self.sub == Default::default() {
+ Err("All fields of cross account is zeroed".into())
+ } else if self.eth == Default::default() {
+ Ok(convert_uint256_to_cross_account::<T>(self.sub))
+ } else if self.sub == Default::default() {
+ Ok(T::CrossAccountId::from_eth(self.eth))
+ } else {
+ Err("All fields of cross account is non zeroed".into())
+ }
+ }
+ }
+
+ /// Convert `CrossAccountId` to `uint256`.
+ pub fn convert_cross_account_to_uint256<T: pallet_evm::account::Config>(
+ from: &T::CrossAccountId,
+ ) -> uint256
+ where
+ T::AccountId: AsRef<[u8; 32]>,
+ {
+ let slice = from.as_sub().as_ref();
+ uint256::from_big_endian(slice)
+ }
+
+ /// Convert `uint256` to `CrossAccountId`.
+ pub fn convert_uint256_to_cross_account<T: pallet_evm::account::Config>(
+ from: uint256,
+ ) -> T::CrossAccountId
+ where
+ T::AccountId: From<[u8; 32]>,
+ {
+ let mut new_admin_arr = [0_u8; 32];
+ from.to_big_endian(&mut new_admin_arr);
+ let account_id = T::AccountId::from(new_admin_arr);
+ T::CrossAccountId::from_sub(account_id)
+ }
}
/// Parseable EVM call, this trait should be implemented with [`solidity_interface`] macro
crates/evm-coder/src/solidity.rsdiffbeforeafterboth--- a/crates/evm-coder/src/solidity.rs
+++ b/crates/evm-coder/src/solidity.rs
@@ -72,6 +72,10 @@
self.anonymous.borrow_mut().insert(names, id);
format!("Tuple{}", id)
}
+ pub fn collect_struct<T: StructCollect>(&self) -> String {
+ self.collect(<T as StructCollect>::declaration());
+ <T as StructCollect>::name()
+ }
pub fn finish(self) -> Vec<string> {
let mut data = self.structs.into_inner().into_iter().collect::<Vec<_>>();
data.sort_by_key(|(_, id)| Reverse(*id));
@@ -79,6 +83,13 @@
}
}
+pub trait StructCollect: 'static {
+ /// Structure name.
+ fn name() -> String;
+ /// Structure declaration.
+ fn declaration() -> String;
+}
+
pub trait SolidityTypeName: 'static {
fn solidity_name(writer: &mut impl fmt::Write, tc: &TypeCollector) -> fmt::Result;
/// "simple" types are stored inline, no `memory` modifier should be used in solidity
@@ -145,6 +156,7 @@
impl sealed::CanBePlacedInVec for uint256 {}
impl sealed::CanBePlacedInVec for string {}
impl sealed::CanBePlacedInVec for address {}
+impl sealed::CanBePlacedInVec for EthCrossAccount {}
impl<T: SolidityTypeName + sealed::CanBePlacedInVec> SolidityTypeName for Vec<T> {
fn solidity_name(writer: &mut impl fmt::Write, tc: &TypeCollector) -> fmt::Result {
@@ -161,6 +173,60 @@
}
}
+impl SolidityTupleType for EthCrossAccount {
+ fn names(tc: &TypeCollector) -> Vec<string> {
+ let mut collected = Vec::with_capacity(Self::len());
+ {
+ let mut out = string::new();
+ address::solidity_name(&mut out, tc).expect("no fmt error");
+ collected.push(out);
+ }
+ {
+ let mut out = string::new();
+ uint256::solidity_name(&mut out, tc).expect("no fmt error");
+ collected.push(out);
+ }
+ collected
+ }
+
+ fn len() -> usize {
+ 2
+ }
+}
+impl SolidityTypeName for EthCrossAccount {
+ fn solidity_name(writer: &mut impl fmt::Write, tc: &TypeCollector) -> fmt::Result {
+ write!(writer, "{}", tc.collect_struct::<Self>())
+ }
+
+ fn is_simple() -> bool {
+ false
+ }
+
+ fn solidity_default(writer: &mut impl fmt::Write, tc: &TypeCollector) -> fmt::Result {
+ write!(writer, "{}(", tc.collect_tuple::<Self>())?;
+ address::solidity_default(writer, tc)?;
+ write!(writer, ",")?;
+ uint256::solidity_default(writer, tc)?;
+ write!(writer, ")")
+ }
+}
+
+impl StructCollect for EthCrossAccount {
+ fn name() -> String {
+ "EthCrossAccount".into()
+ }
+
+ fn declaration() -> String {
+ let mut str = String::new();
+ writeln!(str, "/// @dev Cross account struct").unwrap();
+ writeln!(str, "struct {} {{", Self::name()).unwrap();
+ writeln!(str, "\taddress eth;").unwrap();
+ writeln!(str, "\tuint256 sub;").unwrap();
+ writeln!(str, "}}").unwrap();
+ str
+ }
+}
+
pub trait SolidityTupleType {
fn names(tc: &TypeCollector) -> Vec<String>;
fn len() -> usize;
pallets/common/src/eth.rsdiffbeforeafterboth--- a/pallets/common/src/eth.rs
+++ b/pallets/common/src/eth.rs
@@ -16,7 +16,7 @@
//! The module contains a number of functions for converting and checking ethereum identifiers.
-use evm_coder::types::{uint256, address};
+use evm_coder::types::{uint256, address, EthCrossAccount};
pub use pallet_evm::account::{Config, CrossAccountId};
use sp_core::H160;
use up_data_structs::CollectionId;
pallets/fungible/src/stubs/UniqueFungible.soldiffbeforeafterboth--- a/pallets/fungible/src/stubs/UniqueFungible.sol
+++ b/pallets/fungible/src/stubs/UniqueFungible.sol
@@ -1,627 +0,0 @@
-// SPDX-License-Identifier: OTHER
-// This code is automatically generated
-
-pragma solidity >=0.8.0 <0.9.0;
-
-/// @dev common stubs holder
-contract Dummy {
- uint8 dummy;
- string stub_error = "this contract is implemented in native";
-}
-
-contract ERC165 is Dummy {
- function supportsInterface(bytes4 interfaceID) external view returns (bool) {
- require(false, stub_error);
- interfaceID;
- return true;
- }
-}
-
-/// @title A contract that allows you to work with collections.
-/// @dev the ERC-165 identifier for this interface is 0xb3152af3
-contract Collection is Dummy, ERC165 {
- /// Set collection property.
- ///
- /// @param key Property key.
- /// @param value Propery value.
- /// @dev EVM selector for this function is: 0x2f073f66,
- /// or in textual repr: setCollectionProperty(string,bytes)
- function setCollectionProperty(string memory key, bytes memory value) public {
- require(false, stub_error);
- key;
- value;
- dummy = 0;
- }
-
- /// Set collection properties.
- ///
- /// @param properties Vector of properties key/value pair.
- /// @dev EVM selector for this function is: 0x50b26b2a,
- /// or in textual repr: setCollectionProperties((string,bytes)[])
- function setCollectionProperties(Tuple10[] memory properties) public {
- require(false, stub_error);
- properties;
- dummy = 0;
- }
-
- /// Delete collection property.
- ///
- /// @param key Property key.
- /// @dev EVM selector for this function is: 0x7b7debce,
- /// or in textual repr: deleteCollectionProperty(string)
- function deleteCollectionProperty(string memory key) public {
- require(false, stub_error);
- key;
- dummy = 0;
- }
-
- /// Delete collection properties.
- ///
- /// @param keys Properties keys.
- /// @dev EVM selector for this function is: 0xee206ee3,
- /// or in textual repr: deleteCollectionProperties(string[])
- function deleteCollectionProperties(string[] memory keys) public {
- require(false, stub_error);
- keys;
- dummy = 0;
- }
-
- /// Get collection property.
- ///
- /// @dev Throws error if key not found.
- ///
- /// @param key Property key.
- /// @return bytes The property corresponding to the key.
- /// @dev EVM selector for this function is: 0xcf24fd6d,
- /// or in textual repr: collectionProperty(string)
- function collectionProperty(string memory key) public view returns (bytes memory) {
- require(false, stub_error);
- key;
- dummy;
- return hex"";
- }
-
- /// Get collection properties.
- ///
- /// @param keys Properties keys. Empty keys for all propertyes.
- /// @return Vector of properties key/value pairs.
- /// @dev EVM selector for this function is: 0x285fb8e6,
- /// or in textual repr: collectionProperties(string[])
- function collectionProperties(string[] memory keys) public view returns (Tuple10[] memory) {
- require(false, stub_error);
- keys;
- dummy;
- return new Tuple10[](0);
- }
-
- /// Set the sponsor of the collection.
- ///
- /// @dev In order for sponsorship to work, it must be confirmed on behalf of the sponsor.
- ///
- /// @param sponsor Address of the sponsor from whose account funds will be debited for operations with the contract.
- /// @dev EVM selector for this function is: 0x7623402e,
- /// or in textual repr: setCollectionSponsor(address)
- function setCollectionSponsor(address sponsor) public {
- require(false, stub_error);
- sponsor;
- dummy = 0;
- }
-
- /// Set the sponsor of the collection.
- ///
- /// @dev In order for sponsorship to work, it must be confirmed on behalf of the sponsor.
- ///
- /// @param sponsor Cross account address of the sponsor from whose account funds will be debited for operations with the contract.
- /// @dev EVM selector for this function is: 0x84a1d5a8,
- /// or in textual repr: setCollectionSponsorCross((address,uint256))
- function setCollectionSponsorCross(Tuple6 memory sponsor) public {
- require(false, stub_error);
- sponsor;
- dummy = 0;
- }
-
- /// Whether there is a pending sponsor.
- /// @dev EVM selector for this function is: 0x058ac185,
- /// or in textual repr: hasCollectionPendingSponsor()
- function hasCollectionPendingSponsor() public view returns (bool) {
- require(false, stub_error);
- dummy;
- return false;
- }
-
- /// Collection sponsorship confirmation.
- ///
- /// @dev After setting the sponsor for the collection, it must be confirmed with this function.
- /// @dev EVM selector for this function is: 0x3c50e97a,
- /// or in textual repr: confirmCollectionSponsorship()
- function confirmCollectionSponsorship() public {
- require(false, stub_error);
- dummy = 0;
- }
-
- /// Remove collection sponsor.
- /// @dev EVM selector for this function is: 0x6e0326a3,
- /// or in textual repr: removeCollectionSponsor()
- function removeCollectionSponsor() public {
- require(false, stub_error);
- dummy = 0;
- }
-
- /// Get current sponsor.
- ///
- /// @return Tuble with sponsor address and his substrate mirror. If there is no confirmed sponsor error "Contract has no sponsor" throw.
- /// @dev EVM selector for this function is: 0x6ec0a9f1,
- /// or in textual repr: collectionSponsor()
- function collectionSponsor() public view returns (Tuple6 memory) {
- require(false, stub_error);
- dummy;
- return Tuple6(0x0000000000000000000000000000000000000000, 0);
- }
-
- /// Set limits for the collection.
- /// @dev Throws error if limit not found.
- /// @param limit Name of the limit. Valid names:
- /// "accountTokenOwnershipLimit",
- /// "sponsoredDataSize",
- /// "sponsoredDataRateLimit",
- /// "tokenLimit",
- /// "sponsorTransferTimeout",
- /// "sponsorApproveTimeout"
- /// @param value Value of the limit.
- /// @dev EVM selector for this function is: 0x6a3841db,
- /// or in textual repr: setCollectionLimit(string,uint32)
- function setCollectionLimit(string memory limit, uint32 value) public {
- require(false, stub_error);
- limit;
- value;
- dummy = 0;
- }
-
- /// Set limits for the collection.
- /// @dev Throws error if limit not found.
- /// @param limit Name of the limit. Valid names:
- /// "ownerCanTransfer",
- /// "ownerCanDestroy",
- /// "transfersEnabled"
- /// @param value Value of the limit.
- /// @dev EVM selector for this function is: 0x993b7fba,
- /// or in textual repr: setCollectionLimit(string,bool)
- function setCollectionLimit(string memory limit, bool value) public {
- require(false, stub_error);
- limit;
- value;
- dummy = 0;
- }
-
- /// Get contract address.
- /// @dev EVM selector for this function is: 0xf6b4dfb4,
- /// or in textual repr: contractAddress()
- function contractAddress() public view returns (address) {
- require(false, stub_error);
- dummy;
- return 0x0000000000000000000000000000000000000000;
- }
-
- /// Add collection admin.
- /// @param newAdmin Cross account administrator address.
- /// @dev EVM selector for this function is: 0x859aa7d6,
- /// or in textual repr: addCollectionAdminCross((address,uint256))
- function addCollectionAdminCross(Tuple6 memory newAdmin) public {
- require(false, stub_error);
- newAdmin;
- dummy = 0;
- }
-
- /// Remove collection admin.
- /// @param admin Cross account administrator address.
- /// @dev EVM selector for this function is: 0x6c0cd173,
- /// or in textual repr: removeCollectionAdminCross((address,uint256))
- function removeCollectionAdminCross(Tuple6 memory admin) public {
- require(false, stub_error);
- admin;
- dummy = 0;
- }
-
- /// Add collection admin.
- /// @param newAdmin Address of the added administrator.
- /// @dev EVM selector for this function is: 0x92e462c7,
- /// or in textual repr: addCollectionAdmin(address)
- function addCollectionAdmin(address newAdmin) public {
- require(false, stub_error);
- newAdmin;
- dummy = 0;
- }
-
- /// Remove collection admin.
- ///
- /// @param admin Address of the removed administrator.
- /// @dev EVM selector for this function is: 0xfafd7b42,
- /// or in textual repr: removeCollectionAdmin(address)
- function removeCollectionAdmin(address admin) public {
- require(false, stub_error);
- admin;
- dummy = 0;
- }
-
- /// Toggle accessibility of collection nesting.
- ///
- /// @param enable If "true" degenerates to nesting: 'Owner' else to nesting: 'Disabled'
- /// @dev EVM selector for this function is: 0x112d4586,
- /// or in textual repr: setCollectionNesting(bool)
- function setCollectionNesting(bool enable) public {
- require(false, stub_error);
- enable;
- dummy = 0;
- }
-
- /// Toggle accessibility of collection nesting.
- ///
- /// @param enable If "true" degenerates to nesting: {OwnerRestricted: [1, 2, 3]} else to nesting: 'Disabled'
- /// @param collections Addresses of collections that will be available for nesting.
- /// @dev EVM selector for this function is: 0x64872396,
- /// or in textual repr: setCollectionNesting(bool,address[])
- function setCollectionNesting(bool enable, address[] memory collections) public {
- require(false, stub_error);
- enable;
- collections;
- dummy = 0;
- }
-
- /// Set the collection access method.
- /// @param mode Access mode
- /// 0 for Normal
- /// 1 for AllowList
- /// @dev EVM selector for this function is: 0x41835d4c,
- /// or in textual repr: setCollectionAccess(uint8)
- function setCollectionAccess(uint8 mode) public {
- require(false, stub_error);
- mode;
- dummy = 0;
- }
-
- /// Checks that user allowed to operate with collection.
- ///
- /// @param user User address to check.
- /// @dev EVM selector for this function is: 0xd63a8e11,
- /// or in textual repr: allowed(address)
- function allowed(address user) public view returns (bool) {
- require(false, stub_error);
- user;
- dummy;
- return false;
- }
-
- /// Add the user to the allowed list.
- ///
- /// @param user Address of a trusted user.
- /// @dev EVM selector for this function is: 0x67844fe6,
- /// or in textual repr: addToCollectionAllowList(address)
- function addToCollectionAllowList(address user) public {
- require(false, stub_error);
- user;
- dummy = 0;
- }
-
- /// Add user to allowed list.
- ///
- /// @param user User cross account address.
- /// @dev EVM selector for this function is: 0xa0184a3a,
- /// or in textual repr: addToCollectionAllowListCross((address,uint256))
- function addToCollectionAllowListCross(Tuple6 memory user) public {
- require(false, stub_error);
- user;
- dummy = 0;
- }
-
- /// Remove the user from the allowed list.
- ///
- /// @param user Address of a removed user.
- /// @dev EVM selector for this function is: 0x85c51acb,
- /// or in textual repr: removeFromCollectionAllowList(address)
- function removeFromCollectionAllowList(address user) public {
- require(false, stub_error);
- user;
- dummy = 0;
- }
-
- /// Remove user from allowed list.
- ///
- /// @param user User cross account address.
- /// @dev EVM selector for this function is: 0x09ba452a,
- /// or in textual repr: removeFromCollectionAllowListCross((address,uint256))
- function removeFromCollectionAllowListCross(Tuple6 memory user) public {
- require(false, stub_error);
- user;
- dummy = 0;
- }
-
- /// Switch permission for minting.
- ///
- /// @param mode Enable if "true".
- /// @dev EVM selector for this function is: 0x00018e84,
- /// or in textual repr: setCollectionMintMode(bool)
- function setCollectionMintMode(bool mode) public {
- require(false, stub_error);
- mode;
- dummy = 0;
- }
-
- /// Check that account is the owner or admin of the collection
- ///
- /// @param user account to verify
- /// @return "true" if account is the owner or admin
- /// @dev EVM selector for this function is: 0x9811b0c7,
- /// or in textual repr: isOwnerOrAdmin(address)
- function isOwnerOrAdmin(address user) public view returns (bool) {
- require(false, stub_error);
- user;
- dummy;
- return false;
- }
-
- /// Check that account is the owner or admin of the collection
- ///
- /// @param user User cross account to verify
- /// @return "true" if account is the owner or admin
- /// @dev EVM selector for this function is: 0x3e75a905,
- /// or in textual repr: isOwnerOrAdminCross((address,uint256))
- function isOwnerOrAdminCross(Tuple6 memory user) public view returns (bool) {
- require(false, stub_error);
- user;
- dummy;
- return false;
- }
-
- /// Returns collection type
- ///
- /// @return `Fungible` or `NFT` or `ReFungible`
- /// @dev EVM selector for this function is: 0xd34b55b8,
- /// or in textual repr: uniqueCollectionType()
- function uniqueCollectionType() public view returns (string memory) {
- require(false, stub_error);
- dummy;
- return "";
- }
-
- /// Get collection owner.
- ///
- /// @return Tuble with sponsor address and his substrate mirror.
- /// If address is canonical then substrate mirror is zero and vice versa.
- /// @dev EVM selector for this function is: 0xdf727d3b,
- /// or in textual repr: collectionOwner()
- function collectionOwner() public view returns (Tuple6 memory) {
- require(false, stub_error);
- dummy;
- return Tuple6(0x0000000000000000000000000000000000000000, 0);
- }
-
- /// Changes collection owner to another account
- ///
- /// @dev Owner can be changed only by current owner
- /// @param newOwner new owner account
- /// @dev EVM selector for this function is: 0x4f53e226,
- /// or in textual repr: changeCollectionOwner(address)
- function changeCollectionOwner(address newOwner) public {
- require(false, stub_error);
- newOwner;
- dummy = 0;
- }
-
- /// Get collection administrators
- ///
- /// @return Vector of tuples with admins address and his substrate mirror.
- /// If address is canonical then substrate mirror is zero and vice versa.
- /// @dev EVM selector for this function is: 0x5813216b,
- /// or in textual repr: collectionAdmins()
- function collectionAdmins() public view returns (Tuple6[] memory) {
- require(false, stub_error);
- dummy;
- return new Tuple6[](0);
- }
-
- /// Changes collection owner to another account
- ///
- /// @dev Owner can be changed only by current owner
- /// @param newOwner new owner cross account
- /// @dev EVM selector for this function is: 0xe5c9913f,
- /// or in textual repr: setOwnerCross((address,uint256))
- function setOwnerCross(Tuple6 memory newOwner) public {
- require(false, stub_error);
- newOwner;
- dummy = 0;
- }
-}
-
-/// @dev anonymous struct
-struct Tuple10 {
- string field_0;
- bytes field_1;
-}
-
-/// @dev the ERC-165 identifier for this interface is 0x032e5926
-contract ERC20UniqueExtensions is Dummy, ERC165 {
- /// @dev EVM selector for this function is: 0x0ecd0ab0,
- /// or in textual repr: approveCross((address,uint256),uint256)
- function approveCross(Tuple6 memory spender, uint256 amount) public returns (bool) {
- require(false, stub_error);
- spender;
- amount;
- dummy = 0;
- return false;
- }
-
- /// Burn tokens from account
- /// @dev Function that burns an `amount` of the tokens of a given account,
- /// deducting from the sender's allowance for said account.
- /// @param from The account whose tokens will be burnt.
- /// @param amount The amount that will be burnt.
- /// @dev EVM selector for this function is: 0x79cc6790,
- /// or in textual repr: burnFrom(address,uint256)
- function burnFrom(address from, uint256 amount) public returns (bool) {
- require(false, stub_error);
- from;
- amount;
- dummy = 0;
- return false;
- }
-
- /// Burn tokens from account
- /// @dev Function that burns an `amount` of the tokens of a given account,
- /// deducting from the sender's allowance for said account.
- /// @param from The account whose tokens will be burnt.
- /// @param amount The amount that will be burnt.
- /// @dev EVM selector for this function is: 0xbb2f5a58,
- /// or in textual repr: burnFromCross((address,uint256),uint256)
- function burnFromCross(Tuple6 memory from, uint256 amount) public returns (bool) {
- require(false, stub_error);
- from;
- amount;
- dummy = 0;
- return false;
- }
-
- /// Mint tokens for multiple accounts.
- /// @param amounts array of pairs of account address and amount
- /// @dev EVM selector for this function is: 0x1acf2d55,
- /// or in textual repr: mintBulk((address,uint256)[])
- function mintBulk(Tuple6[] memory amounts) public returns (bool) {
- require(false, stub_error);
- amounts;
- dummy = 0;
- return false;
- }
-
- /// @dev EVM selector for this function is: 0xd5cf430b,
- /// or in textual repr: transferFromCross((address,uint256),(address,uint256),uint256)
- function transferFromCross(
- Tuple6 memory from,
- Tuple6 memory to,
- uint256 amount
- ) public returns (bool) {
- require(false, stub_error);
- from;
- to;
- amount;
- dummy = 0;
- return false;
- }
-}
-
-/// @dev anonymous struct
-struct Tuple6 {
- address field_0;
- uint256 field_1;
-}
-
-/// @dev the ERC-165 identifier for this interface is 0x40c10f19
-contract ERC20Mintable is Dummy, ERC165 {
- /// Mint tokens for `to` account.
- /// @param to account that will receive minted tokens
- /// @param amount amount of tokens to mint
- /// @dev EVM selector for this function is: 0x40c10f19,
- /// or in textual repr: mint(address,uint256)
- function mint(address to, uint256 amount) public returns (bool) {
- require(false, stub_error);
- to;
- amount;
- dummy = 0;
- return false;
- }
-}
-
-/// @dev inlined interface
-contract ERC20Events {
- event Transfer(address indexed from, address indexed to, uint256 value);
- event Approval(address indexed owner, address indexed spender, uint256 value);
-}
-
-/// @dev the ERC-165 identifier for this interface is 0x942e8b22
-contract ERC20 is Dummy, ERC165, ERC20Events {
- /// @dev EVM selector for this function is: 0x06fdde03,
- /// or in textual repr: name()
- function name() public view returns (string memory) {
- require(false, stub_error);
- dummy;
- return "";
- }
-
- /// @dev EVM selector for this function is: 0x95d89b41,
- /// or in textual repr: symbol()
- function symbol() public view returns (string memory) {
- require(false, stub_error);
- dummy;
- return "";
- }
-
- /// @dev EVM selector for this function is: 0x18160ddd,
- /// or in textual repr: totalSupply()
- function totalSupply() public view returns (uint256) {
- require(false, stub_error);
- dummy;
- return 0;
- }
-
- /// @dev EVM selector for this function is: 0x313ce567,
- /// or in textual repr: decimals()
- function decimals() public view returns (uint8) {
- require(false, stub_error);
- dummy;
- return 0;
- }
-
- /// @dev EVM selector for this function is: 0x70a08231,
- /// or in textual repr: balanceOf(address)
- function balanceOf(address owner) public view returns (uint256) {
- require(false, stub_error);
- owner;
- dummy;
- return 0;
- }
-
- /// @dev EVM selector for this function is: 0xa9059cbb,
- /// or in textual repr: transfer(address,uint256)
- function transfer(address to, uint256 amount) public returns (bool) {
- require(false, stub_error);
- to;
- amount;
- dummy = 0;
- return false;
- }
-
- /// @dev EVM selector for this function is: 0x23b872dd,
- /// or in textual repr: transferFrom(address,address,uint256)
- function transferFrom(
- address from,
- address to,
- uint256 amount
- ) public returns (bool) {
- require(false, stub_error);
- from;
- to;
- amount;
- dummy = 0;
- return false;
- }
-
- /// @dev EVM selector for this function is: 0x095ea7b3,
- /// or in textual repr: approve(address,uint256)
- function approve(address spender, uint256 amount) public returns (bool) {
- require(false, stub_error);
- spender;
- amount;
- dummy = 0;
- return false;
- }
-
- /// @dev EVM selector for this function is: 0xdd62ed3e,
- /// or in textual repr: allowance(address,address)
- function allowance(address owner, address spender) public view returns (uint256) {
- require(false, stub_error);
- owner;
- spender;
- dummy;
- return 0;
- }
-}
-
-contract UniqueFungible is Dummy, ERC165, ERC20, ERC20Mintable, ERC20UniqueExtensions, Collection {}
pallets/nonfungible/src/erc.rsdiffbeforeafterboth--- a/pallets/nonfungible/src/erc.rs
+++ b/pallets/nonfungible/src/erc.rs
@@ -715,13 +715,13 @@
fn transfer_from_cross(
&mut self,
caller: caller,
- from: (address, uint256),
- to: (address, uint256),
+ from: EthCrossAccount,
+ to: EthCrossAccount,
token_id: uint256,
) -> Result<void> {
let caller = T::CrossAccountId::from_eth(caller);
- let from = convert_tuple_to_cross_account::<T>(from)?;
- let to = convert_tuple_to_cross_account::<T>(to)?;
+ let from = from.into_sub_cross_account::<T>()?;
+ let to = to.into_sub_cross_account::<T>()?;
let token_id = token_id.try_into()?;
let budget = self
.recorder
pallets/nonfungible/src/stubs/UniqueNFT.soldiffbeforeafterboth--- a/pallets/nonfungible/src/stubs/UniqueNFT.sol
+++ b/pallets/nonfungible/src/stubs/UniqueNFT.sol
@@ -238,10 +238,17 @@
/// @return Tuble with sponsor address and his substrate mirror. If there is no confirmed sponsor error "Contract has no sponsor" throw.
/// @dev EVM selector for this function is: 0x6ec0a9f1,
/// or in textual repr: collectionSponsor()
+<<<<<<< HEAD
function collectionSponsor() public view returns (Tuple6 memory) {
require(false, stub_error);
dummy;
return Tuple6(0x0000000000000000000000000000000000000000, 0);
+=======
+ function collectionSponsor() public view returns (Tuple19 memory) {
+ require(false, stub_error);
+ dummy;
+ return Tuple19(0x0000000000000000000000000000000000000000, 0);
+>>>>>>> feat: add `EthCrossAccount` type
}
/// Set limits for the collection.
@@ -475,10 +482,17 @@
/// If address is canonical then substrate mirror is zero and vice versa.
/// @dev EVM selector for this function is: 0xdf727d3b,
/// or in textual repr: collectionOwner()
+<<<<<<< HEAD
function collectionOwner() public view returns (Tuple6 memory) {
require(false, stub_error);
dummy;
return Tuple6(0x0000000000000000000000000000000000000000, 0);
+=======
+ function collectionOwner() public view returns (Tuple19 memory) {
+ require(false, stub_error);
+ dummy;
+ return Tuple19(0x0000000000000000000000000000000000000000, 0);
+>>>>>>> feat: add `EthCrossAccount` type
}
/// Changes collection owner to another account
@@ -520,8 +534,8 @@
/// @dev anonymous struct
struct Tuple19 {
- string field_0;
- bytes field_1;
+ address field_0;
+ uint256 field_1;
}
/// @title ERC-721 Non-Fungible Token Standard, optional metadata extension
@@ -813,10 +827,17 @@
string field_1;
}
+<<<<<<< HEAD
/// @dev anonymous struct
struct Tuple6 {
address field_0;
uint256 field_1;
+=======
+/// @dev Cross account struct
+struct EthCrossAccount {
+ address eth;
+ uint256 sub;
+>>>>>>> feat: add `EthCrossAccount` type
}
/// @title ERC-721 Non-Fungible Token Standard, optional enumeration extension
pallets/refungible/src/erc.rsdiffbeforeafterboth--- a/pallets/refungible/src/erc.rs
+++ b/pallets/refungible/src/erc.rs
@@ -730,18 +730,18 @@
token_id: uint256,
) -> Result<void> {
let caller = T::CrossAccountId::from_eth(caller);
- let from = convert_tuple_to_cross_account::<T>(from)?;
- let to = convert_tuple_to_cross_account::<T>(to)?;
- let token_id = token_id.try_into()?;
- let budget = self
- .recorder
- .weight_calls_budget(<StructureWeight<T>>::find_parent());
+ // let from = convert_tuple_to_cross_account::<T>(from)?;
+ // let to = convert_tuple_to_cross_account::<T>(to)?;
+ // let token_id = token_id.try_into()?;
+ // let budget = self
+ // .recorder
+ // .weight_calls_budget(<StructureWeight<T>>::find_parent());
- let balance = balance(self, token_id, &from)?;
- ensure_single_owner(self, token_id, balance)?;
+ // let balance = balance(self, token_id, &from)?;
+ // ensure_single_owner(self, token_id, balance)?;
- Pallet::<T>::transfer_from(self, &caller, &from, &to, token_id, balance, &budget)
- .map_err(dispatch_to_evm::<T>)?;
+ // Pallet::<T>::transfer_from(self, &caller, &from, &to, token_id, balance, &budget)
+ // .map_err(dispatch_to_evm::<T>)?;
Ok(())
}
tests/src/eth/api/UniqueFungible.soldiffbeforeafterboth--- a/tests/src/eth/api/UniqueFungible.sol
+++ b/tests/src/eth/api/UniqueFungible.sol
@@ -1,393 +0,0 @@
-// SPDX-License-Identifier: OTHER
-// This code is automatically generated
-
-pragma solidity >=0.8.0 <0.9.0;
-
-/// @dev common stubs holder
-interface Dummy {
-
-}
-
-interface ERC165 is Dummy {
- function supportsInterface(bytes4 interfaceID) external view returns (bool);
-}
-
-/// @title A contract that allows you to work with collections.
-/// @dev the ERC-165 identifier for this interface is 0xb3152af3
-interface Collection is Dummy, ERC165 {
- /// Set collection property.
- ///
- /// @param key Property key.
- /// @param value Propery value.
- /// @dev EVM selector for this function is: 0x2f073f66,
- /// or in textual repr: setCollectionProperty(string,bytes)
- function setCollectionProperty(string memory key, bytes memory value) external;
-
- /// Set collection properties.
- ///
- /// @param properties Vector of properties key/value pair.
- /// @dev EVM selector for this function is: 0x50b26b2a,
- /// or in textual repr: setCollectionProperties((string,bytes)[])
- function setCollectionProperties(Tuple10[] memory properties) external;
-
- /// Delete collection property.
- ///
- /// @param key Property key.
- /// @dev EVM selector for this function is: 0x7b7debce,
- /// or in textual repr: deleteCollectionProperty(string)
- function deleteCollectionProperty(string memory key) external;
-
- /// Delete collection properties.
- ///
- /// @param keys Properties keys.
- /// @dev EVM selector for this function is: 0xee206ee3,
- /// or in textual repr: deleteCollectionProperties(string[])
- function deleteCollectionProperties(string[] memory keys) external;
-
- /// Get collection property.
- ///
- /// @dev Throws error if key not found.
- ///
- /// @param key Property key.
- /// @return bytes The property corresponding to the key.
- /// @dev EVM selector for this function is: 0xcf24fd6d,
- /// or in textual repr: collectionProperty(string)
- function collectionProperty(string memory key) external view returns (bytes memory);
-
- /// Get collection properties.
- ///
- /// @param keys Properties keys. Empty keys for all propertyes.
- /// @return Vector of properties key/value pairs.
- /// @dev EVM selector for this function is: 0x285fb8e6,
- /// or in textual repr: collectionProperties(string[])
- function collectionProperties(string[] memory keys) external view returns (Tuple10[] memory);
-
- /// Set the sponsor of the collection.
- ///
- /// @dev In order for sponsorship to work, it must be confirmed on behalf of the sponsor.
- ///
- /// @param sponsor Address of the sponsor from whose account funds will be debited for operations with the contract.
- /// @dev EVM selector for this function is: 0x7623402e,
- /// or in textual repr: setCollectionSponsor(address)
- function setCollectionSponsor(address sponsor) external;
-
- /// Set the sponsor of the collection.
- ///
- /// @dev In order for sponsorship to work, it must be confirmed on behalf of the sponsor.
- ///
- /// @param sponsor Cross account address of the sponsor from whose account funds will be debited for operations with the contract.
- /// @dev EVM selector for this function is: 0x84a1d5a8,
- /// or in textual repr: setCollectionSponsorCross((address,uint256))
- function setCollectionSponsorCross(Tuple6 memory sponsor) external;
-
- /// Whether there is a pending sponsor.
- /// @dev EVM selector for this function is: 0x058ac185,
- /// or in textual repr: hasCollectionPendingSponsor()
- function hasCollectionPendingSponsor() external view returns (bool);
-
- /// Collection sponsorship confirmation.
- ///
- /// @dev After setting the sponsor for the collection, it must be confirmed with this function.
- /// @dev EVM selector for this function is: 0x3c50e97a,
- /// or in textual repr: confirmCollectionSponsorship()
- function confirmCollectionSponsorship() external;
-
- /// Remove collection sponsor.
- /// @dev EVM selector for this function is: 0x6e0326a3,
- /// or in textual repr: removeCollectionSponsor()
- function removeCollectionSponsor() external;
-
- /// Get current sponsor.
- ///
- /// @return Tuble with sponsor address and his substrate mirror. If there is no confirmed sponsor error "Contract has no sponsor" throw.
- /// @dev EVM selector for this function is: 0x6ec0a9f1,
- /// or in textual repr: collectionSponsor()
- function collectionSponsor() external view returns (Tuple6 memory);
-
- /// Set limits for the collection.
- /// @dev Throws error if limit not found.
- /// @param limit Name of the limit. Valid names:
- /// "accountTokenOwnershipLimit",
- /// "sponsoredDataSize",
- /// "sponsoredDataRateLimit",
- /// "tokenLimit",
- /// "sponsorTransferTimeout",
- /// "sponsorApproveTimeout"
- /// @param value Value of the limit.
- /// @dev EVM selector for this function is: 0x6a3841db,
- /// or in textual repr: setCollectionLimit(string,uint32)
- function setCollectionLimit(string memory limit, uint32 value) external;
-
- /// Set limits for the collection.
- /// @dev Throws error if limit not found.
- /// @param limit Name of the limit. Valid names:
- /// "ownerCanTransfer",
- /// "ownerCanDestroy",
- /// "transfersEnabled"
- /// @param value Value of the limit.
- /// @dev EVM selector for this function is: 0x993b7fba,
- /// or in textual repr: setCollectionLimit(string,bool)
- function setCollectionLimit(string memory limit, bool value) external;
-
- /// Get contract address.
- /// @dev EVM selector for this function is: 0xf6b4dfb4,
- /// or in textual repr: contractAddress()
- function contractAddress() external view returns (address);
-
- /// Add collection admin.
- /// @param newAdmin Cross account administrator address.
- /// @dev EVM selector for this function is: 0x859aa7d6,
- /// or in textual repr: addCollectionAdminCross((address,uint256))
- function addCollectionAdminCross(Tuple6 memory newAdmin) external;
-
- /// Remove collection admin.
- /// @param admin Cross account administrator address.
- /// @dev EVM selector for this function is: 0x6c0cd173,
- /// or in textual repr: removeCollectionAdminCross((address,uint256))
- function removeCollectionAdminCross(Tuple6 memory admin) external;
-
- /// Add collection admin.
- /// @param newAdmin Address of the added administrator.
- /// @dev EVM selector for this function is: 0x92e462c7,
- /// or in textual repr: addCollectionAdmin(address)
- function addCollectionAdmin(address newAdmin) external;
-
- /// Remove collection admin.
- ///
- /// @param admin Address of the removed administrator.
- /// @dev EVM selector for this function is: 0xfafd7b42,
- /// or in textual repr: removeCollectionAdmin(address)
- function removeCollectionAdmin(address admin) external;
-
- /// Toggle accessibility of collection nesting.
- ///
- /// @param enable If "true" degenerates to nesting: 'Owner' else to nesting: 'Disabled'
- /// @dev EVM selector for this function is: 0x112d4586,
- /// or in textual repr: setCollectionNesting(bool)
- function setCollectionNesting(bool enable) external;
-
- /// Toggle accessibility of collection nesting.
- ///
- /// @param enable If "true" degenerates to nesting: {OwnerRestricted: [1, 2, 3]} else to nesting: 'Disabled'
- /// @param collections Addresses of collections that will be available for nesting.
- /// @dev EVM selector for this function is: 0x64872396,
- /// or in textual repr: setCollectionNesting(bool,address[])
- function setCollectionNesting(bool enable, address[] memory collections) external;
-
- /// Set the collection access method.
- /// @param mode Access mode
- /// 0 for Normal
- /// 1 for AllowList
- /// @dev EVM selector for this function is: 0x41835d4c,
- /// or in textual repr: setCollectionAccess(uint8)
- function setCollectionAccess(uint8 mode) external;
-
- /// Checks that user allowed to operate with collection.
- ///
- /// @param user User address to check.
- /// @dev EVM selector for this function is: 0xd63a8e11,
- /// or in textual repr: allowed(address)
- function allowed(address user) external view returns (bool);
-
- /// Add the user to the allowed list.
- ///
- /// @param user Address of a trusted user.
- /// @dev EVM selector for this function is: 0x67844fe6,
- /// or in textual repr: addToCollectionAllowList(address)
- function addToCollectionAllowList(address user) external;
-
- /// Add user to allowed list.
- ///
- /// @param user User cross account address.
- /// @dev EVM selector for this function is: 0xa0184a3a,
- /// or in textual repr: addToCollectionAllowListCross((address,uint256))
- function addToCollectionAllowListCross(Tuple6 memory user) external;
-
- /// Remove the user from the allowed list.
- ///
- /// @param user Address of a removed user.
- /// @dev EVM selector for this function is: 0x85c51acb,
- /// or in textual repr: removeFromCollectionAllowList(address)
- function removeFromCollectionAllowList(address user) external;
-
- /// Remove user from allowed list.
- ///
- /// @param user User cross account address.
- /// @dev EVM selector for this function is: 0x09ba452a,
- /// or in textual repr: removeFromCollectionAllowListCross((address,uint256))
- function removeFromCollectionAllowListCross(Tuple6 memory user) external;
-
- /// Switch permission for minting.
- ///
- /// @param mode Enable if "true".
- /// @dev EVM selector for this function is: 0x00018e84,
- /// or in textual repr: setCollectionMintMode(bool)
- function setCollectionMintMode(bool mode) external;
-
- /// Check that account is the owner or admin of the collection
- ///
- /// @param user account to verify
- /// @return "true" if account is the owner or admin
- /// @dev EVM selector for this function is: 0x9811b0c7,
- /// or in textual repr: isOwnerOrAdmin(address)
- function isOwnerOrAdmin(address user) external view returns (bool);
-
- /// Check that account is the owner or admin of the collection
- ///
- /// @param user User cross account to verify
- /// @return "true" if account is the owner or admin
- /// @dev EVM selector for this function is: 0x3e75a905,
- /// or in textual repr: isOwnerOrAdminCross((address,uint256))
- function isOwnerOrAdminCross(Tuple6 memory user) external view returns (bool);
-
- /// Returns collection type
- ///
- /// @return `Fungible` or `NFT` or `ReFungible`
- /// @dev EVM selector for this function is: 0xd34b55b8,
- /// or in textual repr: uniqueCollectionType()
- function uniqueCollectionType() external view returns (string memory);
-
- /// Get collection owner.
- ///
- /// @return Tuble with sponsor address and his substrate mirror.
- /// If address is canonical then substrate mirror is zero and vice versa.
- /// @dev EVM selector for this function is: 0xdf727d3b,
- /// or in textual repr: collectionOwner()
- function collectionOwner() external view returns (Tuple6 memory);
-
- /// Changes collection owner to another account
- ///
- /// @dev Owner can be changed only by current owner
- /// @param newOwner new owner account
- /// @dev EVM selector for this function is: 0x4f53e226,
- /// or in textual repr: changeCollectionOwner(address)
- function changeCollectionOwner(address newOwner) external;
-
- /// Get collection administrators
- ///
- /// @return Vector of tuples with admins address and his substrate mirror.
- /// If address is canonical then substrate mirror is zero and vice versa.
- /// @dev EVM selector for this function is: 0x5813216b,
- /// or in textual repr: collectionAdmins()
- function collectionAdmins() external view returns (Tuple6[] memory);
-
- /// Changes collection owner to another account
- ///
- /// @dev Owner can be changed only by current owner
- /// @param newOwner new owner cross account
- /// @dev EVM selector for this function is: 0xe5c9913f,
- /// or in textual repr: setOwnerCross((address,uint256))
- function setOwnerCross(Tuple6 memory newOwner) external;
-}
-
-/// @dev anonymous struct
-struct Tuple10 {
- string field_0;
- bytes field_1;
-}
-
-/// @dev the ERC-165 identifier for this interface is 0x032e5926
-interface ERC20UniqueExtensions is Dummy, ERC165 {
- /// @dev EVM selector for this function is: 0x0ecd0ab0,
- /// or in textual repr: approveCross((address,uint256),uint256)
- function approveCross(Tuple6 memory spender, uint256 amount) external returns (bool);
-
- /// Burn tokens from account
- /// @dev Function that burns an `amount` of the tokens of a given account,
- /// deducting from the sender's allowance for said account.
- /// @param from The account whose tokens will be burnt.
- /// @param amount The amount that will be burnt.
- /// @dev EVM selector for this function is: 0x79cc6790,
- /// or in textual repr: burnFrom(address,uint256)
- function burnFrom(address from, uint256 amount) external returns (bool);
-
- /// Burn tokens from account
- /// @dev Function that burns an `amount` of the tokens of a given account,
- /// deducting from the sender's allowance for said account.
- /// @param from The account whose tokens will be burnt.
- /// @param amount The amount that will be burnt.
- /// @dev EVM selector for this function is: 0xbb2f5a58,
- /// or in textual repr: burnFromCross((address,uint256),uint256)
- function burnFromCross(Tuple6 memory from, uint256 amount) external returns (bool);
-
- /// Mint tokens for multiple accounts.
- /// @param amounts array of pairs of account address and amount
- /// @dev EVM selector for this function is: 0x1acf2d55,
- /// or in textual repr: mintBulk((address,uint256)[])
- function mintBulk(Tuple6[] memory amounts) external returns (bool);
-
- /// @dev EVM selector for this function is: 0xd5cf430b,
- /// or in textual repr: transferFromCross((address,uint256),(address,uint256),uint256)
- function transferFromCross(
- Tuple6 memory from,
- Tuple6 memory to,
- uint256 amount
- ) external returns (bool);
-}
-
-/// @dev anonymous struct
-struct Tuple6 {
- address field_0;
- uint256 field_1;
-}
-
-/// @dev the ERC-165 identifier for this interface is 0x40c10f19
-interface ERC20Mintable is Dummy, ERC165 {
- /// Mint tokens for `to` account.
- /// @param to account that will receive minted tokens
- /// @param amount amount of tokens to mint
- /// @dev EVM selector for this function is: 0x40c10f19,
- /// or in textual repr: mint(address,uint256)
- function mint(address to, uint256 amount) external returns (bool);
-}
-
-/// @dev inlined interface
-interface ERC20Events {
- event Transfer(address indexed from, address indexed to, uint256 value);
- event Approval(address indexed owner, address indexed spender, uint256 value);
-}
-
-/// @dev the ERC-165 identifier for this interface is 0x942e8b22
-interface ERC20 is Dummy, ERC165, ERC20Events {
- /// @dev EVM selector for this function is: 0x06fdde03,
- /// or in textual repr: name()
- function name() external view returns (string memory);
-
- /// @dev EVM selector for this function is: 0x95d89b41,
- /// or in textual repr: symbol()
- function symbol() external view returns (string memory);
-
- /// @dev EVM selector for this function is: 0x18160ddd,
- /// or in textual repr: totalSupply()
- function totalSupply() external view returns (uint256);
-
- /// @dev EVM selector for this function is: 0x313ce567,
- /// or in textual repr: decimals()
- function decimals() external view returns (uint8);
-
- /// @dev EVM selector for this function is: 0x70a08231,
- /// or in textual repr: balanceOf(address)
- function balanceOf(address owner) external view returns (uint256);
-
- /// @dev EVM selector for this function is: 0xa9059cbb,
- /// or in textual repr: transfer(address,uint256)
- function transfer(address to, uint256 amount) external returns (bool);
-
- /// @dev EVM selector for this function is: 0x23b872dd,
- /// or in textual repr: transferFrom(address,address,uint256)
- function transferFrom(
- address from,
- address to,
- uint256 amount
- ) external returns (bool);
-
- /// @dev EVM selector for this function is: 0x095ea7b3,
- /// or in textual repr: approve(address,uint256)
- function approve(address spender, uint256 amount) external returns (bool);
-
- /// @dev EVM selector for this function is: 0xdd62ed3e,
- /// or in textual repr: allowance(address,address)
- function allowance(address owner, address spender) external view returns (uint256);
-}
-
-interface UniqueFungible is Dummy, ERC165, ERC20, ERC20Mintable, ERC20UniqueExtensions, Collection {}
tests/src/eth/api/UniqueNFT.soldiffbeforeafterboth--- a/tests/src/eth/api/UniqueNFT.sol
+++ b/tests/src/eth/api/UniqueNFT.sol
@@ -159,7 +159,7 @@
/// @return Tuble with sponsor address and his substrate mirror. If there is no confirmed sponsor error "Contract has no sponsor" throw.
/// @dev EVM selector for this function is: 0x6ec0a9f1,
/// or in textual repr: collectionSponsor()
- function collectionSponsor() external view returns (Tuple6 memory);
+ function collectionSponsor() external view returns (Tuple8 memory);
/// Set limits for the collection.
/// @dev Throws error if limit not found.
@@ -310,7 +310,7 @@
/// If address is canonical then substrate mirror is zero and vice versa.
/// @dev EVM selector for this function is: 0xdf727d3b,
/// or in textual repr: collectionOwner()
- function collectionOwner() external view returns (Tuple6 memory);
+ function collectionOwner() external view returns (Tuple8 memory);
/// Changes collection owner to another account
///
@@ -339,8 +339,8 @@
/// @dev anonymous struct
struct Tuple19 {
- string field_0;
- bytes field_1;
+ address field_0;
+ uint256 field_1;
}
/// @title ERC-721 Non-Fungible Token Standard, optional metadata extension
@@ -524,7 +524,6 @@
// /// @dev EVM selector for this function is: 0x36543006,
// /// or in textual repr: mintBulkWithTokenURI(address,(uint256,string)[])
// function mintBulkWithTokenURI(address to, Tuple8[] memory tokens) external returns (bool);
-
}
/// @dev anonymous struct
@@ -534,7 +533,7 @@
}
/// @dev anonymous struct
-struct Tuple6 {
+struct Tuple8 {
address field_0;
uint256 field_1;
}
tests/src/eth/nonFungibleAbi.jsondiffbeforeafterboth--- a/tests/src/eth/nonFungibleAbi.json
+++ b/tests/src/eth/nonFungibleAbi.json
@@ -250,7 +250,11 @@
{ "internalType": "address", "name": "field_0", "type": "address" },
{ "internalType": "uint256", "name": "field_1", "type": "uint256" }
],
+<<<<<<< HEAD
"internalType": "struct Tuple6",
+=======
+ "internalType": "struct Tuple19",
+>>>>>>> feat: add `EthCrossAccount` type
"name": "",
"type": "tuple"
}
@@ -293,7 +297,11 @@
{ "internalType": "address", "name": "field_0", "type": "address" },
{ "internalType": "uint256", "name": "field_1", "type": "uint256" }
],
+<<<<<<< HEAD
"internalType": "struct Tuple6",
+=======
+ "internalType": "struct Tuple19",
+>>>>>>> feat: add `EthCrossAccount` type
"name": "",
"type": "tuple"
}
@@ -794,7 +802,11 @@
{ "internalType": "address", "name": "field_0", "type": "address" },
{ "internalType": "uint256", "name": "field_1", "type": "uint256" }
],
+<<<<<<< HEAD
"internalType": "struct Tuple6",
+=======
+ "internalType": "struct EthCrossAccount",
+>>>>>>> feat: add `EthCrossAccount` type
"name": "from",
"type": "tuple"
},
@@ -803,7 +815,11 @@
{ "internalType": "address", "name": "field_0", "type": "address" },
{ "internalType": "uint256", "name": "field_1", "type": "uint256" }
],
+<<<<<<< HEAD
"internalType": "struct Tuple6",
+=======
+ "internalType": "struct EthCrossAccount",
+>>>>>>> feat: add `EthCrossAccount` type
"name": "to",
"type": "tuple"
},