git.delta.rocks / unique-network / refs/commits / 011ebf22fd46

difftreelog

Merge pull request #380 from UniqueNetwork/feature/polkadot-v0.9.23

kozyrevdev2022-06-21parents: #3a0da55 #dbe396b.patch.diff
in: master
Upgrade polkadot to v0.9.23

38 files changed

modified.envdiffbeforeafterboth
1RUST_TOOLCHAIN=nightly-2022-05-111RUST_TOOLCHAIN=nightly-2022-05-11
2RUST_C=1.62.0-nightly2RUST_C=1.62.0-nightly
3POLKA_VERSION=release-v0.9.223POLKA_VERSION=release-v0.9.23
4UNIQUE_BRANCH=develop4UNIQUE_BRANCH=develop
5USER=***5USER=***
6PASS=***6PASS=***
modifiedCargo.lockdiffbeforeafterboth
188188
189[[package]]189[[package]]
190name = "async-global-executor"190name = "async-global-executor"
191version = "2.1.0"191version = "2.2.0"
192source = "registry+https://github.com/rust-lang/crates.io-index"192source = "registry+https://github.com/rust-lang/crates.io-index"
193checksum = "fd8b508d585e01084059b60f06ade4cb7415cd2e4084b71dd1cb44e7d3fb9880"193checksum = "5262ed948da60dd8956c6c5aca4d4163593dddb7b32d73267c93dab7b2e98940"
194dependencies = [194dependencies = [
195 "async-channel",195 "async-channel",
196 "async-executor",196 "async-executor",
197 "async-io",197 "async-io",
198 "async-lock",198 "async-lock",
199 "blocking",199 "blocking",
200 "futures-lite",200 "futures-lite",
201 "num_cpus",
201 "once_cell",202 "once_cell",
202]203]
203204
429[[package]]430[[package]]
430name = "beefy-gadget"431name = "beefy-gadget"
431version = "4.0.0-dev"432version = "4.0.0-dev"
432source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"433source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
433dependencies = [434dependencies = [
434 "beefy-primitives",435 "beefy-primitives",
435 "fnv",436 "fnv",
463[[package]]464[[package]]
464name = "beefy-gadget-rpc"465name = "beefy-gadget-rpc"
465version = "4.0.0-dev"466version = "4.0.0-dev"
466source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"467source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
467dependencies = [468dependencies = [
468 "beefy-gadget",469 "beefy-gadget",
469 "beefy-primitives",470 "beefy-primitives",
483[[package]]484[[package]]
484name = "beefy-merkle-tree"485name = "beefy-merkle-tree"
485version = "4.0.0-dev"486version = "4.0.0-dev"
486source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"487source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
487488
488[[package]]489[[package]]
489name = "beefy-primitives"490name = "beefy-primitives"
490version = "4.0.0-dev"491version = "4.0.0-dev"
491source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"492source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
492dependencies = [493dependencies = [
493 "parity-scale-codec 3.1.5",494 "parity-scale-codec 3.1.5",
494 "scale-info",495 "scale-info",
582 "constant_time_eq",583 "constant_time_eq",
583]584]
584
585[[package]]
586name = "blake2b_simd"
587version = "0.5.11"
588source = "registry+https://github.com/rust-lang/crates.io-index"
589checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587"
590dependencies = [
591 "arrayref",
592 "arrayvec 0.5.2",
593 "constant_time_eq",
594]
595585
596[[package]]586[[package]]
597name = "blake2b_simd"587name = "blake2b_simd"
701[[package]]691[[package]]
702name = "bp-header-chain"692name = "bp-header-chain"
703version = "0.1.0"693version = "0.1.0"
704source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"694source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
705dependencies = [695dependencies = [
706 "bp-runtime",696 "bp-runtime",
707 "finality-grandpa",697 "finality-grandpa",
718[[package]]708[[package]]
719name = "bp-message-dispatch"709name = "bp-message-dispatch"
720version = "0.1.0"710version = "0.1.0"
721source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"711source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
722dependencies = [712dependencies = [
723 "bp-runtime",713 "bp-runtime",
724 "frame-support",714 "frame-support",
730[[package]]720[[package]]
731name = "bp-messages"721name = "bp-messages"
732version = "0.1.0"722version = "0.1.0"
733source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"723source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
734dependencies = [724dependencies = [
735 "bitvec 1.0.0",725 "bitvec 1.0.0",
736 "bp-runtime",726 "bp-runtime",
747[[package]]737[[package]]
748name = "bp-polkadot-core"738name = "bp-polkadot-core"
749version = "0.1.0"739version = "0.1.0"
750source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"740source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
751dependencies = [741dependencies = [
752 "bp-messages",742 "bp-messages",
753 "bp-runtime",743 "bp-runtime",
765[[package]]755[[package]]
766name = "bp-rococo"756name = "bp-rococo"
767version = "0.1.0"757version = "0.1.0"
768source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"758source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
769dependencies = [759dependencies = [
770 "bp-messages",760 "bp-messages",
771 "bp-polkadot-core",761 "bp-polkadot-core",
782[[package]]772[[package]]
783name = "bp-runtime"773name = "bp-runtime"
784version = "0.1.0"774version = "0.1.0"
785source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"775source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
786dependencies = [776dependencies = [
787 "frame-support",777 "frame-support",
788 "hash-db",778 "hash-db",
800[[package]]790[[package]]
801name = "bp-test-utils"791name = "bp-test-utils"
802version = "0.1.0"792version = "0.1.0"
803source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"793source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
804dependencies = [794dependencies = [
805 "bp-header-chain",795 "bp-header-chain",
806 "ed25519-dalek",796 "ed25519-dalek",
815[[package]]805[[package]]
816name = "bp-wococo"806name = "bp-wococo"
817version = "0.1.0"807version = "0.1.0"
818source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"808source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
819dependencies = [809dependencies = [
820 "bp-messages",810 "bp-messages",
821 "bp-polkadot-core",811 "bp-polkadot-core",
830[[package]]820[[package]]
831name = "bridge-runtime-common"821name = "bridge-runtime-common"
832version = "0.1.0"822version = "0.1.0"
833source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"823source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
834dependencies = [824dependencies = [
835 "bp-message-dispatch",825 "bp-message-dispatch",
836 "bp-messages",826 "bp-messages",
864source = "registry+https://github.com/rust-lang/crates.io-index"854source = "registry+https://github.com/rust-lang/crates.io-index"
865checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"855checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
866dependencies = [856dependencies = [
867 "lazy_static",
868 "memchr",857 "memchr",
869 "regex-automata",
870 "serde",
871]858]
872859
873[[package]]860[[package]]
1130 "wasm-bindgen",1117 "wasm-bindgen",
1131]1118]
1119
1120[[package]]
1121name = "comfy-table"
1122version = "5.0.1"
1123source = "registry+https://github.com/rust-lang/crates.io-index"
1124checksum = "b103d85ca6e209388771bfb7aa6b68a7aeec4afbf6f0a0264bfbf50360e5212e"
1125dependencies = [
1126 "strum 0.23.0",
1127 "strum_macros 0.23.1",
1128 "unicode-width",
1129]
11321130
1133[[package]]1131[[package]]
1134name = "concurrent-queue"1132name = "concurrent-queue"
1401 "subtle",1399 "subtle",
1402]1400]
1403
1404[[package]]
1405name = "csv"
1406version = "1.1.6"
1407source = "registry+https://github.com/rust-lang/crates.io-index"
1408checksum = "22813a6dc45b335f9bade10bf7271dc477e81113e89eb251a0bc2a8a81c536e1"
1409dependencies = [
1410 "bstr",
1411 "csv-core",
1412 "itoa 0.4.8",
1413 "ryu",
1414 "serde",
1415]
1416
1417[[package]]
1418name = "csv-core"
1419version = "0.1.10"
1420source = "registry+https://github.com/rust-lang/crates.io-index"
1421checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90"
1422dependencies = [
1423 "memchr",
1424]
1425
1426[[package]]
1427name = "ct-logs"
1428version = "0.8.0"
1429source = "registry+https://github.com/rust-lang/crates.io-index"
1430checksum = "c1a816186fa68d9e426e3cb4ae4dff1fcd8e4a2c34b781bf7a822574a0d0aac8"
1431dependencies = [
1432 "sct 0.6.1",
1433]
14341401
1435[[package]]1402[[package]]
1436name = "ctor"1403name = "ctor"
1465[[package]]1432[[package]]
1466name = "cumulus-client-cli"1433name = "cumulus-client-cli"
1467version = "0.1.0"1434version = "0.1.0"
1468source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.22#ebdfbea0029dd3349ce0e9c758acc73acce04d18"1435source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.23#9c1470893c6bd5f33ad8eb104d159177c6847df5"
1469dependencies = [1436dependencies = [
1470 "clap",1437 "clap",
1471 "sc-cli",1438 "sc-cli",
1476[[package]]1443[[package]]
1477name = "cumulus-client-collator"1444name = "cumulus-client-collator"
1478version = "0.1.0"1445version = "0.1.0"
1479source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.22#ebdfbea0029dd3349ce0e9c758acc73acce04d18"1446source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.23#9c1470893c6bd5f33ad8eb104d159177c6847df5"
1480dependencies = [1447dependencies = [
1481 "cumulus-client-consensus-common",1448 "cumulus-client-consensus-common",
1482 "cumulus-client-network",1449 "cumulus-client-network",
1500[[package]]1467[[package]]
1501name = "cumulus-client-consensus-aura"1468name = "cumulus-client-consensus-aura"
1502version = "0.1.0"1469version = "0.1.0"
1503source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.22#ebdfbea0029dd3349ce0e9c758acc73acce04d18"1470source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.23#9c1470893c6bd5f33ad8eb104d159177c6847df5"
1504dependencies = [1471dependencies = [
1505 "async-trait",1472 "async-trait",
1506 "cumulus-client-consensus-common",1473 "cumulus-client-consensus-common",
1529[[package]]1496[[package]]
1530name = "cumulus-client-consensus-common"1497name = "cumulus-client-consensus-common"
1531version = "0.1.0"1498version = "0.1.0"
1532source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.22#ebdfbea0029dd3349ce0e9c758acc73acce04d18"1499source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.23#9c1470893c6bd5f33ad8eb104d159177c6847df5"
1533dependencies = [1500dependencies = [
1534 "async-trait",1501 "async-trait",
1535 "cumulus-relay-chain-interface",1502 "cumulus-relay-chain-interface",
1550[[package]]1517[[package]]
1551name = "cumulus-client-network"1518name = "cumulus-client-network"
1552version = "0.1.0"1519version = "0.1.0"
1553source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.22#ebdfbea0029dd3349ce0e9c758acc73acce04d18"1520source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.23#9c1470893c6bd5f33ad8eb104d159177c6847df5"
1554dependencies = [1521dependencies = [
1555 "async-trait",1522 "async-trait",
1556 "cumulus-relay-chain-interface",1523 "cumulus-relay-chain-interface",
1575[[package]]1542[[package]]
1576name = "cumulus-client-pov-recovery"1543name = "cumulus-client-pov-recovery"
1577version = "0.1.0"1544version = "0.1.0"
1578source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.22#ebdfbea0029dd3349ce0e9c758acc73acce04d18"1545source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.23#9c1470893c6bd5f33ad8eb104d159177c6847df5"
1579dependencies = [1546dependencies = [
1580 "cumulus-primitives-core",1547 "cumulus-primitives-core",
1581 "cumulus-relay-chain-interface",1548 "cumulus-relay-chain-interface",
1599[[package]]1566[[package]]
1600name = "cumulus-client-service"1567name = "cumulus-client-service"
1601version = "0.1.0"1568version = "0.1.0"
1602source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.22#ebdfbea0029dd3349ce0e9c758acc73acce04d18"1569source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.23#9c1470893c6bd5f33ad8eb104d159177c6847df5"
1603dependencies = [1570dependencies = [
1604 "cumulus-client-cli",1571 "cumulus-client-cli",
1605 "cumulus-client-collator",1572 "cumulus-client-collator",
1629[[package]]1596[[package]]
1630name = "cumulus-pallet-aura-ext"1597name = "cumulus-pallet-aura-ext"
1631version = "0.1.0"1598version = "0.1.0"
1632source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.22#ebdfbea0029dd3349ce0e9c758acc73acce04d18"1599source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.23#9c1470893c6bd5f33ad8eb104d159177c6847df5"
1633dependencies = [1600dependencies = [
1634 "frame-executive",1601 "frame-executive",
1635 "frame-support",1602 "frame-support",
1647[[package]]1614[[package]]
1648name = "cumulus-pallet-dmp-queue"1615name = "cumulus-pallet-dmp-queue"
1649version = "0.1.0"1616version = "0.1.0"
1650source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.22#ebdfbea0029dd3349ce0e9c758acc73acce04d18"1617source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.23#9c1470893c6bd5f33ad8eb104d159177c6847df5"
1651dependencies = [1618dependencies = [
1652 "cumulus-primitives-core",1619 "cumulus-primitives-core",
1653 "frame-support",1620 "frame-support",
1665[[package]]1632[[package]]
1666name = "cumulus-pallet-parachain-system"1633name = "cumulus-pallet-parachain-system"
1667version = "0.1.0"1634version = "0.1.0"
1668source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.22#ebdfbea0029dd3349ce0e9c758acc73acce04d18"1635source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.23#9c1470893c6bd5f33ad8eb104d159177c6847df5"
1669dependencies = [1636dependencies = [
1670 "cumulus-pallet-parachain-system-proc-macro",1637 "cumulus-pallet-parachain-system-proc-macro",
1671 "cumulus-primitives-core",1638 "cumulus-primitives-core",
1695[[package]]1662[[package]]
1696name = "cumulus-pallet-parachain-system-proc-macro"1663name = "cumulus-pallet-parachain-system-proc-macro"
1697version = "0.1.0"1664version = "0.1.0"
1698source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.22#ebdfbea0029dd3349ce0e9c758acc73acce04d18"1665source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.23#9c1470893c6bd5f33ad8eb104d159177c6847df5"
1699dependencies = [1666dependencies = [
1700 "proc-macro-crate",1667 "proc-macro-crate",
1701 "proc-macro2",1668 "proc-macro2",
1706[[package]]1673[[package]]
1707name = "cumulus-pallet-xcm"1674name = "cumulus-pallet-xcm"
1708version = "0.1.0"1675version = "0.1.0"
1709source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.22#ebdfbea0029dd3349ce0e9c758acc73acce04d18"1676source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.23#9c1470893c6bd5f33ad8eb104d159177c6847df5"
1710dependencies = [1677dependencies = [
1711 "cumulus-primitives-core",1678 "cumulus-primitives-core",
1712 "frame-support",1679 "frame-support",
1723[[package]]1690[[package]]
1724name = "cumulus-pallet-xcmp-queue"1691name = "cumulus-pallet-xcmp-queue"
1725version = "0.1.0"1692version = "0.1.0"
1726source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.22#ebdfbea0029dd3349ce0e9c758acc73acce04d18"1693source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.23#9c1470893c6bd5f33ad8eb104d159177c6847df5"
1727dependencies = [1694dependencies = [
1728 "cumulus-primitives-core",1695 "cumulus-primitives-core",
1729 "frame-support",1696 "frame-support",
1741[[package]]1708[[package]]
1742name = "cumulus-primitives-core"1709name = "cumulus-primitives-core"
1743version = "0.1.0"1710version = "0.1.0"
1744source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.22#ebdfbea0029dd3349ce0e9c758acc73acce04d18"1711source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.23#9c1470893c6bd5f33ad8eb104d159177c6847df5"
1745dependencies = [1712dependencies = [
1746 "frame-support",1713 "frame-support",
1747 "parity-scale-codec 3.1.5",1714 "parity-scale-codec 3.1.5",
1757[[package]]1724[[package]]
1758name = "cumulus-primitives-parachain-inherent"1725name = "cumulus-primitives-parachain-inherent"
1759version = "0.1.0"1726version = "0.1.0"
1760source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.22#ebdfbea0029dd3349ce0e9c758acc73acce04d18"1727source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.23#9c1470893c6bd5f33ad8eb104d159177c6847df5"
1761dependencies = [1728dependencies = [
1762 "async-trait",1729 "async-trait",
1763 "cumulus-primitives-core",1730 "cumulus-primitives-core",
1780[[package]]1747[[package]]
1781name = "cumulus-primitives-timestamp"1748name = "cumulus-primitives-timestamp"
1782version = "0.1.0"1749version = "0.1.0"
1783source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.22#ebdfbea0029dd3349ce0e9c758acc73acce04d18"1750source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.23#9c1470893c6bd5f33ad8eb104d159177c6847df5"
1784dependencies = [1751dependencies = [
1785 "cumulus-primitives-core",1752 "cumulus-primitives-core",
1786 "futures 0.3.21",1753 "futures 0.3.21",
1793[[package]]1760[[package]]
1794name = "cumulus-primitives-utility"1761name = "cumulus-primitives-utility"
1795version = "0.1.0"1762version = "0.1.0"
1796source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.22#ebdfbea0029dd3349ce0e9c758acc73acce04d18"1763source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.23#9c1470893c6bd5f33ad8eb104d159177c6847df5"
1797dependencies = [1764dependencies = [
1798 "cumulus-primitives-core",1765 "cumulus-primitives-core",
1799 "frame-support",1766 "frame-support",
1810[[package]]1777[[package]]
1811name = "cumulus-relay-chain-inprocess-interface"1778name = "cumulus-relay-chain-inprocess-interface"
1812version = "0.1.0"1779version = "0.1.0"
1813source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.22#ebdfbea0029dd3349ce0e9c758acc73acce04d18"1780source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.23#9c1470893c6bd5f33ad8eb104d159177c6847df5"
1814dependencies = [1781dependencies = [
1815 "async-trait",1782 "async-trait",
1816 "cumulus-primitives-core",1783 "cumulus-primitives-core",
1817 "cumulus-relay-chain-interface",1784 "cumulus-relay-chain-interface",
1818 "futures 0.3.21",1785 "futures 0.3.21",
1819 "futures-timer",1786 "futures-timer",
1820 "parking_lot 0.12.1",1787 "parking_lot 0.12.1",
1788 "polkadot-cli",
1821 "polkadot-client",1789 "polkadot-client",
1822 "polkadot-service",1790 "polkadot-service",
1791 "sc-cli",
1823 "sc-client-api",1792 "sc-client-api",
1824 "sc-consensus-babe",1793 "sc-consensus-babe",
1825 "sc-network",1794 "sc-network",
1839[[package]]1808[[package]]
1840name = "cumulus-relay-chain-interface"1809name = "cumulus-relay-chain-interface"
1841version = "0.1.0"1810version = "0.1.0"
1842source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.22#ebdfbea0029dd3349ce0e9c758acc73acce04d18"1811source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.23#9c1470893c6bd5f33ad8eb104d159177c6847df5"
1843dependencies = [1812dependencies = [
1844 "async-trait",1813 "async-trait",
1845 "cumulus-primitives-core",1814 "cumulus-primitives-core",
1863[[package]]1832[[package]]
1864name = "cumulus-relay-chain-rpc-interface"1833name = "cumulus-relay-chain-rpc-interface"
1865version = "0.1.0"1834version = "0.1.0"
1866source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.22#ebdfbea0029dd3349ce0e9c758acc73acce04d18"1835source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.23#9c1470893c6bd5f33ad8eb104d159177c6847df5"
1867dependencies = [1836dependencies = [
1868 "async-trait",1837 "async-trait",
1869 "backoff",1838 "backoff",
1889[[package]]1858[[package]]
1890name = "cumulus-test-relay-sproof-builder"1859name = "cumulus-test-relay-sproof-builder"
1891version = "0.1.0"1860version = "0.1.0"
1892source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.22#ebdfbea0029dd3349ce0e9c758acc73acce04d18"1861source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.23#9c1470893c6bd5f33ad8eb104d159177c6847df5"
1893dependencies = [1862dependencies = [
1894 "cumulus-primitives-core",1863 "cumulus-primitives-core",
1895 "parity-scale-codec 3.1.5",1864 "parity-scale-codec 3.1.5",
2080 "dirs-sys-next",2049 "dirs-sys-next",
2081]2050]
2082
2083[[package]]
2084name = "dirs"
2085version = "1.0.5"
2086source = "registry+https://github.com/rust-lang/crates.io-index"
2087checksum = "3fd78930633bd1c6e35c4b42b1df7b0cbc6bc191146e512bb3bedf243fcc3901"
2088dependencies = [
2089 "libc",
2090 "redox_users 0.3.5",
2091 "winapi",
2092]
20932051
2094[[package]]2052[[package]]
2095name = "dirs-sys"2053name = "dirs-sys"
2098checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"2056checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
2099dependencies = [2057dependencies = [
2100 "libc",2058 "libc",
2101 "redox_users 0.4.3",2059 "redox_users",
2102 "winapi",2060 "winapi",
2103]2061]
21042062
2109checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"2067checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
2110dependencies = [2068dependencies = [
2111 "libc",2069 "libc",
2112 "redox_users 0.4.3",2070 "redox_users",
2113 "winapi",2071 "winapi",
2114]2072]
21152073
2221 "zeroize",2179 "zeroize",
2222]2180]
2223
2224[[package]]
2225name = "encode_unicode"
2226version = "0.3.6"
2227source = "registry+https://github.com/rust-lang/crates.io-index"
2228checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
22292181
2230[[package]]2182[[package]]
2231name = "enum-as-inner"2183name = "enum-as-inner"
2369[[package]]2321[[package]]
2370name = "evm"2322name = "evm"
2371version = "0.35.0"2323version = "0.35.0"
2372source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.22#e9252ed42dc26fc85b6703b1ba50660a08209e55"2324source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.23#e9252ed42dc26fc85b6703b1ba50660a08209e55"
2373dependencies = [2325dependencies = [
2374 "auto_impl",2326 "auto_impl",
2375 "environmental",2327 "environmental",
2415[[package]]2367[[package]]
2416name = "evm-core"2368name = "evm-core"
2417version = "0.35.0"2369version = "0.35.0"
2418source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.22#e9252ed42dc26fc85b6703b1ba50660a08209e55"2370source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.23#e9252ed42dc26fc85b6703b1ba50660a08209e55"
2419dependencies = [2371dependencies = [
2420 "parity-scale-codec 3.1.5",2372 "parity-scale-codec 3.1.5",
2421 "primitive-types",2373 "primitive-types",
2426[[package]]2378[[package]]
2427name = "evm-gasometer"2379name = "evm-gasometer"
2428version = "0.35.0"2380version = "0.35.0"
2429source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.22#e9252ed42dc26fc85b6703b1ba50660a08209e55"2381source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.23#e9252ed42dc26fc85b6703b1ba50660a08209e55"
2430dependencies = [2382dependencies = [
2431 "environmental",2383 "environmental",
2432 "evm-core",2384 "evm-core",
2437[[package]]2389[[package]]
2438name = "evm-runtime"2390name = "evm-runtime"
2439version = "0.35.0"2391version = "0.35.0"
2440source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.22#e9252ed42dc26fc85b6703b1ba50660a08209e55"2392source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.23#e9252ed42dc26fc85b6703b1ba50660a08209e55"
2441dependencies = [2393dependencies = [
2442 "auto_impl",2394 "auto_impl",
2443 "environmental",2395 "environmental",
2529[[package]]2481[[package]]
2530name = "fc-consensus"2482name = "fc-consensus"
2531version = "2.0.0-dev"2483version = "2.0.0-dev"
2532source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.22#94cc1f98619da89350f77d18b2e4224b034e07ad"2484source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.23#29adc958b0541466d564c781aa70fb7e3ef263a2"
2533dependencies = [2485dependencies = [
2534 "async-trait",2486 "async-trait",
2535 "fc-db",2487 "fc-db",
2548[[package]]2500[[package]]
2549name = "fc-db"2501name = "fc-db"
2550version = "2.0.0-dev"2502version = "2.0.0-dev"
2551source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.22#94cc1f98619da89350f77d18b2e4224b034e07ad"2503source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.23#29adc958b0541466d564c781aa70fb7e3ef263a2"
2552dependencies = [2504dependencies = [
2553 "fp-storage",2505 "fp-storage",
2554 "kvdb-rocksdb",2506 "kvdb-rocksdb",
2564[[package]]2516[[package]]
2565name = "fc-mapping-sync"2517name = "fc-mapping-sync"
2566version = "2.0.0-dev"2518version = "2.0.0-dev"
2567source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.22#94cc1f98619da89350f77d18b2e4224b034e07ad"2519source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.23#29adc958b0541466d564c781aa70fb7e3ef263a2"
2568dependencies = [2520dependencies = [
2569 "fc-db",2521 "fc-db",
2570 "fp-consensus",2522 "fp-consensus",
2581[[package]]2533[[package]]
2582name = "fc-rpc"2534name = "fc-rpc"
2583version = "2.0.0-dev"2535version = "2.0.0-dev"
2584source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.22#94cc1f98619da89350f77d18b2e4224b034e07ad"2536source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.23#29adc958b0541466d564c781aa70fb7e3ef263a2"
2585dependencies = [2537dependencies = [
2586 "ethereum",2538 "ethereum",
2587 "ethereum-types",2539 "ethereum-types",
2621[[package]]2573[[package]]
2622name = "fc-rpc-core"2574name = "fc-rpc-core"
2623version = "1.1.0-dev"2575version = "1.1.0-dev"
2624source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.22#94cc1f98619da89350f77d18b2e4224b034e07ad"2576source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.23#29adc958b0541466d564c781aa70fb7e3ef263a2"
2625dependencies = [2577dependencies = [
2626 "ethereum",2578 "ethereum",
2627 "ethereum-types",2579 "ethereum-types",
2731[[package]]2683[[package]]
2732name = "fork-tree"2684name = "fork-tree"
2733version = "3.0.0"2685version = "3.0.0"
2734source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"2686source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
2735dependencies = [2687dependencies = [
2736 "parity-scale-codec 3.1.5",2688 "parity-scale-codec 3.1.5",
2737]2689]
2749[[package]]2701[[package]]
2750name = "fp-consensus"2702name = "fp-consensus"
2751version = "2.0.0-dev"2703version = "2.0.0-dev"
2752source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.22#94cc1f98619da89350f77d18b2e4224b034e07ad"2704source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.23#29adc958b0541466d564c781aa70fb7e3ef263a2"
2753dependencies = [2705dependencies = [
2754 "ethereum",2706 "ethereum",
2755 "parity-scale-codec 3.1.5",2707 "parity-scale-codec 3.1.5",
2761[[package]]2713[[package]]
2762name = "fp-evm"2714name = "fp-evm"
2763version = "3.0.0-dev"2715version = "3.0.0-dev"
2764source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.22#94cc1f98619da89350f77d18b2e4224b034e07ad"2716source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.23#29adc958b0541466d564c781aa70fb7e3ef263a2"
2765dependencies = [2717dependencies = [
2766 "evm",2718 "evm",
2767 "frame-support",2719 "frame-support",
2775[[package]]2727[[package]]
2776name = "fp-evm-mapping"2728name = "fp-evm-mapping"
2777version = "0.1.0"2729version = "0.1.0"
2778source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.22#94cc1f98619da89350f77d18b2e4224b034e07ad"2730source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.23#29adc958b0541466d564c781aa70fb7e3ef263a2"
2779dependencies = [2731dependencies = [
2780 "frame-support",2732 "frame-support",
2781 "sp-core",2733 "sp-core",
2784[[package]]2736[[package]]
2785name = "fp-rpc"2737name = "fp-rpc"
2786version = "3.0.0-dev"2738version = "3.0.0-dev"
2787source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.22#94cc1f98619da89350f77d18b2e4224b034e07ad"2739source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.23#29adc958b0541466d564c781aa70fb7e3ef263a2"
2788dependencies = [2740dependencies = [
2789 "ethereum",2741 "ethereum",
2790 "ethereum-types",2742 "ethereum-types",
2801[[package]]2753[[package]]
2802name = "fp-self-contained"2754name = "fp-self-contained"
2803version = "1.0.0-dev"2755version = "1.0.0-dev"
2804source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.22#94cc1f98619da89350f77d18b2e4224b034e07ad"2756source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.23#29adc958b0541466d564c781aa70fb7e3ef263a2"
2805dependencies = [2757dependencies = [
2806 "ethereum",2758 "ethereum",
2807 "frame-support",2759 "frame-support",
2817[[package]]2769[[package]]
2818name = "fp-storage"2770name = "fp-storage"
2819version = "2.0.0"2771version = "2.0.0"
2820source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.22#94cc1f98619da89350f77d18b2e4224b034e07ad"2772source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.23#29adc958b0541466d564c781aa70fb7e3ef263a2"
2821dependencies = [2773dependencies = [
2822 "parity-scale-codec 3.1.5",2774 "parity-scale-codec 3.1.5",
2823]2775]
28242776
2825[[package]]2777[[package]]
2826name = "frame-benchmarking"2778name = "frame-benchmarking"
2827version = "4.0.0-dev"2779version = "4.0.0-dev"
2828source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"2780source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
2829dependencies = [2781dependencies = [
2830 "frame-support",2782 "frame-support",
2831 "frame-system",2783 "frame-system",
2847[[package]]2799[[package]]
2848name = "frame-benchmarking-cli"2800name = "frame-benchmarking-cli"
2849version = "4.0.0-dev"2801version = "4.0.0-dev"
2850source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"2802source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
2851dependencies = [2803dependencies = [
2852 "Inflector",2804 "Inflector",
2853 "chrono",2805 "chrono",
2854 "clap",2806 "clap",
2807 "comfy-table",
2855 "frame-benchmarking",2808 "frame-benchmarking",
2856 "frame-support",2809 "frame-support",
2857 "frame-system",2810 "frame-system",
2865 "log",2818 "log",
2866 "memory-db",2819 "memory-db",
2867 "parity-scale-codec 3.1.5",2820 "parity-scale-codec 3.1.5",
2868 "prettytable-rs",
2869 "rand 0.8.5",2821 "rand 0.8.5",
2870 "rand_pcg 0.3.1",2822 "rand_pcg 0.3.1",
2871 "sc-block-builder",2823 "sc-block-builder",
2897[[package]]2849[[package]]
2898name = "frame-election-provider-solution-type"2850name = "frame-election-provider-solution-type"
2899version = "4.0.0-dev"2851version = "4.0.0-dev"
2900source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"2852source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
2901dependencies = [2853dependencies = [
2902 "proc-macro-crate",2854 "proc-macro-crate",
2903 "proc-macro2",2855 "proc-macro2",
2908[[package]]2860[[package]]
2909name = "frame-election-provider-support"2861name = "frame-election-provider-support"
2910version = "4.0.0-dev"2862version = "4.0.0-dev"
2911source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"2863source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
2912dependencies = [2864dependencies = [
2913 "frame-election-provider-solution-type",2865 "frame-election-provider-solution-type",
2914 "frame-support",2866 "frame-support",
2924[[package]]2876[[package]]
2925name = "frame-executive"2877name = "frame-executive"
2926version = "4.0.0-dev"2878version = "4.0.0-dev"
2927source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"2879source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
2928dependencies = [2880dependencies = [
2929 "frame-support",2881 "frame-support",
2930 "frame-system",2882 "frame-system",
2952[[package]]2904[[package]]
2953name = "frame-support"2905name = "frame-support"
2954version = "4.0.0-dev"2906version = "4.0.0-dev"
2955source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"2907source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
2956dependencies = [2908dependencies = [
2957 "bitflags",2909 "bitflags",
2958 "frame-metadata",2910 "frame-metadata",
2982[[package]]2934[[package]]
2983name = "frame-support-procedural"2935name = "frame-support-procedural"
2984version = "4.0.0-dev"2936version = "4.0.0-dev"
2985source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"2937source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
2986dependencies = [2938dependencies = [
2987 "Inflector",2939 "Inflector",
2988 "frame-support-procedural-tools",2940 "frame-support-procedural-tools",
2994[[package]]2946[[package]]
2995name = "frame-support-procedural-tools"2947name = "frame-support-procedural-tools"
2996version = "4.0.0-dev"2948version = "4.0.0-dev"
2997source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"2949source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
2998dependencies = [2950dependencies = [
2999 "frame-support-procedural-tools-derive",2951 "frame-support-procedural-tools-derive",
3000 "proc-macro-crate",2952 "proc-macro-crate",
3006[[package]]2958[[package]]
3007name = "frame-support-procedural-tools-derive"2959name = "frame-support-procedural-tools-derive"
3008version = "3.0.0"2960version = "3.0.0"
3009source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"2961source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
3010dependencies = [2962dependencies = [
3011 "proc-macro2",2963 "proc-macro2",
3012 "quote",2964 "quote",
3016[[package]]2968[[package]]
3017name = "frame-system"2969name = "frame-system"
3018version = "4.0.0-dev"2970version = "4.0.0-dev"
3019source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"2971source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
3020dependencies = [2972dependencies = [
3021 "frame-support",2973 "frame-support",
3022 "log",2974 "log",
3033[[package]]2985[[package]]
3034name = "frame-system-benchmarking"2986name = "frame-system-benchmarking"
3035version = "4.0.0-dev"2987version = "4.0.0-dev"
3036source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"2988source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
3037dependencies = [2989dependencies = [
3038 "frame-benchmarking",2990 "frame-benchmarking",
3039 "frame-support",2991 "frame-support",
3048[[package]]3000[[package]]
3049name = "frame-system-rpc-runtime-api"3001name = "frame-system-rpc-runtime-api"
3050version = "4.0.0-dev"3002version = "4.0.0-dev"
3051source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"3003source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
3052dependencies = [3004dependencies = [
3053 "parity-scale-codec 3.1.5",3005 "parity-scale-codec 3.1.5",
3054 "sp-api",3006 "sp-api",
3057[[package]]3009[[package]]
3058name = "frame-try-runtime"3010name = "frame-try-runtime"
3059version = "0.10.0-dev"3011version = "0.10.0-dev"
3060source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"3012source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
3061dependencies = [3013dependencies = [
3062 "frame-support",3014 "frame-support",
3063 "sp-api",3015 "sp-api",
3199checksum = "e01fe9932a224b72b45336d96040aa86386d674a31d0af27d800ea7bc8ca97fe"3151checksum = "e01fe9932a224b72b45336d96040aa86386d674a31d0af27d800ea7bc8ca97fe"
3200dependencies = [3152dependencies = [
3201 "futures-io",3153 "futures-io",
3202 "rustls 0.20.6",3154 "rustls",
3203 "webpki 0.22.0",3155 "webpki",
3204]3156]
32053157
3206[[package]]3158[[package]]
35623514
3563[[package]]3515[[package]]
3564name = "hyper-rustls"3516name = "hyper-rustls"
3565version = "0.22.1"3517version = "0.23.0"
3566source = "registry+https://github.com/rust-lang/crates.io-index"3518source = "registry+https://github.com/rust-lang/crates.io-index"
3567checksum = "5f9f7a97316d44c0af9b0301e65010573a853a9fc97046d7331d7f6bc0fd5a64"3519checksum = "d87c48c02e0dc5e3b849a2041db3029fd066650f8f717c07bf8ed78ccb895cac"
3568dependencies = [3520dependencies = [
3569 "ct-logs",3521 "http",
3570 "futures-util",
3571 "hyper",3522 "hyper",
3572 "log",3523 "log",
3573 "rustls 0.19.1",3524 "rustls",
3574 "rustls-native-certs 0.5.0",3525 "rustls-native-certs",
3575 "tokio 1.19.2",3526 "tokio 1.19.2",
3576 "tokio-rustls 0.22.0",3527 "tokio-rustls",
3577 "webpki 0.21.4",
3578]3528]
35793529
3580[[package]]3530[[package]]
3790 "jsonrpsee-core",3740 "jsonrpsee-core",
3791 "jsonrpsee-types",3741 "jsonrpsee-types",
3792 "pin-project 1.0.10",3742 "pin-project 1.0.10",
3793 "rustls-native-certs 0.6.2",3743 "rustls-native-certs",
3794 "soketto",3744 "soketto",
3795 "thiserror",3745 "thiserror",
3796 "tokio 1.19.2",3746 "tokio 1.19.2",
3797 "tokio-rustls 0.23.4",3747 "tokio-rustls",
3798 "tokio-util",3748 "tokio-util",
3799 "tracing",3749 "tracing",
3800 "webpki-roots",3750 "webpki-roots",
39203870
3921[[package]]3871[[package]]
3922name = "kusama-runtime"3872name = "kusama-runtime"
3923version = "0.9.22"3873version = "0.9.23"
3924source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"3874source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
3925dependencies = [3875dependencies = [
3926 "beefy-primitives",3876 "beefy-primitives",
3927 "bitvec 1.0.0",3877 "bitvec 1.0.0",
40133963
4014[[package]]3964[[package]]
4015name = "kusama-runtime-constants"3965name = "kusama-runtime-constants"
4016version = "0.9.22"3966version = "0.9.23"
4017source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"3967source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
4018dependencies = [3968dependencies = [
4019 "frame-support",3969 "frame-support",
4020 "polkadot-primitives",3970 "polkadot-primitives",
4174 "libp2p-request-response",4124 "libp2p-request-response",
4175 "libp2p-swarm",4125 "libp2p-swarm",
4176 "log",4126 "log",
4177 "prost",4127 "prost 0.9.0",
4178 "prost-build",4128 "prost-build",
4179 "rand 0.8.5",4129 "rand 0.8.5",
4180]4130]
4201 "multistream-select",4151 "multistream-select",
4202 "parking_lot 0.12.1",4152 "parking_lot 0.12.1",
4203 "pin-project 1.0.10",4153 "pin-project 1.0.10",
4204 "prost",4154 "prost 0.9.0",
4205 "prost-build",4155 "prost-build",
4206 "rand 0.8.5",4156 "rand 0.8.5",
4207 "ring",4157 "ring",
4251 "libp2p-core",4201 "libp2p-core",
4252 "libp2p-swarm",4202 "libp2p-swarm",
4253 "log",4203 "log",
4254 "prost",4204 "prost 0.9.0",
4255 "prost-build",4205 "prost-build",
4256 "rand 0.7.3",4206 "rand 0.7.3",
4257 "smallvec",4207 "smallvec",
4275 "libp2p-swarm",4225 "libp2p-swarm",
4276 "log",4226 "log",
4277 "prometheus-client",4227 "prometheus-client",
4278 "prost",4228 "prost 0.9.0",
4279 "prost-build",4229 "prost-build",
4280 "rand 0.7.3",4230 "rand 0.7.3",
4281 "regex",4231 "regex",
4297 "libp2p-swarm",4247 "libp2p-swarm",
4298 "log",4248 "log",
4299 "lru 0.7.7",4249 "lru 0.7.7",
4300 "prost",4250 "prost 0.9.0",
4301 "prost-build",4251 "prost-build",
4302 "smallvec",4252 "smallvec",
4303]4253]
4319 "libp2p-core",4269 "libp2p-core",
4320 "libp2p-swarm",4270 "libp2p-swarm",
4321 "log",4271 "log",
4322 "prost",4272 "prost 0.9.0",
4323 "prost-build",4273 "prost-build",
4324 "rand 0.7.3",4274 "rand 0.7.3",
4325 "sha2 0.10.2",4275 "sha2 0.10.2",
4397 "lazy_static",4347 "lazy_static",
4398 "libp2p-core",4348 "libp2p-core",
4399 "log",4349 "log",
4400 "prost",4350 "prost 0.9.0",
4401 "prost-build",4351 "prost-build",
4402 "rand 0.8.5",4352 "rand 0.8.5",
4403 "sha2 0.10.2",4353 "sha2 0.10.2",
4434 "futures 0.3.21",4384 "futures 0.3.21",
4435 "libp2p-core",4385 "libp2p-core",
4436 "log",4386 "log",
4437 "prost",4387 "prost 0.9.0",
4438 "prost-build",4388 "prost-build",
4439 "unsigned-varint",4389 "unsigned-varint",
4440 "void",4390 "void",
4470 "libp2p-swarm",4420 "libp2p-swarm",
4471 "log",4421 "log",
4472 "pin-project 1.0.10",4422 "pin-project 1.0.10",
4473 "prost",4423 "prost 0.9.0",
4474 "prost-build",4424 "prost-build",
4475 "rand 0.8.5",4425 "rand 0.8.5",
4476 "smallvec",4426 "smallvec",
4494 "libp2p-core",4444 "libp2p-core",
4495 "libp2p-swarm",4445 "libp2p-swarm",
4496 "log",4446 "log",
4497 "prost",4447 "prost 0.9.0",
4498 "prost-build",4448 "prost-build",
4499 "rand 0.8.5",4449 "rand 0.8.5",
4500 "sha2 0.10.2",4450 "sha2 0.10.2",
4848source = "registry+https://github.com/rust-lang/crates.io-index"4798source = "registry+https://github.com/rust-lang/crates.io-index"
4849checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"4799checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
4800
4801[[package]]
4802name = "memfd"
4803version = "0.4.1"
4804source = "registry+https://github.com/rust-lang/crates.io-index"
4805checksum = "f6627dc657574b49d6ad27105ed671822be56e0d2547d413bfbf3e8d8fa92e7a"
4806dependencies = [
4807 "libc",
4808]
48504809
4851[[package]]4810[[package]]
4852name = "memmap2"4811name = "memmap2"
4913 "zeroize",4872 "zeroize",
4914]4873]
4915
4916[[package]]
4917name = "metered-channel"
4918version = "0.9.22"
4919source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"
4920dependencies = [
4921 "coarsetime",
4922 "crossbeam-queue",
4923 "derive_more",
4924 "futures 0.3.21",
4925 "futures-timer",
4926 "nanorand",
4927 "thiserror",
4928 "tracing-gum",
4929]
49304874
4931[[package]]4875[[package]]
4932name = "mick-jaeger"4876name = "mick-jaeger"
5007source = "registry+https://github.com/rust-lang/crates.io-index"4951source = "registry+https://github.com/rust-lang/crates.io-index"
5008checksum = "e3db354f401db558759dfc1e568d010a5d4146f4d3f637be1275ec4a3cf09689"4952checksum = "e3db354f401db558759dfc1e568d010a5d4146f4d3f637be1275ec4a3cf09689"
5009dependencies = [4953dependencies = [
5010 "blake2b_simd 1.0.0",4954 "blake2b_simd",
5011 "blake2s_simd",4955 "blake2s_simd",
5012 "blake3",4956 "blake3",
5013 "core2",4957 "core2",
53075251
5308[[package]]5252[[package]]
5309name = "opal-runtime"5253name = "opal-runtime"
5310version = "0.9.22"5254version = "0.9.23"
5311dependencies = [5255dependencies = [
5312 "cumulus-pallet-aura-ext",5256 "cumulus-pallet-aura-ext",
5313 "cumulus-pallet-dmp-queue",5257 "cumulus-pallet-dmp-queue",
5405source = "registry+https://github.com/rust-lang/crates.io-index"5349source = "registry+https://github.com/rust-lang/crates.io-index"
5406checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"5350checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
5351
5352[[package]]
5353name = "orchestra"
5354version = "0.0.1"
5355source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
5356dependencies = [
5357 "async-trait",
5358 "dyn-clonable",
5359 "futures 0.3.21",
5360 "futures-timer",
5361 "orchestra-proc-macro",
5362 "pin-project 1.0.10",
5363 "prioritized-metered-channel",
5364 "thiserror",
5365 "tracing",
5366]
5367
5368[[package]]
5369name = "orchestra-proc-macro"
5370version = "0.0.1"
5371source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
5372dependencies = [
5373 "expander 0.0.6",
5374 "petgraph",
5375 "proc-macro-crate",
5376 "proc-macro2",
5377 "quote",
5378 "syn",
5379]
54075380
5408[[package]]5381[[package]]
5409name = "ordered-float"5382name = "ordered-float"
5417[[package]]5390[[package]]
5418name = "orml-vesting"5391name = "orml-vesting"
5419version = "0.4.1-dev"5392version = "0.4.1-dev"
5420source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=unique-polkadot-v0.9.22#59f6596ae462035d153e198ba5db8c5e084e6d25"5393source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=unique-polkadot-v0.9.23#97ff860ba8b2bbd246e6c91395fb95fd89c2951f"
5421dependencies = [5394dependencies = [
5422 "frame-support",5395 "frame-support",
5423 "frame-system",5396 "frame-system",
5447[[package]]5420[[package]]
5448name = "pallet-aura"5421name = "pallet-aura"
5449version = "4.0.0-dev"5422version = "4.0.0-dev"
5450source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"5423source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
5451dependencies = [5424dependencies = [
5452 "frame-support",5425 "frame-support",
5453 "frame-system",5426 "frame-system",
5463[[package]]5436[[package]]
5464name = "pallet-authority-discovery"5437name = "pallet-authority-discovery"
5465version = "4.0.0-dev"5438version = "4.0.0-dev"
5466source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"5439source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
5467dependencies = [5440dependencies = [
5468 "frame-support",5441 "frame-support",
5469 "frame-system",5442 "frame-system",
5479[[package]]5452[[package]]
5480name = "pallet-authorship"5453name = "pallet-authorship"
5481version = "4.0.0-dev"5454version = "4.0.0-dev"
5482source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"5455source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
5483dependencies = [5456dependencies = [
5484 "frame-support",5457 "frame-support",
5485 "frame-system",5458 "frame-system",
5494[[package]]5467[[package]]
5495name = "pallet-babe"5468name = "pallet-babe"
5496version = "4.0.0-dev"5469version = "4.0.0-dev"
5497source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"5470source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
5498dependencies = [5471dependencies = [
5499 "frame-benchmarking",5472 "frame-benchmarking",
5500 "frame-support",5473 "frame-support",
5518[[package]]5491[[package]]
5519name = "pallet-bags-list"5492name = "pallet-bags-list"
5520version = "4.0.0-dev"5493version = "4.0.0-dev"
5521source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"5494source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
5522dependencies = [5495dependencies = [
5523 "frame-benchmarking",5496 "frame-benchmarking",
5524 "frame-election-provider-support",5497 "frame-election-provider-support",
5538[[package]]5511[[package]]
5539name = "pallet-balances"5512name = "pallet-balances"
5540version = "4.0.0-dev"5513version = "4.0.0-dev"
5541source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"5514source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
5542dependencies = [5515dependencies = [
5543 "frame-benchmarking",5516 "frame-benchmarking",
5544 "frame-support",5517 "frame-support",
5553[[package]]5526[[package]]
5554name = "pallet-base-fee"5527name = "pallet-base-fee"
5555version = "1.0.0"5528version = "1.0.0"
5556source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.22#94cc1f98619da89350f77d18b2e4224b034e07ad"5529source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.23#29adc958b0541466d564c781aa70fb7e3ef263a2"
5557dependencies = [5530dependencies = [
5558 "fp-evm",5531 "fp-evm",
5559 "frame-support",5532 "frame-support",
5568[[package]]5541[[package]]
5569name = "pallet-beefy"5542name = "pallet-beefy"
5570version = "4.0.0-dev"5543version = "4.0.0-dev"
5571source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"5544source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
5572dependencies = [5545dependencies = [
5573 "beefy-primitives",5546 "beefy-primitives",
5574 "frame-support",5547 "frame-support",
5584[[package]]5557[[package]]
5585name = "pallet-beefy-mmr"5558name = "pallet-beefy-mmr"
5586version = "4.0.0-dev"5559version = "4.0.0-dev"
5587source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"5560source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
5588dependencies = [5561dependencies = [
5589 "beefy-merkle-tree",5562 "beefy-merkle-tree",
5590 "beefy-primitives",5563 "beefy-primitives",
5607[[package]]5580[[package]]
5608name = "pallet-bounties"5581name = "pallet-bounties"
5609version = "4.0.0-dev"5582version = "4.0.0-dev"
5610source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"5583source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
5611dependencies = [5584dependencies = [
5612 "frame-benchmarking",5585 "frame-benchmarking",
5613 "frame-support",5586 "frame-support",
5625[[package]]5598[[package]]
5626name = "pallet-bridge-dispatch"5599name = "pallet-bridge-dispatch"
5627version = "0.1.0"5600version = "0.1.0"
5628source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"5601source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
5629dependencies = [5602dependencies = [
5630 "bp-message-dispatch",5603 "bp-message-dispatch",
5631 "bp-runtime",5604 "bp-runtime",
5642[[package]]5615[[package]]
5643name = "pallet-bridge-grandpa"5616name = "pallet-bridge-grandpa"
5644version = "0.1.0"5617version = "0.1.0"
5645source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"5618source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
5646dependencies = [5619dependencies = [
5647 "bp-header-chain",5620 "bp-header-chain",
5648 "bp-runtime",5621 "bp-runtime",
5664[[package]]5637[[package]]
5665name = "pallet-bridge-messages"5638name = "pallet-bridge-messages"
5666version = "0.1.0"5639version = "0.1.0"
5667source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"5640source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
5668dependencies = [5641dependencies = [
5669 "bitvec 1.0.0",5642 "bitvec 1.0.0",
5670 "bp-message-dispatch",5643 "bp-message-dispatch",
5685[[package]]5658[[package]]
5686name = "pallet-child-bounties"5659name = "pallet-child-bounties"
5687version = "4.0.0-dev"5660version = "4.0.0-dev"
5688source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"5661source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
5689dependencies = [5662dependencies = [
5690 "frame-benchmarking",5663 "frame-benchmarking",
5691 "frame-support",5664 "frame-support",
5704[[package]]5677[[package]]
5705name = "pallet-collective"5678name = "pallet-collective"
5706version = "4.0.0-dev"5679version = "4.0.0-dev"
5707source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"5680source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
5708dependencies = [5681dependencies = [
5709 "frame-benchmarking",5682 "frame-benchmarking",
5710 "frame-support",5683 "frame-support",
5742[[package]]5715[[package]]
5743name = "pallet-democracy"5716name = "pallet-democracy"
5744version = "4.0.0-dev"5717version = "4.0.0-dev"
5745source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"5718source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
5746dependencies = [5719dependencies = [
5747 "frame-benchmarking",5720 "frame-benchmarking",
5748 "frame-support",5721 "frame-support",
5758[[package]]5731[[package]]
5759name = "pallet-election-provider-multi-phase"5732name = "pallet-election-provider-multi-phase"
5760version = "4.0.0-dev"5733version = "4.0.0-dev"
5761source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"5734source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
5762dependencies = [5735dependencies = [
5763 "frame-benchmarking",5736 "frame-benchmarking",
5764 "frame-election-provider-support",5737 "frame-election-provider-support",
5781[[package]]5754[[package]]
5782name = "pallet-election-provider-support-benchmarking"5755name = "pallet-election-provider-support-benchmarking"
5783version = "4.0.0-dev"5756version = "4.0.0-dev"
5784source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"5757source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
5785dependencies = [5758dependencies = [
5786 "frame-benchmarking",5759 "frame-benchmarking",
5787 "frame-election-provider-support",5760 "frame-election-provider-support",
5794[[package]]5767[[package]]
5795name = "pallet-elections-phragmen"5768name = "pallet-elections-phragmen"
5796version = "5.0.0-dev"5769version = "5.0.0-dev"
5797source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"5770source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
5798dependencies = [5771dependencies = [
5799 "frame-benchmarking",5772 "frame-benchmarking",
5800 "frame-support",5773 "frame-support",
5812[[package]]5785[[package]]
5813name = "pallet-ethereum"5786name = "pallet-ethereum"
5814version = "4.0.0-dev"5787version = "4.0.0-dev"
5815source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.22#94cc1f98619da89350f77d18b2e4224b034e07ad"5788source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.23#29adc958b0541466d564c781aa70fb7e3ef263a2"
5816dependencies = [5789dependencies = [
5817 "ethereum",5790 "ethereum",
5818 "ethereum-types",5791 "ethereum-types",
5841[[package]]5814[[package]]
5842name = "pallet-evm"5815name = "pallet-evm"
5843version = "6.0.0-dev"5816version = "6.0.0-dev"
5844source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.22#94cc1f98619da89350f77d18b2e4224b034e07ad"5817source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.23#29adc958b0541466d564c781aa70fb7e3ef263a2"
5845dependencies = [5818dependencies = [
5846 "evm",5819 "evm",
5847 "fp-evm",5820 "fp-evm",
5964[[package]]5937[[package]]
5965name = "pallet-gilt"5938name = "pallet-gilt"
5966version = "4.0.0-dev"5939version = "4.0.0-dev"
5967source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"5940source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
5968dependencies = [5941dependencies = [
5969 "frame-benchmarking",5942 "frame-benchmarking",
5970 "frame-support",5943 "frame-support",
5979[[package]]5952[[package]]
5980name = "pallet-grandpa"5953name = "pallet-grandpa"
5981version = "4.0.0-dev"5954version = "4.0.0-dev"
5982source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"5955source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
5983dependencies = [5956dependencies = [
5984 "frame-benchmarking",5957 "frame-benchmarking",
5985 "frame-support",5958 "frame-support",
6002[[package]]5975[[package]]
6003name = "pallet-identity"5976name = "pallet-identity"
6004version = "4.0.0-dev"5977version = "4.0.0-dev"
6005source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"5978source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
6006dependencies = [5979dependencies = [
6007 "enumflags2",5980 "enumflags2",
6008 "frame-benchmarking",5981 "frame-benchmarking",
6018[[package]]5991[[package]]
6019name = "pallet-im-online"5992name = "pallet-im-online"
6020version = "4.0.0-dev"5993version = "4.0.0-dev"
6021source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"5994source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
6022dependencies = [5995dependencies = [
6023 "frame-benchmarking",5996 "frame-benchmarking",
6024 "frame-support",5997 "frame-support",
6038[[package]]6011[[package]]
6039name = "pallet-indices"6012name = "pallet-indices"
6040version = "4.0.0-dev"6013version = "4.0.0-dev"
6041source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6014source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
6042dependencies = [6015dependencies = [
6043 "frame-benchmarking",6016 "frame-benchmarking",
6044 "frame-support",6017 "frame-support",
6074[[package]]6047[[package]]
6075name = "pallet-membership"6048name = "pallet-membership"
6076version = "4.0.0-dev"6049version = "4.0.0-dev"
6077source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6050source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
6078dependencies = [6051dependencies = [
6079 "frame-benchmarking",6052 "frame-benchmarking",
6080 "frame-support",6053 "frame-support",
6091[[package]]6064[[package]]
6092name = "pallet-mmr"6065name = "pallet-mmr"
6093version = "4.0.0-dev"6066version = "4.0.0-dev"
6094source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6067source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
6095dependencies = [6068dependencies = [
6096 "ckb-merkle-mountain-range",6069 "ckb-merkle-mountain-range",
6097 "frame-benchmarking",6070 "frame-benchmarking",
6109[[package]]6082[[package]]
6110name = "pallet-mmr-rpc"6083name = "pallet-mmr-rpc"
6111version = "3.0.0"6084version = "3.0.0"
6112source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6085source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
6113dependencies = [6086dependencies = [
6114 "jsonrpsee",6087 "jsonrpsee",
6115 "parity-scale-codec 3.1.5",6088 "parity-scale-codec 3.1.5",
6124[[package]]6097[[package]]
6125name = "pallet-multisig"6098name = "pallet-multisig"
6126version = "4.0.0-dev"6099version = "4.0.0-dev"
6127source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6100source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
6128dependencies = [6101dependencies = [
6129 "frame-benchmarking",6102 "frame-benchmarking",
6130 "frame-support",6103 "frame-support",
6139[[package]]6112[[package]]
6140name = "pallet-nicks"6113name = "pallet-nicks"
6141version = "4.0.0-dev"6114version = "4.0.0-dev"
6142source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6115source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
6143dependencies = [6116dependencies = [
6144 "frame-support",6117 "frame-support",
6145 "frame-system",6118 "frame-system",
6153[[package]]6126[[package]]
6154name = "pallet-nomination-pools"6127name = "pallet-nomination-pools"
6155version = "1.0.0"6128version = "1.0.0"
6156source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6129source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
6157dependencies = [6130dependencies = [
6158 "frame-support",6131 "frame-support",
6159 "frame-system",6132 "frame-system",
6133 "log",
6160 "parity-scale-codec 3.1.5",6134 "parity-scale-codec 3.1.5",
6161 "scale-info",6135 "scale-info",
6162 "sp-core",6136 "sp-core",
6168[[package]]6142[[package]]
6169name = "pallet-nomination-pools-benchmarking"6143name = "pallet-nomination-pools-benchmarking"
6170version = "1.0.0"6144version = "1.0.0"
6171source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6145source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
6172dependencies = [6146dependencies = [
6173 "frame-benchmarking",6147 "frame-benchmarking",
6174 "frame-election-provider-support",6148 "frame-election-provider-support",
6209[[package]]6183[[package]]
6210name = "pallet-offences"6184name = "pallet-offences"
6211version = "4.0.0-dev"6185version = "4.0.0-dev"
6212source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6186source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
6213dependencies = [6187dependencies = [
6214 "frame-support",6188 "frame-support",
6215 "frame-system",6189 "frame-system",
6226[[package]]6200[[package]]
6227name = "pallet-offences-benchmarking"6201name = "pallet-offences-benchmarking"
6228version = "4.0.0-dev"6202version = "4.0.0-dev"
6229source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6203source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
6230dependencies = [6204dependencies = [
6231 "frame-benchmarking",6205 "frame-benchmarking",
6232 "frame-election-provider-support",6206 "frame-election-provider-support",
6249[[package]]6223[[package]]
6250name = "pallet-preimage"6224name = "pallet-preimage"
6251version = "4.0.0-dev"6225version = "4.0.0-dev"
6252source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6226source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
6253dependencies = [6227dependencies = [
6254 "frame-benchmarking",6228 "frame-benchmarking",
6255 "frame-support",6229 "frame-support",
6265[[package]]6239[[package]]
6266name = "pallet-proxy"6240name = "pallet-proxy"
6267version = "4.0.0-dev"6241version = "4.0.0-dev"
6268source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6242source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
6269dependencies = [6243dependencies = [
6270 "frame-benchmarking",6244 "frame-benchmarking",
6271 "frame-support",6245 "frame-support",
6280[[package]]6254[[package]]
6281name = "pallet-randomness-collective-flip"6255name = "pallet-randomness-collective-flip"
6282version = "4.0.0-dev"6256version = "4.0.0-dev"
6283source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6257source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
6284dependencies = [6258dependencies = [
6285 "frame-support",6259 "frame-support",
6286 "frame-system",6260 "frame-system",
6294[[package]]6268[[package]]
6295name = "pallet-recovery"6269name = "pallet-recovery"
6296version = "4.0.0-dev"6270version = "4.0.0-dev"
6297source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6271source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
6298dependencies = [6272dependencies = [
6299 "frame-benchmarking",6273 "frame-benchmarking",
6300 "frame-support",6274 "frame-support",
6369[[package]]6343[[package]]
6370name = "pallet-scheduler"6344name = "pallet-scheduler"
6371version = "4.0.0-dev"6345version = "4.0.0-dev"
6372source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6346source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
6373dependencies = [6347dependencies = [
6374 "frame-benchmarking",6348 "frame-benchmarking",
6375 "frame-support",6349 "frame-support",
6385[[package]]6359[[package]]
6386name = "pallet-session"6360name = "pallet-session"
6387version = "4.0.0-dev"6361version = "4.0.0-dev"
6388source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6362source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
6389dependencies = [6363dependencies = [
6390 "frame-support",6364 "frame-support",
6391 "frame-system",6365 "frame-system",
6406[[package]]6380[[package]]
6407name = "pallet-session-benchmarking"6381name = "pallet-session-benchmarking"
6408version = "4.0.0-dev"6382version = "4.0.0-dev"
6409source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6383source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
6410dependencies = [6384dependencies = [
6411 "frame-benchmarking",6385 "frame-benchmarking",
6412 "frame-support",6386 "frame-support",
6422[[package]]6396[[package]]
6423name = "pallet-society"6397name = "pallet-society"
6424version = "4.0.0-dev"6398version = "4.0.0-dev"
6425source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6399source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
6426dependencies = [6400dependencies = [
6427 "frame-support",6401 "frame-support",
6428 "frame-system",6402 "frame-system",
6436[[package]]6410[[package]]
6437name = "pallet-staking"6411name = "pallet-staking"
6438version = "4.0.0-dev"6412version = "4.0.0-dev"
6439source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6413source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
6440dependencies = [6414dependencies = [
6441 "frame-benchmarking",6415 "frame-benchmarking",
6442 "frame-election-provider-support",6416 "frame-election-provider-support",
6459[[package]]6433[[package]]
6460name = "pallet-staking-reward-curve"6434name = "pallet-staking-reward-curve"
6461version = "4.0.0-dev"6435version = "4.0.0-dev"
6462source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6436source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
6463dependencies = [6437dependencies = [
6464 "proc-macro-crate",6438 "proc-macro-crate",
6465 "proc-macro2",6439 "proc-macro2",
6470[[package]]6444[[package]]
6471name = "pallet-staking-reward-fn"6445name = "pallet-staking-reward-fn"
6472version = "4.0.0-dev"6446version = "4.0.0-dev"
6473source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6447source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
6474dependencies = [6448dependencies = [
6475 "log",6449 "log",
6476 "sp-arithmetic",6450 "sp-arithmetic",
6494[[package]]6468[[package]]
6495name = "pallet-sudo"6469name = "pallet-sudo"
6496version = "4.0.0-dev"6470version = "4.0.0-dev"
6497source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6471source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
6498dependencies = [6472dependencies = [
6499 "frame-support",6473 "frame-support",
6500 "frame-system",6474 "frame-system",
6508[[package]]6482[[package]]
6509name = "pallet-template-transaction-payment"6483name = "pallet-template-transaction-payment"
6510version = "3.0.0"6484version = "3.0.0"
6511source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.22#9fc4fbc3f83fdc793205f3fef1c97ef168d4dfe0"6485source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.23#5f3b55354830f9707d6632aaa54362deea981116"
6512dependencies = [6486dependencies = [
6513 "frame-benchmarking",6487 "frame-benchmarking",
6514 "frame-support",6488 "frame-support",
6528[[package]]6502[[package]]
6529name = "pallet-timestamp"6503name = "pallet-timestamp"
6530version = "4.0.0-dev"6504version = "4.0.0-dev"
6531source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6505source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
6532dependencies = [6506dependencies = [
6533 "frame-benchmarking",6507 "frame-benchmarking",
6534 "frame-support",6508 "frame-support",
6546[[package]]6520[[package]]
6547name = "pallet-tips"6521name = "pallet-tips"
6548version = "4.0.0-dev"6522version = "4.0.0-dev"
6549source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6523source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
6550dependencies = [6524dependencies = [
6551 "frame-benchmarking",6525 "frame-benchmarking",
6552 "frame-support",6526 "frame-support",
6565[[package]]6539[[package]]
6566name = "pallet-transaction-payment"6540name = "pallet-transaction-payment"
6567version = "4.0.0-dev"6541version = "4.0.0-dev"
6568source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6542source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
6569dependencies = [6543dependencies = [
6570 "frame-support",6544 "frame-support",
6571 "frame-system",6545 "frame-system",
6572 "parity-scale-codec 3.1.5",6546 "parity-scale-codec 3.1.5",
6573 "scale-info",6547 "scale-info",
6574 "serde",6548 "serde",
6575 "smallvec",
6576 "sp-core",6549 "sp-core",
6577 "sp-io",6550 "sp-io",
6578 "sp-runtime",6551 "sp-runtime",
6582[[package]]6555[[package]]
6583name = "pallet-transaction-payment-rpc"6556name = "pallet-transaction-payment-rpc"
6584version = "4.0.0-dev"6557version = "4.0.0-dev"
6585source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6558source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
6586dependencies = [6559dependencies = [
6587 "jsonrpsee",6560 "jsonrpsee",
6588 "pallet-transaction-payment-rpc-runtime-api",6561 "pallet-transaction-payment-rpc-runtime-api",
6597[[package]]6570[[package]]
6598name = "pallet-transaction-payment-rpc-runtime-api"6571name = "pallet-transaction-payment-rpc-runtime-api"
6599version = "4.0.0-dev"6572version = "4.0.0-dev"
6600source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6573source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
6601dependencies = [6574dependencies = [
6602 "pallet-transaction-payment",6575 "pallet-transaction-payment",
6603 "parity-scale-codec 3.1.5",6576 "parity-scale-codec 3.1.5",
6608[[package]]6581[[package]]
6609name = "pallet-treasury"6582name = "pallet-treasury"
6610version = "4.0.0-dev"6583version = "4.0.0-dev"
6611source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6584source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
6612dependencies = [6585dependencies = [
6613 "frame-benchmarking",6586 "frame-benchmarking",
6614 "frame-support",6587 "frame-support",
6667[[package]]6640[[package]]
6668name = "pallet-utility"6641name = "pallet-utility"
6669version = "4.0.0-dev"6642version = "4.0.0-dev"
6670source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6643source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
6671dependencies = [6644dependencies = [
6672 "frame-benchmarking",6645 "frame-benchmarking",
6673 "frame-support",6646 "frame-support",
6683[[package]]6656[[package]]
6684name = "pallet-vesting"6657name = "pallet-vesting"
6685version = "4.0.0-dev"6658version = "4.0.0-dev"
6686source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6659source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
6687dependencies = [6660dependencies = [
6688 "frame-benchmarking",6661 "frame-benchmarking",
6689 "frame-support",6662 "frame-support",
66976670
6698[[package]]6671[[package]]
6699name = "pallet-xcm"6672name = "pallet-xcm"
6700version = "0.9.22"6673version = "0.9.23"
6701source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"6674source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
6702dependencies = [6675dependencies = [
6703 "frame-support",6676 "frame-support",
6704 "frame-system",6677 "frame-system",
67156688
6716[[package]]6689[[package]]
6717name = "pallet-xcm-benchmarks"6690name = "pallet-xcm-benchmarks"
6718version = "0.9.22"6691version = "0.9.23"
6719source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"6692source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
6720dependencies = [6693dependencies = [
6721 "frame-benchmarking",6694 "frame-benchmarking",
6722 "frame-support",6695 "frame-support",
6733[[package]]6706[[package]]
6734name = "parachain-info"6707name = "parachain-info"
6735version = "0.1.0"6708version = "0.1.0"
6736source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.22#ebdfbea0029dd3349ce0e9c758acc73acce04d18"6709source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.23#9c1470893c6bd5f33ad8eb104d159177c6847df5"
6737dependencies = [6710dependencies = [
6738 "cumulus-primitives-core",6711 "cumulus-primitives-core",
6739 "frame-support",6712 "frame-support",
6900 "cfg-if 1.0.0",6873 "cfg-if 1.0.0",
6901 "instant",6874 "instant",
6902 "libc",6875 "libc",
6903 "redox_syscall 0.2.13",6876 "redox_syscall",
6904 "smallvec",6877 "smallvec",
6905 "winapi",6878 "winapi",
6906]6879]
6913dependencies = [6886dependencies = [
6914 "cfg-if 1.0.0",6887 "cfg-if 1.0.0",
6915 "libc",6888 "libc",
6916 "redox_syscall 0.2.13",6889 "redox_syscall",
6917 "smallvec",6890 "smallvec",
6918 "windows-sys",6891 "windows-sys",
6919]6892]
70797052
7080[[package]]7053[[package]]
7081name = "polkadot-approval-distribution"7054name = "polkadot-approval-distribution"
7082version = "0.9.22"7055version = "0.9.23"
7083source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7056source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
7084dependencies = [7057dependencies = [
7085 "futures 0.3.21",7058 "futures 0.3.21",
7086 "polkadot-node-network-protocol",7059 "polkadot-node-network-protocol",
70947067
7095[[package]]7068[[package]]
7096name = "polkadot-availability-bitfield-distribution"7069name = "polkadot-availability-bitfield-distribution"
7097version = "0.9.22"7070version = "0.9.23"
7098source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7071source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
7099dependencies = [7072dependencies = [
7100 "futures 0.3.21",7073 "futures 0.3.21",
7101 "polkadot-node-network-protocol",7074 "polkadot-node-network-protocol",
71087081
7109[[package]]7082[[package]]
7110name = "polkadot-availability-distribution"7083name = "polkadot-availability-distribution"
7111version = "0.9.22"7084version = "0.9.23"
7112source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7085source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
7113dependencies = [7086dependencies = [
7114 "derive_more",7087 "derive_more",
7115 "fatality",7088 "fatality",
71317104
7132[[package]]7105[[package]]
7133name = "polkadot-availability-recovery"7106name = "polkadot-availability-recovery"
7134version = "0.9.22"7107version = "0.9.23"
7135source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7108source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
7136dependencies = [7109dependencies = [
7137 "fatality",7110 "fatality",
7138 "futures 0.3.21",7111 "futures 0.3.21",
71527125
7153[[package]]7126[[package]]
7154name = "polkadot-cli"7127name = "polkadot-cli"
7155version = "0.9.22"7128version = "0.9.23"
7156source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7129source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
7157dependencies = [7130dependencies = [
7158 "clap",7131 "clap",
7159 "frame-benchmarking-cli",7132 "frame-benchmarking-cli",
71777150
7178[[package]]7151[[package]]
7179name = "polkadot-client"7152name = "polkadot-client"
7180version = "0.9.22"7153version = "0.9.23"
7181source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7154source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
7182dependencies = [7155dependencies = [
7183 "beefy-primitives",7156 "beefy-primitives",
7184 "frame-benchmarking",7157 "frame-benchmarking",
72177190
7218[[package]]7191[[package]]
7219name = "polkadot-collator-protocol"7192name = "polkadot-collator-protocol"
7220version = "0.9.22"7193version = "0.9.23"
7221source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7194source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
7222dependencies = [7195dependencies = [
7223 "always-assert",7196 "always-assert",
7224 "fatality",7197 "fatality",
72387211
7239[[package]]7212[[package]]
7240name = "polkadot-core-primitives"7213name = "polkadot-core-primitives"
7241version = "0.9.22"7214version = "0.9.23"
7242source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7215source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
7243dependencies = [7216dependencies = [
7244 "parity-scale-codec 3.1.5",7217 "parity-scale-codec 3.1.5",
7245 "parity-util-mem",7218 "parity-util-mem",
72517224
7252[[package]]7225[[package]]
7253name = "polkadot-dispute-distribution"7226name = "polkadot-dispute-distribution"
7254version = "0.9.22"7227version = "0.9.23"
7255source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7228source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
7256dependencies = [7229dependencies = [
7257 "derive_more",7230 "derive_more",
7258 "fatality",7231 "fatality",
72747247
7275[[package]]7248[[package]]
7276name = "polkadot-erasure-coding"7249name = "polkadot-erasure-coding"
7277version = "0.9.22"7250version = "0.9.23"
7278source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7251source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
7279dependencies = [7252dependencies = [
7280 "parity-scale-codec 3.1.5",7253 "parity-scale-codec 3.1.5",
7281 "polkadot-node-primitives",7254 "polkadot-node-primitives",
72887261
7289[[package]]7262[[package]]
7290name = "polkadot-gossip-support"7263name = "polkadot-gossip-support"
7291version = "0.9.22"7264version = "0.9.23"
7292source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7265source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
7293dependencies = [7266dependencies = [
7294 "futures 0.3.21",7267 "futures 0.3.21",
7295 "futures-timer",7268 "futures-timer",
73087281
7309[[package]]7282[[package]]
7310name = "polkadot-network-bridge"7283name = "polkadot-network-bridge"
7311version = "0.9.22"7284version = "0.9.23"
7312source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7285source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
7313dependencies = [7286dependencies = [
7314 "always-assert",7287 "always-assert",
7315 "async-trait",7288 "async-trait",
73297302
7330[[package]]7303[[package]]
7331name = "polkadot-node-collation-generation"7304name = "polkadot-node-collation-generation"
7332version = "0.9.22"7305version = "0.9.23"
7333source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7306source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
7334dependencies = [7307dependencies = [
7335 "futures 0.3.21",7308 "futures 0.3.21",
7336 "parity-scale-codec 3.1.5",7309 "parity-scale-codec 3.1.5",
73477320
7348[[package]]7321[[package]]
7349name = "polkadot-node-core-approval-voting"7322name = "polkadot-node-core-approval-voting"
7350version = "0.9.22"7323version = "0.9.23"
7351source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7324source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
7352dependencies = [7325dependencies = [
7353 "bitvec 1.0.0",7326 "bitvec 1.0.0",
7354 "derive_more",7327 "derive_more",
73767349
7377[[package]]7350[[package]]
7378name = "polkadot-node-core-av-store"7351name = "polkadot-node-core-av-store"
7379version = "0.9.22"7352version = "0.9.23"
7380source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7353source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
7381dependencies = [7354dependencies = [
7382 "bitvec 1.0.0",7355 "bitvec 1.0.0",
7383 "futures 0.3.21",7356 "futures 0.3.21",
73967369
7397[[package]]7370[[package]]
7398name = "polkadot-node-core-backing"7371name = "polkadot-node-core-backing"
7399version = "0.9.22"7372version = "0.9.23"
7400source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7373source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
7401dependencies = [7374dependencies = [
7402 "bitvec 1.0.0",7375 "bitvec 1.0.0",
7403 "fatality",7376 "fatality",
74157388
7416[[package]]7389[[package]]
7417name = "polkadot-node-core-bitfield-signing"7390name = "polkadot-node-core-bitfield-signing"
7418version = "0.9.22"7391version = "0.9.23"
7419source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7392source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
7420dependencies = [7393dependencies = [
7421 "futures 0.3.21",7394 "futures 0.3.21",
7422 "polkadot-node-subsystem",7395 "polkadot-node-subsystem",
74307403
7431[[package]]7404[[package]]
7432name = "polkadot-node-core-candidate-validation"7405name = "polkadot-node-core-candidate-validation"
7433version = "0.9.22"7406version = "0.9.23"
7434source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7407source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
7435dependencies = [7408dependencies = [
7436 "async-trait",7409 "async-trait",
7437 "futures 0.3.21",7410 "futures 0.3.21",
74487421
7449[[package]]7422[[package]]
7450name = "polkadot-node-core-chain-api"7423name = "polkadot-node-core-chain-api"
7451version = "0.9.22"7424version = "0.9.23"
7452source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7425source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
7453dependencies = [7426dependencies = [
7454 "futures 0.3.21",7427 "futures 0.3.21",
7455 "polkadot-node-subsystem",7428 "polkadot-node-subsystem",
74637436
7464[[package]]7437[[package]]
7465name = "polkadot-node-core-chain-selection"7438name = "polkadot-node-core-chain-selection"
7466version = "0.9.22"7439version = "0.9.23"
7467source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7440source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
7468dependencies = [7441dependencies = [
7469 "futures 0.3.21",7442 "futures 0.3.21",
7470 "futures-timer",7443 "futures-timer",
74807453
7481[[package]]7454[[package]]
7482name = "polkadot-node-core-dispute-coordinator"7455name = "polkadot-node-core-dispute-coordinator"
7483version = "0.9.22"7456version = "0.9.23"
7484source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7457source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
7485dependencies = [7458dependencies = [
7486 "fatality",7459 "fatality",
7487 "futures 0.3.21",7460 "futures 0.3.21",
74997472
7500[[package]]7473[[package]]
7501name = "polkadot-node-core-parachains-inherent"7474name = "polkadot-node-core-parachains-inherent"
7502version = "0.9.22"7475version = "0.9.23"
7503source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7476source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
7504dependencies = [7477dependencies = [
7505 "async-trait",7478 "async-trait",
7506 "futures 0.3.21",7479 "futures 0.3.21",
75167489
7517[[package]]7490[[package]]
7518name = "polkadot-node-core-provisioner"7491name = "polkadot-node-core-provisioner"
7519version = "0.9.22"7492version = "0.9.23"
7520source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7493source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
7521dependencies = [7494dependencies = [
7522 "bitvec 1.0.0",7495 "bitvec 1.0.0",
7523 "fatality",7496 "fatality",
75347507
7535[[package]]7508[[package]]
7536name = "polkadot-node-core-pvf"7509name = "polkadot-node-core-pvf"
7537version = "0.9.22"7510version = "0.9.23"
7538source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7511source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
7539dependencies = [7512dependencies = [
7540 "always-assert",7513 "always-assert",
7541 "assert_matches",7514 "assert_matches",
7559 "sp-maybe-compressed-blob",7532 "sp-maybe-compressed-blob",
7560 "sp-tracing",7533 "sp-tracing",
7561 "sp-wasm-interface",7534 "sp-wasm-interface",
7535 "tempfile",
7562 "tracing-gum",7536 "tracing-gum",
7563]7537]
75647538
7565[[package]]7539[[package]]
7566name = "polkadot-node-core-pvf-checker"7540name = "polkadot-node-core-pvf-checker"
7567version = "0.9.22"7541version = "0.9.23"
7568source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7542source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
7569dependencies = [7543dependencies = [
7570 "futures 0.3.21",7544 "futures 0.3.21",
7571 "polkadot-node-primitives",7545 "polkadot-node-primitives",
75807554
7581[[package]]7555[[package]]
7582name = "polkadot-node-core-runtime-api"7556name = "polkadot-node-core-runtime-api"
7583version = "0.9.22"7557version = "0.9.23"
7584source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7558source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
7585dependencies = [7559dependencies = [
7586 "futures 0.3.21",7560 "futures 0.3.21",
7587 "memory-lru",7561 "memory-lru",
7592 "sp-api",7566 "sp-api",
7593 "sp-authority-discovery",7567 "sp-authority-discovery",
7594 "sp-consensus-babe",7568 "sp-consensus-babe",
7595 "sp-core",
7596 "tracing-gum",7569 "tracing-gum",
7597]7570]
75987571
7599[[package]]7572[[package]]
7600name = "polkadot-node-jaeger"7573name = "polkadot-node-jaeger"
7601version = "0.9.22"7574version = "0.9.23"
7602source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7575source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
7603dependencies = [7576dependencies = [
7604 "async-std",7577 "async-std",
7605 "lazy_static",7578 "lazy_static",
76167589
7617[[package]]7590[[package]]
7618name = "polkadot-node-metrics"7591name = "polkadot-node-metrics"
7619version = "0.9.22"7592version = "0.9.23"
7620source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7593source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
7621dependencies = [7594dependencies = [
7622 "bs58",7595 "bs58",
7623 "futures 0.3.21",7596 "futures 0.3.21",
7624 "futures-timer",7597 "futures-timer",
7625 "log",7598 "log",
7626 "metered-channel",
7627 "parity-scale-codec 3.1.5",7599 "parity-scale-codec 3.1.5",
7628 "polkadot-primitives",7600 "polkadot-primitives",
7601 "prioritized-metered-channel",
7629 "sc-cli",7602 "sc-cli",
7630 "sc-service",7603 "sc-service",
7631 "sc-tracing",7604 "sc-tracing",
76357608
7636[[package]]7609[[package]]
7637name = "polkadot-node-network-protocol"7610name = "polkadot-node-network-protocol"
7638version = "0.9.22"7611version = "0.9.23"
7639source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7612source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
7640dependencies = [7613dependencies = [
7641 "async-trait",7614 "async-trait",
7642 "derive_more",7615 "derive_more",
7651 "sc-network",7624 "sc-network",
7652 "strum 0.24.1",7625 "strum 0.24.1",
7653 "thiserror",7626 "thiserror",
7627 "tracing-gum",
7654]7628]
76557629
7656[[package]]7630[[package]]
7657name = "polkadot-node-primitives"7631name = "polkadot-node-primitives"
7658version = "0.9.22"7632version = "0.9.23"
7659source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7633source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
7660dependencies = [7634dependencies = [
7661 "bounded-vec",7635 "bounded-vec",
7662 "futures 0.3.21",7636 "futures 0.3.21",
76777651
7678[[package]]7652[[package]]
7679name = "polkadot-node-subsystem"7653name = "polkadot-node-subsystem"
7680version = "0.9.22"7654version = "0.9.23"
7681source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7655source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
7682dependencies = [7656dependencies = [
7683 "polkadot-node-jaeger",7657 "polkadot-node-jaeger",
7684 "polkadot-node-subsystem-types",7658 "polkadot-node-subsystem-types",
76877661
7688[[package]]7662[[package]]
7689name = "polkadot-node-subsystem-types"7663name = "polkadot-node-subsystem-types"
7690version = "0.9.22"7664version = "0.9.23"
7691source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7665source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
7692dependencies = [7666dependencies = [
7693 "derive_more",7667 "derive_more",
7694 "futures 0.3.21",7668 "futures 0.3.21",
7669 "orchestra",
7695 "polkadot-node-jaeger",7670 "polkadot-node-jaeger",
7696 "polkadot-node-network-protocol",7671 "polkadot-node-network-protocol",
7697 "polkadot-node-primitives",7672 "polkadot-node-primitives",
7698 "polkadot-overseer-gen",
7699 "polkadot-primitives",7673 "polkadot-primitives",
7700 "polkadot-statement-table",7674 "polkadot-statement-table",
7701 "sc-network",7675 "sc-network",
77067680
7707[[package]]7681[[package]]
7708name = "polkadot-node-subsystem-util"7682name = "polkadot-node-subsystem-util"
7709version = "0.9.22"7683version = "0.9.23"
7710source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7684source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
7711dependencies = [7685dependencies = [
7712 "async-trait",7686 "async-trait",
7713 "derive_more",7687 "derive_more",
7716 "itertools",7690 "itertools",
7717 "kvdb",7691 "kvdb",
7718 "lru 0.7.7",7692 "lru 0.7.7",
7719 "metered-channel",
7720 "parity-db",7693 "parity-db",
7721 "parity-scale-codec 3.1.5",7694 "parity-scale-codec 3.1.5",
7722 "parity-util-mem",7695 "parity-util-mem",
7729 "polkadot-node-subsystem",7702 "polkadot-node-subsystem",
7730 "polkadot-overseer",7703 "polkadot-overseer",
7731 "polkadot-primitives",7704 "polkadot-primitives",
7705 "prioritized-metered-channel",
7732 "rand 0.8.5",7706 "rand 0.8.5",
7733 "sp-application-crypto",7707 "sp-application-crypto",
7734 "sp-core",7708 "sp-core",
77397713
7740[[package]]7714[[package]]
7741name = "polkadot-overseer"7715name = "polkadot-overseer"
7742version = "0.9.22"7716version = "0.9.23"
7743source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7717source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
7744dependencies = [7718dependencies = [
7745 "futures 0.3.21",7719 "futures 0.3.21",
7746 "futures-timer",7720 "futures-timer",
7747 "lru 0.7.7",7721 "lru 0.7.7",
7722 "orchestra",
7748 "parity-util-mem",7723 "parity-util-mem",
7749 "parking_lot 0.12.1",7724 "parking_lot 0.12.1",
7750 "polkadot-node-metrics",7725 "polkadot-node-metrics",
7751 "polkadot-node-network-protocol",7726 "polkadot-node-network-protocol",
7752 "polkadot-node-primitives",7727 "polkadot-node-primitives",
7753 "polkadot-node-subsystem-types",7728 "polkadot-node-subsystem-types",
7754 "polkadot-overseer-gen",
7755 "polkadot-primitives",7729 "polkadot-primitives",
7756 "sc-client-api",7730 "sc-client-api",
7757 "sp-api",7731 "sp-api",
7732 "sp-core",
7758 "tracing-gum",7733 "tracing-gum",
7759]7734]
7760
7761[[package]]
7762name = "polkadot-overseer-gen"
7763version = "0.9.22"
7764source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"
7765dependencies = [
7766 "async-trait",
7767 "futures 0.3.21",
7768 "futures-timer",
7769 "metered-channel",
7770 "pin-project 1.0.10",
7771 "polkadot-node-network-protocol",
7772 "polkadot-node-primitives",
7773 "polkadot-overseer-gen-proc-macro",
7774 "thiserror",
7775 "tracing-gum",
7776]
7777
7778[[package]]
7779name = "polkadot-overseer-gen-proc-macro"
7780version = "0.9.22"
7781source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"
7782dependencies = [
7783 "expander 0.0.6",
7784 "proc-macro-crate",
7785 "proc-macro2",
7786 "quote",
7787 "syn",
7788]
77897735
7790[[package]]7736[[package]]
7791name = "polkadot-parachain"7737name = "polkadot-parachain"
7792version = "0.9.22"7738version = "0.9.23"
7793source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7739source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
7794dependencies = [7740dependencies = [
7795 "derive_more",7741 "derive_more",
7796 "frame-support",7742 "frame-support",
78067752
7807[[package]]7753[[package]]
7808name = "polkadot-performance-test"7754name = "polkadot-performance-test"
7809version = "0.9.22"7755version = "0.9.23"
7810source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7756source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
7811dependencies = [7757dependencies = [
7812 "env_logger",7758 "env_logger",
7813 "kusama-runtime",7759 "kusama-runtime",
78217767
7822[[package]]7768[[package]]
7823name = "polkadot-primitives"7769name = "polkadot-primitives"
7824version = "0.9.22"7770version = "0.9.23"
7825source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7771source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
7826dependencies = [7772dependencies = [
7827 "bitvec 1.0.0",7773 "bitvec 1.0.0",
7828 "frame-system",7774 "frame-system",
78517797
7852[[package]]7798[[package]]
7853name = "polkadot-rpc"7799name = "polkadot-rpc"
7854version = "0.9.22"7800version = "0.9.23"
7855source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7801source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
7856dependencies = [7802dependencies = [
7857 "beefy-gadget",7803 "beefy-gadget",
7858 "beefy-gadget-rpc",7804 "beefy-gadget-rpc",
78837829
7884[[package]]7830[[package]]
7885name = "polkadot-runtime"7831name = "polkadot-runtime"
7886version = "0.9.22"7832version = "0.9.23"
7887source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7833source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
7888dependencies = [7834dependencies = [
7889 "beefy-primitives",7835 "beefy-primitives",
7890 "bitvec 1.0.0",7836 "bitvec 1.0.0",
79697915
7970[[package]]7916[[package]]
7971name = "polkadot-runtime-common"7917name = "polkadot-runtime-common"
7972version = "0.9.22"7918version = "0.9.23"
7973source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7919source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
7974dependencies = [7920dependencies = [
7975 "beefy-primitives",7921 "beefy-primitives",
7976 "bitvec 1.0.0",7922 "bitvec 1.0.0",
80167962
8017[[package]]7963[[package]]
8018name = "polkadot-runtime-constants"7964name = "polkadot-runtime-constants"
8019version = "0.9.22"7965version = "0.9.23"
8020source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7966source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
8021dependencies = [7967dependencies = [
8022 "frame-support",7968 "frame-support",
8023 "polkadot-primitives",7969 "polkadot-primitives",
80287974
8029[[package]]7975[[package]]
8030name = "polkadot-runtime-metrics"7976name = "polkadot-runtime-metrics"
8031version = "0.9.22"7977version = "0.9.23"
8032source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7978source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
8033dependencies = [7979dependencies = [
8034 "bs58",7980 "bs58",
8035 "parity-scale-codec 3.1.5",7981 "parity-scale-codec 3.1.5",
80407986
8041[[package]]7987[[package]]
8042name = "polkadot-runtime-parachains"7988name = "polkadot-runtime-parachains"
8043version = "0.9.22"7989version = "0.9.23"
8044source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7990source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
8045dependencies = [7991dependencies = [
8046 "bitflags",7992 "bitflags",
8047 "bitvec 1.0.0",7993 "bitvec 1.0.0",
80838029
8084[[package]]8030[[package]]
8085name = "polkadot-service"8031name = "polkadot-service"
8086version = "0.9.22"8032version = "0.9.23"
8087source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"8033source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
8088dependencies = [8034dependencies = [
8089 "async-trait",8035 "async-trait",
8090 "beefy-gadget",8036 "beefy-gadget",
8126 "polkadot-node-network-protocol",8072 "polkadot-node-network-protocol",
8127 "polkadot-node-primitives",8073 "polkadot-node-primitives",
8128 "polkadot-node-subsystem",8074 "polkadot-node-subsystem",
8075 "polkadot-node-subsystem-types",
8129 "polkadot-node-subsystem-util",8076 "polkadot-node-subsystem-util",
8130 "polkadot-overseer",8077 "polkadot-overseer",
8131 "polkadot-parachain",8078 "polkadot-parachain",
81858132
8186[[package]]8133[[package]]
8187name = "polkadot-statement-distribution"8134name = "polkadot-statement-distribution"
8188version = "0.9.22"8135version = "0.9.23"
8189source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"8136source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
8190dependencies = [8137dependencies = [
8191 "arrayvec 0.5.2",8138 "arrayvec 0.5.2",
8192 "fatality",8139 "fatality",
82068153
8207[[package]]8154[[package]]
8208name = "polkadot-statement-table"8155name = "polkadot-statement-table"
8209version = "0.9.22"8156version = "0.9.23"
8210source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"8157source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
8211dependencies = [8158dependencies = [
8212 "parity-scale-codec 3.1.5",8159 "parity-scale-codec 3.1.5",
8213 "polkadot-primitives",8160 "polkadot-primitives",
82168163
8217[[package]]8164[[package]]
8218name = "polkadot-test-runtime"8165name = "polkadot-test-runtime"
8219version = "0.9.22"8166version = "0.9.23"
8220source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"8167source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
8221dependencies = [8168dependencies = [
8222 "beefy-primitives",8169 "beefy-primitives",
8223 "bitvec 1.0.0",8170 "bitvec 1.0.0",
82788225
8279[[package]]8226[[package]]
8280name = "polkadot-test-service"8227name = "polkadot-test-service"
8281version = "0.9.22"8228version = "0.9.23"
8282source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"8229source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
8283dependencies = [8230dependencies = [
8284 "frame-benchmarking",8231 "frame-benchmarking",
8285 "frame-system",8232 "frame-system",
8372source = "registry+https://github.com/rust-lang/crates.io-index"8319source = "registry+https://github.com/rust-lang/crates.io-index"
8373checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"8320checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
8374
8375[[package]]
8376name = "prettytable-rs"
8377version = "0.8.0"
8378source = "registry+https://github.com/rust-lang/crates.io-index"
8379checksum = "0fd04b170004fa2daccf418a7f8253aaf033c27760b5f225889024cf66d7ac2e"
8380dependencies = [
8381 "atty",
8382 "csv",
8383 "encode_unicode",
8384 "lazy_static",
8385 "term",
8386 "unicode-width",
8387]
83888321
8389[[package]]8322[[package]]
8390name = "primitive-types"8323name = "primitive-types"
8400 "uint",8333 "uint",
8401]8334]
8335
8336[[package]]
8337name = "prioritized-metered-channel"
8338version = "0.2.0"
8339source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
8340dependencies = [
8341 "coarsetime",
8342 "crossbeam-queue",
8343 "derive_more",
8344 "futures 0.3.21",
8345 "futures-timer",
8346 "nanorand",
8347 "thiserror",
8348 "tracing",
8349]
84028350
8403[[package]]8351[[package]]
8404name = "proc-macro-crate"8352name = "proc-macro-crate"
8487checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"8435checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
8488dependencies = [8436dependencies = [
8489 "bytes 1.1.0",8437 "bytes 1.1.0",
8490 "prost-derive",8438 "prost-derive 0.9.0",
8491]8439]
8440
8441[[package]]
8442name = "prost"
8443version = "0.10.4"
8444source = "registry+https://github.com/rust-lang/crates.io-index"
8445checksum = "71adf41db68aa0daaefc69bb30bcd68ded9b9abaad5d1fbb6304c4fb390e083e"
8446dependencies = [
8447 "bytes 1.1.0",
8448 "prost-derive 0.10.1",
8449]
84928450
8493[[package]]8451[[package]]
8494name = "prost-build"8452name = "prost-build"
8503 "log",8461 "log",
8504 "multimap",8462 "multimap",
8505 "petgraph",8463 "petgraph",
8506 "prost",8464 "prost 0.9.0",
8507 "prost-types",8465 "prost-types",
8508 "regex",8466 "regex",
8509 "tempfile",8467 "tempfile",
8523 "syn",8481 "syn",
8524]8482]
8483
8484[[package]]
8485name = "prost-derive"
8486version = "0.10.1"
8487source = "registry+https://github.com/rust-lang/crates.io-index"
8488checksum = "7b670f45da57fb8542ebdbb6105a925fe571b67f9e7ed9f47a06a84e72b4e7cc"
8489dependencies = [
8490 "anyhow",
8491 "itertools",
8492 "proc-macro2",
8493 "quote",
8494 "syn",
8495]
85258496
8526[[package]]8497[[package]]
8527name = "prost-types"8498name = "prost-types"
8530checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"8501checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
8531dependencies = [8502dependencies = [
8532 "bytes 1.1.0",8503 "bytes 1.1.0",
8533 "prost",8504 "prost 0.9.0",
8534]8505]
85358506
8536[[package]]8507[[package]]
85448515
8545[[package]]8516[[package]]
8546name = "quartz-runtime"8517name = "quartz-runtime"
8547version = "0.9.22"8518version = "0.9.23"
8548dependencies = [8519dependencies = [
8549 "cumulus-pallet-aura-ext",8520 "cumulus-pallet-aura-ext",
8550 "cumulus-pallet-dmp-queue",8521 "cumulus-pallet-dmp-queue",
8792 "num_cpus",8763 "num_cpus",
8793]8764]
8794
8795[[package]]
8796name = "redox_syscall"
8797version = "0.1.57"
8798source = "registry+https://github.com/rust-lang/crates.io-index"
8799checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
88008765
8801[[package]]8766[[package]]
8802name = "redox_syscall"8767name = "redox_syscall"
8807 "bitflags",8772 "bitflags",
8808]8773]
8809
8810[[package]]
8811name = "redox_users"
8812version = "0.3.5"
8813source = "registry+https://github.com/rust-lang/crates.io-index"
8814checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d"
8815dependencies = [
8816 "getrandom 0.1.16",
8817 "redox_syscall 0.1.57",
8818 "rust-argon2",
8819]
88208774
8821[[package]]8775[[package]]
8822name = "redox_users"8776name = "redox_users"
8825checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"8779checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
8826dependencies = [8780dependencies = [
8827 "getrandom 0.2.7",8781 "getrandom 0.2.7",
8828 "redox_syscall 0.2.13",8782 "redox_syscall",
8829 "thiserror",8783 "thiserror",
8830]8784]
88318785
8914[[package]]8868[[package]]
8915name = "remote-externalities"8869name = "remote-externalities"
8916version = "0.10.0-dev"8870version = "0.10.0-dev"
8917source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"8871source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
8918dependencies = [8872dependencies = [
8919 "env_logger",8873 "env_logger",
8920 "jsonrpsee",8874 "jsonrpsee",
90348988
9035[[package]]8989[[package]]
9036name = "rococo-runtime"8990name = "rococo-runtime"
9037version = "0.9.22"8991version = "0.9.23"
9038source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"8992source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
9039dependencies = [8993dependencies = [
9040 "beefy-merkle-tree",8994 "beefy-merkle-tree",
9041 "beefy-primitives",8995 "beefy-primitives",
91119065
9112[[package]]9066[[package]]
9113name = "rococo-runtime-constants"9067name = "rococo-runtime-constants"
9114version = "0.9.22"9068version = "0.9.23"
9115source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"9069source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
9116dependencies = [9070dependencies = [
9117 "frame-support",9071 "frame-support",
9118 "polkadot-primitives",9072 "polkadot-primitives",
9146 "thiserror",9100 "thiserror",
9147]9101]
9148
9149[[package]]
9150name = "rust-argon2"
9151version = "0.8.3"
9152source = "registry+https://github.com/rust-lang/crates.io-index"
9153checksum = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb"
9154dependencies = [
9155 "base64",
9156 "blake2b_simd 0.5.11",
9157 "constant_time_eq",
9158 "crossbeam-utils",
9159]
91609102
9161[[package]]9103[[package]]
9162name = "rustc-demangle"9104name = "rustc-demangle"
9208 "winapi",9150 "winapi",
9209]9151]
9210
9211[[package]]
9212name = "rustls"
9213version = "0.19.1"
9214source = "registry+https://github.com/rust-lang/crates.io-index"
9215checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"
9216dependencies = [
9217 "base64",
9218 "log",
9219 "ring",
9220 "sct 0.6.1",
9221 "webpki 0.21.4",
9222]
92239152
9224[[package]]9153[[package]]
9225name = "rustls"9154name = "rustls"
9229dependencies = [9158dependencies = [
9230 "log",9159 "log",
9231 "ring",9160 "ring",
9232 "sct 0.7.0",9161 "sct",
9233 "webpki 0.22.0",9162 "webpki",
9234]9163]
9235
9236[[package]]
9237name = "rustls-native-certs"
9238version = "0.5.0"
9239source = "registry+https://github.com/rust-lang/crates.io-index"
9240checksum = "5a07b7c1885bd8ed3831c289b7870b13ef46fe0e856d288c30d9cc17d75a2092"
9241dependencies = [
9242 "openssl-probe",
9243 "rustls 0.19.1",
9244 "schannel",
9245 "security-framework",
9246]
92479164
9248[[package]]9165[[package]]
9249name = "rustls-native-certs"9166name = "rustls-native-certs"
9319[[package]]9236[[package]]
9320name = "sc-allocator"9237name = "sc-allocator"
9321version = "4.1.0-dev"9238version = "4.1.0-dev"
9322source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9239source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
9323dependencies = [9240dependencies = [
9324 "log",9241 "log",
9325 "sp-core",9242 "sp-core",
9330[[package]]9247[[package]]
9331name = "sc-authority-discovery"9248name = "sc-authority-discovery"
9332version = "0.10.0-dev"9249version = "0.10.0-dev"
9333source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9250source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
9334dependencies = [9251dependencies = [
9335 "async-trait",9252 "async-trait",
9336 "futures 0.3.21",9253 "futures 0.3.21",
9339 "libp2p",9256 "libp2p",
9340 "log",9257 "log",
9341 "parity-scale-codec 3.1.5",9258 "parity-scale-codec 3.1.5",
9342 "prost",9259 "prost 0.10.4",
9343 "prost-build",9260 "prost-build",
9344 "rand 0.7.3",9261 "rand 0.7.3",
9345 "sc-client-api",9262 "sc-client-api",
9357[[package]]9274[[package]]
9358name = "sc-basic-authorship"9275name = "sc-basic-authorship"
9359version = "0.10.0-dev"9276version = "0.10.0-dev"
9360source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9277source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
9361dependencies = [9278dependencies = [
9362 "futures 0.3.21",9279 "futures 0.3.21",
9363 "futures-timer",9280 "futures-timer",
9380[[package]]9297[[package]]
9381name = "sc-block-builder"9298name = "sc-block-builder"
9382version = "0.10.0-dev"9299version = "0.10.0-dev"
9383source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9300source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
9384dependencies = [9301dependencies = [
9385 "parity-scale-codec 3.1.5",9302 "parity-scale-codec 3.1.5",
9386 "sc-client-api",9303 "sc-client-api",
9396[[package]]9313[[package]]
9397name = "sc-chain-spec"9314name = "sc-chain-spec"
9398version = "4.0.0-dev"9315version = "4.0.0-dev"
9399source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9316source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
9400dependencies = [9317dependencies = [
9401 "impl-trait-for-tuples",9318 "impl-trait-for-tuples",
9402 "memmap2 0.5.4",9319 "memmap2 0.5.4",
9413[[package]]9330[[package]]
9414name = "sc-chain-spec-derive"9331name = "sc-chain-spec-derive"
9415version = "4.0.0-dev"9332version = "4.0.0-dev"
9416source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9333source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
9417dependencies = [9334dependencies = [
9418 "proc-macro-crate",9335 "proc-macro-crate",
9419 "proc-macro2",9336 "proc-macro2",
9424[[package]]9341[[package]]
9425name = "sc-cli"9342name = "sc-cli"
9426version = "0.10.0-dev"9343version = "0.10.0-dev"
9427source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9344source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
9428dependencies = [9345dependencies = [
9429 "chrono",9346 "chrono",
9430 "clap",9347 "clap",
9463[[package]]9380[[package]]
9464name = "sc-client-api"9381name = "sc-client-api"
9465version = "4.0.0-dev"9382version = "4.0.0-dev"
9466source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9383source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
9467dependencies = [9384dependencies = [
9468 "fnv",9385 "fnv",
9469 "futures 0.3.21",9386 "futures 0.3.21",
9491[[package]]9408[[package]]
9492name = "sc-client-db"9409name = "sc-client-db"
9493version = "0.10.0-dev"9410version = "0.10.0-dev"
9494source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9411source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
9495dependencies = [9412dependencies = [
9496 "hash-db",9413 "hash-db",
9497 "kvdb",9414 "kvdb",
9516[[package]]9433[[package]]
9517name = "sc-consensus"9434name = "sc-consensus"
9518version = "0.10.0-dev"9435version = "0.10.0-dev"
9519source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9436source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
9520dependencies = [9437dependencies = [
9521 "async-trait",9438 "async-trait",
9522 "futures 0.3.21",9439 "futures 0.3.21",
9540[[package]]9457[[package]]
9541name = "sc-consensus-aura"9458name = "sc-consensus-aura"
9542version = "0.10.0-dev"9459version = "0.10.0-dev"
9543source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9460source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
9544dependencies = [9461dependencies = [
9545 "async-trait",9462 "async-trait",
9546 "futures 0.3.21",9463 "futures 0.3.21",
9569[[package]]9486[[package]]
9570name = "sc-consensus-babe"9487name = "sc-consensus-babe"
9571version = "0.10.0-dev"9488version = "0.10.0-dev"
9572source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9489source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
9573dependencies = [9490dependencies = [
9574 "async-trait",9491 "async-trait",
9575 "fork-tree",9492 "fork-tree",
9612[[package]]9529[[package]]
9613name = "sc-consensus-babe-rpc"9530name = "sc-consensus-babe-rpc"
9614version = "0.10.0-dev"9531version = "0.10.0-dev"
9615source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9532source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
9616dependencies = [9533dependencies = [
9617 "futures 0.3.21",9534 "futures 0.3.21",
9618 "jsonrpsee",9535 "jsonrpsee",
9634[[package]]9551[[package]]
9635name = "sc-consensus-epochs"9552name = "sc-consensus-epochs"
9636version = "0.10.0-dev"9553version = "0.10.0-dev"
9637source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9554source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
9638dependencies = [9555dependencies = [
9639 "fork-tree",9556 "fork-tree",
9640 "parity-scale-codec 3.1.5",9557 "parity-scale-codec 3.1.5",
9647[[package]]9564[[package]]
9648name = "sc-consensus-manual-seal"9565name = "sc-consensus-manual-seal"
9649version = "0.10.0-dev"9566version = "0.10.0-dev"
9650source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9567source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
9651dependencies = [9568dependencies = [
9652 "assert_matches",9569 "assert_matches",
9653 "async-trait",9570 "async-trait",
9681[[package]]9598[[package]]
9682name = "sc-consensus-slots"9599name = "sc-consensus-slots"
9683version = "0.10.0-dev"9600version = "0.10.0-dev"
9684source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9601source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
9685dependencies = [9602dependencies = [
9686 "async-trait",9603 "async-trait",
9687 "futures 0.3.21",9604 "futures 0.3.21",
9706[[package]]9623[[package]]
9707name = "sc-consensus-uncles"9624name = "sc-consensus-uncles"
9708version = "0.10.0-dev"9625version = "0.10.0-dev"
9709source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9626source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
9710dependencies = [9627dependencies = [
9711 "sc-client-api",9628 "sc-client-api",
9712 "sp-authorship",9629 "sp-authorship",
9717[[package]]9634[[package]]
9718name = "sc-executor"9635name = "sc-executor"
9719version = "0.10.0-dev"9636version = "0.10.0-dev"
9720source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9637source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
9721dependencies = [9638dependencies = [
9722 "lazy_static",9639 "lazy_static",
9723 "lru 0.7.7",9640 "lru 0.7.7",
9744[[package]]9661[[package]]
9745name = "sc-executor-common"9662name = "sc-executor-common"
9746version = "0.10.0-dev"9663version = "0.10.0-dev"
9747source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9664source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
9748dependencies = [9665dependencies = [
9749 "environmental",9666 "environmental",
9750 "parity-scale-codec 3.1.5",9667 "parity-scale-codec 3.1.5",
9761[[package]]9678[[package]]
9762name = "sc-executor-wasmi"9679name = "sc-executor-wasmi"
9763version = "0.10.0-dev"9680version = "0.10.0-dev"
9764source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9681source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
9765dependencies = [9682dependencies = [
9766 "log",9683 "log",
9767 "parity-scale-codec 3.1.5",9684 "parity-scale-codec 3.1.5",
9776[[package]]9693[[package]]
9777name = "sc-executor-wasmtime"9694name = "sc-executor-wasmtime"
9778version = "0.10.0-dev"9695version = "0.10.0-dev"
9779source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9696source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
9780dependencies = [9697dependencies = [
9781 "cfg-if 1.0.0",9698 "cfg-if 1.0.0",
9782 "libc",9699 "libc",
9794[[package]]9711[[package]]
9795name = "sc-finality-grandpa"9712name = "sc-finality-grandpa"
9796version = "0.10.0-dev"9713version = "0.10.0-dev"
9797source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9714source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
9798dependencies = [9715dependencies = [
9799 "ahash",9716 "ahash",
9800 "async-trait",9717 "async-trait",
9834[[package]]9751[[package]]
9835name = "sc-finality-grandpa-rpc"9752name = "sc-finality-grandpa-rpc"
9836version = "0.10.0-dev"9753version = "0.10.0-dev"
9837source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9754source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
9838dependencies = [9755dependencies = [
9839 "finality-grandpa",9756 "finality-grandpa",
9840 "futures 0.3.21",9757 "futures 0.3.21",
9855[[package]]9772[[package]]
9856name = "sc-informant"9773name = "sc-informant"
9857version = "0.10.0-dev"9774version = "0.10.0-dev"
9858source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9775source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
9859dependencies = [9776dependencies = [
9860 "ansi_term",9777 "ansi_term",
9861 "futures 0.3.21",9778 "futures 0.3.21",
9872[[package]]9789[[package]]
9873name = "sc-keystore"9790name = "sc-keystore"
9874version = "4.0.0-dev"9791version = "4.0.0-dev"
9875source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9792source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
9876dependencies = [9793dependencies = [
9877 "async-trait",9794 "async-trait",
9878 "hex",9795 "hex",
9887[[package]]9804[[package]]
9888name = "sc-network"9805name = "sc-network"
9889version = "0.10.0-dev"9806version = "0.10.0-dev"
9890source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9807source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
9891dependencies = [9808dependencies = [
9892 "async-trait",9809 "async-trait",
9893 "asynchronous-codec",9810 "asynchronous-codec",
9909 "parity-scale-codec 3.1.5",9826 "parity-scale-codec 3.1.5",
9910 "parking_lot 0.12.1",9827 "parking_lot 0.12.1",
9911 "pin-project 1.0.10",9828 "pin-project 1.0.10",
9912 "prost",9829 "prost 0.10.4",
9913 "prost-build",9830 "prost-build",
9914 "rand 0.7.3",9831 "rand 0.7.3",
9915 "sc-block-builder",9832 "sc-block-builder",
9916 "sc-client-api",9833 "sc-client-api",
9917 "sc-consensus",9834 "sc-consensus",
9918 "sc-network-common",9835 "sc-network-common",
9836 "sc-network-light",
9919 "sc-network-sync",9837 "sc-network-sync",
9920 "sc-peerset",9838 "sc-peerset",
9921 "sc-utils",9839 "sc-utils",
9938[[package]]9856[[package]]
9939name = "sc-network-common"9857name = "sc-network-common"
9940version = "0.10.0-dev"9858version = "0.10.0-dev"
9941source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9859source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
9942dependencies = [9860dependencies = [
9943 "futures 0.3.21",9861 "futures 0.3.21",
9944 "libp2p",9862 "libp2p",
9951[[package]]9869[[package]]
9952name = "sc-network-gossip"9870name = "sc-network-gossip"
9953version = "0.10.0-dev"9871version = "0.10.0-dev"
9954source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9872source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
9955dependencies = [9873dependencies = [
9956 "ahash",9874 "ahash",
9957 "futures 0.3.21",9875 "futures 0.3.21",
9965 "tracing",9883 "tracing",
9966]9884]
9885
9886[[package]]
9887name = "sc-network-light"
9888version = "0.10.0-dev"
9889source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
9890dependencies = [
9891 "futures 0.3.21",
9892 "libp2p",
9893 "log",
9894 "parity-scale-codec 3.1.5",
9895 "prost 0.10.4",
9896 "prost-build",
9897 "sc-client-api",
9898 "sc-network-common",
9899 "sc-peerset",
9900 "sp-blockchain",
9901 "sp-core",
9902 "sp-runtime",
9903 "thiserror",
9904]
99679905
9968[[package]]9906[[package]]
9969name = "sc-network-sync"9907name = "sc-network-sync"
9970version = "0.10.0-dev"9908version = "0.10.0-dev"
9971source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9909source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
9972dependencies = [9910dependencies = [
9973 "bitflags",9911 "bitflags",
9974 "either",9912 "either",
9978 "log",9916 "log",
9979 "lru 0.7.7",9917 "lru 0.7.7",
9980 "parity-scale-codec 3.1.5",9918 "parity-scale-codec 3.1.5",
9981 "prost",9919 "prost 0.10.4",
9982 "prost-build",9920 "prost-build",
9983 "sc-client-api",9921 "sc-client-api",
9984 "sc-consensus",9922 "sc-consensus",
9997[[package]]9935[[package]]
9998name = "sc-offchain"9936name = "sc-offchain"
9999version = "4.0.0-dev"9937version = "4.0.0-dev"
10000source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9938source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
10001dependencies = [9939dependencies = [
10002 "bytes 1.1.0",9940 "bytes 1.1.0",
10003 "fnv",9941 "fnv",
10025[[package]]9963[[package]]
10026name = "sc-peerset"9964name = "sc-peerset"
10027version = "4.0.0-dev"9965version = "4.0.0-dev"
10028source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9966source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
10029dependencies = [9967dependencies = [
10030 "futures 0.3.21",9968 "futures 0.3.21",
10031 "libp2p",9969 "libp2p",
10038[[package]]9976[[package]]
10039name = "sc-proposer-metrics"9977name = "sc-proposer-metrics"
10040version = "0.10.0-dev"9978version = "0.10.0-dev"
10041source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9979source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
10042dependencies = [9980dependencies = [
10043 "log",9981 "log",
10044 "substrate-prometheus-endpoint",9982 "substrate-prometheus-endpoint",
10047[[package]]9985[[package]]
10048name = "sc-rpc"9986name = "sc-rpc"
10049version = "4.0.0-dev"9987version = "4.0.0-dev"
10050source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9988source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
10051dependencies = [9989dependencies = [
10052 "futures 0.3.21",9990 "futures 0.3.21",
10053 "hash-db",9991 "hash-db",
10077[[package]]10015[[package]]
10078name = "sc-rpc-api"10016name = "sc-rpc-api"
10079version = "0.10.0-dev"10017version = "0.10.0-dev"
10080source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10018source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
10081dependencies = [10019dependencies = [
10082 "futures 0.3.21",10020 "futures 0.3.21",
10083 "jsonrpsee",10021 "jsonrpsee",
10100[[package]]10038[[package]]
10101name = "sc-rpc-server"10039name = "sc-rpc-server"
10102version = "4.0.0-dev"10040version = "4.0.0-dev"
10103source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10041source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
10104dependencies = [10042dependencies = [
10105 "futures 0.3.21",10043 "futures 0.3.21",
10106 "jsonrpsee",10044 "jsonrpsee",
10113[[package]]10051[[package]]
10114name = "sc-service"10052name = "sc-service"
10115version = "0.10.0-dev"10053version = "0.10.0-dev"
10116source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10054source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
10117dependencies = [10055dependencies = [
10118 "async-trait",10056 "async-trait",
10119 "directories",10057 "directories",
10178[[package]]10116[[package]]
10179name = "sc-state-db"10117name = "sc-state-db"
10180version = "0.10.0-dev"10118version = "0.10.0-dev"
10181source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10119source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
10182dependencies = [10120dependencies = [
10183 "log",10121 "log",
10184 "parity-scale-codec 3.1.5",10122 "parity-scale-codec 3.1.5",
10192[[package]]10130[[package]]
10193name = "sc-sync-state-rpc"10131name = "sc-sync-state-rpc"
10194version = "0.10.0-dev"10132version = "0.10.0-dev"
10195source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10133source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
10196dependencies = [10134dependencies = [
10197 "jsonrpsee",10135 "jsonrpsee",
10198 "parity-scale-codec 3.1.5",10136 "parity-scale-codec 3.1.5",
10211[[package]]10149[[package]]
10212name = "sc-sysinfo"10150name = "sc-sysinfo"
10213version = "6.0.0-dev"10151version = "6.0.0-dev"
10214source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10152source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
10215dependencies = [10153dependencies = [
10216 "futures 0.3.21",10154 "futures 0.3.21",
10217 "libc",10155 "libc",
10230[[package]]10168[[package]]
10231name = "sc-telemetry"10169name = "sc-telemetry"
10232version = "4.0.0-dev"10170version = "4.0.0-dev"
10233source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10171source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
10234dependencies = [10172dependencies = [
10235 "chrono",10173 "chrono",
10236 "futures 0.3.21",10174 "futures 0.3.21",
10248[[package]]10186[[package]]
10249name = "sc-tracing"10187name = "sc-tracing"
10250version = "4.0.0-dev"10188version = "4.0.0-dev"
10251source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10189source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
10252dependencies = [10190dependencies = [
10253 "ansi_term",10191 "ansi_term",
10254 "atty",10192 "atty",
10279[[package]]10217[[package]]
10280name = "sc-tracing-proc-macro"10218name = "sc-tracing-proc-macro"
10281version = "4.0.0-dev"10219version = "4.0.0-dev"
10282source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10220source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
10283dependencies = [10221dependencies = [
10284 "proc-macro-crate",10222 "proc-macro-crate",
10285 "proc-macro2",10223 "proc-macro2",
10290[[package]]10228[[package]]
10291name = "sc-transaction-pool"10229name = "sc-transaction-pool"
10292version = "4.0.0-dev"10230version = "4.0.0-dev"
10293source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10231source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
10294dependencies = [10232dependencies = [
10295 "futures 0.3.21",10233 "futures 0.3.21",
10296 "futures-timer",10234 "futures-timer",
10317[[package]]10255[[package]]
10318name = "sc-transaction-pool-api"10256name = "sc-transaction-pool-api"
10319version = "4.0.0-dev"10257version = "4.0.0-dev"
10320source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10258source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
10321dependencies = [10259dependencies = [
10322 "futures 0.3.21",10260 "futures 0.3.21",
10323 "log",10261 "log",
10330[[package]]10268[[package]]
10331name = "sc-utils"10269name = "sc-utils"
10332version = "4.0.0-dev"10270version = "4.0.0-dev"
10333source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10271source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
10334dependencies = [10272dependencies = [
10335 "futures 0.3.21",10273 "futures 0.3.21",
10336 "futures-timer",10274 "futures-timer",
10400source = "registry+https://github.com/rust-lang/crates.io-index"10338source = "registry+https://github.com/rust-lang/crates.io-index"
10401checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"10339checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
10402
10403[[package]]
10404name = "sct"
10405version = "0.6.1"
10406source = "registry+https://github.com/rust-lang/crates.io-index"
10407checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"
10408dependencies = [
10409 "ring",
10410 "untrusted",
10411]
1041210340
10413[[package]]10341[[package]]
10414name = "sct"10342name = "sct"
1070210630
10703[[package]]10631[[package]]
10704name = "slot-range-helper"10632name = "slot-range-helper"
10705version = "0.9.22"10633version = "0.9.23"
10706source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"10634source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
10707dependencies = [10635dependencies = [
10708 "enumn",10636 "enumn",
10709 "parity-scale-codec 3.1.5",10637 "parity-scale-codec 3.1.5",
10779[[package]]10707[[package]]
10780name = "sp-api"10708name = "sp-api"
10781version = "4.0.0-dev"10709version = "4.0.0-dev"
10782source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10710source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
10783dependencies = [10711dependencies = [
10784 "hash-db",10712 "hash-db",
10785 "log",10713 "log",
10796[[package]]10724[[package]]
10797name = "sp-api-proc-macro"10725name = "sp-api-proc-macro"
10798version = "4.0.0-dev"10726version = "4.0.0-dev"
10799source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10727source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
10800dependencies = [10728dependencies = [
10801 "blake2",10729 "blake2",
10802 "proc-macro-crate",10730 "proc-macro-crate",
10808[[package]]10736[[package]]
10809name = "sp-application-crypto"10737name = "sp-application-crypto"
10810version = "6.0.0"10738version = "6.0.0"
10811source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10739source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
10812dependencies = [10740dependencies = [
10813 "parity-scale-codec 3.1.5",10741 "parity-scale-codec 3.1.5",
10814 "scale-info",10742 "scale-info",
10821[[package]]10749[[package]]
10822name = "sp-arithmetic"10750name = "sp-arithmetic"
10823version = "5.0.0"10751version = "5.0.0"
10824source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10752source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
10825dependencies = [10753dependencies = [
10826 "integer-sqrt",10754 "integer-sqrt",
10827 "num-traits",10755 "num-traits",
10836[[package]]10764[[package]]
10837name = "sp-authority-discovery"10765name = "sp-authority-discovery"
10838version = "4.0.0-dev"10766version = "4.0.0-dev"
10839source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10767source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
10840dependencies = [10768dependencies = [
10841 "parity-scale-codec 3.1.5",10769 "parity-scale-codec 3.1.5",
10842 "scale-info",10770 "scale-info",
10849[[package]]10777[[package]]
10850name = "sp-authorship"10778name = "sp-authorship"
10851version = "4.0.0-dev"10779version = "4.0.0-dev"
10852source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10780source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
10853dependencies = [10781dependencies = [
10854 "async-trait",10782 "async-trait",
10855 "parity-scale-codec 3.1.5",10783 "parity-scale-codec 3.1.5",
10861[[package]]10789[[package]]
10862name = "sp-block-builder"10790name = "sp-block-builder"
10863version = "4.0.0-dev"10791version = "4.0.0-dev"
10864source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10792source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
10865dependencies = [10793dependencies = [
10866 "parity-scale-codec 3.1.5",10794 "parity-scale-codec 3.1.5",
10867 "sp-api",10795 "sp-api",
10873[[package]]10801[[package]]
10874name = "sp-blockchain"10802name = "sp-blockchain"
10875version = "4.0.0-dev"10803version = "4.0.0-dev"
10876source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10804source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
10877dependencies = [10805dependencies = [
10878 "futures 0.3.21",10806 "futures 0.3.21",
10879 "log",10807 "log",
10891[[package]]10819[[package]]
10892name = "sp-consensus"10820name = "sp-consensus"
10893version = "0.10.0-dev"10821version = "0.10.0-dev"
10894source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10822source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
10895dependencies = [10823dependencies = [
10896 "async-trait",10824 "async-trait",
10897 "futures 0.3.21",10825 "futures 0.3.21",
10910[[package]]10838[[package]]
10911name = "sp-consensus-aura"10839name = "sp-consensus-aura"
10912version = "0.10.0-dev"10840version = "0.10.0-dev"
10913source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10841source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
10914dependencies = [10842dependencies = [
10915 "async-trait",10843 "async-trait",
10916 "parity-scale-codec 3.1.5",10844 "parity-scale-codec 3.1.5",
10928[[package]]10856[[package]]
10929name = "sp-consensus-babe"10857name = "sp-consensus-babe"
10930version = "0.10.0-dev"10858version = "0.10.0-dev"
10931source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10859source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
10932dependencies = [10860dependencies = [
10933 "async-trait",10861 "async-trait",
10934 "merlin",10862 "merlin",
10951[[package]]10879[[package]]
10952name = "sp-consensus-slots"10880name = "sp-consensus-slots"
10953version = "0.10.0-dev"10881version = "0.10.0-dev"
10954source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10882source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
10955dependencies = [10883dependencies = [
10956 "parity-scale-codec 3.1.5",10884 "parity-scale-codec 3.1.5",
10957 "scale-info",10885 "scale-info",
10965[[package]]10893[[package]]
10966name = "sp-consensus-vrf"10894name = "sp-consensus-vrf"
10967version = "0.10.0-dev"10895version = "0.10.0-dev"
10968source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10896source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
10969dependencies = [10897dependencies = [
10970 "parity-scale-codec 3.1.5",10898 "parity-scale-codec 3.1.5",
10971 "scale-info",10899 "scale-info",
10978[[package]]10906[[package]]
10979name = "sp-core"10907name = "sp-core"
10980version = "6.0.0"10908version = "6.0.0"
10981source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10909source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
10982dependencies = [10910dependencies = [
10983 "base58",10911 "base58",
10984 "bitflags",10912 "bitflags",
11024[[package]]10952[[package]]
11025name = "sp-core-hashing"10953name = "sp-core-hashing"
11026version = "4.0.0"10954version = "4.0.0"
11027source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10955source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
11028dependencies = [10956dependencies = [
11029 "blake2",10957 "blake2",
11030 "byteorder",10958 "byteorder",
11038[[package]]10966[[package]]
11039name = "sp-core-hashing-proc-macro"10967name = "sp-core-hashing-proc-macro"
11040version = "5.0.0"10968version = "5.0.0"
11041source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10969source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
11042dependencies = [10970dependencies = [
11043 "proc-macro2",10971 "proc-macro2",
11044 "quote",10972 "quote",
11049[[package]]10977[[package]]
11050name = "sp-database"10978name = "sp-database"
11051version = "4.0.0-dev"10979version = "4.0.0-dev"
11052source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10980source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
11053dependencies = [10981dependencies = [
11054 "kvdb",10982 "kvdb",
11055 "parking_lot 0.12.1",10983 "parking_lot 0.12.1",
11058[[package]]10986[[package]]
11059name = "sp-debug-derive"10987name = "sp-debug-derive"
11060version = "4.0.0"10988version = "4.0.0"
11061source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10989source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
11062dependencies = [10990dependencies = [
11063 "proc-macro2",10991 "proc-macro2",
11064 "quote",10992 "quote",
11068[[package]]10996[[package]]
11069name = "sp-externalities"10997name = "sp-externalities"
11070version = "0.12.0"10998version = "0.12.0"
11071source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10999source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
11072dependencies = [11000dependencies = [
11073 "environmental",11001 "environmental",
11074 "parity-scale-codec 3.1.5",11002 "parity-scale-codec 3.1.5",
11079[[package]]11007[[package]]
11080name = "sp-finality-grandpa"11008name = "sp-finality-grandpa"
11081version = "4.0.0-dev"11009version = "4.0.0-dev"
11082source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11010source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
11083dependencies = [11011dependencies = [
11084 "finality-grandpa",11012 "finality-grandpa",
11085 "log",11013 "log",
11097[[package]]11025[[package]]
11098name = "sp-inherents"11026name = "sp-inherents"
11099version = "4.0.0-dev"11027version = "4.0.0-dev"
11100source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11028source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
11101dependencies = [11029dependencies = [
11102 "async-trait",11030 "async-trait",
11103 "impl-trait-for-tuples",11031 "impl-trait-for-tuples",
11111[[package]]11039[[package]]
11112name = "sp-io"11040name = "sp-io"
11113version = "6.0.0"11041version = "6.0.0"
11114source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11042source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
11115dependencies = [11043dependencies = [
11116 "futures 0.3.21",11044 "futures 0.3.21",
11117 "hash-db",11045 "hash-db",
11136[[package]]11064[[package]]
11137name = "sp-keyring"11065name = "sp-keyring"
11138version = "6.0.0"11066version = "6.0.0"
11139source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11067source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
11140dependencies = [11068dependencies = [
11141 "lazy_static",11069 "lazy_static",
11142 "sp-core",11070 "sp-core",
11147[[package]]11075[[package]]
11148name = "sp-keystore"11076name = "sp-keystore"
11149version = "0.12.0"11077version = "0.12.0"
11150source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11078source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
11151dependencies = [11079dependencies = [
11152 "async-trait",11080 "async-trait",
11153 "futures 0.3.21",11081 "futures 0.3.21",
11164[[package]]11092[[package]]
11165name = "sp-maybe-compressed-blob"11093name = "sp-maybe-compressed-blob"
11166version = "4.1.0-dev"11094version = "4.1.0-dev"
11167source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11095source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
11168dependencies = [11096dependencies = [
11169 "thiserror",11097 "thiserror",
11170 "zstd",11098 "zstd",
11173[[package]]11101[[package]]
11174name = "sp-mmr-primitives"11102name = "sp-mmr-primitives"
11175version = "4.0.0-dev"11103version = "4.0.0-dev"
11176source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11104source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
11177dependencies = [11105dependencies = [
11178 "log",11106 "log",
11179 "parity-scale-codec 3.1.5",11107 "parity-scale-codec 3.1.5",
11188[[package]]11116[[package]]
11189name = "sp-npos-elections"11117name = "sp-npos-elections"
11190version = "4.0.0-dev"11118version = "4.0.0-dev"
11191source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11119source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
11192dependencies = [11120dependencies = [
11193 "parity-scale-codec 3.1.5",11121 "parity-scale-codec 3.1.5",
11194 "scale-info",11122 "scale-info",
11202[[package]]11130[[package]]
11203name = "sp-offchain"11131name = "sp-offchain"
11204version = "4.0.0-dev"11132version = "4.0.0-dev"
11205source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11133source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
11206dependencies = [11134dependencies = [
11207 "sp-api",11135 "sp-api",
11208 "sp-core",11136 "sp-core",
11212[[package]]11140[[package]]
11213name = "sp-panic-handler"11141name = "sp-panic-handler"
11214version = "4.0.0"11142version = "4.0.0"
11215source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11143source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
11216dependencies = [11144dependencies = [
11217 "backtrace",11145 "backtrace",
11218 "lazy_static",11146 "lazy_static",
11222[[package]]11150[[package]]
11223name = "sp-rpc"11151name = "sp-rpc"
11224version = "6.0.0"11152version = "6.0.0"
11225source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11153source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
11226dependencies = [11154dependencies = [
11227 "rustc-hash",11155 "rustc-hash",
11228 "serde",11156 "serde",
11232[[package]]11160[[package]]
11233name = "sp-runtime"11161name = "sp-runtime"
11234version = "6.0.0"11162version = "6.0.0"
11235source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11163source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
11236dependencies = [11164dependencies = [
11237 "either",11165 "either",
11238 "hash256-std-hasher",11166 "hash256-std-hasher",
11254[[package]]11182[[package]]
11255name = "sp-runtime-interface"11183name = "sp-runtime-interface"
11256version = "6.0.0"11184version = "6.0.0"
11257source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11185source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
11258dependencies = [11186dependencies = [
11259 "impl-trait-for-tuples",11187 "impl-trait-for-tuples",
11260 "parity-scale-codec 3.1.5",11188 "parity-scale-codec 3.1.5",
11271[[package]]11199[[package]]
11272name = "sp-runtime-interface-proc-macro"11200name = "sp-runtime-interface-proc-macro"
11273version = "5.0.0"11201version = "5.0.0"
11274source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11202source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
11275dependencies = [11203dependencies = [
11276 "Inflector",11204 "Inflector",
11277 "proc-macro-crate",11205 "proc-macro-crate",
11283[[package]]11211[[package]]
11284name = "sp-sandbox"11212name = "sp-sandbox"
11285version = "0.10.0-dev"11213version = "0.10.0-dev"
11286source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11214source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
11287dependencies = [11215dependencies = [
11288 "log",11216 "log",
11289 "parity-scale-codec 3.1.5",11217 "parity-scale-codec 3.1.5",
11297[[package]]11225[[package]]
11298name = "sp-serializer"11226name = "sp-serializer"
11299version = "4.0.0-dev"11227version = "4.0.0-dev"
11300source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11228source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
11301dependencies = [11229dependencies = [
11302 "serde",11230 "serde",
11303 "serde_json",11231 "serde_json",
11306[[package]]11234[[package]]
11307name = "sp-session"11235name = "sp-session"
11308version = "4.0.0-dev"11236version = "4.0.0-dev"
11309source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11237source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
11310dependencies = [11238dependencies = [
11311 "parity-scale-codec 3.1.5",11239 "parity-scale-codec 3.1.5",
11312 "scale-info",11240 "scale-info",
11320[[package]]11248[[package]]
11321name = "sp-staking"11249name = "sp-staking"
11322version = "4.0.0-dev"11250version = "4.0.0-dev"
11323source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11251source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
11324dependencies = [11252dependencies = [
11325 "parity-scale-codec 3.1.5",11253 "parity-scale-codec 3.1.5",
11326 "scale-info",11254 "scale-info",
11331[[package]]11259[[package]]
11332name = "sp-state-machine"11260name = "sp-state-machine"
11333version = "0.12.0"11261version = "0.12.0"
11334source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11262source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
11335dependencies = [11263dependencies = [
11336 "hash-db",11264 "hash-db",
11337 "log",11265 "log",
11353[[package]]11281[[package]]
11354name = "sp-std"11282name = "sp-std"
11355version = "4.0.0"11283version = "4.0.0"
11356source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11284source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
1135711285
11358[[package]]11286[[package]]
11359name = "sp-storage"11287name = "sp-storage"
11360version = "6.0.0"11288version = "6.0.0"
11361source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11289source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
11362dependencies = [11290dependencies = [
11363 "impl-serde",11291 "impl-serde",
11364 "parity-scale-codec 3.1.5",11292 "parity-scale-codec 3.1.5",
11371[[package]]11299[[package]]
11372name = "sp-tasks"11300name = "sp-tasks"
11373version = "4.0.0-dev"11301version = "4.0.0-dev"
11374source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11302source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
11375dependencies = [11303dependencies = [
11376 "log",11304 "log",
11377 "sp-core",11305 "sp-core",
11384[[package]]11312[[package]]
11385name = "sp-timestamp"11313name = "sp-timestamp"
11386version = "4.0.0-dev"11314version = "4.0.0-dev"
11387source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11315source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
11388dependencies = [11316dependencies = [
11389 "async-trait",11317 "async-trait",
11390 "futures-timer",11318 "futures-timer",
11400[[package]]11328[[package]]
11401name = "sp-tracing"11329name = "sp-tracing"
11402version = "5.0.0"11330version = "5.0.0"
11403source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11331source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
11404dependencies = [11332dependencies = [
11405 "parity-scale-codec 3.1.5",11333 "parity-scale-codec 3.1.5",
11406 "sp-std",11334 "sp-std",
11412[[package]]11340[[package]]
11413name = "sp-transaction-pool"11341name = "sp-transaction-pool"
11414version = "4.0.0-dev"11342version = "4.0.0-dev"
11415source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11343source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
11416dependencies = [11344dependencies = [
11417 "sp-api",11345 "sp-api",
11418 "sp-runtime",11346 "sp-runtime",
11421[[package]]11349[[package]]
11422name = "sp-transaction-storage-proof"11350name = "sp-transaction-storage-proof"
11423version = "4.0.0-dev"11351version = "4.0.0-dev"
11424source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11352source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
11425dependencies = [11353dependencies = [
11426 "async-trait",11354 "async-trait",
11427 "log",11355 "log",
11437[[package]]11365[[package]]
11438name = "sp-trie"11366name = "sp-trie"
11439version = "6.0.0"11367version = "6.0.0"
11440source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11368source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
11441dependencies = [11369dependencies = [
11442 "hash-db",11370 "hash-db",
11443 "memory-db",11371 "memory-db",
11453[[package]]11381[[package]]
11454name = "sp-version"11382name = "sp-version"
11455version = "5.0.0"11383version = "5.0.0"
11456source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11384source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
11457dependencies = [11385dependencies = [
11458 "impl-serde",11386 "impl-serde",
11459 "parity-scale-codec 3.1.5",11387 "parity-scale-codec 3.1.5",
11470[[package]]11398[[package]]
11471name = "sp-version-proc-macro"11399name = "sp-version-proc-macro"
11472version = "4.0.0-dev"11400version = "4.0.0-dev"
11473source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11401source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
11474dependencies = [11402dependencies = [
11475 "parity-scale-codec 3.1.5",11403 "parity-scale-codec 3.1.5",
11476 "proc-macro2",11404 "proc-macro2",
11481[[package]]11409[[package]]
11482name = "sp-wasm-interface"11410name = "sp-wasm-interface"
11483version = "6.0.0"11411version = "6.0.0"
11484source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11412source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
11485dependencies = [11413dependencies = [
11486 "impl-trait-for-tuples",11414 "impl-trait-for-tuples",
11487 "log",11415 "log",
11636[[package]]11564[[package]]
11637name = "substrate-build-script-utils"11565name = "substrate-build-script-utils"
11638version = "3.0.0"11566version = "3.0.0"
11639source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11567source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
11640dependencies = [11568dependencies = [
11641 "platforms",11569 "platforms",
11642]11570]
1164311571
11644[[package]]11572[[package]]
11645name = "substrate-frame-rpc-system"11573name = "substrate-frame-rpc-system"
11646version = "4.0.0-dev"11574version = "4.0.0-dev"
11647source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11575source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
11648dependencies = [11576dependencies = [
11649 "frame-system-rpc-runtime-api",11577 "frame-system-rpc-runtime-api",
11650 "futures 0.3.21",11578 "futures 0.3.21",
11665[[package]]11593[[package]]
11666name = "substrate-prometheus-endpoint"11594name = "substrate-prometheus-endpoint"
11667version = "0.10.0-dev"11595version = "0.10.0-dev"
11668source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11596source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
11669dependencies = [11597dependencies = [
11670 "futures-util",11598 "futures-util",
11671 "hyper",11599 "hyper",
11678[[package]]11606[[package]]
11679name = "substrate-state-trie-migration-rpc"11607name = "substrate-state-trie-migration-rpc"
11680version = "4.0.0-dev"11608version = "4.0.0-dev"
11681source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11609source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
11682dependencies = [11610dependencies = [
11683 "jsonrpsee",11611 "jsonrpsee",
11684 "log",11612 "log",
11699[[package]]11627[[package]]
11700name = "substrate-test-client"11628name = "substrate-test-client"
11701version = "2.0.1"11629version = "2.0.1"
11702source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11630source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
11703dependencies = [11631dependencies = [
11704 "async-trait",11632 "async-trait",
11705 "futures 0.3.21",11633 "futures 0.3.21",
11725[[package]]11653[[package]]
11726name = "substrate-test-utils"11654name = "substrate-test-utils"
11727version = "4.0.0-dev"11655version = "4.0.0-dev"
11728source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11656source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
11729dependencies = [11657dependencies = [
11730 "futures 0.3.21",11658 "futures 0.3.21",
11731 "substrate-test-utils-derive",11659 "substrate-test-utils-derive",
11735[[package]]11663[[package]]
11736name = "substrate-test-utils-derive"11664name = "substrate-test-utils-derive"
11737version = "0.10.0-dev"11665version = "0.10.0-dev"
11738source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11666source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
11739dependencies = [11667dependencies = [
11740 "proc-macro-crate",11668 "proc-macro-crate",
11741 "proc-macro2",11669 "proc-macro2",
11746[[package]]11674[[package]]
11747name = "substrate-wasm-builder"11675name = "substrate-wasm-builder"
11748version = "5.0.0-dev"11676version = "5.0.0-dev"
11749source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11677source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
11750dependencies = [11678dependencies = [
11751 "ansi_term",11679 "ansi_term",
11752 "build-helper",11680 "build-helper",
11830 "cfg-if 1.0.0",11758 "cfg-if 1.0.0",
11831 "fastrand",11759 "fastrand",
11832 "libc",11760 "libc",
11833 "redox_syscall 0.2.13",11761 "redox_syscall",
11834 "remove_dir_all",11762 "remove_dir_all",
11835 "winapi",11763 "winapi",
11836]11764]
11837
11838[[package]]
11839name = "term"
11840version = "0.5.2"
11841source = "registry+https://github.com/rust-lang/crates.io-index"
11842checksum = "edd106a334b7657c10b7c540a0106114feadeb4dc314513e97df481d5d966f42"
11843dependencies = [
11844 "byteorder",
11845 "dirs",
11846 "winapi",
11847]
1184811765
11849[[package]]11766[[package]]
11850name = "termcolor"11767name = "termcolor"
1185711774
11858[[package]]11775[[package]]
11859name = "test-runtime-constants"11776name = "test-runtime-constants"
11860version = "0.9.22"11777version = "0.9.23"
11861source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"11778source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
11862dependencies = [11779dependencies = [
11863 "frame-support",11780 "frame-support",
11864 "polkadot-primitives",11781 "polkadot-primitives",
12078 "syn",11995 "syn",
12079]11996]
12080
12081[[package]]
12082name = "tokio-rustls"
12083version = "0.22.0"
12084source = "registry+https://github.com/rust-lang/crates.io-index"
12085checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"
12086dependencies = [
12087 "rustls 0.19.1",
12088 "tokio 1.19.2",
12089 "webpki 0.21.4",
12090]
1209111997
12092[[package]]11998[[package]]
12093name = "tokio-rustls"11999name = "tokio-rustls"
12094version = "0.23.4"12000version = "0.23.4"
12095source = "registry+https://github.com/rust-lang/crates.io-index"12001source = "registry+https://github.com/rust-lang/crates.io-index"
12096checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"12002checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
12097dependencies = [12003dependencies = [
12098 "rustls 0.20.6",12004 "rustls",
12099 "tokio 1.19.2",12005 "tokio 1.19.2",
12100 "webpki 0.22.0",12006 "webpki",
12101]12007]
1210212008
12103[[package]]12009[[package]]
1217512081
12176[[package]]12082[[package]]
12177name = "tracing-gum"12083name = "tracing-gum"
12178version = "0.9.22"12084version = "0.9.23"
12179source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"12085source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
12180dependencies = [12086dependencies = [
12181 "polkadot-node-jaeger",12087 "polkadot-node-jaeger",
12182 "polkadot-primitives",12088 "polkadot-primitives",
1218612092
12187[[package]]12093[[package]]
12188name = "tracing-gum-proc-macro"12094name = "tracing-gum-proc-macro"
12189version = "0.9.22"12095version = "0.9.23"
12190source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"12096source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
12191dependencies = [12097dependencies = [
12192 "expander 0.0.6",12098 "expander 0.0.6",
12193 "proc-macro-crate",12099 "proc-macro-crate",
12326[[package]]12232[[package]]
12327name = "try-runtime-cli"12233name = "try-runtime-cli"
12328version = "0.10.0-dev"12234version = "0.10.0-dev"
12329source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"12235source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"
12330dependencies = [12236dependencies = [
12331 "clap",12237 "clap",
12332 "jsonrpsee",12238 "jsonrpsee",
1246012366
12461[[package]]12367[[package]]
12462name = "unique-node"12368name = "unique-node"
12463version = "0.9.22"12369version = "0.9.23"
12464dependencies = [12370dependencies = [
12465 "clap",12371 "clap",
12466 "cumulus-client-cli",12372 "cumulus-client-cli",
1259712503
12598[[package]]12504[[package]]
12599name = "unique-runtime"12505name = "unique-runtime"
12600version = "0.9.22"12506version = "0.9.23"
12601dependencies = [12507dependencies = [
12602 "cumulus-pallet-aura-ext",12508 "cumulus-pallet-aura-ext",
12603 "cumulus-pallet-dmp-queue",12509 "cumulus-pallet-dmp-queue",
1267912585
12680[[package]]12586[[package]]
12681name = "unique-runtime-common"12587name = "unique-runtime-common"
12682version = "0.9.22"12588version = "0.9.23"
12683dependencies = [12589dependencies = [
12684 "evm-coder",12590 "evm-coder",
12685 "fp-rpc",12591 "fp-rpc",
12766[[package]]12672[[package]]
12767name = "up-sponsorship"12673name = "up-sponsorship"
12768version = "0.1.0"12674version = "0.1.0"
12769source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.22#9fc4fbc3f83fdc793205f3fef1c97ef168d4dfe0"12675source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.23#5f3b55354830f9707d6632aaa54362deea981116"
12770dependencies = [12676dependencies = [
12771 "impl-trait-for-tuples",12677 "impl-trait-for-tuples",
12772]12678]
13138 "libc",13044 "libc",
13139 "log",13045 "log",
13140 "mach",13046 "mach",
13047 "memfd",
13141 "memoffset",13048 "memoffset",
13142 "more-asserts",13049 "more-asserts",
13143 "rand 0.8.5",13050 "rand 0.8.5",
13171 "wasm-bindgen",13078 "wasm-bindgen",
13172]13079]
13173
13174[[package]]
13175name = "webpki"
13176version = "0.21.4"
13177source = "registry+https://github.com/rust-lang/crates.io-index"
13178checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"
13179dependencies = [
13180 "ring",
13181 "untrusted",
13182]
1318313080
13184[[package]]13081[[package]]
13185name = "webpki"13082name = "webpki"
13197source = "registry+https://github.com/rust-lang/crates.io-index"13094source = "registry+https://github.com/rust-lang/crates.io-index"
13198checksum = "44d8de8415c823c8abd270ad483c6feeac771fad964890779f9a8cb24fbbc1bf"13095checksum = "44d8de8415c823c8abd270ad483c6feeac771fad964890779f9a8cb24fbbc1bf"
13199dependencies = [13096dependencies = [
13200 "webpki 0.22.0",13097 "webpki",
13201]13098]
1320213099
13203[[package]]13100[[package]]
1321113108
13212[[package]]13109[[package]]
13213name = "westend-runtime"13110name = "westend-runtime"
13214version = "0.9.22"13111version = "0.9.23"
13215source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"13112source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
13216dependencies = [13113dependencies = [
13217 "beefy-primitives",13114 "beefy-primitives",
13218 "bitvec 1.0.0",13115 "bitvec 1.0.0",
1330013197
13301[[package]]13198[[package]]
13302name = "westend-runtime-constants"13199name = "westend-runtime-constants"
13303version = "0.9.22"13200version = "0.9.23"
13304source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"13201source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
13305dependencies = [13202dependencies = [
13306 "frame-support",13203 "frame-support",
13307 "polkadot-primitives",13204 "polkadot-primitives",
1348113378
13482[[package]]13379[[package]]
13483name = "xcm"13380name = "xcm"
13484version = "0.9.22"13381version = "0.9.23"
13485source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"13382source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
13486dependencies = [13383dependencies = [
13487 "derivative",13384 "derivative",
13488 "impl-trait-for-tuples",13385 "impl-trait-for-tuples",
1349413391
13495[[package]]13392[[package]]
13496name = "xcm-builder"13393name = "xcm-builder"
13497version = "0.9.22"13394version = "0.9.23"
13498source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"13395source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
13499dependencies = [13396dependencies = [
13500 "frame-support",13397 "frame-support",
13501 "frame-system",13398 "frame-system",
1351413411
13515[[package]]13412[[package]]
13516name = "xcm-executor"13413name = "xcm-executor"
13517version = "0.9.22"13414version = "0.9.23"
13518source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"13415source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
13519dependencies = [13416dependencies = [
13520 "frame-benchmarking",13417 "frame-benchmarking",
13521 "frame-support",13418 "frame-support",
13533[[package]]13430[[package]]
13534name = "xcm-procedural"13431name = "xcm-procedural"
13535version = "0.1.0"13432version = "0.1.0"
13536source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"13433source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"
13537dependencies = [13434dependencies = [
13538 "Inflector",13435 "Inflector",
13539 "proc-macro2",13436 "proc-macro2",
modifiedDockerfile-parachaindiffbeforeafterboth
44
5ARG RUST_TOOLCHAIN=nightly-2022-04-075ARG RUST_TOOLCHAIN=nightly-2022-04-07
6#ARG RUST_C=1.62.0-nightly6#ARG RUST_C=1.62.0-nightly
7ARG POLKA_VERSION=release-v0.9.227ARG POLKA_VERSION=release-v0.9.23
8ARG UNIQUE_BRANCH=develop8ARG UNIQUE_BRANCH=develop
99
10#ARG USER=***10#ARG USER=***
modifiedREADME.mddiffbeforeafterboth
91```91```
92git clone https://github.com/paritytech/polkadot.git92git clone https://github.com/paritytech/polkadot.git
93cd polkadot93cd polkadot
94git checkout release-v0.9.2294git checkout release-v0.9.23
95cargo build --release95cargo build --release
96```96```
9797
modifiedclient/rpc/Cargo.tomldiffbeforeafterboth
14jsonrpsee = { version = "0.13.0", features = ["server", "macros"] }14jsonrpsee = { version = "0.13.0", features = ["server", "macros"] }
15anyhow = "1.0.57"15anyhow = "1.0.57"
1616
17sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }17sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
18sp-blockchain = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }18sp-blockchain = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
19sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }19sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
20sp-rpc = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }20sp-rpc = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
21sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }21sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
22pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.22" }22pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
2323
modifiedcrates/evm-coder/Cargo.tomldiffbeforeafterboth
9primitive-types = { version = "0.11.1", default-features = false }9primitive-types = { version = "0.11.1", default-features = false }
10hex-literal = "0.3.3"10hex-literal = "0.3.3"
11ethereum = { version = "0.12.0", default-features = false }11ethereum = { version = "0.12.0", default-features = false }
12evm-core = { default-features = false , git = "https://github.com/uniquenetwork/evm", branch = "unique-polkadot-v0.9.22" }12evm-core = { default-features = false , git = "https://github.com/uniquenetwork/evm", branch = "unique-polkadot-v0.9.23" }
13impl-trait-for-tuples = "0.2.1"13impl-trait-for-tuples = "0.2.1"
1414
15[dev-dependencies]15[dev-dependencies]
modifiedcrates/evm-coder/tests/generics.rsdiffbeforeafterboth
41 T: core::fmt::Debug,41 T: core::fmt::Debug,
42{42{
43 fn test_3(&self) -> Result<uint256> {43 fn test_3(&self) -> Result<uint256> {
44 todo!()44 unreachable!()
45 }45 }
46}46}
4747
modifiednode/cli/Cargo.tomldiffbeforeafterboth
33
4[build-dependencies.substrate-build-script-utils]4[build-dependencies.substrate-build-script-utils]
5git = "https://github.com/paritytech/substrate"5git = "https://github.com/paritytech/substrate"
6branch = "polkadot-v0.9.22"6branch = "polkadot-v0.9.23"
77
8################################################################################8################################################################################
9# Substrate Dependecies9# Substrate Dependecies
1616
17[dependencies.frame-benchmarking]17[dependencies.frame-benchmarking]
18git = "https://github.com/paritytech/substrate"18git = "https://github.com/paritytech/substrate"
19branch = "polkadot-v0.9.22"19branch = "polkadot-v0.9.23"
2020
21[dependencies.frame-benchmarking-cli]21[dependencies.frame-benchmarking-cli]
22git = "https://github.com/paritytech/substrate"22git = "https://github.com/paritytech/substrate"
23branch = "polkadot-v0.9.22"23branch = "polkadot-v0.9.23"
2424
25[dependencies.try-runtime-cli]25[dependencies.try-runtime-cli]
26git = 'https://github.com/paritytech/substrate'26git = 'https://github.com/paritytech/substrate'
27branch = 'polkadot-v0.9.22'27branch = 'polkadot-v0.9.23'
2828
29[dependencies.pallet-transaction-payment-rpc]29[dependencies.pallet-transaction-payment-rpc]
30git = "https://github.com/paritytech/substrate"30git = "https://github.com/paritytech/substrate"
31branch = "polkadot-v0.9.22"31branch = "polkadot-v0.9.23"
3232
33[dependencies.substrate-prometheus-endpoint]33[dependencies.substrate-prometheus-endpoint]
34git = "https://github.com/paritytech/substrate"34git = "https://github.com/paritytech/substrate"
35branch = "polkadot-v0.9.22"35branch = "polkadot-v0.9.23"
3636
37[dependencies.sc-basic-authorship]37[dependencies.sc-basic-authorship]
38git = "https://github.com/paritytech/substrate"38git = "https://github.com/paritytech/substrate"
39branch = "polkadot-v0.9.22"39branch = "polkadot-v0.9.23"
4040
41[dependencies.sc-chain-spec]41[dependencies.sc-chain-spec]
42git = "https://github.com/paritytech/substrate"42git = "https://github.com/paritytech/substrate"
43branch = "polkadot-v0.9.22"43branch = "polkadot-v0.9.23"
4444
45[dependencies.sc-cli]45[dependencies.sc-cli]
46features = ['wasmtime']46features = ['wasmtime']
47git = "https://github.com/paritytech/substrate"47git = "https://github.com/paritytech/substrate"
48branch = "polkadot-v0.9.22"48branch = "polkadot-v0.9.23"
4949
50[dependencies.sc-client-api]50[dependencies.sc-client-api]
51git = "https://github.com/paritytech/substrate"51git = "https://github.com/paritytech/substrate"
52branch = "polkadot-v0.9.22"52branch = "polkadot-v0.9.23"
5353
54[dependencies.sc-consensus]54[dependencies.sc-consensus]
55git = "https://github.com/paritytech/substrate"55git = "https://github.com/paritytech/substrate"
56branch = "polkadot-v0.9.22"56branch = "polkadot-v0.9.23"
5757
58[dependencies.sc-consensus-aura]58[dependencies.sc-consensus-aura]
59git = "https://github.com/paritytech/substrate"59git = "https://github.com/paritytech/substrate"
60branch = "polkadot-v0.9.22"60branch = "polkadot-v0.9.23"
6161
62[dependencies.sc-executor]62[dependencies.sc-executor]
63features = ['wasmtime']63features = ['wasmtime']
64git = "https://github.com/paritytech/substrate"64git = "https://github.com/paritytech/substrate"
65branch = "polkadot-v0.9.22"65branch = "polkadot-v0.9.23"
6666
67[dependencies.sc-finality-grandpa]67[dependencies.sc-finality-grandpa]
68git = "https://github.com/paritytech/substrate"68git = "https://github.com/paritytech/substrate"
69branch = "polkadot-v0.9.22"69branch = "polkadot-v0.9.23"
7070
71[dependencies.sc-keystore]71[dependencies.sc-keystore]
72git = "https://github.com/paritytech/substrate"72git = "https://github.com/paritytech/substrate"
73branch = "polkadot-v0.9.22"73branch = "polkadot-v0.9.23"
7474
75[dependencies.sc-rpc]75[dependencies.sc-rpc]
76git = "https://github.com/paritytech/substrate"76git = "https://github.com/paritytech/substrate"
77branch = "polkadot-v0.9.22"77branch = "polkadot-v0.9.23"
7878
79[dependencies.sc-rpc-api]79[dependencies.sc-rpc-api]
80git = "https://github.com/paritytech/substrate"80git = "https://github.com/paritytech/substrate"
81branch = "polkadot-v0.9.22"81branch = "polkadot-v0.9.23"
8282
83[dependencies.sc-service]83[dependencies.sc-service]
84features = ['wasmtime']84features = ['wasmtime']
85git = "https://github.com/paritytech/substrate"85git = "https://github.com/paritytech/substrate"
86branch = "polkadot-v0.9.22"86branch = "polkadot-v0.9.23"
8787
88[dependencies.sc-telemetry]88[dependencies.sc-telemetry]
89git = "https://github.com/paritytech/substrate"89git = "https://github.com/paritytech/substrate"
90branch = "polkadot-v0.9.22"90branch = "polkadot-v0.9.23"
9191
92[dependencies.sc-transaction-pool]92[dependencies.sc-transaction-pool]
93git = "https://github.com/paritytech/substrate"93git = "https://github.com/paritytech/substrate"
94branch = "polkadot-v0.9.22"94branch = "polkadot-v0.9.23"
9595
96[dependencies.sc-tracing]96[dependencies.sc-tracing]
97git = "https://github.com/paritytech/substrate"97git = "https://github.com/paritytech/substrate"
98branch = "polkadot-v0.9.22"98branch = "polkadot-v0.9.23"
9999
100[dependencies.sc-sysinfo]100[dependencies.sc-sysinfo]
101git = "https://github.com/paritytech/substrate"101git = "https://github.com/paritytech/substrate"
102branch = "polkadot-v0.9.22"102branch = "polkadot-v0.9.23"
103103
104[dependencies.sp-block-builder]104[dependencies.sp-block-builder]
105git = "https://github.com/paritytech/substrate"105git = "https://github.com/paritytech/substrate"
106branch = "polkadot-v0.9.22"106branch = "polkadot-v0.9.23"
107107
108[dependencies.sp-api]108[dependencies.sp-api]
109git = "https://github.com/paritytech/substrate"109git = "https://github.com/paritytech/substrate"
110branch = "polkadot-v0.9.22"110branch = "polkadot-v0.9.23"
111111
112[dependencies.sp-blockchain]112[dependencies.sp-blockchain]
113git = "https://github.com/paritytech/substrate"113git = "https://github.com/paritytech/substrate"
114branch = "polkadot-v0.9.22"114branch = "polkadot-v0.9.23"
115115
116[dependencies.sp-consensus]116[dependencies.sp-consensus]
117git = "https://github.com/paritytech/substrate"117git = "https://github.com/paritytech/substrate"
118branch = "polkadot-v0.9.22"118branch = "polkadot-v0.9.23"
119119
120[dependencies.sp-consensus-aura]120[dependencies.sp-consensus-aura]
121git = "https://github.com/paritytech/substrate"121git = "https://github.com/paritytech/substrate"
122branch = "polkadot-v0.9.22"122branch = "polkadot-v0.9.23"
123123
124[dependencies.sp-core]124[dependencies.sp-core]
125git = "https://github.com/paritytech/substrate"125git = "https://github.com/paritytech/substrate"
126branch = "polkadot-v0.9.22"126branch = "polkadot-v0.9.23"
127127
128[dependencies.sp-finality-grandpa]128[dependencies.sp-finality-grandpa]
129git = "https://github.com/paritytech/substrate"129git = "https://github.com/paritytech/substrate"
130branch = "polkadot-v0.9.22"130branch = "polkadot-v0.9.23"
131131
132[dependencies.sp-inherents]132[dependencies.sp-inherents]
133git = "https://github.com/paritytech/substrate"133git = "https://github.com/paritytech/substrate"
134branch = "polkadot-v0.9.22"134branch = "polkadot-v0.9.23"
135135
136[dependencies.sp-keystore]136[dependencies.sp-keystore]
137git = "https://github.com/paritytech/substrate"137git = "https://github.com/paritytech/substrate"
138branch = "polkadot-v0.9.22"138branch = "polkadot-v0.9.23"
139139
140[dependencies.sp-offchain]140[dependencies.sp-offchain]
141git = "https://github.com/paritytech/substrate"141git = "https://github.com/paritytech/substrate"
142branch = "polkadot-v0.9.22"142branch = "polkadot-v0.9.23"
143143
144[dependencies.sp-runtime]144[dependencies.sp-runtime]
145git = "https://github.com/paritytech/substrate"145git = "https://github.com/paritytech/substrate"
146branch = "polkadot-v0.9.22"146branch = "polkadot-v0.9.23"
147147
148[dependencies.sp-session]148[dependencies.sp-session]
149git = "https://github.com/paritytech/substrate"149git = "https://github.com/paritytech/substrate"
150branch = "polkadot-v0.9.22"150branch = "polkadot-v0.9.23"
151151
152[dependencies.sp-timestamp]152[dependencies.sp-timestamp]
153git = "https://github.com/paritytech/substrate"153git = "https://github.com/paritytech/substrate"
154branch = "polkadot-v0.9.22"154branch = "polkadot-v0.9.23"
155155
156[dependencies.sp-transaction-pool]156[dependencies.sp-transaction-pool]
157git = "https://github.com/paritytech/substrate"157git = "https://github.com/paritytech/substrate"
158branch = "polkadot-v0.9.22"158branch = "polkadot-v0.9.23"
159159
160[dependencies.sp-trie]160[dependencies.sp-trie]
161git = "https://github.com/paritytech/substrate"161git = "https://github.com/paritytech/substrate"
162branch = "polkadot-v0.9.22"162branch = "polkadot-v0.9.23"
163163
164[dependencies.substrate-frame-rpc-system]164[dependencies.substrate-frame-rpc-system]
165git = "https://github.com/paritytech/substrate"165git = "https://github.com/paritytech/substrate"
166branch = "polkadot-v0.9.22"166branch = "polkadot-v0.9.23"
167167
168[dependencies.sc-network]168[dependencies.sc-network]
169git = "https://github.com/paritytech/substrate"169git = "https://github.com/paritytech/substrate"
170branch = "polkadot-v0.9.22"170branch = "polkadot-v0.9.23"
171171
172[dependencies.serde]172[dependencies.serde]
173features = ['derive']173features = ['derive']
178178
179[dependencies.sc-consensus-manual-seal]179[dependencies.sc-consensus-manual-seal]
180git = "https://github.com/paritytech/substrate"180git = "https://github.com/paritytech/substrate"
181branch = "polkadot-v0.9.22"181branch = "polkadot-v0.9.23"
182182
183################################################################################183################################################################################
184# Cumulus dependencies184# Cumulus dependencies
185185
186[dependencies.cumulus-client-consensus-aura]186[dependencies.cumulus-client-consensus-aura]
187git = "https://github.com/paritytech/cumulus"187git = "https://github.com/paritytech/cumulus"
188branch = "polkadot-v0.9.22"188branch = "polkadot-v0.9.23"
189189
190[dependencies.cumulus-client-consensus-common]190[dependencies.cumulus-client-consensus-common]
191git = "https://github.com/paritytech/cumulus"191git = "https://github.com/paritytech/cumulus"
192branch = "polkadot-v0.9.22"192branch = "polkadot-v0.9.23"
193193
194[dependencies.cumulus-client-collator]194[dependencies.cumulus-client-collator]
195git = "https://github.com/paritytech/cumulus"195git = "https://github.com/paritytech/cumulus"
196branch = "polkadot-v0.9.22"196branch = "polkadot-v0.9.23"
197197
198[dependencies.cumulus-client-cli]198[dependencies.cumulus-client-cli]
199git = "https://github.com/paritytech/cumulus"199git = "https://github.com/paritytech/cumulus"
200branch = "polkadot-v0.9.22"200branch = "polkadot-v0.9.23"
201201
202[dependencies.cumulus-client-network]202[dependencies.cumulus-client-network]
203git = "https://github.com/paritytech/cumulus"203git = "https://github.com/paritytech/cumulus"
204branch = "polkadot-v0.9.22"204branch = "polkadot-v0.9.23"
205205
206[dependencies.cumulus-primitives-core]206[dependencies.cumulus-primitives-core]
207git = "https://github.com/paritytech/cumulus"207git = "https://github.com/paritytech/cumulus"
208branch = "polkadot-v0.9.22"208branch = "polkadot-v0.9.23"
209209
210[dependencies.cumulus-primitives-parachain-inherent]210[dependencies.cumulus-primitives-parachain-inherent]
211git = "https://github.com/paritytech/cumulus"211git = "https://github.com/paritytech/cumulus"
212branch = "polkadot-v0.9.22"212branch = "polkadot-v0.9.23"
213213
214[dependencies.cumulus-client-service]214[dependencies.cumulus-client-service]
215git = "https://github.com/paritytech/cumulus"215git = "https://github.com/paritytech/cumulus"
216branch = "polkadot-v0.9.22"216branch = "polkadot-v0.9.23"
217217
218[dependencies.cumulus-relay-chain-interface]218[dependencies.cumulus-relay-chain-interface]
219git = "https://github.com/paritytech/cumulus"219git = "https://github.com/paritytech/cumulus"
220branch = "polkadot-v0.9.22"220branch = "polkadot-v0.9.23"
221221
222[dependencies.cumulus-relay-chain-inprocess-interface]222[dependencies.cumulus-relay-chain-inprocess-interface]
223git = "https://github.com/paritytech/cumulus"223git = "https://github.com/paritytech/cumulus"
224branch = "polkadot-v0.9.22"224branch = "polkadot-v0.9.23"
225225
226[dependencies.cumulus-relay-chain-rpc-interface]226[dependencies.cumulus-relay-chain-rpc-interface]
227git = "https://github.com/paritytech/cumulus"227git = "https://github.com/paritytech/cumulus"
228branch = "polkadot-v0.9.22"228branch = "polkadot-v0.9.23"
229229
230################################################################################230################################################################################
231# Polkadot dependencies231# Polkadot dependencies
232[dependencies.polkadot-primitives]232[dependencies.polkadot-primitives]
233git = "https://github.com/paritytech/polkadot"233git = "https://github.com/paritytech/polkadot"
234branch = "release-v0.9.22"234branch = "release-v0.9.23"
235235
236[dependencies.polkadot-service]236[dependencies.polkadot-service]
237git = "https://github.com/paritytech/polkadot"237git = "https://github.com/paritytech/polkadot"
238branch = "release-v0.9.22"238branch = "release-v0.9.23"
239239
240[dependencies.polkadot-cli]240[dependencies.polkadot-cli]
241git = "https://github.com/paritytech/polkadot"241git = "https://github.com/paritytech/polkadot"
242branch = "release-v0.9.22"242branch = "release-v0.9.23"
243243
244[dependencies.polkadot-test-service]244[dependencies.polkadot-test-service]
245git = "https://github.com/paritytech/polkadot"245git = "https://github.com/paritytech/polkadot"
246branch = "release-v0.9.22"246branch = "release-v0.9.23"
247247
248[dependencies.polkadot-parachain]248[dependencies.polkadot-parachain]
249git = "https://github.com/paritytech/polkadot"249git = "https://github.com/paritytech/polkadot"
250branch = "release-v0.9.22"250branch = "release-v0.9.23"
251251
252252
253################################################################################253################################################################################
277277
278[dependencies.pallet-transaction-payment-rpc-runtime-api]278[dependencies.pallet-transaction-payment-rpc-runtime-api]
279git = "https://github.com/paritytech/substrate"279git = "https://github.com/paritytech/substrate"
280branch = "polkadot-v0.9.22"280branch = "polkadot-v0.9.23"
281281
282################################################################################282################################################################################
283# Package283# Package
291license = 'GPLv3'291license = 'GPLv3'
292name = 'unique-node'292name = 'unique-node'
293repository = 'https://github.com/UniqueNetwork/unique-chain'293repository = 'https://github.com/UniqueNetwork/unique-chain'
294version = '0.9.22'294version = '0.9.23'
295295
296[[bin]]296[[bin]]
297name = 'unique-collator'297name = 'unique-collator'
309jsonrpsee = { version = "0.13.0", features = ["server", "macros"] }309jsonrpsee = { version = "0.13.0", features = ["server", "macros"] }
310tokio = { version = "1.17.0", features = ["time"] }310tokio = { version = "1.17.0", features = ["time"] }
311311
312fc-rpc-core = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.22" }312fc-rpc-core = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
313fc-consensus = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.22" }313fc-consensus = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
314fc-mapping-sync = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.22" }314fc-mapping-sync = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
315fc-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.22" }315fc-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
316fc-db = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.22" }316fc-db = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
317fp-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.22" }317fp-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
318pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.22" }318pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
319319
320unique-rpc = { default-features = false, path = "../rpc" }320unique-rpc = { default-features = false, path = "../rpc" }
321rmrk-rpc = { path = "../../primitives/rmrk-rpc" }321rmrk-rpc = { path = "../../primitives/rmrk-rpc" }
modifiednode/cli/src/command.rsdiffbeforeafterboth
53use cumulus_client_service::genesis::generate_genesis_block;53use cumulus_client_service::genesis::generate_genesis_block;
54use std::{future::Future, pin::Pin};54use std::{future::Future, pin::Pin};
55use log::info;55use log::info;
56use polkadot_parachain::primitives::AccountIdConversion;
57use sc_cli::{56use sc_cli::{
58 ChainSpec, CliConfiguration, DefaultConfigurationValues, ImportParams, KeystoreParams,57 ChainSpec, CliConfiguration, DefaultConfigurationValues, ImportParams, KeystoreParams,
59 NetworkParams, Result, RuntimeVersion, SharedParams, SubstrateCli,58 NetworkParams, Result, RuntimeVersion, SharedParams, SubstrateCli,
62 config::{BasePath, PrometheusConfig},61 config::{BasePath, PrometheusConfig},
63};62};
64use sp_core::hexdisplay::HexDisplay;63use sp_core::hexdisplay::HexDisplay;
65use sp_runtime::traits::Block as BlockT;64use sp_runtime::traits::{AccountIdConversion, Block as BlockT};
66use std::{io::Write, net::SocketAddr, time::Duration};65use std::{io::Write, net::SocketAddr, time::Duration};
6766
68use unique_runtime_common::types::Block;67use unique_runtime_common::types::Block;
492491
493 let para_id = ParaId::from(para_id);492 let para_id = ParaId::from(para_id);
494493
495 let parachain_account =494 let parachain_account = AccountIdConversion::<polkadot_primitives::v2::AccountId>::into_account_truncating(&para_id);
496 AccountIdConversion::<polkadot_primitives::v2::AccountId>::into_account(
497 &para_id,
498 );
499495
modifiednode/rpc/Cargo.tomldiffbeforeafterboth
13futures = { version = "0.3.17", features = ["compat"] }13futures = { version = "0.3.17", features = ["compat"] }
14jsonrpsee = { version = "0.13.0", features = ["server", "macros"] }14jsonrpsee = { version = "0.13.0", features = ["server", "macros"] }
15# pallet-contracts-rpc = { git = 'https://github.com/paritytech/substrate', branch = 'master' }15# pallet-contracts-rpc = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
16pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }16pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
17pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }17pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
18sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }18sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
19sc-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }19sc-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
20sc-consensus-epochs = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }20sc-consensus-epochs = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
21sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }21sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
22sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }22sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
23sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }23sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
24sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }24sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
25sc-rpc-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }25sc-rpc-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
26sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }26sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
27sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }27sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
28sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }28sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
29sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }29sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
30sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }30sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
31sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }31sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
32sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }32sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
33sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }33sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
34sp-offchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }34sp-offchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
35sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }35sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
36sp-storage = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }36sp-storage = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
37sp-session = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }37sp-session = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
38sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }38sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
39sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }39sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
40substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }40substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
41tokio = { version = "0.2.25", features = ["macros", "sync"] }41tokio = { version = "0.2.25", features = ["macros", "sync"] }
4242
43pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.22" }43pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
44fc-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.22" }44fc-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
45fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.22" }45fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
46fp-storage = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.22" }46fp-storage = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
47fc-rpc-core = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.22" }47fc-rpc-core = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
48fc-db = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.22" }48fc-db = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
49fc-mapping-sync = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.22" }49fc-mapping-sync = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
5050
51pallet-common = { default-features = false, path = "../../pallets/common" }51pallet-common = { default-features = false, path = "../../pallets/common" }
52unique-runtime-common = { default-features = false, path = "../../runtime/common" }52unique-runtime-common = { default-features = false, path = "../../runtime/common" }
modifiednode/rpc/src/lib.rsdiffbeforeafterboth
175 use uc_rpc::{RmrkApiServer, Rmrk};175 use uc_rpc::{RmrkApiServer, Rmrk};
176176
177 // use pallet_contracts_rpc::{Contracts, ContractsApi};177 // use pallet_contracts_rpc::{Contracts, ContractsApi};
178 use pallet_transaction_payment_rpc::{TransactionPaymentRpc, TransactionPaymentApiServer};178 use pallet_transaction_payment_rpc::{TransactionPayment, TransactionPaymentApiServer};
179 use substrate_frame_rpc_system::{SystemRpc, SystemApiServer};179 use substrate_frame_rpc_system::{System, SystemApiServer};
180180
181 let mut io = RpcModule::new(());181 let mut io = RpcModule::new(());
182 let FullDeps {182 let FullDeps {
196 max_past_logs,196 max_past_logs,
197 } = deps;197 } = deps;
198198
199 io.merge(SystemRpc::new(Arc::clone(&client), Arc::clone(&pool), deny_unsafe).into_rpc())?;199 io.merge(System::new(Arc::clone(&client), Arc::clone(&pool), deny_unsafe).into_rpc())?;
200 io.merge(TransactionPaymentRpc::new(Arc::clone(&client)).into_rpc())?;200 io.merge(TransactionPayment::new(Arc::clone(&client)).into_rpc())?;
201201
202 // io.extend_with(ContractsApi::to_delegate(Contracts::new(client.clone())));202 // io.extend_with(ContractsApi::to_delegate(Contracts::new(client.clone())));
203203
modifiedpallets/common/Cargo.tomldiffbeforeafterboth
11version = '3.1.2'11version = '3.1.2'
1212
13[dependencies]13[dependencies]
14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
19frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }19frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
20fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.22" }20fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
21up-data-structs = { default-features = false, path = '../../primitives/data-structs' }21up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
22pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }22pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }
23evm-coder = { default-features = false, path = '../../crates/evm-coder' }23evm-coder = { default-features = false, path = '../../crates/evm-coder' }
24ethereum = { version = "0.12.0", default-features = false }24ethereum = { version = "0.12.0", default-features = false }
25pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.22" }25pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
2626
27serde = { version = "1.0.130", default-features = false }27serde = { version = "1.0.130", default-features = false }
28scale-info = { version = "2.0.1", default-features = false, features = [28scale-info = { version = "2.0.1", default-features = false, features = [
modifiedpallets/evm-coder-substrate/Cargo.tomldiffbeforeafterboth
8scale-info = { version = "2.0.1", default-features = false, features = [8scale-info = { version = "2.0.1", default-features = false, features = [
9 "derive",9 "derive",
10] }10] }
11sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }11sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
12sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }12sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
13ethereum = { version = "0.12.0", default-features = false }13ethereum = { version = "0.12.0", default-features = false }
14evm-coder = { default-features = false, path = "../../crates/evm-coder" }14evm-coder = { default-features = false, path = "../../crates/evm-coder" }
15pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.22" }15pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
16pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.22" }16pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
17frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }17frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
18frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }18frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
19frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }19frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
20up-data-structs = { default-features = false, path = "../../primitives/data-structs" }20up-data-structs = { default-features = false, path = "../../primitives/data-structs" }
2121
22[dependencies.codec]22[dependencies.codec]
modifiedpallets/evm-contract-helpers/Cargo.tomldiffbeforeafterboth
11log = { default-features = false, version = "0.4.14" }11log = { default-features = false, version = "0.4.14" }
1212
13# Substrate13# Substrate
14frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.22' }14frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.23' }
15frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.22' }15frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.23' }
16sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.22' }16sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.23' }
17sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.22' }17sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.23' }
18sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.22' }18sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.23' }
1919
20# Unique20# Unique
21pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.22" }21pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
22fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.22" }22fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
23up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.22" }23up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.23" }
2424
25# Locals25# Locals
26evm-coder = { default-features = false, path = '../../crates/evm-coder' }26evm-coder = { default-features = false, path = '../../crates/evm-coder' }
modifiedpallets/evm-migration/Cargo.tomldiffbeforeafterboth
8scale-info = { version = "2.0.1", default-features = false, features = [8scale-info = { version = "2.0.1", default-features = false, features = [
9 "derive",9 "derive",
10] }10] }
11frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }11frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
12frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }12frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
13frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }13frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
14sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }14sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
15sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }15sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
16sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }16sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
17sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }17sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
18pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.22" }18pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
19fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.22" }19fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
2020
21[dependencies.codec]21[dependencies.codec]
22default-features = false22default-features = false
modifiedpallets/evm-transaction-payment/Cargo.tomldiffbeforeafterboth
8scale-info = { version = "2.0.1", default-features = false, features = [8scale-info = { version = "2.0.1", default-features = false, features = [
9 "derive",9 "derive",
10] }10] }
11frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }11frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
12frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }12frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
13sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }13sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
14sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }14sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
15sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }15sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
16sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }16sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
17pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.22" }17pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
18fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.22" }18fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
19pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.22" }19pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
20up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.22" }20up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.23" }
21fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.22" }21fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
2222
23[dependencies.codec]23[dependencies.codec]
24default-features = false24default-features = false
modifiedpallets/fungible/Cargo.tomldiffbeforeafterboth
11version = '3.1.2'11version = '3.1.2'
1212
13[dependencies]13[dependencies]
14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
19pallet-common = { default-features = false, path = '../common' }19pallet-common = { default-features = false, path = '../common' }
20pallet-structure = { default-features = false, path = '../structure' }20pallet-structure = { default-features = false, path = '../structure' }
21up-data-structs = { default-features = false, path = '../../primitives/data-structs' }21up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
22evm-coder = { default-features = false, path = '../../crates/evm-coder' }22evm-coder = { default-features = false, path = '../../crates/evm-coder' }
23pallet-evm-coder-substrate = { default-features = false, path = '../evm-coder-substrate' }23pallet-evm-coder-substrate = { default-features = false, path = '../evm-coder-substrate' }
24ethereum = { version = "0.12.0", default-features = false }24ethereum = { version = "0.12.0", default-features = false }
25frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }25frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
26pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.22" }26pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
27scale-info = { version = "2.0.1", default-features = false, features = [27scale-info = { version = "2.0.1", default-features = false, features = [
28 "derive",28 "derive",
29] }29] }
modifiedpallets/inflation/Cargo.tomldiffbeforeafterboth
43default-features = false43default-features = false
44optional = true44optional = true
45git = "https://github.com/paritytech/substrate"45git = "https://github.com/paritytech/substrate"
46branch = "polkadot-v0.9.22"46branch = "polkadot-v0.9.23"
4747
48[dependencies.frame-support]48[dependencies.frame-support]
49default-features = false49default-features = false
50git = "https://github.com/paritytech/substrate"50git = "https://github.com/paritytech/substrate"
51branch = "polkadot-v0.9.22"51branch = "polkadot-v0.9.23"
5252
53[dependencies.frame-system]53[dependencies.frame-system]
54default-features = false54default-features = false
55git = "https://github.com/paritytech/substrate"55git = "https://github.com/paritytech/substrate"
56branch = "polkadot-v0.9.22"56branch = "polkadot-v0.9.23"
5757
58[dependencies.pallet-balances]58[dependencies.pallet-balances]
59default-features = false59default-features = false
60git = "https://github.com/paritytech/substrate"60git = "https://github.com/paritytech/substrate"
61branch = "polkadot-v0.9.22"61branch = "polkadot-v0.9.23"
6262
63[dependencies.pallet-timestamp]63[dependencies.pallet-timestamp]
64default-features = false64default-features = false
65git = "https://github.com/paritytech/substrate"65git = "https://github.com/paritytech/substrate"
66branch = "polkadot-v0.9.22"66branch = "polkadot-v0.9.23"
6767
68[dependencies.pallet-randomness-collective-flip]68[dependencies.pallet-randomness-collective-flip]
69default-features = false69default-features = false
70git = "https://github.com/paritytech/substrate"70git = "https://github.com/paritytech/substrate"
71branch = "polkadot-v0.9.22"71branch = "polkadot-v0.9.23"
7272
73[dependencies.sp-std]73[dependencies.sp-std]
74default-features = false74default-features = false
75git = "https://github.com/paritytech/substrate"75git = "https://github.com/paritytech/substrate"
76branch = "polkadot-v0.9.22"76branch = "polkadot-v0.9.23"
7777
78[dependencies.serde]78[dependencies.serde]
79default-features = false79default-features = false
83[dependencies.sp-runtime]83[dependencies.sp-runtime]
84default-features = false84default-features = false
85git = "https://github.com/paritytech/substrate"85git = "https://github.com/paritytech/substrate"
86branch = "polkadot-v0.9.22"86branch = "polkadot-v0.9.23"
8787
88[dependencies.sp-core]88[dependencies.sp-core]
89default-features = false89default-features = false
90git = "https://github.com/paritytech/substrate"90git = "https://github.com/paritytech/substrate"
91branch = "polkadot-v0.9.22"91branch = "polkadot-v0.9.23"
9292
93[dependencies.sp-io]93[dependencies.sp-io]
94default-features = false94default-features = false
95git = "https://github.com/paritytech/substrate"95git = "https://github.com/paritytech/substrate"
96branch = "polkadot-v0.9.22"96branch = "polkadot-v0.9.23"
9797
98[dependencies]98[dependencies]
99scale-info = { version = "2.0.1", default-features = false, features = [99scale-info = { version = "2.0.1", default-features = false, features = [
modifiedpallets/nonfungible/Cargo.tomldiffbeforeafterboth
11version = '3.1.2'11version = '3.1.2'
1212
13[dependencies]13[dependencies]
14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
19pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.22" }19pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
20pallet-common = { default-features = false, path = '../common' }20pallet-common = { default-features = false, path = '../common' }
21pallet-structure = { default-features = false, path = '../structure' }21pallet-structure = { default-features = false, path = '../structure' }
22up-data-structs = { default-features = false, path = '../../primitives/data-structs' }22up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
23evm-coder = { default-features = false, path = '../../crates/evm-coder' }23evm-coder = { default-features = false, path = '../../crates/evm-coder' }
24pallet-evm-coder-substrate = { default-features = false, path = '../evm-coder-substrate' }24pallet-evm-coder-substrate = { default-features = false, path = '../evm-coder-substrate' }
25ethereum = { version = "0.12.0", default-features = false }25ethereum = { version = "0.12.0", default-features = false }
26frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }26frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
27scale-info = { version = "2.0.1", default-features = false, features = [27scale-info = { version = "2.0.1", default-features = false, features = [
28 "derive",28 "derive",
29] }29] }
modifiedpallets/proxy-rmrk-core/Cargo.tomldiffbeforeafterboth
11version = '3.1.2'11version = '3.1.2'
1212
13[dependencies]13[dependencies]
14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
19pallet-common = { default-features = false, path = '../common' }19pallet-common = { default-features = false, path = '../common' }
20pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }20pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }
21pallet-structure = { default-features = false, path = "../../pallets/structure" }21pallet-structure = { default-features = false, path = "../../pallets/structure" }
22up-data-structs = { default-features = false, path = '../../primitives/data-structs' }22up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
23pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.22" }23pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
24frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }24frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
25rmrk-traits = { default-features = false, path = "../../primitives/rmrk-traits" }25rmrk-traits = { default-features = false, path = "../../primitives/rmrk-traits" }
26scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }26scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }
27derivative = { version = "2.2.0", features = ["use_core"] }27derivative = { version = "2.2.0", features = ["use_core"] }
modifiedpallets/proxy-rmrk-equip/Cargo.tomldiffbeforeafterboth
11version = '3.1.2'11version = '3.1.2'
1212
13[dependencies]13[dependencies]
14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
19pallet-common = { default-features = false, path = '../common' }19pallet-common = { default-features = false, path = '../common' }
20pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }20pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }
21up-data-structs = { default-features = false, path = '../../primitives/data-structs' }21up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
22pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.22" }22pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
23frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }23frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
24rmrk-traits = { default-features = false, path = "../../primitives/rmrk-traits" }24rmrk-traits = { default-features = false, path = "../../primitives/rmrk-traits" }
25scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }25scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }
26pallet-rmrk-core = { default-features = false, path = "../proxy-rmrk-core" }26pallet-rmrk-core = { default-features = false, path = "../proxy-rmrk-core" }
modifiedpallets/refungible/Cargo.tomldiffbeforeafterboth
11version = '3.1.2'11version = '3.1.2'
1212
13[dependencies]13[dependencies]
14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
19pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.22" }19pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
20pallet-common = { default-features = false, path = '../common' }20pallet-common = { default-features = false, path = '../common' }
21pallet-structure = { default-features = false, path = '../structure' }21pallet-structure = { default-features = false, path = '../structure' }
22up-data-structs = { default-features = false, path = '../../primitives/data-structs' }22up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
23frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }23frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
24scale-info = { version = "2.0.1", default-features = false, features = [24scale-info = { version = "2.0.1", default-features = false, features = [
25 "derive",25 "derive",
26] }26] }
modifiedpallets/scheduler/Cargo.tomldiffbeforeafterboth
16 "derive",16 "derive",
17] }17] }
1818
19frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }19frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
20frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }20frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
21sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }21sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
22sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }22sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
23sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }23sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
24sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.22' }24sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.23' }
25frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }25frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
2626
27up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.22" }27up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.23" }
28log = { version = "0.4.14", default-features = false }28log = { version = "0.4.14", default-features = false }
2929
30[dev-dependencies]30[dev-dependencies]
31sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }31sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
32substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }32substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
3333
34[features]34[features]
35default = ["std"]35default = ["std"]
modifiedpallets/structure/Cargo.tomldiffbeforeafterboth
4edition = "2021"4edition = "2021"
55
6[dependencies]6[dependencies]
7frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.22' }7frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.23' }
8frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.22' }8frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.23' }
9frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.22' }9frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.23' }
10sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.22' }10sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.23' }
11pallet-common = { path = "../common", default-features = false }11pallet-common = { path = "../common", default-features = false }
12parity-scale-codec = { version = "3.1.2", default-features = false, features = [12parity-scale-codec = { version = "3.1.2", default-features = false, features = [
13 "derive",13 "derive",
16 "derive",16 "derive",
17] }17] }
18up-data-structs = { path = "../../primitives/data-structs", default-features = false }18up-data-structs = { path = "../../primitives/data-structs", default-features = false }
19pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.22" }19pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
2020
21[features]21[features]
22default = ["std"]22default = ["std"]
modifiedpallets/unique/Cargo.tomldiffbeforeafterboth
59default-features = false59default-features = false
60optional = true60optional = true
61git = "https://github.com/paritytech/substrate"61git = "https://github.com/paritytech/substrate"
62branch = "polkadot-v0.9.22"62branch = "polkadot-v0.9.23"
6363
64[dependencies.frame-support]64[dependencies.frame-support]
65default-features = false65default-features = false
66git = "https://github.com/paritytech/substrate"66git = "https://github.com/paritytech/substrate"
67branch = "polkadot-v0.9.22"67branch = "polkadot-v0.9.23"
6868
69[dependencies.frame-system]69[dependencies.frame-system]
70default-features = false70default-features = false
71git = "https://github.com/paritytech/substrate"71git = "https://github.com/paritytech/substrate"
72branch = "polkadot-v0.9.22"72branch = "polkadot-v0.9.23"
7373
74[dependencies.sp-std]74[dependencies.sp-std]
75default-features = false75default-features = false
76git = "https://github.com/paritytech/substrate"76git = "https://github.com/paritytech/substrate"
77branch = "polkadot-v0.9.22"77branch = "polkadot-v0.9.23"
7878
79[dependencies.sp-runtime]79[dependencies.sp-runtime]
80default-features = false80default-features = false
81git = "https://github.com/paritytech/substrate"81git = "https://github.com/paritytech/substrate"
82branch = "polkadot-v0.9.22"82branch = "polkadot-v0.9.23"
8383
84[dependencies.sp-core]84[dependencies.sp-core]
85default-features = false85default-features = false
86git = "https://github.com/paritytech/substrate"86git = "https://github.com/paritytech/substrate"
87branch = "polkadot-v0.9.22"87branch = "polkadot-v0.9.23"
8888
89[dependencies.sp-io]89[dependencies.sp-io]
90default-features = false90default-features = false
91git = "https://github.com/paritytech/substrate"91git = "https://github.com/paritytech/substrate"
92branch = "polkadot-v0.9.22"92branch = "polkadot-v0.9.23"
9393
94################################################################################94################################################################################
95# Local Dependencies95# Local Dependencies
98scale-info = { version = "2.0.1", default-features = false, features = [98scale-info = { version = "2.0.1", default-features = false, features = [
99 "derive",99 "derive",
100] }100] }
101pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.22" }101pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
102pallet-common = { default-features = false, path = "../common" }102pallet-common = { default-features = false, path = "../common" }
103evm-coder = { default-features = false, path = '../../crates/evm-coder' }103evm-coder = { default-features = false, path = '../../crates/evm-coder' }
104pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }104pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }
modifiedpallets/unique/src/lib.rsdiffbeforeafterboth
693 dispatch_tx::<T, _>(collection_id, |d| d.create_multiple_items_ex(sender, data, &budget))693 dispatch_tx::<T, _>(collection_id, |d| d.create_multiple_items_ex(sender, data, &budget))
694 }694 }
695
696 // TODO! transaction weight
697695
698 /// Set transfers_enabled value for particular collection696 /// Set transfers_enabled value for particular collection
699 ///697 ///
modifiedprimitives/data-structs/Cargo.tomldiffbeforeafterboth
18serde = { version = "1.0.130", features = [18serde = { version = "1.0.130", features = [
19 'derive',19 'derive',
20], default-features = false, optional = true }20], default-features = false, optional = true }
21frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }21frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
22frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }22frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
23sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }23sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
24sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }24sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
25sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }25sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
26derivative = { version = "2.2.0", features = ["use_core"] }26derivative = { version = "2.2.0", features = ["use_core"] }
27struct-versioning = { path = "../../crates/struct-versioning" }27struct-versioning = { path = "../../crates/struct-versioning" }
28pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.22" }28pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
29rmrk-traits = { default-features = false, path = "../rmrk-traits" }29rmrk-traits = { default-features = false, path = "../rmrk-traits" }
3030
31[features]31[features]
modifiedprimitives/rmrk-rpc/Cargo.tomldiffbeforeafterboth
66
7[dependencies]7[dependencies]
8codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] }8codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] }
9sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.22' }9sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.23' }
10sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.22' }10sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.23' }
11sp-api = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.22' }11sp-api = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.23' }
12sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.22' }12sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.23' }
13serde = { version = "1.0.130", default-features = false, features = ["derive"] }13serde = { version = "1.0.130", default-features = false, features = ["derive"] }
14rmrk-traits = { default-features = false, path = "../rmrk-traits" }14rmrk-traits = { default-features = false, path = "../rmrk-traits" }
1515
modifiedprimitives/rpc/Cargo.tomldiffbeforeafterboth
10codec = { package = "parity-scale-codec", version = "3.1.2", default-features = false, features = [10codec = { package = "parity-scale-codec", version = "3.1.2", default-features = false, features = [
11 "derive",11 "derive",
12] }12] }
13sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }13sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
14sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }14sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
15sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }15sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
17pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.22" }17pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
1818
19[features]19[features]
20default = ["std"]20default = ["std"]
modifiedruntime/common/Cargo.tomldiffbeforeafterboth
6license = 'All Rights Reserved'6license = 'All Rights Reserved'
7name = 'unique-runtime-common'7name = 'unique-runtime-common'
8repository = 'https://github.com/UniqueNetwork/unique-chain'8repository = 'https://github.com/UniqueNetwork/unique-chain'
9version = '0.9.22'9version = '0.9.23'
1010
11[features]11[features]
12default = ['std']12default = ['std']
36[dependencies.sp-core]36[dependencies.sp-core]
37default-features = false37default-features = false
38git = "https://github.com/paritytech/substrate"38git = "https://github.com/paritytech/substrate"
39branch = "polkadot-v0.9.22"39branch = "polkadot-v0.9.23"
4040
41[dependencies.sp-std]41[dependencies.sp-std]
42default-features = false42default-features = false
43git = 'https://github.com/paritytech/substrate'43git = 'https://github.com/paritytech/substrate'
44branch = 'polkadot-v0.9.22'44branch = 'polkadot-v0.9.23'
4545
46[dependencies.sp-runtime]46[dependencies.sp-runtime]
47default-features = false47default-features = false
48git = "https://github.com/paritytech/substrate"48git = "https://github.com/paritytech/substrate"
49branch = "polkadot-v0.9.22"49branch = "polkadot-v0.9.23"
5050
51[dependencies.codec]51[dependencies.codec]
52default-features = false52default-features = false
62[dependencies.frame-support]62[dependencies.frame-support]
63default-features = false63default-features = false
64git = "https://github.com/paritytech/substrate"64git = "https://github.com/paritytech/substrate"
65branch = "polkadot-v0.9.22"65branch = "polkadot-v0.9.23"
6666
67[dependencies.frame-system]67[dependencies.frame-system]
68default-features = false68default-features = false
69git = "https://github.com/paritytech/substrate"69git = "https://github.com/paritytech/substrate"
70branch = "polkadot-v0.9.22"70branch = "polkadot-v0.9.23"
7171
72[dependencies.pallet-common]72[dependencies.pallet-common]
73default-features = false73default-features = false
100[dependencies.sp-consensus-aura]100[dependencies.sp-consensus-aura]
101default-features = false101default-features = false
102git = "https://github.com/paritytech/substrate"102git = "https://github.com/paritytech/substrate"
103branch = "polkadot-v0.9.22"103branch = "polkadot-v0.9.23"
104104
105[dependencies.fp-rpc]105[dependencies.fp-rpc]
106default-features = false106default-features = false
107git = "https://github.com/uniquenetwork/frontier"107git = "https://github.com/uniquenetwork/frontier"
108branch = "unique-polkadot-v0.9.22"108branch = "unique-polkadot-v0.9.23"
109109
110[dependencies]110[dependencies]
111pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.22" }111pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
112evm-coder = { default-features = false, path = '../../crates/evm-coder' }112evm-coder = { default-features = false, path = '../../crates/evm-coder' }
113up-sponsorship = { default-features = false, git = "https://github.com/UniqueNetwork/pallet-sponsoring", branch = 'polkadot-v0.9.22' }113up-sponsorship = { default-features = false, git = "https://github.com/UniqueNetwork/pallet-sponsoring", branch = 'polkadot-v0.9.23' }
114114
115rmrk-rpc = { default-features = false, path = "../../primitives/rmrk-rpc" }115rmrk-rpc = { default-features = false, path = "../../primitives/rmrk-rpc" }
116116
modifiedruntime/opal/Cargo.tomldiffbeforeafterboth
10license = 'GPLv3'10license = 'GPLv3'
11name = 'opal-runtime'11name = 'opal-runtime'
12repository = 'https://github.com/UniqueNetwork/unique-chain'12repository = 'https://github.com/UniqueNetwork/unique-chain'
13version = '0.9.22'13version = '0.9.23'
1414
15[package.metadata.docs.rs]15[package.metadata.docs.rs]
16targets = ['x86_64-unknown-linux-gnu']16targets = ['x86_64-unknown-linux-gnu']
133default-features = false133default-features = false
134git = "https://github.com/paritytech/substrate"134git = "https://github.com/paritytech/substrate"
135optional = true135optional = true
136branch = "polkadot-v0.9.22"136branch = "polkadot-v0.9.23"
137137
138[dependencies.frame-try-runtime]138[dependencies.frame-try-runtime]
139default-features = false139default-features = false
140git = 'https://github.com/paritytech/substrate'140git = 'https://github.com/paritytech/substrate'
141optional = true141optional = true
142branch = 'polkadot-v0.9.22'142branch = 'polkadot-v0.9.23'
143143
144[dependencies.frame-executive]144[dependencies.frame-executive]
145default-features = false145default-features = false
146git = "https://github.com/paritytech/substrate"146git = "https://github.com/paritytech/substrate"
147branch = "polkadot-v0.9.22"147branch = "polkadot-v0.9.23"
148148
149[dependencies.frame-support]149[dependencies.frame-support]
150default-features = false150default-features = false
151git = "https://github.com/paritytech/substrate"151git = "https://github.com/paritytech/substrate"
152branch = "polkadot-v0.9.22"152branch = "polkadot-v0.9.23"
153153
154[dependencies.frame-system]154[dependencies.frame-system]
155default-features = false155default-features = false
156git = "https://github.com/paritytech/substrate"156git = "https://github.com/paritytech/substrate"
157branch = "polkadot-v0.9.22"157branch = "polkadot-v0.9.23"
158158
159[dependencies.frame-system-benchmarking]159[dependencies.frame-system-benchmarking]
160default-features = false160default-features = false
161git = "https://github.com/paritytech/substrate"161git = "https://github.com/paritytech/substrate"
162optional = true162optional = true
163branch = "polkadot-v0.9.22"163branch = "polkadot-v0.9.23"
164164
165[dependencies.frame-system-rpc-runtime-api]165[dependencies.frame-system-rpc-runtime-api]
166default-features = false166default-features = false
167git = "https://github.com/paritytech/substrate"167git = "https://github.com/paritytech/substrate"
168branch = "polkadot-v0.9.22"168branch = "polkadot-v0.9.23"
169169
170[dependencies.hex-literal]170[dependencies.hex-literal]
171optional = true171optional = true
180[dependencies.pallet-aura]180[dependencies.pallet-aura]
181default-features = false181default-features = false
182git = "https://github.com/paritytech/substrate"182git = "https://github.com/paritytech/substrate"
183branch = "polkadot-v0.9.22"183branch = "polkadot-v0.9.23"
184184
185[dependencies.pallet-balances]185[dependencies.pallet-balances]
186default-features = false186default-features = false
187git = "https://github.com/paritytech/substrate"187git = "https://github.com/paritytech/substrate"
188branch = "polkadot-v0.9.22"188branch = "polkadot-v0.9.23"
189189
190# Contracts specific packages190# Contracts specific packages
191# [dependencies.pallet-contracts]191# [dependencies.pallet-contracts]
209[dependencies.pallet-randomness-collective-flip]209[dependencies.pallet-randomness-collective-flip]
210default-features = false210default-features = false
211git = "https://github.com/paritytech/substrate"211git = "https://github.com/paritytech/substrate"
212branch = "polkadot-v0.9.22"212branch = "polkadot-v0.9.23"
213213
214[dependencies.pallet-sudo]214[dependencies.pallet-sudo]
215default-features = false215default-features = false
216git = "https://github.com/paritytech/substrate"216git = "https://github.com/paritytech/substrate"
217branch = "polkadot-v0.9.22"217branch = "polkadot-v0.9.23"
218218
219[dependencies.pallet-timestamp]219[dependencies.pallet-timestamp]
220default-features = false220default-features = false
221git = "https://github.com/paritytech/substrate"221git = "https://github.com/paritytech/substrate"
222branch = "polkadot-v0.9.22"222branch = "polkadot-v0.9.23"
223223
224[dependencies.pallet-transaction-payment]224[dependencies.pallet-transaction-payment]
225default-features = false225default-features = false
226git = "https://github.com/paritytech/substrate"226git = "https://github.com/paritytech/substrate"
227branch = "polkadot-v0.9.22"227branch = "polkadot-v0.9.23"
228228
229[dependencies.pallet-transaction-payment-rpc-runtime-api]229[dependencies.pallet-transaction-payment-rpc-runtime-api]
230default-features = false230default-features = false
231git = "https://github.com/paritytech/substrate"231git = "https://github.com/paritytech/substrate"
232branch = "polkadot-v0.9.22"232branch = "polkadot-v0.9.23"
233233
234[dependencies.pallet-treasury]234[dependencies.pallet-treasury]
235default-features = false235default-features = false
236git = "https://github.com/paritytech/substrate"236git = "https://github.com/paritytech/substrate"
237branch = "polkadot-v0.9.22"237branch = "polkadot-v0.9.23"
238238
239# [dependencies.pallet-vesting]239# [dependencies.pallet-vesting]
240# default-features = false240# default-features = false
244[dependencies.sp-arithmetic]244[dependencies.sp-arithmetic]
245default-features = false245default-features = false
246git = "https://github.com/paritytech/substrate"246git = "https://github.com/paritytech/substrate"
247branch = "polkadot-v0.9.22"247branch = "polkadot-v0.9.23"
248248
249[dependencies.sp-api]249[dependencies.sp-api]
250default-features = false250default-features = false
251git = "https://github.com/paritytech/substrate"251git = "https://github.com/paritytech/substrate"
252branch = "polkadot-v0.9.22"252branch = "polkadot-v0.9.23"
253253
254[dependencies.sp-block-builder]254[dependencies.sp-block-builder]
255default-features = false255default-features = false
256git = "https://github.com/paritytech/substrate"256git = "https://github.com/paritytech/substrate"
257branch = "polkadot-v0.9.22"257branch = "polkadot-v0.9.23"
258258
259[dependencies.sp-core]259[dependencies.sp-core]
260default-features = false260default-features = false
261git = "https://github.com/paritytech/substrate"261git = "https://github.com/paritytech/substrate"
262branch = "polkadot-v0.9.22"262branch = "polkadot-v0.9.23"
263263
264[dependencies.sp-consensus-aura]264[dependencies.sp-consensus-aura]
265default-features = false265default-features = false
266git = "https://github.com/paritytech/substrate"266git = "https://github.com/paritytech/substrate"
267branch = "polkadot-v0.9.22"267branch = "polkadot-v0.9.23"
268268
269[dependencies.sp-inherents]269[dependencies.sp-inherents]
270default-features = false270default-features = false
271git = "https://github.com/paritytech/substrate"271git = "https://github.com/paritytech/substrate"
272branch = "polkadot-v0.9.22"272branch = "polkadot-v0.9.23"
273273
274[dependencies.sp-io]274[dependencies.sp-io]
275default-features = false275default-features = false
276git = "https://github.com/paritytech/substrate"276git = "https://github.com/paritytech/substrate"
277branch = "polkadot-v0.9.22"277branch = "polkadot-v0.9.23"
278278
279[dependencies.sp-offchain]279[dependencies.sp-offchain]
280default-features = false280default-features = false
281git = "https://github.com/paritytech/substrate"281git = "https://github.com/paritytech/substrate"
282branch = "polkadot-v0.9.22"282branch = "polkadot-v0.9.23"
283283
284[dependencies.sp-runtime]284[dependencies.sp-runtime]
285default-features = false285default-features = false
286git = "https://github.com/paritytech/substrate"286git = "https://github.com/paritytech/substrate"
287branch = "polkadot-v0.9.22"287branch = "polkadot-v0.9.23"
288288
289[dependencies.sp-session]289[dependencies.sp-session]
290default-features = false290default-features = false
291git = "https://github.com/paritytech/substrate"291git = "https://github.com/paritytech/substrate"
292branch = "polkadot-v0.9.22"292branch = "polkadot-v0.9.23"
293293
294[dependencies.sp-std]294[dependencies.sp-std]
295default-features = false295default-features = false
296git = "https://github.com/paritytech/substrate"296git = "https://github.com/paritytech/substrate"
297branch = "polkadot-v0.9.22"297branch = "polkadot-v0.9.23"
298298
299[dependencies.sp-transaction-pool]299[dependencies.sp-transaction-pool]
300default-features = false300default-features = false
301git = "https://github.com/paritytech/substrate"301git = "https://github.com/paritytech/substrate"
302branch = "polkadot-v0.9.22"302branch = "polkadot-v0.9.23"
303303
304[dependencies.sp-version]304[dependencies.sp-version]
305default-features = false305default-features = false
306git = "https://github.com/paritytech/substrate"306git = "https://github.com/paritytech/substrate"
307branch = "polkadot-v0.9.22"307branch = "polkadot-v0.9.23"
308308
309[dependencies.smallvec]309[dependencies.smallvec]
310version = '1.6.1'310version = '1.6.1'
315[dependencies.parachain-info]315[dependencies.parachain-info]
316default-features = false316default-features = false
317git = "https://github.com/paritytech/cumulus"317git = "https://github.com/paritytech/cumulus"
318branch = "polkadot-v0.9.22"318branch = "polkadot-v0.9.23"
319319
320[dependencies.cumulus-pallet-aura-ext]320[dependencies.cumulus-pallet-aura-ext]
321git = "https://github.com/paritytech/cumulus"321git = "https://github.com/paritytech/cumulus"
322branch = "polkadot-v0.9.22"322branch = "polkadot-v0.9.23"
323default-features = false323default-features = false
324324
325[dependencies.cumulus-pallet-parachain-system]325[dependencies.cumulus-pallet-parachain-system]
326git = "https://github.com/paritytech/cumulus"326git = "https://github.com/paritytech/cumulus"
327branch = "polkadot-v0.9.22"327branch = "polkadot-v0.9.23"
328default-features = false328default-features = false
329329
330[dependencies.cumulus-primitives-core]330[dependencies.cumulus-primitives-core]
331git = "https://github.com/paritytech/cumulus"331git = "https://github.com/paritytech/cumulus"
332branch = "polkadot-v0.9.22"332branch = "polkadot-v0.9.23"
333default-features = false333default-features = false
334334
335[dependencies.cumulus-pallet-xcm]335[dependencies.cumulus-pallet-xcm]
336git = "https://github.com/paritytech/cumulus"336git = "https://github.com/paritytech/cumulus"
337branch = "polkadot-v0.9.22"337branch = "polkadot-v0.9.23"
338default-features = false338default-features = false
339339
340[dependencies.cumulus-pallet-dmp-queue]340[dependencies.cumulus-pallet-dmp-queue]
341git = "https://github.com/paritytech/cumulus"341git = "https://github.com/paritytech/cumulus"
342branch = "polkadot-v0.9.22"342branch = "polkadot-v0.9.23"
343default-features = false343default-features = false
344344
345[dependencies.cumulus-pallet-xcmp-queue]345[dependencies.cumulus-pallet-xcmp-queue]
346git = "https://github.com/paritytech/cumulus"346git = "https://github.com/paritytech/cumulus"
347branch = "polkadot-v0.9.22"347branch = "polkadot-v0.9.23"
348default-features = false348default-features = false
349349
350[dependencies.cumulus-primitives-utility]350[dependencies.cumulus-primitives-utility]
351git = "https://github.com/paritytech/cumulus"351git = "https://github.com/paritytech/cumulus"
352branch = "polkadot-v0.9.22"352branch = "polkadot-v0.9.23"
353default-features = false353default-features = false
354354
355[dependencies.cumulus-primitives-timestamp]355[dependencies.cumulus-primitives-timestamp]
356git = "https://github.com/paritytech/cumulus"356git = "https://github.com/paritytech/cumulus"
357branch = "polkadot-v0.9.22"357branch = "polkadot-v0.9.23"
358default-features = false358default-features = false
359359
360################################################################################360################################################################################
361# Polkadot dependencies361# Polkadot dependencies
362362
363[dependencies.polkadot-parachain]363[dependencies.polkadot-parachain]
364git = "https://github.com/paritytech/polkadot"364git = "https://github.com/paritytech/polkadot"
365branch = "release-v0.9.22"365branch = "release-v0.9.23"
366default-features = false366default-features = false
367367
368[dependencies.xcm]368[dependencies.xcm]
369git = "https://github.com/paritytech/polkadot"369git = "https://github.com/paritytech/polkadot"
370branch = "release-v0.9.22"370branch = "release-v0.9.23"
371default-features = false371default-features = false
372372
373[dependencies.xcm-builder]373[dependencies.xcm-builder]
374git = "https://github.com/paritytech/polkadot"374git = "https://github.com/paritytech/polkadot"
375branch = "release-v0.9.22"375branch = "release-v0.9.23"
376default-features = false376default-features = false
377377
378[dependencies.xcm-executor]378[dependencies.xcm-executor]
379git = "https://github.com/paritytech/polkadot"379git = "https://github.com/paritytech/polkadot"
380branch = "release-v0.9.22"380branch = "release-v0.9.23"
381default-features = false381default-features = false
382382
383[dependencies.pallet-xcm]383[dependencies.pallet-xcm]
384git = "https://github.com/paritytech/polkadot"384git = "https://github.com/paritytech/polkadot"
385branch = "release-v0.9.22"385branch = "release-v0.9.23"
386default-features = false386default-features = false
387387
388[dependencies.orml-vesting]388[dependencies.orml-vesting]
389git = "https://github.com/uniquenetwork/open-runtime-module-library"389git = "https://github.com/uniquenetwork/open-runtime-module-library"
390branch = "unique-polkadot-v0.9.22"390branch = "unique-polkadot-v0.9.23"
391version = "0.4.1-dev"391version = "0.4.1-dev"
392default-features = false392default-features = false
393393
404pallet-unique = { path = '../../pallets/unique', default-features = false }404pallet-unique = { path = '../../pallets/unique', default-features = false }
405up-rpc = { path = "../../primitives/rpc", default-features = false }405up-rpc = { path = "../../primitives/rpc", default-features = false }
406rmrk-rpc = { path = "../../primitives/rmrk-rpc", default-features = false }406rmrk-rpc = { path = "../../primitives/rmrk-rpc", default-features = false }
407fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.22" }407fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
408pallet-inflation = { path = '../../pallets/inflation', default-features = false }408pallet-inflation = { path = '../../pallets/inflation', default-features = false }
409up-data-structs = { path = '../../primitives/data-structs', default-features = false }409up-data-structs = { path = '../../primitives/data-structs', default-features = false }
410pallet-common = { default-features = false, path = "../../pallets/common" }410pallet-common = { default-features = false, path = "../../pallets/common" }
416pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }416pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }
417pallet-unique-scheduler = { path = '../../pallets/scheduler', default-features = false }417pallet-unique-scheduler = { path = '../../pallets/scheduler', default-features = false }
418# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }418# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }
419pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.22", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }419pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.23", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }
420pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }420pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }
421pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }421pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }
422pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }422pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }
423pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }423pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }
424pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.22" }424pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
425pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.22" }425pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
426pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.22" }426pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
427fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.22" }427fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
428fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.22" }428fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
429429
430################################################################################430################################################################################
431# Build Dependencies431# Build Dependencies
432432
433[build-dependencies.substrate-wasm-builder]433[build-dependencies.substrate-wasm-builder]
434git = "https://github.com/paritytech/substrate"434git = "https://github.com/paritytech/substrate"
435branch = "polkadot-v0.9.22"435branch = "polkadot-v0.9.23"
436436
modifiedruntime/opal/src/lib.rsdiffbeforeafterboth
66 constants::{BlockExecutionWeight, ExtrinsicBaseWeight, RocksDbWeight, WEIGHT_PER_SECOND},66 constants::{BlockExecutionWeight, ExtrinsicBaseWeight, RocksDbWeight, WEIGHT_PER_SECOND},
67 DispatchClass, DispatchInfo, GetDispatchInfo, IdentityFee, Pays, PostDispatchInfo, Weight,67 DispatchClass, DispatchInfo, GetDispatchInfo, IdentityFee, Pays, PostDispatchInfo, Weight,
68 WeightToFeePolynomial, WeightToFeeCoefficient, WeightToFeeCoefficients, ConstantMultiplier,68 WeightToFeePolynomial, WeightToFeeCoefficient, WeightToFeeCoefficients, ConstantMultiplier,
69 WeightToFee,
69 },70 },
70};71};
71use pallet_unique_scheduler::DispatchCall;72use pallet_unique_scheduler::DispatchCall;
191 spec_name: create_runtime_str!(RUNTIME_NAME),192 spec_name: create_runtime_str!(RUNTIME_NAME),
192 impl_name: create_runtime_str!(RUNTIME_NAME),193 impl_name: create_runtime_str!(RUNTIME_NAME),
193 authoring_version: 1,194 authoring_version: 1,
194 spec_version: 922080,195 spec_version: 923000,
195 impl_version: 0,196 impl_version: 0,
196 apis: RUNTIME_API_VERSIONS,197 apis: RUNTIME_API_VERSIONS,
197 transaction_version: 1,198 transaction_version: 1,
736 }737 }
737738
738 fn buy_weight(&mut self, weight: Weight, payment: Assets) -> Result<Assets, XcmError> {739 fn buy_weight(&mut self, weight: Weight, payment: Assets) -> Result<Assets, XcmError> {
739 let amount = WeightToFee::calc(&weight);740 let amount = WeightToFee::weight_to_fee(&weight);
740 let u128_amount: u128 = amount.try_into().map_err(|_| XcmError::Overflow)?;741 let u128_amount: u128 = amount.try_into().map_err(|_| XcmError::Overflow)?;
741742
742 // location to this parachain through relay chain743 // location to this parachain through relay chain
768769
769 fn refund_weight(&mut self, weight: Weight) -> Option<MultiAsset> {770 fn refund_weight(&mut self, weight: Weight) -> Option<MultiAsset> {
770 let weight = weight.min(self.0);771 let weight = weight.min(self.0);
771 let amount = WeightToFee::calc(&weight);772 let amount = WeightToFee::weight_to_fee(&weight);
772 self.0 -= weight;773 self.0 -= weight;
773 self.1 = self.1.saturating_sub(amount);774 self.1 = self.1.saturating_sub(amount);
774 let amount: u128 = amount.saturated_into();775 let amount: u128 = amount.saturated_into();
806 type Barrier = Barrier;807 type Barrier = Barrier;
807 type Weigher = FixedWeightBounds<UnitWeightCost, Call, MaxInstructions>;808 type Weigher = FixedWeightBounds<UnitWeightCost, Call, MaxInstructions>;
808 type Trader = UsingOnlySelfCurrencyComponents<809 type Trader =
809 IdentityFee<Balance>,810 UsingOnlySelfCurrencyComponents<LinearFee<Balance>, RelayLocation, AccountId, Balances, ()>;
810 RelayLocation,
811 AccountId,
812 Balances,
813 (),
814 >;
815 type ResponseHandler = (); // Don't handle responses for now.811 type ResponseHandler = (); // Don't handle responses for now.
816 type SubscriptionService = PolkadotXcm;812 type SubscriptionService = PolkadotXcm;
883}879}
884880
885parameter_types! {881parameter_types! {
886 pub TreasuryAccountId: AccountId = TreasuryModuleId::get().into_account();882 pub TreasuryAccountId: AccountId = TreasuryModuleId::get().into_account_truncating();
887 pub const CollectionCreationPrice: Balance = 2 * UNIQUE;883 pub const CollectionCreationPrice: Balance = 2 * UNIQUE;
888}884}
889885
modifiedruntime/quartz/Cargo.tomldiffbeforeafterboth
10license = 'GPLv3'10license = 'GPLv3'
11name = 'quartz-runtime'11name = 'quartz-runtime'
12repository = 'https://github.com/UniqueNetwork/unique-chain'12repository = 'https://github.com/UniqueNetwork/unique-chain'
13version = '0.9.22'13version = '0.9.23'
1414
15[package.metadata.docs.rs]15[package.metadata.docs.rs]
16targets = ['x86_64-unknown-linux-gnu']16targets = ['x86_64-unknown-linux-gnu']
132default-features = false132default-features = false
133git = "https://github.com/paritytech/substrate"133git = "https://github.com/paritytech/substrate"
134optional = true134optional = true
135branch = "polkadot-v0.9.22"135branch = "polkadot-v0.9.23"
136136
137[dependencies.frame-try-runtime]137[dependencies.frame-try-runtime]
138default-features = false138default-features = false
139git = 'https://github.com/paritytech/substrate'139git = 'https://github.com/paritytech/substrate'
140optional = true140optional = true
141branch = 'polkadot-v0.9.22'141branch = 'polkadot-v0.9.23'
142142
143[dependencies.frame-executive]143[dependencies.frame-executive]
144default-features = false144default-features = false
145git = "https://github.com/paritytech/substrate"145git = "https://github.com/paritytech/substrate"
146branch = "polkadot-v0.9.22"146branch = "polkadot-v0.9.23"
147147
148[dependencies.frame-support]148[dependencies.frame-support]
149default-features = false149default-features = false
150git = "https://github.com/paritytech/substrate"150git = "https://github.com/paritytech/substrate"
151branch = "polkadot-v0.9.22"151branch = "polkadot-v0.9.23"
152152
153[dependencies.frame-system]153[dependencies.frame-system]
154default-features = false154default-features = false
155git = "https://github.com/paritytech/substrate"155git = "https://github.com/paritytech/substrate"
156branch = "polkadot-v0.9.22"156branch = "polkadot-v0.9.23"
157157
158[dependencies.frame-system-benchmarking]158[dependencies.frame-system-benchmarking]
159default-features = false159default-features = false
160git = "https://github.com/paritytech/substrate"160git = "https://github.com/paritytech/substrate"
161optional = true161optional = true
162branch = "polkadot-v0.9.22"162branch = "polkadot-v0.9.23"
163163
164[dependencies.frame-system-rpc-runtime-api]164[dependencies.frame-system-rpc-runtime-api]
165default-features = false165default-features = false
166git = "https://github.com/paritytech/substrate"166git = "https://github.com/paritytech/substrate"
167branch = "polkadot-v0.9.22"167branch = "polkadot-v0.9.23"
168168
169[dependencies.hex-literal]169[dependencies.hex-literal]
170optional = true170optional = true
179[dependencies.pallet-aura]179[dependencies.pallet-aura]
180default-features = false180default-features = false
181git = "https://github.com/paritytech/substrate"181git = "https://github.com/paritytech/substrate"
182branch = "polkadot-v0.9.22"182branch = "polkadot-v0.9.23"
183183
184[dependencies.pallet-balances]184[dependencies.pallet-balances]
185default-features = false185default-features = false
186git = "https://github.com/paritytech/substrate"186git = "https://github.com/paritytech/substrate"
187branch = "polkadot-v0.9.22"187branch = "polkadot-v0.9.23"
188188
189# Contracts specific packages189# Contracts specific packages
190# [dependencies.pallet-contracts]190# [dependencies.pallet-contracts]
208[dependencies.pallet-randomness-collective-flip]208[dependencies.pallet-randomness-collective-flip]
209default-features = false209default-features = false
210git = "https://github.com/paritytech/substrate"210git = "https://github.com/paritytech/substrate"
211branch = "polkadot-v0.9.22"211branch = "polkadot-v0.9.23"
212212
213[dependencies.pallet-sudo]213[dependencies.pallet-sudo]
214default-features = false214default-features = false
215git = "https://github.com/paritytech/substrate"215git = "https://github.com/paritytech/substrate"
216branch = "polkadot-v0.9.22"216branch = "polkadot-v0.9.23"
217217
218[dependencies.pallet-timestamp]218[dependencies.pallet-timestamp]
219default-features = false219default-features = false
220git = "https://github.com/paritytech/substrate"220git = "https://github.com/paritytech/substrate"
221branch = "polkadot-v0.9.22"221branch = "polkadot-v0.9.23"
222222
223[dependencies.pallet-transaction-payment]223[dependencies.pallet-transaction-payment]
224default-features = false224default-features = false
225git = "https://github.com/paritytech/substrate"225git = "https://github.com/paritytech/substrate"
226branch = "polkadot-v0.9.22"226branch = "polkadot-v0.9.23"
227227
228[dependencies.pallet-transaction-payment-rpc-runtime-api]228[dependencies.pallet-transaction-payment-rpc-runtime-api]
229default-features = false229default-features = false
230git = "https://github.com/paritytech/substrate"230git = "https://github.com/paritytech/substrate"
231branch = "polkadot-v0.9.22"231branch = "polkadot-v0.9.23"
232232
233[dependencies.pallet-treasury]233[dependencies.pallet-treasury]
234default-features = false234default-features = false
235git = "https://github.com/paritytech/substrate"235git = "https://github.com/paritytech/substrate"
236branch = "polkadot-v0.9.22"236branch = "polkadot-v0.9.23"
237237
238# [dependencies.pallet-vesting]238# [dependencies.pallet-vesting]
239# default-features = false239# default-features = false
243[dependencies.sp-arithmetic]243[dependencies.sp-arithmetic]
244default-features = false244default-features = false
245git = "https://github.com/paritytech/substrate"245git = "https://github.com/paritytech/substrate"
246branch = "polkadot-v0.9.22"246branch = "polkadot-v0.9.23"
247247
248[dependencies.sp-api]248[dependencies.sp-api]
249default-features = false249default-features = false
250git = "https://github.com/paritytech/substrate"250git = "https://github.com/paritytech/substrate"
251branch = "polkadot-v0.9.22"251branch = "polkadot-v0.9.23"
252252
253[dependencies.sp-block-builder]253[dependencies.sp-block-builder]
254default-features = false254default-features = false
255git = "https://github.com/paritytech/substrate"255git = "https://github.com/paritytech/substrate"
256branch = "polkadot-v0.9.22"256branch = "polkadot-v0.9.23"
257257
258[dependencies.sp-core]258[dependencies.sp-core]
259default-features = false259default-features = false
260git = "https://github.com/paritytech/substrate"260git = "https://github.com/paritytech/substrate"
261branch = "polkadot-v0.9.22"261branch = "polkadot-v0.9.23"
262262
263[dependencies.sp-consensus-aura]263[dependencies.sp-consensus-aura]
264default-features = false264default-features = false
265git = "https://github.com/paritytech/substrate"265git = "https://github.com/paritytech/substrate"
266branch = "polkadot-v0.9.22"266branch = "polkadot-v0.9.23"
267267
268[dependencies.sp-inherents]268[dependencies.sp-inherents]
269default-features = false269default-features = false
270git = "https://github.com/paritytech/substrate"270git = "https://github.com/paritytech/substrate"
271branch = "polkadot-v0.9.22"271branch = "polkadot-v0.9.23"
272272
273[dependencies.sp-io]273[dependencies.sp-io]
274default-features = false274default-features = false
275git = "https://github.com/paritytech/substrate"275git = "https://github.com/paritytech/substrate"
276branch = "polkadot-v0.9.22"276branch = "polkadot-v0.9.23"
277277
278[dependencies.sp-offchain]278[dependencies.sp-offchain]
279default-features = false279default-features = false
280git = "https://github.com/paritytech/substrate"280git = "https://github.com/paritytech/substrate"
281branch = "polkadot-v0.9.22"281branch = "polkadot-v0.9.23"
282282
283[dependencies.sp-runtime]283[dependencies.sp-runtime]
284default-features = false284default-features = false
285git = "https://github.com/paritytech/substrate"285git = "https://github.com/paritytech/substrate"
286branch = "polkadot-v0.9.22"286branch = "polkadot-v0.9.23"
287287
288[dependencies.sp-session]288[dependencies.sp-session]
289default-features = false289default-features = false
290git = "https://github.com/paritytech/substrate"290git = "https://github.com/paritytech/substrate"
291branch = "polkadot-v0.9.22"291branch = "polkadot-v0.9.23"
292292
293[dependencies.sp-std]293[dependencies.sp-std]
294default-features = false294default-features = false
295git = "https://github.com/paritytech/substrate"295git = "https://github.com/paritytech/substrate"
296branch = "polkadot-v0.9.22"296branch = "polkadot-v0.9.23"
297297
298[dependencies.sp-transaction-pool]298[dependencies.sp-transaction-pool]
299default-features = false299default-features = false
300git = "https://github.com/paritytech/substrate"300git = "https://github.com/paritytech/substrate"
301branch = "polkadot-v0.9.22"301branch = "polkadot-v0.9.23"
302302
303[dependencies.sp-version]303[dependencies.sp-version]
304default-features = false304default-features = false
305git = "https://github.com/paritytech/substrate"305git = "https://github.com/paritytech/substrate"
306branch = "polkadot-v0.9.22"306branch = "polkadot-v0.9.23"
307307
308[dependencies.smallvec]308[dependencies.smallvec]
309version = '1.6.1'309version = '1.6.1'
314[dependencies.parachain-info]314[dependencies.parachain-info]
315default-features = false315default-features = false
316git = "https://github.com/paritytech/cumulus"316git = "https://github.com/paritytech/cumulus"
317branch = "polkadot-v0.9.22"317branch = "polkadot-v0.9.23"
318318
319[dependencies.cumulus-pallet-aura-ext]319[dependencies.cumulus-pallet-aura-ext]
320git = "https://github.com/paritytech/cumulus"320git = "https://github.com/paritytech/cumulus"
321branch = "polkadot-v0.9.22"321branch = "polkadot-v0.9.23"
322default-features = false322default-features = false
323323
324[dependencies.cumulus-pallet-parachain-system]324[dependencies.cumulus-pallet-parachain-system]
325git = "https://github.com/paritytech/cumulus"325git = "https://github.com/paritytech/cumulus"
326branch = "polkadot-v0.9.22"326branch = "polkadot-v0.9.23"
327default-features = false327default-features = false
328328
329[dependencies.cumulus-primitives-core]329[dependencies.cumulus-primitives-core]
330git = "https://github.com/paritytech/cumulus"330git = "https://github.com/paritytech/cumulus"
331branch = "polkadot-v0.9.22"331branch = "polkadot-v0.9.23"
332default-features = false332default-features = false
333333
334[dependencies.cumulus-pallet-xcm]334[dependencies.cumulus-pallet-xcm]
335git = "https://github.com/paritytech/cumulus"335git = "https://github.com/paritytech/cumulus"
336branch = "polkadot-v0.9.22"336branch = "polkadot-v0.9.23"
337default-features = false337default-features = false
338338
339[dependencies.cumulus-pallet-dmp-queue]339[dependencies.cumulus-pallet-dmp-queue]
340git = "https://github.com/paritytech/cumulus"340git = "https://github.com/paritytech/cumulus"
341branch = "polkadot-v0.9.22"341branch = "polkadot-v0.9.23"
342default-features = false342default-features = false
343343
344[dependencies.cumulus-pallet-xcmp-queue]344[dependencies.cumulus-pallet-xcmp-queue]
345git = "https://github.com/paritytech/cumulus"345git = "https://github.com/paritytech/cumulus"
346branch = "polkadot-v0.9.22"346branch = "polkadot-v0.9.23"
347default-features = false347default-features = false
348348
349[dependencies.cumulus-primitives-utility]349[dependencies.cumulus-primitives-utility]
350git = "https://github.com/paritytech/cumulus"350git = "https://github.com/paritytech/cumulus"
351branch = "polkadot-v0.9.22"351branch = "polkadot-v0.9.23"
352default-features = false352default-features = false
353353
354[dependencies.cumulus-primitives-timestamp]354[dependencies.cumulus-primitives-timestamp]
355git = "https://github.com/paritytech/cumulus"355git = "https://github.com/paritytech/cumulus"
356branch = "polkadot-v0.9.22"356branch = "polkadot-v0.9.23"
357default-features = false357default-features = false
358358
359################################################################################359################################################################################
360# Polkadot dependencies360# Polkadot dependencies
361361
362[dependencies.polkadot-parachain]362[dependencies.polkadot-parachain]
363git = "https://github.com/paritytech/polkadot"363git = "https://github.com/paritytech/polkadot"
364branch = "release-v0.9.22"364branch = "release-v0.9.23"
365default-features = false365default-features = false
366366
367[dependencies.xcm]367[dependencies.xcm]
368git = "https://github.com/paritytech/polkadot"368git = "https://github.com/paritytech/polkadot"
369branch = "release-v0.9.22"369branch = "release-v0.9.23"
370default-features = false370default-features = false
371371
372[dependencies.xcm-builder]372[dependencies.xcm-builder]
373git = "https://github.com/paritytech/polkadot"373git = "https://github.com/paritytech/polkadot"
374branch = "release-v0.9.22"374branch = "release-v0.9.23"
375default-features = false375default-features = false
376376
377[dependencies.xcm-executor]377[dependencies.xcm-executor]
378git = "https://github.com/paritytech/polkadot"378git = "https://github.com/paritytech/polkadot"
379branch = "release-v0.9.22"379branch = "release-v0.9.23"
380default-features = false380default-features = false
381381
382[dependencies.pallet-xcm]382[dependencies.pallet-xcm]
383git = "https://github.com/paritytech/polkadot"383git = "https://github.com/paritytech/polkadot"
384branch = "release-v0.9.22"384branch = "release-v0.9.23"
385default-features = false385default-features = false
386386
387[dependencies.orml-vesting]387[dependencies.orml-vesting]
388git = "https://github.com/uniquenetwork/open-runtime-module-library"388git = "https://github.com/uniquenetwork/open-runtime-module-library"
389branch = "unique-polkadot-v0.9.22"389branch = "unique-polkadot-v0.9.23"
390version = "0.4.1-dev"390version = "0.4.1-dev"
391default-features = false391default-features = false
392392
410derivative = "2.2.0"410derivative = "2.2.0"
411pallet-unique = { path = '../../pallets/unique', default-features = false }411pallet-unique = { path = '../../pallets/unique', default-features = false }
412up-rpc = { path = "../../primitives/rpc", default-features = false }412up-rpc = { path = "../../primitives/rpc", default-features = false }
413fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.22" }413fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
414pallet-inflation = { path = '../../pallets/inflation', default-features = false }414pallet-inflation = { path = '../../pallets/inflation', default-features = false }
415up-data-structs = { path = '../../primitives/data-structs', default-features = false }415up-data-structs = { path = '../../primitives/data-structs', default-features = false }
416pallet-common = { default-features = false, path = "../../pallets/common" }416pallet-common = { default-features = false, path = "../../pallets/common" }
422pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }422pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }
423pallet-unique-scheduler = { path = '../../pallets/scheduler', default-features = false }423pallet-unique-scheduler = { path = '../../pallets/scheduler', default-features = false }
424# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }424# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }
425pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.22", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }425pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.23", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }
426pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }426pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }
427pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }427pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }
428pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }428pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }
429pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }429pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }
430pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.22" }430pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
431pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.22" }431pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
432pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.22" }432pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
433fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.22" }433fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
434fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.22" }434fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
435435
436################################################################################436################################################################################
437# Build Dependencies437# Build Dependencies
438438
439[build-dependencies.substrate-wasm-builder]439[build-dependencies.substrate-wasm-builder]
440git = "https://github.com/paritytech/substrate"440git = "https://github.com/paritytech/substrate"
441branch = "polkadot-v0.9.22"441branch = "polkadot-v0.9.23"
442442
modifiedruntime/quartz/src/lib.rsdiffbeforeafterboth
66 constants::{BlockExecutionWeight, ExtrinsicBaseWeight, RocksDbWeight, WEIGHT_PER_SECOND},66 constants::{BlockExecutionWeight, ExtrinsicBaseWeight, RocksDbWeight, WEIGHT_PER_SECOND},
67 DispatchClass, DispatchInfo, GetDispatchInfo, IdentityFee, Pays, PostDispatchInfo, Weight,67 DispatchClass, DispatchInfo, GetDispatchInfo, IdentityFee, Pays, PostDispatchInfo, Weight,
68 WeightToFeePolynomial, WeightToFeeCoefficient, WeightToFeeCoefficients, ConstantMultiplier,68 WeightToFeePolynomial, WeightToFeeCoefficient, WeightToFeeCoefficients, ConstantMultiplier,
69 WeightToFee,
69 },70 },
70};71};
71use pallet_unique_scheduler::DispatchCall;72use pallet_unique_scheduler::DispatchCall;
190 spec_name: create_runtime_str!(RUNTIME_NAME),191 spec_name: create_runtime_str!(RUNTIME_NAME),
191 impl_name: create_runtime_str!(RUNTIME_NAME),192 impl_name: create_runtime_str!(RUNTIME_NAME),
192 authoring_version: 1,193 authoring_version: 1,
193 spec_version: 922080,194 spec_version: 923000,
194 impl_version: 0,195 impl_version: 0,
195 apis: RUNTIME_API_VERSIONS,196 apis: RUNTIME_API_VERSIONS,
196 transaction_version: 1,197 transaction_version: 1,
735 }736 }
736737
737 fn buy_weight(&mut self, weight: Weight, payment: Assets) -> Result<Assets, XcmError> {738 fn buy_weight(&mut self, weight: Weight, payment: Assets) -> Result<Assets, XcmError> {
738 let amount = WeightToFee::calc(&weight);739 let amount = WeightToFee::weight_to_fee(&weight);
739 let u128_amount: u128 = amount.try_into().map_err(|_| XcmError::Overflow)?;740 let u128_amount: u128 = amount.try_into().map_err(|_| XcmError::Overflow)?;
740741
741 // location to this parachain through relay chain742 // location to this parachain through relay chain
767768
768 fn refund_weight(&mut self, weight: Weight) -> Option<MultiAsset> {769 fn refund_weight(&mut self, weight: Weight) -> Option<MultiAsset> {
769 let weight = weight.min(self.0);770 let weight = weight.min(self.0);
770 let amount = WeightToFee::calc(&weight);771 let amount = WeightToFee::weight_to_fee(&weight);
771 self.0 -= weight;772 self.0 -= weight;
772 self.1 = self.1.saturating_sub(amount);773 self.1 = self.1.saturating_sub(amount);
773 let amount: u128 = amount.saturated_into();774 let amount: u128 = amount.saturated_into();
805 type Barrier = Barrier;806 type Barrier = Barrier;
806 type Weigher = FixedWeightBounds<UnitWeightCost, Call, MaxInstructions>;807 type Weigher = FixedWeightBounds<UnitWeightCost, Call, MaxInstructions>;
807 type Trader = UsingOnlySelfCurrencyComponents<808 type Trader = UsingOnlySelfCurrencyComponents<
808 IdentityFee<Balance>,809 LinearFee<Balance>,
809 RelayLocation,810 RelayLocation,
810 AccountId,811 AccountId,
811 Balances,812 Balances,
882}883}
883884
884parameter_types! {885parameter_types! {
885 pub TreasuryAccountId: AccountId = TreasuryModuleId::get().into_account();886 pub TreasuryAccountId: AccountId = TreasuryModuleId::get().into_account_truncating();
886 pub const CollectionCreationPrice: Balance = 2 * UNIQUE;887 pub const CollectionCreationPrice: Balance = 2 * UNIQUE;
887}888}
888889
modifiedruntime/tests/Cargo.tomldiffbeforeafterboth
7unique-runtime-common = { path = '../common' }7unique-runtime-common = { path = '../common' }
8up-data-structs = { default-features = false, path = '../../primitives/data-structs' }8up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
99
10sp-core = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.22' }10sp-core = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.23' }
11sp-std = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.22' }11sp-std = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.23' }
12sp-io = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.22' }12sp-io = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.23' }
13sp-runtime = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.22' }13sp-runtime = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.23' }
1414
15fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.22" }15fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
1616
17frame-support = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.22' }17frame-support = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.23' }
18frame-system = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.22' }18frame-system = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.23' }
1919
20pallet-balances = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.22' }20pallet-balances = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.23' }
21pallet-transaction-payment = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.22' }21pallet-transaction-payment = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.23' }
22pallet-timestamp = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.22' }22pallet-timestamp = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.23' }
2323
24pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.22" }24pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
25pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.22" }25pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
2626
27pallet-common = { path = '../../pallets/common' }27pallet-common = { path = '../../pallets/common' }
28pallet-structure = { path = '../../pallets/structure' }28pallet-structure = { path = '../../pallets/structure' }
3333
34pallet-evm-coder-substrate = { path = '../../pallets/evm-coder-substrate' }34pallet-evm-coder-substrate = { path = '../../pallets/evm-coder-substrate' }
3535
36parity-scale-codec = "*"36parity-scale-codec = { version = "3.1.2", default-features = false, features = [
37 "derive",
38] }
37scale-info = "*"39scale-info = "*"
3840
modifiedruntime/unique/Cargo.tomldiffbeforeafterboth
10license = 'GPLv3'10license = 'GPLv3'
11name = 'unique-runtime'11name = 'unique-runtime'
12repository = 'https://github.com/UniqueNetwork/unique-chain'12repository = 'https://github.com/UniqueNetwork/unique-chain'
13version = '0.9.22'13version = '0.9.23'
1414
15[package.metadata.docs.rs]15[package.metadata.docs.rs]
16targets = ['x86_64-unknown-linux-gnu']16targets = ['x86_64-unknown-linux-gnu']
134default-features = false134default-features = false
135git = "https://github.com/paritytech/substrate"135git = "https://github.com/paritytech/substrate"
136optional = true136optional = true
137branch = "polkadot-v0.9.22"137branch = "polkadot-v0.9.23"
138138
139[dependencies.frame-try-runtime]139[dependencies.frame-try-runtime]
140default-features = false140default-features = false
141git = 'https://github.com/paritytech/substrate'141git = 'https://github.com/paritytech/substrate'
142optional = true142optional = true
143branch = 'polkadot-v0.9.22'143branch = 'polkadot-v0.9.23'
144144
145[dependencies.frame-executive]145[dependencies.frame-executive]
146default-features = false146default-features = false
147git = "https://github.com/paritytech/substrate"147git = "https://github.com/paritytech/substrate"
148branch = "polkadot-v0.9.22"148branch = "polkadot-v0.9.23"
149149
150[dependencies.frame-support]150[dependencies.frame-support]
151default-features = false151default-features = false
152git = "https://github.com/paritytech/substrate"152git = "https://github.com/paritytech/substrate"
153branch = "polkadot-v0.9.22"153branch = "polkadot-v0.9.23"
154154
155[dependencies.frame-system]155[dependencies.frame-system]
156default-features = false156default-features = false
157git = "https://github.com/paritytech/substrate"157git = "https://github.com/paritytech/substrate"
158branch = "polkadot-v0.9.22"158branch = "polkadot-v0.9.23"
159159
160[dependencies.frame-system-benchmarking]160[dependencies.frame-system-benchmarking]
161default-features = false161default-features = false
162git = "https://github.com/paritytech/substrate"162git = "https://github.com/paritytech/substrate"
163optional = true163optional = true
164branch = "polkadot-v0.9.22"164branch = "polkadot-v0.9.23"
165165
166[dependencies.frame-system-rpc-runtime-api]166[dependencies.frame-system-rpc-runtime-api]
167default-features = false167default-features = false
168git = "https://github.com/paritytech/substrate"168git = "https://github.com/paritytech/substrate"
169branch = "polkadot-v0.9.22"169branch = "polkadot-v0.9.23"
170170
171[dependencies.hex-literal]171[dependencies.hex-literal]
172optional = true172optional = true
181[dependencies.pallet-aura]181[dependencies.pallet-aura]
182default-features = false182default-features = false
183git = "https://github.com/paritytech/substrate"183git = "https://github.com/paritytech/substrate"
184branch = "polkadot-v0.9.22"184branch = "polkadot-v0.9.23"
185185
186[dependencies.pallet-balances]186[dependencies.pallet-balances]
187default-features = false187default-features = false
188git = "https://github.com/paritytech/substrate"188git = "https://github.com/paritytech/substrate"
189branch = "polkadot-v0.9.22"189branch = "polkadot-v0.9.23"
190190
191# Contracts specific packages191# Contracts specific packages
192# [dependencies.pallet-contracts]192# [dependencies.pallet-contracts]
210[dependencies.pallet-randomness-collective-flip]210[dependencies.pallet-randomness-collective-flip]
211default-features = false211default-features = false
212git = "https://github.com/paritytech/substrate"212git = "https://github.com/paritytech/substrate"
213branch = "polkadot-v0.9.22"213branch = "polkadot-v0.9.23"
214214
215[dependencies.pallet-sudo]215[dependencies.pallet-sudo]
216default-features = false216default-features = false
217git = "https://github.com/paritytech/substrate"217git = "https://github.com/paritytech/substrate"
218branch = "polkadot-v0.9.22"218branch = "polkadot-v0.9.23"
219219
220[dependencies.pallet-timestamp]220[dependencies.pallet-timestamp]
221default-features = false221default-features = false
222git = "https://github.com/paritytech/substrate"222git = "https://github.com/paritytech/substrate"
223branch = "polkadot-v0.9.22"223branch = "polkadot-v0.9.23"
224224
225[dependencies.pallet-transaction-payment]225[dependencies.pallet-transaction-payment]
226default-features = false226default-features = false
227git = "https://github.com/paritytech/substrate"227git = "https://github.com/paritytech/substrate"
228branch = "polkadot-v0.9.22"228branch = "polkadot-v0.9.23"
229229
230[dependencies.pallet-transaction-payment-rpc-runtime-api]230[dependencies.pallet-transaction-payment-rpc-runtime-api]
231default-features = false231default-features = false
232git = "https://github.com/paritytech/substrate"232git = "https://github.com/paritytech/substrate"
233branch = "polkadot-v0.9.22"233branch = "polkadot-v0.9.23"
234234
235[dependencies.pallet-treasury]235[dependencies.pallet-treasury]
236default-features = false236default-features = false
237git = "https://github.com/paritytech/substrate"237git = "https://github.com/paritytech/substrate"
238branch = "polkadot-v0.9.22"238branch = "polkadot-v0.9.23"
239239
240# [dependencies.pallet-vesting]240# [dependencies.pallet-vesting]
241# default-features = false241# default-features = false
245[dependencies.sp-arithmetic]245[dependencies.sp-arithmetic]
246default-features = false246default-features = false
247git = "https://github.com/paritytech/substrate"247git = "https://github.com/paritytech/substrate"
248branch = "polkadot-v0.9.22"248branch = "polkadot-v0.9.23"
249249
250[dependencies.sp-api]250[dependencies.sp-api]
251default-features = false251default-features = false
252git = "https://github.com/paritytech/substrate"252git = "https://github.com/paritytech/substrate"
253branch = "polkadot-v0.9.22"253branch = "polkadot-v0.9.23"
254254
255[dependencies.sp-block-builder]255[dependencies.sp-block-builder]
256default-features = false256default-features = false
257git = "https://github.com/paritytech/substrate"257git = "https://github.com/paritytech/substrate"
258branch = "polkadot-v0.9.22"258branch = "polkadot-v0.9.23"
259259
260[dependencies.sp-core]260[dependencies.sp-core]
261default-features = false261default-features = false
262git = "https://github.com/paritytech/substrate"262git = "https://github.com/paritytech/substrate"
263branch = "polkadot-v0.9.22"263branch = "polkadot-v0.9.23"
264264
265[dependencies.sp-consensus-aura]265[dependencies.sp-consensus-aura]
266default-features = false266default-features = false
267git = "https://github.com/paritytech/substrate"267git = "https://github.com/paritytech/substrate"
268branch = "polkadot-v0.9.22"268branch = "polkadot-v0.9.23"
269269
270[dependencies.sp-inherents]270[dependencies.sp-inherents]
271default-features = false271default-features = false
272git = "https://github.com/paritytech/substrate"272git = "https://github.com/paritytech/substrate"
273branch = "polkadot-v0.9.22"273branch = "polkadot-v0.9.23"
274274
275[dependencies.sp-io]275[dependencies.sp-io]
276default-features = false276default-features = false
277git = "https://github.com/paritytech/substrate"277git = "https://github.com/paritytech/substrate"
278branch = "polkadot-v0.9.22"278branch = "polkadot-v0.9.23"
279279
280[dependencies.sp-offchain]280[dependencies.sp-offchain]
281default-features = false281default-features = false
282git = "https://github.com/paritytech/substrate"282git = "https://github.com/paritytech/substrate"
283branch = "polkadot-v0.9.22"283branch = "polkadot-v0.9.23"
284284
285[dependencies.sp-runtime]285[dependencies.sp-runtime]
286default-features = false286default-features = false
287git = "https://github.com/paritytech/substrate"287git = "https://github.com/paritytech/substrate"
288branch = "polkadot-v0.9.22"288branch = "polkadot-v0.9.23"
289289
290[dependencies.sp-session]290[dependencies.sp-session]
291default-features = false291default-features = false
292git = "https://github.com/paritytech/substrate"292git = "https://github.com/paritytech/substrate"
293branch = "polkadot-v0.9.22"293branch = "polkadot-v0.9.23"
294294
295[dependencies.sp-std]295[dependencies.sp-std]
296default-features = false296default-features = false
297git = "https://github.com/paritytech/substrate"297git = "https://github.com/paritytech/substrate"
298branch = "polkadot-v0.9.22"298branch = "polkadot-v0.9.23"
299299
300[dependencies.sp-transaction-pool]300[dependencies.sp-transaction-pool]
301default-features = false301default-features = false
302git = "https://github.com/paritytech/substrate"302git = "https://github.com/paritytech/substrate"
303branch = "polkadot-v0.9.22"303branch = "polkadot-v0.9.23"
304304
305[dependencies.sp-version]305[dependencies.sp-version]
306default-features = false306default-features = false
307git = "https://github.com/paritytech/substrate"307git = "https://github.com/paritytech/substrate"
308branch = "polkadot-v0.9.22"308branch = "polkadot-v0.9.23"
309309
310[dependencies.smallvec]310[dependencies.smallvec]
311version = '1.6.1'311version = '1.6.1'
316[dependencies.parachain-info]316[dependencies.parachain-info]
317default-features = false317default-features = false
318git = "https://github.com/paritytech/cumulus"318git = "https://github.com/paritytech/cumulus"
319branch = "polkadot-v0.9.22"319branch = "polkadot-v0.9.23"
320320
321[dependencies.cumulus-pallet-aura-ext]321[dependencies.cumulus-pallet-aura-ext]
322git = "https://github.com/paritytech/cumulus"322git = "https://github.com/paritytech/cumulus"
323branch = "polkadot-v0.9.22"323branch = "polkadot-v0.9.23"
324default-features = false324default-features = false
325325
326[dependencies.cumulus-pallet-parachain-system]326[dependencies.cumulus-pallet-parachain-system]
327git = "https://github.com/paritytech/cumulus"327git = "https://github.com/paritytech/cumulus"
328branch = "polkadot-v0.9.22"328branch = "polkadot-v0.9.23"
329default-features = false329default-features = false
330330
331[dependencies.cumulus-primitives-core]331[dependencies.cumulus-primitives-core]
332git = "https://github.com/paritytech/cumulus"332git = "https://github.com/paritytech/cumulus"
333branch = "polkadot-v0.9.22"333branch = "polkadot-v0.9.23"
334default-features = false334default-features = false
335335
336[dependencies.cumulus-pallet-xcm]336[dependencies.cumulus-pallet-xcm]
337git = "https://github.com/paritytech/cumulus"337git = "https://github.com/paritytech/cumulus"
338branch = "polkadot-v0.9.22"338branch = "polkadot-v0.9.23"
339default-features = false339default-features = false
340340
341[dependencies.cumulus-pallet-dmp-queue]341[dependencies.cumulus-pallet-dmp-queue]
342git = "https://github.com/paritytech/cumulus"342git = "https://github.com/paritytech/cumulus"
343branch = "polkadot-v0.9.22"343branch = "polkadot-v0.9.23"
344default-features = false344default-features = false
345345
346[dependencies.cumulus-pallet-xcmp-queue]346[dependencies.cumulus-pallet-xcmp-queue]
347git = "https://github.com/paritytech/cumulus"347git = "https://github.com/paritytech/cumulus"
348branch = "polkadot-v0.9.22"348branch = "polkadot-v0.9.23"
349default-features = false349default-features = false
350350
351[dependencies.cumulus-primitives-utility]351[dependencies.cumulus-primitives-utility]
352git = "https://github.com/paritytech/cumulus"352git = "https://github.com/paritytech/cumulus"
353branch = "polkadot-v0.9.22"353branch = "polkadot-v0.9.23"
354default-features = false354default-features = false
355355
356[dependencies.cumulus-primitives-timestamp]356[dependencies.cumulus-primitives-timestamp]
357git = "https://github.com/paritytech/cumulus"357git = "https://github.com/paritytech/cumulus"
358branch = "polkadot-v0.9.22"358branch = "polkadot-v0.9.23"
359default-features = false359default-features = false
360360
361################################################################################361################################################################################
362# Polkadot dependencies362# Polkadot dependencies
363363
364[dependencies.polkadot-parachain]364[dependencies.polkadot-parachain]
365git = "https://github.com/paritytech/polkadot"365git = "https://github.com/paritytech/polkadot"
366branch = "release-v0.9.22"366branch = "release-v0.9.23"
367default-features = false367default-features = false
368368
369[dependencies.xcm]369[dependencies.xcm]
370git = "https://github.com/paritytech/polkadot"370git = "https://github.com/paritytech/polkadot"
371branch = "release-v0.9.22"371branch = "release-v0.9.23"
372default-features = false372default-features = false
373373
374[dependencies.xcm-builder]374[dependencies.xcm-builder]
375git = "https://github.com/paritytech/polkadot"375git = "https://github.com/paritytech/polkadot"
376branch = "release-v0.9.22"376branch = "release-v0.9.23"
377default-features = false377default-features = false
378378
379[dependencies.xcm-executor]379[dependencies.xcm-executor]
380git = "https://github.com/paritytech/polkadot"380git = "https://github.com/paritytech/polkadot"
381branch = "release-v0.9.22"381branch = "release-v0.9.23"
382default-features = false382default-features = false
383383
384[dependencies.pallet-xcm]384[dependencies.pallet-xcm]
385git = "https://github.com/paritytech/polkadot"385git = "https://github.com/paritytech/polkadot"
386branch = "release-v0.9.22"386branch = "release-v0.9.23"
387default-features = false387default-features = false
388388
389[dependencies.orml-vesting]389[dependencies.orml-vesting]
390git = "https://github.com/uniquenetwork/open-runtime-module-library"390git = "https://github.com/uniquenetwork/open-runtime-module-library"
391branch = "unique-polkadot-v0.9.22"391branch = "unique-polkadot-v0.9.23"
392version = "0.4.1-dev"392version = "0.4.1-dev"
393default-features = false393default-features = false
394394
416pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }416pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }
417pallet-unique-scheduler = { path = '../../pallets/scheduler', default-features = false }417pallet-unique-scheduler = { path = '../../pallets/scheduler', default-features = false }
418# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }418# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }
419pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.22", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }419pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.23", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }
420pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }420pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }
421pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }421pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }
422pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }422pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }
423pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }423pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }
424pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.22" }424pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
425pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.22" }425pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
426pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.22" }426pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
427fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.22" }427fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
428fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.22" }428fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
429fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.22" }429fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
430430
431################################################################################431################################################################################
432# Build Dependencies432# Build Dependencies
433433
434[build-dependencies.substrate-wasm-builder]434[build-dependencies.substrate-wasm-builder]
435git = "https://github.com/paritytech/substrate"435git = "https://github.com/paritytech/substrate"
436branch = "polkadot-v0.9.22"436branch = "polkadot-v0.9.23"
437437
modifiedruntime/unique/src/lib.rsdiffbeforeafterboth
66 constants::{BlockExecutionWeight, ExtrinsicBaseWeight, RocksDbWeight, WEIGHT_PER_SECOND},66 constants::{BlockExecutionWeight, ExtrinsicBaseWeight, RocksDbWeight, WEIGHT_PER_SECOND},
67 DispatchClass, DispatchInfo, GetDispatchInfo, IdentityFee, Pays, PostDispatchInfo, Weight,67 DispatchClass, DispatchInfo, GetDispatchInfo, IdentityFee, Pays, PostDispatchInfo, Weight,
68 WeightToFeePolynomial, WeightToFeeCoefficient, WeightToFeeCoefficients, ConstantMultiplier,68 WeightToFeePolynomial, WeightToFeeCoefficient, WeightToFeeCoefficients, ConstantMultiplier,
69 WeightToFee,
69 },70 },
70};71};
71use pallet_unique_scheduler::DispatchCall;72use pallet_unique_scheduler::DispatchCall;
189 spec_name: create_runtime_str!(RUNTIME_NAME),190 spec_name: create_runtime_str!(RUNTIME_NAME),
190 impl_name: create_runtime_str!(RUNTIME_NAME),191 impl_name: create_runtime_str!(RUNTIME_NAME),
191 authoring_version: 1,192 authoring_version: 1,
192 spec_version: 922080,193 spec_version: 923000,
193 impl_version: 0,194 impl_version: 0,
194 apis: RUNTIME_API_VERSIONS,195 apis: RUNTIME_API_VERSIONS,
195 transaction_version: 1,196 transaction_version: 1,
734 }735 }
735736
736 fn buy_weight(&mut self, weight: Weight, payment: Assets) -> Result<Assets, XcmError> {737 fn buy_weight(&mut self, weight: Weight, payment: Assets) -> Result<Assets, XcmError> {
737 let amount = WeightToFee::calc(&weight);738 let amount = WeightToFee::weight_to_fee(&weight);
738 let u128_amount: u128 = amount.try_into().map_err(|_| XcmError::Overflow)?;739 let u128_amount: u128 = amount.try_into().map_err(|_| XcmError::Overflow)?;
739740
740 // location to this parachain through relay chain741 // location to this parachain through relay chain
766767
767 fn refund_weight(&mut self, weight: Weight) -> Option<MultiAsset> {768 fn refund_weight(&mut self, weight: Weight) -> Option<MultiAsset> {
768 let weight = weight.min(self.0);769 let weight = weight.min(self.0);
769 let amount = WeightToFee::calc(&weight);770 let amount = WeightToFee::weight_to_fee(&weight);
770 self.0 -= weight;771 self.0 -= weight;
771 self.1 = self.1.saturating_sub(amount);772 self.1 = self.1.saturating_sub(amount);
772 let amount: u128 = amount.saturated_into();773 let amount: u128 = amount.saturated_into();
804 type Barrier = Barrier;805 type Barrier = Barrier;
805 type Weigher = FixedWeightBounds<UnitWeightCost, Call, MaxInstructions>;806 type Weigher = FixedWeightBounds<UnitWeightCost, Call, MaxInstructions>;
806 type Trader = UsingOnlySelfCurrencyComponents<807 type Trader = UsingOnlySelfCurrencyComponents<
807 IdentityFee<Balance>,808 LinearFee<Balance>,
808 RelayLocation,809 RelayLocation,
809 AccountId,810 AccountId,
810 Balances,811 Balances,
881}882}
882883
883parameter_types! {884parameter_types! {
884 pub TreasuryAccountId: AccountId = TreasuryModuleId::get().into_account();885 pub TreasuryAccountId: AccountId = TreasuryModuleId::get().into_account_truncating();
885 pub const CollectionCreationPrice: Balance = 2 * UNIQUE;886 pub const CollectionCreationPrice: Balance = 2 * UNIQUE;
886}887}
887888
modifiedtests/README.mddiffbeforeafterboth
51. Checkout polkadot in sibling folder with this project51. Checkout polkadot in sibling folder with this project
6```bash6```bash
7git clone https://github.com/paritytech/polkadot.git && cd polkadot7git clone https://github.com/paritytech/polkadot.git && cd polkadot
8git checkout release-v0.9.228git checkout release-v0.9.23
9```9```
1010
112. Build with nightly-2021-11-11112. Build with nightly-2021-11-11