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

difftreelog

Fix calls contract example (builds)

Greg Zaitsev2020-07-13parent: #8f6e068.patch.diff
in: master

6 files changed

modifiedsmart_contract/ink-types-node-runtime/Cargo.lockdiffbeforeafterboth
577[[package]]577[[package]]
578name = "frame-benchmarking"578name = "frame-benchmarking"
579version = "2.0.0-alpha.6"579version = "2.0.0-alpha.6"
580source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"580source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
581dependencies = [581dependencies = [
582 "frame-support",582 "frame-support",
583 "frame-system",583 "frame-system",
594[[package]]594[[package]]
595name = "frame-executive"595name = "frame-executive"
596version = "2.0.0-alpha.6"596version = "2.0.0-alpha.6"
597source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"597source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
598dependencies = [598dependencies = [
599 "frame-support",599 "frame-support",
600 "frame-system",600 "frame-system",
609[[package]]609[[package]]
610name = "frame-metadata"610name = "frame-metadata"
611version = "11.0.0-alpha.6"611version = "11.0.0-alpha.6"
612source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"612source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
613dependencies = [613dependencies = [
614 "parity-scale-codec",614 "parity-scale-codec",
615 "serde",615 "serde",
620[[package]]620[[package]]
621name = "frame-support"621name = "frame-support"
622version = "2.0.0-alpha.6"622version = "2.0.0-alpha.6"
623source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"623source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
624dependencies = [624dependencies = [
625 "bitmask",625 "bitmask",
626 "frame-metadata",626 "frame-metadata",
645[[package]]645[[package]]
646name = "frame-support-procedural"646name = "frame-support-procedural"
647version = "2.0.0-alpha.6"647version = "2.0.0-alpha.6"
648source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"648source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
649dependencies = [649dependencies = [
650 "frame-support-procedural-tools",650 "frame-support-procedural-tools",
651 "proc-macro2",651 "proc-macro2",
656[[package]]656[[package]]
657name = "frame-support-procedural-tools"657name = "frame-support-procedural-tools"
658version = "2.0.0-alpha.6"658version = "2.0.0-alpha.6"
659source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"659source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
660dependencies = [660dependencies = [
661 "frame-support-procedural-tools-derive",661 "frame-support-procedural-tools-derive",
662 "proc-macro-crate",662 "proc-macro-crate",
668[[package]]668[[package]]
669name = "frame-support-procedural-tools-derive"669name = "frame-support-procedural-tools-derive"
670version = "2.0.0-alpha.6"670version = "2.0.0-alpha.6"
671source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"671source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
672dependencies = [672dependencies = [
673 "proc-macro2",673 "proc-macro2",
674 "quote",674 "quote",
678[[package]]678[[package]]
679name = "frame-system"679name = "frame-system"
680version = "2.0.0-alpha.6"680version = "2.0.0-alpha.6"
681source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"681source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
682dependencies = [682dependencies = [
683 "frame-support",683 "frame-support",
684 "impl-trait-for-tuples",684 "impl-trait-for-tuples",
694[[package]]694[[package]]
695name = "frame-system-rpc-runtime-api"695name = "frame-system-rpc-runtime-api"
696version = "2.0.0-alpha.6"696version = "2.0.0-alpha.6"
697source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"697source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
698dependencies = [698dependencies = [
699 "parity-scale-codec",699 "parity-scale-codec",
700 "sp-api",700 "sp-api",
1591[[package]]1591[[package]]
1592name = "node-primitives"1592name = "node-primitives"
1593version = "2.0.0-alpha.6"1593version = "2.0.0-alpha.6"
1594source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"1594source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
1595dependencies = [1595dependencies = [
1596 "frame-system",1596 "frame-system",
1597 "parity-scale-codec",1597 "parity-scale-codec",
1603[[package]]1603[[package]]
1604name = "node-runtime"1604name = "node-runtime"
1605version = "2.0.0-alpha.6"1605version = "2.0.0-alpha.6"
1606source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"1606source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
1607dependencies = [1607dependencies = [
1608 "frame-benchmarking",1608 "frame-benchmarking",
1609 "frame-executive",1609 "frame-executive",
1758[[package]]1758[[package]]
1759name = "pallet-authority-discovery"1759name = "pallet-authority-discovery"
1760version = "2.0.0-alpha.6"1760version = "2.0.0-alpha.6"
1761source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"1761source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
1762dependencies = [1762dependencies = [
1763 "frame-support",1763 "frame-support",
1764 "frame-system",1764 "frame-system",
1774[[package]]1774[[package]]
1775name = "pallet-authorship"1775name = "pallet-authorship"
1776version = "2.0.0-alpha.6"1776version = "2.0.0-alpha.6"
1777source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"1777source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
1778dependencies = [1778dependencies = [
1779 "frame-support",1779 "frame-support",
1780 "frame-system",1780 "frame-system",
1789[[package]]1789[[package]]
1790name = "pallet-babe"1790name = "pallet-babe"
1791version = "2.0.0-alpha.6"1791version = "2.0.0-alpha.6"
1792source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"1792source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
1793dependencies = [1793dependencies = [
1794 "frame-support",1794 "frame-support",
1795 "frame-system",1795 "frame-system",
1811[[package]]1811[[package]]
1812name = "pallet-balances"1812name = "pallet-balances"
1813version = "2.0.0-alpha.6"1813version = "2.0.0-alpha.6"
1814source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"1814source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
1815dependencies = [1815dependencies = [
1816 "frame-benchmarking",1816 "frame-benchmarking",
1817 "frame-support",1817 "frame-support",
1825[[package]]1825[[package]]
1826name = "pallet-collective"1826name = "pallet-collective"
1827version = "2.0.0-alpha.6"1827version = "2.0.0-alpha.6"
1828source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"1828source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
1829dependencies = [1829dependencies = [
1830 "frame-support",1830 "frame-support",
1831 "frame-system",1831 "frame-system",
1840[[package]]1840[[package]]
1841name = "pallet-contracts"1841name = "pallet-contracts"
1842version = "2.0.0-alpha.6"1842version = "2.0.0-alpha.6"
1843source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"1843source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
1844dependencies = [1844dependencies = [
1845 "frame-support",1845 "frame-support",
1846 "frame-system",1846 "frame-system",
1860[[package]]1860[[package]]
1861name = "pallet-contracts-primitives"1861name = "pallet-contracts-primitives"
1862version = "2.0.0-alpha.6"1862version = "2.0.0-alpha.6"
1863source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"1863source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
1864dependencies = [1864dependencies = [
1865 "parity-scale-codec",1865 "parity-scale-codec",
1866 "sp-runtime",1866 "sp-runtime",
1870[[package]]1870[[package]]
1871name = "pallet-contracts-rpc-runtime-api"1871name = "pallet-contracts-rpc-runtime-api"
1872version = "0.8.0-alpha.6"1872version = "0.8.0-alpha.6"
1873source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"1873source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
1874dependencies = [1874dependencies = [
1875 "pallet-contracts-primitives",1875 "pallet-contracts-primitives",
1876 "parity-scale-codec",1876 "parity-scale-codec",
1882[[package]]1882[[package]]
1883name = "pallet-democracy"1883name = "pallet-democracy"
1884version = "2.0.0-alpha.6"1884version = "2.0.0-alpha.6"
1885source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"1885source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
1886dependencies = [1886dependencies = [
1887 "frame-benchmarking",1887 "frame-benchmarking",
1888 "frame-support",1888 "frame-support",
1897[[package]]1897[[package]]
1898name = "pallet-elections-phragmen"1898name = "pallet-elections-phragmen"
1899version = "2.0.0-alpha.6"1899version = "2.0.0-alpha.6"
1900source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"1900source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
1901dependencies = [1901dependencies = [
1902 "frame-support",1902 "frame-support",
1903 "frame-system",1903 "frame-system",
1911[[package]]1911[[package]]
1912name = "pallet-finality-tracker"1912name = "pallet-finality-tracker"
1913version = "2.0.0-alpha.6"1913version = "2.0.0-alpha.6"
1914source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"1914source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
1915dependencies = [1915dependencies = [
1916 "frame-support",1916 "frame-support",
1917 "frame-system",1917 "frame-system",
1927[[package]]1927[[package]]
1928name = "pallet-grandpa"1928name = "pallet-grandpa"
1929version = "2.0.0-alpha.6"1929version = "2.0.0-alpha.6"
1930source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"1930source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
1931dependencies = [1931dependencies = [
1932 "frame-support",1932 "frame-support",
1933 "frame-system",1933 "frame-system",
1947[[package]]1947[[package]]
1948name = "pallet-identity"1948name = "pallet-identity"
1949version = "2.0.0-alpha.6"1949version = "2.0.0-alpha.6"
1950source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"1950source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
1951dependencies = [1951dependencies = [
1952 "enumflags2",1952 "enumflags2",
1953 "frame-benchmarking",1953 "frame-benchmarking",
1963[[package]]1963[[package]]
1964name = "pallet-im-online"1964name = "pallet-im-online"
1965version = "2.0.0-alpha.6"1965version = "2.0.0-alpha.6"
1966source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"1966source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
1967dependencies = [1967dependencies = [
1968 "frame-support",1968 "frame-support",
1969 "frame-system",1969 "frame-system",
1982[[package]]1982[[package]]
1983name = "pallet-indices"1983name = "pallet-indices"
1984version = "2.0.0-alpha.6"1984version = "2.0.0-alpha.6"
1985source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"1985source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
1986dependencies = [1986dependencies = [
1987 "frame-support",1987 "frame-support",
1988 "frame-system",1988 "frame-system",
1998[[package]]1998[[package]]
1999name = "pallet-membership"1999name = "pallet-membership"
2000version = "2.0.0-alpha.6"2000version = "2.0.0-alpha.6"
2001source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"2001source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
2002dependencies = [2002dependencies = [
2003 "frame-support",2003 "frame-support",
2004 "frame-system",2004 "frame-system",
2012[[package]]2012[[package]]
2013name = "pallet-multisig"2013name = "pallet-multisig"
2014version = "2.0.0-alpha.6"2014version = "2.0.0-alpha.6"
2015source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"2015source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
2016dependencies = [2016dependencies = [
2017 "frame-support",2017 "frame-support",
2018 "frame-system",2018 "frame-system",
2027[[package]]2027[[package]]
2028name = "pallet-offences"2028name = "pallet-offences"
2029version = "2.0.0-alpha.6"2029version = "2.0.0-alpha.6"
2030source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"2030source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
2031dependencies = [2031dependencies = [
2032 "frame-support",2032 "frame-support",
2033 "frame-system",2033 "frame-system",
2042[[package]]2042[[package]]
2043name = "pallet-proxy"2043name = "pallet-proxy"
2044version = "2.0.0-alpha.6"2044version = "2.0.0-alpha.6"
2045source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"2045source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
2046dependencies = [2046dependencies = [
2047 "frame-support",2047 "frame-support",
2048 "frame-system",2048 "frame-system",
2057[[package]]2057[[package]]
2058name = "pallet-randomness-collective-flip"2058name = "pallet-randomness-collective-flip"
2059version = "2.0.0-alpha.6"2059version = "2.0.0-alpha.6"
2060source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"2060source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
2061dependencies = [2061dependencies = [
2062 "frame-support",2062 "frame-support",
2063 "frame-system",2063 "frame-system",
2070[[package]]2070[[package]]
2071name = "pallet-recovery"2071name = "pallet-recovery"
2072version = "2.0.0-alpha.6"2072version = "2.0.0-alpha.6"
2073source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"2073source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
2074dependencies = [2074dependencies = [
2075 "enumflags2",2075 "enumflags2",
2076 "frame-support",2076 "frame-support",
2085[[package]]2085[[package]]
2086name = "pallet-scheduler"2086name = "pallet-scheduler"
2087version = "2.0.0-alpha.6"2087version = "2.0.0-alpha.6"
2088source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"2088source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
2089dependencies = [2089dependencies = [
2090 "frame-benchmarking",2090 "frame-benchmarking",
2091 "frame-support",2091 "frame-support",
2100[[package]]2100[[package]]
2101name = "pallet-session"2101name = "pallet-session"
2102version = "2.0.0-alpha.6"2102version = "2.0.0-alpha.6"
2103source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"2103source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
2104dependencies = [2104dependencies = [
2105 "frame-support",2105 "frame-support",
2106 "frame-system",2106 "frame-system",
2120[[package]]2120[[package]]
2121name = "pallet-society"2121name = "pallet-society"
2122version = "2.0.0-alpha.6"2122version = "2.0.0-alpha.6"
2123source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"2123source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
2124dependencies = [2124dependencies = [
2125 "frame-support",2125 "frame-support",
2126 "frame-system",2126 "frame-system",
2134[[package]]2134[[package]]
2135name = "pallet-staking"2135name = "pallet-staking"
2136version = "2.0.0-alpha.6"2136version = "2.0.0-alpha.6"
2137source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"2137source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
2138dependencies = [2138dependencies = [
2139 "frame-support",2139 "frame-support",
2140 "frame-system",2140 "frame-system",
2154[[package]]2154[[package]]
2155name = "pallet-staking-reward-curve"2155name = "pallet-staking-reward-curve"
2156version = "2.0.0-alpha.6"2156version = "2.0.0-alpha.6"
2157source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"2157source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
2158dependencies = [2158dependencies = [
2159 "proc-macro-crate",2159 "proc-macro-crate",
2160 "proc-macro2",2160 "proc-macro2",
2165[[package]]2165[[package]]
2166name = "pallet-sudo"2166name = "pallet-sudo"
2167version = "2.0.0-alpha.6"2167version = "2.0.0-alpha.6"
2168source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"2168source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
2169dependencies = [2169dependencies = [
2170 "frame-support",2170 "frame-support",
2171 "frame-system",2171 "frame-system",
2179[[package]]2179[[package]]
2180name = "pallet-timestamp"2180name = "pallet-timestamp"
2181version = "2.0.0-alpha.6"2181version = "2.0.0-alpha.6"
2182source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"2182source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
2183dependencies = [2183dependencies = [
2184 "frame-benchmarking",2184 "frame-benchmarking",
2185 "frame-support",2185 "frame-support",
2196[[package]]2196[[package]]
2197name = "pallet-transaction-payment"2197name = "pallet-transaction-payment"
2198version = "2.0.0-alpha.6"2198version = "2.0.0-alpha.6"
2199source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"2199source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
2200dependencies = [2200dependencies = [
2201 "frame-support",2201 "frame-support",
2202 "frame-system",2202 "frame-system",
2211[[package]]2211[[package]]
2212name = "pallet-transaction-payment-rpc-runtime-api"2212name = "pallet-transaction-payment-rpc-runtime-api"
2213version = "2.0.0-alpha.6"2213version = "2.0.0-alpha.6"
2214source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"2214source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
2215dependencies = [2215dependencies = [
2216 "frame-support",2216 "frame-support",
2217 "parity-scale-codec",2217 "parity-scale-codec",
2224[[package]]2224[[package]]
2225name = "pallet-treasury"2225name = "pallet-treasury"
2226version = "2.0.0-alpha.6"2226version = "2.0.0-alpha.6"
2227source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"2227source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
2228dependencies = [2228dependencies = [
2229 "frame-support",2229 "frame-support",
2230 "frame-system",2230 "frame-system",
2238[[package]]2238[[package]]
2239name = "pallet-utility"2239name = "pallet-utility"
2240version = "2.0.0-alpha.6"2240version = "2.0.0-alpha.6"
2241source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"2241source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
2242dependencies = [2242dependencies = [
2243 "frame-support",2243 "frame-support",
2244 "frame-system",2244 "frame-system",
2253[[package]]2253[[package]]
2254name = "pallet-vesting"2254name = "pallet-vesting"
2255version = "2.0.0-alpha.6"2255version = "2.0.0-alpha.6"
2256source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"2256source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
2257dependencies = [2257dependencies = [
2258 "enumflags2",2258 "enumflags2",
2259 "frame-support",2259 "frame-support",
3062[[package]]3062[[package]]
3063name = "sp-api"3063name = "sp-api"
3064version = "2.0.0-alpha.6"3064version = "2.0.0-alpha.6"
3065source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"3065source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
3066dependencies = [3066dependencies = [
3067 "hash-db",3067 "hash-db",
3068 "parity-scale-codec",3068 "parity-scale-codec",
3077[[package]]3077[[package]]
3078name = "sp-api-proc-macro"3078name = "sp-api-proc-macro"
3079version = "2.0.0-alpha.6"3079version = "2.0.0-alpha.6"
3080source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"3080source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
3081dependencies = [3081dependencies = [
3082 "blake2-rfc",3082 "blake2-rfc",
3083 "proc-macro-crate",3083 "proc-macro-crate",
3089[[package]]3089[[package]]
3090name = "sp-application-crypto"3090name = "sp-application-crypto"
3091version = "2.0.0-alpha.6"3091version = "2.0.0-alpha.6"
3092source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"3092source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
3093dependencies = [3093dependencies = [
3094 "parity-scale-codec",3094 "parity-scale-codec",
3095 "serde",3095 "serde",
3101[[package]]3101[[package]]
3102name = "sp-arithmetic"3102name = "sp-arithmetic"
3103version = "2.0.0-alpha.6"3103version = "2.0.0-alpha.6"
3104source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"3104source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
3105dependencies = [3105dependencies = [
3106 "integer-sqrt",3106 "integer-sqrt",
3107 "num-traits",3107 "num-traits",
3114[[package]]3114[[package]]
3115name = "sp-authority-discovery"3115name = "sp-authority-discovery"
3116version = "2.0.0-alpha.6"3116version = "2.0.0-alpha.6"
3117source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"3117source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
3118dependencies = [3118dependencies = [
3119 "parity-scale-codec",3119 "parity-scale-codec",
3120 "sp-api",3120 "sp-api",
3126[[package]]3126[[package]]
3127name = "sp-authorship"3127name = "sp-authorship"
3128version = "2.0.0-alpha.6"3128version = "2.0.0-alpha.6"
3129source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"3129source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
3130dependencies = [3130dependencies = [
3131 "parity-scale-codec",3131 "parity-scale-codec",
3132 "sp-inherents",3132 "sp-inherents",
3137[[package]]3137[[package]]
3138name = "sp-block-builder"3138name = "sp-block-builder"
3139version = "2.0.0-alpha.6"3139version = "2.0.0-alpha.6"
3140source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"3140source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
3141dependencies = [3141dependencies = [
3142 "parity-scale-codec",3142 "parity-scale-codec",
3143 "sp-api",3143 "sp-api",
3149[[package]]3149[[package]]
3150name = "sp-blockchain"3150name = "sp-blockchain"
3151version = "2.0.0-alpha.6"3151version = "2.0.0-alpha.6"
3152source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"3152source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
3153dependencies = [3153dependencies = [
3154 "derive_more",3154 "derive_more",
3155 "log",3155 "log",
3165[[package]]3165[[package]]
3166name = "sp-consensus"3166name = "sp-consensus"
3167version = "0.8.0-alpha.6"3167version = "0.8.0-alpha.6"
3168source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"3168source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
3169dependencies = [3169dependencies = [
3170 "derive_more",3170 "derive_more",
3171 "futures",3171 "futures",
3189[[package]]3189[[package]]
3190name = "sp-consensus-babe"3190name = "sp-consensus-babe"
3191version = "0.8.0-alpha.6"3191version = "0.8.0-alpha.6"
3192source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"3192source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
3193dependencies = [3193dependencies = [
3194 "merlin",3194 "merlin",
3195 "parity-scale-codec",3195 "parity-scale-codec",
3207[[package]]3207[[package]]
3208name = "sp-consensus-vrf"3208name = "sp-consensus-vrf"
3209version = "0.8.0-alpha.6"3209version = "0.8.0-alpha.6"
3210source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"3210source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
3211dependencies = [3211dependencies = [
3212 "parity-scale-codec",3212 "parity-scale-codec",
3213 "schnorrkel",3213 "schnorrkel",
3219[[package]]3219[[package]]
3220name = "sp-core"3220name = "sp-core"
3221version = "2.0.0-alpha.6"3221version = "2.0.0-alpha.6"
3222source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"3222source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
3223dependencies = [3223dependencies = [
3224 "base58",3224 "base58",
3225 "blake2-rfc",3225 "blake2-rfc",
3261[[package]]3261[[package]]
3262name = "sp-debug-derive"3262name = "sp-debug-derive"
3263version = "2.0.0-alpha.6"3263version = "2.0.0-alpha.6"
3264source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"3264source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
3265dependencies = [3265dependencies = [
3266 "proc-macro2",3266 "proc-macro2",
3267 "quote",3267 "quote",
3271[[package]]3271[[package]]
3272name = "sp-externalities"3272name = "sp-externalities"
3273version = "0.8.0-alpha.6"3273version = "0.8.0-alpha.6"
3274source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"3274source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
3275dependencies = [3275dependencies = [
3276 "environmental",3276 "environmental",
3277 "parity-scale-codec",3277 "parity-scale-codec",
3282[[package]]3282[[package]]
3283name = "sp-finality-grandpa"3283name = "sp-finality-grandpa"
3284version = "2.0.0-alpha.6"3284version = "2.0.0-alpha.6"
3285source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"3285source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
3286dependencies = [3286dependencies = [
3287 "finality-grandpa",3287 "finality-grandpa",
3288 "log",3288 "log",
3298[[package]]3298[[package]]
3299name = "sp-finality-tracker"3299name = "sp-finality-tracker"
3300version = "2.0.0-alpha.6"3300version = "2.0.0-alpha.6"
3301source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"3301source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
3302dependencies = [3302dependencies = [
3303 "parity-scale-codec",3303 "parity-scale-codec",
3304 "sp-inherents",3304 "sp-inherents",
3308[[package]]3308[[package]]
3309name = "sp-inherents"3309name = "sp-inherents"
3310version = "2.0.0-alpha.6"3310version = "2.0.0-alpha.6"
3311source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"3311source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
3312dependencies = [3312dependencies = [
3313 "derive_more",3313 "derive_more",
3314 "parity-scale-codec",3314 "parity-scale-codec",
3320[[package]]3320[[package]]
3321name = "sp-io"3321name = "sp-io"
3322version = "2.0.0-alpha.6"3322version = "2.0.0-alpha.6"
3323source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"3323source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
3324dependencies = [3324dependencies = [
3325 "futures",3325 "futures",
3326 "hash-db",3326 "hash-db",
3341[[package]]3341[[package]]
3342name = "sp-keyring"3342name = "sp-keyring"
3343version = "2.0.0-alpha.6"3343version = "2.0.0-alpha.6"
3344source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"3344source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
3345dependencies = [3345dependencies = [
3346 "lazy_static",3346 "lazy_static",
3347 "sp-core",3347 "sp-core",
3352[[package]]3352[[package]]
3353name = "sp-npos-elections"3353name = "sp-npos-elections"
3354version = "2.0.0-alpha.6"3354version = "2.0.0-alpha.6"
3355source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"3355source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
3356dependencies = [3356dependencies = [
3357 "parity-scale-codec",3357 "parity-scale-codec",
3358 "serde",3358 "serde",
3364[[package]]3364[[package]]
3365name = "sp-npos-elections-compact"3365name = "sp-npos-elections-compact"
3366version = "2.0.0-alpha.6"3366version = "2.0.0-alpha.6"
3367source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"3367source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
3368dependencies = [3368dependencies = [
3369 "proc-macro-crate",3369 "proc-macro-crate",
3370 "proc-macro2",3370 "proc-macro2",
3375[[package]]3375[[package]]
3376name = "sp-offchain"3376name = "sp-offchain"
3377version = "2.0.0-alpha.6"3377version = "2.0.0-alpha.6"
3378source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"3378source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
3379dependencies = [3379dependencies = [
3380 "sp-api",3380 "sp-api",
3381 "sp-core",3381 "sp-core",
3385[[package]]3385[[package]]
3386name = "sp-panic-handler"3386name = "sp-panic-handler"
3387version = "2.0.0-alpha.6"3387version = "2.0.0-alpha.6"
3388source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"3388source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
3389dependencies = [3389dependencies = [
3390 "backtrace",3390 "backtrace",
3391 "log",3391 "log",
3394[[package]]3394[[package]]
3395name = "sp-runtime"3395name = "sp-runtime"
3396version = "2.0.0-alpha.6"3396version = "2.0.0-alpha.6"
3397source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"3397source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
3398dependencies = [3398dependencies = [
3399 "either",3399 "either",
3400 "hash256-std-hasher",3400 "hash256-std-hasher",
3416[[package]]3416[[package]]
3417name = "sp-runtime-interface"3417name = "sp-runtime-interface"
3418version = "2.0.0-alpha.6"3418version = "2.0.0-alpha.6"
3419source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"3419source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
3420dependencies = [3420dependencies = [
3421 "parity-scale-codec",3421 "parity-scale-codec",
3422 "primitive-types",3422 "primitive-types",
3431[[package]]3431[[package]]
3432name = "sp-runtime-interface-proc-macro"3432name = "sp-runtime-interface-proc-macro"
3433version = "2.0.0-alpha.6"3433version = "2.0.0-alpha.6"
3434source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"3434source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
3435dependencies = [3435dependencies = [
3436 "Inflector",3436 "Inflector",
3437 "proc-macro-crate",3437 "proc-macro-crate",
3443[[package]]3443[[package]]
3444name = "sp-sandbox"3444name = "sp-sandbox"
3445version = "0.8.0-alpha.6"3445version = "0.8.0-alpha.6"
3446source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"3446source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
3447dependencies = [3447dependencies = [
3448 "parity-scale-codec",3448 "parity-scale-codec",
3449 "sp-core",3449 "sp-core",
3456[[package]]3456[[package]]
3457name = "sp-session"3457name = "sp-session"
3458version = "2.0.0-alpha.6"3458version = "2.0.0-alpha.6"
3459source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"3459source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
3460dependencies = [3460dependencies = [
3461 "parity-scale-codec",3461 "parity-scale-codec",
3462 "sp-api",3462 "sp-api",
3469[[package]]3469[[package]]
3470name = "sp-staking"3470name = "sp-staking"
3471version = "2.0.0-alpha.6"3471version = "2.0.0-alpha.6"
3472source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"3472source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
3473dependencies = [3473dependencies = [
3474 "parity-scale-codec",3474 "parity-scale-codec",
3475 "sp-runtime",3475 "sp-runtime",
3479[[package]]3479[[package]]
3480name = "sp-state-machine"3480name = "sp-state-machine"
3481version = "0.8.0-alpha.6"3481version = "0.8.0-alpha.6"
3482source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"3482source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
3483dependencies = [3483dependencies = [
3484 "hash-db",3484 "hash-db",
3485 "itertools 0.9.0",3485 "itertools 0.9.0",
3500[[package]]3500[[package]]
3501name = "sp-std"3501name = "sp-std"
3502version = "2.0.0-alpha.6"3502version = "2.0.0-alpha.6"
3503source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"3503source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
35043504
3505[[package]]3505[[package]]
3506name = "sp-storage"3506name = "sp-storage"
3507version = "2.0.0-alpha.6"3507version = "2.0.0-alpha.6"
3508source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"3508source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
3509dependencies = [3509dependencies = [
3510 "impl-serde 0.2.3",3510 "impl-serde 0.2.3",
3511 "ref-cast",3511 "ref-cast",
3517[[package]]3517[[package]]
3518name = "sp-timestamp"3518name = "sp-timestamp"
3519version = "2.0.0-alpha.6"3519version = "2.0.0-alpha.6"
3520source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"3520source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
3521dependencies = [3521dependencies = [
3522 "impl-trait-for-tuples",3522 "impl-trait-for-tuples",
3523 "parity-scale-codec",3523 "parity-scale-codec",
3531[[package]]3531[[package]]
3532name = "sp-tracing"3532name = "sp-tracing"
3533version = "2.0.0-alpha.6"3533version = "2.0.0-alpha.6"
3534source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"3534source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
3535dependencies = [3535dependencies = [
3536 "log",3536 "log",
3537 "rental",3537 "rental",
3541[[package]]3541[[package]]
3542name = "sp-transaction-pool"3542name = "sp-transaction-pool"
3543version = "2.0.0-alpha.6"3543version = "2.0.0-alpha.6"
3544source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"3544source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
3545dependencies = [3545dependencies = [
3546 "derive_more",3546 "derive_more",
3547 "futures",3547 "futures",
3557[[package]]3557[[package]]
3558name = "sp-trie"3558name = "sp-trie"
3559version = "2.0.0-alpha.6"3559version = "2.0.0-alpha.6"
3560source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"3560source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
3561dependencies = [3561dependencies = [
3562 "hash-db",3562 "hash-db",
3563 "memory-db",3563 "memory-db",
3571[[package]]3571[[package]]
3572name = "sp-utils"3572name = "sp-utils"
3573version = "2.0.0-alpha.6"3573version = "2.0.0-alpha.6"
3574source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"3574source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
3575dependencies = [3575dependencies = [
3576 "futures",3576 "futures",
3577 "futures-core",3577 "futures-core",
3583[[package]]3583[[package]]
3584name = "sp-version"3584name = "sp-version"
3585version = "2.0.0-alpha.6"3585version = "2.0.0-alpha.6"
3586source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"3586source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
3587dependencies = [3587dependencies = [
3588 "impl-serde 0.2.3",3588 "impl-serde 0.2.3",
3589 "parity-scale-codec",3589 "parity-scale-codec",
3595[[package]]3595[[package]]
3596name = "sp-wasm-interface"3596name = "sp-wasm-interface"
3597version = "2.0.0-alpha.6"3597version = "2.0.0-alpha.6"
3598source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"3598source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
3599dependencies = [3599dependencies = [
3600 "impl-trait-for-tuples",3600 "impl-trait-for-tuples",
3601 "parity-scale-codec",3601 "parity-scale-codec",
3666[[package]]3666[[package]]
3667name = "substrate-prometheus-endpoint"3667name = "substrate-prometheus-endpoint"
3668version = "0.8.0-alpha.6"3668version = "0.8.0-alpha.6"
3669source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"3669source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
3670dependencies = [3670dependencies = [
3671 "async-std",3671 "async-std",
3672 "derive_more",3672 "derive_more",
3680[[package]]3680[[package]]
3681name = "substrate-wasm-builder-runner"3681name = "substrate-wasm-builder-runner"
3682version = "1.0.6"3682version = "1.0.6"
3683source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"3683source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
36843684
3685[[package]]3685[[package]]
3686name = "subtle"3686name = "subtle"
modifiedsmart_contract/ink-types-node-runtime/Cargo.tomldiffbeforeafterboth
--- a/smart_contract/ink-types-node-runtime/Cargo.toml
+++ b/smart_contract/ink-types-node-runtime/Cargo.toml
@@ -19,11 +19,11 @@
 
 [dependencies]
 ink_core = { version = "2", git = "https://github.com/paritytech/ink", tag = "latest-v2", package = "ink_core", default-features = false }
-frame-system = { git = "https://github.com/paritytech/substrate/", version = "2.0.0-alpha.6", package = "frame-system", default-features = false }
-pallet-indices = { git = "https://github.com/paritytech/substrate/", package = "pallet-indices", default-features = false }
-sp-core = { git = "https://github.com/paritytech/substrate/", version = "2.0.0-alpha.6", package = "sp-core", default-features = false }
-sp-io = { git = "https://github.com/paritytech/substrate/", version = "2.0.0-alpha.6", package = "sp-io", default-features = false, features = ["disable_panic_handler", "disable_oom", "disable_allocator"] }
-sp-runtime = { git = "https://github.com/paritytech/substrate/", version = "2.0.0-alpha.6", package = "sp-runtime", default-features = false }
+frame-system = { git = "https://github.com/paritytech/substrate/", tag = "v2.0.0-alpha.6", package = "frame-system", default-features = false }
+pallet-indices = { git = "https://github.com/paritytech/substrate/", tag = "v2.0.0-alpha.6", package = "pallet-indices", default-features = false }
+sp-core = { git = "https://github.com/paritytech/substrate/", tag = "v2.0.0-alpha.6", package = "sp-core", default-features = false }
+sp-io = { git = "https://github.com/paritytech/substrate/", tag = "v2.0.0-alpha.6", package = "sp-io", default-features = false, features = ["disable_panic_handler", "disable_oom", "disable_allocator"] }
+sp-runtime = { git = "https://github.com/paritytech/substrate/", tag = "v2.0.0-alpha.6", package = "sp-runtime", default-features = false }
 scale = { package = "parity-scale-codec", version = "1.3", default-features = false, features = ["derive"] }
 
 [dependencies.type-metadata]
modifiedsmart_contract/ink-types-node-runtime/examples/calls/Cargo.lockdiffbeforeafterboth
--- a/smart_contract/ink-types-node-runtime/examples/calls/Cargo.lock
+++ b/smart_contract/ink-types-node-runtime/examples/calls/Cargo.lock
@@ -364,7 +364,7 @@
 [[package]]
 name = "frame-metadata"
 version = "11.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "parity-scale-codec",
  "serde",
@@ -375,7 +375,7 @@
 [[package]]
 name = "frame-support"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "bitmask",
  "frame-metadata",
@@ -386,7 +386,6 @@
  "parity-scale-codec",
  "paste",
  "serde",
- "smallvec",
  "sp-arithmetic",
  "sp-core",
  "sp-inherents",
@@ -394,13 +393,13 @@
  "sp-runtime",
  "sp-state-machine",
  "sp-std",
- "sp-tracing",
+ "tracing",
 ]
 
 [[package]]
 name = "frame-support-procedural"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "frame-support-procedural-tools",
  "proc-macro2",
@@ -411,7 +410,7 @@
 [[package]]
 name = "frame-support-procedural-tools"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "frame-support-procedural-tools-derive",
  "proc-macro-crate",
@@ -423,7 +422,7 @@
 [[package]]
 name = "frame-support-procedural-tools-derive"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "proc-macro2",
  "quote",
@@ -433,7 +432,7 @@
 [[package]]
 name = "frame-system"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "frame-support",
  "impl-trait-for-tuples",
@@ -891,9 +890,9 @@
 
 [[package]]
 name = "memory-db"
-version = "0.21.0"
+version = "0.20.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fb2999ff7a65d5a1d72172f6d51fa2ea03024b51aee709ba5ff81c3c629a2410"
+checksum = "be512cb2ccb4ecbdca937fdd4a62ea5f09f8e7195466a85e4632b3d5bcce82e6"
 dependencies = [
  "ahash",
  "hash-db",
@@ -1016,7 +1015,7 @@
 [[package]]
 name = "pallet-indices"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -1238,7 +1237,6 @@
  "rand_chacha",
  "rand_core",
  "rand_hc",
- "rand_pcg",
 ]
 
 [[package]]
@@ -1270,39 +1268,10 @@
 ]
 
 [[package]]
-name = "rand_pcg"
-version = "0.2.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
-dependencies = [
- "rand_core",
-]
-
-[[package]]
 name = "redox_syscall"
 version = "0.1.56"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
-
-[[package]]
-name = "ref-cast"
-version = "1.0.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "745c1787167ddae5569661d5ffb8b25ae5fedbf46717eaa92d652221cec72623"
-dependencies = [
- "ref-cast-impl",
-]
-
-[[package]]
-name = "ref-cast-impl"
-version = "1.0.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7d21b475ab879ef0e315ad99067fa25778c3b0377f57f1b00207448dac1a3144"
-dependencies = [
- "proc-macro2",
- "quote",
- "syn",
-]
 
 [[package]]
 name = "regex"
@@ -1321,27 +1290,6 @@
 version = "0.6.18"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8"
-
-[[package]]
-name = "rental"
-version = "0.5.5"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8545debe98b2b139fb04cad8618b530e9b07c152d99a5de83c860b877d67847f"
-dependencies = [
- "rental-impl",
- "stable_deref_trait",
-]
-
-[[package]]
-name = "rental-impl"
-version = "0.5.5"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "475e68978dc5b743f2f40d8e0a8fdc83f1c5e78cbf4b8fa5e74e73beebc340de"
-dependencies = [
- "proc-macro2",
- "quote",
- "syn",
-]
 
 [[package]]
 name = "rustc-demangle"
@@ -1449,7 +1397,7 @@
 [[package]]
 name = "sp-application-crypto"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "parity-scale-codec",
  "serde",
@@ -1461,11 +1409,12 @@
 [[package]]
 name = "sp-arithmetic"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "integer-sqrt",
  "num-traits",
  "parity-scale-codec",
+ "primitive-types",
  "serde",
  "sp-debug-derive",
  "sp-std",
@@ -1474,12 +1423,11 @@
 [[package]]
 name = "sp-core"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "base58",
  "blake2-rfc",
  "byteorder",
- "derive_more",
  "ed25519-dalek",
  "futures",
  "hash-db",
@@ -1489,7 +1437,6 @@
  "lazy_static",
  "libsecp256k1",
  "log",
- "merlin",
  "num-traits",
  "parity-scale-codec",
  "parity-util-mem",
@@ -1516,7 +1463,7 @@
 [[package]]
 name = "sp-debug-derive"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "proc-macro2",
  "quote",
@@ -1526,10 +1473,9 @@
 [[package]]
 name = "sp-externalities"
 version = "0.8.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "environmental",
- "parity-scale-codec",
  "sp-std",
  "sp-storage",
 ]
@@ -1537,7 +1483,7 @@
 [[package]]
 name = "sp-inherents"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "derive_more",
  "parity-scale-codec",
@@ -1549,20 +1495,17 @@
 [[package]]
 name = "sp-io"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
- "futures",
  "hash-db",
  "libsecp256k1",
  "log",
  "parity-scale-codec",
- "parking_lot",
  "sp-core",
  "sp-externalities",
  "sp-runtime-interface",
  "sp-state-machine",
  "sp-std",
- "sp-tracing",
  "sp-trie",
  "sp-wasm-interface",
 ]
@@ -1570,7 +1513,7 @@
 [[package]]
 name = "sp-keyring"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "lazy_static",
  "sp-core",
@@ -1581,7 +1524,7 @@
 [[package]]
 name = "sp-panic-handler"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "backtrace",
  "log",
@@ -1590,9 +1533,8 @@
 [[package]]
 name = "sp-runtime"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
- "either",
  "hash256-std-hasher",
  "impl-trait-for-tuples",
  "log",
@@ -1612,14 +1554,13 @@
 [[package]]
 name = "sp-runtime-interface"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "parity-scale-codec",
  "primitive-types",
  "sp-externalities",
  "sp-runtime-interface-proc-macro",
  "sp-std",
- "sp-tracing",
  "sp-wasm-interface",
  "static_assertions",
 ]
@@ -1627,7 +1568,7 @@
 [[package]]
 name = "sp-runtime-interface-proc-macro"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "Inflector",
  "proc-macro-crate",
@@ -1639,16 +1580,14 @@
 [[package]]
 name = "sp-state-machine"
 version = "0.8.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "hash-db",
- "itertools",
  "log",
  "num-traits",
  "parity-scale-codec",
  "parking_lot",
  "rand",
- "smallvec",
  "sp-core",
  "sp-externalities",
  "sp-panic-handler",
@@ -1660,34 +1599,23 @@
 [[package]]
 name = "sp-std"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 
 [[package]]
 name = "sp-storage"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "impl-serde 0.2.3",
- "ref-cast",
  "serde",
  "sp-debug-derive",
  "sp-std",
 ]
 
 [[package]]
-name = "sp-tracing"
-version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"
-dependencies = [
- "log",
- "rental",
- "tracing",
-]
-
-[[package]]
 name = "sp-trie"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "hash-db",
  "memory-db",
@@ -1701,7 +1629,7 @@
 [[package]]
 name = "sp-version"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "impl-serde 0.2.3",
  "parity-scale-codec",
@@ -1713,7 +1641,7 @@
 [[package]]
 name = "sp-wasm-interface"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "impl-trait-for-tuples",
  "parity-scale-codec",
@@ -1722,12 +1650,6 @@
 ]
 
 [[package]]
-name = "stable_deref_trait"
-version = "1.1.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8"
-
-[[package]]
 name = "static_assertions"
 version = "1.1.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1883,9 +1805,9 @@
 
 [[package]]
 name = "trie-db"
-version = "0.21.0"
+version = "0.20.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "cb230c24c741993b04cfccbabb45acff6f6480c5f00d3ed8794ea43db3a9d727"
+checksum = "bcc309f34008563989045a4c4dbcc5770467f3a3785ee80a9b5cc0d83362475f"
 dependencies = [
  "hash-db",
  "hashbrown",
modifiedsmart_contract/ink-types-node-runtime/examples/calls/Cargo.tomldiffbeforeafterboth
--- a/smart_contract/ink-types-node-runtime/examples/calls/Cargo.toml
+++ b/smart_contract/ink-types-node-runtime/examples/calls/Cargo.toml
@@ -12,7 +12,7 @@
 ink_prelude = { version = "2", git = "https://github.com/paritytech/ink", tag = "latest-v2", package = "ink_prelude", default-features = false }
 
 scale = { package = "parity-scale-codec", version = "1.3", default-features = false, features = ["derive"] }
-sp-keyring = { git = "https://github.com/paritytech/substrate/", package = "sp-keyring", optional = true }
+sp-keyring = { git = "https://github.com/paritytech/substrate/", tag = "v2.0.0-alpha.6", package = "sp-keyring", optional = true }
 ink_types_node_runtime = { path = "../../", default-features = false }
 
 [dependencies.type-metadata]
modifiedsmart_contract/ink-types-node-runtime/examples/calls/lib.rsdiffbeforeafterboth
--- a/smart_contract/ink-types-node-runtime/examples/calls/lib.rs
+++ b/smart_contract/ink-types-node-runtime/examples/calls/lib.rs
@@ -4,8 +4,8 @@
 
 #[ink::contract(version = "0.1.0", env = NodeRuntimeTypes)]
 mod calls {
-    use ink_core::env;
-    use ink_prelude::*;
+    // use ink_core::env;
+    // use ink_prelude::*;
     use ink_types_node_runtime::{calls as runtime_calls, NodeRuntimeTypes};
 
     /// This simple dummy contract dispatches substrate runtime calls
@@ -22,14 +22,15 @@
             // create the Balances::transfer Call
             let transfer_call = runtime_calls::transfer_balance(dest, value);
             // dispatch the call to the runtime
-            let result = self.env().invoke_runtime(&transfer_call);
+            // let result = self.env().invoke_runtime(&transfer_call);
+            let _ = self.env().invoke_runtime(&transfer_call);
 
             // report result to console
             // NOTE: println should only be used on a development chain)
-            env::println(&format!(
-                "Balance transfer invoke_runtime result {:?}",
-                result
-            ));
+            // env::println(&format!(
+            //     "Balance transfer invoke_runtime result {:?}",
+            //     result
+            // ));
         }
     }
 
addedsmart_contract/nft/Cargo.lockdiffbeforeafterboth
--- /dev/null
+++ b/smart_contract/nft/Cargo.lock
@@ -0,0 +1,1133 @@
+# This file is automatically @generated by Cargo.
+# It is not intended for manual editing.
+[[package]]
+name = "Inflector"
+version = "0.11.4"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
+dependencies = [
+ "lazy_static",
+ "regex",
+]
+
+[[package]]
+name = "abi-gen"
+version = "0.1.0"
+dependencies = [
+ "ink_lang",
+ "nft",
+ "serde",
+ "serde_json",
+]
+
+[[package]]
+name = "aho-corasick"
+version = "0.7.13"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "043164d8ba5c4c3035fec9bbee8647c0261d788f3474306f93bb65901cae0e86"
+dependencies = [
+ "memchr",
+]
+
+[[package]]
+name = "arrayvec"
+version = "0.4.12"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9"
+dependencies = [
+ "nodrop",
+]
+
+[[package]]
+name = "arrayvec"
+version = "0.5.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"
+
+[[package]]
+name = "autocfg"
+version = "1.0.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
+
+[[package]]
+name = "bitmask"
+version = "0.5.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "5da9b3d9f6f585199287a473f4f8dfab6566cf827d15c00c219f53c645687ead"
+
+[[package]]
+name = "bitvec"
+version = "0.17.4"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "41262f11d771fd4a61aa3ce019fca363b4b6c282fca9da2a31186d3965a47a5c"
+dependencies = [
+ "either",
+ "radium",
+]
+
+[[package]]
+name = "blake2-rfc"
+version = "0.2.18"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"
+dependencies = [
+ "arrayvec 0.4.12",
+ "constant_time_eq",
+]
+
+[[package]]
+name = "block-buffer"
+version = "0.7.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
+dependencies = [
+ "block-padding",
+ "byte-tools",
+ "byteorder",
+ "generic-array",
+]
+
+[[package]]
+name = "block-padding"
+version = "0.1.5"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
+dependencies = [
+ "byte-tools",
+]
+
+[[package]]
+name = "byte-slice-cast"
+version = "0.3.5"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "b0a5e3906bcbf133e33c1d4d95afc664ad37fbdb9f6568d8043e7ea8c27d93d3"
+
+[[package]]
+name = "byte-tools"
+version = "0.3.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
+
+[[package]]
+name = "byteorder"
+version = "1.3.4"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
+
+[[package]]
+name = "cfg-if"
+version = "0.1.10"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
+
+[[package]]
+name = "constant_time_eq"
+version = "0.1.5"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
+
+[[package]]
+name = "crunchy"
+version = "0.2.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
+
+[[package]]
+name = "derive_more"
+version = "0.99.9"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "298998b1cf6b5b2c8a7b023dfd45821825ce3ba8a8af55c921a0e734e4653f76"
+dependencies = [
+ "proc-macro2",
+ "quote",
+ "syn",
+]
+
+[[package]]
+name = "digest"
+version = "0.8.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
+dependencies = [
+ "generic-array",
+]
+
+[[package]]
+name = "either"
+version = "1.5.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3"
+
+[[package]]
+name = "fake-simd"
+version = "0.1.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
+
+[[package]]
+name = "fixed-hash"
+version = "0.6.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "11498d382790b7a8f2fd211780bec78619bba81cdad3a283997c0c41f836759c"
+dependencies = [
+ "static_assertions",
+]
+
+[[package]]
+name = "frame-metadata"
+version = "11.0.0-rc4"
+source = "git+https://github.com/paritytech/substrate/#b851b755dbf338c69d3bae8c1215d8e7d8010b77"
+dependencies = [
+ "parity-scale-codec",
+ "sp-core",
+ "sp-std",
+]
+
+[[package]]
+name = "frame-support"
+version = "2.0.0-rc4"
+source = "git+https://github.com/paritytech/substrate/#b851b755dbf338c69d3bae8c1215d8e7d8010b77"
+dependencies = [
+ "bitmask",
+ "frame-metadata",
+ "frame-support-procedural",
+ "impl-trait-for-tuples",
+ "log",
+ "parity-scale-codec",
+ "paste",
+ "smallvec",
+ "sp-arithmetic",
+ "sp-core",
+ "sp-inherents",
+ "sp-io",
+ "sp-runtime",
+ "sp-std",
+ "sp-tracing",
+]
+
+[[package]]
+name = "frame-support-procedural"
+version = "2.0.0-rc4"
+source = "git+https://github.com/paritytech/substrate/#b851b755dbf338c69d3bae8c1215d8e7d8010b77"
+dependencies = [
+ "frame-support-procedural-tools",
+ "proc-macro2",
+ "quote",
+ "syn",
+]
+
+[[package]]
+name = "frame-support-procedural-tools"
+version = "2.0.0-rc4"
+source = "git+https://github.com/paritytech/substrate/#b851b755dbf338c69d3bae8c1215d8e7d8010b77"
+dependencies = [
+ "frame-support-procedural-tools-derive",
+ "proc-macro-crate",
+ "proc-macro2",
+ "quote",
+ "syn",
+]
+
+[[package]]
+name = "frame-support-procedural-tools-derive"
+version = "2.0.0-rc4"
+source = "git+https://github.com/paritytech/substrate/#b851b755dbf338c69d3bae8c1215d8e7d8010b77"
+dependencies = [
+ "proc-macro2",
+ "quote",
+ "syn",
+]
+
+[[package]]
+name = "frame-system"
+version = "2.0.0-rc4"
+source = "git+https://github.com/paritytech/substrate/#b851b755dbf338c69d3bae8c1215d8e7d8010b77"
+dependencies = [
+ "frame-support",
+ "impl-trait-for-tuples",
+ "parity-scale-codec",
+ "sp-core",
+ "sp-io",
+ "sp-runtime",
+ "sp-std",
+ "sp-version",
+]
+
+[[package]]
+name = "generic-array"
+version = "0.12.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec"
+dependencies = [
+ "typenum",
+]
+
+[[package]]
+name = "getrandom"
+version = "0.1.14"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
+dependencies = [
+ "cfg-if",
+ "libc",
+ "wasi",
+]
+
+[[package]]
+name = "hash-db"
+version = "0.15.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "d23bd4e7b5eda0d0f3a307e8b381fdc8ba9000f26fbe912250c0a4cc3956364a"
+
+[[package]]
+name = "hash256-std-hasher"
+version = "0.15.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "92c171d55b98633f4ed3860808f004099b36c1cc29c42cfc53aa8591b21efcf2"
+dependencies = [
+ "crunchy",
+]
+
+[[package]]
+name = "heck"
+version = "0.3.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
+dependencies = [
+ "unicode-segmentation",
+]
+
+[[package]]
+name = "impl-codec"
+version = "0.4.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "1be51a921b067b0eaca2fad532d9400041561aa922221cc65f95a85641c6bf53"
+dependencies = [
+ "parity-scale-codec",
+]
+
+[[package]]
+name = "impl-trait-for-tuples"
+version = "0.1.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "7ef5550a42e3740a0e71f909d4c861056a284060af885ae7aa6242820f920d9d"
+dependencies = [
+ "proc-macro2",
+ "quote",
+ "syn",
+]
+
+[[package]]
+name = "ink_abi"
+version = "2.1.0"
+source = "git+https://github.com/paritytech/ink?tag=latest-v2#cca31543d338dcd69c7ac922988b91ebf170edb2"
+dependencies = [
+ "derive_more",
+ "ink_abi_derive",
+ "ink_prelude",
+ "ink_primitives",
+ "serde",
+ "type-metadata",
+]
+
+[[package]]
+name = "ink_abi_derive"
+version = "2.1.0"
+source = "git+https://github.com/paritytech/ink?tag=latest-v2#cca31543d338dcd69c7ac922988b91ebf170edb2"
+dependencies = [
+ "proc-macro2",
+ "quote",
+ "syn",
+]
+
+[[package]]
+name = "ink_alloc"
+version = "2.1.0"
+source = "git+https://github.com/paritytech/ink?tag=latest-v2#cca31543d338dcd69c7ac922988b91ebf170edb2"
+dependencies = [
+ "wee_alloc",
+]
+
+[[package]]
+name = "ink_core"
+version = "2.1.0"
+source = "git+https://github.com/paritytech/ink?tag=latest-v2#cca31543d338dcd69c7ac922988b91ebf170edb2"
+dependencies = [
+ "blake2-rfc",
+ "byteorder",
+ "cfg-if",
+ "derive_more",
+ "ink_abi",
+ "ink_alloc",
+ "ink_core_derive",
+ "ink_prelude",
+ "ink_primitives",
+ "num-traits",
+ "parity-scale-codec",
+ "paste",
+ "rand",
+ "sha2",
+ "smallvec",
+ "tiny-keccak",
+ "type-metadata",
+]
+
+[[package]]
+name = "ink_core_derive"
+version = "2.1.0"
+source = "git+https://github.com/paritytech/ink?tag=latest-v2#cca31543d338dcd69c7ac922988b91ebf170edb2"
+dependencies = [
+ "ink_primitives",
+ "proc-macro2",
+ "quote",
+ "syn",
+ "synstructure",
+]
+
+[[package]]
+name = "ink_lang"
+version = "2.1.0"
+source = "git+https://github.com/paritytech/ink?tag=latest-v2#cca31543d338dcd69c7ac922988b91ebf170edb2"
+dependencies = [
+ "derive_more",
+ "ink_abi",
+ "ink_core",
+ "ink_lang_macro",
+ "ink_prelude",
+ "ink_primitives",
+ "parity-scale-codec",
+]
+
+[[package]]
+name = "ink_lang_macro"
+version = "2.1.0"
+source = "git+https://github.com/paritytech/ink?tag=latest-v2#cca31543d338dcd69c7ac922988b91ebf170edb2"
+dependencies = [
+ "derive_more",
+ "either",
+ "heck",
+ "ink_primitives",
+ "itertools",
+ "parity-scale-codec",
+ "proc-macro2",
+ "quote",
+ "regex",
+ "serde",
+ "serde_json",
+ "syn",
+ "type-metadata",
+]
+
+[[package]]
+name = "ink_prelude"
+version = "2.1.0"
+source = "git+https://github.com/paritytech/ink?tag=latest-v2#cca31543d338dcd69c7ac922988b91ebf170edb2"
+dependencies = [
+ "cfg-if",
+]
+
+[[package]]
+name = "ink_primitives"
+version = "2.1.0"
+source = "git+https://github.com/paritytech/ink?tag=latest-v2#cca31543d338dcd69c7ac922988b91ebf170edb2"
+dependencies = [
+ "ink_prelude",
+ "parity-scale-codec",
+ "tiny-keccak",
+ "type-metadata",
+]
+
+[[package]]
+name = "integer-sqrt"
+version = "0.1.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "f65877bf7d44897a473350b1046277941cee20b263397e90869c50b6e766088b"
+
+[[package]]
+name = "itertools"
+version = "0.9.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
+dependencies = [
+ "either",
+]
+
+[[package]]
+name = "itoa"
+version = "0.4.6"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"
+
+[[package]]
+name = "lazy_static"
+version = "1.4.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
+
+[[package]]
+name = "libc"
+version = "0.2.71"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "9457b06509d27052635f90d6466700c65095fdf75409b3fbdd903e988b886f49"
+
+[[package]]
+name = "log"
+version = "0.4.8"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
+dependencies = [
+ "cfg-if",
+]
+
+[[package]]
+name = "memchr"
+version = "2.3.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
+
+[[package]]
+name = "memory_units"
+version = "0.4.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "8452105ba047068f40ff7093dd1d9da90898e63dd61736462e9cdda6a90ad3c3"
+
+[[package]]
+name = "nft"
+version = "0.1.0"
+dependencies = [
+ "ink_abi",
+ "ink_core",
+ "ink_lang",
+ "ink_primitives",
+ "pallet-indices",
+ "parity-scale-codec",
+ "sp-core",
+ "sp-io",
+ "sp-runtime",
+ "type-metadata",
+]
+
+[[package]]
+name = "nodrop"
+version = "0.1.14"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
+
+[[package]]
+name = "num-traits"
+version = "0.2.12"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611"
+dependencies = [
+ "autocfg",
+]
+
+[[package]]
+name = "opaque-debug"
+version = "0.2.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
+
+[[package]]
+name = "pallet-indices"
+version = "2.0.0-rc4"
+source = "git+https://github.com/paritytech/substrate/#b851b755dbf338c69d3bae8c1215d8e7d8010b77"
+dependencies = [
+ "frame-support",
+ "frame-system",
+ "parity-scale-codec",
+ "sp-core",
+ "sp-io",
+ "sp-runtime",
+ "sp-std",
+]
+
+[[package]]
+name = "parity-scale-codec"
+version = "1.3.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "a74f02beb35d47e0706155c9eac554b50c671e0d868fe8296bcdf44a9a4847bf"
+dependencies = [
+ "arrayvec 0.5.1",
+ "bitvec",
+ "byte-slice-cast",
+ "parity-scale-codec-derive",
+ "serde",
+]
+
+[[package]]
+name = "parity-scale-codec-derive"
+version = "1.2.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "5a0ec292e92e8ec7c58e576adacc1e3f399c597c8f263c42f18420abe58e7245"
+dependencies = [
+ "proc-macro-crate",
+ "proc-macro2",
+ "quote",
+ "syn",
+]
+
+[[package]]
+name = "parity-util-mem"
+version = "0.6.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "2c6e2583649a3ca84894d1d71da249abcfda54d5aca24733d72ca10d0f02361c"
+dependencies = [
+ "cfg-if",
+ "impl-trait-for-tuples",
+ "parity-util-mem-derive",
+ "primitive-types",
+ "winapi",
+]
+
+[[package]]
+name = "parity-util-mem-derive"
+version = "0.1.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"
+dependencies = [
+ "proc-macro2",
+ "syn",
+ "synstructure",
+]
+
+[[package]]
+name = "paste"
+version = "0.1.18"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "45ca20c77d80be666aef2b45486da86238fabe33e38306bd3118fe4af33fa880"
+dependencies = [
+ "paste-impl",
+ "proc-macro-hack",
+]
+
+[[package]]
+name = "paste-impl"
+version = "0.1.18"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "d95a7db200b97ef370c8e6de0088252f7e0dfff7d047a28528e47456c0fc98b6"
+dependencies = [
+ "proc-macro-hack",
+]
+
+[[package]]
+name = "ppv-lite86"
+version = "0.2.8"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea"
+
+[[package]]
+name = "primitive-types"
+version = "0.7.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "c55c21c64d0eaa4d7ed885d959ef2d62d9e488c27c0e02d9aa5ce6c877b7d5f8"
+dependencies = [
+ "fixed-hash",
+ "impl-codec",
+ "uint",
+]
+
+[[package]]
+name = "proc-macro-crate"
+version = "0.1.4"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "e10d4b51f154c8a7fb96fd6dad097cb74b863943ec010ac94b9fd1be8861fe1e"
+dependencies = [
+ "toml",
+]
+
+[[package]]
+name = "proc-macro-hack"
+version = "0.5.16"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "7e0456befd48169b9f13ef0f0ad46d492cf9d2dbb918bcf38e01eed4ce3ec5e4"
+
+[[package]]
+name = "proc-macro2"
+version = "1.0.18"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "beae6331a816b1f65d04c45b078fd8e6c93e8071771f41b8163255bbd8d7c8fa"
+dependencies = [
+ "unicode-xid",
+]
+
+[[package]]
+name = "quote"
+version = "1.0.7"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
+dependencies = [
+ "proc-macro2",
+]
+
+[[package]]
+name = "radium"
+version = "0.3.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "def50a86306165861203e7f84ecffbbdfdea79f0e51039b33de1e952358c47ac"
+
+[[package]]
+name = "rand"
+version = "0.7.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
+dependencies = [
+ "getrandom",
+ "libc",
+ "rand_chacha",
+ "rand_core",
+ "rand_hc",
+]
+
+[[package]]
+name = "rand_chacha"
+version = "0.2.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
+dependencies = [
+ "ppv-lite86",
+ "rand_core",
+]
+
+[[package]]
+name = "rand_core"
+version = "0.5.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
+dependencies = [
+ "getrandom",
+]
+
+[[package]]
+name = "rand_hc"
+version = "0.2.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
+dependencies = [
+ "rand_core",
+]
+
+[[package]]
+name = "ref-cast"
+version = "1.0.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "745c1787167ddae5569661d5ffb8b25ae5fedbf46717eaa92d652221cec72623"
+dependencies = [
+ "ref-cast-impl",
+]
+
+[[package]]
+name = "ref-cast-impl"
+version = "1.0.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "7d21b475ab879ef0e315ad99067fa25778c3b0377f57f1b00207448dac1a3144"
+dependencies = [
+ "proc-macro2",
+ "quote",
+ "syn",
+]
+
+[[package]]
+name = "regex"
+version = "1.3.9"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "9c3780fcf44b193bc4d09f36d2a3c87b251da4a046c87795a0d35f4f927ad8e6"
+dependencies = [
+ "aho-corasick",
+ "memchr",
+ "regex-syntax",
+ "thread_local",
+]
+
+[[package]]
+name = "regex-syntax"
+version = "0.6.18"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8"
+
+[[package]]
+name = "rustc-hex"
+version = "2.1.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"
+
+[[package]]
+name = "ryu"
+version = "1.0.5"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
+
+[[package]]
+name = "secrecy"
+version = "0.6.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "9182278ed645df3477a9c27bfee0621c621aa16f6972635f7f795dae3d81070f"
+dependencies = [
+ "zeroize",
+]
+
+[[package]]
+name = "serde"
+version = "1.0.114"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "5317f7588f0a5078ee60ef675ef96735a1442132dc645eb1d12c018620ed8cd3"
+dependencies = [
+ "serde_derive",
+]
+
+[[package]]
+name = "serde_derive"
+version = "1.0.114"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "2a0be94b04690fbaed37cddffc5c134bf537c8e3329d53e982fe04c374978f8e"
+dependencies = [
+ "proc-macro2",
+ "quote",
+ "syn",
+]
+
+[[package]]
+name = "serde_json"
+version = "1.0.56"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "3433e879a558dde8b5e8feb2a04899cf34fdde1fafb894687e52105fc1162ac3"
+dependencies = [
+ "itoa",
+ "ryu",
+ "serde",
+]
+
+[[package]]
+name = "sha2"
+version = "0.8.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"
+dependencies = [
+ "block-buffer",
+ "digest",
+ "fake-simd",
+ "opaque-debug",
+]
+
+[[package]]
+name = "smallvec"
+version = "1.4.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "c7cb5678e1615754284ec264d9bb5b4c27d2018577fd90ac0ceb578591ed5ee4"
+
+[[package]]
+name = "sp-application-crypto"
+version = "2.0.0-rc4"
+source = "git+https://github.com/paritytech/substrate/#b851b755dbf338c69d3bae8c1215d8e7d8010b77"
+dependencies = [
+ "parity-scale-codec",
+ "sp-core",
+ "sp-io",
+ "sp-std",
+]
+
+[[package]]
+name = "sp-arithmetic"
+version = "2.0.0-rc4"
+source = "git+https://github.com/paritytech/substrate/#b851b755dbf338c69d3bae8c1215d8e7d8010b77"
+dependencies = [
+ "integer-sqrt",
+ "num-traits",
+ "parity-scale-codec",
+ "sp-debug-derive",
+ "sp-std",
+]
+
+[[package]]
+name = "sp-core"
+version = "2.0.0-rc4"
+source = "git+https://github.com/paritytech/substrate/#b851b755dbf338c69d3bae8c1215d8e7d8010b77"
+dependencies = [
+ "byteorder",
+ "derive_more",
+ "hash-db",
+ "hash256-std-hasher",
+ "log",
+ "num-traits",
+ "parity-scale-codec",
+ "parity-util-mem",
+ "primitive-types",
+ "secrecy",
+ "sp-debug-derive",
+ "sp-runtime-interface",
+ "sp-std",
+ "sp-storage",
+ "zeroize",
+]
+
+[[package]]
+name = "sp-debug-derive"
+version = "2.0.0-rc4"
+source = "git+https://github.com/paritytech/substrate/#b851b755dbf338c69d3bae8c1215d8e7d8010b77"
+dependencies = [
+ "proc-macro2",
+ "quote",
+ "syn",
+]
+
+[[package]]
+name = "sp-inherents"
+version = "2.0.0-rc4"
+source = "git+https://github.com/paritytech/substrate/#b851b755dbf338c69d3bae8c1215d8e7d8010b77"
+dependencies = [
+ "parity-scale-codec",
+ "sp-core",
+ "sp-std",
+]
+
+[[package]]
+name = "sp-io"
+version = "2.0.0-rc4"
+source = "git+https://github.com/paritytech/substrate/#b851b755dbf338c69d3bae8c1215d8e7d8010b77"
+dependencies = [
+ "hash-db",
+ "parity-scale-codec",
+ "sp-core",
+ "sp-runtime-interface",
+ "sp-std",
+ "sp-tracing",
+ "sp-wasm-interface",
+]
+
+[[package]]
+name = "sp-runtime"
+version = "2.0.0-rc4"
+source = "git+https://github.com/paritytech/substrate/#b851b755dbf338c69d3bae8c1215d8e7d8010b77"
+dependencies = [
+ "either",
+ "hash256-std-hasher",
+ "impl-trait-for-tuples",
+ "parity-scale-codec",
+ "parity-util-mem",
+ "paste",
+ "sp-application-crypto",
+ "sp-arithmetic",
+ "sp-core",
+ "sp-inherents",
+ "sp-io",
+ "sp-std",
+]
+
+[[package]]
+name = "sp-runtime-interface"
+version = "2.0.0-rc4"
+source = "git+https://github.com/paritytech/substrate/#b851b755dbf338c69d3bae8c1215d8e7d8010b77"
+dependencies = [
+ "parity-scale-codec",
+ "primitive-types",
+ "sp-runtime-interface-proc-macro",
+ "sp-std",
+ "sp-tracing",
+ "sp-wasm-interface",
+ "static_assertions",
+]
+
+[[package]]
+name = "sp-runtime-interface-proc-macro"
+version = "2.0.0-rc4"
+source = "git+https://github.com/paritytech/substrate/#b851b755dbf338c69d3bae8c1215d8e7d8010b77"
+dependencies = [
+ "Inflector",
+ "proc-macro-crate",
+ "proc-macro2",
+ "quote",
+ "syn",
+]
+
+[[package]]
+name = "sp-std"
+version = "2.0.0-rc4"
+source = "git+https://github.com/paritytech/substrate/#b851b755dbf338c69d3bae8c1215d8e7d8010b77"
+
+[[package]]
+name = "sp-storage"
+version = "2.0.0-rc4"
+source = "git+https://github.com/paritytech/substrate/#b851b755dbf338c69d3bae8c1215d8e7d8010b77"
+dependencies = [
+ "ref-cast",
+ "sp-debug-derive",
+ "sp-std",
+]
+
+[[package]]
+name = "sp-tracing"
+version = "2.0.0-rc4"
+source = "git+https://github.com/paritytech/substrate/#b851b755dbf338c69d3bae8c1215d8e7d8010b77"
+
+[[package]]
+name = "sp-version"
+version = "2.0.0-rc4"
+source = "git+https://github.com/paritytech/substrate/#b851b755dbf338c69d3bae8c1215d8e7d8010b77"
+dependencies = [
+ "parity-scale-codec",
+ "sp-runtime",
+ "sp-std",
+]
+
+[[package]]
+name = "sp-wasm-interface"
+version = "2.0.0-rc4"
+source = "git+https://github.com/paritytech/substrate/#b851b755dbf338c69d3bae8c1215d8e7d8010b77"
+dependencies = [
+ "impl-trait-for-tuples",
+ "parity-scale-codec",
+ "sp-std",
+]
+
+[[package]]
+name = "static_assertions"
+version = "1.1.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
+
+[[package]]
+name = "syn"
+version = "1.0.33"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "e8d5d96e8cbb005d6959f119f773bfaebb5684296108fb32600c00cde305b2cd"
+dependencies = [
+ "proc-macro2",
+ "quote",
+ "unicode-xid",
+]
+
+[[package]]
+name = "synstructure"
+version = "0.12.4"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701"
+dependencies = [
+ "proc-macro2",
+ "quote",
+ "syn",
+ "unicode-xid",
+]
+
+[[package]]
+name = "thread_local"
+version = "1.0.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
+dependencies = [
+ "lazy_static",
+]
+
+[[package]]
+name = "tiny-keccak"
+version = "2.0.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
+dependencies = [
+ "crunchy",
+]
+
+[[package]]
+name = "toml"
+version = "0.5.6"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "ffc92d160b1eef40665be3a05630d003936a3bc7da7421277846c2613e92c71a"
+dependencies = [
+ "serde",
+]
+
+[[package]]
+name = "type-metadata"
+version = "0.1.0"
+source = "git+https://github.com/type-metadata/type-metadata.git?rev=02eae9f35c40c943b56af5b60616219f2b72b47d#02eae9f35c40c943b56af5b60616219f2b72b47d"
+dependencies = [
+ "derive_more",
+ "serde",
+ "type-metadata-derive",
+]
+
+[[package]]
+name = "type-metadata-derive"
+version = "0.1.0"
+source = "git+https://github.com/type-metadata/type-metadata.git?rev=02eae9f35c40c943b56af5b60616219f2b72b47d#02eae9f35c40c943b56af5b60616219f2b72b47d"
+dependencies = [
+ "proc-macro2",
+ "quote",
+ "syn",
+]
+
+[[package]]
+name = "typenum"
+version = "1.12.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
+
+[[package]]
+name = "uint"
+version = "0.8.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "173cd16430c206dc1a430af8a89a0e9c076cf15cb42b4aedb10e8cc8fee73681"
+dependencies = [
+ "byteorder",
+ "crunchy",
+ "rustc-hex",
+ "static_assertions",
+]
+
+[[package]]
+name = "unicode-segmentation"
+version = "1.6.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
+
+[[package]]
+name = "unicode-xid"
+version = "0.2.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
+
+[[package]]
+name = "wasi"
+version = "0.9.0+wasi-snapshot-preview1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
+
+[[package]]
+name = "wee_alloc"
+version = "0.4.5"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "dbb3b5a6b2bb17cb6ad44a2e68a43e8d2722c997da10e928665c72ec6c0a0b8e"
+dependencies = [
+ "cfg-if",
+ "libc",
+ "memory_units",
+ "winapi",
+]
+
+[[package]]
+name = "winapi"
+version = "0.3.9"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
+dependencies = [
+ "winapi-i686-pc-windows-gnu",
+ "winapi-x86_64-pc-windows-gnu",
+]
+
+[[package]]
+name = "winapi-i686-pc-windows-gnu"
+version = "0.4.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
+
+[[package]]
+name = "winapi-x86_64-pc-windows-gnu"
+version = "0.4.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
+
+[[package]]
+name = "zeroize"
+version = "1.1.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "3cbac2ed2ba24cc90f5e06485ac8c7c1e5449fe8911aef4d8877218af021a5b8"