lol

Merge pull request #269634 from andresilva/polkadot-1.4.0

polkadot: 1.3.0 -> 1.4.0

authored by

André Silva and committed by
GitHub
491af1f1 3e81aac9

+1612 -748
+1605 -744
pkgs/applications/blockchains/polkadot/Cargo.lock
··· 328 328 ] 329 329 330 330 [[package]] 331 + name = "ark-bls12-377-ext" 332 + version = "0.4.1" 333 + source = "registry+https://github.com/rust-lang/crates.io-index" 334 + checksum = "20c7021f180a0cbea0380eba97c2af3c57074cdaffe0eef7e840e1c9f2841e55" 335 + dependencies = [ 336 + "ark-bls12-377", 337 + "ark-ec", 338 + "ark-models-ext", 339 + "ark-std", 340 + ] 341 + 342 + [[package]] 331 343 name = "ark-bls12-381" 332 344 version = "0.4.0" 333 345 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 340 352 ] 341 353 342 354 [[package]] 355 + name = "ark-bls12-381-ext" 356 + version = "0.4.1" 357 + source = "registry+https://github.com/rust-lang/crates.io-index" 358 + checksum = "b1dc4b3d08f19e8ec06e949712f95b8361e43f1391d94f65e4234df03480631c" 359 + dependencies = [ 360 + "ark-bls12-381", 361 + "ark-ec", 362 + "ark-ff", 363 + "ark-models-ext", 364 + "ark-serialize", 365 + "ark-std", 366 + ] 367 + 368 + [[package]] 343 369 name = "ark-bw6-761" 344 370 version = "0.4.0" 345 371 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 352 378 ] 353 379 354 380 [[package]] 381 + name = "ark-bw6-761-ext" 382 + version = "0.4.1" 383 + source = "registry+https://github.com/rust-lang/crates.io-index" 384 + checksum = "ccee5fba47266f460067588ee1bf070a9c760bf2050c1c509982c5719aadb4f2" 385 + dependencies = [ 386 + "ark-bw6-761", 387 + "ark-ec", 388 + "ark-ff", 389 + "ark-models-ext", 390 + "ark-std", 391 + ] 392 + 393 + [[package]] 355 394 name = "ark-ec" 356 395 version = "0.4.2" 357 396 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 365 404 "hashbrown 0.13.2", 366 405 "itertools 0.10.5", 367 406 "num-traits", 407 + "rayon", 368 408 "zeroize", 369 409 ] 370 410 ··· 381 421 ] 382 422 383 423 [[package]] 424 + name = "ark-ed-on-bls12-377-ext" 425 + version = "0.4.1" 426 + source = "registry+https://github.com/rust-lang/crates.io-index" 427 + checksum = "524a4fb7540df2e1a8c2e67a83ba1d1e6c3947f4f9342cc2359fc2e789ad731d" 428 + dependencies = [ 429 + "ark-ec", 430 + "ark-ed-on-bls12-377", 431 + "ark-ff", 432 + "ark-models-ext", 433 + "ark-std", 434 + ] 435 + 436 + [[package]] 384 437 name = "ark-ed-on-bls12-381-bandersnatch" 385 438 version = "0.4.0" 386 439 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 393 446 ] 394 447 395 448 [[package]] 449 + name = "ark-ed-on-bls12-381-bandersnatch-ext" 450 + version = "0.4.1" 451 + source = "registry+https://github.com/rust-lang/crates.io-index" 452 + checksum = "d15185f1acb49a07ff8cbe5f11a1adc5a93b19e211e325d826ae98e98e124346" 453 + dependencies = [ 454 + "ark-ec", 455 + "ark-ed-on-bls12-381-bandersnatch", 456 + "ark-ff", 457 + "ark-models-ext", 458 + "ark-std", 459 + ] 460 + 461 + [[package]] 396 462 name = "ark-ff" 397 463 version = "0.4.2" 398 464 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 436 502 ] 437 503 438 504 [[package]] 505 + name = "ark-models-ext" 506 + version = "0.4.1" 507 + source = "registry+https://github.com/rust-lang/crates.io-index" 508 + checksum = "3e9eab5d4b5ff2f228b763d38442adc9b084b0a465409b059fac5c2308835ec2" 509 + dependencies = [ 510 + "ark-ec", 511 + "ark-ff", 512 + "ark-serialize", 513 + "ark-std", 514 + "derivative", 515 + ] 516 + 517 + [[package]] 439 518 name = "ark-poly" 440 519 version = "0.4.2" 441 520 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 465 544 [[package]] 466 545 name = "ark-secret-scalar" 467 546 version = "0.0.2" 468 - source = "git+https://github.com/w3f/ring-vrf?rev=4b09416#4b09416fd23383ec436ddac127d58c7b7cd392c6" 547 + source = "git+https://github.com/w3f/ring-vrf?rev=cbc342e#cbc342e95d3cbcd3c5ba8d45af7200eb58e63502" 469 548 dependencies = [ 470 549 "ark-ec", 471 550 "ark-ff", ··· 508 587 dependencies = [ 509 588 "num-traits", 510 589 "rand 0.8.5", 590 + "rayon", 511 591 ] 512 592 513 593 [[package]] 514 594 name = "ark-transcript" 515 595 version = "0.0.2" 516 - source = "git+https://github.com/w3f/ring-vrf?rev=4b09416#4b09416fd23383ec436ddac127d58c7b7cd392c6" 596 + source = "git+https://github.com/w3f/ring-vrf?rev=cbc342e#cbc342e95d3cbcd3c5ba8d45af7200eb58e63502" 517 597 dependencies = [ 518 598 "ark-ff", 519 599 "ark-serialize", ··· 575 655 "num-traits", 576 656 "rusticata-macros", 577 657 "thiserror", 578 - "time", 658 + "time 0.3.27", 579 659 ] 580 660 581 661 [[package]] ··· 591 671 "num-traits", 592 672 "rusticata-macros", 593 673 "thiserror", 594 - "time", 674 + "time 0.3.27", 595 675 ] 596 676 597 677 [[package]] ··· 680 760 "pallet-authorship", 681 761 "pallet-balances", 682 762 "pallet-collator-selection", 763 + "pallet-message-queue", 683 764 "pallet-multisig", 684 765 "pallet-nft-fractionalization", 685 766 "pallet-nfts", ··· 694 775 "pallet-utility", 695 776 "pallet-xcm", 696 777 "pallet-xcm-benchmarks", 697 - "parachain-info", 698 778 "parachains-common", 699 779 "parity-scale-codec", 700 780 "polkadot-core-primitives", ··· 712 792 "sp-offchain", 713 793 "sp-runtime", 714 794 "sp-session", 715 - "sp-std", 716 - "sp-storage", 795 + "sp-std 8.0.0", 796 + "sp-storage 13.0.0", 717 797 "sp-transaction-pool", 718 798 "sp-version", 719 799 "sp-weights", 800 + "staging-parachain-info", 720 801 "staging-xcm", 721 802 "staging-xcm-builder", 722 803 "staging-xcm-executor", ··· 752 833 "pallet-authorship", 753 834 "pallet-balances", 754 835 "pallet-collator-selection", 836 + "pallet-message-queue", 755 837 "pallet-multisig", 756 838 "pallet-nfts", 757 839 "pallet-nfts-runtime-api", ··· 764 846 "pallet-utility", 765 847 "pallet-xcm", 766 848 "pallet-xcm-benchmarks", 767 - "parachain-info", 768 849 "parachains-common", 769 850 "parity-scale-codec", 770 851 "polkadot-core-primitives", ··· 781 862 "sp-offchain", 782 863 "sp-runtime", 783 864 "sp-session", 784 - "sp-std", 785 - "sp-storage", 865 + "sp-std 8.0.0", 866 + "sp-storage 13.0.0", 786 867 "sp-transaction-pool", 787 868 "sp-version", 788 869 "sp-weights", 870 + "staging-parachain-info", 789 871 "staging-xcm", 790 872 "staging-xcm-builder", 791 873 "staging-xcm-executor", ··· 793 875 ] 794 876 795 877 [[package]] 878 + name = "asset-hub-rococo-emulated-chain" 879 + version = "0.0.0" 880 + dependencies = [ 881 + "asset-hub-rococo-runtime", 882 + "cumulus-primitives-core", 883 + "emulated-integration-tests-common", 884 + "frame-support", 885 + "parachains-common", 886 + "rococo-emulated-chain", 887 + "serde_json", 888 + "sp-core", 889 + "sp-runtime", 890 + ] 891 + 892 + [[package]] 796 893 name = "asset-hub-rococo-integration-tests" 797 894 version = "1.0.0" 798 895 dependencies = [ 799 896 "assert_matches", 800 897 "asset-hub-rococo-runtime", 801 898 "asset-test-utils", 899 + "emulated-integration-tests-common", 802 900 "frame-support", 803 - "frame-system", 804 - "integration-tests-common", 805 901 "pallet-asset-conversion", 806 902 "pallet-assets", 807 903 "pallet-balances", 904 + "pallet-message-queue", 808 905 "pallet-xcm", 809 906 "parachains-common", 810 907 "parity-scale-codec", 811 - "polkadot-core-primitives", 812 - "polkadot-parachain-primitives", 813 - "polkadot-runtime-parachains", 908 + "penpal-runtime", 814 909 "rococo-runtime", 910 + "rococo-system-emulated-network", 815 911 "sp-runtime", 816 912 "staging-xcm", 817 913 "staging-xcm-executor", 818 - "xcm-emulator", 819 914 ] 820 915 821 916 [[package]] ··· 825 920 "asset-test-utils", 826 921 "assets-common", 827 922 "bp-asset-hub-rococo", 828 - "bp-asset-hub-wococo", 923 + "bp-asset-hub-westend", 829 924 "bp-bridge-hub-rococo", 830 - "bp-bridge-hub-wococo", 925 + "bp-bridge-hub-westend", 831 926 "cumulus-pallet-aura-ext", 832 927 "cumulus-pallet-dmp-queue", 833 928 "cumulus-pallet-parachain-system", ··· 852 947 "pallet-authorship", 853 948 "pallet-balances", 854 949 "pallet-collator-selection", 950 + "pallet-message-queue", 855 951 "pallet-multisig", 856 952 "pallet-nft-fractionalization", 857 953 "pallet-nfts", ··· 867 963 "pallet-xcm", 868 964 "pallet-xcm-benchmarks", 869 965 "pallet-xcm-bridge-hub-router", 870 - "parachain-info", 871 966 "parachains-common", 872 967 "parity-scale-codec", 873 968 "polkadot-core-primitives", ··· 881 976 "sp-block-builder", 882 977 "sp-consensus-aura", 883 978 "sp-core", 979 + "sp-genesis-builder", 884 980 "sp-inherents", 885 981 "sp-offchain", 886 982 "sp-runtime", 887 983 "sp-session", 888 - "sp-std", 889 - "sp-storage", 984 + "sp-std 8.0.0", 985 + "sp-storage 13.0.0", 890 986 "sp-transaction-pool", 891 987 "sp-version", 892 988 "sp-weights", 989 + "staging-parachain-info", 893 990 "staging-xcm", 894 991 "staging-xcm-builder", 895 992 "staging-xcm-executor", ··· 897 994 ] 898 995 899 996 [[package]] 997 + name = "asset-hub-westend-emulated-chain" 998 + version = "0.0.0" 999 + dependencies = [ 1000 + "asset-hub-westend-runtime", 1001 + "cumulus-primitives-core", 1002 + "emulated-integration-tests-common", 1003 + "frame-support", 1004 + "parachains-common", 1005 + "serde_json", 1006 + "sp-core", 1007 + "sp-runtime", 1008 + "westend-emulated-chain", 1009 + ] 1010 + 1011 + [[package]] 900 1012 name = "asset-hub-westend-integration-tests" 901 1013 version = "1.0.0" 902 1014 dependencies = [ ··· 905 1017 "asset-test-utils", 906 1018 "cumulus-pallet-dmp-queue", 907 1019 "cumulus-pallet-parachain-system", 1020 + "emulated-integration-tests-common", 908 1021 "frame-support", 909 1022 "frame-system", 910 - "integration-tests-common", 911 1023 "pallet-asset-conversion", 912 1024 "pallet-asset-rate", 913 1025 "pallet-assets", 914 1026 "pallet-balances", 1027 + "pallet-message-queue", 915 1028 "pallet-treasury", 916 1029 "pallet-xcm", 917 1030 "parachains-common", 918 1031 "parity-scale-codec", 919 - "polkadot-core-primitives", 920 - "polkadot-parachain-primitives", 921 1032 "polkadot-runtime-common", 922 - "polkadot-runtime-parachains", 923 1033 "sp-runtime", 924 1034 "staging-xcm", 925 1035 "staging-xcm-builder", 926 1036 "staging-xcm-executor", 927 1037 "westend-runtime", 928 1038 "westend-runtime-constants", 929 - "xcm-emulator", 1039 + "westend-system-emulated-network", 930 1040 ] 931 1041 932 1042 [[package]] ··· 935 1045 dependencies = [ 936 1046 "asset-test-utils", 937 1047 "assets-common", 1048 + "bp-asset-hub-rococo", 1049 + "bp-asset-hub-westend", 1050 + "bp-bridge-hub-rococo", 1051 + "bp-bridge-hub-westend", 938 1052 "cumulus-pallet-aura-ext", 939 1053 "cumulus-pallet-dmp-queue", 940 1054 "cumulus-pallet-parachain-system", ··· 959 1073 "pallet-authorship", 960 1074 "pallet-balances", 961 1075 "pallet-collator-selection", 1076 + "pallet-message-queue", 962 1077 "pallet-multisig", 963 1078 "pallet-nft-fractionalization", 964 1079 "pallet-nfts", ··· 972 1087 "pallet-utility", 973 1088 "pallet-xcm", 974 1089 "pallet-xcm-benchmarks", 975 - "parachain-info", 1090 + "pallet-xcm-bridge-hub-router", 976 1091 "parachains-common", 977 1092 "parity-scale-codec", 978 1093 "polkadot-core-primitives", ··· 987 1102 "sp-core", 988 1103 "sp-genesis-builder", 989 1104 "sp-inherents", 990 - "sp-io", 991 1105 "sp-offchain", 992 1106 "sp-runtime", 993 1107 "sp-session", 994 - "sp-std", 995 - "sp-storage", 1108 + "sp-std 8.0.0", 1109 + "sp-storage 13.0.0", 996 1110 "sp-transaction-pool", 997 1111 "sp-version", 1112 + "staging-parachain-info", 998 1113 "staging-xcm", 999 1114 "staging-xcm-builder", 1000 1115 "staging-xcm-executor", ··· 1007 1122 version = "1.0.0" 1008 1123 dependencies = [ 1009 1124 "assets-common", 1010 - "cumulus-pallet-dmp-queue", 1011 1125 "cumulus-pallet-parachain-system", 1012 1126 "cumulus-pallet-xcmp-queue", 1013 1127 "cumulus-primitives-core", ··· 1022 1136 "pallet-session", 1023 1137 "pallet-xcm", 1024 1138 "pallet-xcm-bridge-hub-router", 1025 - "parachain-info", 1026 1139 "parachains-common", 1027 1140 "parachains-runtimes-test-utils", 1028 1141 "parity-scale-codec", ··· 1031 1144 "sp-core", 1032 1145 "sp-io", 1033 1146 "sp-runtime", 1034 - "sp-std", 1147 + "sp-std 8.0.0", 1148 + "staging-parachain-info", 1035 1149 "staging-xcm", 1036 1150 "staging-xcm-builder", 1037 1151 "staging-xcm-executor", ··· 1054 1168 "scale-info", 1055 1169 "sp-api", 1056 1170 "sp-runtime", 1057 - "sp-std", 1171 + "sp-std 8.0.0", 1058 1172 "staging-xcm", 1059 1173 "staging-xcm-builder", 1060 1174 "staging-xcm-executor", ··· 1255 1369 1256 1370 [[package]] 1257 1371 name = "bandersnatch_vrfs" 1258 - version = "0.0.1" 1259 - source = "git+https://github.com/w3f/ring-vrf?rev=4b09416#4b09416fd23383ec436ddac127d58c7b7cd392c6" 1372 + version = "0.0.3" 1373 + source = "git+https://github.com/w3f/ring-vrf?rev=cbc342e#cbc342e95d3cbcd3c5ba8d45af7200eb58e63502" 1260 1374 dependencies = [ 1261 1375 "ark-bls12-381", 1262 1376 "ark-ec", ··· 1271 1385 "rand_core 0.6.4", 1272 1386 "ring 0.1.0", 1273 1387 "sha2 0.10.7", 1388 + "sp-ark-bls12-381", 1389 + "sp-ark-ed-on-bls12-381-bandersnatch", 1274 1390 "zeroize", 1275 1391 ] 1276 1392 ··· 1377 1493 checksum = "93f2635620bf0b9d4576eb7bb9a38a55df78bd1205d26fa994b25911a69f212f" 1378 1494 dependencies = [ 1379 1495 "bitcoin_hashes", 1496 + "rand 0.8.5", 1497 + "rand_core 0.6.4", 1498 + "serde", 1499 + "unicode-normalization", 1380 1500 ] 1381 1501 1382 1502 [[package]] ··· 1405 1525 dependencies = [ 1406 1526 "funty", 1407 1527 "radium", 1528 + "serde", 1408 1529 "tap", 1409 1530 "wyz", 1410 1531 ] ··· 1568 1689 ] 1569 1690 1570 1691 [[package]] 1571 - name = "bp-asset-hub-kusama" 1572 - version = "0.1.0" 1573 - dependencies = [ 1574 - "bp-xcm-bridge-hub-router", 1575 - "frame-support", 1576 - "parity-scale-codec", 1577 - "scale-info", 1578 - ] 1579 - 1580 - [[package]] 1581 - name = "bp-asset-hub-polkadot" 1582 - version = "0.1.0" 1583 - dependencies = [ 1584 - "bp-xcm-bridge-hub-router", 1585 - "frame-support", 1586 - "parity-scale-codec", 1587 - "scale-info", 1588 - "sp-runtime", 1589 - ] 1590 - 1591 - [[package]] 1592 1692 name = "bp-asset-hub-rococo" 1593 1693 version = "0.1.0" 1594 1694 dependencies = [ ··· 1599 1699 ] 1600 1700 1601 1701 [[package]] 1602 - name = "bp-asset-hub-wococo" 1702 + name = "bp-asset-hub-westend" 1603 1703 version = "0.1.0" 1604 1704 dependencies = [ 1605 1705 "bp-xcm-bridge-hub-router", ··· 1619 1719 "frame-system", 1620 1720 "polkadot-primitives", 1621 1721 "sp-api", 1622 - "sp-std", 1722 + "sp-std 8.0.0", 1623 1723 ] 1624 1724 1625 1725 [[package]] ··· 1632 1732 "frame-support", 1633 1733 "sp-api", 1634 1734 "sp-runtime", 1635 - "sp-std", 1735 + "sp-std 8.0.0", 1636 1736 ] 1637 1737 1638 1738 [[package]] ··· 1645 1745 "frame-support", 1646 1746 "sp-api", 1647 1747 "sp-runtime", 1648 - "sp-std", 1748 + "sp-std 8.0.0", 1649 1749 ] 1650 1750 1651 1751 [[package]] ··· 1658 1758 "frame-support", 1659 1759 "sp-api", 1660 1760 "sp-runtime", 1661 - "sp-std", 1761 + "sp-std 8.0.0", 1662 1762 ] 1663 1763 1664 1764 [[package]] 1665 - name = "bp-bridge-hub-wococo" 1765 + name = "bp-bridge-hub-westend" 1666 1766 version = "0.1.0" 1667 1767 dependencies = [ 1668 1768 "bp-bridge-hub-cumulus", ··· 1671 1771 "frame-support", 1672 1772 "sp-api", 1673 1773 "sp-runtime", 1674 - "sp-std", 1774 + "sp-std 8.0.0", 1675 1775 ] 1676 1776 1677 1777 [[package]] ··· 1690 1790 "sp-consensus-grandpa", 1691 1791 "sp-core", 1692 1792 "sp-runtime", 1693 - "sp-std", 1793 + "sp-std 8.0.0", 1694 1794 ] 1695 1795 1696 1796 [[package]] ··· 1702 1802 "bp-runtime", 1703 1803 "frame-support", 1704 1804 "sp-api", 1705 - "sp-std", 1805 + "sp-std 8.0.0", 1706 1806 ] 1707 1807 1708 1808 [[package]] ··· 1718 1818 "scale-info", 1719 1819 "serde", 1720 1820 "sp-core", 1721 - "sp-std", 1821 + "sp-std 8.0.0", 1722 1822 ] 1723 1823 1724 1824 [[package]] ··· 1734 1834 "scale-info", 1735 1835 "sp-core", 1736 1836 "sp-runtime", 1737 - "sp-std", 1837 + "sp-std 8.0.0", 1738 1838 ] 1739 1839 1740 1840 [[package]] ··· 1746 1846 "bp-runtime", 1747 1847 "frame-support", 1748 1848 "sp-api", 1749 - "sp-std", 1849 + "sp-std 8.0.0", 1750 1850 ] 1751 1851 1752 1852 [[package]] ··· 1763 1863 "scale-info", 1764 1864 "sp-api", 1765 1865 "sp-runtime", 1766 - "sp-std", 1866 + "sp-std 8.0.0", 1767 1867 ] 1768 1868 1769 1869 [[package]] ··· 1781 1881 "serde", 1782 1882 "sp-core", 1783 1883 "sp-runtime", 1784 - "sp-std", 1884 + "sp-std 8.0.0", 1785 1885 ] 1786 1886 1787 1887 [[package]] ··· 1796 1896 "parity-scale-codec", 1797 1897 "scale-info", 1798 1898 "sp-runtime", 1799 - "sp-std", 1899 + "sp-std 8.0.0", 1800 1900 ] 1801 1901 1802 1902 [[package]] ··· 1808 1908 "bp-runtime", 1809 1909 "frame-support", 1810 1910 "sp-api", 1811 - "sp-std", 1911 + "sp-std 8.0.0", 1812 1912 ] 1813 1913 1814 1914 [[package]] ··· 1829 1929 "sp-io", 1830 1930 "sp-runtime", 1831 1931 "sp-state-machine", 1832 - "sp-std", 1932 + "sp-std 8.0.0", 1833 1933 "sp-trie", 1834 1934 "trie-db", 1835 1935 ] ··· 1849 1949 "sp-consensus-grandpa", 1850 1950 "sp-core", 1851 1951 "sp-runtime", 1852 - "sp-std", 1952 + "sp-std 8.0.0", 1853 1953 "sp-trie", 1854 1954 ] 1855 1955 1856 1956 [[package]] 1857 - name = "bp-wococo" 1957 + name = "bp-westend" 1858 1958 version = "0.1.0" 1859 1959 dependencies = [ 1860 1960 "bp-header-chain", 1861 1961 "bp-polkadot-core", 1862 - "bp-rococo", 1863 1962 "bp-runtime", 1864 1963 "frame-support", 1865 1964 "sp-api", 1866 - "sp-std", 1965 + "sp-std 8.0.0", 1867 1966 ] 1868 1967 1869 1968 [[package]] ··· 1902 2001 "pallet-authorship", 1903 2002 "pallet-balances", 1904 2003 "pallet-collator-selection", 2004 + "pallet-message-queue", 1905 2005 "pallet-multisig", 1906 2006 "pallet-session", 1907 2007 "pallet-timestamp", ··· 1910 2010 "pallet-utility", 1911 2011 "pallet-xcm", 1912 2012 "pallet-xcm-benchmarks", 1913 - "parachain-info", 1914 2013 "parachains-common", 1915 2014 "parity-scale-codec", 1916 2015 "polkadot-core-primitives", ··· 1929 2028 "sp-offchain", 1930 2029 "sp-runtime", 1931 2030 "sp-session", 1932 - "sp-std", 1933 - "sp-storage", 2031 + "sp-std 8.0.0", 2032 + "sp-storage 13.0.0", 1934 2033 "sp-transaction-pool", 1935 2034 "sp-version", 2035 + "staging-parachain-info", 1936 2036 "staging-xcm", 1937 2037 "staging-xcm-builder", 1938 2038 "staging-xcm-executor", ··· 1965 2065 "pallet-authorship", 1966 2066 "pallet-balances", 1967 2067 "pallet-collator-selection", 2068 + "pallet-message-queue", 1968 2069 "pallet-multisig", 1969 2070 "pallet-session", 1970 2071 "pallet-timestamp", ··· 1973 2074 "pallet-utility", 1974 2075 "pallet-xcm", 1975 2076 "pallet-xcm-benchmarks", 1976 - "parachain-info", 1977 2077 "parachains-common", 1978 2078 "parity-scale-codec", 1979 2079 "polkadot-core-primitives", ··· 1992 2092 "sp-offchain", 1993 2093 "sp-runtime", 1994 2094 "sp-session", 1995 - "sp-std", 1996 - "sp-storage", 2095 + "sp-std 8.0.0", 2096 + "sp-storage 13.0.0", 1997 2097 "sp-transaction-pool", 1998 2098 "sp-version", 2099 + "staging-parachain-info", 1999 2100 "staging-xcm", 2000 2101 "staging-xcm-builder", 2001 2102 "staging-xcm-executor", ··· 2003 2104 ] 2004 2105 2005 2106 [[package]] 2107 + name = "bridge-hub-rococo-emulated-chain" 2108 + version = "0.0.0" 2109 + dependencies = [ 2110 + "bridge-hub-rococo-runtime", 2111 + "cumulus-primitives-core", 2112 + "emulated-integration-tests-common", 2113 + "frame-support", 2114 + "parachains-common", 2115 + "serde_json", 2116 + "sp-core", 2117 + "sp-runtime", 2118 + ] 2119 + 2120 + [[package]] 2006 2121 name = "bridge-hub-rococo-integration-tests" 2007 2122 version = "1.0.0" 2008 2123 dependencies = [ ··· 2011 2126 "bridge-hub-rococo-runtime", 2012 2127 "cumulus-pallet-dmp-queue", 2013 2128 "cumulus-pallet-xcmp-queue", 2129 + "emulated-integration-tests-common", 2014 2130 "frame-support", 2015 - "integration-tests-common", 2131 + "pallet-assets", 2132 + "pallet-balances", 2016 2133 "pallet-bridge-messages", 2134 + "pallet-message-queue", 2017 2135 "pallet-xcm", 2018 2136 "parachains-common", 2019 2137 "parity-scale-codec", 2020 - "polkadot-core-primitives", 2021 - "polkadot-parachain-primitives", 2022 - "polkadot-runtime-parachains", 2138 + "rococo-westend-system-emulated-network", 2023 2139 "staging-xcm", 2024 2140 "staging-xcm-executor", 2025 - "xcm-emulator", 2026 2141 ] 2027 2142 2028 2143 [[package]] ··· 2030 2145 version = "0.1.0" 2031 2146 dependencies = [ 2032 2147 "bp-asset-hub-rococo", 2033 - "bp-asset-hub-wococo", 2148 + "bp-asset-hub-westend", 2034 2149 "bp-bridge-hub-rococo", 2035 - "bp-bridge-hub-wococo", 2150 + "bp-bridge-hub-westend", 2036 2151 "bp-header-chain", 2037 2152 "bp-messages", 2038 2153 "bp-parachains", ··· 2040 2155 "bp-relayers", 2041 2156 "bp-rococo", 2042 2157 "bp-runtime", 2043 - "bp-wococo", 2158 + "bp-westend", 2044 2159 "bridge-hub-test-utils", 2045 2160 "bridge-runtime-common", 2046 2161 "cumulus-pallet-aura-ext", ··· 2068 2183 "pallet-bridge-parachains", 2069 2184 "pallet-bridge-relayers", 2070 2185 "pallet-collator-selection", 2186 + "pallet-message-queue", 2071 2187 "pallet-multisig", 2072 2188 "pallet-session", 2073 2189 "pallet-timestamp", ··· 2076 2192 "pallet-utility", 2077 2193 "pallet-xcm", 2078 2194 "pallet-xcm-benchmarks", 2079 - "parachain-info", 2080 2195 "parachains-common", 2081 2196 "parity-scale-codec", 2082 2197 "polkadot-core-primitives", ··· 2097 2212 "sp-offchain", 2098 2213 "sp-runtime", 2099 2214 "sp-session", 2100 - "sp-std", 2101 - "sp-storage", 2215 + "sp-std 8.0.0", 2216 + "sp-storage 13.0.0", 2102 2217 "sp-transaction-pool", 2103 2218 "sp-version", 2219 + "staging-parachain-info", 2104 2220 "staging-xcm", 2105 2221 "staging-xcm-builder", 2106 2222 "staging-xcm-executor", ··· 2113 2229 version = "0.1.0" 2114 2230 dependencies = [ 2115 2231 "asset-test-utils", 2232 + "bp-header-chain", 2233 + "bp-messages", 2234 + "bp-parachains", 2235 + "bp-polkadot-core", 2236 + "bp-relayers", 2237 + "bp-runtime", 2238 + "bp-test-utils", 2239 + "bridge-runtime-common", 2240 + "cumulus-pallet-parachain-system", 2241 + "cumulus-pallet-xcmp-queue", 2242 + "frame-benchmarking", 2243 + "frame-executive", 2244 + "frame-support", 2245 + "frame-system", 2246 + "log", 2247 + "pallet-balances", 2248 + "pallet-bridge-grandpa", 2249 + "pallet-bridge-messages", 2250 + "pallet-bridge-parachains", 2251 + "pallet-bridge-relayers", 2252 + "pallet-collator-selection", 2253 + "pallet-session", 2254 + "pallet-utility", 2255 + "pallet-xcm", 2256 + "pallet-xcm-benchmarks", 2257 + "parachains-common", 2258 + "parachains-runtimes-test-utils", 2259 + "parity-scale-codec", 2260 + "sp-core", 2261 + "sp-io", 2262 + "sp-keyring", 2263 + "sp-runtime", 2264 + "sp-tracing 10.0.0", 2265 + "staging-parachain-info", 2266 + "staging-xcm", 2267 + "staging-xcm-builder", 2268 + "staging-xcm-executor", 2269 + ] 2270 + 2271 + [[package]] 2272 + name = "bridge-hub-westend-emulated-chain" 2273 + version = "0.0.0" 2274 + dependencies = [ 2275 + "bridge-hub-westend-runtime", 2276 + "cumulus-primitives-core", 2277 + "emulated-integration-tests-common", 2278 + "frame-support", 2279 + "parachains-common", 2280 + "serde_json", 2281 + "sp-core", 2282 + "sp-runtime", 2283 + ] 2284 + 2285 + [[package]] 2286 + name = "bridge-hub-westend-integration-tests" 2287 + version = "1.0.0" 2288 + dependencies = [ 2289 + "asset-test-utils", 2290 + "bp-messages", 2291 + "bridge-hub-westend-runtime", 2292 + "cumulus-pallet-dmp-queue", 2293 + "cumulus-pallet-xcmp-queue", 2294 + "emulated-integration-tests-common", 2295 + "frame-support", 2296 + "pallet-assets", 2297 + "pallet-balances", 2298 + "pallet-bridge-messages", 2299 + "pallet-message-queue", 2300 + "pallet-xcm", 2301 + "parachains-common", 2302 + "parity-scale-codec", 2303 + "rococo-westend-system-emulated-network", 2304 + "staging-xcm", 2305 + "staging-xcm-executor", 2306 + ] 2307 + 2308 + [[package]] 2309 + name = "bridge-hub-westend-runtime" 2310 + version = "0.1.0" 2311 + dependencies = [ 2312 + "bp-asset-hub-westend", 2116 2313 "bp-bridge-hub-rococo", 2117 - "bp-bridge-hub-wococo", 2314 + "bp-bridge-hub-westend", 2118 2315 "bp-header-chain", 2119 2316 "bp-messages", 2120 2317 "bp-parachains", 2121 2318 "bp-polkadot-core", 2122 2319 "bp-relayers", 2320 + "bp-rococo", 2123 2321 "bp-runtime", 2124 - "bp-test-utils", 2322 + "bp-westend", 2323 + "bridge-hub-test-utils", 2125 2324 "bridge-runtime-common", 2325 + "cumulus-pallet-aura-ext", 2126 2326 "cumulus-pallet-dmp-queue", 2127 2327 "cumulus-pallet-parachain-system", 2328 + "cumulus-pallet-session-benchmarking", 2329 + "cumulus-pallet-xcm", 2128 2330 "cumulus-pallet-xcmp-queue", 2331 + "cumulus-primitives-core", 2332 + "cumulus-primitives-utility", 2129 2333 "frame-benchmarking", 2130 2334 "frame-executive", 2131 2335 "frame-support", 2132 2336 "frame-system", 2337 + "frame-system-benchmarking", 2338 + "frame-system-rpc-runtime-api", 2339 + "frame-try-runtime", 2340 + "hex-literal", 2133 2341 "log", 2342 + "pallet-aura", 2343 + "pallet-authorship", 2134 2344 "pallet-balances", 2135 2345 "pallet-bridge-grandpa", 2136 2346 "pallet-bridge-messages", 2137 2347 "pallet-bridge-parachains", 2138 2348 "pallet-bridge-relayers", 2139 2349 "pallet-collator-selection", 2350 + "pallet-message-queue", 2351 + "pallet-multisig", 2140 2352 "pallet-session", 2353 + "pallet-timestamp", 2354 + "pallet-transaction-payment", 2355 + "pallet-transaction-payment-rpc-runtime-api", 2141 2356 "pallet-utility", 2142 2357 "pallet-xcm", 2143 2358 "pallet-xcm-benchmarks", 2144 - "parachain-info", 2145 2359 "parachains-common", 2146 - "parachains-runtimes-test-utils", 2147 2360 "parity-scale-codec", 2361 + "polkadot-core-primitives", 2362 + "polkadot-parachain-primitives", 2363 + "polkadot-runtime-common", 2364 + "scale-info", 2365 + "serde", 2366 + "smallvec", 2367 + "sp-api", 2368 + "sp-block-builder", 2369 + "sp-consensus-aura", 2148 2370 "sp-core", 2371 + "sp-genesis-builder", 2372 + "sp-inherents", 2149 2373 "sp-io", 2150 2374 "sp-keyring", 2375 + "sp-offchain", 2151 2376 "sp-runtime", 2152 - "sp-tracing", 2377 + "sp-session", 2378 + "sp-std 8.0.0", 2379 + "sp-storage 13.0.0", 2380 + "sp-transaction-pool", 2381 + "sp-version", 2382 + "staging-parachain-info", 2153 2383 "staging-xcm", 2154 2384 "staging-xcm-builder", 2155 2385 "staging-xcm-executor", 2386 + "static_assertions", 2387 + "substrate-wasm-builder", 2388 + "westend-runtime-constants", 2156 2389 ] 2157 2390 2158 2391 [[package]] ··· 2184 2417 "sp-core", 2185 2418 "sp-io", 2186 2419 "sp-runtime", 2187 - "sp-std", 2420 + "sp-std 8.0.0", 2188 2421 "sp-trie", 2189 2422 "staging-xcm", 2190 2423 "staging-xcm-builder", ··· 2419 2652 ] 2420 2653 2421 2654 [[package]] 2422 - name = "chain-spec-builder" 2423 - version = "2.0.0" 2424 - dependencies = [ 2425 - "ansi_term", 2426 - "clap 4.4.6", 2427 - "node-cli", 2428 - "rand 0.8.5", 2429 - "sc-chain-spec", 2430 - "sc-keystore", 2431 - "sp-core", 2432 - "sp-keystore", 2433 - ] 2434 - 2435 - [[package]] 2436 2655 name = "chrono" 2437 - version = "0.4.30" 2656 + version = "0.4.27" 2438 2657 source = "registry+https://github.com/rust-lang/crates.io-index" 2439 - checksum = "defd4e7873dbddba6c7c91e199c7fcb946abc4a6a4ac3195400bcfb01b5de877" 2658 + checksum = "f56b4c72906975ca04becb8a30e102dfecddd0c06181e3e95ddc444be28881f8" 2440 2659 dependencies = [ 2441 2660 "android-tzdata", 2442 2661 "iana-time-zone", 2443 2662 "js-sys", 2444 2663 "num-traits", 2664 + "time 0.1.45", 2445 2665 "wasm-bindgen", 2446 2666 "windows-targets 0.48.5", 2447 2667 ] ··· 2571 2791 "anstyle", 2572 2792 "clap_lex 0.5.1", 2573 2793 "strsim", 2794 + "terminal_size", 2574 2795 ] 2575 2796 2576 2797 [[package]] ··· 2673 2894 "pallet-collective", 2674 2895 "pallet-collective-content", 2675 2896 "pallet-core-fellowship", 2897 + "pallet-message-queue", 2676 2898 "pallet-multisig", 2677 2899 "pallet-preimage", 2678 2900 "pallet-proxy", ··· 2686 2908 "pallet-transaction-payment-rpc-runtime-api", 2687 2909 "pallet-utility", 2688 2910 "pallet-xcm", 2689 - "parachain-info", 2911 + "parachains-common", 2912 + "parity-scale-codec", 2913 + "polkadot-core-primitives", 2914 + "polkadot-parachain-primitives", 2915 + "polkadot-runtime-common", 2916 + "scale-info", 2917 + "smallvec", 2918 + "sp-api", 2919 + "sp-arithmetic", 2920 + "sp-block-builder", 2921 + "sp-consensus-aura", 2922 + "sp-core", 2923 + "sp-genesis-builder", 2924 + "sp-inherents", 2925 + "sp-io", 2926 + "sp-offchain", 2927 + "sp-runtime", 2928 + "sp-session", 2929 + "sp-std 8.0.0", 2930 + "sp-storage 13.0.0", 2931 + "sp-transaction-pool", 2932 + "sp-version", 2933 + "staging-parachain-info", 2934 + "staging-xcm", 2935 + "staging-xcm-builder", 2936 + "staging-xcm-executor", 2937 + "substrate-wasm-builder", 2938 + ] 2939 + 2940 + [[package]] 2941 + name = "collectives-westend-runtime" 2942 + version = "1.0.0" 2943 + dependencies = [ 2944 + "cumulus-pallet-aura-ext", 2945 + "cumulus-pallet-dmp-queue", 2946 + "cumulus-pallet-parachain-system", 2947 + "cumulus-pallet-session-benchmarking", 2948 + "cumulus-pallet-xcm", 2949 + "cumulus-pallet-xcmp-queue", 2950 + "cumulus-primitives-core", 2951 + "cumulus-primitives-utility", 2952 + "frame-benchmarking", 2953 + "frame-executive", 2954 + "frame-support", 2955 + "frame-system", 2956 + "frame-system-benchmarking", 2957 + "frame-system-rpc-runtime-api", 2958 + "frame-try-runtime", 2959 + "hex-literal", 2960 + "log", 2961 + "pallet-alliance", 2962 + "pallet-aura", 2963 + "pallet-authorship", 2964 + "pallet-balances", 2965 + "pallet-collator-selection", 2966 + "pallet-collective", 2967 + "pallet-collective-content", 2968 + "pallet-core-fellowship", 2969 + "pallet-message-queue", 2970 + "pallet-multisig", 2971 + "pallet-preimage", 2972 + "pallet-proxy", 2973 + "pallet-ranked-collective", 2974 + "pallet-referenda", 2975 + "pallet-salary", 2976 + "pallet-scheduler", 2977 + "pallet-session", 2978 + "pallet-timestamp", 2979 + "pallet-transaction-payment", 2980 + "pallet-transaction-payment-rpc-runtime-api", 2981 + "pallet-utility", 2982 + "pallet-xcm", 2690 2983 "parachains-common", 2691 2984 "parity-scale-codec", 2692 2985 "polkadot-core-primitives", ··· 2705 2998 "sp-offchain", 2706 2999 "sp-runtime", 2707 3000 "sp-session", 2708 - "sp-std", 2709 - "sp-storage", 3001 + "sp-std 8.0.0", 3002 + "sp-storage 13.0.0", 2710 3003 "sp-transaction-pool", 2711 3004 "sp-version", 3005 + "staging-parachain-info", 2712 3006 "staging-xcm", 2713 3007 "staging-xcm-builder", 2714 3008 "staging-xcm-executor", 2715 3009 "substrate-wasm-builder", 3010 + "testnets-common", 3011 + "westend-runtime-constants", 2716 3012 ] 2717 3013 2718 3014 [[package]] ··· 2889 3185 "pallet-contracts", 2890 3186 "pallet-contracts-primitives", 2891 3187 "pallet-insecure-randomness-collective-flip", 3188 + "pallet-message-queue", 2892 3189 "pallet-multisig", 2893 3190 "pallet-session", 2894 3191 "pallet-sudo", ··· 2897 3194 "pallet-transaction-payment-rpc-runtime-api", 2898 3195 "pallet-utility", 2899 3196 "pallet-xcm", 2900 - "parachain-info", 2901 3197 "parachains-common", 2902 3198 "parity-scale-codec", 2903 3199 "polkadot-core-primitives", ··· 2915 3211 "sp-offchain", 2916 3212 "sp-runtime", 2917 3213 "sp-session", 2918 - "sp-std", 2919 - "sp-storage", 3214 + "sp-std 8.0.0", 3215 + "sp-storage 13.0.0", 2920 3216 "sp-transaction-pool", 2921 3217 "sp-version", 3218 + "staging-parachain-info", 2922 3219 "staging-xcm", 2923 3220 "staging-xcm-builder", 2924 3221 "staging-xcm-executor", ··· 3364 3661 "sp-maybe-compressed-blob", 3365 3662 "sp-runtime", 3366 3663 "sp-state-machine", 3367 - "sp-tracing", 3664 + "sp-tracing 10.0.0", 3368 3665 "tracing", 3369 3666 ] 3370 3667 ··· 3435 3732 "sp-core", 3436 3733 "sp-runtime", 3437 3734 "sp-timestamp", 3438 - "sp-tracing", 3735 + "sp-tracing 10.0.0", 3439 3736 "sp-trie", 3440 3737 "substrate-prometheus-endpoint", 3441 3738 "tracing", ··· 3586 3883 "sp-application-crypto", 3587 3884 "sp-consensus-aura", 3588 3885 "sp-runtime", 3589 - "sp-std", 3886 + "sp-std 8.0.0", 3590 3887 ] 3591 3888 3592 3889 [[package]] ··· 3594 3891 version = "0.1.0" 3595 3892 dependencies = [ 3596 3893 "cumulus-primitives-core", 3894 + "frame-benchmarking", 3597 3895 "frame-support", 3598 3896 "frame-system", 3599 3897 "log", ··· 3602 3900 "sp-core", 3603 3901 "sp-io", 3604 3902 "sp-runtime", 3605 - "sp-std", 3606 - "sp-version", 3903 + "sp-std 8.0.0", 3904 + "sp-tracing 10.0.0", 3607 3905 "staging-xcm", 3608 3906 ] 3609 3907 ··· 3619 3917 "cumulus-test-client", 3620 3918 "cumulus-test-relay-sproof-builder", 3621 3919 "environmental", 3920 + "frame-benchmarking", 3622 3921 "frame-support", 3623 3922 "frame-system", 3923 + "futures", 3624 3924 "hex-literal", 3625 3925 "impl-trait-for-tuples", 3626 3926 "lazy_static", 3627 3927 "log", 3928 + "pallet-message-queue", 3628 3929 "parity-scale-codec", 3629 3930 "polkadot-parachain-primitives", 3630 3931 "polkadot-runtime-parachains", 3932 + "rand 0.8.5", 3631 3933 "sc-client-api", 3632 3934 "scale-info", 3633 3935 "sp-core", 3634 - "sp-externalities", 3936 + "sp-externalities 0.19.0", 3635 3937 "sp-inherents", 3636 3938 "sp-io", 3637 3939 "sp-keyring", 3638 3940 "sp-runtime", 3639 3941 "sp-state-machine", 3640 - "sp-std", 3641 - "sp-tracing", 3942 + "sp-std 8.0.0", 3943 + "sp-tracing 10.0.0", 3642 3944 "sp-trie", 3643 3945 "sp-version", 3644 3946 "staging-xcm", ··· 3665 3967 "pallet-session", 3666 3968 "parity-scale-codec", 3667 3969 "sp-runtime", 3668 - "sp-std", 3970 + "sp-std 8.0.0", 3669 3971 ] 3670 3972 3671 3973 [[package]] ··· 3680 3982 "polkadot-primitives", 3681 3983 "scale-info", 3682 3984 "sp-runtime", 3683 - "sp-std", 3985 + "sp-std 8.0.0", 3684 3986 ] 3685 3987 3686 3988 [[package]] ··· 3694 3996 "scale-info", 3695 3997 "sp-io", 3696 3998 "sp-runtime", 3697 - "sp-std", 3999 + "sp-std 8.0.0", 3698 4000 "staging-xcm", 3699 4001 ] 3700 4002 ··· 3702 4004 name = "cumulus-pallet-xcmp-queue" 3703 4005 version = "0.1.0" 3704 4006 dependencies = [ 4007 + "bounded-collections", 3705 4008 "bp-xcm-bridge-hub-router", 3706 4009 "cumulus-pallet-parachain-system", 3707 4010 "cumulus-primitives-core", ··· 3710 4013 "frame-system", 3711 4014 "log", 3712 4015 "pallet-balances", 4016 + "pallet-message-queue", 3713 4017 "parity-scale-codec", 3714 4018 "polkadot-runtime-common", 3715 4019 "polkadot-runtime-parachains", 3716 - "rand_chacha 0.3.1", 3717 4020 "scale-info", 3718 4021 "sp-core", 3719 4022 "sp-io", 3720 4023 "sp-runtime", 3721 - "sp-std", 4024 + "sp-std 8.0.0", 3722 4025 "staging-xcm", 3723 4026 "staging-xcm-builder", 3724 4027 "staging-xcm-executor", ··· 3735 4038 "parity-scale-codec", 3736 4039 "scale-info", 3737 4040 "sp-runtime", 3738 - "sp-std", 4041 + "sp-std 8.0.0", 3739 4042 "staging-xcm", 3740 4043 ] 3741 4044 ··· 3749 4052 "sp-api", 3750 4053 "sp-consensus-aura", 3751 4054 "sp-runtime", 3752 - "sp-std", 4055 + "sp-std 8.0.0", 3753 4056 ] 3754 4057 3755 4058 [[package]] ··· 3763 4066 "scale-info", 3764 4067 "sp-api", 3765 4068 "sp-runtime", 3766 - "sp-std", 4069 + "sp-std 8.0.0", 3767 4070 "sp-trie", 3768 4071 "staging-xcm", 3769 4072 ] ··· 3784 4087 "sp-inherents", 3785 4088 "sp-runtime", 3786 4089 "sp-state-machine", 3787 - "sp-std", 3788 - "sp-storage", 4090 + "sp-std 8.0.0", 4091 + "sp-storage 13.0.0", 3789 4092 "sp-trie", 3790 4093 "tracing", 3791 4094 ] ··· 3798 4101 "futures", 3799 4102 "parity-scale-codec", 3800 4103 "sp-inherents", 3801 - "sp-std", 4104 + "sp-std 8.0.0", 3802 4105 "sp-timestamp", 3803 4106 ] 3804 4107 ··· 3815 4118 "polkadot-runtime-parachains", 3816 4119 "sp-io", 3817 4120 "sp-runtime", 3818 - "sp-std", 4121 + "sp-std 8.0.0", 3819 4122 "staging-xcm", 3820 4123 "staging-xcm-builder", 3821 4124 "staging-xcm-executor", ··· 3881 4184 "polkadot-core-primitives", 3882 4185 "polkadot-network-bridge", 3883 4186 "polkadot-node-collation-generation", 4187 + "polkadot-node-core-prospective-parachains", 3884 4188 "polkadot-node-core-runtime-api", 3885 4189 "polkadot-node-network-protocol", 3886 4190 "polkadot-node-subsystem-util", ··· 3929 4233 "sp-core", 3930 4234 "sp-runtime", 3931 4235 "sp-state-machine", 3932 - "sp-storage", 4236 + "sp-storage 13.0.0", 3933 4237 "thiserror", 3934 4238 "tokio", 3935 4239 "tokio-util", ··· 3977 4281 "polkadot-primitives", 3978 4282 "sp-runtime", 3979 4283 "sp-state-machine", 3980 - "sp-std", 4284 + "sp-std 8.0.0", 3981 4285 "sp-trie", 3982 4286 ] 3983 4287 ··· 3993 4297 "frame-system-rpc-runtime-api", 3994 4298 "pallet-balances", 3995 4299 "pallet-glutton", 4300 + "pallet-message-queue", 3996 4301 "pallet-sudo", 3997 4302 "pallet-timestamp", 3998 4303 "pallet-transaction-payment", ··· 4001 4306 "sp-api", 4002 4307 "sp-block-builder", 4003 4308 "sp-core", 4309 + "sp-genesis-builder", 4004 4310 "sp-inherents", 4005 4311 "sp-io", 4006 4312 "sp-offchain", 4007 4313 "sp-runtime", 4008 4314 "sp-session", 4009 - "sp-std", 4315 + "sp-std 8.0.0", 4010 4316 "sp-transaction-pool", 4011 4317 "sp-version", 4012 4318 "substrate-wasm-builder", ··· 4067 4373 "sc-transaction-pool", 4068 4374 "sc-transaction-pool-api", 4069 4375 "serde", 4376 + "serde_json", 4070 4377 "sp-api", 4071 4378 "sp-arithmetic", 4072 4379 "sp-authority-discovery", ··· 4079 4386 "sp-runtime", 4080 4387 "sp-state-machine", 4081 4388 "sp-timestamp", 4082 - "sp-tracing", 4389 + "sp-tracing 10.0.0", 4083 4390 "substrate-test-client", 4084 4391 "substrate-test-utils", 4085 4392 "tempfile", ··· 4507 4814 [[package]] 4508 4815 name = "dleq_vrf" 4509 4816 version = "0.0.2" 4510 - source = "git+https://github.com/w3f/ring-vrf?rev=4b09416#4b09416fd23383ec436ddac127d58c7b7cd392c6" 4817 + source = "git+https://github.com/w3f/ring-vrf?rev=cbc342e#cbc342e95d3cbcd3c5ba8d45af7200eb58e63502" 4511 4818 dependencies = [ 4512 4819 "ark-ec", 4513 4820 "ark-ff", ··· 4538 4845 4539 4846 [[package]] 4540 4847 name = "docify" 4541 - version = "0.2.4" 4848 + version = "0.2.6" 4542 4849 source = "registry+https://github.com/rust-lang/crates.io-index" 4543 - checksum = "76ee528c501ddd15d5181997e9518e59024844eac44fd1e40cb20ddb2a8562fa" 4850 + checksum = "4235e9b248e2ba4b92007fe9c646f3adf0ffde16dc74713eacc92b8bc58d8d2f" 4544 4851 dependencies = [ 4545 4852 "docify_macros", 4546 4853 ] 4547 4854 4548 4855 [[package]] 4549 4856 name = "docify_macros" 4550 - version = "0.2.4" 4857 + version = "0.2.6" 4551 4858 source = "registry+https://github.com/rust-lang/crates.io-index" 4552 - checksum = "0ca01728ab2679c464242eca99f94e2ce0514b52ac9ad950e2ed03fca991231c" 4859 + checksum = "47020e12d7c7505670d1363dd53d6c23724f71a90a3ae32ff8eba40de8404626" 4553 4860 dependencies = [ 4554 4861 "common-path", 4555 4862 "derive-syn-parse", ··· 4735 5042 ] 4736 5043 4737 5044 [[package]] 5045 + name = "emulated-integration-tests-common" 5046 + version = "1.0.0" 5047 + dependencies = [ 5048 + "asset-test-utils", 5049 + "bp-messages", 5050 + "bridge-runtime-common", 5051 + "cumulus-pallet-parachain-system", 5052 + "cumulus-pallet-xcmp-queue", 5053 + "cumulus-primitives-core", 5054 + "frame-support", 5055 + "pallet-assets", 5056 + "pallet-balances", 5057 + "pallet-bridge-messages", 5058 + "pallet-im-online", 5059 + "pallet-message-queue", 5060 + "pallet-xcm", 5061 + "parachains-common", 5062 + "parity-scale-codec", 5063 + "paste", 5064 + "polkadot-primitives", 5065 + "polkadot-runtime-parachains", 5066 + "polkadot-service", 5067 + "sc-consensus-grandpa", 5068 + "serde_json", 5069 + "sp-authority-discovery", 5070 + "sp-consensus-babe", 5071 + "sp-consensus-beefy", 5072 + "sp-core", 5073 + "sp-runtime", 5074 + "staging-xcm", 5075 + "xcm-emulator", 5076 + ] 5077 + 5078 + [[package]] 4738 5079 name = "encode_unicode" 4739 5080 version = "0.3.6" 4740 5081 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 5192 5533 5193 5534 [[package]] 5194 5535 name = "frame" 5195 - version = "0.1.0" 5536 + version = "0.0.1-dev" 5196 5537 dependencies = [ 5538 + "docify", 5539 + "frame-executive", 5197 5540 "frame-support", 5198 5541 "frame-system", 5542 + "frame-system-rpc-runtime-api", 5543 + "log", 5544 + "pallet-examples", 5545 + "parity-scale-codec", 5546 + "scale-info", 5547 + "simple-mermaid", 5548 + "sp-api", 5549 + "sp-arithmetic", 5550 + "sp-block-builder", 5551 + "sp-consensus-aura", 5552 + "sp-consensus-grandpa", 5553 + "sp-core", 5554 + "sp-inherents", 5555 + "sp-io", 5556 + "sp-offchain", 5557 + "sp-runtime", 5558 + "sp-session", 5559 + "sp-std 8.0.0", 5560 + "sp-transaction-pool", 5561 + "sp-version", 5199 5562 ] 5200 5563 5201 5564 [[package]] ··· 5219 5582 "sp-io", 5220 5583 "sp-keystore", 5221 5584 "sp-runtime", 5222 - "sp-runtime-interface", 5223 - "sp-std", 5224 - "sp-storage", 5585 + "sp-runtime-interface 17.0.0", 5586 + "sp-std 8.0.0", 5587 + "sp-storage 13.0.0", 5225 5588 "static_assertions", 5226 5589 ] 5227 5590 ··· 5259 5622 "sp-blockchain", 5260 5623 "sp-core", 5261 5624 "sp-database", 5262 - "sp-externalities", 5625 + "sp-externalities 0.19.0", 5263 5626 "sp-inherents", 5264 5627 "sp-io", 5265 5628 "sp-keystore", 5266 5629 "sp-runtime", 5267 5630 "sp-state-machine", 5268 - "sp-storage", 5631 + "sp-storage 13.0.0", 5269 5632 "sp-trie", 5270 - "sp-wasm-interface", 5633 + "sp-wasm-interface 14.0.0", 5271 5634 "thiserror", 5272 5635 "thousands", 5273 5636 ] ··· 5283 5646 "scale-info", 5284 5647 "sp-io", 5285 5648 "sp-runtime", 5286 - "sp-std", 5649 + "sp-std 8.0.0", 5287 5650 ] 5288 5651 5289 5652 [[package]] ··· 5317 5680 "sp-io", 5318 5681 "sp-npos-elections", 5319 5682 "sp-runtime", 5320 - "sp-std", 5683 + "sp-std 8.0.0", 5321 5684 ] 5322 5685 5323 5686 [[package]] ··· 5354 5717 "sp-inherents", 5355 5718 "sp-io", 5356 5719 "sp-runtime", 5357 - "sp-std", 5358 - "sp-tracing", 5720 + "sp-std 8.0.0", 5721 + "sp-tracing 10.0.0", 5359 5722 "sp-version", 5360 5723 ] 5361 5724 ··· 5385 5748 "sp-io", 5386 5749 "sp-runtime", 5387 5750 "sp-state-machine", 5388 - "sp-tracing", 5751 + "sp-tracing 10.0.0", 5389 5752 "spinners", 5390 5753 "substrate-rpc-client", 5391 5754 "tokio", ··· 5420 5783 "sp-arithmetic", 5421 5784 "sp-core", 5422 5785 "sp-core-hashing-proc-macro", 5423 - "sp-debug-derive", 5786 + "sp-debug-derive 8.0.0", 5424 5787 "sp-genesis-builder", 5425 5788 "sp-inherents", 5426 5789 "sp-io", ··· 5428 5791 "sp-runtime", 5429 5792 "sp-staking", 5430 5793 "sp-state-machine", 5431 - "sp-std", 5432 - "sp-tracing", 5794 + "sp-std 8.0.0", 5795 + "sp-tracing 10.0.0", 5433 5796 "sp-weights", 5434 5797 "static_assertions", 5435 5798 "tt-call", ··· 5495 5858 "sp-metadata-ir", 5496 5859 "sp-runtime", 5497 5860 "sp-state-machine", 5498 - "sp-std", 5861 + "sp-std 8.0.0", 5499 5862 "sp-version", 5500 5863 "static_assertions", 5501 5864 "trybuild", ··· 5547 5910 "scale-info", 5548 5911 "serde", 5549 5912 "sp-core", 5550 - "sp-externalities", 5913 + "sp-externalities 0.19.0", 5551 5914 "sp-io", 5552 5915 "sp-runtime", 5553 - "sp-std", 5916 + "sp-std 8.0.0", 5554 5917 "sp-version", 5555 5918 "sp-weights", 5556 5919 "substrate-test-runtime-client", ··· 5566 5929 "parity-scale-codec", 5567 5930 "scale-info", 5568 5931 "sp-core", 5569 - "sp-externalities", 5932 + "sp-externalities 0.19.0", 5570 5933 "sp-io", 5571 5934 "sp-runtime", 5572 - "sp-std", 5935 + "sp-std 8.0.0", 5573 5936 "sp-version", 5574 5937 ] 5575 5938 ··· 5589 5952 "parity-scale-codec", 5590 5953 "sp-api", 5591 5954 "sp-runtime", 5592 - "sp-std", 5955 + "sp-std 8.0.0", 5593 5956 ] 5594 5957 5595 5958 [[package]] ··· 5614 5977 source = "registry+https://github.com/rust-lang/crates.io-index" 5615 5978 checksum = "2eeb4ed9e12f43b7fa0baae3f9cdda28352770132ef2e09a23760c29cae8bd47" 5616 5979 dependencies = [ 5617 - "rustix 0.38.8", 5980 + "rustix 0.38.21", 5618 5981 "windows-sys 0.48.0", 5619 5982 ] 5620 5983 ··· 5901 6264 "frame-try-runtime", 5902 6265 "pallet-aura", 5903 6266 "pallet-glutton", 6267 + "pallet-message-queue", 5904 6268 "pallet-sudo", 5905 6269 "pallet-timestamp", 5906 - "parachain-info", 5907 6270 "parachains-common", 5908 6271 "parity-scale-codec", 5909 6272 "scale-info", ··· 5916 6279 "sp-offchain", 5917 6280 "sp-runtime", 5918 6281 "sp-session", 5919 - "sp-std", 5920 - "sp-storage", 6282 + "sp-std 8.0.0", 6283 + "sp-storage 13.0.0", 5921 6284 "sp-transaction-pool", 5922 6285 "sp-version", 6286 + "staging-parachain-info", 6287 + "staging-xcm", 6288 + "staging-xcm-builder", 6289 + "staging-xcm-executor", 6290 + "substrate-wasm-builder", 6291 + ] 6292 + 6293 + [[package]] 6294 + name = "glutton-westend-runtime" 6295 + version = "1.0.0" 6296 + dependencies = [ 6297 + "cumulus-pallet-aura-ext", 6298 + "cumulus-pallet-parachain-system", 6299 + "cumulus-pallet-xcm", 6300 + "cumulus-primitives-aura", 6301 + "cumulus-primitives-core", 6302 + "cumulus-primitives-timestamp", 6303 + "frame-benchmarking", 6304 + "frame-executive", 6305 + "frame-support", 6306 + "frame-system", 6307 + "frame-system-benchmarking", 6308 + "frame-system-rpc-runtime-api", 6309 + "frame-try-runtime", 6310 + "pallet-aura", 6311 + "pallet-glutton", 6312 + "pallet-message-queue", 6313 + "pallet-sudo", 6314 + "pallet-timestamp", 6315 + "parachains-common", 6316 + "parity-scale-codec", 6317 + "scale-info", 6318 + "sp-api", 6319 + "sp-block-builder", 6320 + "sp-consensus-aura", 6321 + "sp-core", 6322 + "sp-genesis-builder", 6323 + "sp-inherents", 6324 + "sp-offchain", 6325 + "sp-runtime", 6326 + "sp-session", 6327 + "sp-std 8.0.0", 6328 + "sp-storage 13.0.0", 6329 + "sp-transaction-pool", 6330 + "sp-version", 6331 + "staging-parachain-info", 5923 6332 "staging-xcm", 5924 6333 "staging-xcm-builder", 5925 6334 "staging-xcm-executor", ··· 6459 6868 ] 6460 6869 6461 6870 [[package]] 6462 - name = "integration-tests-common" 6463 - version = "1.0.0" 6464 - dependencies = [ 6465 - "asset-hub-kusama-runtime", 6466 - "asset-hub-polkadot-runtime", 6467 - "asset-hub-rococo-runtime", 6468 - "asset-hub-westend-runtime", 6469 - "bp-messages", 6470 - "bridge-hub-kusama-runtime", 6471 - "bridge-hub-polkadot-runtime", 6472 - "bridge-hub-rococo-runtime", 6473 - "bridge-runtime-common", 6474 - "collectives-polkadot-runtime", 6475 - "cumulus-pallet-dmp-queue", 6476 - "cumulus-pallet-parachain-system", 6477 - "cumulus-pallet-xcmp-queue", 6478 - "cumulus-primitives-core", 6479 - "frame-support", 6480 - "pallet-assets", 6481 - "pallet-balances", 6482 - "pallet-bridge-messages", 6483 - "pallet-im-online", 6484 - "pallet-message-queue", 6485 - "pallet-staking", 6486 - "pallet-xcm", 6487 - "parachains-common", 6488 - "parity-scale-codec", 6489 - "paste", 6490 - "penpal-runtime", 6491 - "polkadot-core-primitives", 6492 - "polkadot-parachain-primitives", 6493 - "polkadot-primitives", 6494 - "polkadot-runtime-parachains", 6495 - "polkadot-service", 6496 - "rococo-runtime", 6497 - "rococo-runtime-constants", 6498 - "sc-consensus-grandpa", 6499 - "sp-authority-discovery", 6500 - "sp-consensus-babe", 6501 - "sp-consensus-beefy", 6502 - "sp-core", 6503 - "sp-runtime", 6504 - "staging-xcm", 6505 - "westend-runtime", 6506 - "westend-runtime-constants", 6507 - "xcm-emulator", 6508 - ] 6509 - 6510 - [[package]] 6511 6871 name = "interceptor" 6512 6872 version = "0.8.2" 6513 6873 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 6568 6928 checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b" 6569 6929 dependencies = [ 6570 6930 "hermit-abi 0.3.2", 6571 - "rustix 0.38.8", 6931 + "rustix 0.38.21", 6572 6932 "windows-sys 0.48.0", 6573 6933 ] 6574 6934 ··· 6895 7255 "pallet-scheduler", 6896 7256 "pallet-session", 6897 7257 "pallet-session-benchmarking", 7258 + "pallet-skip-feeless-payment", 6898 7259 "pallet-society", 6899 7260 "pallet-staking", 6900 7261 "pallet-staking-reward-curve", ··· 6916 7277 "parity-scale-codec", 6917 7278 "primitive-types", 6918 7279 "scale-info", 7280 + "serde_json", 6919 7281 "sp-api", 6920 7282 "sp-authority-discovery", 6921 7283 "sp-block-builder", ··· 6931 7293 "sp-session", 6932 7294 "sp-staking", 6933 7295 "sp-statement-store", 6934 - "sp-std", 6935 - "sp-storage", 7296 + "sp-std 8.0.0", 7297 + "sp-storage 13.0.0", 6936 7298 "sp-transaction-pool", 6937 7299 "sp-version", 6938 7300 "static_assertions", ··· 7021 7383 7022 7384 [[package]] 7023 7385 name = "libc" 7024 - version = "0.2.147" 7386 + version = "0.2.149" 7025 7387 source = "registry+https://github.com/rust-lang/crates.io-index" 7026 - checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3" 7388 + checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b" 7027 7389 7028 7390 [[package]] 7029 7391 name = "libflate" ··· 7607 7969 7608 7970 [[package]] 7609 7971 name = "linux-raw-sys" 7610 - version = "0.4.5" 7972 + version = "0.4.10" 7611 7973 source = "registry+https://github.com/rust-lang/crates.io-index" 7612 - checksum = "57bcfdad1b858c2db7c38303a6d2ad4dfaf5eb53dfeb0910128b2c26d6158503" 7974 + checksum = "da2479e8c062e40bf0066ffa0bc823de0a9368974af99c9f6df941d2c231e03f" 7613 7975 7614 7976 [[package]] 7615 7977 name = "lioness" ··· 7934 8296 checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 7935 8297 7936 8298 [[package]] 8299 + name = "minimal-node" 8300 + version = "4.0.0-dev" 8301 + dependencies = [ 8302 + "clap 4.4.6", 8303 + "frame", 8304 + "futures", 8305 + "futures-timer", 8306 + "jsonrpsee", 8307 + "minimal-runtime", 8308 + "sc-basic-authorship", 8309 + "sc-cli", 8310 + "sc-client-api", 8311 + "sc-consensus", 8312 + "sc-consensus-manual-seal", 8313 + "sc-executor", 8314 + "sc-network", 8315 + "sc-offchain", 8316 + "sc-rpc-api", 8317 + "sc-service", 8318 + "sc-telemetry", 8319 + "sc-transaction-pool", 8320 + "sc-transaction-pool-api", 8321 + "serde_json", 8322 + "sp-api", 8323 + "sp-block-builder", 8324 + "sp-blockchain", 8325 + "sp-io", 8326 + "sp-keyring", 8327 + "sp-runtime", 8328 + "sp-timestamp", 8329 + "substrate-build-script-utils", 8330 + "substrate-frame-rpc-system", 8331 + ] 8332 + 8333 + [[package]] 8334 + name = "minimal-runtime" 8335 + version = "0.1.0" 8336 + dependencies = [ 8337 + "frame", 8338 + "frame-support", 8339 + "pallet-balances", 8340 + "pallet-sudo", 8341 + "pallet-timestamp", 8342 + "pallet-transaction-payment", 8343 + "pallet-transaction-payment-rpc-runtime-api", 8344 + "parity-scale-codec", 8345 + "scale-info", 8346 + "sp-genesis-builder", 8347 + "substrate-wasm-builder", 8348 + ] 8349 + 8350 + [[package]] 7937 8351 name = "miniz_oxide" 7938 8352 version = "0.7.1" 7939 8353 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 7996 8410 "sp-core", 7997 8411 "sp-mmr-primitives", 7998 8412 "sp-runtime", 7999 - "sp-tracing", 8413 + "sp-tracing 10.0.0", 8000 8414 "substrate-test-runtime-client", 8001 8415 "tokio", 8002 8416 ] ··· 8270 8684 ] 8271 8685 8272 8686 [[package]] 8687 + name = "nix" 8688 + version = "0.27.1" 8689 + source = "registry+https://github.com/rust-lang/crates.io-index" 8690 + checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053" 8691 + dependencies = [ 8692 + "bitflags 2.4.0", 8693 + "cfg-if", 8694 + "libc", 8695 + ] 8696 + 8697 + [[package]] 8273 8698 name = "no-std-net" 8274 8699 version = "0.6.0" 8275 8700 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 8306 8731 "sp-runtime", 8307 8732 "sp-state-machine", 8308 8733 "sp-timestamp", 8309 - "sp-tracing", 8734 + "sp-tracing 10.0.0", 8310 8735 "sp-trie", 8311 8736 "tempfile", 8312 8737 ] 8313 8738 8314 8739 [[package]] 8315 - name = "node-cli" 8316 - version = "3.0.0-dev" 8317 - dependencies = [ 8318 - "array-bytes 6.1.0", 8319 - "assert_cmd", 8320 - "clap 4.4.6", 8321 - "clap_complete", 8322 - "criterion 0.4.0", 8323 - "frame-benchmarking-cli", 8324 - "frame-system", 8325 - "frame-system-rpc-runtime-api", 8326 - "futures", 8327 - "jsonrpsee", 8328 - "kitchensink-runtime", 8329 - "log", 8330 - "nix 0.26.2", 8331 - "node-executor", 8332 - "node-inspect", 8333 - "node-primitives", 8334 - "node-rpc", 8335 - "pallet-asset-conversion-tx-payment", 8336 - "pallet-asset-tx-payment", 8337 - "pallet-assets", 8338 - "pallet-balances", 8339 - "pallet-im-online", 8340 - "pallet-timestamp", 8341 - "parity-scale-codec", 8342 - "platforms", 8343 - "rand 0.8.5", 8344 - "regex", 8345 - "sc-authority-discovery", 8346 - "sc-basic-authorship", 8347 - "sc-block-builder", 8348 - "sc-chain-spec", 8349 - "sc-cli", 8350 - "sc-client-api", 8351 - "sc-client-db", 8352 - "sc-consensus", 8353 - "sc-consensus-babe", 8354 - "sc-consensus-epochs", 8355 - "sc-consensus-grandpa", 8356 - "sc-consensus-slots", 8357 - "sc-executor", 8358 - "sc-keystore", 8359 - "sc-mixnet", 8360 - "sc-network", 8361 - "sc-network-common", 8362 - "sc-network-statement", 8363 - "sc-network-sync", 8364 - "sc-offchain", 8365 - "sc-rpc", 8366 - "sc-service", 8367 - "sc-service-test", 8368 - "sc-statement-store", 8369 - "sc-storage-monitor", 8370 - "sc-sync-state-rpc", 8371 - "sc-sysinfo", 8372 - "sc-telemetry", 8373 - "sc-transaction-pool", 8374 - "sc-transaction-pool-api", 8375 - "serde", 8376 - "serde_json", 8377 - "soketto", 8378 - "sp-api", 8379 - "sp-authority-discovery", 8380 - "sp-blockchain", 8381 - "sp-consensus", 8382 - "sp-consensus-babe", 8383 - "sp-consensus-grandpa", 8384 - "sp-core", 8385 - "sp-inherents", 8386 - "sp-io", 8387 - "sp-keyring", 8388 - "sp-keystore", 8389 - "sp-mixnet", 8390 - "sp-runtime", 8391 - "sp-statement-store", 8392 - "sp-timestamp", 8393 - "sp-tracing", 8394 - "sp-transaction-storage-proof", 8395 - "substrate-build-script-utils", 8396 - "substrate-cli-test-utils", 8397 - "substrate-frame-cli", 8398 - "substrate-rpc-client", 8399 - "tempfile", 8400 - "tokio", 8401 - "tokio-util", 8402 - "try-runtime-cli", 8403 - "wait-timeout", 8404 - ] 8405 - 8406 - [[package]] 8407 - name = "node-executor" 8408 - version = "3.0.0-dev" 8409 - dependencies = [ 8410 - "criterion 0.4.0", 8411 - "frame-benchmarking", 8412 - "frame-support", 8413 - "frame-system", 8414 - "futures", 8415 - "kitchensink-runtime", 8416 - "node-primitives", 8417 - "node-testing", 8418 - "pallet-balances", 8419 - "pallet-contracts", 8420 - "pallet-glutton", 8421 - "pallet-im-online", 8422 - "pallet-root-testing", 8423 - "pallet-sudo", 8424 - "pallet-timestamp", 8425 - "pallet-transaction-payment", 8426 - "pallet-treasury", 8427 - "parity-scale-codec", 8428 - "sc-executor", 8429 - "scale-info", 8430 - "sp-application-crypto", 8431 - "sp-consensus-babe", 8432 - "sp-core", 8433 - "sp-externalities", 8434 - "sp-keyring", 8435 - "sp-keystore", 8436 - "sp-runtime", 8437 - "sp-state-machine", 8438 - "sp-statement-store", 8439 - "sp-tracing", 8440 - "sp-trie", 8441 - "wat", 8442 - ] 8443 - 8444 - [[package]] 8445 - name = "node-inspect" 8446 - version = "0.9.0-dev" 8447 - dependencies = [ 8448 - "clap 4.4.6", 8449 - "parity-scale-codec", 8450 - "sc-cli", 8451 - "sc-client-api", 8452 - "sc-service", 8453 - "sp-blockchain", 8454 - "sp-core", 8455 - "sp-runtime", 8456 - "thiserror", 8457 - ] 8458 - 8459 - [[package]] 8460 8740 name = "node-primitives" 8461 8741 version = "2.0.0" 8462 8742 dependencies = [ ··· 8532 8812 "sc-telemetry", 8533 8813 "sc-transaction-pool", 8534 8814 "sc-transaction-pool-api", 8815 + "serde_json", 8535 8816 "sp-api", 8536 8817 "sp-block-builder", 8537 8818 "sp-blockchain", ··· 8583 8864 "pallet-transaction-payment-rpc-runtime-api", 8584 8865 "parity-scale-codec", 8585 8866 "scale-info", 8867 + "serde_json", 8586 8868 "sp-api", 8587 8869 "sp-block-builder", 8588 8870 "sp-consensus-aura", ··· 8593 8875 "sp-offchain", 8594 8876 "sp-runtime", 8595 8877 "sp-session", 8596 - "sp-std", 8597 - "sp-storage", 8878 + "sp-std 8.0.0", 8879 + "sp-storage 13.0.0", 8598 8880 "sp-transaction-pool", 8599 8881 "sp-version", 8600 8882 "substrate-wasm-builder", ··· 8609 8891 "futures", 8610 8892 "kitchensink-runtime", 8611 8893 "log", 8612 - "node-executor", 8613 8894 "node-primitives", 8614 8895 "pallet-asset-conversion", 8615 8896 "pallet-asset-conversion-tx-payment", 8616 8897 "pallet-asset-tx-payment", 8617 8898 "pallet-assets", 8899 + "pallet-skip-feeless-payment", 8618 8900 "parity-scale-codec", 8619 8901 "sc-block-builder", 8620 8902 "sc-client-api", ··· 8632 8914 "sp-keyring", 8633 8915 "sp-runtime", 8634 8916 "sp-timestamp", 8917 + "staging-node-executor", 8635 8918 "substrate-test-client", 8636 8919 "tempfile", 8637 8920 ] ··· 8888 9171 ] 8889 9172 8890 9173 [[package]] 9174 + name = "os_pipe" 9175 + version = "1.1.4" 9176 + source = "registry+https://github.com/rust-lang/crates.io-index" 9177 + checksum = "0ae859aa07428ca9a929b936690f8b12dc5f11dd8c6992a18ca93919f28bc177" 9178 + dependencies = [ 9179 + "libc", 9180 + "windows-sys 0.48.0", 9181 + ] 9182 + 9183 + [[package]] 8891 9184 name = "os_str_bytes" 8892 9185 version = "6.5.1" 8893 9186 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 8939 9232 "sp-core-hashing", 8940 9233 "sp-io", 8941 9234 "sp-runtime", 8942 - "sp-std", 9235 + "sp-std 8.0.0", 8943 9236 ] 8944 9237 8945 9238 [[package]] ··· 8959 9252 "sp-core", 8960 9253 "sp-io", 8961 9254 "sp-runtime", 8962 - "sp-std", 9255 + "sp-std 8.0.0", 8963 9256 ] 8964 9257 8965 9258 [[package]] ··· 8977 9270 "sp-core", 8978 9271 "sp-io", 8979 9272 "sp-runtime", 8980 - "sp-std", 8981 - "sp-storage", 9273 + "sp-std 8.0.0", 9274 + "sp-storage 13.0.0", 8982 9275 ] 8983 9276 8984 9277 [[package]] ··· 8994 9287 "sp-core", 8995 9288 "sp-io", 8996 9289 "sp-runtime", 8997 - "sp-std", 9290 + "sp-std 8.0.0", 8998 9291 ] 8999 9292 9000 9293 [[package]] ··· 9015 9308 "sp-core", 9016 9309 "sp-io", 9017 9310 "sp-runtime", 9018 - "sp-std", 9019 - "sp-storage", 9311 + "sp-std 8.0.0", 9312 + "sp-storage 13.0.0", 9020 9313 ] 9021 9314 9022 9315 [[package]] ··· 9033 9326 "sp-core", 9034 9327 "sp-io", 9035 9328 "sp-runtime", 9036 - "sp-std", 9329 + "sp-std 8.0.0", 9037 9330 ] 9038 9331 9039 9332 [[package]] ··· 9048 9341 "sp-core", 9049 9342 "sp-io", 9050 9343 "sp-runtime", 9051 - "sp-std", 9344 + "sp-std 8.0.0", 9052 9345 ] 9053 9346 9054 9347 [[package]] ··· 9066 9359 "sp-core", 9067 9360 "sp-io", 9068 9361 "sp-runtime", 9069 - "sp-std", 9362 + "sp-std 8.0.0", 9070 9363 ] 9071 9364 9072 9365 [[package]] ··· 9083 9376 "sp-core", 9084 9377 "sp-io", 9085 9378 "sp-runtime", 9086 - "sp-std", 9379 + "sp-std 8.0.0", 9087 9380 ] 9088 9381 9089 9382 [[package]] ··· 9098 9391 "sp-core", 9099 9392 "sp-io", 9100 9393 "sp-runtime", 9101 - "sp-std", 9394 + "sp-std 8.0.0", 9102 9395 ] 9103 9396 9104 9397 [[package]] ··· 9126 9419 "sp-runtime", 9127 9420 "sp-session", 9128 9421 "sp-staking", 9129 - "sp-std", 9422 + "sp-std 8.0.0", 9130 9423 ] 9131 9424 9132 9425 [[package]] ··· 9146 9439 "sp-core", 9147 9440 "sp-io", 9148 9441 "sp-runtime", 9149 - "sp-std", 9150 - "sp-tracing", 9442 + "sp-std 8.0.0", 9443 + "sp-tracing 10.0.0", 9151 9444 ] 9152 9445 9153 9446 [[package]] ··· 9173 9466 "pallet-staking", 9174 9467 "sp-core", 9175 9468 "sp-runtime", 9176 - "sp-std", 9177 - "sp-storage", 9178 - "sp-tracing", 9469 + "sp-std 8.0.0", 9470 + "sp-storage 13.0.0", 9471 + "sp-tracing 10.0.0", 9179 9472 ] 9180 9473 9181 9474 [[package]] ··· 9193 9486 "sp-core", 9194 9487 "sp-io", 9195 9488 "sp-runtime", 9196 - "sp-std", 9489 + "sp-std 8.0.0", 9197 9490 ] 9198 9491 9199 9492 [[package]] ··· 9221 9514 "sp-session", 9222 9515 "sp-staking", 9223 9516 "sp-state-machine", 9224 - "sp-std", 9517 + "sp-std 8.0.0", 9225 9518 ] 9226 9519 9227 9520 [[package]] ··· 9246 9539 "sp-runtime", 9247 9540 "sp-staking", 9248 9541 "sp-state-machine", 9249 - "sp-std", 9542 + "sp-std 8.0.0", 9250 9543 ] 9251 9544 9252 9545 [[package]] ··· 9264 9557 "sp-core", 9265 9558 "sp-io", 9266 9559 "sp-runtime", 9267 - "sp-std", 9560 + "sp-std 8.0.0", 9268 9561 ] 9269 9562 9270 9563 [[package]] ··· 9285 9578 "sp-core", 9286 9579 "sp-io", 9287 9580 "sp-runtime", 9288 - "sp-std", 9581 + "sp-std 8.0.0", 9289 9582 "sp-trie", 9290 9583 ] 9291 9584 ··· 9304 9597 "pallet-balances", 9305 9598 "parity-scale-codec", 9306 9599 "scale-info", 9307 - "sp-core", 9308 9600 "sp-io", 9309 9601 "sp-runtime", 9310 - "sp-std", 9602 + "sp-std 8.0.0", 9311 9603 ] 9312 9604 9313 9605 [[package]] ··· 9329 9621 "sp-core", 9330 9622 "sp-io", 9331 9623 "sp-runtime", 9332 - "sp-std", 9624 + "sp-std 8.0.0", 9333 9625 "sp-trie", 9334 9626 ] 9335 9627 ··· 9349 9641 "parity-scale-codec", 9350 9642 "scale-info", 9351 9643 "sp-arithmetic", 9352 - "sp-core", 9353 9644 "sp-io", 9354 9645 "sp-runtime", 9355 - "sp-std", 9646 + "sp-std 8.0.0", 9356 9647 ] 9357 9648 9358 9649 [[package]] ··· 9369 9660 "sp-core", 9370 9661 "sp-io", 9371 9662 "sp-runtime", 9372 - "sp-std", 9663 + "sp-std 8.0.0", 9373 9664 ] 9374 9665 9375 9666 [[package]] ··· 9388 9679 "sp-core", 9389 9680 "sp-io", 9390 9681 "sp-runtime", 9391 - "sp-std", 9682 + "sp-std 8.0.0", 9392 9683 ] 9393 9684 9394 9685 [[package]] ··· 9412 9703 "sp-io", 9413 9704 "sp-runtime", 9414 9705 "sp-staking", 9415 - "sp-std", 9416 - "sp-tracing", 9706 + "sp-std 8.0.0", 9707 + "sp-tracing 10.0.0", 9417 9708 ] 9418 9709 9419 9710 [[package]] ··· 9429 9720 "sp-core", 9430 9721 "sp-io", 9431 9722 "sp-runtime", 9432 - "sp-std", 9723 + "sp-std 8.0.0", 9433 9724 ] 9434 9725 9435 9726 [[package]] ··· 9444 9735 "sp-core", 9445 9736 "sp-io", 9446 9737 "sp-runtime", 9447 - "sp-std", 9738 + "sp-std 8.0.0", 9448 9739 ] 9449 9740 9450 9741 [[package]] ··· 9461 9752 "frame-system", 9462 9753 "impl-trait-for-tuples", 9463 9754 "log", 9755 + "pallet-assets", 9464 9756 "pallet-balances", 9757 + "pallet-contracts-fixtures", 9465 9758 "pallet-contracts-primitives", 9466 9759 "pallet-contracts-proc-macro", 9467 9760 "pallet-insecure-randomness-collective-flip", 9761 + "pallet-message-queue", 9468 9762 "pallet-proxy", 9469 9763 "pallet-timestamp", 9470 9764 "pallet-utility", ··· 9480 9774 "sp-io", 9481 9775 "sp-keystore", 9482 9776 "sp-runtime", 9483 - "sp-std", 9777 + "sp-std 8.0.0", 9778 + "sp-tracing 10.0.0", 9779 + "staging-xcm", 9780 + "staging-xcm-builder", 9484 9781 "wasm-instrument 0.4.0", 9485 9782 "wasmi", 9486 9783 "wat", 9487 9784 ] 9488 9785 9489 9786 [[package]] 9787 + name = "pallet-contracts-fixtures" 9788 + version = "1.0.0" 9789 + dependencies = [ 9790 + "frame-system", 9791 + "sp-runtime", 9792 + "wat", 9793 + ] 9794 + 9795 + [[package]] 9796 + name = "pallet-contracts-mock-network" 9797 + version = "1.0.0" 9798 + dependencies = [ 9799 + "assert_matches", 9800 + "frame-support", 9801 + "frame-system", 9802 + "pallet-assets", 9803 + "pallet-balances", 9804 + "pallet-contracts", 9805 + "pallet-contracts-fixtures", 9806 + "pallet-contracts-primitives", 9807 + "pallet-contracts-proc-macro", 9808 + "pallet-insecure-randomness-collective-flip", 9809 + "pallet-message-queue", 9810 + "pallet-proxy", 9811 + "pallet-timestamp", 9812 + "pallet-utility", 9813 + "pallet-xcm", 9814 + "parity-scale-codec", 9815 + "polkadot-parachain-primitives", 9816 + "polkadot-primitives", 9817 + "polkadot-runtime-parachains", 9818 + "pretty_assertions", 9819 + "scale-info", 9820 + "sp-api", 9821 + "sp-core", 9822 + "sp-io", 9823 + "sp-keystore", 9824 + "sp-runtime", 9825 + "sp-std 8.0.0", 9826 + "sp-tracing 10.0.0", 9827 + "staging-xcm", 9828 + "staging-xcm-builder", 9829 + "staging-xcm-executor", 9830 + "xcm-simulator", 9831 + ] 9832 + 9833 + [[package]] 9490 9834 name = "pallet-contracts-primitives" 9491 9835 version = "24.0.0" 9492 9836 dependencies = [ ··· 9494 9838 "parity-scale-codec", 9495 9839 "scale-info", 9496 9840 "sp-runtime", 9497 - "sp-std", 9841 + "sp-std 8.0.0", 9498 9842 "sp-weights", 9499 9843 ] 9500 9844 ··· 9523 9867 "sp-core", 9524 9868 "sp-io", 9525 9869 "sp-runtime", 9526 - "sp-std", 9870 + "sp-std 8.0.0", 9527 9871 ] 9528 9872 9529 9873 [[package]] ··· 9540 9884 "sp-core", 9541 9885 "sp-io", 9542 9886 "sp-runtime", 9543 - "sp-std", 9887 + "sp-std 8.0.0", 9544 9888 ] 9545 9889 9546 9890 [[package]] ··· 9554 9898 "scale-info", 9555 9899 "sp-io", 9556 9900 "sp-runtime", 9557 - "sp-std", 9901 + "sp-std 8.0.0", 9558 9902 ] 9559 9903 9560 9904 [[package]] ··· 9574 9918 "sp-core", 9575 9919 "sp-io", 9576 9920 "sp-runtime", 9577 - "sp-std", 9921 + "sp-std 8.0.0", 9578 9922 ] 9579 9923 9580 9924 [[package]] ··· 9590 9934 "sp-core", 9591 9935 "sp-io", 9592 9936 "sp-runtime", 9593 - "sp-std", 9937 + "sp-std 8.0.0", 9594 9938 ] 9595 9939 9596 9940 [[package]] ··· 9615 9959 "sp-npos-elections", 9616 9960 "sp-runtime", 9617 9961 "sp-staking", 9618 - "sp-std", 9619 - "sp-tracing", 9962 + "sp-std 8.0.0", 9963 + "sp-tracing 10.0.0", 9620 9964 ] 9621 9965 9622 9966 [[package]] ··· 9639 9983 "sp-io", 9640 9984 "sp-npos-elections", 9641 9985 "sp-runtime", 9642 - "sp-std", 9643 - "sp-tracing", 9986 + "sp-std 8.0.0", 9987 + "sp-tracing 10.0.0", 9644 9988 "strum", 9645 9989 ] 9646 9990 ··· 9654 9998 "parity-scale-codec", 9655 9999 "sp-npos-elections", 9656 10000 "sp-runtime", 9657 - "sp-std", 10001 + "sp-std 8.0.0", 9658 10002 ] 9659 10003 9660 10004 [[package]] ··· 9673 10017 "sp-npos-elections", 9674 10018 "sp-runtime", 9675 10019 "sp-staking", 9676 - "sp-std", 9677 - "sp-tracing", 10020 + "sp-std 8.0.0", 10021 + "sp-tracing 10.0.0", 9678 10022 "substrate-test-utils", 9679 10023 ] 9680 10024 ··· 9692 10036 "sp-core", 9693 10037 "sp-io", 9694 10038 "sp-runtime", 9695 - "sp-std", 10039 + "sp-std 8.0.0", 10040 + ] 10041 + 10042 + [[package]] 10043 + name = "pallet-example-frame-crate" 10044 + version = "0.0.1" 10045 + dependencies = [ 10046 + "frame", 10047 + "parity-scale-codec", 10048 + "scale-info", 9696 10049 ] 9697 10050 9698 10051 [[package]] ··· 9709 10062 "sp-core", 9710 10063 "sp-io", 9711 10064 "sp-runtime", 9712 - "sp-std", 10065 + "sp-std 8.0.0", 9713 10066 ] 9714 10067 9715 10068 [[package]] ··· 9726 10079 "sp-io", 9727 10080 "sp-keystore", 9728 10081 "sp-runtime", 9729 - "sp-std", 10082 + "sp-std 8.0.0", 9730 10083 ] 9731 10084 9732 10085 [[package]] ··· 9741 10094 "scale-info", 9742 10095 "sp-core", 9743 10096 "sp-io", 9744 - "sp-std", 10097 + "sp-std 8.0.0", 9745 10098 ] 9746 10099 9747 10100 [[package]] ··· 9751 10104 "pallet-default-config-example", 9752 10105 "pallet-dev-mode", 9753 10106 "pallet-example-basic", 10107 + "pallet-example-frame-crate", 9754 10108 "pallet-example-kitchensink", 9755 10109 "pallet-example-offchain-worker", 9756 10110 "pallet-example-split", ··· 9776 10130 "sp-io", 9777 10131 "sp-runtime", 9778 10132 "sp-staking", 9779 - "sp-std", 9780 - "sp-tracing", 10133 + "sp-std 8.0.0", 10134 + "sp-tracing 10.0.0", 9781 10135 "substrate-test-utils", 9782 10136 ] 9783 10137 ··· 9796 10150 "sp-core", 9797 10151 "sp-io", 9798 10152 "sp-runtime", 9799 - "sp-std", 10153 + "sp-std 8.0.0", 9800 10154 ] 9801 10155 9802 10156 [[package]] ··· 9826 10180 "sp-runtime", 9827 10181 "sp-session", 9828 10182 "sp-staking", 9829 - "sp-std", 10183 + "sp-std 8.0.0", 9830 10184 ] 9831 10185 9832 10186 [[package]] ··· 9843 10197 "sp-core", 9844 10198 "sp-io", 9845 10199 "sp-runtime", 9846 - "sp-std", 10200 + "sp-std 8.0.0", 9847 10201 ] 9848 10202 9849 10203 [[package]] ··· 9863 10217 "sp-io", 9864 10218 "sp-runtime", 9865 10219 "sp-staking", 9866 - "sp-std", 10220 + "sp-std 8.0.0", 9867 10221 ] 9868 10222 9869 10223 [[package]] ··· 9880 10234 "sp-io", 9881 10235 "sp-keyring", 9882 10236 "sp-runtime", 9883 - "sp-std", 10237 + "sp-std 8.0.0", 9884 10238 ] 9885 10239 9886 10240 [[package]] ··· 9895 10249 "sp-core", 9896 10250 "sp-io", 9897 10251 "sp-runtime", 9898 - "sp-std", 10252 + "sp-std 8.0.0", 9899 10253 ] 9900 10254 9901 10255 [[package]] ··· 9912 10266 "sp-core", 9913 10267 "sp-io", 9914 10268 "sp-runtime", 9915 - "sp-std", 10269 + "sp-std 8.0.0", 9916 10270 ] 9917 10271 9918 10272 [[package]] ··· 9928 10282 "sp-core", 9929 10283 "sp-io", 9930 10284 "sp-runtime", 9931 - "sp-std", 10285 + "sp-std 8.0.0", 9932 10286 ] 9933 10287 9934 10288 [[package]] ··· 9948 10302 "sp-core", 9949 10303 "sp-io", 9950 10304 "sp-runtime", 9951 - "sp-std", 9952 - "sp-tracing", 10305 + "sp-std 8.0.0", 10306 + "sp-tracing 10.0.0", 9953 10307 "sp-weights", 9954 10308 ] 9955 10309 ··· 9969 10323 "sp-io", 9970 10324 "sp-mixnet", 9971 10325 "sp-runtime", 9972 - "sp-std", 10326 + "sp-std 8.0.0", 9973 10327 ] 9974 10328 9975 10329 [[package]] ··· 9989 10343 "sp-io", 9990 10344 "sp-mmr-primitives", 9991 10345 "sp-runtime", 9992 - "sp-std", 10346 + "sp-std 8.0.0", 9993 10347 ] 9994 10348 9995 10349 [[package]] ··· 10005 10359 "scale-info", 10006 10360 "sp-io", 10007 10361 "sp-runtime", 10008 - "sp-std", 10362 + "sp-std 8.0.0", 10009 10363 ] 10010 10364 10011 10365 [[package]] ··· 10024 10378 "sp-core", 10025 10379 "sp-io", 10026 10380 "sp-runtime", 10027 - "sp-std", 10381 + "sp-std 8.0.0", 10028 10382 ] 10029 10383 10030 10384 [[package]] ··· 10043 10397 "sp-io", 10044 10398 "sp-keystore", 10045 10399 "sp-runtime", 10046 - "sp-std", 10400 + "sp-std 8.0.0", 10047 10401 ] 10048 10402 10049 10403 [[package]] ··· 10067 10421 "sp-core", 10068 10422 "sp-io", 10069 10423 "sp-runtime", 10070 - "sp-std", 10424 + "sp-std 8.0.0", 10071 10425 ] 10072 10426 10073 10427 [[package]] ··· 10084 10438 "sp-core", 10085 10439 "sp-io", 10086 10440 "sp-runtime", 10087 - "sp-std", 10441 + "sp-std 8.0.0", 10088 10442 ] 10089 10443 10090 10444 [[package]] ··· 10099 10453 "sp-core", 10100 10454 "sp-io", 10101 10455 "sp-runtime", 10102 - "sp-std", 10456 + "sp-std 8.0.0", 10103 10457 ] 10104 10458 10105 10459 [[package]] ··· 10116 10470 "sp-io", 10117 10471 "sp-runtime", 10118 10472 "sp-staking", 10119 - "sp-std", 10120 - "sp-tracing", 10473 + "sp-std 8.0.0", 10474 + "sp-tracing 10.0.0", 10121 10475 ] 10122 10476 10123 10477 [[package]] ··· 10139 10493 "sp-core", 10140 10494 "sp-io", 10141 10495 "sp-runtime", 10142 - "sp-runtime-interface", 10496 + "sp-runtime-interface 17.0.0", 10143 10497 "sp-staking", 10144 - "sp-std", 10498 + "sp-std 8.0.0", 10145 10499 ] 10146 10500 10147 10501 [[package]] ··· 10156 10510 "rand 0.8.5", 10157 10511 "sp-io", 10158 10512 "sp-runtime", 10159 - "sp-tracing", 10513 + "sp-tracing 10.0.0", 10160 10514 ] 10161 10515 10162 10516 [[package]] ··· 10166 10520 "pallet-nomination-pools", 10167 10521 "parity-scale-codec", 10168 10522 "sp-api", 10169 - "sp-std", 10523 + "sp-std 8.0.0", 10170 10524 ] 10171 10525 10172 10526 [[package]] ··· 10189 10543 "sp-io", 10190 10544 "sp-runtime", 10191 10545 "sp-staking", 10192 - "sp-std", 10193 - "sp-tracing", 10546 + "sp-std 8.0.0", 10547 + "sp-tracing 10.0.0", 10194 10548 ] 10195 10549 10196 10550 [[package]] ··· 10208 10562 "sp-io", 10209 10563 "sp-runtime", 10210 10564 "sp-staking", 10211 - "sp-std", 10565 + "sp-std 8.0.0", 10212 10566 ] 10213 10567 10214 10568 [[package]] ··· 10235 10589 "sp-io", 10236 10590 "sp-runtime", 10237 10591 "sp-staking", 10238 - "sp-std", 10592 + "sp-std 8.0.0", 10239 10593 ] 10240 10594 10241 10595 [[package]] ··· 10252 10606 "sp-io", 10253 10607 "sp-metadata-ir", 10254 10608 "sp-runtime", 10255 - "sp-std", 10609 + "sp-std 8.0.0", 10256 10610 ] 10257 10611 10258 10612 [[package]] ··· 10295 10649 "sp-core", 10296 10650 "sp-io", 10297 10651 "sp-runtime", 10298 - "sp-std", 10652 + "sp-std 8.0.0", 10299 10653 ] 10300 10654 10301 10655 [[package]] ··· 10312 10666 "sp-core", 10313 10667 "sp-io", 10314 10668 "sp-runtime", 10315 - "sp-std", 10669 + "sp-std 8.0.0", 10316 10670 ] 10317 10671 10318 10672 [[package]] ··· 10329 10683 "sp-core", 10330 10684 "sp-io", 10331 10685 "sp-runtime", 10332 - "sp-std", 10686 + "sp-std 8.0.0", 10333 10687 ] 10334 10688 10335 10689 [[package]] ··· 10345 10699 "sp-core", 10346 10700 "sp-io", 10347 10701 "sp-runtime", 10348 - "sp-std", 10702 + "sp-std 8.0.0", 10349 10703 ] 10350 10704 10351 10705 [[package]] ··· 10367 10721 "sp-core", 10368 10722 "sp-io", 10369 10723 "sp-runtime", 10370 - "sp-std", 10724 + "sp-std 8.0.0", 10371 10725 ] 10372 10726 10373 10727 [[package]] ··· 10383 10737 "sp-core", 10384 10738 "sp-io", 10385 10739 "sp-runtime", 10386 - "sp-std", 10740 + "sp-std 8.0.0", 10387 10741 ] 10388 10742 10389 10743 [[package]] ··· 10404 10758 "sp-io", 10405 10759 "sp-runtime", 10406 10760 "sp-staking", 10407 - "sp-std", 10761 + "sp-std 8.0.0", 10408 10762 ] 10409 10763 10410 10764 [[package]] ··· 10418 10772 "sp-core", 10419 10773 "sp-io", 10420 10774 "sp-runtime", 10421 - "sp-std", 10775 + "sp-std 8.0.0", 10422 10776 ] 10423 10777 10424 10778 [[package]] ··· 10437 10791 "sp-core", 10438 10792 "sp-io", 10439 10793 "sp-runtime", 10440 - "sp-std", 10794 + "sp-std 8.0.0", 10441 10795 ] 10442 10796 10443 10797 [[package]] ··· 10454 10808 "sp-core", 10455 10809 "sp-io", 10456 10810 "sp-runtime", 10457 - "sp-std", 10811 + "sp-std 8.0.0", 10458 10812 ] 10459 10813 10460 10814 [[package]] ··· 10472 10826 "sp-core", 10473 10827 "sp-io", 10474 10828 "sp-runtime", 10475 - "sp-std", 10829 + "sp-std 8.0.0", 10476 10830 "sp-weights", 10477 10831 "substrate-test-utils", 10478 10832 ] ··· 10489 10843 "sp-core", 10490 10844 "sp-io", 10491 10845 "sp-runtime", 10492 - "sp-std", 10846 + "sp-std 8.0.0", 10493 10847 ] 10494 10848 10495 10849 [[package]] ··· 10509 10863 "sp-session", 10510 10864 "sp-staking", 10511 10865 "sp-state-machine", 10512 - "sp-std", 10866 + "sp-std 8.0.0", 10513 10867 "sp-trie", 10514 10868 ] 10515 10869 ··· 10533 10887 "sp-io", 10534 10888 "sp-runtime", 10535 10889 "sp-session", 10536 - "sp-std", 10890 + "sp-std 8.0.0", 10891 + ] 10892 + 10893 + [[package]] 10894 + name = "pallet-skip-feeless-payment" 10895 + version = "1.0.0-dev" 10896 + dependencies = [ 10897 + "frame-support", 10898 + "frame-system", 10899 + "parity-scale-codec", 10900 + "scale-info", 10901 + "sp-runtime", 10902 + "sp-std 8.0.0", 10537 10903 ] 10538 10904 10539 10905 [[package]] ··· 10553 10919 "sp-core", 10554 10920 "sp-io", 10555 10921 "sp-runtime", 10556 - "sp-std", 10922 + "sp-std 8.0.0", 10557 10923 ] 10558 10924 10559 10925 [[package]] ··· 10581 10947 "sp-npos-elections", 10582 10948 "sp-runtime", 10583 10949 "sp-staking", 10584 - "sp-std", 10585 - "sp-tracing", 10950 + "sp-std 8.0.0", 10951 + "sp-tracing 10.0.0", 10586 10952 "substrate-test-utils", 10587 10953 ] 10588 10954 ··· 10611 10977 dependencies = [ 10612 10978 "parity-scale-codec", 10613 10979 "sp-api", 10980 + "sp-staking", 10614 10981 ] 10615 10982 10616 10983 [[package]] ··· 10630 10997 "sp-core", 10631 10998 "sp-io", 10632 10999 "sp-runtime", 10633 - "sp-std", 10634 - "sp-tracing", 11000 + "sp-std 8.0.0", 11001 + "sp-tracing 10.0.0", 10635 11002 "substrate-state-trie-migration-rpc", 10636 11003 "thousands", 10637 11004 "tokio", ··· 10653 11020 "sp-io", 10654 11021 "sp-runtime", 10655 11022 "sp-statement-store", 10656 - "sp-std", 11023 + "sp-std 8.0.0", 10657 11024 ] 10658 11025 10659 11026 [[package]] ··· 10669 11036 "sp-core", 10670 11037 "sp-io", 10671 11038 "sp-runtime", 10672 - "sp-std", 11039 + "sp-std 8.0.0", 10673 11040 ] 10674 11041 10675 11042 [[package]] ··· 10684 11051 "sp-core", 10685 11052 "sp-io", 10686 11053 "sp-runtime", 10687 - "sp-std", 11054 + "sp-std 8.0.0", 10688 11055 ] 10689 11056 10690 11057 [[package]] ··· 10702 11069 "sp-inherents", 10703 11070 "sp-io", 10704 11071 "sp-runtime", 10705 - "sp-std", 10706 - "sp-storage", 11072 + "sp-std 8.0.0", 11073 + "sp-storage 13.0.0", 10707 11074 "sp-timestamp", 10708 11075 ] 10709 11076 ··· 10723 11090 "sp-core", 10724 11091 "sp-io", 10725 11092 "sp-runtime", 10726 - "sp-std", 10727 - "sp-storage", 11093 + "sp-std 8.0.0", 11094 + "sp-storage 13.0.0", 10728 11095 ] 10729 11096 10730 11097 [[package]] ··· 10741 11108 "sp-core", 10742 11109 "sp-io", 10743 11110 "sp-runtime", 10744 - "sp-std", 11111 + "sp-std 8.0.0", 10745 11112 ] 10746 11113 10747 11114 [[package]] ··· 10787 11154 "sp-inherents", 10788 11155 "sp-io", 10789 11156 "sp-runtime", 10790 - "sp-std", 11157 + "sp-std 8.0.0", 10791 11158 "sp-transaction-storage-proof", 10792 11159 ] 10793 11160 ··· 10808 11175 "sp-core", 10809 11176 "sp-io", 10810 11177 "sp-runtime", 10811 - "sp-std", 11178 + "sp-std 8.0.0", 10812 11179 ] 10813 11180 10814 11181 [[package]] ··· 10826 11193 "sp-core", 10827 11194 "sp-io", 10828 11195 "sp-runtime", 10829 - "sp-std", 11196 + "sp-std 8.0.0", 10830 11197 ] 10831 11198 10832 11199 [[package]] ··· 10843 11210 "sp-core", 10844 11211 "sp-io", 10845 11212 "sp-runtime", 10846 - "sp-std", 11213 + "sp-std 8.0.0", 10847 11214 ] 10848 11215 10849 11216 [[package]] ··· 10862 11229 "sp-core", 10863 11230 "sp-io", 10864 11231 "sp-runtime", 10865 - "sp-std", 11232 + "sp-std 8.0.0", 10866 11233 ] 10867 11234 10868 11235 [[package]] ··· 10879 11246 "sp-core", 10880 11247 "sp-io", 10881 11248 "sp-runtime", 10882 - "sp-std", 11249 + "sp-std 8.0.0", 10883 11250 ] 10884 11251 10885 11252 [[package]] ··· 10897 11264 "sp-core", 10898 11265 "sp-io", 10899 11266 "sp-runtime", 10900 - "sp-std", 11267 + "sp-std 8.0.0", 10901 11268 ] 10902 11269 10903 11270 [[package]] ··· 10909 11276 "frame-support", 10910 11277 "frame-system", 10911 11278 "log", 11279 + "pallet-assets", 10912 11280 "pallet-balances", 10913 11281 "parity-scale-codec", 10914 11282 "polkadot-parachain-primitives", ··· 10918 11286 "sp-core", 10919 11287 "sp-io", 10920 11288 "sp-runtime", 10921 - "sp-std", 11289 + "sp-std 8.0.0", 10922 11290 "staging-xcm", 10923 11291 "staging-xcm-builder", 10924 11292 "staging-xcm-executor", ··· 10942 11310 "sp-core", 10943 11311 "sp-io", 10944 11312 "sp-runtime", 10945 - "sp-std", 10946 - "sp-tracing", 11313 + "sp-std 8.0.0", 11314 + "sp-tracing 10.0.0", 10947 11315 "staging-xcm", 10948 11316 "staging-xcm-builder", 10949 11317 "staging-xcm-executor", ··· 10963 11331 "sp-core", 10964 11332 "sp-io", 10965 11333 "sp-runtime", 10966 - "sp-std", 11334 + "sp-std 8.0.0", 10967 11335 "staging-xcm", 10968 11336 "staging-xcm-builder", 10969 11337 ] 10970 11338 10971 11339 [[package]] 10972 - name = "parachain-info" 10973 - version = "0.1.0" 10974 - dependencies = [ 10975 - "cumulus-primitives-core", 10976 - "frame-support", 10977 - "frame-system", 10978 - "parity-scale-codec", 10979 - "scale-info", 10980 - "sp-runtime", 10981 - "sp-std", 10982 - ] 10983 - 10984 - [[package]] 10985 11340 name = "parachain-template-node" 10986 11341 version = "0.1.0" 10987 11342 dependencies = [ ··· 11023 11378 "sc-transaction-pool", 11024 11379 "sc-transaction-pool-api", 11025 11380 "serde", 11381 + "serde_json", 11026 11382 "sp-api", 11027 11383 "sp-block-builder", 11028 11384 "sp-blockchain", ··· 11063 11419 "pallet-authorship", 11064 11420 "pallet-balances", 11065 11421 "pallet-collator-selection", 11422 + "pallet-message-queue", 11066 11423 "pallet-parachain-template", 11067 11424 "pallet-session", 11068 11425 "pallet-sudo", ··· 11070 11427 "pallet-transaction-payment", 11071 11428 "pallet-transaction-payment-rpc-runtime-api", 11072 11429 "pallet-xcm", 11073 - "parachain-info", 11430 + "parachains-common", 11074 11431 "parity-scale-codec", 11075 11432 "polkadot-parachain-primitives", 11076 11433 "polkadot-runtime-common", ··· 11085 11442 "sp-offchain", 11086 11443 "sp-runtime", 11087 11444 "sp-session", 11088 - "sp-std", 11445 + "sp-std 8.0.0", 11089 11446 "sp-transaction-pool", 11090 11447 "sp-version", 11448 + "staging-parachain-info", 11091 11449 "staging-xcm", 11092 11450 "staging-xcm-builder", 11093 11451 "staging-xcm-executor", ··· 11109 11467 "pallet-authorship", 11110 11468 "pallet-balances", 11111 11469 "pallet-collator-selection", 11112 - "parachain-info", 11470 + "pallet-message-queue", 11113 11471 "parity-scale-codec", 11114 11472 "polkadot-core-primitives", 11115 11473 "polkadot-primitives", ··· 11120 11478 "sp-core", 11121 11479 "sp-io", 11122 11480 "sp-runtime", 11123 - "sp-std", 11481 + "sp-std 8.0.0", 11482 + "staging-parachain-info", 11124 11483 "staging-xcm", 11125 11484 "staging-xcm-builder", 11126 11485 "substrate-wasm-builder", ··· 11132 11491 version = "1.0.0" 11133 11492 dependencies = [ 11134 11493 "assets-common", 11135 - "cumulus-pallet-dmp-queue", 11136 11494 "cumulus-pallet-parachain-system", 11137 11495 "cumulus-pallet-xcmp-queue", 11138 11496 "cumulus-primitives-core", ··· 11146 11504 "pallet-collator-selection", 11147 11505 "pallet-session", 11148 11506 "pallet-xcm", 11149 - "parachain-info", 11150 11507 "parachains-common", 11151 11508 "parity-scale-codec", 11152 11509 "polkadot-parachain-primitives", ··· 11154 11511 "sp-core", 11155 11512 "sp-io", 11156 11513 "sp-runtime", 11157 - "sp-std", 11158 - "sp-tracing", 11514 + "sp-std 8.0.0", 11515 + "sp-tracing 10.0.0", 11516 + "staging-parachain-info", 11159 11517 "staging-xcm", 11160 11518 "staging-xcm-executor", 11161 11519 "substrate-wasm-builder", ··· 11326 11684 11327 11685 [[package]] 11328 11686 name = "pbkdf2" 11329 - version = "0.11.0" 11330 - source = "registry+https://github.com/rust-lang/crates.io-index" 11331 - checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917" 11332 - dependencies = [ 11333 - "digest 0.10.7", 11334 - ] 11335 - 11336 - [[package]] 11337 - name = "pbkdf2" 11338 11687 version = "0.12.2" 11339 11688 source = "registry+https://github.com/rust-lang/crates.io-index" 11340 11689 checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2" ··· 11367 11716 ] 11368 11717 11369 11718 [[package]] 11719 + name = "penpal-emulated-chain" 11720 + version = "0.0.0" 11721 + dependencies = [ 11722 + "cumulus-primitives-core", 11723 + "emulated-integration-tests-common", 11724 + "frame-support", 11725 + "parachains-common", 11726 + "penpal-runtime", 11727 + "rococo-emulated-chain", 11728 + "serde_json", 11729 + "sp-core", 11730 + "sp-runtime", 11731 + ] 11732 + 11733 + [[package]] 11370 11734 name = "penpal-runtime" 11371 11735 version = "0.9.27" 11372 11736 dependencies = [ ··· 11393 11757 "pallet-authorship", 11394 11758 "pallet-balances", 11395 11759 "pallet-collator-selection", 11760 + "pallet-message-queue", 11396 11761 "pallet-session", 11397 11762 "pallet-sudo", 11398 11763 "pallet-timestamp", 11399 11764 "pallet-transaction-payment", 11400 11765 "pallet-transaction-payment-rpc-runtime-api", 11401 11766 "pallet-xcm", 11402 - "parachain-info", 11403 11767 "parachains-common", 11404 11768 "parity-scale-codec", 11405 11769 "polkadot-parachain-primitives", ··· 11416 11780 "sp-offchain", 11417 11781 "sp-runtime", 11418 11782 "sp-session", 11419 - "sp-std", 11420 - "sp-storage", 11783 + "sp-std 8.0.0", 11784 + "sp-storage 13.0.0", 11421 11785 "sp-transaction-pool", 11422 11786 "sp-version", 11787 + "staging-parachain-info", 11423 11788 "staging-xcm", 11424 11789 "staging-xcm-builder", 11425 11790 "staging-xcm-executor", ··· 11586 11951 11587 11952 [[package]] 11588 11953 name = "polkadot" 11589 - version = "1.3.0" 11954 + version = "1.4.0" 11590 11955 dependencies = [ 11591 11956 "assert_cmd", 11592 11957 "color-eyre", ··· 11610 11975 version = "1.0.0" 11611 11976 dependencies = [ 11612 11977 "assert_matches", 11978 + "bitvec", 11613 11979 "env_logger 0.9.3", 11614 11980 "futures", 11615 11981 "futures-timer", 11982 + "itertools 0.10.5", 11616 11983 "log", 11617 11984 "polkadot-node-jaeger", 11618 11985 "polkadot-node-metrics", ··· 11683 12050 "sp-core", 11684 12051 "sp-keyring", 11685 12052 "sp-keystore", 11686 - "sp-tracing", 12053 + "sp-tracing 10.0.0", 11687 12054 "thiserror", 11688 12055 "tracing-gum", 11689 12056 ] ··· 11784 12151 "scale-info", 11785 12152 "sp-core", 11786 12153 "sp-runtime", 11787 - "sp-std", 12154 + "sp-std 8.0.0", 11788 12155 ] 11789 12156 11790 12157 [[package]] ··· 11815 12182 "sp-application-crypto", 11816 12183 "sp-keyring", 11817 12184 "sp-keystore", 11818 - "sp-tracing", 12185 + "sp-tracing 10.0.0", 11819 12186 "thiserror", 11820 12187 "tracing-gum", 11821 12188 ] ··· 11858 12225 "sp-core", 11859 12226 "sp-keyring", 11860 12227 "sp-keystore", 11861 - "sp-tracing", 12228 + "sp-tracing 10.0.0", 11862 12229 "tracing-gum", 11863 12230 ] 11864 12231 ··· 11920 12287 "async-trait", 11921 12288 "bitvec", 11922 12289 "derive_more", 12290 + "env_logger 0.9.3", 11923 12291 "futures", 11924 12292 "futures-timer", 12293 + "itertools 0.10.5", 11925 12294 "kvdb", 11926 12295 "kvdb-memorydb", 12296 + "log", 11927 12297 "merlin 2.0.1", 11928 12298 "parity-scale-codec", 11929 12299 "parking_lot 0.12.1", ··· 11935 12305 "polkadot-overseer", 11936 12306 "polkadot-primitives", 11937 12307 "polkadot-primitives-test-helpers", 12308 + "rand 0.8.5", 12309 + "rand_chacha 0.3.1", 11938 12310 "rand_core 0.5.1", 11939 12311 "sc-keystore", 11940 12312 "schnellru", ··· 12002 12374 "sp-core", 12003 12375 "sp-keyring", 12004 12376 "sp-keystore", 12005 - "sp-tracing", 12377 + "sp-tracing 10.0.0", 12006 12378 "thiserror", 12007 12379 "tracing-gum", 12008 12380 ] ··· 12111 12483 "sp-core", 12112 12484 "sp-keyring", 12113 12485 "sp-keystore", 12114 - "sp-tracing", 12486 + "sp-tracing 10.0.0", 12115 12487 "thiserror", 12116 12488 "tracing-gum", 12117 12489 ] ··· 12199 12571 "polkadot-node-core-pvf-prepare-worker", 12200 12572 "polkadot-node-metrics", 12201 12573 "polkadot-node-primitives", 12574 + "polkadot-node-subsystem", 12202 12575 "polkadot-parachain-primitives", 12203 12576 "polkadot-primitives", 12577 + "procfs", 12204 12578 "rand 0.8.5", 12205 12579 "rococo-runtime", 12580 + "rusty-fork", 12206 12581 "slotmap", 12207 12582 "sp-core", 12208 12583 "sp-maybe-compressed-blob", 12209 - "sp-wasm-interface", 12584 + "sp-wasm-interface 14.0.0", 12210 12585 "tempfile", 12211 12586 "test-parachain-adder", 12212 12587 "test-parachain-halt", ··· 12253 12628 "sc-executor", 12254 12629 "sc-executor-common", 12255 12630 "sc-executor-wasmtime", 12631 + "seccompiler", 12256 12632 "sp-core", 12257 - "sp-externalities", 12633 + "sp-externalities 0.19.0", 12258 12634 "sp-io", 12259 - "sp-tracing", 12635 + "sp-tracing 10.0.0", 12260 12636 "tempfile", 12261 - "tokio", 12637 + "thiserror", 12262 12638 "tracing-gum", 12263 12639 ] 12264 12640 ··· 12267 12643 version = "1.0.0" 12268 12644 dependencies = [ 12269 12645 "cpu-time", 12270 - "futures", 12646 + "libc", 12647 + "nix 0.27.1", 12648 + "os_pipe", 12271 12649 "parity-scale-codec", 12272 12650 "polkadot-node-core-pvf-common", 12273 12651 "polkadot-parachain-primitives", 12274 12652 "polkadot-primitives", 12275 - "rayon", 12276 - "sp-core", 12277 - "sp-maybe-compressed-blob", 12278 - "sp-tracing", 12279 - "tokio", 12280 12653 "tracing-gum", 12281 12654 ] 12282 12655 ··· 12285 12658 version = "1.0.0" 12286 12659 dependencies = [ 12287 12660 "cfg-if", 12288 - "futures", 12661 + "criterion 0.4.0", 12289 12662 "libc", 12663 + "nix 0.27.1", 12664 + "os_pipe", 12290 12665 "parity-scale-codec", 12291 12666 "polkadot-node-core-pvf-common", 12292 - "polkadot-parachain-primitives", 12293 12667 "polkadot-primitives", 12294 12668 "rayon", 12295 - "sc-executor", 12669 + "rococo-runtime", 12296 12670 "sc-executor-common", 12297 12671 "sc-executor-wasmtime", 12298 - "sp-io", 12299 12672 "sp-maybe-compressed-blob", 12300 - "sp-tracing", 12673 + "staging-tracking-allocator", 12301 12674 "tikv-jemalloc-ctl", 12302 - "tokio", 12675 + "tikv-jemallocator", 12303 12676 "tracing-gum", 12304 12677 ] 12305 12678 ··· 12395 12768 name = "polkadot-node-primitives" 12396 12769 version = "1.0.0" 12397 12770 dependencies = [ 12771 + "bitvec", 12398 12772 "bounded-vec", 12399 12773 "futures", 12400 12774 "parity-scale-codec", ··· 12446 12820 version = "1.0.0" 12447 12821 dependencies = [ 12448 12822 "async-trait", 12823 + "bitvec", 12449 12824 "derive_more", 12450 12825 "futures", 12451 12826 "orchestra", ··· 12536 12911 12537 12912 [[package]] 12538 12913 name = "polkadot-parachain-bin" 12539 - version = "1.1.0" 12914 + version = "1.4.0" 12540 12915 dependencies = [ 12541 12916 "assert_cmd", 12542 12917 "asset-hub-kusama-runtime", ··· 12547 12922 "bridge-hub-kusama-runtime", 12548 12923 "bridge-hub-polkadot-runtime", 12549 12924 "bridge-hub-rococo-runtime", 12925 + "bridge-hub-westend-runtime", 12550 12926 "clap 4.4.6", 12551 12927 "collectives-polkadot-runtime", 12928 + "collectives-westend-runtime", 12552 12929 "color-print", 12553 12930 "contracts-rococo-runtime", 12554 12931 "cumulus-client-cli", ··· 12566 12943 "frame-benchmarking-cli", 12567 12944 "futures", 12568 12945 "glutton-runtime", 12946 + "glutton-westend-runtime", 12569 12947 "hex-literal", 12570 12948 "jsonrpsee", 12571 12949 "log", ··· 12608 12986 "sp-runtime", 12609 12987 "sp-session", 12610 12988 "sp-timestamp", 12989 + "sp-tracing 10.0.0", 12611 12990 "sp-transaction-pool", 12612 12991 "staging-xcm", 12613 12992 "substrate-build-script-utils", ··· 12625 13004 dependencies = [ 12626 13005 "bounded-collections", 12627 13006 "derive_more", 12628 - "frame-support", 12629 13007 "parity-scale-codec", 12630 13008 "polkadot-core-primitives", 12631 13009 "scale-info", 12632 13010 "serde", 12633 13011 "sp-core", 12634 13012 "sp-runtime", 12635 - "sp-std", 13013 + "sp-std 8.0.0", 13014 + "sp-weights", 12636 13015 ] 12637 13016 12638 13017 [[package]] ··· 12657 13036 "sp-keystore", 12658 13037 "sp-runtime", 12659 13038 "sp-staking", 12660 - "sp-std", 13039 + "sp-std 8.0.0", 12661 13040 ] 12662 13041 12663 13042 [[package]] ··· 12723 13102 "pallet-balances", 12724 13103 "pallet-election-provider-multi-phase", 12725 13104 "pallet-fast-unstake", 13105 + "pallet-identity", 12726 13106 "pallet-session", 12727 13107 "pallet-staking", 12728 13108 "pallet-staking-reward-fn", ··· 12751 13131 "sp-runtime", 12752 13132 "sp-session", 12753 13133 "sp-staking", 12754 - "sp-std", 13134 + "sp-std 8.0.0", 12755 13135 "staging-xcm", 12756 13136 "staging-xcm-builder", 12757 13137 "staging-xcm-executor", ··· 12766 13146 "frame-benchmarking", 12767 13147 "parity-scale-codec", 12768 13148 "polkadot-primitives", 12769 - "sp-std", 12770 - "sp-tracing", 13149 + "sp-std 8.0.0", 13150 + "sp-tracing 10.0.0", 12771 13151 ] 12772 13152 12773 13153 [[package]] ··· 12818 13198 "sp-runtime", 12819 13199 "sp-session", 12820 13200 "sp-staking", 12821 - "sp-std", 12822 - "sp-tracing", 13201 + "sp-std 8.0.0", 13202 + "sp-tracing 10.0.0", 12823 13203 "staging-xcm", 12824 13204 "staging-xcm-executor", 12825 13205 "static_assertions", ··· 12885 13265 "polkadot-overseer", 12886 13266 "polkadot-parachain-primitives", 12887 13267 "polkadot-primitives", 13268 + "polkadot-primitives-test-helpers", 12888 13269 "polkadot-rpc", 12889 13270 "polkadot-runtime-parachains", 12890 13271 "polkadot-statement-distribution", ··· 12936 13317 "sp-runtime", 12937 13318 "sp-session", 12938 13319 "sp-state-machine", 12939 - "sp-storage", 13320 + "sp-storage 13.0.0", 12940 13321 "sp-timestamp", 12941 13322 "sp-transaction-pool", 12942 13323 "sp-version", ··· 12979 13360 "sp-keyring", 12980 13361 "sp-keystore", 12981 13362 "sp-staking", 12982 - "sp-tracing", 13363 + "sp-tracing 10.0.0", 12983 13364 "thiserror", 12984 13365 "tracing-gum", 12985 13366 ] ··· 13107 13488 "sp-runtime", 13108 13489 "sp-session", 13109 13490 "sp-staking", 13110 - "sp-std", 13491 + "sp-std 8.0.0", 13111 13492 "sp-transaction-pool", 13112 13493 "sp-trie", 13113 13494 "sp-version", ··· 13440 13821 13441 13822 [[package]] 13442 13823 name = "proc-macro2" 13443 - version = "1.0.68" 13824 + version = "1.0.69" 13444 13825 source = "registry+https://github.com/rust-lang/crates.io-index" 13445 - checksum = "5b1106fec09662ec6dd98ccac0f81cef56984d0b49f75c92d8cbad76e20c005c" 13826 + checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da" 13446 13827 dependencies = [ 13447 13828 "unicode-ident", 13448 13829 ] 13449 13830 13450 13831 [[package]] 13832 + name = "procfs" 13833 + version = "0.16.0" 13834 + source = "registry+https://github.com/rust-lang/crates.io-index" 13835 + checksum = "731e0d9356b0c25f16f33b5be79b1c57b562f141ebfcdb0ad8ac2c13a24293b4" 13836 + dependencies = [ 13837 + "bitflags 2.4.0", 13838 + "chrono", 13839 + "flate2", 13840 + "hex", 13841 + "lazy_static", 13842 + "procfs-core", 13843 + "rustix 0.38.21", 13844 + ] 13845 + 13846 + [[package]] 13847 + name = "procfs-core" 13848 + version = "0.16.0" 13849 + source = "registry+https://github.com/rust-lang/crates.io-index" 13850 + checksum = "2d3554923a69f4ce04c4a754260c338f505ce22642d3830e049a399fc2059a29" 13851 + dependencies = [ 13852 + "bitflags 2.4.0", 13853 + "chrono", 13854 + "hex", 13855 + ] 13856 + 13857 + [[package]] 13451 13858 name = "prometheus" 13452 13859 version = "0.13.3" 13453 13860 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 13639 14046 13640 14047 [[package]] 13641 14048 name = "quinn-proto" 13642 - version = "0.9.4" 14049 + version = "0.9.5" 13643 14050 source = "registry+https://github.com/rust-lang/crates.io-index" 13644 - checksum = "f31999cfc7927c4e212e60fd50934ab40e8e8bfd2d493d6095d2d306bc0764d9" 14051 + checksum = "c956be1b23f4261676aed05a0046e204e8a6836e50203902683a718af0797989" 13645 14052 dependencies = [ 13646 14053 "bytes", 13647 14054 "rand 0.8.5", ··· 13796 14203 dependencies = [ 13797 14204 "pem", 13798 14205 "ring 0.16.20", 13799 - "time", 14206 + "time 0.3.27", 13800 14207 "x509-parser 0.13.2", 13801 14208 "yasna", 13802 14209 ] ··· 13809 14216 dependencies = [ 13810 14217 "pem", 13811 14218 "ring 0.16.20", 13812 - "time", 14219 + "time 0.3.27", 13813 14220 "yasna", 13814 14221 ] 13815 14222 ··· 13940 14347 "log", 13941 14348 "pallet-bags-list-remote-tests", 13942 14349 "sp-core", 13943 - "sp-tracing", 14350 + "sp-tracing 10.0.0", 13944 14351 "tokio", 13945 14352 "westend-runtime", 13946 14353 "westend-runtime-constants", ··· 14074 14481 ] 14075 14482 14076 14483 [[package]] 14484 + name = "rococo-emulated-chain" 14485 + version = "0.0.0" 14486 + dependencies = [ 14487 + "emulated-integration-tests-common", 14488 + "pallet-im-online", 14489 + "parachains-common", 14490 + "polkadot-primitives", 14491 + "rococo-runtime", 14492 + "rococo-runtime-constants", 14493 + "sc-consensus-grandpa", 14494 + "serde_json", 14495 + "sp-authority-discovery", 14496 + "sp-consensus-babe", 14497 + "sp-consensus-beefy", 14498 + "sp-core", 14499 + "sp-runtime", 14500 + ] 14501 + 14502 + [[package]] 14077 14503 name = "rococo-parachain-runtime" 14078 14504 version = "0.1.0" 14079 14505 dependencies = [ ··· 14093 14519 "pallet-assets", 14094 14520 "pallet-aura", 14095 14521 "pallet-balances", 14522 + "pallet-message-queue", 14096 14523 "pallet-sudo", 14097 14524 "pallet-timestamp", 14098 14525 "pallet-transaction-payment", 14099 14526 "pallet-transaction-payment-rpc-runtime-api", 14100 14527 "pallet-xcm", 14101 - "parachain-info", 14102 14528 "parachains-common", 14103 14529 "parity-scale-codec", 14104 14530 "polkadot-parachain-primitives", ··· 14113 14539 "sp-offchain", 14114 14540 "sp-runtime", 14115 14541 "sp-session", 14116 - "sp-std", 14542 + "sp-std 8.0.0", 14117 14543 "sp-transaction-pool", 14118 14544 "sp-version", 14545 + "staging-parachain-info", 14119 14546 "staging-xcm", 14120 14547 "staging-xcm-builder", 14121 14548 "staging-xcm-executor", ··· 14165 14592 "pallet-ranked-collective", 14166 14593 "pallet-recovery", 14167 14594 "pallet-referenda", 14595 + "pallet-root-testing", 14168 14596 "pallet-scheduler", 14169 14597 "pallet-session", 14170 14598 "pallet-society", ··· 14209 14637 "sp-runtime", 14210 14638 "sp-session", 14211 14639 "sp-staking", 14212 - "sp-std", 14213 - "sp-storage", 14214 - "sp-tracing", 14640 + "sp-std 8.0.0", 14641 + "sp-storage 13.0.0", 14642 + "sp-tracing 10.0.0", 14215 14643 "sp-transaction-pool", 14216 14644 "sp-trie", 14217 14645 "sp-version", ··· 14239 14667 ] 14240 14668 14241 14669 [[package]] 14670 + name = "rococo-system-emulated-network" 14671 + version = "0.0.0" 14672 + dependencies = [ 14673 + "asset-hub-rococo-emulated-chain", 14674 + "bridge-hub-rococo-emulated-chain", 14675 + "emulated-integration-tests-common", 14676 + "penpal-emulated-chain", 14677 + "rococo-emulated-chain", 14678 + ] 14679 + 14680 + [[package]] 14681 + name = "rococo-westend-system-emulated-network" 14682 + version = "0.0.0" 14683 + dependencies = [ 14684 + "asset-hub-rococo-emulated-chain", 14685 + "asset-hub-westend-emulated-chain", 14686 + "bridge-hub-rococo-emulated-chain", 14687 + "bridge-hub-westend-emulated-chain", 14688 + "emulated-integration-tests-common", 14689 + "rococo-emulated-chain", 14690 + "westend-emulated-chain", 14691 + ] 14692 + 14693 + [[package]] 14242 14694 name = "rpassword" 14243 14695 version = "7.2.0" 14244 14696 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 14374 14826 14375 14827 [[package]] 14376 14828 name = "rustix" 14377 - version = "0.38.8" 14829 + version = "0.38.21" 14378 14830 source = "registry+https://github.com/rust-lang/crates.io-index" 14379 - checksum = "19ed4fa021d81c8392ce04db050a3da9a60299050b7ae1cf482d862b54a7218f" 14831 + checksum = "2b426b0506e5d50a7d8dafcf2e81471400deb602392c7dd110815afb4eaf02a3" 14380 14832 dependencies = [ 14381 14833 "bitflags 2.4.0", 14382 14834 "errno", 14383 14835 "libc", 14384 - "linux-raw-sys 0.4.5", 14836 + "linux-raw-sys 0.4.10", 14385 14837 "windows-sys 0.48.0", 14386 14838 ] 14387 14839 ··· 14478 14930 "fnv", 14479 14931 "quick-error", 14480 14932 "tempfile", 14933 + "wait-timeout", 14481 14934 ] 14482 14935 14483 14936 [[package]] ··· 14541 14994 dependencies = [ 14542 14995 "log", 14543 14996 "sp-core", 14544 - "sp-wasm-interface", 14997 + "sp-wasm-interface 14.0.0", 14545 14998 "thiserror", 14546 14999 ] 14547 15000 ··· 14569 15022 "sp-core", 14570 15023 "sp-keystore", 14571 15024 "sp-runtime", 14572 - "sp-tracing", 15025 + "sp-tracing 10.0.0", 14573 15026 "substrate-prometheus-endpoint", 14574 15027 "substrate-test-runtime-client", 14575 15028 "thiserror", ··· 14605 15058 version = "0.10.0-dev" 14606 15059 dependencies = [ 14607 15060 "parity-scale-codec", 14608 - "sc-client-api", 14609 15061 "sp-api", 14610 15062 "sp-block-builder", 14611 15063 "sp-blockchain", ··· 14620 15072 name = "sc-chain-spec" 14621 15073 version = "4.0.0-dev" 14622 15074 dependencies = [ 15075 + "array-bytes 6.1.0", 15076 + "docify", 15077 + "log", 14623 15078 "memmap2", 15079 + "parity-scale-codec", 14624 15080 "sc-chain-spec-derive", 14625 15081 "sc-client-api", 14626 15082 "sc-executor", ··· 14628 15084 "sc-telemetry", 14629 15085 "serde", 14630 15086 "serde_json", 15087 + "sp-application-crypto", 14631 15088 "sp-blockchain", 15089 + "sp-consensus-babe", 14632 15090 "sp-core", 15091 + "sp-genesis-builder", 15092 + "sp-io", 15093 + "sp-keyring", 14633 15094 "sp-runtime", 14634 15095 "sp-state-machine", 15096 + "substrate-test-runtime", 14635 15097 ] 14636 15098 14637 15099 [[package]] ··· 14649 15111 version = "0.10.0-dev" 14650 15112 dependencies = [ 14651 15113 "array-bytes 6.1.0", 15114 + "bip39", 14652 15115 "chrono", 14653 15116 "clap 4.4.6", 14654 15117 "fdlimit", 14655 15118 "futures", 14656 15119 "futures-timer", 15120 + "itertools 0.10.5", 14657 15121 "libp2p-identity", 14658 15122 "log", 14659 15123 "names 0.13.0", ··· 14678 15142 "sp-keystore", 14679 15143 "sp-panic-handler", 14680 15144 "sp-runtime", 14681 - "sp-tracing", 15145 + "sp-tracing 10.0.0", 14682 15146 "sp-version", 14683 15147 "tempfile", 14684 15148 "thiserror", 14685 - "tiny-bip39", 14686 15149 "tokio", 14687 15150 ] 14688 15151 ··· 14703 15166 "sp-consensus", 14704 15167 "sp-core", 14705 15168 "sp-database", 14706 - "sp-externalities", 15169 + "sp-externalities 0.19.0", 14707 15170 "sp-runtime", 14708 15171 "sp-state-machine", 14709 15172 "sp-statement-store", 14710 - "sp-storage", 15173 + "sp-storage 13.0.0", 14711 15174 "sp-test-primitives", 14712 15175 "sp-trie", 14713 15176 "substrate-prometheus-endpoint", ··· 14742 15205 "sp-database", 14743 15206 "sp-runtime", 14744 15207 "sp-state-machine", 14745 - "sp-tracing", 15208 + "sp-tracing 10.0.0", 14746 15209 "sp-trie", 14747 15210 "substrate-test-runtime-client", 14748 15211 "tempfile", ··· 14803 15266 "sp-keystore", 14804 15267 "sp-runtime", 14805 15268 "sp-timestamp", 14806 - "sp-tracing", 15269 + "sp-tracing 10.0.0", 14807 15270 "substrate-prometheus-endpoint", 14808 15271 "substrate-test-runtime-client", 14809 15272 "tempfile", ··· 14845 15308 "sp-keystore", 14846 15309 "sp-runtime", 14847 15310 "sp-timestamp", 14848 - "sp-tracing", 15311 + "sp-tracing 10.0.0", 14849 15312 "substrate-prometheus-endpoint", 14850 15313 "substrate-test-runtime-client", 14851 15314 "thiserror", ··· 14913 15376 "sp-keystore", 14914 15377 "sp-mmr-primitives", 14915 15378 "sp-runtime", 14916 - "sp-tracing", 15379 + "sp-tracing 10.0.0", 14917 15380 "substrate-prometheus-endpoint", 14918 15381 "substrate-test-runtime-client", 14919 15382 "tempfile", ··· 14979 15442 "sc-network", 14980 15443 "sc-network-common", 14981 15444 "sc-network-gossip", 15445 + "sc-network-sync", 14982 15446 "sc-network-test", 14983 15447 "sc-telemetry", 14984 15448 "sc-transaction-pool-api", ··· 14995 15459 "sp-keyring", 14996 15460 "sp-keystore", 14997 15461 "sp-runtime", 14998 - "sp-tracing", 15462 + "sp-tracing 10.0.0", 14999 15463 "substrate-prometheus-endpoint", 15000 15464 "substrate-test-runtime-client", 15001 15465 "thiserror", ··· 15131 15595 "schnellru", 15132 15596 "sp-api", 15133 15597 "sp-core", 15134 - "sp-externalities", 15598 + "sp-externalities 0.19.0", 15135 15599 "sp-io", 15136 15600 "sp-maybe-compressed-blob", 15137 15601 "sp-panic-handler", 15138 15602 "sp-runtime", 15139 - "sp-runtime-interface", 15603 + "sp-runtime-interface 17.0.0", 15140 15604 "sp-state-machine", 15141 - "sp-tracing", 15605 + "sp-tracing 10.0.0", 15142 15606 "sp-trie", 15143 15607 "sp-version", 15144 - "sp-wasm-interface", 15608 + "sp-wasm-interface 14.0.0", 15145 15609 "substrate-test-runtime", 15146 15610 "tempfile", 15147 15611 "tracing", ··· 15155 15619 dependencies = [ 15156 15620 "sc-allocator", 15157 15621 "sp-maybe-compressed-blob", 15158 - "sp-wasm-interface", 15622 + "sp-wasm-interface 14.0.0", 15159 15623 "thiserror", 15160 15624 "wasm-instrument 0.3.0", 15161 15625 ] ··· 15177 15641 "sc-executor-common", 15178 15642 "sc-runtime-test", 15179 15643 "sp-io", 15180 - "sp-runtime-interface", 15181 - "sp-wasm-interface", 15644 + "sp-runtime-interface 17.0.0", 15645 + "sp-wasm-interface 14.0.0", 15182 15646 "tempfile", 15183 15647 "wasmtime", 15184 15648 "wat", ··· 15195 15659 "sc-client-api", 15196 15660 "sc-network", 15197 15661 "sc-network-common", 15662 + "sc-network-sync", 15198 15663 "sp-blockchain", 15199 15664 "sp-runtime", 15200 15665 ] ··· 15278 15743 "sp-core", 15279 15744 "sp-runtime", 15280 15745 "sp-test-primitives", 15281 - "sp-tracing", 15746 + "sp-tracing 10.0.0", 15282 15747 "substrate-prometheus-endpoint", 15283 15748 "substrate-test-runtime", 15284 15749 "substrate-test-runtime-client", ··· 15347 15812 "quickcheck", 15348 15813 "sc-network", 15349 15814 "sc-network-common", 15815 + "sc-network-sync", 15350 15816 "schnellru", 15351 15817 "sp-runtime", 15352 15818 "substrate-prometheus-endpoint", ··· 15387 15853 "parity-scale-codec", 15388 15854 "sc-network", 15389 15855 "sc-network-common", 15856 + "sc-network-sync", 15390 15857 "sp-consensus", 15391 15858 "sp-statement-store", 15392 15859 "substrate-prometheus-endpoint", ··· 15424 15891 "sp-core", 15425 15892 "sp-runtime", 15426 15893 "sp-test-primitives", 15427 - "sp-tracing", 15894 + "sp-tracing 10.0.0", 15428 15895 "substrate-prometheus-endpoint", 15429 15896 "substrate-test-runtime-client", 15430 15897 "thiserror", ··· 15456 15923 "sp-consensus", 15457 15924 "sp-core", 15458 15925 "sp-runtime", 15459 - "sp-tracing", 15926 + "sp-tracing 10.0.0", 15460 15927 "substrate-test-runtime", 15461 15928 "substrate-test-runtime-client", 15462 15929 "tokio", ··· 15473 15940 "parity-scale-codec", 15474 15941 "sc-network", 15475 15942 "sc-network-common", 15943 + "sc-network-sync", 15476 15944 "sc-utils", 15477 15945 "sp-consensus", 15478 15946 "sp-runtime", ··· 15509 15977 "sp-api", 15510 15978 "sp-consensus", 15511 15979 "sp-core", 15512 - "sp-externalities", 15980 + "sp-externalities 0.19.0", 15513 15981 "sp-keystore", 15514 15982 "sp-offchain", 15515 15983 "sp-runtime", 15516 - "sp-tracing", 15984 + "sp-tracing 10.0.0", 15517 15985 "substrate-test-runtime-client", 15518 15986 "threadpool", 15519 15987 "tokio", ··· 15628 16096 "sp-consensus", 15629 16097 "sp-core", 15630 16098 "sp-maybe-compressed-blob", 16099 + "sp-rpc", 15631 16100 "sp-runtime", 15632 16101 "sp-version", 15633 16102 "substrate-test-runtime", ··· 15644 16113 "sp-core", 15645 16114 "sp-io", 15646 16115 "sp-runtime", 15647 - "sp-runtime-interface", 15648 - "sp-std", 16116 + "sp-runtime-interface 17.0.0", 16117 + "sp-std 8.0.0", 15649 16118 "substrate-wasm-builder", 15650 16119 ] 15651 16120 ··· 15664 16133 "parking_lot 0.12.1", 15665 16134 "pin-project", 15666 16135 "rand 0.8.5", 15667 - "sc-block-builder", 15668 16136 "sc-chain-spec", 15669 16137 "sc-client-api", 15670 16138 "sc-client-db", ··· 15693 16161 "sp-blockchain", 15694 16162 "sp-consensus", 15695 16163 "sp-core", 15696 - "sp-externalities", 16164 + "sp-externalities 0.19.0", 15697 16165 "sp-keystore", 15698 16166 "sp-runtime", 15699 16167 "sp-session", 15700 16168 "sp-state-machine", 15701 - "sp-storage", 16169 + "sp-storage 13.0.0", 15702 16170 "sp-transaction-pool", 15703 16171 "sp-transaction-storage-proof", 15704 16172 "sp-trie", ··· 15741 16209 "sp-io", 15742 16210 "sp-runtime", 15743 16211 "sp-state-machine", 15744 - "sp-storage", 15745 - "sp-tracing", 16212 + "sp-storage 13.0.0", 16213 + "sp-tracing 10.0.0", 15746 16214 "sp-trie", 15747 16215 "substrate-test-runtime", 15748 16216 "substrate-test-runtime-client", ··· 15815 16283 name = "sc-sysinfo" 15816 16284 version = "6.0.0-dev" 15817 16285 dependencies = [ 16286 + "derive_more", 15818 16287 "futures", 15819 16288 "libc", 15820 16289 "log", ··· 15827 16296 "sp-core", 15828 16297 "sp-io", 15829 16298 "sp-runtime", 15830 - "sp-std", 16299 + "sp-std 8.0.0", 15831 16300 ] 15832 16301 15833 16302 [[package]] ··· 15870 16339 "sp-core", 15871 16340 "sp-rpc", 15872 16341 "sp-runtime", 15873 - "sp-tracing", 16342 + "sp-tracing 10.0.0", 15874 16343 "thiserror", 15875 16344 "tracing", 15876 16345 "tracing-log", ··· 15911 16380 "sp-consensus", 15912 16381 "sp-core", 15913 16382 "sp-runtime", 15914 - "sp-tracing", 16383 + "sp-tracing 10.0.0", 15915 16384 "sp-transaction-pool", 15916 16385 "substrate-prometheus-endpoint", 15917 16386 "substrate-test-runtime", ··· 16104 16573 ] 16105 16574 16106 16575 [[package]] 16576 + name = "seccompiler" 16577 + version = "0.4.0" 16578 + source = "registry+https://github.com/rust-lang/crates.io-index" 16579 + checksum = "345a3e4dddf721a478089d4697b83c6c0a8f5bf16086f6c13397e4534eb6e2e5" 16580 + dependencies = [ 16581 + "libc", 16582 + ] 16583 + 16584 + [[package]] 16107 16585 name = "secp256k1" 16108 16586 version = "0.24.3" 16109 16587 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 16169 16647 "pallet-balances", 16170 16648 "pallet-sudo", 16171 16649 "pallet-timestamp", 16172 - "parachain-info", 16173 16650 "parachains-common", 16174 16651 "parity-scale-codec", 16175 16652 "scale-info", ··· 16182 16659 "sp-offchain", 16183 16660 "sp-runtime", 16184 16661 "sp-session", 16185 - "sp-std", 16662 + "sp-std 8.0.0", 16186 16663 "sp-transaction-pool", 16187 16664 "sp-version", 16665 + "staging-parachain-info", 16188 16666 "substrate-wasm-builder", 16189 16667 ] 16190 16668 ··· 16258 16736 16259 16737 [[package]] 16260 16738 name = "serde_json" 16261 - version = "1.0.107" 16739 + version = "1.0.108" 16262 16740 source = "registry+https://github.com/rust-lang/crates.io-index" 16263 - checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65" 16741 + checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b" 16264 16742 dependencies = [ 16265 16743 "itoa", 16266 16744 "ryu", ··· 16416 16894 "frame-system", 16417 16895 "frame-try-runtime", 16418 16896 "pallet-aura", 16897 + "pallet-message-queue", 16419 16898 "pallet-timestamp", 16420 - "parachain-info", 16421 16899 "parachains-common", 16422 16900 "parity-scale-codec", 16423 16901 "scale-info", ··· 16430 16908 "sp-offchain", 16431 16909 "sp-runtime", 16432 16910 "sp-session", 16433 - "sp-std", 16911 + "sp-std 8.0.0", 16434 16912 "sp-transaction-pool", 16435 16913 "sp-version", 16914 + "staging-parachain-info", 16436 16915 "staging-xcm", 16437 16916 "staging-xcm-builder", 16438 16917 "staging-xcm-executor", ··· 16498 16977 ] 16499 16978 16500 16979 [[package]] 16980 + name = "simple-mermaid" 16981 + version = "0.1.0" 16982 + source = "git+https://github.com/kianenigma/simple-mermaid.git?rev=e48b187bcfd5cc75111acd9d241f1bd36604344b#e48b187bcfd5cc75111acd9d241f1bd36604344b" 16983 + 16984 + [[package]] 16501 16985 name = "siphasher" 16502 16986 version = "0.3.11" 16503 16987 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 16526 17010 "parity-scale-codec", 16527 17011 "paste", 16528 17012 "sp-runtime", 16529 - "sp-std", 17013 + "sp-std 8.0.0", 16530 17014 ] 16531 17015 16532 17016 [[package]] ··· 16721 17205 "scale-info", 16722 17206 "sp-api-proc-macro", 16723 17207 "sp-core", 16724 - "sp-externalities", 17208 + "sp-externalities 0.19.0", 16725 17209 "sp-metadata-ir", 16726 17210 "sp-runtime", 16727 17211 "sp-state-machine", 16728 - "sp-std", 17212 + "sp-std 8.0.0", 16729 17213 "sp-test-primitives", 16730 17214 "sp-trie", 16731 17215 "sp-version", ··· 16762 17246 "sp-core", 16763 17247 "sp-runtime", 16764 17248 "sp-state-machine", 16765 - "sp-tracing", 17249 + "sp-tracing 10.0.0", 16766 17250 "sp-version", 16767 17251 "static_assertions", 16768 17252 "substrate-test-runtime-client", ··· 16778 17262 "serde", 16779 17263 "sp-core", 16780 17264 "sp-io", 16781 - "sp-std", 17265 + "sp-std 8.0.0", 16782 17266 ] 16783 17267 16784 17268 [[package]] ··· 16805 17289 "scale-info", 16806 17290 "serde", 16807 17291 "sp-core", 16808 - "sp-std", 17292 + "sp-std 8.0.0", 16809 17293 "static_assertions", 16810 17294 ] 16811 17295 ··· 16821 17305 ] 16822 17306 16823 17307 [[package]] 17308 + name = "sp-ark-bls12-381" 17309 + version = "0.4.2" 17310 + source = "git+https://github.com/paritytech/arkworks-substrate#caa2eed74beb885dd07c7db5f916f2281dad818f" 17311 + dependencies = [ 17312 + "ark-bls12-381-ext", 17313 + "sp-crypto-ec-utils 0.4.1 (git+https://github.com/paritytech/polkadot-sdk)", 17314 + ] 17315 + 17316 + [[package]] 17317 + name = "sp-ark-ed-on-bls12-381-bandersnatch" 17318 + version = "0.4.2" 17319 + source = "git+https://github.com/paritytech/arkworks-substrate#caa2eed74beb885dd07c7db5f916f2281dad818f" 17320 + dependencies = [ 17321 + "ark-ed-on-bls12-381-bandersnatch-ext", 17322 + "sp-crypto-ec-utils 0.4.1 (git+https://github.com/paritytech/polkadot-sdk)", 17323 + ] 17324 + 17325 + [[package]] 16824 17326 name = "sp-authority-discovery" 16825 17327 version = "4.0.0-dev" 16826 17328 dependencies = [ ··· 16829 17331 "sp-api", 16830 17332 "sp-application-crypto", 16831 17333 "sp-runtime", 16832 - "sp-std", 17334 + "sp-std 8.0.0", 16833 17335 ] 16834 17336 16835 17337 [[package]] ··· 16839 17341 "sp-api", 16840 17342 "sp-inherents", 16841 17343 "sp-runtime", 16842 - "sp-std", 17344 + "sp-std 8.0.0", 16843 17345 ] 16844 17346 16845 17347 [[package]] ··· 16886 17388 "sp-consensus-slots", 16887 17389 "sp-inherents", 16888 17390 "sp-runtime", 16889 - "sp-std", 17391 + "sp-std 8.0.0", 16890 17392 "sp-timestamp", 16891 17393 ] 16892 17394 ··· 16904 17406 "sp-core", 16905 17407 "sp-inherents", 16906 17408 "sp-runtime", 16907 - "sp-std", 17409 + "sp-std 8.0.0", 16908 17410 "sp-timestamp", 16909 17411 ] 16910 17412 ··· 16923 17425 "sp-io", 16924 17426 "sp-mmr-primitives", 16925 17427 "sp-runtime", 16926 - "sp-std", 17428 + "sp-std 8.0.0", 16927 17429 "strum", 16928 17430 "w3f-bls", 16929 17431 ] ··· 16942 17444 "sp-core", 16943 17445 "sp-keystore", 16944 17446 "sp-runtime", 16945 - "sp-std", 17447 + "sp-std 8.0.0", 16946 17448 ] 16947 17449 16948 17450 [[package]] ··· 16953 17455 "sp-api", 16954 17456 "sp-core", 16955 17457 "sp-runtime", 16956 - "sp-std", 17458 + "sp-std 8.0.0", 16957 17459 ] 16958 17460 16959 17461 [[package]] ··· 16968 17470 "sp-consensus-slots", 16969 17471 "sp-core", 16970 17472 "sp-runtime", 16971 - "sp-std", 17473 + "sp-std 8.0.0", 16972 17474 ] 16973 17475 16974 17476 [[package]] ··· 16978 17480 "parity-scale-codec", 16979 17481 "scale-info", 16980 17482 "serde", 16981 - "sp-std", 17483 + "sp-std 8.0.0", 16982 17484 "sp-timestamp", 16983 17485 ] 16984 17486 ··· 16988 17490 dependencies = [ 16989 17491 "array-bytes 6.1.0", 16990 17492 "bandersnatch_vrfs", 17493 + "bip39", 16991 17494 "bitflags 1.3.2", 16992 17495 "blake2 0.10.6", 16993 17496 "bounded-collections", ··· 16999 17502 "hash-db", 17000 17503 "hash256-std-hasher", 17001 17504 "impl-serde", 17505 + "itertools 0.10.5", 17002 17506 "lazy_static", 17003 17507 "libsecp256k1", 17004 17508 "log", ··· 17017 17521 "serde_json", 17018 17522 "sp-core-hashing", 17019 17523 "sp-core-hashing-proc-macro", 17020 - "sp-debug-derive", 17021 - "sp-externalities", 17022 - "sp-runtime-interface", 17023 - "sp-std", 17024 - "sp-storage", 17524 + "sp-debug-derive 8.0.0", 17525 + "sp-externalities 0.19.0", 17526 + "sp-runtime-interface 17.0.0", 17527 + "sp-std 8.0.0", 17528 + "sp-storage 13.0.0", 17025 17529 "ss58-registry", 17026 17530 "substrate-bip39", 17027 17531 "thiserror", 17028 - "tiny-bip39", 17029 17532 "tracing", 17030 17533 "w3f-bls", 17031 17534 "zeroize", ··· 17054 17557 17055 17558 [[package]] 17056 17559 name = "sp-crypto-ec-utils" 17057 - version = "0.4.0" 17560 + version = "0.4.1" 17561 + dependencies = [ 17562 + "ark-bls12-377", 17563 + "ark-bls12-377-ext", 17564 + "ark-bls12-381", 17565 + "ark-bls12-381-ext", 17566 + "ark-bw6-761", 17567 + "ark-bw6-761-ext", 17568 + "ark-ec", 17569 + "ark-ed-on-bls12-377", 17570 + "ark-ed-on-bls12-377-ext", 17571 + "ark-ed-on-bls12-381-bandersnatch", 17572 + "ark-ed-on-bls12-381-bandersnatch-ext", 17573 + "ark-scale", 17574 + "sp-runtime-interface 17.0.0", 17575 + "sp-std 8.0.0", 17576 + ] 17577 + 17578 + [[package]] 17579 + name = "sp-crypto-ec-utils" 17580 + version = "0.4.1" 17581 + source = "git+https://github.com/paritytech/polkadot-sdk#fe9435db2fda7c9e2f4e29521564c72cac38f59b" 17058 17582 dependencies = [ 17059 17583 "ark-bls12-377", 17584 + "ark-bls12-377-ext", 17060 17585 "ark-bls12-381", 17586 + "ark-bls12-381-ext", 17061 17587 "ark-bw6-761", 17588 + "ark-bw6-761-ext", 17062 17589 "ark-ec", 17063 17590 "ark-ed-on-bls12-377", 17591 + "ark-ed-on-bls12-377-ext", 17064 17592 "ark-ed-on-bls12-381-bandersnatch", 17593 + "ark-ed-on-bls12-381-bandersnatch-ext", 17065 17594 "ark-scale", 17066 - "sp-runtime-interface", 17067 - "sp-std", 17595 + "sp-runtime-interface 17.0.0 (git+https://github.com/paritytech/polkadot-sdk)", 17596 + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk)", 17068 17597 ] 17069 17598 17070 17599 [[package]] ··· 17085 17614 ] 17086 17615 17087 17616 [[package]] 17617 + name = "sp-debug-derive" 17618 + version = "8.0.0" 17619 + source = "git+https://github.com/paritytech/polkadot-sdk#fe9435db2fda7c9e2f4e29521564c72cac38f59b" 17620 + dependencies = [ 17621 + "proc-macro2", 17622 + "quote", 17623 + "syn 2.0.38", 17624 + ] 17625 + 17626 + [[package]] 17088 17627 name = "sp-externalities" 17089 17628 version = "0.19.0" 17090 17629 dependencies = [ 17091 17630 "environmental", 17092 17631 "parity-scale-codec", 17093 - "sp-std", 17094 - "sp-storage", 17632 + "sp-std 8.0.0", 17633 + "sp-storage 13.0.0", 17634 + ] 17635 + 17636 + [[package]] 17637 + name = "sp-externalities" 17638 + version = "0.19.0" 17639 + source = "git+https://github.com/paritytech/polkadot-sdk#fe9435db2fda7c9e2f4e29521564c72cac38f59b" 17640 + dependencies = [ 17641 + "environmental", 17642 + "parity-scale-codec", 17643 + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk)", 17644 + "sp-storage 13.0.0 (git+https://github.com/paritytech/polkadot-sdk)", 17095 17645 ] 17096 17646 17097 17647 [[package]] ··· 17101 17651 "serde_json", 17102 17652 "sp-api", 17103 17653 "sp-runtime", 17104 - "sp-std", 17654 + "sp-std 8.0.0", 17105 17655 ] 17106 17656 17107 17657 [[package]] ··· 17114 17664 "parity-scale-codec", 17115 17665 "scale-info", 17116 17666 "sp-runtime", 17117 - "sp-std", 17667 + "sp-std 8.0.0", 17118 17668 "thiserror", 17119 17669 ] 17120 17670 ··· 17130 17680 "rustversion", 17131 17681 "secp256k1", 17132 17682 "sp-core", 17133 - "sp-externalities", 17683 + "sp-externalities 0.19.0", 17134 17684 "sp-keystore", 17135 - "sp-runtime-interface", 17685 + "sp-runtime-interface 17.0.0", 17136 17686 "sp-state-machine", 17137 - "sp-std", 17138 - "sp-tracing", 17687 + "sp-std 8.0.0", 17688 + "sp-tracing 10.0.0", 17139 17689 "sp-trie", 17140 17690 "tracing", 17141 17691 "tracing-core", ··· 17160 17710 "rand 0.7.3", 17161 17711 "rand_chacha 0.2.2", 17162 17712 "sp-core", 17163 - "sp-externalities", 17713 + "sp-externalities 0.19.0", 17164 17714 "thiserror", 17165 17715 ] 17166 17716 ··· 17179 17729 "frame-metadata", 17180 17730 "parity-scale-codec", 17181 17731 "scale-info", 17182 - "sp-std", 17732 + "sp-std 8.0.0", 17183 17733 ] 17184 17734 17185 17735 [[package]] ··· 17190 17740 "scale-info", 17191 17741 "sp-api", 17192 17742 "sp-application-crypto", 17193 - "sp-std", 17743 + "sp-std 8.0.0", 17194 17744 ] 17195 17745 17196 17746 [[package]] ··· 17205 17755 "serde", 17206 17756 "sp-api", 17207 17757 "sp-core", 17208 - "sp-debug-derive", 17758 + "sp-debug-derive 8.0.0", 17209 17759 "sp-runtime", 17210 - "sp-std", 17760 + "sp-std 8.0.0", 17211 17761 "thiserror", 17212 17762 ] 17213 17763 ··· 17222 17772 "sp-arithmetic", 17223 17773 "sp-core", 17224 17774 "sp-runtime", 17225 - "sp-std", 17775 + "sp-std 8.0.0", 17226 17776 "substrate-test-utils", 17227 17777 ] 17228 17778 ··· 17285 17835 "sp-core", 17286 17836 "sp-io", 17287 17837 "sp-state-machine", 17288 - "sp-std", 17289 - "sp-tracing", 17838 + "sp-std 8.0.0", 17839 + "sp-tracing 10.0.0", 17290 17840 "sp-weights", 17291 17841 "substrate-test-runtime-client", 17292 17842 "zstd 0.12.4", ··· 17302 17852 "primitive-types", 17303 17853 "rustversion", 17304 17854 "sp-core", 17305 - "sp-externalities", 17855 + "sp-externalities 0.19.0", 17306 17856 "sp-io", 17307 - "sp-runtime-interface-proc-macro", 17857 + "sp-runtime-interface-proc-macro 11.0.0", 17308 17858 "sp-runtime-interface-test-wasm", 17309 17859 "sp-state-machine", 17310 - "sp-std", 17311 - "sp-storage", 17312 - "sp-tracing", 17313 - "sp-wasm-interface", 17860 + "sp-std 8.0.0", 17861 + "sp-storage 13.0.0", 17862 + "sp-tracing 10.0.0", 17863 + "sp-wasm-interface 14.0.0", 17314 17864 "static_assertions", 17315 17865 "trybuild", 17316 17866 ] 17317 17867 17318 17868 [[package]] 17869 + name = "sp-runtime-interface" 17870 + version = "17.0.0" 17871 + source = "git+https://github.com/paritytech/polkadot-sdk#fe9435db2fda7c9e2f4e29521564c72cac38f59b" 17872 + dependencies = [ 17873 + "bytes", 17874 + "impl-trait-for-tuples", 17875 + "parity-scale-codec", 17876 + "primitive-types", 17877 + "sp-externalities 0.19.0 (git+https://github.com/paritytech/polkadot-sdk)", 17878 + "sp-runtime-interface-proc-macro 11.0.0 (git+https://github.com/paritytech/polkadot-sdk)", 17879 + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk)", 17880 + "sp-storage 13.0.0 (git+https://github.com/paritytech/polkadot-sdk)", 17881 + "sp-tracing 10.0.0 (git+https://github.com/paritytech/polkadot-sdk)", 17882 + "sp-wasm-interface 14.0.0 (git+https://github.com/paritytech/polkadot-sdk)", 17883 + "static_assertions", 17884 + ] 17885 + 17886 + [[package]] 17319 17887 name = "sp-runtime-interface-proc-macro" 17320 17888 version = "11.0.0" 17321 17889 dependencies = [ ··· 17327 17895 ] 17328 17896 17329 17897 [[package]] 17898 + name = "sp-runtime-interface-proc-macro" 17899 + version = "11.0.0" 17900 + source = "git+https://github.com/paritytech/polkadot-sdk#fe9435db2fda7c9e2f4e29521564c72cac38f59b" 17901 + dependencies = [ 17902 + "Inflector", 17903 + "proc-macro-crate", 17904 + "proc-macro2", 17905 + "quote", 17906 + "syn 2.0.38", 17907 + ] 17908 + 17909 + [[package]] 17330 17910 name = "sp-runtime-interface-test" 17331 17911 version = "2.0.0" 17332 17912 dependencies = [ ··· 17334 17914 "sc-executor-common", 17335 17915 "sp-io", 17336 17916 "sp-runtime", 17337 - "sp-runtime-interface", 17917 + "sp-runtime-interface 17.0.0", 17338 17918 "sp-runtime-interface-test-wasm", 17339 17919 "sp-runtime-interface-test-wasm-deprecated", 17340 17920 "sp-state-machine", ··· 17349 17929 "bytes", 17350 17930 "sp-core", 17351 17931 "sp-io", 17352 - "sp-runtime-interface", 17353 - "sp-std", 17932 + "sp-runtime-interface 17.0.0", 17933 + "sp-std 8.0.0", 17354 17934 "substrate-wasm-builder", 17355 17935 ] 17356 17936 ··· 17360 17940 dependencies = [ 17361 17941 "sp-core", 17362 17942 "sp-io", 17363 - "sp-runtime-interface", 17943 + "sp-runtime-interface 17.0.0", 17364 17944 "substrate-wasm-builder", 17365 17945 ] 17366 17946 ··· 17375 17955 "sp-keystore", 17376 17956 "sp-runtime", 17377 17957 "sp-staking", 17378 - "sp-std", 17958 + "sp-std 8.0.0", 17379 17959 ] 17380 17960 17381 17961 [[package]] ··· 17388 17968 "serde", 17389 17969 "sp-core", 17390 17970 "sp-runtime", 17391 - "sp-std", 17971 + "sp-std 8.0.0", 17392 17972 ] 17393 17973 17394 17974 [[package]] ··· 17405 17985 "rand 0.8.5", 17406 17986 "smallvec", 17407 17987 "sp-core", 17408 - "sp-externalities", 17988 + "sp-externalities 0.19.0", 17409 17989 "sp-panic-handler", 17410 17990 "sp-runtime", 17411 - "sp-std", 17991 + "sp-std 8.0.0", 17412 17992 "sp-trie", 17413 17993 "thiserror", 17414 17994 "tracing", ··· 17430 18010 "sp-api", 17431 18011 "sp-application-crypto", 17432 18012 "sp-core", 17433 - "sp-externalities", 18013 + "sp-externalities 0.19.0", 17434 18014 "sp-runtime", 17435 - "sp-runtime-interface", 17436 - "sp-std", 18015 + "sp-runtime-interface 17.0.0", 18016 + "sp-std 8.0.0", 17437 18017 "thiserror", 17438 18018 "x25519-dalek 2.0.0", 17439 18019 ] ··· 17443 18023 version = "8.0.0" 17444 18024 17445 18025 [[package]] 18026 + name = "sp-std" 18027 + version = "8.0.0" 18028 + source = "git+https://github.com/paritytech/polkadot-sdk#fe9435db2fda7c9e2f4e29521564c72cac38f59b" 18029 + 18030 + [[package]] 17446 18031 name = "sp-storage" 17447 18032 version = "13.0.0" 17448 18033 dependencies = [ ··· 17450 18035 "parity-scale-codec", 17451 18036 "ref-cast", 17452 18037 "serde", 17453 - "sp-debug-derive", 17454 - "sp-std", 18038 + "sp-debug-derive 8.0.0", 18039 + "sp-std 8.0.0", 18040 + ] 18041 + 18042 + [[package]] 18043 + name = "sp-storage" 18044 + version = "13.0.0" 18045 + source = "git+https://github.com/paritytech/polkadot-sdk#fe9435db2fda7c9e2f4e29521564c72cac38f59b" 18046 + dependencies = [ 18047 + "impl-serde", 18048 + "parity-scale-codec", 18049 + "ref-cast", 18050 + "serde", 18051 + "sp-debug-derive 8.0.0 (git+https://github.com/paritytech/polkadot-sdk)", 18052 + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk)", 17455 18053 ] 17456 18054 17457 18055 [[package]] ··· 17464 18062 "sp-application-crypto", 17465 18063 "sp-core", 17466 18064 "sp-runtime", 17467 - "sp-std", 18065 + "sp-std 8.0.0", 17468 18066 ] 17469 18067 17470 18068 [[package]] ··· 17475 18073 "parity-scale-codec", 17476 18074 "sp-inherents", 17477 18075 "sp-runtime", 17478 - "sp-std", 18076 + "sp-std 8.0.0", 17479 18077 "thiserror", 17480 18078 ] 17481 18079 ··· 17484 18082 version = "10.0.0" 17485 18083 dependencies = [ 17486 18084 "parity-scale-codec", 17487 - "sp-std", 18085 + "sp-std 8.0.0", 18086 + "tracing", 18087 + "tracing-core", 18088 + "tracing-subscriber", 18089 + ] 18090 + 18091 + [[package]] 18092 + name = "sp-tracing" 18093 + version = "10.0.0" 18094 + source = "git+https://github.com/paritytech/polkadot-sdk#fe9435db2fda7c9e2f4e29521564c72cac38f59b" 18095 + dependencies = [ 18096 + "parity-scale-codec", 18097 + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk)", 17488 18098 "tracing", 17489 18099 "tracing-core", 17490 18100 "tracing-subscriber", ··· 17508 18118 "sp-core", 17509 18119 "sp-inherents", 17510 18120 "sp-runtime", 17511 - "sp-std", 18121 + "sp-std 8.0.0", 17512 18122 "sp-trie", 17513 18123 ] 17514 18124 ··· 17531 18141 "schnellru", 17532 18142 "sp-core", 17533 18143 "sp-runtime", 17534 - "sp-std", 18144 + "sp-std 8.0.0", 17535 18145 "thiserror", 17536 18146 "tracing", 17537 18147 "trie-bench", ··· 17551 18161 "serde", 17552 18162 "sp-core-hashing-proc-macro", 17553 18163 "sp-runtime", 17554 - "sp-std", 18164 + "sp-std 8.0.0", 17555 18165 "sp-version-proc-macro", 17556 18166 "thiserror", 17557 18167 ] ··· 17575 18185 "impl-trait-for-tuples", 17576 18186 "log", 17577 18187 "parity-scale-codec", 17578 - "sp-std", 18188 + "sp-std 8.0.0", 18189 + "wasmtime", 18190 + ] 18191 + 18192 + [[package]] 18193 + name = "sp-wasm-interface" 18194 + version = "14.0.0" 18195 + source = "git+https://github.com/paritytech/polkadot-sdk#fe9435db2fda7c9e2f4e29521564c72cac38f59b" 18196 + dependencies = [ 18197 + "anyhow", 18198 + "impl-trait-for-tuples", 18199 + "log", 18200 + "parity-scale-codec", 18201 + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk)", 17579 18202 "wasmtime", 17580 18203 ] 17581 18204 ··· 17589 18212 "smallvec", 17590 18213 "sp-arithmetic", 17591 18214 "sp-core", 17592 - "sp-debug-derive", 17593 - "sp-std", 18215 + "sp-debug-derive 8.0.0", 18216 + "sp-std 8.0.0", 17594 18217 ] 17595 18218 17596 18219 [[package]] ··· 17658 18281 checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 17659 18282 17660 18283 [[package]] 18284 + name = "staging-chain-spec-builder" 18285 + version = "2.0.0" 18286 + dependencies = [ 18287 + "ansi_term", 18288 + "clap 4.4.6", 18289 + "kitchensink-runtime", 18290 + "log", 18291 + "rand 0.8.5", 18292 + "sc-chain-spec", 18293 + "sc-keystore", 18294 + "serde_json", 18295 + "sp-core", 18296 + "sp-keystore", 18297 + "sp-tracing 10.0.0", 18298 + "staging-node-cli", 18299 + ] 18300 + 18301 + [[package]] 18302 + name = "staging-node-cli" 18303 + version = "3.0.0-dev" 18304 + dependencies = [ 18305 + "array-bytes 6.1.0", 18306 + "assert_cmd", 18307 + "clap 4.4.6", 18308 + "clap_complete", 18309 + "criterion 0.4.0", 18310 + "frame-benchmarking-cli", 18311 + "frame-system", 18312 + "frame-system-rpc-runtime-api", 18313 + "futures", 18314 + "jsonrpsee", 18315 + "kitchensink-runtime", 18316 + "log", 18317 + "nix 0.26.2", 18318 + "node-primitives", 18319 + "node-rpc", 18320 + "pallet-asset-conversion-tx-payment", 18321 + "pallet-asset-tx-payment", 18322 + "pallet-assets", 18323 + "pallet-balances", 18324 + "pallet-im-online", 18325 + "pallet-skip-feeless-payment", 18326 + "pallet-timestamp", 18327 + "parity-scale-codec", 18328 + "platforms", 18329 + "rand 0.8.5", 18330 + "regex", 18331 + "sc-authority-discovery", 18332 + "sc-basic-authorship", 18333 + "sc-block-builder", 18334 + "sc-chain-spec", 18335 + "sc-cli", 18336 + "sc-client-api", 18337 + "sc-client-db", 18338 + "sc-consensus", 18339 + "sc-consensus-babe", 18340 + "sc-consensus-epochs", 18341 + "sc-consensus-grandpa", 18342 + "sc-consensus-slots", 18343 + "sc-executor", 18344 + "sc-keystore", 18345 + "sc-mixnet", 18346 + "sc-network", 18347 + "sc-network-common", 18348 + "sc-network-statement", 18349 + "sc-network-sync", 18350 + "sc-offchain", 18351 + "sc-rpc", 18352 + "sc-service", 18353 + "sc-service-test", 18354 + "sc-statement-store", 18355 + "sc-storage-monitor", 18356 + "sc-sync-state-rpc", 18357 + "sc-sysinfo", 18358 + "sc-telemetry", 18359 + "sc-transaction-pool", 18360 + "sc-transaction-pool-api", 18361 + "serde", 18362 + "serde_json", 18363 + "soketto", 18364 + "sp-api", 18365 + "sp-authority-discovery", 18366 + "sp-blockchain", 18367 + "sp-consensus", 18368 + "sp-consensus-babe", 18369 + "sp-consensus-grandpa", 18370 + "sp-core", 18371 + "sp-inherents", 18372 + "sp-io", 18373 + "sp-keyring", 18374 + "sp-keystore", 18375 + "sp-mixnet", 18376 + "sp-runtime", 18377 + "sp-statement-store", 18378 + "sp-timestamp", 18379 + "sp-tracing 10.0.0", 18380 + "sp-transaction-storage-proof", 18381 + "staging-node-executor", 18382 + "staging-node-inspect", 18383 + "substrate-build-script-utils", 18384 + "substrate-cli-test-utils", 18385 + "substrate-frame-cli", 18386 + "substrate-rpc-client", 18387 + "tempfile", 18388 + "tokio", 18389 + "tokio-util", 18390 + "try-runtime-cli", 18391 + "wait-timeout", 18392 + ] 18393 + 18394 + [[package]] 18395 + name = "staging-node-executor" 18396 + version = "3.0.0-dev" 18397 + dependencies = [ 18398 + "criterion 0.4.0", 18399 + "frame-benchmarking", 18400 + "frame-support", 18401 + "frame-system", 18402 + "futures", 18403 + "kitchensink-runtime", 18404 + "node-primitives", 18405 + "node-testing", 18406 + "pallet-balances", 18407 + "pallet-contracts", 18408 + "pallet-glutton", 18409 + "pallet-im-online", 18410 + "pallet-root-testing", 18411 + "pallet-sudo", 18412 + "pallet-timestamp", 18413 + "pallet-transaction-payment", 18414 + "pallet-treasury", 18415 + "parity-scale-codec", 18416 + "sc-executor", 18417 + "scale-info", 18418 + "serde_json", 18419 + "sp-application-crypto", 18420 + "sp-consensus-babe", 18421 + "sp-core", 18422 + "sp-externalities 0.19.0", 18423 + "sp-keyring", 18424 + "sp-keystore", 18425 + "sp-runtime", 18426 + "sp-state-machine", 18427 + "sp-statement-store", 18428 + "sp-tracing 10.0.0", 18429 + "sp-trie", 18430 + "wat", 18431 + ] 18432 + 18433 + [[package]] 18434 + name = "staging-node-inspect" 18435 + version = "0.9.0-dev" 18436 + dependencies = [ 18437 + "clap 4.4.6", 18438 + "parity-scale-codec", 18439 + "sc-cli", 18440 + "sc-client-api", 18441 + "sc-service", 18442 + "sp-blockchain", 18443 + "sp-core", 18444 + "sp-runtime", 18445 + "thiserror", 18446 + ] 18447 + 18448 + [[package]] 18449 + name = "staging-parachain-info" 18450 + version = "0.1.0" 18451 + dependencies = [ 18452 + "cumulus-primitives-core", 18453 + "frame-support", 18454 + "frame-system", 18455 + "parity-scale-codec", 18456 + "scale-info", 18457 + "sp-runtime", 18458 + "sp-std 8.0.0", 18459 + ] 18460 + 18461 + [[package]] 18462 + name = "staging-tracking-allocator" 18463 + version = "1.0.0" 18464 + 18465 + [[package]] 17661 18466 name = "staging-xcm" 17662 18467 version = "1.0.0" 17663 18468 dependencies = [ ··· 17700 18505 "sp-arithmetic", 17701 18506 "sp-io", 17702 18507 "sp-runtime", 17703 - "sp-std", 18508 + "sp-std 8.0.0", 17704 18509 "sp-weights", 17705 18510 "staging-xcm", 17706 18511 "staging-xcm-executor", ··· 17716 18521 "impl-trait-for-tuples", 17717 18522 "log", 17718 18523 "parity-scale-codec", 18524 + "scale-info", 17719 18525 "sp-arithmetic", 17720 18526 "sp-core", 17721 18527 "sp-io", 17722 18528 "sp-runtime", 17723 - "sp-std", 18529 + "sp-std 8.0.0", 17724 18530 "sp-weights", 17725 18531 "staging-xcm", 17726 18532 ] ··· 17843 18649 name = "substrate" 17844 18650 version = "1.0.0" 17845 18651 dependencies = [ 17846 - "aquamarine", 17847 - "chain-spec-builder", 17848 18652 "frame-support", 18653 + "sc-chain-spec", 17849 18654 "sc-cli", 17850 18655 "sc-consensus-aura", 17851 18656 "sc-consensus-babe", ··· 17854 18659 "sc-consensus-manual-seal", 17855 18660 "sc-consensus-pow", 17856 18661 "sc-service", 18662 + "simple-mermaid", 17857 18663 "sp-runtime", 18664 + "staging-chain-spec-builder", 17858 18665 "subkey", 17859 18666 ] 17860 18667 ··· 17882 18689 "assert_cmd", 17883 18690 "futures", 17884 18691 "nix 0.26.2", 17885 - "node-cli", 17886 18692 "node-primitives", 17887 18693 "regex", 17888 18694 "sc-cli", 17889 18695 "sc-service", 17890 18696 "sp-rpc", 18697 + "staging-node-cli", 17891 18698 "substrate-rpc-client", 17892 18699 "tokio", 17893 18700 ] ··· 17917 18724 "serde", 17918 18725 "sp-core", 17919 18726 "sp-runtime", 17920 - "sp-storage", 18727 + "sp-storage 13.0.0", 17921 18728 "tokio", 17922 18729 ] 17923 18730 ··· 17939 18746 "sp-blockchain", 17940 18747 "sp-core", 17941 18748 "sp-runtime", 17942 - "sp-tracing", 18749 + "sp-tracing 10.0.0", 17943 18750 "substrate-test-runtime-client", 17944 18751 "tokio", 17945 18752 ] ··· 18042 18849 "sp-consensus-babe", 18043 18850 "sp-consensus-grandpa", 18044 18851 "sp-core", 18045 - "sp-externalities", 18852 + "sp-externalities 0.19.0", 18046 18853 "sp-genesis-builder", 18047 18854 "sp-inherents", 18048 18855 "sp-io", ··· 18051 18858 "sp-runtime", 18052 18859 "sp-session", 18053 18860 "sp-state-machine", 18054 - "sp-std", 18055 - "sp-tracing", 18861 + "sp-std 8.0.0", 18862 + "sp-tracing 10.0.0", 18056 18863 "sp-transaction-pool", 18057 18864 "sp-trie", 18058 18865 "sp-version", ··· 18325 19132 "cfg-if", 18326 19133 "fastrand 2.0.0", 18327 19134 "redox_syscall 0.3.5", 18328 - "rustix 0.38.8", 19135 + "rustix 0.38.21", 18329 19136 "windows-sys 0.48.0", 18330 19137 ] 18331 19138 ··· 18339 19146 ] 18340 19147 18341 19148 [[package]] 19149 + name = "terminal_size" 19150 + version = "0.3.0" 19151 + source = "registry+https://github.com/rust-lang/crates.io-index" 19152 + checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7" 19153 + dependencies = [ 19154 + "rustix 0.38.21", 19155 + "windows-sys 0.48.0", 19156 + ] 19157 + 19158 + [[package]] 18342 19159 name = "termtree" 18343 19160 version = "0.4.1" 18344 19161 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 18352 19169 "parity-scale-codec", 18353 19170 "polkadot-parachain-primitives", 18354 19171 "sp-io", 18355 - "sp-std", 19172 + "sp-std 8.0.0", 18356 19173 "substrate-wasm-builder", 18357 19174 "tiny-keccak", 18358 19175 ] ··· 18400 19217 "parity-scale-codec", 18401 19218 "polkadot-parachain-primitives", 18402 19219 "sp-io", 18403 - "sp-std", 19220 + "sp-std 8.0.0", 18404 19221 "substrate-wasm-builder", 18405 19222 "tiny-keccak", 18406 19223 ] ··· 18456 19273 ] 18457 19274 18458 19275 [[package]] 19276 + name = "testnets-common" 19277 + version = "1.0.0" 19278 + dependencies = [ 19279 + "frame-support", 19280 + "polkadot-core-primitives", 19281 + "rococo-runtime-constants", 19282 + "smallvec", 19283 + "sp-runtime", 19284 + "substrate-wasm-builder", 19285 + "westend-runtime-constants", 19286 + ] 19287 + 19288 + [[package]] 18459 19289 name = "textwrap" 18460 19290 version = "0.16.0" 18461 19291 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 18572 19402 18573 19403 [[package]] 18574 19404 name = "time" 19405 + version = "0.1.45" 19406 + source = "registry+https://github.com/rust-lang/crates.io-index" 19407 + checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a" 19408 + dependencies = [ 19409 + "libc", 19410 + "wasi 0.10.0+wasi-snapshot-preview1", 19411 + "winapi", 19412 + ] 19413 + 19414 + [[package]] 19415 + name = "time" 18575 19416 version = "0.3.27" 18576 19417 source = "registry+https://github.com/rust-lang/crates.io-index" 18577 19418 checksum = "0bb39ee79a6d8de55f48f2293a830e040392f1c5f16e336bdd1788cd0aadce07" ··· 18596 19437 checksum = "733d258752e9303d392b94b75230d07b0b9c489350c69b851fc6c065fde3e8f9" 18597 19438 dependencies = [ 18598 19439 "time-core", 18599 - ] 18600 - 18601 - [[package]] 18602 - name = "tiny-bip39" 18603 - version = "1.0.0" 18604 - source = "registry+https://github.com/rust-lang/crates.io-index" 18605 - checksum = "62cc94d358b5a1e84a5cb9109f559aa3c4d634d2b1b4de3d0fa4adc7c78e2861" 18606 - dependencies = [ 18607 - "anyhow", 18608 - "hmac 0.12.1", 18609 - "once_cell", 18610 - "pbkdf2 0.11.0", 18611 - "rand 0.8.5", 18612 - "rustc-hash", 18613 - "sha2 0.10.7", 18614 - "thiserror", 18615 - "unicode-normalization", 18616 - "wasm-bindgen", 18617 - "zeroize", 18618 19440 ] 18619 19441 18620 19442 [[package]] ··· 18887 19709 version = "1.0.0" 18888 19710 dependencies = [ 18889 19711 "coarsetime", 18890 - "polkadot-node-jaeger", 18891 19712 "polkadot-primitives", 18892 19713 "tracing", 18893 19714 "tracing-gum-proc-macro", ··· 19071 19892 "sp-consensus-aura", 19072 19893 "sp-consensus-babe", 19073 19894 "sp-core", 19074 - "sp-debug-derive", 19075 - "sp-externalities", 19895 + "sp-debug-derive 8.0.0", 19896 + "sp-externalities 0.19.0", 19076 19897 "sp-inherents", 19077 19898 "sp-io", 19078 19899 "sp-keystore", ··· 19424 20245 19425 20246 [[package]] 19426 20247 name = "wasi" 20248 + version = "0.10.0+wasi-snapshot-preview1" 20249 + source = "registry+https://github.com/rust-lang/crates.io-index" 20250 + checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" 20251 + 20252 + [[package]] 20253 + name = "wasi" 19427 20254 version = "0.11.0+wasi-snapshot-preview1" 19428 20255 source = "registry+https://github.com/rust-lang/crates.io-index" 19429 20256 checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" ··· 19924 20751 "sha2 0.10.7", 19925 20752 "stun", 19926 20753 "thiserror", 19927 - "time", 20754 + "time 0.3.27", 19928 20755 "tokio", 19929 20756 "turn", 19930 20757 "url", ··· 20107 20934 ] 20108 20935 20109 20936 [[package]] 20937 + name = "westend-emulated-chain" 20938 + version = "0.0.0" 20939 + dependencies = [ 20940 + "emulated-integration-tests-common", 20941 + "pallet-im-online", 20942 + "pallet-staking", 20943 + "parachains-common", 20944 + "polkadot-primitives", 20945 + "sc-consensus-grandpa", 20946 + "serde_json", 20947 + "sp-authority-discovery", 20948 + "sp-consensus-babe", 20949 + "sp-consensus-beefy", 20950 + "sp-core", 20951 + "sp-runtime", 20952 + "westend-runtime", 20953 + "westend-runtime-constants", 20954 + ] 20955 + 20956 + [[package]] 20110 20957 name = "westend-runtime" 20111 20958 version = "1.0.0" 20112 20959 dependencies = [ ··· 20155 21002 "pallet-proxy", 20156 21003 "pallet-recovery", 20157 21004 "pallet-referenda", 21005 + "pallet-root-testing", 20158 21006 "pallet-scheduler", 20159 21007 "pallet-session", 20160 21008 "pallet-session-benchmarking", ··· 20202 21050 "sp-runtime", 20203 21051 "sp-session", 20204 21052 "sp-staking", 20205 - "sp-std", 20206 - "sp-storage", 20207 - "sp-tracing", 21053 + "sp-std 8.0.0", 21054 + "sp-storage 13.0.0", 21055 + "sp-tracing 10.0.0", 20208 21056 "sp-transaction-pool", 20209 21057 "sp-version", 20210 21058 "staging-xcm", ··· 20228 21076 "sp-runtime", 20229 21077 "sp-weights", 20230 21078 "staging-xcm", 21079 + ] 21080 + 21081 + [[package]] 21082 + name = "westend-system-emulated-network" 21083 + version = "0.0.0" 21084 + dependencies = [ 21085 + "asset-hub-westend-emulated-chain", 21086 + "bridge-hub-westend-emulated-chain", 21087 + "emulated-integration-tests-common", 21088 + "penpal-emulated-chain", 21089 + "westend-emulated-chain", 20231 21090 ] 20232 21091 20233 21092 [[package]] ··· 20539 21398 "ring 0.16.20", 20540 21399 "rusticata-macros", 20541 21400 "thiserror", 20542 - "time", 21401 + "time 0.3.27", 20543 21402 ] 20544 21403 20545 21404 [[package]] ··· 20557 21416 "oid-registry 0.6.1", 20558 21417 "rusticata-macros", 20559 21418 "thiserror", 20560 - "time", 21419 + "time 0.3.27", 20561 21420 ] 20562 21421 20563 21422 [[package]] ··· 20574 21433 version = "0.1.0" 20575 21434 dependencies = [ 20576 21435 "cumulus-pallet-parachain-system", 21436 + "cumulus-pallet-xcmp-queue", 20577 21437 "cumulus-primitives-core", 20578 21438 "cumulus-primitives-parachain-inherent", 20579 21439 "cumulus-test-relay-sproof-builder", ··· 20594 21454 "sp-core", 20595 21455 "sp-io", 20596 21456 "sp-runtime", 20597 - "sp-std", 20598 - "sp-tracing", 21457 + "sp-std 8.0.0", 21458 + "sp-tracing 10.0.0", 20599 21459 "staging-xcm", 20600 21460 "staging-xcm-executor", 20601 21461 ] ··· 20616 21476 "sp-keyring", 20617 21477 "sp-runtime", 20618 21478 "sp-state-machine", 20619 - "sp-tracing", 21479 + "sp-tracing 10.0.0", 20620 21480 "staging-xcm", 20621 21481 "staging-xcm-executor", 20622 21482 ] ··· 20629 21489 "proc-macro2", 20630 21490 "quote", 20631 21491 "syn 2.0.38", 21492 + "trybuild", 20632 21493 ] 20633 21494 20634 21495 [[package]] ··· 20642 21503 "polkadot-parachain-primitives", 20643 21504 "polkadot-runtime-parachains", 20644 21505 "sp-io", 20645 - "sp-std", 21506 + "sp-std 8.0.0", 20646 21507 "staging-xcm", 20647 21508 "staging-xcm-builder", 20648 21509 "staging-xcm-executor", ··· 20667 21528 "sp-core", 20668 21529 "sp-io", 20669 21530 "sp-runtime", 20670 - "sp-std", 20671 - "sp-tracing", 21531 + "sp-std 8.0.0", 21532 + "sp-tracing 10.0.0", 20672 21533 "staging-xcm", 20673 21534 "staging-xcm-builder", 20674 21535 "staging-xcm-executor", ··· 20694 21555 "sp-core", 20695 21556 "sp-io", 20696 21557 "sp-runtime", 20697 - "sp-std", 21558 + "sp-std 8.0.0", 20698 21559 "staging-xcm", 20699 21560 "staging-xcm-builder", 20700 21561 "staging-xcm-executor", ··· 20727 21588 source = "registry+https://github.com/rust-lang/crates.io-index" 20728 21589 checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd" 20729 21590 dependencies = [ 20730 - "time", 21591 + "time 0.3.27", 20731 21592 ] 20732 21593 20733 21594 [[package]]
+7 -4
pkgs/applications/blockchains/polkadot/default.nix
··· 11 11 }: 12 12 rustPlatform.buildRustPackage rec { 13 13 pname = "polkadot"; 14 - version = "1.3.0"; 14 + version = "1.4.0"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "paritytech"; 18 18 repo = "polkadot-sdk"; 19 - rev = "polkadot-v${version}"; 20 - hash = "sha256-7hCQdJHzuPQTNZFDGEZG/Q6G/Gh/gJANV5uiL/d6Pas="; 19 + rev = "v${version}"; 20 + hash = "sha256-Tblknr9nU6X4lKMW8ZPOo7jZ/MoE8e8G58NnLITzhxY="; 21 21 22 22 # the build process of polkadot requires a .git folder in order to determine 23 23 # the git commit hash that is being built and add it to the version string. ··· 41 41 cargoLock = { 42 42 lockFile = ./Cargo.lock; 43 43 outputHashes = { 44 - "ark-secret-scalar-0.0.2" = "sha256-GROzlo+1QQ8wd090/esQRmaV8KWjNEfUlFlldnME28A="; 44 + "ark-secret-scalar-0.0.2" = "sha256-rnU9+rf0POv4GuxKUp9Wv4/eNXi5gfGq+XhJLxpmSzU="; 45 45 "common-0.1.0" = "sha256-ru++KG2ZZqa/wDGnKF/VfWnazHRSpOAD0WYb7rHlpCU="; 46 46 "fflonk-0.1.0" = "sha256-MNvlePHQdY8DiOq6w7Hc1pgn7G58GDTeghCKHJdUy7E="; 47 + "simple-mermaid-0.1.0" = "sha256-IekTldxYq+uoXwGvbpkVTXv2xrcZ0TQfyyE2i2zH+6w="; 48 + "sp-ark-bls12-381-0.4.2" = "sha256-nNr0amKhSvvI9BlsoP+8v6Xppx/s7zkf0l9Lm3DW8w8="; 49 + "sp-crypto-ec-utils-0.4.1" = "sha256-cv2mr5K6mAKiACVzS7mPOIpoyt8iUfGZXsqVuiGXbL0="; 47 50 }; 48 51 }; 49 52