git.delta.rocks / unique-network / refs/commits / 7d3a8681206d

difftreelog

build resolve dependencies

Yaroslav Bolyukin2021-03-31parent: #c72f0fa.patch.diff
in: master
Lockfile is  edited manually, better do not recreate it

2 files changed

modifiedCargo.lockdiffbeforeafterboth
1# This file is automatically @generated by Cargo.1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.2# It is not intended for manual editing.
3version = 3
4
3[[package]]5[[package]]
4name = "Inflector"6name = "Inflector"
248250
249[[package]]251[[package]]
250name = "async-process"252name = "async-process"
251version = "1.0.2"253version = "1.0.1"
252source = "registry+https://github.com/rust-lang/crates.io-index"254source = "registry+https://github.com/rust-lang/crates.io-index"
253checksum = "ef37b86e2fa961bae5a4d212708ea0154f904ce31d1a4a7f47e1bbc33a0c040b"255checksum = "4c8cea09c1fb10a317d1b5af8024eeba256d6554763e85ecd90ff8df31c7bbda"
254dependencies = [256dependencies = [
255 "async-io",257 "async-io",
256 "blocking",258 "blocking",
257 "cfg-if 1.0.0",259 "cfg-if 0.1.10",
258 "event-listener",260 "event-listener",
259 "futures-lite",261 "futures-lite",
260 "once_cell",262 "once_cell",
405407
406[[package]]408[[package]]
407name = "bincode"409name = "bincode"
408version = "1.3.1"410version = "1.3.2"
409source = "registry+https://github.com/rust-lang/crates.io-index"411source = "registry+https://github.com/rust-lang/crates.io-index"
410checksum = "f30d3a39baa26f9651f17b375061f3233dde33424a8b72b0dbe93a68a0bc896d"412checksum = "d175dfa69e619905c4c3cdb7c3c203fa3bdd5d51184e3afdb2742c0280493772"
411dependencies = [413dependencies = [
412 "byteorder",414 "byteorder",
413 "serde",415 "serde",
445447
446[[package]]448[[package]]
447name = "bitvec"449name = "bitvec"
448version = "0.20.1"450version = "0.20.2"
449source = "registry+https://github.com/rust-lang/crates.io-index"451source = "registry+https://github.com/rust-lang/crates.io-index"
450checksum = "f5011ffc90248764d7005b0e10c7294f5aa1bd87d9dd7248f4ad475b347c294d"452checksum = "1f682656975d3a682daff957be4ddeb65d6ad656737cd821f2d00685ae466af1"
451dependencies = [453dependencies = [
452 "funty",454 "funty",
453 "radium",455 "radium",
581583
582[[package]]584[[package]]
583name = "bstr"585name = "bstr"
584version = "0.2.15"586version = "0.2.14"
585source = "registry+https://github.com/rust-lang/crates.io-index"587source = "registry+https://github.com/rust-lang/crates.io-index"
586checksum = "a40b47ad93e1a5404e6c18dec46b628214fee441c70f4ab5d6942142cc268a3d"588checksum = "473fc6b38233f9af7baa94fb5852dca389e3d95b8e21c8e3719301462c5d9faf"
587dependencies = [589dependencies = [
588 "memchr",590 "memchr",
589]591]
617619
618[[package]]620[[package]]
619name = "byteorder"621name = "byteorder"
620version = "1.4.2"622version = "1.3.4"
621source = "registry+https://github.com/rust-lang/crates.io-index"623source = "registry+https://github.com/rust-lang/crates.io-index"
622checksum = "ae44d1a3d5a19df61dd0c8beb138458ac2a53a7ac09eba97d55592540004306b"624checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
623625
624[[package]]626[[package]]
625name = "bytes"627name = "bytes"
802 "cache-padded",804 "cache-padded",
803]805]
804
805[[package]]
806name = "const_fn"
807version = "0.4.5"
808source = "registry+https://github.com/rust-lang/crates.io-index"
809checksum = "28b9d6de7f49e22cf97ad17fc4036ece69300032f45f78f30b4a4482cdc3f4a6"
810806
811[[package]]807[[package]]
812name = "constant_time_eq"808name = "constant_time_eq"
983checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9"979checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9"
984dependencies = [980dependencies = [
985 "cfg-if 1.0.0",981 "cfg-if 1.0.0",
986 "crossbeam-epoch 0.9.1",982 "crossbeam-epoch 0.9.2",
987 "crossbeam-utils 0.8.1",983 "crossbeam-utils 0.8.1",
988]984]
989985
10041000
1005[[package]]1001[[package]]
1006name = "crossbeam-epoch"1002name = "crossbeam-epoch"
1007version = "0.9.1"1003version = "0.9.2"
1008source = "registry+https://github.com/rust-lang/crates.io-index"1004source = "registry+https://github.com/rust-lang/crates.io-index"
1009checksum = "a1aaa739f95311c2c7887a76863f500026092fb1dce0161dab577e559ef3569d"1005checksum = "d60ab4a8dba064f2fbb5aa270c28da5cf4bbd0e72dae1140a6b0353a779dbe00"
1010dependencies = [1006dependencies = [
1011 "cfg-if 1.0.0",1007 "cfg-if 1.0.0",
1012 "const_fn",
1013 "crossbeam-utils 0.8.1",1008 "crossbeam-utils 0.8.1",
1014 "lazy_static",1009 "lazy_static",
1010 "loom",
1015 "memoffset 0.6.1",1011 "memoffset 0.6.1",
1016 "scopeguard",1012 "scopeguard",
1017]1013]
1362 "libc",1358 "libc",
1363]1359]
1360
1361[[package]]
1362name = "ethbloom"
1363version = "0.11.0"
1364source = "registry+https://github.com/rust-lang/crates.io-index"
1365checksum = "779864b9c7f7ead1f092972c3257496c6a84b46dba2ce131dd8a282cb2cc5972"
1366dependencies = [
1367 "crunchy",
1368 "fixed-hash",
1369 "impl-codec",
1370 "impl-rlp",
1371 "impl-serde",
1372 "tiny-keccak",
1373]
1374
1375[[package]]
1376name = "ethereum"
1377version = "0.7.1"
1378source = "registry+https://github.com/rust-lang/crates.io-index"
1379checksum = "567ce064a8232c16e2b2c2173a936b91fbe35c2f2c5278871f5a1a31688b42e9"
1380dependencies = [
1381 "ethereum-types",
1382 "funty",
1383 "hash-db",
1384 "hash256-std-hasher",
1385 "parity-scale-codec",
1386 "rlp",
1387 "rlp-derive",
1388 "serde",
1389 "sha3 0.9.1",
1390 "triehash",
1391]
1392
1393[[package]]
1394name = "ethereum-types"
1395version = "0.11.0"
1396source = "registry+https://github.com/rust-lang/crates.io-index"
1397checksum = "f64b5df66a228d85e4b17e5d6c6aa43b0310898ffe8a85988c4c032357aaabfd"
1398dependencies = [
1399 "ethbloom",
1400 "fixed-hash",
1401 "impl-codec",
1402 "impl-rlp",
1403 "impl-serde",
1404 "primitive-types",
1405 "uint",
1406]
13641407
1365[[package]]1408[[package]]
1366name = "event-listener"1409name = "event-listener"
1367version = "2.5.1"1410version = "2.5.1"
1368source = "registry+https://github.com/rust-lang/crates.io-index"1411source = "registry+https://github.com/rust-lang/crates.io-index"
1369checksum = "f7531096570974c3a9dcf9e4b8e1cede1ec26cf5046219fb3b9d897503b9be59"1412checksum = "f7531096570974c3a9dcf9e4b8e1cede1ec26cf5046219fb3b9d897503b9be59"
1413
1414[[package]]
1415name = "evm"
1416version = "0.25.0"
1417source = "registry+https://github.com/rust-lang/crates.io-index"
1418checksum = "1b4bd1fb06a4962a243c8be285d8a9b2493ffa79acb32633ad07a0bc523b1acd"
1419dependencies = [
1420 "ethereum",
1421 "evm-core",
1422 "evm-gasometer",
1423 "evm-runtime",
1424 "log",
1425 "parity-scale-codec",
1426 "primitive-types",
1427 "rlp",
1428 "serde",
1429 "sha3 0.8.2",
1430]
1431
1432[[package]]
1433name = "evm-core"
1434version = "0.25.0"
1435source = "registry+https://github.com/rust-lang/crates.io-index"
1436checksum = "6b4eea3882c798813a6f92e8855ec1fc3f5ababd8b274cb81d4bedee701b478e"
1437dependencies = [
1438 "funty",
1439 "parity-scale-codec",
1440 "primitive-types",
1441 "serde",
1442]
1443
1444[[package]]
1445name = "evm-gasometer"
1446version = "0.25.0"
1447source = "registry+https://github.com/rust-lang/crates.io-index"
1448checksum = "0a8f04dcc8b0296652eabfa443a08ebed6071a1178e0f42a7f7b63a612bddf0b"
1449dependencies = [
1450 "evm-core",
1451 "evm-runtime",
1452 "primitive-types",
1453]
1454
1455[[package]]
1456name = "evm-runtime"
1457version = "0.25.0"
1458source = "registry+https://github.com/rust-lang/crates.io-index"
1459checksum = "54c302f29ca8bba82a382aa52d427869964179e4f24eae57bde70958ce9b7607"
1460dependencies = [
1461 "evm-core",
1462 "primitive-types",
1463 "sha3 0.8.2",
1464]
13701465
1371[[package]]1466[[package]]
1372name = "exit-future"1467name = "exit-future"
1420 "instant",1515 "instant",
1421]1516]
1517
1518[[package]]
1519name = "fc-consensus"
1520version = "0.1.0"
1521source = "git+https://github.com/PureStake/frontier.git?branch=notlesh-substrate-8b3e5bc#1f8de106db767ad957193ca4bc5b398a4191c778"
1522dependencies = [
1523 "derive_more",
1524 "fc-db",
1525 "fp-consensus",
1526 "fp-rpc",
1527 "futures 0.3.12",
1528 "log",
1529 "parity-scale-codec",
1530 "sc-client-api",
1531 "sp-api",
1532 "sp-block-builder",
1533 "sp-blockchain",
1534 "sp-consensus",
1535 "sp-core",
1536 "sp-inherents",
1537 "sp-runtime",
1538 "sp-timestamp",
1539 "substrate-prometheus-endpoint",
1540]
1541
1542[[package]]
1543name = "fc-db"
1544version = "0.1.0"
1545source = "git+https://github.com/PureStake/frontier.git?branch=notlesh-substrate-8b3e5bc#1f8de106db767ad957193ca4bc5b398a4191c778"
1546dependencies = [
1547 "kvdb",
1548 "kvdb-rocksdb",
1549 "parity-scale-codec",
1550 "parking_lot 0.11.1",
1551 "sp-core",
1552 "sp-database",
1553 "sp-runtime",
1554]
1555
1556[[package]]
1557name = "fc-mapping-sync"
1558version = "0.1.0"
1559source = "git+https://github.com/PureStake/frontier.git?branch=notlesh-substrate-8b3e5bc#1f8de106db767ad957193ca4bc5b398a4191c778"
1560dependencies = [
1561 "fc-consensus",
1562 "fc-db",
1563 "fp-consensus",
1564 "fp-rpc",
1565 "futures 0.3.12",
1566 "futures-timer 3.0.2",
1567 "log",
1568 "sc-client-api",
1569 "sp-api",
1570 "sp-blockchain",
1571 "sp-runtime",
1572]
1573
1574[[package]]
1575name = "fc-rpc"
1576version = "0.1.0"
1577source = "git+https://github.com/PureStake/frontier.git?branch=notlesh-substrate-8b3e5bc#1f8de106db767ad957193ca4bc5b398a4191c778"
1578dependencies = [
1579 "ethereum",
1580 "ethereum-types",
1581 "fc-consensus",
1582 "fc-db",
1583 "fc-rpc-core",
1584 "fp-consensus",
1585 "fp-evm",
1586 "fp-rpc",
1587 "fp-storage",
1588 "futures 0.3.12",
1589 "jsonrpc-core 15.1.0",
1590 "jsonrpc-core-client 14.2.0",
1591 "jsonrpc-derive 14.2.2",
1592 "jsonrpc-pubsub 15.1.0",
1593 "libsecp256k1",
1594 "log",
1595 "pallet-ethereum",
1596 "pallet-evm",
1597 "parity-scale-codec",
1598 "rand 0.7.3",
1599 "rlp",
1600 "rustc-hex",
1601 "sc-client-api",
1602 "sc-network",
1603 "sc-rpc",
1604 "sc-service",
1605 "sha3 0.8.2",
1606 "sp-api",
1607 "sp-blockchain",
1608 "sp-io",
1609 "sp-runtime",
1610 "sp-storage",
1611 "sp-transaction-pool",
1612]
1613
1614[[package]]
1615name = "fc-rpc-core"
1616version = "0.1.0"
1617source = "git+https://github.com/PureStake/frontier.git?branch=notlesh-substrate-8b3e5bc#1f8de106db767ad957193ca4bc5b398a4191c778"
1618dependencies = [
1619 "ethereum-types",
1620 "jsonrpc-core 15.1.0",
1621 "jsonrpc-core-client 14.2.0",
1622 "jsonrpc-derive 14.2.2",
1623 "jsonrpc-pubsub 15.1.0",
1624 "rustc-hex",
1625 "serde",
1626 "serde_json",
1627]
14221628
1423[[package]]1629[[package]]
1424name = "fdlimit"1630name = "fdlimit"
14411647
1442[[package]]1648[[package]]
1443name = "finality-grandpa"1649name = "finality-grandpa"
1444version = "0.13.0"1650version = "0.14.0"
1445source = "registry+https://github.com/rust-lang/crates.io-index"1651source = "registry+https://github.com/rust-lang/crates.io-index"
1446checksum = "2cd795898c348a8ec9edc66ec9e014031c764d4c88cc26d09b492cd93eb41339"1652checksum = "c6447e2f8178843749e8c8003206def83ec124a7859475395777a28b5338647c"
1447dependencies = [1653dependencies = [
1448 "either",1654 "either",
1449 "futures 0.3.12",1655 "futures 0.3.12",
1510[[package]]1716[[package]]
1511name = "fork-tree"1717name = "fork-tree"
1512version = "3.0.0"1718version = "3.0.0"
1513source = "registry+https://github.com/rust-lang/crates.io-index"1719source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
1514checksum = "632b95f97f332b2ff5bc3a42bc8e28772b067e333830e03fd046504f11cd0fb8"
1515dependencies = [1720dependencies = [
1516 "parity-scale-codec",1721 "parity-scale-codec",
1517]1722]
1526 "percent-encoding 2.1.0",1731 "percent-encoding 2.1.0",
1527]1732]
1733
1734[[package]]
1735name = "fp-consensus"
1736version = "0.1.0"
1737source = "git+https://github.com/PureStake/frontier.git?branch=notlesh-substrate-8b3e5bc#1f8de106db767ad957193ca4bc5b398a4191c778"
1738dependencies = [
1739 "ethereum",
1740 "parity-scale-codec",
1741 "rlp",
1742 "sha3 0.8.2",
1743 "sp-core",
1744 "sp-runtime",
1745 "sp-std",
1746]
1747
1748[[package]]
1749name = "fp-evm"
1750version = "0.8.0"
1751source = "git+https://github.com/PureStake/frontier.git?branch=notlesh-substrate-8b3e5bc#1f8de106db767ad957193ca4bc5b398a4191c778"
1752dependencies = [
1753 "evm",
1754 "impl-trait-for-tuples 0.1.3",
1755 "parity-scale-codec",
1756 "serde",
1757 "sp-core",
1758 "sp-std",
1759]
1760
1761[[package]]
1762name = "fp-rpc"
1763version = "0.1.0"
1764source = "git+https://github.com/PureStake/frontier.git?branch=notlesh-substrate-8b3e5bc#1f8de106db767ad957193ca4bc5b398a4191c778"
1765dependencies = [
1766 "ethereum",
1767 "ethereum-types",
1768 "fp-evm",
1769 "parity-scale-codec",
1770 "sp-api",
1771 "sp-core",
1772 "sp-io",
1773 "sp-runtime",
1774 "sp-std",
1775]
1776
1777[[package]]
1778name = "fp-storage"
1779version = "0.1.0"
1780source = "git+https://github.com/PureStake/frontier.git?branch=notlesh-substrate-8b3e5bc#1f8de106db767ad957193ca4bc5b398a4191c778"
1781dependencies = [
1782 "ethereum",
1783 "ethereum-types",
1784 "fp-evm",
1785 "parity-scale-codec",
1786 "sp-api",
1787 "sp-core",
1788 "sp-runtime",
1789 "sp-std",
1790]
15281791
1529[[package]]1792[[package]]
1530name = "frame-benchmarking"1793name = "frame-benchmarking"
1531version = "3.1.0"1794version = "3.1.0"
1532source = "registry+https://github.com/rust-lang/crates.io-index"1795source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
1533checksum = "70fe99487f84579a3f2c4ba52650fec875492eea41be0e4eea8019187f105052"
1534dependencies = [1796dependencies = [
1535 "frame-support",1797 "frame-support",
1536 "frame-system",1798 "frame-system",
1537 "linregress",1799 "linregress",
1800 "log",
1538 "parity-scale-codec",1801 "parity-scale-codec",
1539 "paste 1.0.4",1802 "paste 1.0.4",
1540 "sp-api",1803 "sp-api",
1548[[package]]1811[[package]]
1549name = "frame-benchmarking-cli"1812name = "frame-benchmarking-cli"
1550version = "3.0.0"1813version = "3.0.0"
1551source = "registry+https://github.com/rust-lang/crates.io-index"1814source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
1552checksum = "2921b7890c5e4421a0b2eafbf835417eed8127b1cec3e1a0389515069f11d219"
1553dependencies = [1815dependencies = [
1554 "Inflector",1816 "Inflector",
1555 "chrono",1817 "chrono",
1572[[package]]1834[[package]]
1573name = "frame-executive"1835name = "frame-executive"
1574version = "3.0.0"1836version = "3.0.0"
1575source = "registry+https://github.com/rust-lang/crates.io-index"1837source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
1576checksum = "1da8fd471442bee91b9b3f587ec832e3f47800374fdb89b4a66591cd7c42b29f"
1577dependencies = [1838dependencies = [
1578 "frame-support",1839 "frame-support",
1579 "frame-system",1840 "frame-system",
1589[[package]]1850[[package]]
1590name = "frame-metadata"1851name = "frame-metadata"
1591version = "13.0.0"1852version = "13.0.0"
1592source = "registry+https://github.com/rust-lang/crates.io-index"1853source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
1593checksum = "073f7bef18421362441a1708f8528e442234954611f95bdc554b313fb321948e"
1594dependencies = [1854dependencies = [
1595 "parity-scale-codec",1855 "parity-scale-codec",
1596 "serde",1856 "serde",
1601[[package]]1861[[package]]
1602name = "frame-support"1862name = "frame-support"
1603version = "3.0.0"1863version = "3.0.0"
1604source = "registry+https://github.com/rust-lang/crates.io-index"1864source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
1605checksum = "04e521e6214615bd82ba6b5fc7fd40a9cc14fdeb40f83da5eba12aa2f8179fb8"
1606dependencies = [1865dependencies = [
1607 "bitflags",1866 "bitflags",
1608 "frame-metadata",1867 "frame-metadata",
1609 "frame-support-procedural",1868 "frame-support-procedural",
1610 "impl-trait-for-tuples",1869 "impl-trait-for-tuples 0.2.1",
1611 "log",1870 "log",
1612 "once_cell",1871 "once_cell",
1613 "parity-scale-codec",1872 "parity-scale-codec",
1628[[package]]1887[[package]]
1629name = "frame-support-procedural"1888name = "frame-support-procedural"
1630version = "3.0.0"1889version = "3.0.0"
1631source = "registry+https://github.com/rust-lang/crates.io-index"1890source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
1632checksum = "2668e24cbaba7f0e91d0c92a94bd1ae425a942608ad0b775db32477f5df4da9e"
1633dependencies = [1891dependencies = [
1634 "Inflector",1892 "Inflector",
1635 "frame-support-procedural-tools",1893 "frame-support-procedural-tools",
1641[[package]]1899[[package]]
1642name = "frame-support-procedural-tools"1900name = "frame-support-procedural-tools"
1643version = "3.0.0"1901version = "3.0.0"
1644source = "registry+https://github.com/rust-lang/crates.io-index"1902source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
1645checksum = "d4f88cfd111e004590f4542b75e6d3302137b9067d7e7219e4ac47a535c3b5c1"
1646dependencies = [1903dependencies = [
1647 "frame-support-procedural-tools-derive",1904 "frame-support-procedural-tools-derive",
1648 "proc-macro-crate",1905 "proc-macro-crate 1.0.0",
1649 "proc-macro2",1906 "proc-macro2",
1650 "quote",1907 "quote",
1651 "syn",1908 "syn",
1654[[package]]1911[[package]]
1655name = "frame-support-procedural-tools-derive"1912name = "frame-support-procedural-tools-derive"
1656version = "3.0.0"1913version = "3.0.0"
1657source = "registry+https://github.com/rust-lang/crates.io-index"1914source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
1658checksum = "79285388b120ac96c15a791c56b26b9264f7231324fbe0fd05026acd92bf2e6a"
1659dependencies = [1915dependencies = [
1660 "proc-macro2",1916 "proc-macro2",
1661 "quote",1917 "quote",
1665[[package]]1921[[package]]
1666name = "frame-system"1922name = "frame-system"
1667version = "3.0.0"1923version = "3.0.0"
1668source = "registry+https://github.com/rust-lang/crates.io-index"1924source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
1669checksum = "f5fedbff05d665c00bf4e089b4377fcb15b8bd37ebc3e5fc06665474cf6e25d7"
1670dependencies = [1925dependencies = [
1671 "frame-support",1926 "frame-support",
1672 "impl-trait-for-tuples",1927 "impl-trait-for-tuples 0.2.1",
1928 "log",
1673 "parity-scale-codec",1929 "parity-scale-codec",
1674 "serde",1930 "serde",
1675 "sp-core",1931 "sp-core",
1682[[package]]1938[[package]]
1683name = "frame-system-benchmarking"1939name = "frame-system-benchmarking"
1684version = "3.0.0"1940version = "3.0.0"
1685source = "registry+https://github.com/rust-lang/crates.io-index"1941source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
1686checksum = "e93602f58cdab9820b6d607b7b50834d9b878efa33405a65c89ebfb5a596b584"
1687dependencies = [1942dependencies = [
1688 "frame-benchmarking",1943 "frame-benchmarking",
1689 "frame-support",1944 "frame-support",
1697[[package]]1952[[package]]
1698name = "frame-system-rpc-runtime-api"1953name = "frame-system-rpc-runtime-api"
1699version = "3.0.0"1954version = "3.0.0"
1700source = "registry+https://github.com/rust-lang/crates.io-index"1955source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
1701checksum = "5cb9d2f86a903fdee4ca3d660c767e69a743cee8aeb103563a14ea52e9f0001d"
1702dependencies = [1956dependencies = [
1703 "parity-scale-codec",1957 "parity-scale-codec",
1704 "sp-api",1958 "sp-api",
1716 "winapi 0.3.9",1970 "winapi 0.3.9",
1717]1971]
1972
1973[[package]]
1974name = "fs2"
1975version = "0.4.3"
1976source = "registry+https://github.com/rust-lang/crates.io-index"
1977checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
1978dependencies = [
1979 "libc",
1980 "winapi 0.3.9",
1981]
17181982
1719[[package]]1983[[package]]
1720name = "fuchsia-cprng"1984name = "fuchsia-cprng"
1917source = "registry+https://github.com/rust-lang/crates.io-index"2181source = "registry+https://github.com/rust-lang/crates.io-index"
1918checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"2182checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"
2183
2184[[package]]
2185name = "generator"
2186version = "0.6.25"
2187source = "registry+https://github.com/rust-lang/crates.io-index"
2188checksum = "061d3be1afec479d56fa3bd182bf966c7999ec175fcfdb87ac14d417241366c6"
2189dependencies = [
2190 "cc",
2191 "libc",
2192 "log",
2193 "rustversion",
2194 "winapi 0.3.9",
2195]
19192196
1920[[package]]2197[[package]]
1921name = "generic-array"2198name = "generic-array"
20602337
2061[[package]]2338[[package]]
2062name = "handlebars"2339name = "handlebars"
2063version = "3.5.2"2340version = "3.5.3"
2064source = "registry+https://github.com/rust-lang/crates.io-index"2341source = "registry+https://github.com/rust-lang/crates.io-index"
2065checksum = "964d0e99a61fe9b1b347389b77ebf8b7e1587b70293676aaca7d27e59b9073b2"2342checksum = "cdb0867bbc5a3da37a753e78021d5fcf8a4db00e18dd2dd90fd36e24190e162d"
2066dependencies = [2343dependencies = [
2067 "log",2344 "log",
2068 "pest",2345 "pest",
22602537
2261[[package]]2538[[package]]
2262name = "hyper"2539name = "hyper"
2263version = "0.13.10"2540version = "0.13.9"
2264source = "registry+https://github.com/rust-lang/crates.io-index"2541source = "registry+https://github.com/rust-lang/crates.io-index"
2265checksum = "8a6f157065790a3ed2f88679250419b5cdd96e714a0d65f7797fd337186e96bb"2542checksum = "f6ad767baac13b44d4529fcf58ba2cd0995e36e7b435bc5b039de6f47e880dbf"
2266dependencies = [2543dependencies = [
2267 "bytes 0.5.6",2544 "bytes 0.5.6",
2268 "futures-channel",2545 "futures-channel",
2291 "bytes 0.5.6",2568 "bytes 0.5.6",
2292 "ct-logs",2569 "ct-logs",
2293 "futures-util",2570 "futures-util",
2294 "hyper 0.13.10",2571 "hyper 0.13.9",
2295 "log",2572 "log",
2296 "rustls 0.18.1",2573 "rustls 0.18.1",
2297 "rustls-native-certs",2574 "rustls-native-certs",
23132590
2314[[package]]2591[[package]]
2315name = "idna"2592name = "idna"
2316version = "0.2.1"2593version = "0.2.0"
2317source = "registry+https://github.com/rust-lang/crates.io-index"2594source = "registry+https://github.com/rust-lang/crates.io-index"
2318checksum = "de910d521f7cc3135c4de8db1cb910e0b5ed1dc6f57c381cd07e8e661ce10094"2595checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
2319dependencies = [2596dependencies = [
2320 "matches",2597 "matches",
2321 "unicode-bidi",2598 "unicode-bidi",
2368 "parity-scale-codec",2645 "parity-scale-codec",
2369]2646]
2647
2648[[package]]
2649name = "impl-rlp"
2650version = "0.3.0"
2651source = "registry+https://github.com/rust-lang/crates.io-index"
2652checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808"
2653dependencies = [
2654 "rlp",
2655]
23702656
2371[[package]]2657[[package]]
2372name = "impl-serde"2658name = "impl-serde"
2377 "serde",2663 "serde",
2378]2664]
2665
2666[[package]]
2667name = "impl-trait-for-tuples"
2668version = "0.1.3"
2669source = "registry+https://github.com/rust-lang/crates.io-index"
2670checksum = "7ef5550a42e3740a0e71f909d4c861056a284060af885ae7aa6242820f920d9d"
2671dependencies = [
2672 "proc-macro2",
2673 "quote",
2674 "syn",
2675]
23792676
2380[[package]]2677[[package]]
2381name = "impl-trait-for-tuples"2678name = "impl-trait-for-tuples"
2481 "wasm-bindgen",2778 "wasm-bindgen",
2482]2779]
2780
2781[[package]]
2782name = "jsonrpc-client-transports"
2783version = "14.2.1"
2784source = "registry+https://github.com/rust-lang/crates.io-index"
2785checksum = "2773fa94a2a1fd51efb89a8f45b8861023dbb415d18d3c9235ae9388d780f9ec"
2786dependencies = [
2787 "failure",
2788 "futures 0.1.30",
2789 "jsonrpc-core 14.2.0",
2790 "jsonrpc-pubsub 14.2.0",
2791 "log",
2792 "serde",
2793 "serde_json",
2794 "url 1.7.2",
2795]
24832796
2484[[package]]2797[[package]]
2485name = "jsonrpc-client-transports"2798name = "jsonrpc-client-transports"
2489dependencies = [2802dependencies = [
2490 "failure",2803 "failure",
2491 "futures 0.1.30",2804 "futures 0.1.30",
2492 "jsonrpc-core",2805 "jsonrpc-core 15.1.0",
2493 "jsonrpc-pubsub",2806 "jsonrpc-pubsub 15.1.0",
2494 "log",2807 "log",
2495 "serde",2808 "serde",
2496 "serde_json",2809 "serde_json",
2497 "url 1.7.2",2810 "url 1.7.2",
2498]2811]
2812
2813[[package]]
2814name = "jsonrpc-core"
2815version = "14.2.0"
2816source = "registry+https://github.com/rust-lang/crates.io-index"
2817checksum = "a0747307121ffb9703afd93afbd0fb4f854c38fb873f2c8b90e0e902f27c7b62"
2818dependencies = [
2819 "futures 0.1.30",
2820 "log",
2821 "serde",
2822 "serde_derive",
2823 "serde_json",
2824]
24992825
2500[[package]]2826[[package]]
2501name = "jsonrpc-core"2827name = "jsonrpc-core"
2510 "serde_json",2836 "serde_json",
2511]2837]
2838
2839[[package]]
2840name = "jsonrpc-core-client"
2841version = "14.2.0"
2842source = "registry+https://github.com/rust-lang/crates.io-index"
2843checksum = "34221123bc79b66279a3fde2d3363553835b43092d629b34f2e760c44dc94713"
2844dependencies = [
2845 "jsonrpc-client-transports 14.2.1",
2846]
25122847
2513[[package]]2848[[package]]
2514name = "jsonrpc-core-client"2849name = "jsonrpc-core-client"
2515version = "15.1.0"2850version = "15.1.0"
2516source = "registry+https://github.com/rust-lang/crates.io-index"2851source = "registry+https://github.com/rust-lang/crates.io-index"
2517checksum = "6f764902d7b891344a0acb65625f32f6f7c6db006952143bd650209fbe7d94db"2852checksum = "6f764902d7b891344a0acb65625f32f6f7c6db006952143bd650209fbe7d94db"
2518dependencies = [2853dependencies = [
2519 "jsonrpc-client-transports",2854 "jsonrpc-client-transports 15.1.0",
2520]2855]
2856
2857[[package]]
2858name = "jsonrpc-derive"
2859version = "14.2.2"
2860source = "registry+https://github.com/rust-lang/crates.io-index"
2861checksum = "d0e77e8812f02155b85a677a96e1d16b60181950c0636199bc4528524fba98dc"
2862dependencies = [
2863 "proc-macro-crate 0.1.5",
2864 "proc-macro2",
2865 "quote",
2866 "syn",
2867]
25212868
2522[[package]]2869[[package]]
2523name = "jsonrpc-derive"2870name = "jsonrpc-derive"
2524version = "15.1.0"2871version = "15.1.0"
2525source = "registry+https://github.com/rust-lang/crates.io-index"2872source = "registry+https://github.com/rust-lang/crates.io-index"
2526checksum = "99a847f9ec7bb52149b2786a17c9cb260d6effc6b8eeb8c16b343a487a7563a3"2873checksum = "99a847f9ec7bb52149b2786a17c9cb260d6effc6b8eeb8c16b343a487a7563a3"
2527dependencies = [2874dependencies = [
2528 "proc-macro-crate",2875 "proc-macro-crate 0.1.5",
2529 "proc-macro2",2876 "proc-macro2",
2530 "quote",2877 "quote",
2531 "syn",2878 "syn",
2538checksum = "4fb5c4513b7b542f42da107942b7b759f27120b5cc894729f88254b28dff44b7"2885checksum = "4fb5c4513b7b542f42da107942b7b759f27120b5cc894729f88254b28dff44b7"
2539dependencies = [2886dependencies = [
2540 "hyper 0.12.35",2887 "hyper 0.12.35",
2541 "jsonrpc-core",2888 "jsonrpc-core 15.1.0",
2542 "jsonrpc-server-utils",2889 "jsonrpc-server-utils",
2543 "log",2890 "log",
2544 "net2",2891 "net2",
2552source = "registry+https://github.com/rust-lang/crates.io-index"2899source = "registry+https://github.com/rust-lang/crates.io-index"
2553checksum = "cf50e53e4eea8f421a7316c5f63e395f7bc7c4e786a6dc54d76fab6ff7aa7ce7"2900checksum = "cf50e53e4eea8f421a7316c5f63e395f7bc7c4e786a6dc54d76fab6ff7aa7ce7"
2554dependencies = [2901dependencies = [
2555 "jsonrpc-core",2902 "jsonrpc-core 15.1.0",
2556 "jsonrpc-server-utils",2903 "jsonrpc-server-utils",
2557 "log",2904 "log",
2558 "parity-tokio-ipc",2905 "parity-tokio-ipc",
2559 "parking_lot 0.10.2",2906 "parking_lot 0.10.2",
2560 "tokio-service",2907 "tokio-service",
2561]2908]
2909
2910[[package]]
2911name = "jsonrpc-pubsub"
2912version = "14.2.0"
2913source = "registry+https://github.com/rust-lang/crates.io-index"
2914checksum = "2d44f5602a11d657946aac09357956d2841299ed422035edf140c552cb057986"
2915dependencies = [
2916 "jsonrpc-core 14.2.0",
2917 "log",
2918 "parking_lot 0.10.2",
2919 "rand 0.7.3",
2920 "serde",
2921]
25622922
2563[[package]]2923[[package]]
2564name = "jsonrpc-pubsub"2924name = "jsonrpc-pubsub"
2565version = "15.1.0"2925version = "15.1.0"
2566source = "registry+https://github.com/rust-lang/crates.io-index"2926source = "registry+https://github.com/rust-lang/crates.io-index"
2567checksum = "639558e0604013be9787ae52f798506ae42bf4220fe587bdc5625871cc8b9c77"2927checksum = "639558e0604013be9787ae52f798506ae42bf4220fe587bdc5625871cc8b9c77"
2568dependencies = [2928dependencies = [
2569 "jsonrpc-core",2929 "jsonrpc-core 15.1.0",
2570 "log",2930 "log",
2571 "parking_lot 0.10.2",2931 "parking_lot 0.10.2",
2572 "rand 0.7.3",2932 "rand 0.7.3",
2581dependencies = [2941dependencies = [
2582 "bytes 0.4.12",2942 "bytes 0.4.12",
2583 "globset",2943 "globset",
2584 "jsonrpc-core",2944 "jsonrpc-core 15.1.0",
2585 "lazy_static",2945 "lazy_static",
2586 "log",2946 "log",
2587 "tokio 0.1.22",2947 "tokio 0.1.22",
2595source = "registry+https://github.com/rust-lang/crates.io-index"2955source = "registry+https://github.com/rust-lang/crates.io-index"
2596checksum = "6596fe75209b73a2a75ebe1dce4e60e03b88a2b25e8807b667597f6315150d22"2956checksum = "6596fe75209b73a2a75ebe1dce4e60e03b88a2b25e8807b667597f6315150d22"
2597dependencies = [2957dependencies = [
2598 "jsonrpc-core",2958 "jsonrpc-core 15.1.0",
2599 "jsonrpc-server-utils",2959 "jsonrpc-server-utils",
2600 "log",2960 "log",
2601 "parity-ws",2961 "parity-ws",
26873047
2688[[package]]3048[[package]]
2689name = "libc"3049name = "libc"
2690version = "0.2.86"3050version = "0.2.85"
2691source = "registry+https://github.com/rust-lang/crates.io-index"3051source = "registry+https://github.com/rust-lang/crates.io-index"
2692checksum = "b7282d924be3275cec7f6756ff4121987bc6481325397dde6ba3e7802b1a8b1c"3052checksum = "7ccac4b00700875e6a07c6cde370d44d32fa01c5a65cdd2fca6858c479d28bb3"
26933053
2694[[package]]3054[[package]]
2695name = "libloading"3055name = "libloading"
27093069
2710[[package]]3070[[package]]
2711name = "libp2p"3071name = "libp2p"
2712version = "0.34.0"3072version = "0.35.1"
2713source = "registry+https://github.com/rust-lang/crates.io-index"3073source = "registry+https://github.com/rust-lang/crates.io-index"
2714checksum = "d5133112ce42be9482f6a87be92a605dd6bbc9e93c297aee77d172ff06908f3a"3074checksum = "adc225a49973cf9ab10d0cdd6a4b8f0cda299df9b760824bbb623f15f8f0c95a"
2715dependencies = [3075dependencies = [
2716 "atomic",3076 "atomic",
2717 "bytes 1.0.1",3077 "bytes 1.0.1",
2718 "futures 0.3.12",3078 "futures 0.3.12",
2719 "lazy_static",3079 "lazy_static",
2720 "libp2p-core",3080 "libp2p-core",
2721 "libp2p-core-derive",
2722 "libp2p-deflate",3081 "libp2p-deflate",
2723 "libp2p-dns",3082 "libp2p-dns",
2724 "libp2p-floodsub",3083 "libp2p-floodsub",
2733 "libp2p-pnet",3092 "libp2p-pnet",
2734 "libp2p-request-response",3093 "libp2p-request-response",
2735 "libp2p-swarm",3094 "libp2p-swarm",
3095 "libp2p-swarm-derive",
2736 "libp2p-tcp",3096 "libp2p-tcp",
2737 "libp2p-uds",3097 "libp2p-uds",
2738 "libp2p-wasm-ext",3098 "libp2p-wasm-ext",
2779 "zeroize",3139 "zeroize",
2780]3140]
2781
2782[[package]]
2783name = "libp2p-core-derive"
2784version = "0.21.0"
2785source = "registry+https://github.com/rust-lang/crates.io-index"
2786checksum = "f4bc40943156e42138d22ed3c57ff0e1a147237742715937622a99b10fbe0156"
2787dependencies = [
2788 "quote",
2789 "syn",
2790]
27913141
2792[[package]]3142[[package]]
2793name = "libp2p-deflate"3143name = "libp2p-deflate"
28313181
2832[[package]]3182[[package]]
2833name = "libp2p-gossipsub"3183name = "libp2p-gossipsub"
2834version = "0.27.0"3184version = "0.28.0"
2835source = "registry+https://github.com/rust-lang/crates.io-index"3185source = "registry+https://github.com/rust-lang/crates.io-index"
2836checksum = "12451ba9493e87c91baf2a6dffce9ddf1fbc807a0861532d7cf477954f8ebbee"3186checksum = "502dc5fcbfec4aa1c63ef3f7307ffe20e90c1a1387bf23ed0bec087f2dde58a1"
2837dependencies = [3187dependencies = [
2838 "asynchronous-codec 0.5.0",3188 "asynchronous-codec 0.6.0",
2839 "base64 0.13.0",3189 "base64 0.13.0",
2840 "byteorder",3190 "byteorder",
2841 "bytes 1.0.1",3191 "bytes 1.0.1",
2851 "regex",3201 "regex",
2852 "sha2 0.9.3",3202 "sha2 0.9.3",
2853 "smallvec 1.6.1",3203 "smallvec 1.6.1",
2854 "unsigned-varint 0.6.0",3204 "unsigned-varint 0.7.0",
2855 "wasm-timer",3205 "wasm-timer",
2856]3206]
28573207
3001 "pin-project 1.0.5",3351 "pin-project 1.0.5",
3002 "rand 0.7.3",3352 "rand 0.7.3",
3003 "salsa20",3353 "salsa20",
3004 "sha3",3354 "sha3 0.9.1",
3005]3355]
30063356
3007[[package]]3357[[package]]
3040 "wasm-timer",3390 "wasm-timer",
3041]3391]
3392
3393[[package]]
3394name = "libp2p-swarm-derive"
3395version = "0.22.0"
3396source = "registry+https://github.com/rust-lang/crates.io-index"
3397checksum = "c564ebaa36a64839f51eaddb0243aaaa29ce64affb56129193cc3248b72af273"
3398dependencies = [
3399 "quote",
3400 "syn",
3401]
30423402
3043[[package]]3403[[package]]
3044name = "libp2p-tcp"3404name = "libp2p-tcp"
31033463
3104[[package]]3464[[package]]
3105name = "libp2p-yamux"3465name = "libp2p-yamux"
3106version = "0.30.0"3466version = "0.30.1"
3107source = "registry+https://github.com/rust-lang/crates.io-index"3467source = "registry+https://github.com/rust-lang/crates.io-index"
3108checksum = "490b8b27fc40fe35212df1b6a3d14bffaa4117cbff956fdc2892168a371102ad"3468checksum = "4819358c542a86ff95f6ae691efb4b94ddaf477079b01a686f5705b79bfc232a"
3109dependencies = [3469dependencies = [
3110 "futures 0.3.12",3470 "futures 0.3.12",
3111 "libp2p-core",3471 "libp2p-core",
3206 "value-bag",3566 "value-bag",
3207]3567]
3568
3569[[package]]
3570name = "loom"
3571version = "0.4.0"
3572source = "registry+https://github.com/rust-lang/crates.io-index"
3573checksum = "d44c73b4636e497b4917eb21c33539efa3816741a2d3ff26c6316f1b529481a4"
3574dependencies = [
3575 "cfg-if 1.0.0",
3576 "generator",
3577 "scoped-tls",
3578]
32083579
3209[[package]]3580[[package]]
3210name = "lru"3581name = "lru"
3458 "generic-array 0.14.4",3829 "generic-array 0.14.4",
3459 "multihash-derive",3830 "multihash-derive",
3460 "sha2 0.9.3",3831 "sha2 0.9.3",
3461 "sha3",3832 "sha3 0.9.1",
3462 "unsigned-varint 0.5.1",3833 "unsigned-varint 0.5.1",
3463]3834]
34643835
3468source = "registry+https://github.com/rust-lang/crates.io-index"3839source = "registry+https://github.com/rust-lang/crates.io-index"
3469checksum = "85ee3c48cb9d9b275ad967a0e96715badc13c6029adb92f34fa17b9ff28fd81f"3840checksum = "85ee3c48cb9d9b275ad967a0e96715badc13c6029adb92f34fa17b9ff28fd81f"
3470dependencies = [3841dependencies = [
3471 "proc-macro-crate",3842 "proc-macro-crate 0.1.5",
3472 "proc-macro-error",3843 "proc-macro-error",
3473 "proc-macro2",3844 "proc-macro2",
3474 "quote",3845 "quote",
34843855
3485[[package]]3856[[package]]
3486name = "multistream-select"3857name = "multistream-select"
3487version = "0.10.1"3858version = "0.10.0"
3488source = "registry+https://github.com/rust-lang/crates.io-index"3859source = "registry+https://github.com/rust-lang/crates.io-index"
3489checksum = "5df70763c86c98487451f307e1b68b4100da9076f4c12146905fc2054277f4e8"3860checksum = "10ddc0eb0117736f19d556355464fc87efc8ad98b29e3fd84f02531eb6e90840"
3490dependencies = [3861dependencies = [
3491 "bytes 1.0.1",3862 "bytes 1.0.1",
3492 "futures 0.3.12",3863 "futures 0.3.12",
3493 "log",3864 "log",
3494 "pin-project 1.0.5",3865 "pin-project 1.0.5",
3495 "smallvec 1.6.1",3866 "smallvec 1.6.1",
3496 "unsigned-varint 0.7.0",3867 "unsigned-varint 0.6.0",
3497]3868]
34983869
3499[[package]]3870[[package]]
35253896
3526[[package]]3897[[package]]
3527name = "nb-connect"3898name = "nb-connect"
3528version = "1.0.3"3899version = "1.0.2"
3529source = "registry+https://github.com/rust-lang/crates.io-index"3900source = "registry+https://github.com/rust-lang/crates.io-index"
3530checksum = "670361df1bc2399ee1ff50406a0d422587dd3bb0da596e1978fe8e05dabddf4f"3901checksum = "8123a81538e457d44b933a02faf885d3fe8408806b23fa700e8f01c6c3a98998"
3531dependencies = [3902dependencies = [
3532 "libc",3903 "libc",
3533 "socket2",3904 "winapi 0.3.9",
3534]3905]
35353906
3536[[package]]3907[[package]]
3548name = "nft"3919name = "nft"
3549version = "3.0.0"3920version = "3.0.0"
3550dependencies = [3921dependencies = [
3922 "fc-consensus",
3923 "fc-db",
3924 "fc-mapping-sync",
3925 "fc-rpc",
3926 "fc-rpc-core",
3551 "flexi_logger",3927 "flexi_logger",
3928 "fp-rpc",
3552 "frame-benchmarking",3929 "frame-benchmarking",
3553 "frame-benchmarking-cli",3930 "frame-benchmarking-cli",
3554 "futures 0.3.12",3931 "futures 0.3.12",
3555 "jsonrpc-core",3932 "jsonrpc-core 15.1.0",
3933 "jsonrpc-pubsub 15.1.0",
3556 "log",3934 "log",
3557 "nft-runtime",3935 "nft-runtime",
3558 "pallet-contracts-rpc",3936 "pallet-contracts-rpc",
3937 "pallet-ethereum",
3559 "pallet-transaction-payment-rpc",3938 "pallet-transaction-payment-rpc",
3560 "parking_lot 0.10.2",3939 "parking_lot 0.10.2",
3561 "sc-basic-authorship",3940 "sc-basic-authorship",
3583 "sp-finality-grandpa",3962 "sp-finality-grandpa",
3584 "sp-inherents",3963 "sp-inherents",
3585 "sp-runtime",3964 "sp-runtime",
3965 "sp-timestamp",
3586 "sp-transaction-pool",3966 "sp-transaction-pool",
3587 "structopt",3967 "structopt",
3588 "substrate-build-script-utils",3968 "substrate-build-script-utils",
3593name = "nft-runtime"3973name = "nft-runtime"
3594version = "3.0.0"3974version = "3.0.0"
3595dependencies = [3975dependencies = [
3976 "fp-rpc",
3596 "frame-benchmarking",3977 "frame-benchmarking",
3597 "frame-executive",3978 "frame-executive",
3598 "frame-support",3979 "frame-support",
3605 "pallet-contracts",3986 "pallet-contracts",
3606 "pallet-contracts-primitives",3987 "pallet-contracts-primitives",
3607 "pallet-contracts-rpc-runtime-api",3988 "pallet-contracts-rpc-runtime-api",
3989 "pallet-ethereum",
3990 "pallet-evm",
3608 "pallet-grandpa",3991 "pallet-grandpa",
3609 "pallet-nft",3992 "pallet-nft",
3610 "pallet-randomness-collective-flip",3993 "pallet-randomness-collective-flip",
3772[[package]]4155[[package]]
3773name = "pallet-aura"4156name = "pallet-aura"
3774version = "3.0.0"4157version = "3.0.0"
3775source = "registry+https://github.com/rust-lang/crates.io-index"4158source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
3776checksum = "73ff6054e982e7841a2519c988680620a85c1da5cd32363998a30302ed47f6f9"
3777dependencies = [4159dependencies = [
3778 "frame-support",4160 "frame-support",
3779 "frame-system",4161 "frame-system",
3785 "sp-consensus-aura",4167 "sp-consensus-aura",
3786 "sp-runtime",4168 "sp-runtime",
3787 "sp-std",4169 "sp-std",
3788 "sp-timestamp",
3789]4170]
37904171
3791[[package]]4172[[package]]
3792name = "pallet-authorship"4173name = "pallet-authorship"
3793version = "3.0.0"4174version = "3.0.0"
3794source = "registry+https://github.com/rust-lang/crates.io-index"4175source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
3795checksum = "47433a94141451e7079aabf3ca28f2bde8c642d84b568be9626e9b7cae8b11b1"
3796dependencies = [4176dependencies = [
3797 "frame-support",4177 "frame-support",
3798 "frame-system",4178 "frame-system",
3799 "impl-trait-for-tuples",4179 "impl-trait-for-tuples 0.2.1",
3800 "parity-scale-codec",4180 "parity-scale-codec",
3801 "sp-authorship",4181 "sp-authorship",
3802 "sp-inherents",4182 "sp-inherents",
3807[[package]]4187[[package]]
3808name = "pallet-balances"4188name = "pallet-balances"
3809version = "3.0.0"4189version = "3.0.0"
3810source = "registry+https://github.com/rust-lang/crates.io-index"4190source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
3811checksum = "41aaeaf084e594273f82bcbf96416ef1fcab602e15dd1df04b9930eceb2eb518"
3812dependencies = [4191dependencies = [
3813 "frame-benchmarking",4192 "frame-benchmarking",
3814 "frame-support",4193 "frame-support",
3815 "frame-system",4194 "frame-system",
4195 "log",
3816 "parity-scale-codec",4196 "parity-scale-codec",
3817 "serde",4197 "serde",
3818 "sp-runtime",4198 "sp-runtime",
3822[[package]]4202[[package]]
3823name = "pallet-contracts"4203name = "pallet-contracts"
3824version = "3.0.0"4204version = "3.0.0"
3825source = "registry+https://github.com/rust-lang/crates.io-index"4205source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
3826checksum = "d0979c1dd82fc56a87b37311006fe56f406de027c24591353058e9e9fc56487c"
3827dependencies = [4206dependencies = [
3828 "frame-support",4207 "frame-support",
3829 "frame-system",4208 "frame-system",
4209 "log",
3830 "pallet-contracts-primitives",4210 "pallet-contracts-primitives",
3831 "pallet-contracts-proc-macro",4211 "pallet-contracts-proc-macro",
3832 "parity-scale-codec",4212 "parity-scale-codec",
3844[[package]]4224[[package]]
3845name = "pallet-contracts-primitives"4225name = "pallet-contracts-primitives"
3846version = "3.0.0"4226version = "3.0.0"
3847source = "registry+https://github.com/rust-lang/crates.io-index"4227source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
3848checksum = "621d75148763349f72e76e79f62365d28adb51e3f2e0285e4e8b8600ae600978"
3849dependencies = [4228dependencies = [
3850 "bitflags",4229 "bitflags",
3851 "parity-scale-codec",4230 "parity-scale-codec",
3856[[package]]4235[[package]]
3857name = "pallet-contracts-proc-macro"4236name = "pallet-contracts-proc-macro"
3858version = "3.0.0"4237version = "3.0.0"
3859source = "registry+https://github.com/rust-lang/crates.io-index"4238source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
3860checksum = "90046017aeee3f77752a6c77cdfb1bc93eb728591dc6edad36e2706f7626fd50"
3861dependencies = [4239dependencies = [
3862 "proc-macro2",4240 "proc-macro2",
3863 "quote",4241 "quote",
3867[[package]]4245[[package]]
3868name = "pallet-contracts-rpc"4246name = "pallet-contracts-rpc"
3869version = "3.0.0"4247version = "3.0.0"
3870source = "registry+https://github.com/rust-lang/crates.io-index"4248source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
3871checksum = "22491e3c304819f96c83d02e43bd99128e4e42a57da4d6a9d4b5193778da915b"
3872dependencies = [4249dependencies = [
3873 "jsonrpc-core",4250 "jsonrpc-core 15.1.0",
3874 "jsonrpc-core-client",4251 "jsonrpc-core-client 15.1.0",
3875 "jsonrpc-derive",4252 "jsonrpc-derive 15.1.0",
3876 "pallet-contracts-primitives",4253 "pallet-contracts-primitives",
3877 "pallet-contracts-rpc-runtime-api",4254 "pallet-contracts-rpc-runtime-api",
3878 "parity-scale-codec",4255 "parity-scale-codec",
3887[[package]]4264[[package]]
3888name = "pallet-contracts-rpc-runtime-api"4265name = "pallet-contracts-rpc-runtime-api"
3889version = "3.0.0"4266version = "3.0.0"
3890source = "registry+https://github.com/rust-lang/crates.io-index"4267source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
3891checksum = "bb4b410cb148e68256e3827854a67ec34b16157f448e78173219dcd6a8ec7343"
3892dependencies = [4268dependencies = [
3893 "pallet-contracts-primitives",4269 "pallet-contracts-primitives",
3894 "parity-scale-codec",4270 "parity-scale-codec",
3897 "sp-std",4273 "sp-std",
3898]4274]
4275
4276[[package]]
4277name = "pallet-ethereum"
4278version = "0.1.0"
4279source = "git+https://github.com/PureStake/frontier.git?branch=notlesh-substrate-8b3e5bc#1f8de106db767ad957193ca4bc5b398a4191c778"
4280dependencies = [
4281 "ethereum",
4282 "ethereum-types",
4283 "evm",
4284 "fp-consensus",
4285 "fp-evm",
4286 "fp-rpc",
4287 "fp-storage",
4288 "frame-support",
4289 "frame-system",
4290 "libsecp256k1",
4291 "pallet-balances",
4292 "pallet-evm",
4293 "pallet-timestamp",
4294 "parity-scale-codec",
4295 "rlp",
4296 "rustc-hex",
4297 "serde",
4298 "sha3 0.8.2",
4299 "sp-io",
4300 "sp-runtime",
4301 "sp-std",
4302]
4303
4304[[package]]
4305name = "pallet-evm"
4306version = "3.0.0"
4307source = "git+https://github.com/PureStake/frontier.git?branch=notlesh-substrate-8b3e5bc#1f8de106db767ad957193ca4bc5b398a4191c778"
4308dependencies = [
4309 "evm",
4310 "evm-gasometer",
4311 "evm-runtime",
4312 "fp-evm",
4313 "frame-support",
4314 "frame-system",
4315 "pallet-balances",
4316 "pallet-timestamp",
4317 "parity-scale-codec",
4318 "primitive-types",
4319 "rlp",
4320 "serde",
4321 "sha3 0.8.2",
4322 "sp-core",
4323 "sp-io",
4324 "sp-runtime",
4325 "sp-std",
4326]
38994327
3900[[package]]4328[[package]]
3901name = "pallet-grandpa"4329name = "pallet-grandpa"
3902version = "3.0.0"4330version = "3.0.0"
3903source = "registry+https://github.com/rust-lang/crates.io-index"4331source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
3904checksum = "7c012cb0337ce1eaf0685be2777bce1ef8c5d7b7be77ea33916c316b40af43fa"
3905dependencies = [4332dependencies = [
3906 "frame-benchmarking",4333 "frame-benchmarking",
3907 "frame-support",4334 "frame-support",
3908 "frame-system",4335 "frame-system",
4336 "log",
3909 "pallet-authorship",4337 "pallet-authorship",
3910 "pallet-session",4338 "pallet-session",
3911 "parity-scale-codec",4339 "parity-scale-codec",
3942[[package]]4370[[package]]
3943name = "pallet-randomness-collective-flip"4371name = "pallet-randomness-collective-flip"
3944version = "3.0.0"4372version = "3.0.0"
3945source = "registry+https://github.com/rust-lang/crates.io-index"4373source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
3946checksum = "ca3ea6fa9aa36735ec11d7ec4d97dd6472650c0656fdc6d4adaca2578bd71134"
3947dependencies = [4374dependencies = [
3948 "frame-support",4375 "frame-support",
3949 "frame-system",4376 "frame-system",
3956[[package]]4383[[package]]
3957name = "pallet-session"4384name = "pallet-session"
3958version = "3.0.0"4385version = "3.0.0"
3959source = "registry+https://github.com/rust-lang/crates.io-index"4386source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
3960checksum = "6d243c3ccac56a4c55fade6be5c5af1de07fac374fa7856377980a76b0c193cf"
3961dependencies = [4387dependencies = [
3962 "frame-support",4388 "frame-support",
3963 "frame-system",4389 "frame-system",
3964 "impl-trait-for-tuples",4390 "impl-trait-for-tuples 0.2.1",
3965 "pallet-timestamp",4391 "pallet-timestamp",
3966 "parity-scale-codec",4392 "parity-scale-codec",
3967 "serde",4393 "serde",
3977[[package]]4403[[package]]
3978name = "pallet-sudo"4404name = "pallet-sudo"
3979version = "3.0.0"4405version = "3.0.0"
3980source = "registry+https://github.com/rust-lang/crates.io-index"4406source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
3981checksum = "c4a96774302e3824b7924c2465935ca4d558ea5f6a762c043fbc45fd2646ce89"
3982dependencies = [4407dependencies = [
3983 "frame-support",4408 "frame-support",
3984 "frame-system",4409 "frame-system",
3992[[package]]4417[[package]]
3993name = "pallet-timestamp"4418name = "pallet-timestamp"
3994version = "3.0.0"4419version = "3.0.0"
3995source = "registry+https://github.com/rust-lang/crates.io-index"4420source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
3996checksum = "b17dd274716a55a2c3e34d9c0ed66aaac3d7e0393ec9fd985e2b8532d697a7f3"
3997dependencies = [4421dependencies = [
3998 "frame-benchmarking",4422 "frame-benchmarking",
3999 "frame-support",4423 "frame-support",
4000 "frame-system",4424 "frame-system",
4001 "impl-trait-for-tuples",4425 "impl-trait-for-tuples 0.2.1",
4426 "log",
4002 "parity-scale-codec",4427 "parity-scale-codec",
4003 "serde",4428 "serde",
4004 "sp-inherents",4429 "sp-inherents",
4011[[package]]4436[[package]]
4012name = "pallet-transaction-payment"4437name = "pallet-transaction-payment"
4013version = "3.0.0"4438version = "3.0.0"
4014source = "registry+https://github.com/rust-lang/crates.io-index"4439source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
4015checksum = "48e10dc1a10dd3f52edb20d3885cf5b2b16f26273a4d93e61331c6691fb13ab3"
4016dependencies = [4440dependencies = [
4017 "frame-support",4441 "frame-support",
4018 "frame-system",4442 "frame-system",
4028[[package]]4452[[package]]
4029name = "pallet-transaction-payment-rpc"4453name = "pallet-transaction-payment-rpc"
4030version = "3.0.0"4454version = "3.0.0"
4031source = "registry+https://github.com/rust-lang/crates.io-index"4455source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
4032checksum = "7835717b7d8fb59c33dd73f083c68a6d143a1dbe6029364c63ea7f4cb0ba3f9c"
4033dependencies = [4456dependencies = [
4034 "jsonrpc-core",4457 "jsonrpc-core 15.1.0",
4035 "jsonrpc-core-client",4458 "jsonrpc-core-client 15.1.0",
4036 "jsonrpc-derive",4459 "jsonrpc-derive 15.1.0",
4037 "pallet-transaction-payment-rpc-runtime-api",4460 "pallet-transaction-payment-rpc-runtime-api",
4038 "parity-scale-codec",4461 "parity-scale-codec",
4039 "sp-api",4462 "sp-api",
4046[[package]]4469[[package]]
4047name = "pallet-transaction-payment-rpc-runtime-api"4470name = "pallet-transaction-payment-rpc-runtime-api"
4048version = "3.0.0"4471version = "3.0.0"
4049source = "registry+https://github.com/rust-lang/crates.io-index"4472source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
4050checksum = "7a92d3383260d0d19d9a36f40766d48d779fd19baccba8b20c3e7d2670a26ee1"
4051dependencies = [4473dependencies = [
4052 "pallet-transaction-payment",4474 "pallet-transaction-payment",
4053 "parity-scale-codec",4475 "parity-scale-codec",
4058[[package]]4480[[package]]
4059name = "pallet-treasury"4481name = "pallet-treasury"
4060version = "3.0.0"4482version = "3.0.0"
4061source = "registry+https://github.com/rust-lang/crates.io-index"4483source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
4062checksum = "d19f881664d42d1c33dd67e690d6bddd35d38723fcc099b19304f9723fc3070c"
4063dependencies = [4484dependencies = [
4064 "frame-support",4485 "frame-support",
4065 "frame-system",4486 "frame-system",
4066 "impl-trait-for-tuples",4487 "impl-trait-for-tuples 0.2.1",
4067 "pallet-balances",4488 "pallet-balances",
4068 "parity-scale-codec",4489 "parity-scale-codec",
4069 "serde",4490 "serde",
4074[[package]]4495[[package]]
4075name = "pallet-vesting"4496name = "pallet-vesting"
4076version = "3.0.0"4497version = "3.0.0"
4077source = "registry+https://github.com/rust-lang/crates.io-index"4498source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
4078checksum = "4e4e1af42bbdf1d477c3762387c74855f24bca47700df3ce7d9428045986b544"
4079dependencies = [4499dependencies = [
4080 "enumflags2",4500 "enumflags2",
4081 "frame-support",4501 "frame-support",
40884508
4089[[package]]4509[[package]]
4090name = "parity-db"4510name = "parity-db"
4091version = "0.2.2"4511version = "0.2.3"
4092source = "registry+https://github.com/rust-lang/crates.io-index"4512source = "registry+https://github.com/rust-lang/crates.io-index"
4093checksum = "111e193c96758d476d272093a853882668da17489f76bf4361b8decae0b6c515"4513checksum = "495197c078e54b8735181aa35c00a327f7f3a3cc00a1ee8c95926dd010f0ec6b"
4094dependencies = [4514dependencies = [
4095 "blake2-rfc",4515 "blake2-rfc",
4096 "crc32fast",4516 "crc32fast",
4517 "fs2",
4097 "hex",4518 "hex",
4098 "libc",4519 "libc",
4099 "log",4520 "log",
4139source = "registry+https://github.com/rust-lang/crates.io-index"4560source = "registry+https://github.com/rust-lang/crates.io-index"
4140checksum = "fa04976a81fde04924b40cc4036c4d12841e8bb04325a5cf2ada75731a150a7d"4561checksum = "fa04976a81fde04924b40cc4036c4d12841e8bb04325a5cf2ada75731a150a7d"
4141dependencies = [4562dependencies = [
4142 "proc-macro-crate",4563 "proc-macro-crate 0.1.5",
4143 "proc-macro2",4564 "proc-macro2",
4144 "quote",4565 "quote",
4145 "syn",4566 "syn",
4178dependencies = [4599dependencies = [
4179 "cfg-if 1.0.0",4600 "cfg-if 1.0.0",
4180 "hashbrown",4601 "hashbrown",
4181 "impl-trait-for-tuples",4602 "impl-trait-for-tuples 0.2.1",
4182 "parity-util-mem-derive",4603 "parity-util-mem-derive",
4183 "parking_lot 0.11.1",4604 "parking_lot 0.11.1",
4184 "primitive-types",4605 "primitive-types",
4265dependencies = [4686dependencies = [
4266 "instant",4687 "instant",
4267 "lock_api 0.4.2",4688 "lock_api 0.4.2",
4268 "parking_lot_core 0.8.3",4689 "parking_lot_core 0.8.2",
4269]4690]
42704691
4271[[package]]4692[[package]]
42994720
4300[[package]]4721[[package]]
4301name = "parking_lot_core"4722name = "parking_lot_core"
4302version = "0.8.3"4723version = "0.8.2"
4303source = "registry+https://github.com/rust-lang/crates.io-index"4724source = "registry+https://github.com/rust-lang/crates.io-index"
4304checksum = "fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018"4725checksum = "9ccb628cad4f84851442432c60ad8e1f607e29752d0bf072cbd0baf28aa34272"
4305dependencies = [4726dependencies = [
4306 "cfg-if 1.0.0",4727 "cfg-if 1.0.0",
4307 "instant",4728 "instant",
4308 "libc",4729 "libc",
4309 "redox_syscall 0.2.5",4730 "redox_syscall 0.1.57",
4310 "smallvec 1.6.1",4731 "smallvec 1.6.1",
4311 "winapi 0.3.9",4732 "winapi 0.3.9",
4312]4733]
4550dependencies = [4971dependencies = [
4551 "fixed-hash",4972 "fixed-hash",
4552 "impl-codec",4973 "impl-codec",
4974 "impl-rlp",
4553 "impl-serde",4975 "impl-serde",
4554 "uint",4976 "uint",
4555]4977]
4563 "toml",4985 "toml",
4564]4986]
4987
4988[[package]]
4989name = "proc-macro-crate"
4990version = "1.0.0"
4991source = "registry+https://github.com/rust-lang/crates.io-index"
4992checksum = "41fdbd1df62156fbc5945f4762632564d7d038153091c3fcf1067f6aef7cff92"
4993dependencies = [
4994 "thiserror",
4995 "toml",
4996]
45654997
4566[[package]]4998[[package]]
4567name = "proc-macro-error"4999name = "proc-macro-error"
47295161
4730[[package]]5162[[package]]
4731name = "quote"5163name = "quote"
4732version = "1.0.9"5164version = "1.0.8"
4733source = "registry+https://github.com/rust-lang/crates.io-index"5165source = "registry+https://github.com/rust-lang/crates.io-index"
4734checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"5166checksum = "991431c3519a3f36861882da93630ce66b52918dcf1b8e2fd66b397fc96f28df"
4735dependencies = [5167dependencies = [
4736 "proc-macro2",5168 "proc-macro2",
4737]5169]
4787dependencies = [5219dependencies = [
4788 "libc",5220 "libc",
4789 "rand_chacha 0.3.0",5221 "rand_chacha 0.3.0",
4790 "rand_core 0.6.2",5222 "rand_core 0.6.1",
4791 "rand_hc 0.3.0",5223 "rand_hc 0.3.0",
4792]5224]
47935225
4808checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"5240checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
4809dependencies = [5241dependencies = [
4810 "ppv-lite86",5242 "ppv-lite86",
4811 "rand_core 0.6.2",5243 "rand_core 0.6.1",
4812]5244]
48135245
4814[[package]]5246[[package]]
48375269
4838[[package]]5270[[package]]
4839name = "rand_core"5271name = "rand_core"
4840version = "0.6.2"5272version = "0.6.1"
4841source = "registry+https://github.com/rust-lang/crates.io-index"5273source = "registry+https://github.com/rust-lang/crates.io-index"
4842checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7"5274checksum = "c026d7df8b298d90ccbbc5190bd04d85e159eaf5576caeacf8741da93ccbd2e5"
4843dependencies = [5275dependencies = [
4844 "getrandom 0.2.2",5276 "getrandom 0.2.2",
4845]5277]
4868source = "registry+https://github.com/rust-lang/crates.io-index"5300source = "registry+https://github.com/rust-lang/crates.io-index"
4869checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"5301checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"
4870dependencies = [5302dependencies = [
4871 "rand_core 0.6.2",5303 "rand_core 0.6.1",
4872]5304]
48735305
4874[[package]]5306[[package]]
49395371
4940[[package]]5372[[package]]
4941name = "redox_syscall"5373name = "redox_syscall"
4942version = "0.2.5"5374version = "0.2.4"
4943source = "registry+https://github.com/rust-lang/crates.io-index"5375source = "registry+https://github.com/rust-lang/crates.io-index"
4944checksum = "94341e4e44e24f6b591b59e47a8a027df12e008d73fd5672dbea9cc22f4507d9"5376checksum = "05ec8ca9416c5ea37062b502703cd7fcb207736bc294f6e0cf367ac6fc234570"
4945dependencies = [5377dependencies = [
4946 "bitflags",5378 "bitflags",
4947]5379]
4964checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"5396checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
4965dependencies = [5397dependencies = [
4966 "getrandom 0.2.2",5398 "getrandom 0.2.2",
4967 "redox_syscall 0.2.5",5399 "redox_syscall 0.2.4",
4968]5400]
49695401
4970[[package]]5402[[package]]
5068 "winapi 0.3.9",5500 "winapi 0.3.9",
5069]5501]
5502
5503[[package]]
5504name = "rlp"
5505version = "0.5.0"
5506source = "registry+https://github.com/rust-lang/crates.io-index"
5507checksum = "e54369147e3e7796c9b885c7304db87ca3d09a0a98f72843d532868675bbfba8"
5508dependencies = [
5509 "bytes 1.0.1",
5510 "rustc-hex",
5511]
5512
5513[[package]]
5514name = "rlp-derive"
5515version = "0.1.0"
5516source = "registry+https://github.com/rust-lang/crates.io-index"
5517checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"
5518dependencies = [
5519 "proc-macro2",
5520 "quote",
5521 "syn",
5522]
50705523
5071[[package]]5524[[package]]
5072name = "rocksdb"5525name = "rocksdb"
5165 "security-framework",5618 "security-framework",
5166]5619]
5620
5621[[package]]
5622name = "rustversion"
5623version = "1.0.4"
5624source = "registry+https://github.com/rust-lang/crates.io-index"
5625checksum = "cb5d2a036dc6d2d8fd16fde3498b04306e29bd193bf306a57427019b823d5acd"
51675626
5168[[package]]5627[[package]]
5169name = "rw-stream-sink"5628name = "rw-stream-sink"
5212[[package]]5671[[package]]
5213name = "sc-basic-authorship"5672name = "sc-basic-authorship"
5214version = "0.9.0"5673version = "0.9.0"
5215source = "registry+https://github.com/rust-lang/crates.io-index"5674source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
5216checksum = "de86afb63617599821312bda08882451ff2b49d9c45e22513ddff5a07c6d966e"
5217dependencies = [5675dependencies = [
5218 "futures 0.3.12",5676 "futures 0.3.12",
5219 "futures-timer 3.0.2",5677 "futures-timer 3.0.2",
5236[[package]]5694[[package]]
5237name = "sc-block-builder"5695name = "sc-block-builder"
5238version = "0.9.0"5696version = "0.9.0"
5239source = "registry+https://github.com/rust-lang/crates.io-index"5697source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
5240checksum = "9862161f9d09d870401c7256c89ad1eb3afa56a61f7d7135c2bac76ff7152955"
5241dependencies = [5698dependencies = [
5242 "parity-scale-codec",5699 "parity-scale-codec",
5243 "sc-client-api",5700 "sc-client-api",
5244 "sp-api",5701 "sp-api",
5245 "sp-block-builder",5702 "sp-block-builder",
5246 "sp-blockchain",5703 "sp-blockchain",
5247 "sp-consensus",
5248 "sp-core",5704 "sp-core",
5249 "sp-inherents",5705 "sp-inherents",
5250 "sp-runtime",5706 "sp-runtime",
5254[[package]]5710[[package]]
5255name = "sc-chain-spec"5711name = "sc-chain-spec"
5256version = "3.0.0"5712version = "3.0.0"
5257source = "registry+https://github.com/rust-lang/crates.io-index"5713source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
5258checksum = "50d97030776b49bc9c109e2d349212d8f2500637761048e1af5b7ce2dfd994c7"
5259dependencies = [5714dependencies = [
5260 "impl-trait-for-tuples",5715 "impl-trait-for-tuples 0.2.1",
5261 "parity-scale-codec",5716 "parity-scale-codec",
5262 "sc-chain-spec-derive",5717 "sc-chain-spec-derive",
5263 "sc-consensus-babe",5718 "sc-consensus-babe",
5276[[package]]5731[[package]]
5277name = "sc-chain-spec-derive"5732name = "sc-chain-spec-derive"
5278version = "3.0.0"5733version = "3.0.0"
5279source = "registry+https://github.com/rust-lang/crates.io-index"5734source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
5280checksum = "5f14985513db9798fcedea58bdc8a08f1c6b3a515d6546ced7467b059b7982c4"
5281dependencies = [5735dependencies = [
5282 "proc-macro-crate",5736 "proc-macro-crate 1.0.0",
5283 "proc-macro2",5737 "proc-macro2",
5284 "quote",5738 "quote",
5285 "syn",5739 "syn",
5288[[package]]5742[[package]]
5289name = "sc-cli"5743name = "sc-cli"
5290version = "0.9.0"5744version = "0.9.0"
5291source = "registry+https://github.com/rust-lang/crates.io-index"5745source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
5292checksum = "7ec1647b5c1483fa05f7f32e436d0e378e2f3d5696a5a30bddf66f5faf28acb4"
5293dependencies = [5746dependencies = [
5294 "chrono",5747 "chrono",
5295 "fdlimit",5748 "fdlimit",
5327[[package]]5780[[package]]
5328name = "sc-client-api"5781name = "sc-client-api"
5329version = "3.0.0"5782version = "3.0.0"
5330source = "registry+https://github.com/rust-lang/crates.io-index"5783source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
5331checksum = "56d8b2c8dc0cee9ac56e87ad50c980edbdeb35bdd5b5d9da4ae90567423363be"
5332dependencies = [5784dependencies = [
5333 "derive_more",5785 "derive_more",
5334 "fnv",5786 "fnv",
5362[[package]]5814[[package]]
5363name = "sc-client-db"5815name = "sc-client-db"
5364version = "0.9.0"5816version = "0.9.0"
5365source = "registry+https://github.com/rust-lang/crates.io-index"5817source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
5366checksum = "5741e447d71ff36c147f961b2271b6b3fad0cc347e96936bc8b63ddffa594b27"
5367dependencies = [5818dependencies = [
5368 "blake2-rfc",5819 "blake2-rfc",
5369 "hash-db",5820 "hash-db",
5393[[package]]5844[[package]]
5394name = "sc-consensus"5845name = "sc-consensus"
5395version = "0.9.0"5846version = "0.9.0"
5396source = "registry+https://github.com/rust-lang/crates.io-index"5847source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
5397checksum = "99f20cc8b8a74e218365ac4187bce26ea631d58d221caa1797bc6ec8056dba33"
5398dependencies = [5848dependencies = [
5399 "sc-client-api",5849 "sc-client-api",
5400 "sp-blockchain",5850 "sp-blockchain",
5405[[package]]5855[[package]]
5406name = "sc-consensus-aura"5856name = "sc-consensus-aura"
5407version = "0.9.0"5857version = "0.9.0"
5408source = "registry+https://github.com/rust-lang/crates.io-index"5858source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
5409checksum = "8e0d32ccddef567a0fe373729aa4da51b2d437cbb102b9810400c9e77e040c1d"
5410dependencies = [5859dependencies = [
5411 "derive_more",5860 "derive_more",
5412 "futures 0.3.12",5861 "futures 0.3.12",
5438[[package]]5887[[package]]
5439name = "sc-consensus-babe"5888name = "sc-consensus-babe"
5440version = "0.9.0"5889version = "0.9.0"
5441source = "registry+https://github.com/rust-lang/crates.io-index"5890source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
5442checksum = "98d52048476e0fcb53feae8ca919a602104f1ba0b89a729b496440f36b332961"
5443dependencies = [5891dependencies = [
5444 "derive_more",5892 "derive_more",
5445 "fork-tree",5893 "fork-tree",
5485[[package]]5933[[package]]
5486name = "sc-consensus-epochs"5934name = "sc-consensus-epochs"
5487version = "0.9.0"5935version = "0.9.0"
5488source = "registry+https://github.com/rust-lang/crates.io-index"5936source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
5489checksum = "326313ffb249a526e8ee8e08af9fdf0c4459cebeaa760b934e9df3985b68e4df"
5490dependencies = [5937dependencies = [
5491 "fork-tree",5938 "fork-tree",
5492 "parity-scale-codec",5939 "parity-scale-codec",
5499[[package]]5946[[package]]
5500name = "sc-consensus-slots"5947name = "sc-consensus-slots"
5501version = "0.9.0"5948version = "0.9.0"
5502source = "registry+https://github.com/rust-lang/crates.io-index"5949source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
5503checksum = "76e09ff8b680d449102da9717a70c3bbbbb981fd4cf1bfbafc1739d954eb0898"
5504dependencies = [5950dependencies = [
5505 "futures 0.3.12",5951 "futures 0.3.12",
5506 "futures-timer 3.0.2",5952 "futures-timer 3.0.2",
5526[[package]]5972[[package]]
5527name = "sc-consensus-uncles"5973name = "sc-consensus-uncles"
5528version = "0.9.0"5974version = "0.9.0"
5529source = "registry+https://github.com/rust-lang/crates.io-index"5975source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
5530checksum = "37294bae6d787eecf2b15255dc75cd559b4ad813e0efcf28cd4423e218931b80"
5531dependencies = [5976dependencies = [
5532 "log",5977 "log",
5533 "sc-client-api",5978 "sc-client-api",
5541[[package]]5986[[package]]
5542name = "sc-executor"5987name = "sc-executor"
5543version = "0.9.0"5988version = "0.9.0"
5544source = "registry+https://github.com/rust-lang/crates.io-index"5989source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
5545checksum = "bace6a35999d2da7311d8fb98a29c1e89dbf0d14e50ac14140f2c38089819f46"
5546dependencies = [5990dependencies = [
5547 "derive_more",5991 "derive_more",
5548 "lazy_static",5992 "lazy_static",
5571[[package]]6015[[package]]
5572name = "sc-executor-common"6016name = "sc-executor-common"
5573version = "0.9.0"6017version = "0.9.0"
5574source = "registry+https://github.com/rust-lang/crates.io-index"6018source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
5575checksum = "87004102a8e95f432f1c624c7fa7fb0edc5995db2e0fcbabbb697f1955e7c1d2"
5576dependencies = [6019dependencies = [
5577 "derive_more",6020 "derive_more",
5578 "parity-scale-codec",6021 "parity-scale-codec",
5588[[package]]6031[[package]]
5589name = "sc-executor-wasmi"6032name = "sc-executor-wasmi"
5590version = "0.9.0"6033version = "0.9.0"
5591source = "registry+https://github.com/rust-lang/crates.io-index"6034source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
5592checksum = "2d3d7b6db2df5f2c24848883a855a8276363f00cef5b49744974f7e1203bf274"
5593dependencies = [6035dependencies = [
5594 "log",6036 "log",
5595 "parity-scale-codec",6037 "parity-scale-codec",
5604[[package]]6046[[package]]
5605name = "sc-executor-wasmtime"6047name = "sc-executor-wasmtime"
5606version = "0.9.0"6048version = "0.9.0"
5607source = "registry+https://github.com/rust-lang/crates.io-index"6049source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
5608checksum = "24673c981fad2dff4398a09a1086579e2774f18d81639fa2bd9cb215e6dd9e36"
5609dependencies = [6050dependencies = [
5610 "log",6051 "log",
5611 "parity-scale-codec",6052 "parity-scale-codec",
5623[[package]]6064[[package]]
5624name = "sc-finality-grandpa"6065name = "sc-finality-grandpa"
5625version = "0.9.0"6066version = "0.9.0"
5626source = "registry+https://github.com/rust-lang/crates.io-index"6067source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
5627checksum = "a7e87e63c57933e173a8643ff197b579e3fc5c91b16ca006096f482de8159318"
5628dependencies = [6068dependencies = [
5629 "derive_more",6069 "derive_more",
6070 "dyn-clone",
5630 "finality-grandpa",6071 "finality-grandpa",
5631 "fork-tree",6072 "fork-tree",
5632 "futures 0.3.12",6073 "futures 0.3.12",
5662[[package]]6103[[package]]
5663name = "sc-informant"6104name = "sc-informant"
5664version = "0.9.0"6105version = "0.9.0"
5665source = "registry+https://github.com/rust-lang/crates.io-index"6106source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
5666checksum = "4f4c8994853e1158dc4f448b014aa83eef56ced214ec0af316eecf4a6ca3268f"
5667dependencies = [6107dependencies = [
5668 "ansi_term 0.12.1",6108 "ansi_term 0.12.1",
5669 "futures 0.3.12",6109 "futures 0.3.12",
5681[[package]]6121[[package]]
5682name = "sc-keystore"6122name = "sc-keystore"
5683version = "3.0.0"6123version = "3.0.0"
5684source = "registry+https://github.com/rust-lang/crates.io-index"6124source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
5685checksum = "d966ed36c404eced656bd63aad8a30d2c1a14633f07cd1d7d9c11b62f75a7905"
5686dependencies = [6125dependencies = [
5687 "async-trait",6126 "async-trait",
5688 "derive_more",6127 "derive_more",
5702[[package]]6141[[package]]
5703name = "sc-light"6142name = "sc-light"
5704version = "3.0.0"6143version = "3.0.0"
5705source = "registry+https://github.com/rust-lang/crates.io-index"6144source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
5706checksum = "04e8dbcb2951f7cf76ddf97ed26dcef0dab79d76745de4a8f169d58236ea8704"
5707dependencies = [6145dependencies = [
5708 "hash-db",6146 "hash-db",
5709 "lazy_static",6147 "lazy_static",
5722[[package]]6160[[package]]
5723name = "sc-network"6161name = "sc-network"
5724version = "0.9.0"6162version = "0.9.0"
5725source = "registry+https://github.com/rust-lang/crates.io-index"6163source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
5726checksum = "20fb4ed5d6b86faafb0743c8c2fd1c89b52cde7697373b254c7553800efaebbf"
5727dependencies = [6164dependencies = [
5728 "async-std",6165 "async-std",
5729 "async-trait",6166 "async-trait",
5776[[package]]6213[[package]]
5777name = "sc-network-gossip"6214name = "sc-network-gossip"
5778version = "0.9.0"6215version = "0.9.0"
5779source = "registry+https://github.com/rust-lang/crates.io-index"6216source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
5780checksum = "e2cd5487d6f8051863a186e2aea4c233a07bb691780d3b117c9d6ffe1ff9a8fe"
5781dependencies = [6217dependencies = [
5782 "futures 0.3.12",6218 "futures 0.3.12",
5783 "futures-timer 3.0.2",6219 "futures-timer 3.0.2",
5793[[package]]6229[[package]]
5794name = "sc-offchain"6230name = "sc-offchain"
5795version = "3.0.0"6231version = "3.0.0"
5796source = "registry+https://github.com/rust-lang/crates.io-index"6232source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
5797checksum = "7bc91fc71c128748a3393cb3421e12a7759ccffcc1cc4a9e6ff4ead6cc68ba48"
5798dependencies = [6233dependencies = [
5799 "bytes 0.5.6",6234 "bytes 0.5.6",
5800 "fnv",6235 "fnv",
5801 "futures 0.3.12",6236 "futures 0.3.12",
5802 "futures-timer 3.0.2",6237 "futures-timer 3.0.2",
6238 "hex",
5803 "hyper 0.13.10",6239 "hyper 0.13.9",
5804 "hyper-rustls",6240 "hyper-rustls",
5805 "log",6241 "log",
5806 "num_cpus",6242 "num_cpus",
5821[[package]]6257[[package]]
5822name = "sc-peerset"6258name = "sc-peerset"
5823version = "3.0.0"6259version = "3.0.0"
5824source = "registry+https://github.com/rust-lang/crates.io-index"6260source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
5825checksum = "ce454e528e7797a239e734d0d66bf904d48be47aa92691ac7546a45ec32a64cf"
5826dependencies = [6261dependencies = [
5827 "futures 0.3.12",6262 "futures 0.3.12",
5828 "libp2p",6263 "libp2p",
5835[[package]]6270[[package]]
5836name = "sc-proposer-metrics"6271name = "sc-proposer-metrics"
5837version = "0.9.0"6272version = "0.9.0"
5838source = "registry+https://github.com/rust-lang/crates.io-index"6273source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
5839checksum = "ecfc2c6cc5dc0ecb1109cce9773b50ad9a3cdbf239dc702ef9071949244dcf3e"
5840dependencies = [6274dependencies = [
5841 "log",6275 "log",
5842 "substrate-prometheus-endpoint",6276 "substrate-prometheus-endpoint",
5845[[package]]6279[[package]]
5846name = "sc-rpc"6280name = "sc-rpc"
5847version = "3.0.0"6281version = "3.0.0"
5848source = "registry+https://github.com/rust-lang/crates.io-index"6282source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
5849checksum = "750397c6aa5a4f922cac99599ad74a4082e3e87553d51ceb4c48abfa056ff32c"
5850dependencies = [6283dependencies = [
5851 "futures 0.3.12",6284 "futures 0.3.12",
5852 "hash-db",6285 "hash-db",
5853 "jsonrpc-core",6286 "jsonrpc-core 15.1.0",
5854 "jsonrpc-pubsub",6287 "jsonrpc-pubsub 15.1.0",
5855 "log",6288 "log",
5856 "parity-scale-codec",6289 "parity-scale-codec",
5857 "parking_lot 0.11.1",6290 "parking_lot 0.11.1",
5880[[package]]6313[[package]]
5881name = "sc-rpc-api"6314name = "sc-rpc-api"
5882version = "0.9.0"6315version = "0.9.0"
5883source = "registry+https://github.com/rust-lang/crates.io-index"6316source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
5884checksum = "dc8393410297df2885efec20d0629a9833b4fd9e4ad83a92471e1ea0c11a0a54"
5885dependencies = [6317dependencies = [
5886 "derive_more",6318 "derive_more",
5887 "futures 0.3.12",6319 "futures 0.3.12",
5888 "jsonrpc-core",6320 "jsonrpc-core 15.1.0",
5889 "jsonrpc-core-client",6321 "jsonrpc-core-client 15.1.0",
5890 "jsonrpc-derive",6322 "jsonrpc-derive 15.1.0",
5891 "jsonrpc-pubsub",6323 "jsonrpc-pubsub 15.1.0",
5892 "log",6324 "log",
5893 "parity-scale-codec",6325 "parity-scale-codec",
5894 "parking_lot 0.11.1",6326 "parking_lot 0.11.1",
5905[[package]]6337[[package]]
5906name = "sc-rpc-server"6338name = "sc-rpc-server"
5907version = "3.0.0"6339version = "3.0.0"
5908source = "registry+https://github.com/rust-lang/crates.io-index"6340source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
5909checksum = "17c76164897bd3b0d04c2d6aeeb4d3492c86e324b0b08f408b847ea35421b589"
5910dependencies = [6341dependencies = [
5911 "futures 0.1.30",6342 "futures 0.1.30",
5912 "jsonrpc-core",6343 "jsonrpc-core 15.1.0",
5913 "jsonrpc-http-server",6344 "jsonrpc-http-server",
5914 "jsonrpc-ipc-server",6345 "jsonrpc-ipc-server",
5915 "jsonrpc-pubsub",6346 "jsonrpc-pubsub 15.1.0",
5916 "jsonrpc-ws-server",6347 "jsonrpc-ws-server",
5917 "log",6348 "log",
5918 "serde",6349 "serde",
5924[[package]]6355[[package]]
5925name = "sc-service"6356name = "sc-service"
5926version = "0.9.0"6357version = "0.9.0"
5927source = "registry+https://github.com/rust-lang/crates.io-index"6358source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
5928checksum = "a9315b44eb991ca4f477d889bbd649a2b4b557f963fe48ec5a36c3422518e4a0"
5929dependencies = [6359dependencies = [
5930 "directories",6360 "directories",
5931 "exit-future",6361 "exit-future",
5932 "futures 0.1.30",6362 "futures 0.1.30",
5933 "futures 0.3.12",6363 "futures 0.3.12",
5934 "futures-timer 3.0.2",6364 "futures-timer 3.0.2",
5935 "hash-db",6365 "hash-db",
5936 "jsonrpc-core",6366 "jsonrpc-core 15.1.0",
5937 "jsonrpc-pubsub",6367 "jsonrpc-pubsub 15.1.0",
5938 "lazy_static",6368 "lazy_static",
5939 "log",6369 "log",
5940 "parity-scale-codec",6370 "parity-scale-codec",
5988[[package]]6418[[package]]
5989name = "sc-state-db"6419name = "sc-state-db"
5990version = "0.9.0"6420version = "0.9.0"
5991source = "registry+https://github.com/rust-lang/crates.io-index"6421source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
5992checksum = "8f144043d5860ce133f701fa78679d6278f2dfc698686beb5f6d892c267e9d92"
5993dependencies = [6422dependencies = [
5994 "log",6423 "log",
5995 "parity-scale-codec",6424 "parity-scale-codec",
6004[[package]]6433[[package]]
6005name = "sc-telemetry"6434name = "sc-telemetry"
6006version = "3.0.0"6435version = "3.0.0"
6007source = "registry+https://github.com/rust-lang/crates.io-index"6436source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
6008checksum = "d05040c594b331d90d7341e82c6dc6a3eb7bb2afb4e5dc9c36a79a6754166057"
6009dependencies = [6437dependencies = [
6010 "chrono",6438 "chrono",
6011 "futures 0.3.12",6439 "futures 0.3.12",
6016 "rand 0.7.3",6444 "rand 0.7.3",
6017 "serde",6445 "serde",
6018 "serde_json",6446 "serde_json",
6019 "sp-utils",
6020 "take_mut",6447 "take_mut",
6021 "tracing",
6022 "tracing-subscriber",6448 "thiserror",
6023 "void",6449 "void",
6024 "wasm-timer",6450 "wasm-timer",
6025]6451]
60266452
6027[[package]]6453[[package]]
6028name = "sc-tracing"6454name = "sc-tracing"
6029version = "3.0.0"6455version = "3.0.0"
6030source = "registry+https://github.com/rust-lang/crates.io-index"6456source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
6031checksum = "ef0a4aa327b8bc89d9c5ae57a2f493d8f54ccd706f6763614ab522559fe481d8"
6032dependencies = [6457dependencies = [
6033 "ansi_term 0.12.1",6458 "ansi_term 0.12.1",
6034 "atty",6459 "atty",
6039 "parking_lot 0.11.1",6464 "parking_lot 0.11.1",
6040 "regex",6465 "regex",
6041 "rustc-hash",6466 "rustc-hash",
6042 "sc-telemetry",
6043 "sc-tracing-proc-macro",6467 "sc-tracing-proc-macro",
6044 "serde",6468 "serde",
6045 "serde_json",6469 "serde_json",
6056[[package]]6480[[package]]
6057name = "sc-tracing-proc-macro"6481name = "sc-tracing-proc-macro"
6058version = "3.0.0"6482version = "3.0.0"
6059source = "registry+https://github.com/rust-lang/crates.io-index"6483source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
6060checksum = "ec18b0506911e6d624d9ea8f8cc5f503e7944a0fe7d37de95ee84033cf160ebc"
6061dependencies = [6484dependencies = [
6062 "proc-macro-crate",6485 "proc-macro-crate 1.0.0",
6063 "proc-macro2",6486 "proc-macro2",
6064 "quote",6487 "quote",
6065 "syn",6488 "syn",
6068[[package]]6491[[package]]
6069name = "sc-transaction-graph"6492name = "sc-transaction-graph"
6070version = "3.0.0"6493version = "3.0.0"
6071source = "registry+https://github.com/rust-lang/crates.io-index"6494source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
6072checksum = "87b385b8f66cce185478c500ad3de8f4775ab0e948c31561aeac78a27bedc654"
6073dependencies = [6495dependencies = [
6074 "derive_more",6496 "derive_more",
6075 "futures 0.3.12",6497 "futures 0.3.12",
6091[[package]]6513[[package]]
6092name = "sc-transaction-pool"6514name = "sc-transaction-pool"
6093version = "3.0.0"6515version = "3.0.0"
6094source = "registry+https://github.com/rust-lang/crates.io-index"6516source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
6095checksum = "09f4331ea8da2ff45a9466637f90f5cc89f9d31fcd1cd20f74f2520b33bff069"
6096dependencies = [6517dependencies = [
6097 "futures 0.3.12",6518 "futures 0.3.12",
6098 "futures-diagnose",6519 "futures-diagnose",
62836704
6284[[package]]6705[[package]]
6285name = "serde_json"6706name = "serde_json"
6286version = "1.0.62"6707version = "1.0.61"
6287source = "registry+https://github.com/rust-lang/crates.io-index"6708source = "registry+https://github.com/rust-lang/crates.io-index"
6288checksum = "ea1c6153794552ea7cf7cf63b1231a25de00ec90db326ba6264440fa08e31486"6709checksum = "4fceb2595057b6891a4ee808f70054bd2d12f0e97f1cbb78689b59f676df325a"
6289dependencies = [6710dependencies = [
6290 "itoa",6711 "itoa",
6291 "ryu",6712 "ryu",
6342 "opaque-debug 0.3.0",6763 "opaque-debug 0.3.0",
6343]6764]
6765
6766[[package]]
6767name = "sha3"
6768version = "0.8.2"
6769source = "registry+https://github.com/rust-lang/crates.io-index"
6770checksum = "dd26bc0e7a2e3a7c959bc494caf58b72ee0c71d67704e9520f736ca7e4853ecf"
6771dependencies = [
6772 "block-buffer 0.7.3",
6773 "byte-tools",
6774 "digest 0.8.1",
6775 "keccak",
6776 "opaque-debug 0.2.3",
6777]
63446778
6345[[package]]6779[[package]]
6346name = "sha3"6780name = "sha3"
63716805
6372[[package]]6806[[package]]
6373name = "signal-hook"6807name = "signal-hook"
6374version = "0.3.4"6808version = "0.1.17"
6375source = "registry+https://github.com/rust-lang/crates.io-index"6809source = "registry+https://github.com/rust-lang/crates.io-index"
6376checksum = "780f5e3fe0c66f67197236097d89de1e86216f1f6fdeaf47c442f854ab46c240"6810checksum = "7e31d442c16f047a671b5a71e2161d6e68814012b7f5379d269ebd915fac2729"
6377dependencies = [6811dependencies = [
6378 "libc",6812 "libc",
6379 "signal-hook-registry",6813 "signal-hook-registry",
6475[[package]]6909[[package]]
6476name = "sp-allocator"6910name = "sp-allocator"
6477version = "3.0.0"6911version = "3.0.0"
6478source = "registry+https://github.com/rust-lang/crates.io-index"6912source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
6479checksum = "ec5f988ad0cabdb646318cb515a91e9d89062debc9728f9b634d73acab3f3f39"
6480dependencies = [6913dependencies = [
6481 "log",6914 "log",
6482 "sp-core",6915 "sp-core",
6488[[package]]6921[[package]]
6489name = "sp-api"6922name = "sp-api"
6490version = "3.0.0"6923version = "3.0.0"
6491source = "registry+https://github.com/rust-lang/crates.io-index"6924source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
6492checksum = "e63c3460d5daecf67df542c34c2bbd636214a5a200d4bddcfa2ffb9e72c346af"
6493dependencies = [6925dependencies = [
6494 "hash-db",6926 "hash-db",
6927 "log",
6495 "parity-scale-codec",6928 "parity-scale-codec",
6496 "sp-api-proc-macro",6929 "sp-api-proc-macro",
6497 "sp-core",6930 "sp-core",
6505[[package]]6938[[package]]
6506name = "sp-api-proc-macro"6939name = "sp-api-proc-macro"
6507version = "3.0.0"6940version = "3.0.0"
6508source = "registry+https://github.com/rust-lang/crates.io-index"6941source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
6509checksum = "289624f4fe0f61e63a5019ed26c3bc732b5145eb52796ac6053cd72656d947a1"
6510dependencies = [6942dependencies = [
6511 "blake2-rfc",6943 "blake2-rfc",
6512 "proc-macro-crate",6944 "proc-macro-crate 1.0.0",
6513 "proc-macro2",6945 "proc-macro2",
6514 "quote",6946 "quote",
6515 "syn",6947 "syn",
6518[[package]]6950[[package]]
6519name = "sp-application-crypto"6951name = "sp-application-crypto"
6520version = "3.0.0"6952version = "3.0.0"
6521source = "registry+https://github.com/rust-lang/crates.io-index"6953source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
6522checksum = "c52e2e6d43036b97c4fce1ed87c5262c1ffdc78c655ada4d3024a3f8094bdd2c"
6523dependencies = [6954dependencies = [
6524 "parity-scale-codec",6955 "parity-scale-codec",
6525 "serde",6956 "serde",
6531[[package]]6962[[package]]
6532name = "sp-arithmetic"6963name = "sp-arithmetic"
6533version = "3.0.0"6964version = "3.0.0"
6534source = "registry+https://github.com/rust-lang/crates.io-index"6965source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
6535checksum = "d0f1c69966c192d1dee8521f0b29ece2b14db07b9b44d801a94e295234761645"
6536dependencies = [6966dependencies = [
6537 "integer-sqrt",6967 "integer-sqrt",
6538 "num-traits",6968 "num-traits",
6545[[package]]6975[[package]]
6546name = "sp-authorship"6976name = "sp-authorship"
6547version = "3.0.0"6977version = "3.0.0"
6548source = "registry+https://github.com/rust-lang/crates.io-index"6978source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
6549checksum = "1ec68fb8e5a37548b06c14ee91a9c574cc330324c86d37810ec29dd4f8bc68d7"
6550dependencies = [6979dependencies = [
6551 "parity-scale-codec",6980 "parity-scale-codec",
6552 "sp-inherents",6981 "sp-inherents",
6557[[package]]6986[[package]]
6558name = "sp-block-builder"6987name = "sp-block-builder"
6559version = "3.0.0"6988version = "3.0.0"
6560source = "registry+https://github.com/rust-lang/crates.io-index"6989source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
6561checksum = "0adc979dbe619f56d664ebd1293dce13fcad6b8a47bcdd620ed53a454d330d12"
6562dependencies = [6990dependencies = [
6563 "parity-scale-codec",6991 "parity-scale-codec",
6564 "sp-api",6992 "sp-api",
6570[[package]]6998[[package]]
6571name = "sp-blockchain"6999name = "sp-blockchain"
6572version = "3.0.0"7000version = "3.0.0"
6573source = "registry+https://github.com/rust-lang/crates.io-index"7001source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
6574checksum = "e8007c1ad8e9fb6cd8eed4e0fc91504a9ca4b228e1315302a2fbb0ac7f509f1b"
6575dependencies = [7002dependencies = [
6576 "futures 0.3.12",7003 "futures 0.3.12",
6577 "log",7004 "log",
6589[[package]]7016[[package]]
6590name = "sp-chain-spec"7017name = "sp-chain-spec"
6591version = "3.0.0"7018version = "3.0.0"
6592source = "registry+https://github.com/rust-lang/crates.io-index"7019source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
6593checksum = "3a24beb11980d0c755ead0c05f3f966c490e4a3730785c04c03855fada65d697"
6594dependencies = [7020dependencies = [
6595 "serde",7021 "serde",
6596 "serde_json",7022 "serde_json",
6599[[package]]7025[[package]]
6600name = "sp-consensus"7026name = "sp-consensus"
6601version = "0.9.0"7027version = "0.9.0"
6602source = "registry+https://github.com/rust-lang/crates.io-index"7028source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
6603checksum = "884db6c4b03f0f2fb2993127a2db95fc740fcd3496746dcaa6829c9868e7dc75"
6604dependencies = [7029dependencies = [
6605 "futures 0.3.12",7030 "futures 0.3.12",
6606 "futures-timer 3.0.2",7031 "futures-timer 3.0.2",
6626[[package]]7051[[package]]
6627name = "sp-consensus-aura"7052name = "sp-consensus-aura"
6628version = "0.9.0"7053version = "0.9.0"
6629source = "registry+https://github.com/rust-lang/crates.io-index"7054source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
6630checksum = "4bd00fc95b26393522be1394fb67cc536736cc5a902dec0d3e2827909b7c1118"
6631dependencies = [7055dependencies = [
6632 "parity-scale-codec",7056 "parity-scale-codec",
6633 "sp-api",7057 "sp-api",
6642[[package]]7066[[package]]
6643name = "sp-consensus-babe"7067name = "sp-consensus-babe"
6644version = "0.9.0"7068version = "0.9.0"
6645source = "registry+https://github.com/rust-lang/crates.io-index"7069source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
6646checksum = "a153085b1542b5cbe23686433cd36d1a634964f1b707671d0ffb01d8d9313047"
6647dependencies = [7070dependencies = [
6648 "merlin",7071 "merlin",
6649 "parity-scale-codec",7072 "parity-scale-codec",
7073 "serde",
6650 "sp-api",7074 "sp-api",
6651 "sp-application-crypto",7075 "sp-application-crypto",
6652 "sp-consensus",7076 "sp-consensus",
6663[[package]]7087[[package]]
6664name = "sp-consensus-slots"7088name = "sp-consensus-slots"
6665version = "0.9.0"7089version = "0.9.0"
6666source = "registry+https://github.com/rust-lang/crates.io-index"7090source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
6667checksum = "32bd501ab76c827d74f145063cd8cb993a9f634dac93c9b0d909111cd5900a6a"
6668dependencies = [7091dependencies = [
6669 "parity-scale-codec",7092 "parity-scale-codec",
6670 "sp-arithmetic",7093 "sp-arithmetic",
6674[[package]]7097[[package]]
6675name = "sp-consensus-vrf"7098name = "sp-consensus-vrf"
6676version = "0.9.0"7099version = "0.9.0"
6677source = "registry+https://github.com/rust-lang/crates.io-index"7100source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
6678checksum = "030895d70bf3095c857f4727a7cce7c43af29efe3413bb547ee28700f7d78766"
6679dependencies = [7101dependencies = [
6680 "parity-scale-codec",7102 "parity-scale-codec",
6681 "schnorrkel",7103 "schnorrkel",
6687[[package]]7109[[package]]
6688name = "sp-core"7110name = "sp-core"
6689version = "3.0.0"7111version = "3.0.0"
6690source = "registry+https://github.com/rust-lang/crates.io-index"7112source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
6691checksum = "abbc8d4e9b8a7d5819ed26f1374017bb32833ef4890e4ff065e1da30669876bc"
6692dependencies = [7113dependencies = [
6693 "base58",7114 "base58",
6694 "blake2-rfc",7115 "blake2-rfc",
6732[[package]]7153[[package]]
6733name = "sp-database"7154name = "sp-database"
6734version = "3.0.0"7155version = "3.0.0"
6735source = "registry+https://github.com/rust-lang/crates.io-index"7156source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
6736checksum = "c8c3f018913eef191d95c824657c5759c459d28670e654fa34f5d9bd5e6f0492"
6737dependencies = [7157dependencies = [
6738 "kvdb",7158 "kvdb",
6739 "parking_lot 0.11.1",7159 "parking_lot 0.11.1",
6742[[package]]7162[[package]]
6743name = "sp-debug-derive"7163name = "sp-debug-derive"
6744version = "3.0.0"7164version = "3.0.0"
6745source = "registry+https://github.com/rust-lang/crates.io-index"7165source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
6746checksum = "e80275f23b4e7ba8f54dec5f90f016530e7307d2ee9445f617ab986cbe97f31e"
6747dependencies = [7166dependencies = [
6748 "proc-macro2",7167 "proc-macro2",
6749 "quote",7168 "quote",
6753[[package]]7172[[package]]
6754name = "sp-externalities"7173name = "sp-externalities"
6755version = "0.9.0"7174version = "0.9.0"
6756source = "registry+https://github.com/rust-lang/crates.io-index"7175source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
6757checksum = "2fdc625f8c7b13b9a136d334888b21b5743d2081cb666cb03efca1dc9b8f74d1"
6758dependencies = [7176dependencies = [
6759 "environmental",7177 "environmental",
6760 "parity-scale-codec",7178 "parity-scale-codec",
6765[[package]]7183[[package]]
6766name = "sp-finality-grandpa"7184name = "sp-finality-grandpa"
6767version = "3.0.0"7185version = "3.0.0"
6768source = "registry+https://github.com/rust-lang/crates.io-index"7186source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
6769checksum = "702e0be150e1b557df42326ec9b82c2010366631d03be27c69912d446abbf87a"
6770dependencies = [7187dependencies = [
6771 "finality-grandpa",7188 "finality-grandpa",
6772 "log",7189 "log",
6783[[package]]7200[[package]]
6784name = "sp-inherents"7201name = "sp-inherents"
6785version = "3.0.0"7202version = "3.0.0"
6786source = "registry+https://github.com/rust-lang/crates.io-index"7203source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
6787checksum = "2542380b535c6941502a0a3069a657eb5abb70fd67b11afa164d4a4b038ba73a"
6788dependencies = [7204dependencies = [
6789 "parity-scale-codec",7205 "parity-scale-codec",
6790 "parking_lot 0.11.1",7206 "parking_lot 0.11.1",
6796[[package]]7212[[package]]
6797name = "sp-io"7213name = "sp-io"
6798version = "3.0.0"7214version = "3.0.0"
6799source = "registry+https://github.com/rust-lang/crates.io-index"7215source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
6800checksum = "33fd69f0a6e91bedc2fb1c5cc3689c212474b6c918274cb4cb14dbbe3c428c14"
6801dependencies = [7216dependencies = [
6802 "futures 0.3.12",7217 "futures 0.3.12",
6803 "hash-db",7218 "hash-db",
6821[[package]]7236[[package]]
6822name = "sp-keyring"7237name = "sp-keyring"
6823version = "3.0.0"7238version = "3.0.0"
6824source = "registry+https://github.com/rust-lang/crates.io-index"7239source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
6825checksum = "7b59f2b0e94b2048d4984aa6eb40eef2e4c05d3adf27a083dd3c9b0fce74ef7a"
6826dependencies = [7240dependencies = [
6827 "lazy_static",7241 "lazy_static",
6828 "sp-core",7242 "sp-core",
6833[[package]]7247[[package]]
6834name = "sp-keystore"7248name = "sp-keystore"
6835version = "0.9.0"7249version = "0.9.0"
6836source = "registry+https://github.com/rust-lang/crates.io-index"7250source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
6837checksum = "db6ccd2baf189112355338e8b224dc513cd239b974dbd717f12b3dc7a7248c3b"
6838dependencies = [7251dependencies = [
6839 "async-trait",7252 "async-trait",
6840 "derive_more",7253 "derive_more",
6851[[package]]7264[[package]]
6852name = "sp-offchain"7265name = "sp-offchain"
6853version = "3.0.0"7266version = "3.0.0"
6854source = "registry+https://github.com/rust-lang/crates.io-index"7267source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
6855checksum = "0bd80eedcedcc8342e77c26d59ad90b6904715a862731fa16616650773570e63"
6856dependencies = [7268dependencies = [
6857 "sp-api",7269 "sp-api",
6858 "sp-core",7270 "sp-core",
6862[[package]]7274[[package]]
6863name = "sp-panic-handler"7275name = "sp-panic-handler"
6864version = "3.0.0"7276version = "3.0.0"
6865source = "registry+https://github.com/rust-lang/crates.io-index"7277source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
6866checksum = "54702e109f1c8a870dd4065a497d2612d42cec5817126e96cc0658c5ea975784"
6867dependencies = [7278dependencies = [
6868 "backtrace",7279 "backtrace",
6869]7280]
68707281
6871[[package]]7282[[package]]
6872name = "sp-rpc"7283name = "sp-rpc"
6873version = "3.0.0"7284version = "3.0.0"
6874source = "registry+https://github.com/rust-lang/crates.io-index"7285source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
6875checksum = "a2e5b1ed655d11449073b914b048895f45241e02b3919d1d0187f315435fee18"
6876dependencies = [7286dependencies = [
6877 "serde",7287 "serde",
6878 "sp-core",7288 "sp-core",
6881[[package]]7291[[package]]
6882name = "sp-runtime"7292name = "sp-runtime"
6883version = "3.0.0"7293version = "3.0.0"
6884source = "registry+https://github.com/rust-lang/crates.io-index"7294source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
6885checksum = "dfa4b353b76f04616dbdb8d269d58dcac47acb31c006d3b70e7b64233e68695e"
6886dependencies = [7295dependencies = [
6887 "either",7296 "either",
6888 "hash256-std-hasher",7297 "hash256-std-hasher",
6889 "impl-trait-for-tuples",7298 "impl-trait-for-tuples 0.2.1",
6890 "log",7299 "log",
6891 "parity-scale-codec",7300 "parity-scale-codec",
6892 "parity-util-mem",7301 "parity-util-mem",
6903[[package]]7312[[package]]
6904name = "sp-runtime-interface"7313name = "sp-runtime-interface"
6905version = "3.0.0"7314version = "3.0.0"
6906source = "registry+https://github.com/rust-lang/crates.io-index"7315source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
6907checksum = "b2e5c88b4bc8d607e4e2ff767a85db58cf7101f3dd6064f06929342ea67fe8fb"
6908dependencies = [7316dependencies = [
6909 "impl-trait-for-tuples",7317 "impl-trait-for-tuples 0.2.1",
6910 "parity-scale-codec",7318 "parity-scale-codec",
6911 "primitive-types",7319 "primitive-types",
6912 "sp-externalities",7320 "sp-externalities",
6921[[package]]7329[[package]]
6922name = "sp-runtime-interface-proc-macro"7330name = "sp-runtime-interface-proc-macro"
6923version = "3.0.0"7331version = "3.0.0"
6924source = "registry+https://github.com/rust-lang/crates.io-index"7332source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
6925checksum = "19a6c7c2251512c9e533d15db8a863b06ece1cbee778130dd9adbe44b6b39aa9"
6926dependencies = [7333dependencies = [
6927 "Inflector",7334 "Inflector",
6928 "proc-macro-crate",7335 "proc-macro-crate 1.0.0",
6929 "proc-macro2",7336 "proc-macro2",
6930 "quote",7337 "quote",
6931 "syn",7338 "syn",
6934[[package]]7341[[package]]
6935name = "sp-sandbox"7342name = "sp-sandbox"
6936version = "0.9.0"7343version = "0.9.0"
6937source = "registry+https://github.com/rust-lang/crates.io-index"7344source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
6938checksum = "0e92caf4555d676d8f0b67def0041da789f79a5d5f341130496f15a6261926cc"
6939dependencies = [7345dependencies = [
6940 "parity-scale-codec",7346 "parity-scale-codec",
6941 "sp-core",7347 "sp-core",
6948[[package]]7354[[package]]
6949name = "sp-serializer"7355name = "sp-serializer"
6950version = "3.0.0"7356version = "3.0.0"
6951source = "registry+https://github.com/rust-lang/crates.io-index"7357source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
6952checksum = "982d793f01eb9eea9f30ffc63b821170068b9f0d9edf715d8ba77dc4de9c300f"
6953dependencies = [7358dependencies = [
6954 "serde",7359 "serde",
6955 "serde_json",7360 "serde_json",
6958[[package]]7363[[package]]
6959name = "sp-session"7364name = "sp-session"
6960version = "3.0.0"7365version = "3.0.0"
6961source = "registry+https://github.com/rust-lang/crates.io-index"7366source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
6962checksum = "2c7cf161533725a78083b04f3269effe4c3b4b6ce5f655019b3eec3e729ba4d4"
6963dependencies = [7367dependencies = [
6964 "parity-scale-codec",7368 "parity-scale-codec",
6965 "sp-api",7369 "sp-api",
6972[[package]]7376[[package]]
6973name = "sp-staking"7377name = "sp-staking"
6974version = "3.0.0"7378version = "3.0.0"
6975source = "registry+https://github.com/rust-lang/crates.io-index"7379source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
6976checksum = "fc729eb10f8809c61a1fe439ac118a4413de004aaf863003ee8752ac0b596e73"
6977dependencies = [7380dependencies = [
6978 "parity-scale-codec",7381 "parity-scale-codec",
6979 "sp-runtime",7382 "sp-runtime",
6983[[package]]7386[[package]]
6984name = "sp-state-machine"7387name = "sp-state-machine"
6985version = "0.9.0"7388version = "0.9.0"
6986source = "registry+https://github.com/rust-lang/crates.io-index"7389source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
6987checksum = "46fa4143e58e9130f726d4e8a9b86f3530a8bd19a2eedcdcf4af205f4b5a6d4f"
6988dependencies = [7390dependencies = [
6989 "hash-db",7391 "hash-db",
6990 "log",7392 "log",
7006[[package]]7408[[package]]
7007name = "sp-std"7409name = "sp-std"
7008version = "3.0.0"7410version = "3.0.0"
7009source = "registry+https://github.com/rust-lang/crates.io-index"7411source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
7010checksum = "35391ea974fa5ee869cb094d5b437688fbf3d8127d64d1b9fed5822a1ed39b12"
70117412
7012[[package]]7413[[package]]
7013name = "sp-storage"7414name = "sp-storage"
7014version = "3.0.0"7415version = "3.0.0"
7015source = "registry+https://github.com/rust-lang/crates.io-index"7416source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
7016checksum = "86af458d4a0251c490cdde9dcaaccb88d398f3b97ac6694cdd49ed9337e6b961"
7017dependencies = [7417dependencies = [
7018 "impl-serde",7418 "impl-serde",
7019 "parity-scale-codec",7419 "parity-scale-codec",
7026[[package]]7426[[package]]
7027name = "sp-tasks"7427name = "sp-tasks"
7028version = "3.0.0"7428version = "3.0.0"
7029source = "registry+https://github.com/rust-lang/crates.io-index"7429source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
7030checksum = "c585340cbee96c53a9b43fd07d81edf6cebeb80e4ca7c0ee79b856c0b1883a0e"
7031dependencies = [7430dependencies = [
7032 "log",7431 "log",
7033 "sp-core",7432 "sp-core",
7040[[package]]7439[[package]]
7041name = "sp-timestamp"7440name = "sp-timestamp"
7042version = "3.0.0"7441version = "3.0.0"
7043source = "registry+https://github.com/rust-lang/crates.io-index"7442source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
7044checksum = "27387c541197b9f47f3d9ddcab5649a3ecdca582d2f2ea2b511af24a3d3cbf83"
7045dependencies = [7443dependencies = [
7046 "impl-trait-for-tuples",
7047 "parity-scale-codec",7444 "parity-scale-codec",
7048 "sp-api",7445 "sp-api",
7049 "sp-inherents",7446 "sp-inherents",
7055[[package]]7452[[package]]
7056name = "sp-tracing"7453name = "sp-tracing"
7057version = "3.0.0"7454version = "3.0.0"
7058source = "registry+https://github.com/rust-lang/crates.io-index"7455source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
7059checksum = "567382d8d4e14fb572752863b5cd57a78f9e9a6583332b590b726f061f3ea957"
7060dependencies = [7456dependencies = [
7061 "log",7457 "log",
7062 "parity-scale-codec",7458 "parity-scale-codec",
7069[[package]]7465[[package]]
7070name = "sp-transaction-pool"7466name = "sp-transaction-pool"
7071version = "3.0.0"7467version = "3.0.0"
7072source = "registry+https://github.com/rust-lang/crates.io-index"7468source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
7073checksum = "3264d3b7ea31483eddffa2cc7f28c4d9c022598e456a985fd1cb5879a4609853"
7074dependencies = [7469dependencies = [
7075 "derive_more",7470 "derive_more",
7076 "futures 0.3.12",7471 "futures 0.3.12",
7086[[package]]7481[[package]]
7087name = "sp-trie"7482name = "sp-trie"
7088version = "3.0.0"7483version = "3.0.0"
7089source = "registry+https://github.com/rust-lang/crates.io-index"7484source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
7090checksum = "b85b7f745da41ef825c6f7b93f1fdc897b03df94a4884adfbb70fbcd0aed1298"
7091dependencies = [7485dependencies = [
7092 "hash-db",7486 "hash-db",
7093 "memory-db",7487 "memory-db",
7101[[package]]7495[[package]]
7102name = "sp-utils"7496name = "sp-utils"
7103version = "3.0.0"7497version = "3.0.0"
7104source = "registry+https://github.com/rust-lang/crates.io-index"7498source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
7105checksum = "b4ec2a5f924f7affd1e959f8f3c02bd87cdfa0e11c71a4cbc075f955ead8c1a1"
7106dependencies = [7499dependencies = [
7107 "futures 0.3.12",7500 "futures 0.3.12",
7108 "futures-core",7501 "futures-core",
7114[[package]]7507[[package]]
7115name = "sp-version"7508name = "sp-version"
7116version = "3.0.0"7509version = "3.0.0"
7117source = "registry+https://github.com/rust-lang/crates.io-index"7510source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
7118checksum = "dbeffa538a13d715d30e01d57a2636ba32845b737a29a3ea32403576588222e7"
7119dependencies = [7511dependencies = [
7120 "impl-serde",7512 "impl-serde",
7121 "parity-scale-codec",7513 "parity-scale-codec",
7127[[package]]7519[[package]]
7128name = "sp-wasm-interface"7520name = "sp-wasm-interface"
7129version = "3.0.0"7521version = "3.0.0"
7130source = "registry+https://github.com/rust-lang/crates.io-index"7522source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
7131checksum = "b214e125666a6416cf30a70cc6a5dacd34a4e5197f8a3d479f714af7e1dc7a47"
7132dependencies = [7523dependencies = [
7133 "impl-trait-for-tuples",7524 "impl-trait-for-tuples 0.2.1",
7134 "parity-scale-codec",7525 "parity-scale-codec",
7135 "sp-std",7526 "sp-std",
7136 "wasmi",7527 "wasmi",
7258[[package]]7649[[package]]
7259name = "substrate-frame-rpc-system"7650name = "substrate-frame-rpc-system"
7260version = "3.0.0"7651version = "3.0.0"
7261source = "registry+https://github.com/rust-lang/crates.io-index"7652source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
7262checksum = "8e46123ec4a690d91967de07cd6af4dde90d14519a1a8d43f61bd3f78dd3d0ef"
7263dependencies = [7653dependencies = [
7264 "frame-system-rpc-runtime-api",7654 "frame-system-rpc-runtime-api",
7265 "futures 0.3.12",7655 "futures 0.3.12",
7266 "jsonrpc-core",7656 "jsonrpc-core 15.1.0",
7267 "jsonrpc-core-client",7657 "jsonrpc-core-client 15.1.0",
7268 "jsonrpc-derive",7658 "jsonrpc-derive 15.1.0",
7269 "log",7659 "log",
7270 "parity-scale-codec",7660 "parity-scale-codec",
7271 "sc-client-api",7661 "sc-client-api",
7282[[package]]7672[[package]]
7283name = "substrate-prometheus-endpoint"7673name = "substrate-prometheus-endpoint"
7284version = "0.9.0"7674version = "0.9.0"
7285source = "registry+https://github.com/rust-lang/crates.io-index"7675source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
7286checksum = "2eb561c19a121e1c89daa79dbfa67a55080f813caa47fd231833a0669696d508"
7287dependencies = [7676dependencies = [
7288 "async-std",7677 "async-std",
7289 "derive_more",7678 "derive_more",
7290 "futures-util",7679 "futures-util",
7291 "hyper 0.13.10",7680 "hyper 0.13.9",
7292 "log",7681 "log",
7293 "prometheus",7682 "prometheus",
7294 "tokio 0.2.25",7683 "tokio 0.2.25",
7372 "cfg-if 1.0.0",7761 "cfg-if 1.0.0",
7373 "libc",7762 "libc",
7374 "rand 0.8.3",7763 "rand 0.8.3",
7375 "redox_syscall 0.2.5",7764 "redox_syscall 0.2.4",
7376 "remove_dir_all",7765 "remove_dir_all",
7377 "winapi 0.3.9",7766 "winapi 0.3.9",
7378]7767]
73977786
7398[[package]]7787[[package]]
7399name = "thiserror"7788name = "thiserror"
7400version = "1.0.23"7789version = "1.0.24"
7401source = "registry+https://github.com/rust-lang/crates.io-index"7790source = "registry+https://github.com/rust-lang/crates.io-index"
7402checksum = "76cc616c6abf8c8928e2fdcc0dbfab37175edd8fb49a4641066ad1364fdab146"7791checksum = "e0f4a65597094d4483ddaed134f409b2cb7c1beccf25201a9f73c719254fa98e"
7403dependencies = [7792dependencies = [
7404 "thiserror-impl",7793 "thiserror-impl",
7405]7794]
74067795
7407[[package]]7796[[package]]
7408name = "thiserror-impl"7797name = "thiserror-impl"
7409version = "1.0.23"7798version = "1.0.24"
7410source = "registry+https://github.com/rust-lang/crates.io-index"7799source = "registry+https://github.com/rust-lang/crates.io-index"
7411checksum = "9be73a2caec27583d0046ef3796c3794f868a5bc813db689eed00c7631275cd1"7800checksum = "7765189610d8241a44529806d6fd1f2e0a08734313a35d5b3a556f92b381f3c0"
7412dependencies = [7801dependencies = [
7413 "proc-macro2",7802 "proc-macro2",
7414 "quote",7803 "quote",
74177806
7418[[package]]7807[[package]]
7419name = "thread_local"7808name = "thread_local"
7420version = "1.1.3"7809version = "1.1.2"
7421source = "registry+https://github.com/rust-lang/crates.io-index"7810source = "registry+https://github.com/rust-lang/crates.io-index"
7422checksum = "8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd"7811checksum = "d8208a331e1cb318dd5bd76951d2b8fc48ca38a69f5f4e4af1b6a9f8c6236915"
7423dependencies = [7812dependencies = [
7424 "once_cell",7813 "once_cell",
7425]7814]
77668155
7767[[package]]8156[[package]]
7768name = "tracing"8157name = "tracing"
7769version = "0.1.23"8158version = "0.1.25"
7770source = "registry+https://github.com/rust-lang/crates.io-index"8159source = "registry+https://github.com/rust-lang/crates.io-index"
7771checksum = "f7d40a22fd029e33300d8d89a5cc8ffce18bb7c587662f54629e94c9de5487f3"8160checksum = "01ebdc2bb4498ab1ab5f5b73c5803825e60199229ccba0698170e3be0e7f959f"
7772dependencies = [8161dependencies = [
7773 "cfg-if 1.0.0",8162 "cfg-if 1.0.0",
7774 "log",8163 "log",
77798168
7780[[package]]8169[[package]]
7781name = "tracing-attributes"8170name = "tracing-attributes"
7782version = "0.1.12"8171version = "0.1.14"
7783source = "registry+https://github.com/rust-lang/crates.io-index"8172source = "registry+https://github.com/rust-lang/crates.io-index"
7784checksum = "43f080ea7e4107844ef4766459426fa2d5c1ada2e47edba05dc7fa99d9629f47"8173checksum = "41768be5b9f3489491825f56f01f25290aa1d3e7cc97e182d4d34360493ba6fa"
7785dependencies = [8174dependencies = [
7786 "proc-macro2",8175 "proc-macro2",
7787 "quote",8176 "quote",
77998188
7800[[package]]8189[[package]]
7801name = "tracing-futures"8190name = "tracing-futures"
7802version = "0.2.4"8191version = "0.2.5"
7803source = "registry+https://github.com/rust-lang/crates.io-index"8192source = "registry+https://github.com/rust-lang/crates.io-index"
7804checksum = "ab7bb6f14721aa00656086e9335d363c5c8747bae02ebe32ea2c7dece5689b4c"8193checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
7805dependencies = [8194dependencies = [
7806 "pin-project 0.4.27",8195 "pin-project 1.0.5",
7807 "tracing",8196 "tracing",
7808]8197]
78098198
7810[[package]]8199[[package]]
7811name = "tracing-log"8200name = "tracing-log"
7812version = "0.1.1"8201version = "0.1.2"
7813source = "registry+https://github.com/rust-lang/crates.io-index"8202source = "registry+https://github.com/rust-lang/crates.io-index"
7814checksum = "5e0f8c7178e13481ff6765bd169b33e8d554c5d2bbede5e32c356194be02b9b9"8203checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3"
7815dependencies = [8204dependencies = [
7816 "lazy_static",8205 "lazy_static",
7817 "log",8206 "log",
78308219
7831[[package]]8220[[package]]
7832name = "tracing-subscriber"8221name = "tracing-subscriber"
7833version = "0.2.15"8222version = "0.2.16"
7834source = "registry+https://github.com/rust-lang/crates.io-index"8223source = "registry+https://github.com/rust-lang/crates.io-index"
7835checksum = "a1fa8f0c8f4c594e4fc9debc1990deab13238077271ba84dd853d54902ee3401"8224checksum = "8ab8966ac3ca27126141f7999361cc97dd6fb4b71da04c02044fa9045d98bb96"
7836dependencies = [8225dependencies = [
7837 "ansi_term 0.12.1",8226 "ansi_term 0.12.1",
7838 "chrono",8227 "chrono",
7872 "hash-db",8261 "hash-db",
7873]8262]
8263
8264[[package]]
8265name = "triehash"
8266version = "0.8.4"
8267source = "registry+https://github.com/rust-lang/crates.io-index"
8268checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"
8269dependencies = [
8270 "hash-db",
8271 "rlp",
8272]
78748273
7875[[package]]8274[[package]]
7876name = "try-lock"8275name = "try-lock"
7885checksum = "04f8ab788026715fa63b31960869617cba39117e520eb415b0139543e325ab59"8284checksum = "04f8ab788026715fa63b31960869617cba39117e520eb415b0139543e325ab59"
7886dependencies = [8285dependencies = [
7887 "cfg-if 0.1.10",8286 "cfg-if 0.1.10",
7888 "rand 0.7.3",8287 "rand 0.3.23",
7889 "static_assertions",8288 "static_assertions",
7890]8289]
78918290
79338332
7934[[package]]8333[[package]]
7935name = "unicode-normalization"8334name = "unicode-normalization"
7936version = "0.1.17"8335version = "0.1.16"
7937source = "registry+https://github.com/rust-lang/crates.io-index"8336source = "registry+https://github.com/rust-lang/crates.io-index"
7938checksum = "07fbfce1c8a97d547e8b5334978438d9d6ec8c20e38f56d4a4374d181493eaef"8337checksum = "a13e63ab62dbe32aeee58d1c5408d35c36c392bba5d9d3142287219721afe606"
7939dependencies = [8338dependencies = [
7940 "tinyvec",8339 "tinyvec",
7941]8340]
8022checksum = "5909f2b0817350449ed73e8bcd81c8c3c8d9a7a5d8acba4b27db277f1868976e"8421checksum = "5909f2b0817350449ed73e8bcd81c8c3c8d9a7a5d8acba4b27db277f1868976e"
8023dependencies = [8422dependencies = [
8024 "form_urlencoded",8423 "form_urlencoded",
8025 "idna 0.2.1",8424 "idna 0.2.0",
8026 "matches",8425 "matches",
8027 "percent-encoding 2.1.0",8426 "percent-encoding 2.1.0",
8028]8427]
84268825
8427[[package]]8826[[package]]
8428name = "wast"8827name = "wast"
8429version = "33.0.0"8828version = "35.0.0"
8430source = "registry+https://github.com/rust-lang/crates.io-index"8829source = "registry+https://github.com/rust-lang/crates.io-index"
8431checksum = "1d04fe175c7f78214971293e7d8875673804e736092206a3a4544dbc12811c1b"8830checksum = "db5ae96da18bb5926341516fd409b5a8ce4e4714da7f0a1063d3b20ac9f9a1e1"
8432dependencies = [8831dependencies = [
8433 "leb128",8832 "leb128",
8434]8833]
84358834
8436[[package]]8835[[package]]
8437name = "wat"8836name = "wat"
8438version = "1.0.34"8837version = "1.0.36"
8439source = "registry+https://github.com/rust-lang/crates.io-index"8838source = "registry+https://github.com/rust-lang/crates.io-index"
8440checksum = "7ec9c6ee01ae07a26adadcdfed22c7a97e0b8cbee9c06e0e96076ece5aeb5cfe"8839checksum = "0b0fa059022c5dabe129f02b429d67086400deb8277f89c975555dacc1dadbcc"
8441dependencies = [8840dependencies = [
8442 "wast",8841 "wast",
8443]8842]
85718970
8572[[package]]8971[[package]]
8573name = "yamux"8972name = "yamux"
8574version = "0.8.0"8973version = "0.8.1"
8575source = "registry+https://github.com/rust-lang/crates.io-index"8974source = "registry+https://github.com/rust-lang/crates.io-index"
8576checksum = "9aeb8c4043cac71c3c299dff107171c220d179492350ea198e109a414981b83c"8975checksum = "1cc7bd8c983209ed5d527f44b01c41b7dc146fd960c61cf9e1d25399841dc271"
8577dependencies = [8976dependencies = [
8578 "futures 0.3.12",8977 "futures 0.3.12",
8579 "log",8978 "log",
modifiedCargo.tomldiffbeforeafterboth
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,4 +1,5 @@
 [workspace]
+resolver = "2"
 members = [
     'node',
     'pallets/nft',