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

difftreelog

build upgrade dependencies

Yaroslav Bolyukin2021-04-30parent: #d0a0bc7.patch.diff
in: master
Signed-off-by: Yaroslav Bolyukin <iam@lach.pw>
(cherry picked from commit fa7165616a5499e708f260a521e00381db5175f7)

4 files changed

modifiedCargo.lockdiffbeforeafterboth
445source = "registry+https://github.com/rust-lang/crates.io-index"445source = "registry+https://github.com/rust-lang/crates.io-index"
446checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"446checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
447
448[[package]]
449name = "bitvec"
450version = "0.17.4"
451source = "registry+https://github.com/rust-lang/crates.io-index"
452checksum = "41262f11d771fd4a61aa3ce019fca363b4b6c282fca9da2a31186d3965a47a5c"
453dependencies = [
454 "either",
455 "radium 0.3.0",
456]
447457
448[[package]]458[[package]]
449name = "bitvec"459name = "bitvec"
452checksum = "1f682656975d3a682daff957be4ddeb65d6ad656737cd821f2d00685ae466af1"462checksum = "1f682656975d3a682daff957be4ddeb65d6ad656737cd821f2d00685ae466af1"
453dependencies = [463dependencies = [
454 "funty",464 "funty",
455 "radium",465 "radium 0.6.2",
456 "tap",466 "tap",
457 "wyz",467 "wyz",
458]468]
605source = "registry+https://github.com/rust-lang/crates.io-index"615source = "registry+https://github.com/rust-lang/crates.io-index"
606checksum = "099e596ef14349721d9016f6b80dd3419ea1bf289ab9b44df8e4dfd3a005d5d9"616checksum = "099e596ef14349721d9016f6b80dd3419ea1bf289ab9b44df8e4dfd3a005d5d9"
617
618[[package]]
619name = "byte-slice-cast"
620version = "0.3.5"
621source = "registry+https://github.com/rust-lang/crates.io-index"
622checksum = "b0a5e3906bcbf133e33c1d4d95afc664ad37fbdb9f6568d8043e7ea8c27d93d3"
607623
608[[package]]624[[package]]
609name = "byte-slice-cast"625name = "byte-slice-cast"
1358 "libc",1374 "libc",
1359]1375]
1376
1377[[package]]
1378name = "ethbloom"
1379version = "0.9.2"
1380source = "registry+https://github.com/rust-lang/crates.io-index"
1381checksum = "71a6567e6fd35589fea0c63b94b4cf2e55573e413901bdbe60ab15cf0e25e5df"
1382dependencies = [
1383 "crunchy",
1384 "fixed-hash 0.6.1",
1385 "impl-rlp 0.2.1",
1386 "impl-serde",
1387 "tiny-keccak",
1388]
13601389
1361[[package]]1390[[package]]
1362name = "ethbloom"1391name = "ethbloom"
1365checksum = "779864b9c7f7ead1f092972c3257496c6a84b46dba2ce131dd8a282cb2cc5972"1394checksum = "779864b9c7f7ead1f092972c3257496c6a84b46dba2ce131dd8a282cb2cc5972"
1366dependencies = [1395dependencies = [
1367 "crunchy",1396 "crunchy",
1368 "fixed-hash",1397 "fixed-hash 0.7.0",
1369 "impl-codec",1398 "impl-codec 0.5.0",
1370 "impl-rlp",1399 "impl-rlp 0.3.0",
1371 "impl-serde",1400 "impl-serde",
1372 "tiny-keccak",1401 "tiny-keccak",
1373]1402]
1378source = "registry+https://github.com/rust-lang/crates.io-index"1407source = "registry+https://github.com/rust-lang/crates.io-index"
1379checksum = "567ce064a8232c16e2b2c2173a936b91fbe35c2f2c5278871f5a1a31688b42e9"1408checksum = "567ce064a8232c16e2b2c2173a936b91fbe35c2f2c5278871f5a1a31688b42e9"
1380dependencies = [1409dependencies = [
1381 "ethereum-types",1410 "ethereum-types 0.11.0",
1382 "funty",1411 "funty",
1383 "hash-db",1412 "hash-db",
1384 "hash256-std-hasher",1413 "hash256-std-hasher",
1385 "parity-scale-codec",1414 "parity-scale-codec 2.0.1",
1386 "rlp",1415 "rlp 0.5.0",
1387 "rlp-derive",1416 "rlp-derive",
1388 "serde",1417 "serde",
1389 "sha3 0.9.1",1418 "sha3 0.9.1",
1390 "triehash",1419 "triehash",
1391]1420]
1421
1422[[package]]
1423name = "ethereum-tx-sign"
1424version = "3.0.4"
1425source = "registry+https://github.com/rust-lang/crates.io-index"
1426checksum = "bdcbb5f48282fa71ba2864818a442d0ee0ca04ebc9ef9eb1837c48298c3b8cbf"
1427dependencies = [
1428 "ethereum-types 0.9.2",
1429 "num-traits",
1430 "rlp 0.4.6",
1431 "secp256k1",
1432 "serde",
1433 "serde_derive",
1434 "serde_json",
1435 "tiny-keccak",
1436]
1437
1438[[package]]
1439name = "ethereum-types"
1440version = "0.9.2"
1441source = "registry+https://github.com/rust-lang/crates.io-index"
1442checksum = "473aecff686bd8e7b9db0165cbbb53562376b39bf35b427f0c60446a9e1634b0"
1443dependencies = [
1444 "ethbloom 0.9.2",
1445 "fixed-hash 0.6.1",
1446 "impl-rlp 0.2.1",
1447 "impl-serde",
1448 "primitive-types 0.7.3",
1449 "uint 0.8.5",
1450]
13921451
1393[[package]]1452[[package]]
1394name = "ethereum-types"1453name = "ethereum-types"
1395version = "0.11.0"1454version = "0.11.0"
1396source = "registry+https://github.com/rust-lang/crates.io-index"1455source = "registry+https://github.com/rust-lang/crates.io-index"
1397checksum = "f64b5df66a228d85e4b17e5d6c6aa43b0310898ffe8a85988c4c032357aaabfd"1456checksum = "f64b5df66a228d85e4b17e5d6c6aa43b0310898ffe8a85988c4c032357aaabfd"
1398dependencies = [1457dependencies = [
1399 "ethbloom",1458 "ethbloom 0.11.0",
1400 "fixed-hash",1459 "fixed-hash 0.7.0",
1401 "impl-codec",1460 "impl-codec 0.5.0",
1402 "impl-rlp",1461 "impl-rlp 0.3.0",
1403 "impl-serde",1462 "impl-serde",
1404 "primitive-types",1463 "primitive-types 0.9.0",
1405 "uint",1464 "uint 0.9.0",
1406]1465]
14071466
1408[[package]]1467[[package]]
14131472
1414[[package]]1473[[package]]
1415name = "evm"1474name = "evm"
1416version = "0.25.0"1475version = "0.26.0"
1417source = "registry+https://github.com/rust-lang/crates.io-index"1476source = "git+https://github.com/usetech-llc/evm.git?branch=precompile-output#e667bc507590bc67024e5d12c65241d4aef2a1b9"
1418checksum = "1b4bd1fb06a4962a243c8be285d8a9b2493ffa79acb32633ad07a0bc523b1acd"
1419dependencies = [1477dependencies = [
1420 "ethereum",1478 "ethereum",
1421 "evm-core",1479 "evm-core",
1422 "evm-gasometer",1480 "evm-gasometer",
1423 "evm-runtime",1481 "evm-runtime",
1424 "log",1482 "log",
1425 "parity-scale-codec",1483 "parity-scale-codec 2.0.1",
1426 "primitive-types",1484 "primitive-types 0.9.0",
1427 "rlp",1485 "rlp 0.5.0",
1428 "serde",1486 "serde",
1429 "sha3 0.8.2",1487 "sha3 0.8.2",
1430]1488]
14311489
1432[[package]]1490[[package]]
1433name = "evm-core"1491name = "evm-core"
1434version = "0.25.0"1492version = "0.26.0"
1435source = "registry+https://github.com/rust-lang/crates.io-index"1493source = "git+https://github.com/usetech-llc/evm.git?branch=precompile-output#e667bc507590bc67024e5d12c65241d4aef2a1b9"
1436checksum = "6b4eea3882c798813a6f92e8855ec1fc3f5ababd8b274cb81d4bedee701b478e"
1437dependencies = [1494dependencies = [
1438 "funty",1495 "funty",
1439 "parity-scale-codec",1496 "parity-scale-codec 2.0.1",
1440 "primitive-types",1497 "primitive-types 0.9.0",
1441 "serde",1498 "serde",
1442]1499]
14431500
1444[[package]]1501[[package]]
1445name = "evm-gasometer"1502name = "evm-gasometer"
1446version = "0.25.0"1503version = "0.26.0"
1447source = "registry+https://github.com/rust-lang/crates.io-index"1504source = "git+https://github.com/usetech-llc/evm.git?branch=precompile-output#e667bc507590bc67024e5d12c65241d4aef2a1b9"
1448checksum = "0a8f04dcc8b0296652eabfa443a08ebed6071a1178e0f42a7f7b63a612bddf0b"
1449dependencies = [1505dependencies = [
1450 "evm-core",1506 "evm-core",
1451 "evm-runtime",1507 "evm-runtime",
1452 "primitive-types",1508 "primitive-types 0.9.0",
1453]1509]
14541510
1455[[package]]1511[[package]]
1456name = "evm-runtime"1512name = "evm-runtime"
1457version = "0.25.0"1513version = "0.26.0"
1458source = "registry+https://github.com/rust-lang/crates.io-index"1514source = "git+https://github.com/usetech-llc/evm.git?branch=precompile-output#e667bc507590bc67024e5d12c65241d4aef2a1b9"
1459checksum = "54c302f29ca8bba82a382aa52d427869964179e4f24eae57bde70958ce9b7607"
1460dependencies = [1515dependencies = [
1461 "evm-core",1516 "evm-core",
1462 "primitive-types",1517 "primitive-types 0.9.0",
1463 "sha3 0.8.2",1518 "sha3 0.8.2",
1464]1519]
14651520
15171572
1518[[package]]1573[[package]]
1519name = "fc-consensus"1574name = "fc-consensus"
1520version = "0.1.0"1575version = "1.0.0"
1521source = "git+https://github.com/PureStake/frontier.git?branch=notlesh-substrate-8b3e5bc#1f8de106db767ad957193ca4bc5b398a4191c778"1576source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#bd8cd6db44be646a059698371497de64128940af"
1522dependencies = [1577dependencies = [
1523 "derive_more",1578 "derive_more",
1524 "fc-db",1579 "fc-db",
1525 "fp-consensus",1580 "fp-consensus",
1526 "fp-rpc",1581 "fp-rpc",
1527 "futures 0.3.12",1582 "futures 0.3.12",
1528 "log",1583 "log",
1529 "parity-scale-codec",1584 "parity-scale-codec 2.0.1",
1530 "sc-client-api",1585 "sc-client-api",
1531 "sp-api",1586 "sp-api",
1532 "sp-block-builder",1587 "sp-block-builder",
15411596
1542[[package]]1597[[package]]
1543name = "fc-db"1598name = "fc-db"
1544version = "0.1.0"1599version = "1.0.0"
1545source = "git+https://github.com/PureStake/frontier.git?branch=notlesh-substrate-8b3e5bc#1f8de106db767ad957193ca4bc5b398a4191c778"1600source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#bd8cd6db44be646a059698371497de64128940af"
1546dependencies = [1601dependencies = [
1547 "kvdb",1602 "kvdb",
1548 "kvdb-rocksdb",1603 "kvdb-rocksdb",
1549 "parity-scale-codec",1604 "parity-scale-codec 2.0.1",
1550 "parking_lot 0.11.1",1605 "parking_lot 0.11.1",
1551 "sp-core",1606 "sp-core",
1552 "sp-database",1607 "sp-database",
15551610
1556[[package]]1611[[package]]
1557name = "fc-mapping-sync"1612name = "fc-mapping-sync"
1558version = "0.1.0"1613version = "1.1.0-dev"
1559source = "git+https://github.com/PureStake/frontier.git?branch=notlesh-substrate-8b3e5bc#1f8de106db767ad957193ca4bc5b398a4191c778"1614source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#bd8cd6db44be646a059698371497de64128940af"
1560dependencies = [1615dependencies = [
1561 "fc-consensus",1616 "fc-consensus",
1562 "fc-db",1617 "fc-db",
15731628
1574[[package]]1629[[package]]
1575name = "fc-rpc"1630name = "fc-rpc"
1576version = "0.1.0"1631version = "2.0.0-dev"
1577source = "git+https://github.com/PureStake/frontier.git?branch=notlesh-substrate-8b3e5bc#1f8de106db767ad957193ca4bc5b398a4191c778"1632source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#bd8cd6db44be646a059698371497de64128940af"
1578dependencies = [1633dependencies = [
1579 "ethereum",1634 "ethereum",
1580 "ethereum-types",1635 "ethereum-types 0.11.0",
1636 "evm",
1581 "fc-consensus",1637 "fc-consensus",
1582 "fc-db",1638 "fc-db",
1583 "fc-rpc-core",1639 "fc-rpc-core",
1594 "log",1650 "log",
1595 "pallet-ethereum",1651 "pallet-ethereum",
1596 "pallet-evm",1652 "pallet-evm",
1597 "parity-scale-codec",1653 "parity-scale-codec 2.0.1",
1598 "rand 0.7.3",1654 "rand 0.7.3",
1599 "rlp",1655 "rlp 0.5.0",
1600 "rustc-hex",1656 "rustc-hex",
1601 "sc-client-api",1657 "sc-client-api",
1602 "sc-network",1658 "sc-network",
16131669
1614[[package]]1670[[package]]
1615name = "fc-rpc-core"1671name = "fc-rpc-core"
1616version = "0.1.0"1672version = "1.1.0-dev"
1617source = "git+https://github.com/PureStake/frontier.git?branch=notlesh-substrate-8b3e5bc#1f8de106db767ad957193ca4bc5b398a4191c778"1673source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#bd8cd6db44be646a059698371497de64128940af"
1618dependencies = [1674dependencies = [
1619 "ethereum-types",1675 "ethereum-types 0.11.0",
1620 "jsonrpc-core 15.1.0",1676 "jsonrpc-core 15.1.0",
1621 "jsonrpc-core-client 14.2.0",1677 "jsonrpc-core-client 14.2.0",
1622 "jsonrpc-derive 14.2.2",1678 "jsonrpc-derive 14.2.2",
1656 "futures-timer 3.0.2",1712 "futures-timer 3.0.2",
1657 "log",1713 "log",
1658 "num-traits",1714 "num-traits",
1659 "parity-scale-codec",1715 "parity-scale-codec 2.0.1",
1660 "parking_lot 0.11.1",1716 "parking_lot 0.11.1",
1661]1717]
1718
1719[[package]]
1720name = "fixed-hash"
1721version = "0.6.1"
1722source = "registry+https://github.com/rust-lang/crates.io-index"
1723checksum = "11498d382790b7a8f2fd211780bec78619bba81cdad3a283997c0c41f836759c"
1724dependencies = [
1725 "byteorder",
1726 "rand 0.7.3",
1727 "rustc-hex",
1728 "static_assertions",
1729]
16621730
1663[[package]]1731[[package]]
1664name = "fixed-hash"1732name = "fixed-hash"
1718version = "3.0.0"1786version = "3.0.0"
1719source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"1787source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
1720dependencies = [1788dependencies = [
1721 "parity-scale-codec",1789 "parity-scale-codec 2.0.1",
1722]1790]
17231791
1724[[package]]1792[[package]]
17331801
1734[[package]]1802[[package]]
1735name = "fp-consensus"1803name = "fp-consensus"
1736version = "0.1.0"1804version = "1.0.0"
1737source = "git+https://github.com/PureStake/frontier.git?branch=notlesh-substrate-8b3e5bc#1f8de106db767ad957193ca4bc5b398a4191c778"1805source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#bd8cd6db44be646a059698371497de64128940af"
1738dependencies = [1806dependencies = [
1739 "ethereum",1807 "ethereum",
1740 "parity-scale-codec",1808 "parity-scale-codec 2.0.1",
1741 "rlp",1809 "rlp 0.5.0",
1742 "sha3 0.8.2",1810 "sha3 0.8.2",
1743 "sp-core",1811 "sp-core",
1744 "sp-runtime",1812 "sp-runtime",
17471815
1748[[package]]1816[[package]]
1749name = "fp-evm"1817name = "fp-evm"
1750version = "0.8.0"1818version = "1.0.0"
1751source = "git+https://github.com/PureStake/frontier.git?branch=notlesh-substrate-8b3e5bc#1f8de106db767ad957193ca4bc5b398a4191c778"1819source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#bd8cd6db44be646a059698371497de64128940af"
1752dependencies = [1820dependencies = [
1753 "evm",1821 "evm",
1754 "impl-trait-for-tuples 0.1.3",1822 "impl-trait-for-tuples 0.1.3",
1755 "parity-scale-codec",1823 "parity-scale-codec 2.0.1",
1756 "serde",1824 "serde",
1757 "sp-core",1825 "sp-core",
1758 "sp-std",1826 "sp-std",
1759]1827]
17601828
1761[[package]]1829[[package]]
1762name = "fp-rpc"1830name = "fp-rpc"
1763version = "0.1.0"1831version = "1.0.0"
1764source = "git+https://github.com/PureStake/frontier.git?branch=notlesh-substrate-8b3e5bc#1f8de106db767ad957193ca4bc5b398a4191c778"1832source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#bd8cd6db44be646a059698371497de64128940af"
1765dependencies = [1833dependencies = [
1766 "ethereum",1834 "ethereum",
1767 "ethereum-types",1835 "ethereum-types 0.11.0",
1768 "fp-evm",1836 "fp-evm",
1769 "parity-scale-codec",1837 "parity-scale-codec 2.0.1",
1770 "sp-api",1838 "sp-api",
1771 "sp-core",1839 "sp-core",
1772 "sp-io",1840 "sp-io",
17761844
1777[[package]]1845[[package]]
1778name = "fp-storage"1846name = "fp-storage"
1779version = "0.1.0"1847version = "1.0.0"
1780source = "git+https://github.com/PureStake/frontier.git?branch=notlesh-substrate-8b3e5bc#1f8de106db767ad957193ca4bc5b398a4191c778"1848source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#bd8cd6db44be646a059698371497de64128940af"
1781dependencies = [1849dependencies = [
1782 "ethereum",1850 "ethereum",
1783 "ethereum-types",1851 "ethereum-types 0.11.0",
1784 "fp-evm",1852 "fp-evm",
1785 "parity-scale-codec",1853 "parity-scale-codec 2.0.1",
1786 "sp-api",1854 "sp-api",
1787 "sp-core",1855 "sp-core",
1788 "sp-runtime",1856 "sp-runtime",
1798 "frame-system",1866 "frame-system",
1799 "linregress",1867 "linregress",
1800 "log",1868 "log",
1801 "parity-scale-codec",1869 "parity-scale-codec 2.0.1",
1802 "paste 1.0.4",1870 "paste 1.0.4",
1803 "sp-api",1871 "sp-api",
1804 "sp-io",1872 "sp-io",
1817 "chrono",1885 "chrono",
1818 "frame-benchmarking",1886 "frame-benchmarking",
1819 "handlebars",1887 "handlebars",
1820 "parity-scale-codec",1888 "parity-scale-codec 2.0.1",
1821 "sc-cli",1889 "sc-cli",
1822 "sc-client-db",1890 "sc-client-db",
1823 "sc-executor",1891 "sc-executor",
1838dependencies = [1906dependencies = [
1839 "frame-support",1907 "frame-support",
1840 "frame-system",1908 "frame-system",
1841 "parity-scale-codec",1909 "parity-scale-codec 2.0.1",
1842 "serde",1910 "serde",
1843 "sp-core",1911 "sp-core",
1844 "sp-io",1912 "sp-io",
1852version = "13.0.0"1920version = "13.0.0"
1853source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"1921source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
1854dependencies = [1922dependencies = [
1855 "parity-scale-codec",1923 "parity-scale-codec 2.0.1",
1856 "serde",1924 "serde",
1857 "sp-core",1925 "sp-core",
1858 "sp-std",1926 "sp-std",
1869 "impl-trait-for-tuples 0.2.1",1937 "impl-trait-for-tuples 0.2.1",
1870 "log",1938 "log",
1871 "once_cell",1939 "once_cell",
1872 "parity-scale-codec",1940 "parity-scale-codec 2.0.1",
1873 "paste 1.0.4",1941 "paste 1.0.4",
1874 "serde",1942 "serde",
1875 "smallvec 1.6.1",1943 "smallvec 1.6.1",
1926 "frame-support",1994 "frame-support",
1927 "impl-trait-for-tuples 0.2.1",1995 "impl-trait-for-tuples 0.2.1",
1928 "log",1996 "log",
1929 "parity-scale-codec",1997 "parity-scale-codec 2.0.1",
1930 "serde",1998 "serde",
1931 "sp-core",1999 "sp-core",
1932 "sp-io",2000 "sp-io",
1943 "frame-benchmarking",2011 "frame-benchmarking",
1944 "frame-support",2012 "frame-support",
1945 "frame-system",2013 "frame-system",
1946 "parity-scale-codec",2014 "parity-scale-codec 2.0.1",
1947 "sp-core",2015 "sp-core",
1948 "sp-runtime",2016 "sp-runtime",
1949 "sp-std",2017 "sp-std",
1954version = "3.0.0"2022version = "3.0.0"
1955source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"2023source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
1956dependencies = [2024dependencies = [
1957 "parity-scale-codec",2025 "parity-scale-codec 2.0.1",
1958 "sp-api",2026 "sp-api",
1959]2027]
19602028
2636 "winapi 0.3.9",2704 "winapi 0.3.9",
2637]2705]
2706
2707[[package]]
2708name = "impl-codec"
2709version = "0.4.2"
2710source = "registry+https://github.com/rust-lang/crates.io-index"
2711checksum = "1be51a921b067b0eaca2fad532d9400041561aa922221cc65f95a85641c6bf53"
2712dependencies = [
2713 "parity-scale-codec 1.3.7",
2714]
26382715
2639[[package]]2716[[package]]
2640name = "impl-codec"2717name = "impl-codec"
2641version = "0.5.0"2718version = "0.5.0"
2642source = "registry+https://github.com/rust-lang/crates.io-index"2719source = "registry+https://github.com/rust-lang/crates.io-index"
2643checksum = "df170efa359aebdd5cb7fe78edcc67107748e4737bdca8a8fb40d15ea7a877ed"2720checksum = "df170efa359aebdd5cb7fe78edcc67107748e4737bdca8a8fb40d15ea7a877ed"
2644dependencies = [2721dependencies = [
2645 "parity-scale-codec",2722 "parity-scale-codec 2.0.1",
2646]2723]
2724
2725[[package]]
2726name = "impl-rlp"
2727version = "0.2.1"
2728source = "registry+https://github.com/rust-lang/crates.io-index"
2729checksum = "8f7a72f11830b52333f36e3b09a288333888bf54380fd0ac0790a3c31ab0f3c5"
2730dependencies = [
2731 "rlp 0.4.6",
2732]
26472733
2648[[package]]2734[[package]]
2649name = "impl-rlp"2735name = "impl-rlp"
2650version = "0.3.0"2736version = "0.3.0"
2651source = "registry+https://github.com/rust-lang/crates.io-index"2737source = "registry+https://github.com/rust-lang/crates.io-index"
2652checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808"2738checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808"
2653dependencies = [2739dependencies = [
2654 "rlp",2740 "rlp 0.5.0",
2655]2741]
26562742
2657[[package]]2743[[package]]
3241 "rand 0.7.3",3327 "rand 0.7.3",
3242 "sha2 0.9.3",3328 "sha2 0.9.3",
3243 "smallvec 1.6.1",3329 "smallvec 1.6.1",
3244 "uint",3330 "uint 0.9.0",
3245 "unsigned-varint 0.7.0",3331 "unsigned-varint 0.7.0",
3246 "void",3332 "void",
3247 "wasm-timer",3333 "wasm-timer",
3935 "nft-runtime",4021 "nft-runtime",
3936 "pallet-contracts-rpc",4022 "pallet-contracts-rpc",
3937 "pallet-ethereum",4023 "pallet-ethereum",
4024 "pallet-nft",
3938 "pallet-transaction-payment-rpc",4025 "pallet-transaction-payment-rpc",
3939 "parking_lot 0.10.2",4026 "parking_lot 0.10.2",
3940 "sc-basic-authorship",4027 "sc-basic-authorship",
3997 "pallet-transaction-payment-rpc-runtime-api",4084 "pallet-transaction-payment-rpc-runtime-api",
3998 "pallet-treasury",4085 "pallet-treasury",
3999 "pallet-vesting",4086 "pallet-vesting",
4000 "parity-scale-codec",4087 "parity-scale-codec 2.0.1",
4001 "serde",4088 "serde",
4002 "smallvec 1.6.1",4089 "smallvec 1.6.1",
4003 "sp-api",4090 "sp-api",
4161 "frame-system",4248 "frame-system",
4162 "pallet-session",4249 "pallet-session",
4163 "pallet-timestamp",4250 "pallet-timestamp",
4164 "parity-scale-codec",4251 "parity-scale-codec 2.0.1",
4165 "serde",4252 "serde",
4166 "sp-application-crypto",4253 "sp-application-crypto",
4167 "sp-consensus-aura",4254 "sp-consensus-aura",
4177 "frame-support",4264 "frame-support",
4178 "frame-system",4265 "frame-system",
4179 "impl-trait-for-tuples 0.2.1",4266 "impl-trait-for-tuples 0.2.1",
4180 "parity-scale-codec",4267 "parity-scale-codec 2.0.1",
4181 "sp-authorship",4268 "sp-authorship",
4182 "sp-inherents",4269 "sp-inherents",
4183 "sp-runtime",4270 "sp-runtime",
4193 "frame-support",4280 "frame-support",
4194 "frame-system",4281 "frame-system",
4195 "log",4282 "log",
4196 "parity-scale-codec",4283 "parity-scale-codec 2.0.1",
4197 "serde",4284 "serde",
4198 "sp-runtime",4285 "sp-runtime",
4199 "sp-std",4286 "sp-std",
4209 "log",4296 "log",
4210 "pallet-contracts-primitives",4297 "pallet-contracts-primitives",
4211 "pallet-contracts-proc-macro",4298 "pallet-contracts-proc-macro",
4212 "parity-scale-codec",4299 "parity-scale-codec 2.0.1",
4213 "parity-wasm 0.41.0",4300 "parity-wasm 0.41.0",
4214 "pwasm-utils 0.16.0",4301 "pwasm-utils 0.16.0",
4215 "serde",4302 "serde",
4227source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"4314source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
4228dependencies = [4315dependencies = [
4229 "bitflags",4316 "bitflags",
4230 "parity-scale-codec",4317 "parity-scale-codec 2.0.1",
4231 "sp-runtime",4318 "sp-runtime",
4232 "sp-std",4319 "sp-std",
4233]4320]
4252 "jsonrpc-derive 15.1.0",4339 "jsonrpc-derive 15.1.0",
4253 "pallet-contracts-primitives",4340 "pallet-contracts-primitives",
4254 "pallet-contracts-rpc-runtime-api",4341 "pallet-contracts-rpc-runtime-api",
4255 "parity-scale-codec",4342 "parity-scale-codec 2.0.1",
4256 "serde",4343 "serde",
4257 "sp-api",4344 "sp-api",
4258 "sp-blockchain",4345 "sp-blockchain",
4267source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"4354source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
4268dependencies = [4355dependencies = [
4269 "pallet-contracts-primitives",4356 "pallet-contracts-primitives",
4270 "parity-scale-codec",4357 "parity-scale-codec 2.0.1",
4271 "sp-api",4358 "sp-api",
4272 "sp-runtime",4359 "sp-runtime",
4273 "sp-std",4360 "sp-std",
4274]4361]
42754362
4276[[package]]4363[[package]]
4277name = "pallet-ethereum"4364name = "pallet-ethereum"
4278version = "0.1.0"4365version = "1.0.1-dev"
4279source = "git+https://github.com/PureStake/frontier.git?branch=notlesh-substrate-8b3e5bc#1f8de106db767ad957193ca4bc5b398a4191c778"4366source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#bd8cd6db44be646a059698371497de64128940af"
4280dependencies = [4367dependencies = [
4281 "ethereum",4368 "ethereum",
4282 "ethereum-types",4369 "ethereum-types 0.11.0",
4283 "evm",4370 "evm",
4284 "fp-consensus",4371 "fp-consensus",
4285 "fp-evm",4372 "fp-evm",
4291 "pallet-balances",4378 "pallet-balances",
4292 "pallet-evm",4379 "pallet-evm",
4293 "pallet-timestamp",4380 "pallet-timestamp",
4294 "parity-scale-codec",4381 "parity-scale-codec 2.0.1",
4295 "rlp",4382 "rlp 0.5.0",
4296 "rustc-hex",4383 "rustc-hex",
4297 "serde",4384 "serde",
4298 "sha3 0.8.2",4385 "sha3 0.8.2",
4304[[package]]4391[[package]]
4305name = "pallet-evm"4392name = "pallet-evm"
4306version = "3.0.0"4393version = "3.0.0"
4307source = "git+https://github.com/PureStake/frontier.git?branch=notlesh-substrate-8b3e5bc#1f8de106db767ad957193ca4bc5b398a4191c778"4394source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#bd8cd6db44be646a059698371497de64128940af"
4308dependencies = [4395dependencies = [
4309 "evm",4396 "evm",
4310 "evm-gasometer",4397 "evm-gasometer",
4311 "evm-runtime",4398 "evm-runtime",
4312 "fp-evm",4399 "fp-evm",
4313 "frame-support",4400 "frame-support",
4314 "frame-system",4401 "frame-system",
4402 "impl-trait-for-tuples 0.2.1",
4403 "log",
4315 "pallet-balances",4404 "pallet-balances",
4316 "pallet-timestamp",4405 "pallet-timestamp",
4317 "parity-scale-codec",4406 "parity-scale-codec 2.0.1",
4318 "primitive-types",4407 "primitive-types 0.9.0",
4319 "rlp",4408 "rlp 0.5.0",
4320 "serde",4409 "serde",
4321 "sha3 0.8.2",4410 "sha3 0.8.2",
4322 "sp-core",4411 "sp-core",
4336 "log",4425 "log",
4337 "pallet-authorship",4426 "pallet-authorship",
4338 "pallet-session",4427 "pallet-session",
4339 "parity-scale-codec",4428 "parity-scale-codec 2.0.1",
4340 "serde",4429 "serde",
4341 "sp-application-crypto",4430 "sp-application-crypto",
4342 "sp-core",4431 "sp-core",
4351name = "pallet-nft"4440name = "pallet-nft"
4352version = "3.0.0"4441version = "3.0.0"
4353dependencies = [4442dependencies = [
4443 "ethereum",
4444 "ethereum-tx-sign",
4445 "fp-evm",
4354 "frame-benchmarking",4446 "frame-benchmarking",
4355 "frame-support",4447 "frame-support",
4356 "frame-system",4448 "frame-system",
4449 "hex-literal",
4357 "pallet-balances",4450 "pallet-balances",
4358 "pallet-contracts",4451 "pallet-contracts",
4452 "pallet-ethereum",
4453 "pallet-evm",
4359 "pallet-randomness-collective-flip",4454 "pallet-randomness-collective-flip",
4360 "pallet-timestamp",4455 "pallet-timestamp",
4361 "pallet-transaction-payment",4456 "pallet-transaction-payment",
4362 "parity-scale-codec",4457 "parity-scale-codec 2.0.1",
4458 "rlp 0.5.0",
4363 "serde",4459 "serde",
4460 "sp-api",
4364 "sp-core",4461 "sp-core",
4365 "sp-io",4462 "sp-io",
4366 "sp-runtime",4463 "sp-runtime",
4374dependencies = [4471dependencies = [
4375 "frame-support",4472 "frame-support",
4376 "frame-system",4473 "frame-system",
4377 "parity-scale-codec",4474 "parity-scale-codec 2.0.1",
4378 "safe-mix",4475 "safe-mix",
4379 "sp-runtime",4476 "sp-runtime",
4380 "sp-std",4477 "sp-std",
4389 "frame-system",4486 "frame-system",
4390 "impl-trait-for-tuples 0.2.1",4487 "impl-trait-for-tuples 0.2.1",
4391 "pallet-timestamp",4488 "pallet-timestamp",
4392 "parity-scale-codec",4489 "parity-scale-codec 2.0.1",
4393 "serde",4490 "serde",
4394 "sp-core",4491 "sp-core",
4395 "sp-io",4492 "sp-io",
4407dependencies = [4504dependencies = [
4408 "frame-support",4505 "frame-support",
4409 "frame-system",4506 "frame-system",
4410 "parity-scale-codec",4507 "parity-scale-codec 2.0.1",
4411 "serde",4508 "serde",
4412 "sp-io",4509 "sp-io",
4413 "sp-runtime",4510 "sp-runtime",
4424 "frame-system",4521 "frame-system",
4425 "impl-trait-for-tuples 0.2.1",4522 "impl-trait-for-tuples 0.2.1",
4426 "log",4523 "log",
4427 "parity-scale-codec",4524 "parity-scale-codec 2.0.1",
4428 "serde",4525 "serde",
4429 "sp-inherents",4526 "sp-inherents",
4430 "sp-io",4527 "sp-io",
4440dependencies = [4537dependencies = [
4441 "frame-support",4538 "frame-support",
4442 "frame-system",4539 "frame-system",
4443 "parity-scale-codec",4540 "parity-scale-codec 2.0.1",
4444 "serde",4541 "serde",
4445 "smallvec 1.6.1",4542 "smallvec 1.6.1",
4446 "sp-core",4543 "sp-core",
4458 "jsonrpc-core-client 15.1.0",4555 "jsonrpc-core-client 15.1.0",
4459 "jsonrpc-derive 15.1.0",4556 "jsonrpc-derive 15.1.0",
4460 "pallet-transaction-payment-rpc-runtime-api",4557 "pallet-transaction-payment-rpc-runtime-api",
4461 "parity-scale-codec",4558 "parity-scale-codec 2.0.1",
4462 "sp-api",4559 "sp-api",
4463 "sp-blockchain",4560 "sp-blockchain",
4464 "sp-core",4561 "sp-core",
4472source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"4569source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
4473dependencies = [4570dependencies = [
4474 "pallet-transaction-payment",4571 "pallet-transaction-payment",
4475 "parity-scale-codec",4572 "parity-scale-codec 2.0.1",
4476 "sp-api",4573 "sp-api",
4477 "sp-runtime",4574 "sp-runtime",
4478]4575]
4486 "frame-system",4583 "frame-system",
4487 "impl-trait-for-tuples 0.2.1",4584 "impl-trait-for-tuples 0.2.1",
4488 "pallet-balances",4585 "pallet-balances",
4489 "parity-scale-codec",4586 "parity-scale-codec 2.0.1",
4490 "serde",4587 "serde",
4491 "sp-runtime",4588 "sp-runtime",
4492 "sp-std",4589 "sp-std",
4500 "enumflags2",4597 "enumflags2",
4501 "frame-support",4598 "frame-support",
4502 "frame-system",4599 "frame-system",
4503 "parity-scale-codec",4600 "parity-scale-codec 2.0.1",
4504 "serde",4601 "serde",
4505 "sp-runtime",4602 "sp-runtime",
4506 "sp-std",4603 "sp-std",
4541 "url 2.2.0",4638 "url 2.2.0",
4542]4639]
4640
4641[[package]]
4642name = "parity-scale-codec"
4643version = "1.3.7"
4644source = "registry+https://github.com/rust-lang/crates.io-index"
4645checksum = "a4b26b16c7687c3075982af47719e481815df30bc544f7a6690763a25ca16e9d"
4646dependencies = [
4647 "arrayvec 0.5.2",
4648 "bitvec 0.17.4",
4649 "byte-slice-cast 0.3.5",
4650 "serde",
4651]
45434652
4544[[package]]4653[[package]]
4545name = "parity-scale-codec"4654name = "parity-scale-codec"
4548checksum = "0cd3dab59b5cf4bc81069ade0fc470341a1ef3ad5fa73e5a8943bed2ec12b2e8"4657checksum = "0cd3dab59b5cf4bc81069ade0fc470341a1ef3ad5fa73e5a8943bed2ec12b2e8"
4549dependencies = [4658dependencies = [
4550 "arrayvec 0.5.2",4659 "arrayvec 0.5.2",
4551 "bitvec",4660 "bitvec 0.20.2",
4552 "byte-slice-cast",4661 "byte-slice-cast 1.0.0",
4553 "parity-scale-codec-derive",4662 "parity-scale-codec-derive",
4554 "serde",4663 "serde",
4555]4664]
4602 "impl-trait-for-tuples 0.2.1",4711 "impl-trait-for-tuples 0.2.1",
4603 "parity-util-mem-derive",4712 "parity-util-mem-derive",
4604 "parking_lot 0.11.1",4713 "parking_lot 0.11.1",
4605 "primitive-types",4714 "primitive-types 0.9.0",
4606 "smallvec 1.6.1",4715 "smallvec 1.6.1",
4607 "winapi 0.3.9",4716 "winapi 0.3.9",
4608]4717]
4963source = "registry+https://github.com/rust-lang/crates.io-index"5072source = "registry+https://github.com/rust-lang/crates.io-index"
4964checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"5073checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
5074
5075[[package]]
5076name = "primitive-types"
5077version = "0.7.3"
5078source = "registry+https://github.com/rust-lang/crates.io-index"
5079checksum = "7dd39dcacf71411ba488570da7bbc89b717225e46478b30ba99b92db6b149809"
5080dependencies = [
5081 "fixed-hash 0.6.1",
5082 "impl-codec 0.4.2",
5083 "impl-rlp 0.2.1",
5084 "impl-serde",
5085 "uint 0.8.5",
5086]
49655087
4966[[package]]5088[[package]]
4967name = "primitive-types"5089name = "primitive-types"
4968version = "0.9.0"5090version = "0.9.0"
4969source = "registry+https://github.com/rust-lang/crates.io-index"5091source = "registry+https://github.com/rust-lang/crates.io-index"
4970checksum = "2415937401cb030a2a0a4d922483f945fa068f52a7dbb22ce0fe5f2b6f6adace"5092checksum = "2415937401cb030a2a0a4d922483f945fa068f52a7dbb22ce0fe5f2b6f6adace"
4971dependencies = [5093dependencies = [
4972 "fixed-hash",5094 "fixed-hash 0.7.0",
4973 "impl-codec",5095 "impl-codec 0.5.0",
4974 "impl-rlp",5096 "impl-rlp 0.3.0",
4975 "impl-serde",5097 "impl-serde",
4976 "uint",5098 "uint 0.9.0",
4977]5099]
49785100
4979[[package]]5101[[package]]
5168 "proc-macro2",5290 "proc-macro2",
5169]5291]
5292
5293[[package]]
5294name = "radium"
5295version = "0.3.0"
5296source = "registry+https://github.com/rust-lang/crates.io-index"
5297checksum = "def50a86306165861203e7f84ecffbbdfdea79f0e51039b33de1e952358c47ac"
51705298
5171[[package]]5299[[package]]
5172name = "radium"5300name = "radium"
5500 "winapi 0.3.9",5628 "winapi 0.3.9",
5501]5629]
5630
5631[[package]]
5632name = "rlp"
5633version = "0.4.6"
5634source = "registry+https://github.com/rust-lang/crates.io-index"
5635checksum = "1190dcc8c3a512f1eef5d09bb8c84c7f39e1054e174d1795482e18f5272f2e73"
5636dependencies = [
5637 "rustc-hex",
5638]
55025639
5503[[package]]5640[[package]]
5504name = "rlp"5641name = "rlp"
5676 "futures 0.3.12",5813 "futures 0.3.12",
5677 "futures-timer 3.0.2",5814 "futures-timer 3.0.2",
5678 "log",5815 "log",
5679 "parity-scale-codec",5816 "parity-scale-codec 2.0.1",
5680 "sc-block-builder",5817 "sc-block-builder",
5681 "sc-client-api",5818 "sc-client-api",
5682 "sc-proposer-metrics",5819 "sc-proposer-metrics",
5696version = "0.9.0"5833version = "0.9.0"
5697source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"5834source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
5698dependencies = [5835dependencies = [
5699 "parity-scale-codec",5836 "parity-scale-codec 2.0.1",
5700 "sc-client-api",5837 "sc-client-api",
5701 "sp-api",5838 "sp-api",
5702 "sp-block-builder",5839 "sp-block-builder",
5713source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"5850source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
5714dependencies = [5851dependencies = [
5715 "impl-trait-for-tuples 0.2.1",5852 "impl-trait-for-tuples 0.2.1",
5716 "parity-scale-codec",5853 "parity-scale-codec 2.0.1",
5717 "sc-chain-spec-derive",5854 "sc-chain-spec-derive",
5718 "sc-consensus-babe",5855 "sc-consensus-babe",
5719 "sc-consensus-epochs",5856 "sc-consensus-epochs",
5751 "libp2p",5888 "libp2p",
5752 "log",5889 "log",
5753 "names",5890 "names",
5754 "parity-scale-codec",5891 "parity-scale-codec 2.0.1",
5755 "rand 0.7.3",5892 "rand 0.7.3",
5756 "regex",5893 "regex",
5757 "rpassword",5894 "rpassword",
5789 "kvdb",5926 "kvdb",
5790 "lazy_static",5927 "lazy_static",
5791 "log",5928 "log",
5792 "parity-scale-codec",5929 "parity-scale-codec 2.0.1",
5793 "parking_lot 0.11.1",5930 "parking_lot 0.11.1",
5794 "sc-executor",5931 "sc-executor",
5795 "sp-api",5932 "sp-api",
5824 "linked-hash-map",5961 "linked-hash-map",
5825 "log",5962 "log",
5826 "parity-db",5963 "parity-db",
5827 "parity-scale-codec",5964 "parity-scale-codec 2.0.1",
5828 "parity-util-mem",5965 "parity-util-mem",
5829 "parking_lot 0.11.1",5966 "parking_lot 0.11.1",
5830 "sc-client-api",5967 "sc-client-api",
5861 "futures 0.3.12",5998 "futures 0.3.12",
5862 "futures-timer 3.0.2",5999 "futures-timer 3.0.2",
5863 "log",6000 "log",
5864 "parity-scale-codec",6001 "parity-scale-codec 2.0.1",
5865 "parking_lot 0.11.1",6002 "parking_lot 0.11.1",
5866 "sc-block-builder",6003 "sc-block-builder",
5867 "sc-client-api",6004 "sc-client-api",
5898 "num-bigint",6035 "num-bigint",
5899 "num-rational",6036 "num-rational",
5900 "num-traits",6037 "num-traits",
5901 "parity-scale-codec",6038 "parity-scale-codec 2.0.1",
5902 "parking_lot 0.11.1",6039 "parking_lot 0.11.1",
5903 "pdqselect",6040 "pdqselect",
5904 "rand 0.7.3",6041 "rand 0.7.3",
5936source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"6073source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
5937dependencies = [6074dependencies = [
5938 "fork-tree",6075 "fork-tree",
5939 "parity-scale-codec",6076 "parity-scale-codec 2.0.1",
5940 "parking_lot 0.11.1",6077 "parking_lot 0.11.1",
5941 "sc-client-api",6078 "sc-client-api",
5942 "sp-blockchain",6079 "sp-blockchain",
5951 "futures 0.3.12",6088 "futures 0.3.12",
5952 "futures-timer 3.0.2",6089 "futures-timer 3.0.2",
5953 "log",6090 "log",
5954 "parity-scale-codec",6091 "parity-scale-codec 2.0.1",
5955 "parking_lot 0.11.1",6092 "parking_lot 0.11.1",
5956 "sc-client-api",6093 "sc-client-api",
5957 "sc-telemetry",6094 "sc-telemetry",
5992 "lazy_static",6129 "lazy_static",
5993 "libsecp256k1",6130 "libsecp256k1",
5994 "log",6131 "log",
5995 "parity-scale-codec",6132 "parity-scale-codec 2.0.1",
5996 "parity-wasm 0.41.0",6133 "parity-wasm 0.41.0",
5997 "parking_lot 0.11.1",6134 "parking_lot 0.11.1",
5998 "sc-executor-common",6135 "sc-executor-common",
6018source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"6155source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
6019dependencies = [6156dependencies = [
6020 "derive_more",6157 "derive_more",
6021 "parity-scale-codec",6158 "parity-scale-codec 2.0.1",
6022 "parity-wasm 0.41.0",6159 "parity-wasm 0.41.0",
6023 "sp-allocator",6160 "sp-allocator",
6024 "sp-core",6161 "sp-core",
6034source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"6171source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
6035dependencies = [6172dependencies = [
6036 "log",6173 "log",
6037 "parity-scale-codec",6174 "parity-scale-codec 2.0.1",
6038 "sc-executor-common",6175 "sc-executor-common",
6039 "sp-allocator",6176 "sp-allocator",
6040 "sp-core",6177 "sp-core",
6049source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"6186source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
6050dependencies = [6187dependencies = [
6051 "log",6188 "log",
6052 "parity-scale-codec",6189 "parity-scale-codec 2.0.1",
6053 "parity-wasm 0.41.0",6190 "parity-wasm 0.41.0",
6054 "pwasm-utils 0.14.0",6191 "pwasm-utils 0.14.0",
6055 "sc-executor-common",6192 "sc-executor-common",
6074 "futures-timer 3.0.2",6211 "futures-timer 3.0.2",
6075 "linked-hash-map",6212 "linked-hash-map",
6076 "log",6213 "log",
6077 "parity-scale-codec",6214 "parity-scale-codec 2.0.1",
6078 "parking_lot 0.11.1",6215 "parking_lot 0.11.1",
6079 "pin-project 1.0.5",6216 "pin-project 1.0.5",
6080 "rand 0.7.3",6217 "rand 0.7.3",
6145dependencies = [6282dependencies = [
6146 "hash-db",6283 "hash-db",
6147 "lazy_static",6284 "lazy_static",
6148 "parity-scale-codec",6285 "parity-scale-codec 2.0.1",
6149 "parking_lot 0.11.1",6286 "parking_lot 0.11.1",
6150 "sc-client-api",6287 "sc-client-api",
6151 "sc-executor",6288 "sc-executor",
6184 "log",6321 "log",
6185 "lru",6322 "lru",
6186 "nohash-hasher",6323 "nohash-hasher",
6187 "parity-scale-codec",6324 "parity-scale-codec 2.0.1",
6188 "parking_lot 0.11.1",6325 "parking_lot 0.11.1",
6189 "pin-project 1.0.5",6326 "pin-project 1.0.5",
6190 "prost",6327 "prost",
6240 "hyper-rustls",6377 "hyper-rustls",
6241 "log",6378 "log",
6242 "num_cpus",6379 "num_cpus",
6243 "parity-scale-codec",6380 "parity-scale-codec 2.0.1",
6244 "parking_lot 0.11.1",6381 "parking_lot 0.11.1",
6245 "rand 0.7.3",6382 "rand 0.7.3",
6246 "sc-client-api",6383 "sc-client-api",
6286 "jsonrpc-core 15.1.0",6423 "jsonrpc-core 15.1.0",
6287 "jsonrpc-pubsub 15.1.0",6424 "jsonrpc-pubsub 15.1.0",
6288 "log",6425 "log",
6289 "parity-scale-codec",6426 "parity-scale-codec 2.0.1",
6290 "parking_lot 0.11.1",6427 "parking_lot 0.11.1",
6291 "sc-block-builder",6428 "sc-block-builder",
6292 "sc-client-api",6429 "sc-client-api",
6322 "jsonrpc-derive 15.1.0",6459 "jsonrpc-derive 15.1.0",
6323 "jsonrpc-pubsub 15.1.0",6460 "jsonrpc-pubsub 15.1.0",
6324 "log",6461 "log",
6325 "parity-scale-codec",6462 "parity-scale-codec 2.0.1",
6326 "parking_lot 0.11.1",6463 "parking_lot 0.11.1",
6327 "serde",6464 "serde",
6328 "serde_json",6465 "serde_json",
6367 "jsonrpc-pubsub 15.1.0",6504 "jsonrpc-pubsub 15.1.0",
6368 "lazy_static",6505 "lazy_static",
6369 "log",6506 "log",
6370 "parity-scale-codec",6507 "parity-scale-codec 2.0.1",
6371 "parity-util-mem",6508 "parity-util-mem",
6372 "parking_lot 0.11.1",6509 "parking_lot 0.11.1",
6373 "pin-project 1.0.5",6510 "pin-project 1.0.5",
6421source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"6558source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
6422dependencies = [6559dependencies = [
6423 "log",6560 "log",
6424 "parity-scale-codec",6561 "parity-scale-codec 2.0.1",
6425 "parity-util-mem",6562 "parity-util-mem",
6426 "parity-util-mem-derive",6563 "parity-util-mem-derive",
6427 "parking_lot 0.11.1",6564 "parking_lot 0.11.1",
6519 "futures-diagnose",6656 "futures-diagnose",
6520 "intervalier",6657 "intervalier",
6521 "log",6658 "log",
6522 "parity-scale-codec",6659 "parity-scale-codec 2.0.1",
6523 "parity-util-mem",6660 "parity-util-mem",
6524 "parking_lot 0.11.1",6661 "parking_lot 0.11.1",
6525 "sc-client-api",6662 "sc-client-api",
6607 "untrusted",6744 "untrusted",
6608]6745]
6746
6747[[package]]
6748name = "secp256k1"
6749version = "0.19.0"
6750source = "registry+https://github.com/rust-lang/crates.io-index"
6751checksum = "c6179428c22c73ac0fbb7b5579a56353ce78ba29759b3b8575183336ea74cdfb"
6752dependencies = [
6753 "secp256k1-sys",
6754]
6755
6756[[package]]
6757name = "secp256k1-sys"
6758version = "0.3.0"
6759source = "registry+https://github.com/rust-lang/crates.io-index"
6760checksum = "11553d210db090930f4432bea123b31f70bbf693ace14504ea2a35e796c28dd2"
6761dependencies = [
6762 "cc",
6763]
66096764
6610[[package]]6765[[package]]
6611name = "secrecy"6766name = "secrecy"
6925dependencies = [7080dependencies = [
6926 "hash-db",7081 "hash-db",
6927 "log",7082 "log",
6928 "parity-scale-codec",7083 "parity-scale-codec 2.0.1",
6929 "sp-api-proc-macro",7084 "sp-api-proc-macro",
6930 "sp-core",7085 "sp-core",
6931 "sp-runtime",7086 "sp-runtime",
6952version = "3.0.0"7107version = "3.0.0"
6953source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7108source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
6954dependencies = [7109dependencies = [
6955 "parity-scale-codec",7110 "parity-scale-codec 2.0.1",
6956 "serde",7111 "serde",
6957 "sp-core",7112 "sp-core",
6958 "sp-io",7113 "sp-io",
6966dependencies = [7121dependencies = [
6967 "integer-sqrt",7122 "integer-sqrt",
6968 "num-traits",7123 "num-traits",
6969 "parity-scale-codec",7124 "parity-scale-codec 2.0.1",
6970 "serde",7125 "serde",
6971 "sp-debug-derive",7126 "sp-debug-derive",
6972 "sp-std",7127 "sp-std",
6977version = "3.0.0"7132version = "3.0.0"
6978source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7133source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
6979dependencies = [7134dependencies = [
6980 "parity-scale-codec",7135 "parity-scale-codec 2.0.1",
6981 "sp-inherents",7136 "sp-inherents",
6982 "sp-runtime",7137 "sp-runtime",
6983 "sp-std",7138 "sp-std",
6988version = "3.0.0"7143version = "3.0.0"
6989source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7144source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
6990dependencies = [7145dependencies = [
6991 "parity-scale-codec",7146 "parity-scale-codec 2.0.1",
6992 "sp-api",7147 "sp-api",
6993 "sp-inherents",7148 "sp-inherents",
6994 "sp-runtime",7149 "sp-runtime",
7003 "futures 0.3.12",7158 "futures 0.3.12",
7004 "log",7159 "log",
7005 "lru",7160 "lru",
7006 "parity-scale-codec",7161 "parity-scale-codec 2.0.1",
7007 "parking_lot 0.11.1",7162 "parking_lot 0.11.1",
7008 "sp-api",7163 "sp-api",
7009 "sp-consensus",7164 "sp-consensus",
7031 "futures-timer 3.0.2",7186 "futures-timer 3.0.2",
7032 "libp2p",7187 "libp2p",
7033 "log",7188 "log",
7034 "parity-scale-codec",7189 "parity-scale-codec 2.0.1",
7035 "parking_lot 0.11.1",7190 "parking_lot 0.11.1",
7036 "serde",7191 "serde",
7037 "sp-api",7192 "sp-api",
7053version = "0.9.0"7208version = "0.9.0"
7054source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7209source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
7055dependencies = [7210dependencies = [
7056 "parity-scale-codec",7211 "parity-scale-codec 2.0.1",
7057 "sp-api",7212 "sp-api",
7058 "sp-application-crypto",7213 "sp-application-crypto",
7059 "sp-consensus-slots",7214 "sp-consensus-slots",
7069source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7224source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
7070dependencies = [7225dependencies = [
7071 "merlin",7226 "merlin",
7072 "parity-scale-codec",7227 "parity-scale-codec 2.0.1",
7073 "serde",7228 "serde",
7074 "sp-api",7229 "sp-api",
7075 "sp-application-crypto",7230 "sp-application-crypto",
7089version = "0.9.0"7244version = "0.9.0"
7090source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7245source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
7091dependencies = [7246dependencies = [
7092 "parity-scale-codec",7247 "parity-scale-codec 2.0.1",
7093 "sp-arithmetic",7248 "sp-arithmetic",
7094 "sp-runtime",7249 "sp-runtime",
7095]7250]
7099version = "0.9.0"7254version = "0.9.0"
7100source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7255source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
7101dependencies = [7256dependencies = [
7102 "parity-scale-codec",7257 "parity-scale-codec 2.0.1",
7103 "schnorrkel",7258 "schnorrkel",
7104 "sp-core",7259 "sp-core",
7105 "sp-runtime",7260 "sp-runtime",
7126 "log",7281 "log",
7127 "merlin",7282 "merlin",
7128 "num-traits",7283 "num-traits",
7129 "parity-scale-codec",7284 "parity-scale-codec 2.0.1",
7130 "parity-util-mem",7285 "parity-util-mem",
7131 "parking_lot 0.11.1",7286 "parking_lot 0.11.1",
7132 "primitive-types",7287 "primitive-types 0.9.0",
7133 "rand 0.7.3",7288 "rand 0.7.3",
7134 "regex",7289 "regex",
7135 "schnorrkel",7290 "schnorrkel",
7175source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7330source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
7176dependencies = [7331dependencies = [
7177 "environmental",7332 "environmental",
7178 "parity-scale-codec",7333 "parity-scale-codec 2.0.1",
7179 "sp-std",7334 "sp-std",
7180 "sp-storage",7335 "sp-storage",
7181]7336]
7187dependencies = [7342dependencies = [
7188 "finality-grandpa",7343 "finality-grandpa",
7189 "log",7344 "log",
7190 "parity-scale-codec",7345 "parity-scale-codec 2.0.1",
7191 "serde",7346 "serde",
7192 "sp-api",7347 "sp-api",
7193 "sp-application-crypto",7348 "sp-application-crypto",
7202version = "3.0.0"7357version = "3.0.0"
7203source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7358source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
7204dependencies = [7359dependencies = [
7205 "parity-scale-codec",7360 "parity-scale-codec 2.0.1",
7206 "parking_lot 0.11.1",7361 "parking_lot 0.11.1",
7207 "sp-core",7362 "sp-core",
7208 "sp-std",7363 "sp-std",
7218 "hash-db",7373 "hash-db",
7219 "libsecp256k1",7374 "libsecp256k1",
7220 "log",7375 "log",
7221 "parity-scale-codec",7376 "parity-scale-codec 2.0.1",
7222 "parking_lot 0.11.1",7377 "parking_lot 0.11.1",
7223 "sp-core",7378 "sp-core",
7224 "sp-externalities",7379 "sp-externalities",
7253 "derive_more",7408 "derive_more",
7254 "futures 0.3.12",7409 "futures 0.3.12",
7255 "merlin",7410 "merlin",
7256 "parity-scale-codec",7411 "parity-scale-codec 2.0.1",
7257 "parking_lot 0.11.1",7412 "parking_lot 0.11.1",
7258 "schnorrkel",7413 "schnorrkel",
7259 "serde",7414 "serde",
7297 "hash256-std-hasher",7452 "hash256-std-hasher",
7298 "impl-trait-for-tuples 0.2.1",7453 "impl-trait-for-tuples 0.2.1",
7299 "log",7454 "log",
7300 "parity-scale-codec",7455 "parity-scale-codec 2.0.1",
7301 "parity-util-mem",7456 "parity-util-mem",
7302 "paste 1.0.4",7457 "paste 1.0.4",
7303 "rand 0.7.3",7458 "rand 0.7.3",
7315source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7470source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
7316dependencies = [7471dependencies = [
7317 "impl-trait-for-tuples 0.2.1",7472 "impl-trait-for-tuples 0.2.1",
7318 "parity-scale-codec",7473 "parity-scale-codec 2.0.1",
7319 "primitive-types",7474 "primitive-types 0.9.0",
7320 "sp-externalities",7475 "sp-externalities",
7321 "sp-runtime-interface-proc-macro",7476 "sp-runtime-interface-proc-macro",
7322 "sp-std",7477 "sp-std",
7343version = "0.9.0"7498version = "0.9.0"
7344source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7499source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
7345dependencies = [7500dependencies = [
7346 "parity-scale-codec",7501 "parity-scale-codec 2.0.1",
7347 "sp-core",7502 "sp-core",
7348 "sp-io",7503 "sp-io",
7349 "sp-std",7504 "sp-std",
7365version = "3.0.0"7520version = "3.0.0"
7366source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7521source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
7367dependencies = [7522dependencies = [
7368 "parity-scale-codec",7523 "parity-scale-codec 2.0.1",
7369 "sp-api",7524 "sp-api",
7370 "sp-core",7525 "sp-core",
7371 "sp-runtime",7526 "sp-runtime",
7378version = "3.0.0"7533version = "3.0.0"
7379source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7534source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
7380dependencies = [7535dependencies = [
7381 "parity-scale-codec",7536 "parity-scale-codec 2.0.1",
7382 "sp-runtime",7537 "sp-runtime",
7383 "sp-std",7538 "sp-std",
7384]7539]
7391 "hash-db",7546 "hash-db",
7392 "log",7547 "log",
7393 "num-traits",7548 "num-traits",
7394 "parity-scale-codec",7549 "parity-scale-codec 2.0.1",
7395 "parking_lot 0.11.1",7550 "parking_lot 0.11.1",
7396 "rand 0.7.3",7551 "rand 0.7.3",
7397 "smallvec 1.6.1",7552 "smallvec 1.6.1",
7416source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7571source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
7417dependencies = [7572dependencies = [
7418 "impl-serde",7573 "impl-serde",
7419 "parity-scale-codec",7574 "parity-scale-codec 2.0.1",
7420 "ref-cast",7575 "ref-cast",
7421 "serde",7576 "serde",
7422 "sp-debug-derive",7577 "sp-debug-derive",
7441version = "3.0.0"7596version = "3.0.0"
7442source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7597source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
7443dependencies = [7598dependencies = [
7444 "parity-scale-codec",7599 "parity-scale-codec 2.0.1",
7445 "sp-api",7600 "sp-api",
7446 "sp-inherents",7601 "sp-inherents",
7447 "sp-runtime",7602 "sp-runtime",
7455source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7610source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
7456dependencies = [7611dependencies = [
7457 "log",7612 "log",
7458 "parity-scale-codec",7613 "parity-scale-codec 2.0.1",
7459 "sp-std",7614 "sp-std",
7460 "tracing",7615 "tracing",
7461 "tracing-core",7616 "tracing-core",
7470 "derive_more",7625 "derive_more",
7471 "futures 0.3.12",7626 "futures 0.3.12",
7472 "log",7627 "log",
7473 "parity-scale-codec",7628 "parity-scale-codec 2.0.1",
7474 "serde",7629 "serde",
7475 "sp-api",7630 "sp-api",
7476 "sp-blockchain",7631 "sp-blockchain",
7485dependencies = [7640dependencies = [
7486 "hash-db",7641 "hash-db",
7487 "memory-db",7642 "memory-db",
7488 "parity-scale-codec",7643 "parity-scale-codec 2.0.1",
7489 "sp-core",7644 "sp-core",
7490 "sp-std",7645 "sp-std",
7491 "trie-db",7646 "trie-db",
7510source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7665source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
7511dependencies = [7666dependencies = [
7512 "impl-serde",7667 "impl-serde",
7513 "parity-scale-codec",7668 "parity-scale-codec 2.0.1",
7514 "serde",7669 "serde",
7515 "sp-runtime",7670 "sp-runtime",
7516 "sp-std",7671 "sp-std",
7522source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7677source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
7523dependencies = [7678dependencies = [
7524 "impl-trait-for-tuples 0.2.1",7679 "impl-trait-for-tuples 0.2.1",
7525 "parity-scale-codec",7680 "parity-scale-codec 2.0.1",
7526 "sp-std",7681 "sp-std",
7527 "wasmi",7682 "wasmi",
7528]7683]
7657 "jsonrpc-core-client 15.1.0",7812 "jsonrpc-core-client 15.1.0",
7658 "jsonrpc-derive 15.1.0",7813 "jsonrpc-derive 15.1.0",
7659 "log",7814 "log",
7660 "parity-scale-codec",7815 "parity-scale-codec 2.0.1",
7661 "sc-client-api",7816 "sc-client-api",
7662 "sc-rpc-api",7817 "sc-rpc-api",
7663 "serde",7818 "serde",
8268checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"8423checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"
8269dependencies = [8424dependencies = [
8270 "hash-db",8425 "hash-db",
8271 "rlp",8426 "rlp 0.5.0",
8272]8427]
82738428
8274[[package]]8429[[package]]
8300source = "registry+https://github.com/rust-lang/crates.io-index"8455source = "registry+https://github.com/rust-lang/crates.io-index"
8301checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"8456checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
8457
8458[[package]]
8459name = "uint"
8460version = "0.8.5"
8461source = "registry+https://github.com/rust-lang/crates.io-index"
8462checksum = "9db035e67dfaf7edd9aebfe8676afcd63eed53c8a4044fed514c8cccf1835177"
8463dependencies = [
8464 "byteorder",
8465 "crunchy",
8466 "rustc-hex",
8467 "static_assertions",
8468]
83028469
8303[[package]]8470[[package]]
8304name = "uint"8471name = "uint"
modifiednode/Cargo.tomldiffbeforeafterboth
28jsonrpc-pubsub = "15.0.0"28jsonrpc-pubsub = "15.0.0"
2929
30# Substrate dependencies30# Substrate dependencies
31pallet-nft = { path = '../pallets/nft', version = '3.0.0' }
31nft-runtime = { path = '../runtime', version = '3.0.0' }32nft-runtime = { path = '../runtime', version = '3.0.0' }
32frame-benchmarking = { version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }33frame-benchmarking = { version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
33frame-benchmarking-cli = { version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }34frame-benchmarking-cli = { version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
34pallet-transaction-payment-rpc = { version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }35pallet-transaction-payment-rpc = { version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
35fc-rpc-core = { version = "0.1.0", git = "https://github.com/PureStake/frontier.git", branch = "notlesh-substrate-8b3e5bc" }36fc-rpc-core = { version = "1.1.0-dev", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }
36fc-consensus = { version = "0.1.0", git = "https://github.com/PureStake/frontier.git", branch = "notlesh-substrate-8b3e5bc" }37fc-consensus = { version = "1.0.0", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }
37fc-mapping-sync = { version = "0.1.0", git = "https://github.com/PureStake/frontier.git", branch = "notlesh-substrate-8b3e5bc" }38fc-mapping-sync = { version = "1.1.0-dev", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }
38fc-rpc = { version = "0.1.0", git = "https://github.com/PureStake/frontier.git", branch = "notlesh-substrate-8b3e5bc" }39fc-rpc = { version = "2.0.0-dev", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }
39fc-db = { version = "0.1.0", git = "https://github.com/PureStake/frontier.git", branch = "notlesh-substrate-8b3e5bc" }40fc-db = { version = "1.0.0", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }
40fp-rpc = { version = "0.1.0", git = "https://github.com/PureStake/frontier.git", branch = "notlesh-substrate-8b3e5bc" }41fp-rpc = { version = "1.0.0", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }
41sc-basic-authorship = { version = '0.9.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }42sc-basic-authorship = { version = '0.9.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
42sc-cli = { version = '0.9.0', features = ['wasmtime'], git = "https://github.com/paritytech/substrate.git", branch = "frontier" }43sc-cli = { version = '0.9.0', features = ['wasmtime'], git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
43sc-client-api = { version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }44sc-client-api = { version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
65substrate-frame-rpc-system = { version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }66substrate-frame-rpc-system = { version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
66sc-network = { version = '0.9.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }67sc-network = { version = '0.9.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
67pallet-contracts-rpc = { version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }68pallet-contracts-rpc = { version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
68pallet-ethereum = { version = "0.1.0", git = "https://github.com/PureStake/frontier.git", branch = "notlesh-substrate-8b3e5bc" }69pallet-ethereum = { version = "1.0.1-dev", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }
69sc-telemetry = { version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }70sc-telemetry = { version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
7071
71serde = { version = "1.0.102", features = ["derive"] }72serde = { version = "1.0.102", features = ["derive"] }
modifiedpallets/nft/Cargo.tomldiffbeforeafterboth
23frame-support = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }23frame-support = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
24frame-system = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }24frame-system = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
25pallet-balances = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }25pallet-balances = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
26pallet-evm = { default-features = false, version = "3.0.0", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }
27pallet-ethereum = { default-features = false, version = "1.0.1-dev", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }
26pallet-timestamp = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }28pallet-timestamp = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
27pallet-randomness-collective-flip = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }29pallet-randomness-collective-flip = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
28sp-std = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }30sp-std = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
29frame-benchmarking = { default-features = false, version = '3.0.0', optional = true, git = "https://github.com/paritytech/substrate.git", branch = "frontier" }31frame-benchmarking = { default-features = false, version = '3.0.0', optional = true, git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
32fp-evm = { default-features = false, version = '1.0.0', git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }
30sp-core = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }33sp-core = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
31sp-io = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }34sp-io = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
35sp-api = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
32sp-runtime = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }36sp-runtime = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
33pallet-contracts = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }37pallet-contracts = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
34pallet-transaction-payment = { default-features = false, version = "3.0.0", git = "https://github.com/paritytech/substrate.git", branch = "frontier" }38pallet-transaction-payment = { default-features = false, version = "3.0.0", git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
39
40ethereum-tx-sign = { version = "3.0.4", optional = true }
41ethereum = { default-features = false, version = "0.7.1" }
42rlp = { default-features = false, version = "0.5.0" }
43
44hex-literal = "0.3.1"
3545
36[features]46[features]
37default = ['std']47default = ['std']
41 'frame-support/std',51 'frame-support/std',
42 'frame-system/std',52 'frame-system/std',
43 'pallet-balances/std',53 'pallet-balances/std',
54 'pallet-evm/std',
44 'pallet-timestamp/std',55 'pallet-timestamp/std',
45 'pallet-contracts/std',56 'pallet-contracts/std',
46 'pallet-randomness-collective-flip/std',57 'pallet-randomness-collective-flip/std',
47 'pallet-transaction-payment/std',58 'pallet-transaction-payment/std',
59 'fp-evm/std',
48 'sp-std/std',60 'sp-std/std',
49 'sp-runtime/std',61 'sp-runtime/std',
50 'frame-benchmarking/std',62 'frame-benchmarking/std',
63 'ethereum/std',
64 'rlp/std',
65
66 'ethereum-tx-sign',
51]67]
52runtime-benchmarks = ["frame-benchmarking"]68runtime-benchmarks = ["frame-benchmarking"]
5369
modifiedruntime/Cargo.tomldiffbeforeafterboth
39pallet-contracts = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }39pallet-contracts = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
40pallet-contracts-primitives = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }40pallet-contracts-primitives = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
41pallet-contracts-rpc-runtime-api = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }41pallet-contracts-rpc-runtime-api = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
42pallet-evm = { default-features = false, version = "3.0.0", git = "https://github.com/PureStake/frontier.git", branch = "notlesh-substrate-8b3e5bc" }42pallet-evm = { default-features = false, version = "3.0.0", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }
43pallet-ethereum = { default-features = false, version = "0.1.0", git = "https://github.com/PureStake/frontier.git", branch = "notlesh-substrate-8b3e5bc" }43pallet-ethereum = { default-features = false, version = "1.0.1-dev", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }
44pallet-grandpa = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }44pallet-grandpa = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
45pallet-randomness-collective-flip = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }45pallet-randomness-collective-flip = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
46pallet-sudo = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }46pallet-sudo = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
49pallet-transaction-payment-rpc-runtime-api = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }49pallet-transaction-payment-rpc-runtime-api = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
50pallet-treasury = { default-features = false, version = "3.0.0", git = "https://github.com/paritytech/substrate.git", branch = "frontier" }50pallet-treasury = { default-features = false, version = "3.0.0", git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
51pallet-vesting = { default-features = false, version = "3.0.0", git = "https://github.com/paritytech/substrate.git", branch = "frontier" }51pallet-vesting = { default-features = false, version = "3.0.0", git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
52fp-rpc = { default-features = false, version = "0.1.0", git = "https://github.com/PureStake/frontier.git", branch = "notlesh-substrate-8b3e5bc" }52fp-rpc = { default-features = false, version = "1.0.0", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }
53sp-arithmetic = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }53sp-arithmetic = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
54sp-api = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }54sp-api = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
55sp-block-builder = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }55sp-block-builder = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
98 'pallet-treasury/std',98 'pallet-treasury/std',
99 'pallet-vesting/std',99 'pallet-vesting/std',
100 'pallet-evm/std',100 'pallet-evm/std',
101 'pallet-ethereum/std',
101102
102 'pallet-nft/std',103 'pallet-nft/std',
104 'fp-rpc/std',
103 'sp-api/std',105 'sp-api/std',
104 'sp-block-builder/std',106 'sp-block-builder/std',
105 'sp-consensus-aura/std',107 'sp-consensus-aura/std',