git.delta.rocks / unique-network / refs/commits / 518e58fd93c8

difftreelog

Merge pull request #408 from UniqueNetwork/release-v924000

kozyrevdev2022-06-28parents: #462ebc1 #5f68a20.patch.diff
in: master
Release v924000

41 files changed

modified.envdiffbeforeafterboth
--- a/.env
+++ b/.env
@@ -1,6 +1,6 @@
 RUST_TOOLCHAIN=nightly-2022-05-11
 RUST_C=1.62.0-nightly
-POLKA_VERSION=release-v0.9.23
+POLKA_VERSION=release-v0.9.24
 UNIQUE_BRANCH=develop
 USER=***
 PASS=***
modifiedCargo.lockdiffbeforeafterboth
9999
100[[package]]100[[package]]
101name = "anyhow"101name = "anyhow"
102version = "1.0.57"102version = "1.0.58"
103source = "registry+https://github.com/rust-lang/crates.io-index"103source = "registry+https://github.com/rust-lang/crates.io-index"
104checksum = "08f9b8508dccb7687a1d6c4ce66b2b0ecef467c94667de27d8d7fe1f8d2a9cdc"104checksum = "bb07d2053ccdbe10e2af2995a2f116c1330396493dc1269f6a91d0ae82e19704"
105105
106[[package]]106[[package]]
107name = "approx"107name = "approx"
249249
250[[package]]250[[package]]
251name = "async-std"251name = "async-std"
252version = "1.11.0"252version = "1.12.0"
253source = "registry+https://github.com/rust-lang/crates.io-index"253source = "registry+https://github.com/rust-lang/crates.io-index"
254checksum = "52580991739c5cdb36cde8b2a516371c0a3b70dda36d916cc08b82372916808c"254checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"
255dependencies = [255dependencies = [
256 "async-attributes",256 "async-attributes",
257 "async-channel",257 "async-channel",
268 "kv-log-macro",268 "kv-log-macro",
269 "log",269 "log",
270 "memchr",270 "memchr",
271 "num_cpus",
272 "once_cell",271 "once_cell",
273 "pin-project-lite 0.2.9",272 "pin-project-lite 0.2.9",
274 "pin-utils",273 "pin-utils",
321 "pin-project-lite 0.2.9",320 "pin-project-lite 0.2.9",
322]321]
323
324[[package]]
325name = "atomic"
326version = "0.5.1"
327source = "registry+https://github.com/rust-lang/crates.io-index"
328checksum = "b88d82667eca772c4aa12f0f1348b3ae643424c8876448f3f7bd5787032e234c"
329dependencies = [
330 "autocfg",
331]
332322
333[[package]]323[[package]]
334name = "atomic-waker"324name = "atomic-waker"
430[[package]]420[[package]]
431name = "beefy-gadget"421name = "beefy-gadget"
432version = "4.0.0-dev"422version = "4.0.0-dev"
433source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"423source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
434dependencies = [424dependencies = [
435 "beefy-primitives",425 "beefy-primitives",
436 "fnv",426 "fnv",
464[[package]]454[[package]]
465name = "beefy-gadget-rpc"455name = "beefy-gadget-rpc"
466version = "4.0.0-dev"456version = "4.0.0-dev"
467source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"457source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
468dependencies = [458dependencies = [
469 "beefy-gadget",459 "beefy-gadget",
470 "beefy-primitives",460 "beefy-primitives",
484[[package]]474[[package]]
485name = "beefy-merkle-tree"475name = "beefy-merkle-tree"
486version = "4.0.0-dev"476version = "4.0.0-dev"
487source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"477source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
488478
489[[package]]479[[package]]
490name = "beefy-primitives"480name = "beefy-primitives"
491version = "4.0.0-dev"481version = "4.0.0-dev"
492source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"482source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
493dependencies = [483dependencies = [
494 "parity-scale-codec 3.1.5",484 "parity-scale-codec 3.1.5",
495 "scale-info",485 "scale-info",
691[[package]]681[[package]]
692name = "bp-header-chain"682name = "bp-header-chain"
693version = "0.1.0"683version = "0.1.0"
694source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"684source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
695dependencies = [685dependencies = [
696 "bp-runtime",686 "bp-runtime",
697 "finality-grandpa",687 "finality-grandpa",
708[[package]]698[[package]]
709name = "bp-message-dispatch"699name = "bp-message-dispatch"
710version = "0.1.0"700version = "0.1.0"
711source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"701source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
712dependencies = [702dependencies = [
713 "bp-runtime",703 "bp-runtime",
714 "frame-support",704 "frame-support",
720[[package]]710[[package]]
721name = "bp-messages"711name = "bp-messages"
722version = "0.1.0"712version = "0.1.0"
723source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"713source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
724dependencies = [714dependencies = [
725 "bitvec 1.0.0",715 "bitvec 1.0.0",
726 "bp-runtime",716 "bp-runtime",
737[[package]]727[[package]]
738name = "bp-polkadot-core"728name = "bp-polkadot-core"
739version = "0.1.0"729version = "0.1.0"
740source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"730source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
741dependencies = [731dependencies = [
742 "bp-messages",732 "bp-messages",
743 "bp-runtime",733 "bp-runtime",
755[[package]]745[[package]]
756name = "bp-rococo"746name = "bp-rococo"
757version = "0.1.0"747version = "0.1.0"
758source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"748source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
759dependencies = [749dependencies = [
760 "bp-messages",750 "bp-messages",
761 "bp-polkadot-core",751 "bp-polkadot-core",
772[[package]]762[[package]]
773name = "bp-runtime"763name = "bp-runtime"
774version = "0.1.0"764version = "0.1.0"
775source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"765source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
776dependencies = [766dependencies = [
777 "frame-support",767 "frame-support",
778 "hash-db",768 "hash-db",
790[[package]]780[[package]]
791name = "bp-test-utils"781name = "bp-test-utils"
792version = "0.1.0"782version = "0.1.0"
793source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"783source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
794dependencies = [784dependencies = [
795 "bp-header-chain",785 "bp-header-chain",
796 "ed25519-dalek",786 "ed25519-dalek",
805[[package]]795[[package]]
806name = "bp-wococo"796name = "bp-wococo"
807version = "0.1.0"797version = "0.1.0"
808source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"798source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
809dependencies = [799dependencies = [
810 "bp-messages",800 "bp-messages",
811 "bp-polkadot-core",801 "bp-polkadot-core",
820[[package]]810[[package]]
821name = "bridge-runtime-common"811name = "bridge-runtime-common"
822version = "0.1.0"812version = "0.1.0"
823source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"813source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
824dependencies = [814dependencies = [
825 "bp-message-dispatch",815 "bp-message-dispatch",
826 "bp-messages",816 "bp-messages",
939929
940[[package]]930[[package]]
941name = "cargo_metadata"931name = "cargo_metadata"
942version = "0.14.2"932version = "0.14.3"
943source = "registry+https://github.com/rust-lang/crates.io-index"933source = "registry+https://github.com/rust-lang/crates.io-index"
944checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa"934checksum = "cf1007653411165d371d51e7174a6f0e81ec815ecb425c0440c30d5f1ae64e0f"
945dependencies = [935dependencies = [
946 "camino",936 "camino",
947 "cargo-platform",937 "cargo-platform",
10681058
1069[[package]]1059[[package]]
1070name = "clap"1060name = "clap"
1071version = "3.2.5"1061version = "3.2.6"
1072source = "registry+https://github.com/rust-lang/crates.io-index"1062source = "registry+https://github.com/rust-lang/crates.io-index"
1073checksum = "d53da17d37dba964b9b3ecb5c5a1f193a2762c700e6829201e645b9381c99dc7"1063checksum = "9f1fe12880bae935d142c8702d500c63a4e8634b6c3c57ad72bf978fc7b6249a"
1074dependencies = [1064dependencies = [
1075 "atty",1065 "atty",
1076 "bitflags",1066 "bitflags",
10851075
1086[[package]]1076[[package]]
1087name = "clap_derive"1077name = "clap_derive"
1088version = "3.2.5"1078version = "3.2.6"
1089source = "registry+https://github.com/rust-lang/crates.io-index"1079source = "registry+https://github.com/rust-lang/crates.io-index"
1090checksum = "c11d40217d16aee8508cc8e5fde8b4ff24639758608e5374e731b53f85749fb9"1080checksum = "ed6db9e867166a43a53f7199b5e4d1f522a1e5bd626654be263c999ce59df39a"
1091dependencies = [1081dependencies = [
1092 "heck 0.4.0",1082 "heck 0.4.0",
1093 "proc-macro-error",1083 "proc-macro-error",
10981088
1099[[package]]1089[[package]]
1100name = "clap_lex"1090name = "clap_lex"
1101version = "0.2.2"1091version = "0.2.3"
1102source = "registry+https://github.com/rust-lang/crates.io-index"1092source = "registry+https://github.com/rust-lang/crates.io-index"
1103checksum = "5538cd660450ebeb4234cfecf8f2284b844ffc4c50531e66d584ad5b91293613"1093checksum = "87eba3c8c7f42ef17f6c659fc7416d0f4758cd3e58861ee63c5fa4a4dde649e4"
1104dependencies = [1094dependencies = [
1105 "os_str_bytes",1095 "os_str_bytes",
1106]1096]
1097
1098[[package]]
1099name = "cmake"
1100version = "0.1.48"
1101source = "registry+https://github.com/rust-lang/crates.io-index"
1102checksum = "e8ad8cef104ac57b68b89df3208164d228503abbdce70f6880ffa3d970e7443a"
1103dependencies = [
1104 "cc",
1105]
11071106
1108[[package]]1107[[package]]
1109name = "coarsetime"1108name = "coarsetime"
12981297
1299[[package]]1298[[package]]
1300name = "crossbeam-channel"1299name = "crossbeam-channel"
1301version = "0.5.4"1300version = "0.5.5"
1302source = "registry+https://github.com/rust-lang/crates.io-index"1301source = "registry+https://github.com/rust-lang/crates.io-index"
1303checksum = "5aaa7bd5fb665c6864b5f963dd9097905c54125909c7aa94c9e18507cdbe6c53"1302checksum = "4c02a4d71819009c192cf4872265391563fd6a84c81ff2c0f2a7026ca4c1d85c"
1304dependencies = [1303dependencies = [
1305 "cfg-if 1.0.0",1304 "cfg-if 1.0.0",
1306 "crossbeam-utils",1305 "crossbeam-utils",
13191318
1320[[package]]1319[[package]]
1321name = "crossbeam-epoch"1320name = "crossbeam-epoch"
1322version = "0.9.8"1321version = "0.9.9"
1323source = "registry+https://github.com/rust-lang/crates.io-index"1322source = "registry+https://github.com/rust-lang/crates.io-index"
1324checksum = "1145cf131a2c6ba0615079ab6a638f7e1973ac9c2634fcbeaaad6114246efe8c"1323checksum = "07db9d94cbd326813772c968ccd25999e5f8ae22f4f8d1b11effa37ef6ce281d"
1325dependencies = [1324dependencies = [
1326 "autocfg",1325 "autocfg",
1327 "cfg-if 1.0.0",1326 "cfg-if 1.0.0",
1328 "crossbeam-utils",1327 "crossbeam-utils",
1329 "lazy_static",
1330 "memoffset",1328 "memoffset",
1329 "once_cell",
1331 "scopeguard",1330 "scopeguard",
1332]1331]
13331332
13431342
1344[[package]]1343[[package]]
1345name = "crossbeam-utils"1344name = "crossbeam-utils"
1346version = "0.8.8"1345version = "0.8.9"
1347source = "registry+https://github.com/rust-lang/crates.io-index"1346source = "registry+https://github.com/rust-lang/crates.io-index"
1348checksum = "0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38"1347checksum = "8ff1f980957787286a554052d03c7aee98d99cc32e09f6d45f0a814133c87978"
1349dependencies = [1348dependencies = [
1350 "cfg-if 1.0.0",1349 "cfg-if 1.0.0",
1351 "lazy_static",1350 "once_cell",
1352]1351]
13531352
1354[[package]]1353[[package]]
1432[[package]]1431[[package]]
1433name = "cumulus-client-cli"1432name = "cumulus-client-cli"
1434version = "0.1.0"1433version = "0.1.0"
1435source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.23#9c1470893c6bd5f33ad8eb104d159177c6847df5"1434source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"
1436dependencies = [1435dependencies = [
1437 "clap",1436 "clap",
1438 "sc-cli",1437 "sc-cli",
1443[[package]]1442[[package]]
1444name = "cumulus-client-collator"1443name = "cumulus-client-collator"
1445version = "0.1.0"1444version = "0.1.0"
1446source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.23#9c1470893c6bd5f33ad8eb104d159177c6847df5"1445source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"
1447dependencies = [1446dependencies = [
1448 "cumulus-client-consensus-common",1447 "cumulus-client-consensus-common",
1449 "cumulus-client-network",1448 "cumulus-client-network",
1467[[package]]1466[[package]]
1468name = "cumulus-client-consensus-aura"1467name = "cumulus-client-consensus-aura"
1469version = "0.1.0"1468version = "0.1.0"
1470source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.23#9c1470893c6bd5f33ad8eb104d159177c6847df5"1469source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"
1471dependencies = [1470dependencies = [
1472 "async-trait",1471 "async-trait",
1473 "cumulus-client-consensus-common",1472 "cumulus-client-consensus-common",
1496[[package]]1495[[package]]
1497name = "cumulus-client-consensus-common"1496name = "cumulus-client-consensus-common"
1498version = "0.1.0"1497version = "0.1.0"
1499source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.23#9c1470893c6bd5f33ad8eb104d159177c6847df5"1498source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"
1500dependencies = [1499dependencies = [
1501 "async-trait",1500 "async-trait",
1502 "cumulus-relay-chain-interface",1501 "cumulus-relay-chain-interface",
1517[[package]]1516[[package]]
1518name = "cumulus-client-network"1517name = "cumulus-client-network"
1519version = "0.1.0"1518version = "0.1.0"
1520source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.23#9c1470893c6bd5f33ad8eb104d159177c6847df5"1519source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"
1521dependencies = [1520dependencies = [
1522 "async-trait",1521 "async-trait",
1523 "cumulus-relay-chain-interface",1522 "cumulus-relay-chain-interface",
1542[[package]]1541[[package]]
1543name = "cumulus-client-pov-recovery"1542name = "cumulus-client-pov-recovery"
1544version = "0.1.0"1543version = "0.1.0"
1545source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.23#9c1470893c6bd5f33ad8eb104d159177c6847df5"1544source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"
1546dependencies = [1545dependencies = [
1547 "cumulus-primitives-core",1546 "cumulus-primitives-core",
1548 "cumulus-relay-chain-interface",1547 "cumulus-relay-chain-interface",
1566[[package]]1565[[package]]
1567name = "cumulus-client-service"1566name = "cumulus-client-service"
1568version = "0.1.0"1567version = "0.1.0"
1569source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.23#9c1470893c6bd5f33ad8eb104d159177c6847df5"1568source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"
1570dependencies = [1569dependencies = [
1571 "cumulus-client-cli",1570 "cumulus-client-cli",
1572 "cumulus-client-collator",1571 "cumulus-client-collator",
1596[[package]]1595[[package]]
1597name = "cumulus-pallet-aura-ext"1596name = "cumulus-pallet-aura-ext"
1598version = "0.1.0"1597version = "0.1.0"
1599source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.23#9c1470893c6bd5f33ad8eb104d159177c6847df5"1598source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"
1600dependencies = [1599dependencies = [
1601 "frame-executive",1600 "frame-executive",
1602 "frame-support",1601 "frame-support",
1614[[package]]1613[[package]]
1615name = "cumulus-pallet-dmp-queue"1614name = "cumulus-pallet-dmp-queue"
1616version = "0.1.0"1615version = "0.1.0"
1617source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.23#9c1470893c6bd5f33ad8eb104d159177c6847df5"1616source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"
1618dependencies = [1617dependencies = [
1619 "cumulus-primitives-core",1618 "cumulus-primitives-core",
1620 "frame-support",1619 "frame-support",
1632[[package]]1631[[package]]
1633name = "cumulus-pallet-parachain-system"1632name = "cumulus-pallet-parachain-system"
1634version = "0.1.0"1633version = "0.1.0"
1635source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.23#9c1470893c6bd5f33ad8eb104d159177c6847df5"1634source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"
1636dependencies = [1635dependencies = [
1637 "cumulus-pallet-parachain-system-proc-macro",1636 "cumulus-pallet-parachain-system-proc-macro",
1638 "cumulus-primitives-core",1637 "cumulus-primitives-core",
1662[[package]]1661[[package]]
1663name = "cumulus-pallet-parachain-system-proc-macro"1662name = "cumulus-pallet-parachain-system-proc-macro"
1664version = "0.1.0"1663version = "0.1.0"
1665source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.23#9c1470893c6bd5f33ad8eb104d159177c6847df5"1664source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"
1666dependencies = [1665dependencies = [
1667 "proc-macro-crate",1666 "proc-macro-crate",
1668 "proc-macro2",1667 "proc-macro2",
1673[[package]]1672[[package]]
1674name = "cumulus-pallet-xcm"1673name = "cumulus-pallet-xcm"
1675version = "0.1.0"1674version = "0.1.0"
1676source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.23#9c1470893c6bd5f33ad8eb104d159177c6847df5"1675source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"
1677dependencies = [1676dependencies = [
1678 "cumulus-primitives-core",1677 "cumulus-primitives-core",
1679 "frame-support",1678 "frame-support",
1690[[package]]1689[[package]]
1691name = "cumulus-pallet-xcmp-queue"1690name = "cumulus-pallet-xcmp-queue"
1692version = "0.1.0"1691version = "0.1.0"
1693source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.23#9c1470893c6bd5f33ad8eb104d159177c6847df5"1692source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"
1694dependencies = [1693dependencies = [
1695 "cumulus-primitives-core",1694 "cumulus-primitives-core",
1696 "frame-support",1695 "frame-support",
1708[[package]]1707[[package]]
1709name = "cumulus-primitives-core"1708name = "cumulus-primitives-core"
1710version = "0.1.0"1709version = "0.1.0"
1711source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.23#9c1470893c6bd5f33ad8eb104d159177c6847df5"1710source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"
1712dependencies = [1711dependencies = [
1713 "frame-support",1712 "frame-support",
1714 "parity-scale-codec 3.1.5",1713 "parity-scale-codec 3.1.5",
1724[[package]]1723[[package]]
1725name = "cumulus-primitives-parachain-inherent"1724name = "cumulus-primitives-parachain-inherent"
1726version = "0.1.0"1725version = "0.1.0"
1727source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.23#9c1470893c6bd5f33ad8eb104d159177c6847df5"1726source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"
1728dependencies = [1727dependencies = [
1729 "async-trait",1728 "async-trait",
1730 "cumulus-primitives-core",1729 "cumulus-primitives-core",
1747[[package]]1746[[package]]
1748name = "cumulus-primitives-timestamp"1747name = "cumulus-primitives-timestamp"
1749version = "0.1.0"1748version = "0.1.0"
1750source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.23#9c1470893c6bd5f33ad8eb104d159177c6847df5"1749source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"
1751dependencies = [1750dependencies = [
1752 "cumulus-primitives-core",1751 "cumulus-primitives-core",
1753 "futures 0.3.21",1752 "futures 0.3.21",
1760[[package]]1759[[package]]
1761name = "cumulus-primitives-utility"1760name = "cumulus-primitives-utility"
1762version = "0.1.0"1761version = "0.1.0"
1763source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.23#9c1470893c6bd5f33ad8eb104d159177c6847df5"1762source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"
1764dependencies = [1763dependencies = [
1765 "cumulus-primitives-core",1764 "cumulus-primitives-core",
1766 "frame-support",1765 "frame-support",
1777[[package]]1776[[package]]
1778name = "cumulus-relay-chain-inprocess-interface"1777name = "cumulus-relay-chain-inprocess-interface"
1779version = "0.1.0"1778version = "0.1.0"
1780source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.23#9c1470893c6bd5f33ad8eb104d159177c6847df5"1779source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"
1781dependencies = [1780dependencies = [
1782 "async-trait",1781 "async-trait",
1783 "cumulus-primitives-core",1782 "cumulus-primitives-core",
1808[[package]]1807[[package]]
1809name = "cumulus-relay-chain-interface"1808name = "cumulus-relay-chain-interface"
1810version = "0.1.0"1809version = "0.1.0"
1811source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.23#9c1470893c6bd5f33ad8eb104d159177c6847df5"1810source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"
1812dependencies = [1811dependencies = [
1813 "async-trait",1812 "async-trait",
1814 "cumulus-primitives-core",1813 "cumulus-primitives-core",
1832[[package]]1831[[package]]
1833name = "cumulus-relay-chain-rpc-interface"1832name = "cumulus-relay-chain-rpc-interface"
1834version = "0.1.0"1833version = "0.1.0"
1835source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.23#9c1470893c6bd5f33ad8eb104d159177c6847df5"1834source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"
1836dependencies = [1835dependencies = [
1837 "async-trait",1836 "async-trait",
1838 "backoff",1837 "backoff",
1858[[package]]1857[[package]]
1859name = "cumulus-test-relay-sproof-builder"1858name = "cumulus-test-relay-sproof-builder"
1860version = "0.1.0"1859version = "0.1.0"
1861source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.23#9c1470893c6bd5f33ad8eb104d159177c6847df5"1860source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"
1862dependencies = [1861dependencies = [
1863 "cumulus-primitives-core",1862 "cumulus-primitives-core",
1864 "parity-scale-codec 3.1.5",1863 "parity-scale-codec 3.1.5",
21162115
2117[[package]]2116[[package]]
2118name = "dyn-clone"2117name = "dyn-clone"
2119version = "1.0.5"2118version = "1.0.6"
2120source = "registry+https://github.com/rust-lang/crates.io-index"2119source = "registry+https://github.com/rust-lang/crates.io-index"
2121checksum = "21e50f3adc76d6a43f5ed73b698a87d0760ca74617f60f7c3b879003536fdd28"2120checksum = "140206b78fb2bc3edbcfc9b5ccbd0b30699cfe8d348b8b31b330e47df5291a5a"
21222121
2123[[package]]2122[[package]]
2124name = "ecdsa"2123name = "ecdsa"
2321[[package]]2320[[package]]
2322name = "evm"2321name = "evm"
2323version = "0.35.0"2322version = "0.35.0"
2324source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.23#e9252ed42dc26fc85b6703b1ba50660a08209e55"2323source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.24#e9252ed42dc26fc85b6703b1ba50660a08209e55"
2325dependencies = [2324dependencies = [
2326 "auto_impl",2325 "auto_impl",
2327 "environmental",2326 "environmental",
2367[[package]]2366[[package]]
2368name = "evm-core"2367name = "evm-core"
2369version = "0.35.0"2368version = "0.35.0"
2370source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.23#e9252ed42dc26fc85b6703b1ba50660a08209e55"2369source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.24#e9252ed42dc26fc85b6703b1ba50660a08209e55"
2371dependencies = [2370dependencies = [
2372 "parity-scale-codec 3.1.5",2371 "parity-scale-codec 3.1.5",
2373 "primitive-types",2372 "primitive-types",
2378[[package]]2377[[package]]
2379name = "evm-gasometer"2378name = "evm-gasometer"
2380version = "0.35.0"2379version = "0.35.0"
2381source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.23#e9252ed42dc26fc85b6703b1ba50660a08209e55"2380source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.24#e9252ed42dc26fc85b6703b1ba50660a08209e55"
2382dependencies = [2381dependencies = [
2383 "environmental",2382 "environmental",
2384 "evm-core",2383 "evm-core",
2389[[package]]2388[[package]]
2390name = "evm-runtime"2389name = "evm-runtime"
2391version = "0.35.0"2390version = "0.35.0"
2392source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.23#e9252ed42dc26fc85b6703b1ba50660a08209e55"2391source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.24#e9252ed42dc26fc85b6703b1ba50660a08209e55"
2393dependencies = [2392dependencies = [
2394 "auto_impl",2393 "auto_impl",
2395 "environmental",2394 "environmental",
2481[[package]]2480[[package]]
2482name = "fc-consensus"2481name = "fc-consensus"
2483version = "2.0.0-dev"2482version = "2.0.0-dev"
2484source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.23#29adc958b0541466d564c781aa70fb7e3ef263a2"2483source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"
2485dependencies = [2484dependencies = [
2486 "async-trait",2485 "async-trait",
2487 "fc-db",2486 "fc-db",
2500[[package]]2499[[package]]
2501name = "fc-db"2500name = "fc-db"
2502version = "2.0.0-dev"2501version = "2.0.0-dev"
2503source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.23#29adc958b0541466d564c781aa70fb7e3ef263a2"2502source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"
2504dependencies = [2503dependencies = [
2505 "fp-storage",2504 "fp-storage",
2506 "kvdb-rocksdb",2505 "kvdb-rocksdb",
2516[[package]]2515[[package]]
2517name = "fc-mapping-sync"2516name = "fc-mapping-sync"
2518version = "2.0.0-dev"2517version = "2.0.0-dev"
2519source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.23#29adc958b0541466d564c781aa70fb7e3ef263a2"2518source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"
2520dependencies = [2519dependencies = [
2521 "fc-db",2520 "fc-db",
2522 "fp-consensus",2521 "fp-consensus",
2533[[package]]2532[[package]]
2534name = "fc-rpc"2533name = "fc-rpc"
2535version = "2.0.0-dev"2534version = "2.0.0-dev"
2536source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.23#29adc958b0541466d564c781aa70fb7e3ef263a2"2535source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"
2537dependencies = [2536dependencies = [
2538 "ethereum",2537 "ethereum",
2539 "ethereum-types",2538 "ethereum-types",
2573[[package]]2572[[package]]
2574name = "fc-rpc-core"2573name = "fc-rpc-core"
2575version = "1.1.0-dev"2574version = "1.1.0-dev"
2576source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.23#29adc958b0541466d564c781aa70fb7e3ef263a2"2575source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"
2577dependencies = [2576dependencies = [
2578 "ethereum",2577 "ethereum",
2579 "ethereum-types",2578 "ethereum-types",
2683[[package]]2682[[package]]
2684name = "fork-tree"2683name = "fork-tree"
2685version = "3.0.0"2684version = "3.0.0"
2686source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"2685source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
2687dependencies = [2686dependencies = [
2688 "parity-scale-codec 3.1.5",2687 "parity-scale-codec 3.1.5",
2689]2688]
2701[[package]]2700[[package]]
2702name = "fp-consensus"2701name = "fp-consensus"
2703version = "2.0.0-dev"2702version = "2.0.0-dev"
2704source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.23#29adc958b0541466d564c781aa70fb7e3ef263a2"2703source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"
2705dependencies = [2704dependencies = [
2706 "ethereum",2705 "ethereum",
2707 "parity-scale-codec 3.1.5",2706 "parity-scale-codec 3.1.5",
2713[[package]]2712[[package]]
2714name = "fp-evm"2713name = "fp-evm"
2715version = "3.0.0-dev"2714version = "3.0.0-dev"
2716source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.23#29adc958b0541466d564c781aa70fb7e3ef263a2"2715source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"
2717dependencies = [2716dependencies = [
2718 "evm",2717 "evm",
2719 "frame-support",2718 "frame-support",
2727[[package]]2726[[package]]
2728name = "fp-evm-mapping"2727name = "fp-evm-mapping"
2729version = "0.1.0"2728version = "0.1.0"
2730source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.23#29adc958b0541466d564c781aa70fb7e3ef263a2"2729source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"
2731dependencies = [2730dependencies = [
2732 "frame-support",2731 "frame-support",
2733 "sp-core",2732 "sp-core",
2736[[package]]2735[[package]]
2737name = "fp-rpc"2736name = "fp-rpc"
2738version = "3.0.0-dev"2737version = "3.0.0-dev"
2739source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.23#29adc958b0541466d564c781aa70fb7e3ef263a2"2738source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"
2740dependencies = [2739dependencies = [
2741 "ethereum",2740 "ethereum",
2742 "ethereum-types",2741 "ethereum-types",
2753[[package]]2752[[package]]
2754name = "fp-self-contained"2753name = "fp-self-contained"
2755version = "1.0.0-dev"2754version = "1.0.0-dev"
2756source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.23#29adc958b0541466d564c781aa70fb7e3ef263a2"2755source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"
2757dependencies = [2756dependencies = [
2758 "ethereum",2757 "ethereum",
2759 "frame-support",2758 "frame-support",
2769[[package]]2768[[package]]
2770name = "fp-storage"2769name = "fp-storage"
2771version = "2.0.0"2770version = "2.0.0"
2772source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.23#29adc958b0541466d564c781aa70fb7e3ef263a2"2771source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"
2773dependencies = [2772dependencies = [
2774 "parity-scale-codec 3.1.5",2773 "parity-scale-codec 3.1.5",
2775]2774]
27762775
2777[[package]]2776[[package]]
2778name = "frame-benchmarking"2777name = "frame-benchmarking"
2779version = "4.0.0-dev"2778version = "4.0.0-dev"
2780source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"2779source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
2781dependencies = [2780dependencies = [
2782 "frame-support",2781 "frame-support",
2783 "frame-system",2782 "frame-system",
2799[[package]]2798[[package]]
2800name = "frame-benchmarking-cli"2799name = "frame-benchmarking-cli"
2801version = "4.0.0-dev"2800version = "4.0.0-dev"
2802source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"2801source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
2803dependencies = [2802dependencies = [
2804 "Inflector",2803 "Inflector",
2805 "chrono",2804 "chrono",
2849[[package]]2848[[package]]
2850name = "frame-election-provider-solution-type"2849name = "frame-election-provider-solution-type"
2851version = "4.0.0-dev"2850version = "4.0.0-dev"
2852source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"2851source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
2853dependencies = [2852dependencies = [
2854 "proc-macro-crate",2853 "proc-macro-crate",
2855 "proc-macro2",2854 "proc-macro2",
2860[[package]]2859[[package]]
2861name = "frame-election-provider-support"2860name = "frame-election-provider-support"
2862version = "4.0.0-dev"2861version = "4.0.0-dev"
2863source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"2862source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
2864dependencies = [2863dependencies = [
2865 "frame-election-provider-solution-type",2864 "frame-election-provider-solution-type",
2866 "frame-support",2865 "frame-support",
2876[[package]]2875[[package]]
2877name = "frame-executive"2876name = "frame-executive"
2878version = "4.0.0-dev"2877version = "4.0.0-dev"
2879source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"2878source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
2880dependencies = [2879dependencies = [
2881 "frame-support",2880 "frame-support",
2882 "frame-system",2881 "frame-system",
2904[[package]]2903[[package]]
2905name = "frame-support"2904name = "frame-support"
2906version = "4.0.0-dev"2905version = "4.0.0-dev"
2907source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"2906source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
2908dependencies = [2907dependencies = [
2909 "bitflags",2908 "bitflags",
2910 "frame-metadata",2909 "frame-metadata",
2934[[package]]2933[[package]]
2935name = "frame-support-procedural"2934name = "frame-support-procedural"
2936version = "4.0.0-dev"2935version = "4.0.0-dev"
2937source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"2936source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
2938dependencies = [2937dependencies = [
2939 "Inflector",2938 "Inflector",
2940 "frame-support-procedural-tools",2939 "frame-support-procedural-tools",
2946[[package]]2945[[package]]
2947name = "frame-support-procedural-tools"2946name = "frame-support-procedural-tools"
2948version = "4.0.0-dev"2947version = "4.0.0-dev"
2949source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"2948source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
2950dependencies = [2949dependencies = [
2951 "frame-support-procedural-tools-derive",2950 "frame-support-procedural-tools-derive",
2952 "proc-macro-crate",2951 "proc-macro-crate",
2958[[package]]2957[[package]]
2959name = "frame-support-procedural-tools-derive"2958name = "frame-support-procedural-tools-derive"
2960version = "3.0.0"2959version = "3.0.0"
2961source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"2960source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
2962dependencies = [2961dependencies = [
2963 "proc-macro2",2962 "proc-macro2",
2964 "quote",2963 "quote",
2968[[package]]2967[[package]]
2969name = "frame-system"2968name = "frame-system"
2970version = "4.0.0-dev"2969version = "4.0.0-dev"
2971source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"2970source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
2972dependencies = [2971dependencies = [
2973 "frame-support",2972 "frame-support",
2974 "log",2973 "log",
2985[[package]]2984[[package]]
2986name = "frame-system-benchmarking"2985name = "frame-system-benchmarking"
2987version = "4.0.0-dev"2986version = "4.0.0-dev"
2988source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"2987source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
2989dependencies = [2988dependencies = [
2990 "frame-benchmarking",2989 "frame-benchmarking",
2991 "frame-support",2990 "frame-support",
3000[[package]]2999[[package]]
3001name = "frame-system-rpc-runtime-api"3000name = "frame-system-rpc-runtime-api"
3002version = "4.0.0-dev"3001version = "4.0.0-dev"
3003source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"3002source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
3004dependencies = [3003dependencies = [
3005 "parity-scale-codec 3.1.5",3004 "parity-scale-codec 3.1.5",
3006 "sp-api",3005 "sp-api",
3009[[package]]3008[[package]]
3010name = "frame-try-runtime"3009name = "frame-try-runtime"
3011version = "0.10.0-dev"3010version = "0.10.0-dev"
3012source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"3011source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
3013dependencies = [3012dependencies = [
3014 "frame-support",3013 "frame-support",
3015 "sp-api",3014 "sp-api",
36123611
3613[[package]]3612[[package]]
3614name = "indexmap"3613name = "indexmap"
3615version = "1.8.2"3614version = "1.9.1"
3616source = "registry+https://github.com/rust-lang/crates.io-index"3615source = "registry+https://github.com/rust-lang/crates.io-index"
3617checksum = "e6012d540c5baa3589337a98ce73408de9b5a25ec9fc2c6fd6be8f0d39e0ca5a"3616checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
3618dependencies = [3617dependencies = [
3619 "autocfg",3618 "autocfg",
3620 "hashbrown 0.11.2",3619 "hashbrown 0.12.1",
3621 "serde",3620 "serde",
3622]3621]
36233622
38703869
3871[[package]]3870[[package]]
3872name = "kusama-runtime"3871name = "kusama-runtime"
3873version = "0.9.23"3872version = "0.9.24"
3874source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"3873source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
3875dependencies = [3874dependencies = [
3876 "beefy-primitives",3875 "beefy-primitives",
3877 "bitvec 1.0.0",3876 "bitvec 1.0.0",
39633962
3964[[package]]3963[[package]]
3965name = "kusama-runtime-constants"3964name = "kusama-runtime-constants"
3966version = "0.9.23"3965version = "0.9.24"
3967source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"3966source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
3968dependencies = [3967dependencies = [
3969 "frame-support",3968 "frame-support",
3970 "polkadot-primitives",3969 "polkadot-primitives",
40674066
4068[[package]]4067[[package]]
4069name = "libp2p"4068name = "libp2p"
4070version = "0.44.0"4069version = "0.45.1"
4071source = "registry+https://github.com/rust-lang/crates.io-index"4070source = "registry+https://github.com/rust-lang/crates.io-index"
4072checksum = "475ce2ac4a9727e53a519f6ee05b38abfcba8f0d39c4d24f103d184e36fd5b0f"4071checksum = "41726ee8f662563fafba2d2d484b14037cc8ecb8c953fbfc8439d4ce3a0a9029"
4073dependencies = [4072dependencies = [
4074 "atomic",
4075 "bytes 1.1.0",4073 "bytes 1.1.0",
4076 "futures 0.3.21",4074 "futures 0.3.21",
4077 "futures-timer",4075 "futures-timer",
4078 "getrandom 0.2.7",4076 "getrandom 0.2.7",
4079 "instant",4077 "instant",
4080 "lazy_static",4078 "lazy_static",
4081 "libp2p-autonat",4079 "libp2p-autonat",
4082 "libp2p-core",4080 "libp2p-core 0.33.0",
4083 "libp2p-deflate",4081 "libp2p-deflate",
4084 "libp2p-dns",4082 "libp2p-dns",
4085 "libp2p-floodsub",4083 "libp2p-floodsub",
41124110
4113[[package]]4111[[package]]
4114name = "libp2p-autonat"4112name = "libp2p-autonat"
4115version = "0.3.0"4113version = "0.4.1"
4116source = "registry+https://github.com/rust-lang/crates.io-index"4114source = "registry+https://github.com/rust-lang/crates.io-index"
4117checksum = "a13b690e65046af6a09c0b27bd9508fa1cab0efce889de74b0b643b9d2a98f9a"4115checksum = "1d45945fd2f96c4b133c23d5c28a8b7fc8d7138e6dd8d5a8cd492dd384f888e3"
4118dependencies = [4116dependencies = [
4119 "async-trait",4117 "async-trait",
4120 "futures 0.3.21",4118 "futures 0.3.21",
4121 "futures-timer",4119 "futures-timer",
4122 "instant",4120 "instant",
4123 "libp2p-core",4121 "libp2p-core 0.33.0",
4124 "libp2p-request-response",4122 "libp2p-request-response",
4125 "libp2p-swarm",4123 "libp2p-swarm",
4126 "log",4124 "log",
4127 "prost 0.9.0",4125 "prost 0.10.4",
4128 "prost-build",4126 "prost-build 0.10.4",
4129 "rand 0.8.5",4127 "rand 0.8.5",
4130]4128]
41314129
4144 "futures-timer",4142 "futures-timer",
4145 "instant",4143 "instant",
4146 "lazy_static",4144 "lazy_static",
4147 "libsecp256k1",
4148 "log",4145 "log",
4149 "multiaddr",4146 "multiaddr",
4150 "multihash",4147 "multihash",
4151 "multistream-select",4148 "multistream-select",
4152 "parking_lot 0.12.1",4149 "parking_lot 0.12.1",
4153 "pin-project 1.0.10",4150 "pin-project 1.0.10",
4154 "prost 0.9.0",4151 "prost 0.9.0",
4155 "prost-build",4152 "prost-build 0.9.0",
4156 "rand 0.8.5",4153 "rand 0.8.5",
4157 "ring",4154 "ring",
4158 "rw-stream-sink",4155 "rw-stream-sink 0.2.1",
4159 "sha2 0.10.2",4156 "sha2 0.10.2",
4160 "smallvec",4157 "smallvec",
4161 "thiserror",4158 "thiserror",
4164 "zeroize",4161 "zeroize",
4165]4162]
4163
4164[[package]]
4165name = "libp2p-core"
4166version = "0.33.0"
4167source = "registry+https://github.com/rust-lang/crates.io-index"
4168checksum = "42d46fca305dee6757022e2f5a4f6c023315084d0ed7441c3ab244e76666d979"
4169dependencies = [
4170 "asn1_der",
4171 "bs58",
4172 "ed25519-dalek",
4173 "either",
4174 "fnv",
4175 "futures 0.3.21",
4176 "futures-timer",
4177 "instant",
4178 "lazy_static",
4179 "libsecp256k1",
4180 "log",
4181 "multiaddr",
4182 "multihash",
4183 "multistream-select",
4184 "parking_lot 0.12.1",
4185 "pin-project 1.0.10",
4186 "prost 0.10.4",
4187 "prost-build 0.10.4",
4188 "rand 0.8.5",
4189 "ring",
4190 "rw-stream-sink 0.3.0",
4191 "sha2 0.10.2",
4192 "smallvec",
4193 "thiserror",
4194 "unsigned-varint",
4195 "void",
4196 "zeroize",
4197]
41664198
4167[[package]]4199[[package]]
4168name = "libp2p-deflate"4200name = "libp2p-deflate"
4169version = "0.32.0"4201version = "0.33.0"
4170source = "registry+https://github.com/rust-lang/crates.io-index"4202source = "registry+https://github.com/rust-lang/crates.io-index"
4171checksum = "6b1d37f042f748e224f04785d0e987ae09a2aa518d6401d82d412dad83e360ed"4203checksum = "86adefc55ea4ed8201149f052fb441210727481dff1fb0b8318460206a79f5fb"
4172dependencies = [4204dependencies = [
4173 "flate2",4205 "flate2",
4174 "futures 0.3.21",4206 "futures 0.3.21",
4175 "libp2p-core",4207 "libp2p-core 0.33.0",
4176]4208]
41774209
4178[[package]]4210[[package]]
4179name = "libp2p-dns"4211name = "libp2p-dns"
4180version = "0.32.1"4212version = "0.33.0"
4181source = "registry+https://github.com/rust-lang/crates.io-index"4213source = "registry+https://github.com/rust-lang/crates.io-index"
4182checksum = "066e33e854e10b5c93fc650458bf2179c7e0d143db260b0963e44a94859817f1"4214checksum = "fbb462ec3a51fab457b4b44ac295e8b0a4b04dc175127e615cf996b1f0f1a268"
4183dependencies = [4215dependencies = [
4184 "async-std-resolver",4216 "async-std-resolver",
4185 "futures 0.3.21",4217 "futures 0.3.21",
4186 "libp2p-core",4218 "libp2p-core 0.33.0",
4187 "log",4219 "log",
4220 "parking_lot 0.12.1",
4188 "smallvec",4221 "smallvec",
4189 "trust-dns-resolver",4222 "trust-dns-resolver",
4190]4223]
41914224
4192[[package]]4225[[package]]
4193name = "libp2p-floodsub"4226name = "libp2p-floodsub"
4194version = "0.35.0"4227version = "0.36.0"
4195source = "registry+https://github.com/rust-lang/crates.io-index"4228source = "registry+https://github.com/rust-lang/crates.io-index"
4196checksum = "733d3ea6ebe7a7a85df2bc86678b93f24b015fae5fe3b3acc4c400e795a55d2d"4229checksum = "a505d0c6f851cbf2919535150198e530825def8bd3757477f13dc3a57f46cbcc"
4197dependencies = [4230dependencies = [
4198 "cuckoofilter",4231 "cuckoofilter",
4199 "fnv",4232 "fnv",
4200 "futures 0.3.21",4233 "futures 0.3.21",
4201 "libp2p-core",4234 "libp2p-core 0.33.0",
4202 "libp2p-swarm",4235 "libp2p-swarm",
4203 "log",4236 "log",
4204 "prost 0.9.0",4237 "prost 0.10.4",
4205 "prost-build",4238 "prost-build 0.10.4",
4206 "rand 0.7.3",4239 "rand 0.7.3",
4207 "smallvec",4240 "smallvec",
4208]4241]
42094242
4210[[package]]4243[[package]]
4211name = "libp2p-gossipsub"4244name = "libp2p-gossipsub"
4212version = "0.37.0"4245version = "0.38.1"
4213source = "registry+https://github.com/rust-lang/crates.io-index"4246source = "registry+https://github.com/rust-lang/crates.io-index"
4214checksum = "a90c989a7c0969c2ab63e898da9bc735e3be53fb4f376e9c045ce516bcc9f928"4247checksum = "43e064ba4d7832e01c738626c6b274ae100baba05f5ffcc7b265c2a3ed398108"
4215dependencies = [4248dependencies = [
4216 "asynchronous-codec",4249 "asynchronous-codec",
4217 "base64",4250 "base64",
4221 "futures 0.3.21",4254 "futures 0.3.21",
4222 "hex_fmt",4255 "hex_fmt",
4223 "instant",4256 "instant",
4224 "libp2p-core",4257 "libp2p-core 0.33.0",
4225 "libp2p-swarm",4258 "libp2p-swarm",
4226 "log",4259 "log",
4227 "prometheus-client",4260 "prometheus-client",
4228 "prost 0.9.0",4261 "prost 0.10.4",
4229 "prost-build",4262 "prost-build 0.10.4",
4230 "rand 0.7.3",4263 "rand 0.7.3",
4231 "regex",4264 "regex",
4232 "sha2 0.10.2",4265 "sha2 0.10.2",
42374270
4238[[package]]4271[[package]]
4239name = "libp2p-identify"4272name = "libp2p-identify"
4240version = "0.35.0"4273version = "0.36.1"
4241source = "registry+https://github.com/rust-lang/crates.io-index"4274source = "registry+https://github.com/rust-lang/crates.io-index"
4242checksum = "c5ef5a5b57904c7c33d6713ef918d239dc6b7553458f3475d87f8a18e9c651c8"4275checksum = "b84b53490442d086db1fa5375670c9666e79143dccadef3f7c74a4346899a984"
4243dependencies = [4276dependencies = [
4277 "asynchronous-codec",
4244 "futures 0.3.21",4278 "futures 0.3.21",
4245 "futures-timer",4279 "futures-timer",
4246 "libp2p-core",4280 "libp2p-core 0.33.0",
4247 "libp2p-swarm",4281 "libp2p-swarm",
4248 "log",4282 "log",
4249 "lru 0.7.7",4283 "lru 0.7.7",
4250 "prost 0.9.0",4284 "prost 0.10.4",
4251 "prost-build",4285 "prost-build 0.10.4",
4286 "prost-codec",
4252 "smallvec",4287 "smallvec",
4288 "thiserror",
4289 "void",
4253]4290]
42544291
4255[[package]]4292[[package]]
4256name = "libp2p-kad"4293name = "libp2p-kad"
4257version = "0.36.0"4294version = "0.37.1"
4258source = "registry+https://github.com/rust-lang/crates.io-index"4295source = "registry+https://github.com/rust-lang/crates.io-index"
4259checksum = "564e6bd64d177446399ed835b9451a8825b07929d6daa6a94e6405592974725e"4296checksum = "5f6b5d4de90fcd35feb65ea6223fd78f3b747a64ca4b65e0813fbe66a27d56aa"
4260dependencies = [4297dependencies = [
4261 "arrayvec 0.5.2",4298 "arrayvec 0.7.2",
4262 "asynchronous-codec",4299 "asynchronous-codec",
4263 "bytes 1.1.0",4300 "bytes 1.1.0",
4264 "either",4301 "either",
4265 "fnv",4302 "fnv",
4266 "futures 0.3.21",4303 "futures 0.3.21",
4267 "futures-timer",4304 "futures-timer",
4268 "instant",4305 "instant",
4269 "libp2p-core",4306 "libp2p-core 0.33.0",
4270 "libp2p-swarm",4307 "libp2p-swarm",
4271 "log",4308 "log",
4272 "prost 0.9.0",4309 "prost 0.10.4",
4273 "prost-build",4310 "prost-build 0.10.4",
4274 "rand 0.7.3",4311 "rand 0.7.3",
4275 "sha2 0.10.2",4312 "sha2 0.10.2",
4276 "smallvec",4313 "smallvec",
42824319
4283[[package]]4320[[package]]
4284name = "libp2p-mdns"4321name = "libp2p-mdns"
4285version = "0.36.0"4322version = "0.37.0"
4286source = "registry+https://github.com/rust-lang/crates.io-index"4323source = "registry+https://github.com/rust-lang/crates.io-index"
4287checksum = "611ae873c8e280ccfab0d57c7a13cac5644f364529e233114ff07863946058b0"4324checksum = "4783f8cf00c7b6c1ff0f1870b4fcf50b042b45533d2e13b6fb464caf447a6951"
4288dependencies = [4325dependencies = [
4289 "async-io",4326 "async-io",
4290 "data-encoding",4327 "data-encoding",
4291 "dns-parser",4328 "dns-parser",
4292 "futures 0.3.21",4329 "futures 0.3.21",
4293 "if-watch",4330 "if-watch",
4294 "lazy_static",4331 "lazy_static",
4295 "libp2p-core",4332 "libp2p-core 0.33.0",
4296 "libp2p-swarm",4333 "libp2p-swarm",
4297 "log",4334 "log",
4298 "rand 0.8.5",4335 "rand 0.8.5",
43034340
4304[[package]]4341[[package]]
4305name = "libp2p-metrics"4342name = "libp2p-metrics"
4306version = "0.5.0"4343version = "0.6.1"
4307source = "registry+https://github.com/rust-lang/crates.io-index"4344source = "registry+https://github.com/rust-lang/crates.io-index"
4308checksum = "985be799bb3796e0c136c768208c3c06604a38430571906a13dcfeda225a3b9d"4345checksum = "564a7e5284d7d9b3140fdfc3cb6567bc32555e86a21de5604c2ec85da05cf384"
4309dependencies = [4346dependencies = [
4310 "libp2p-core",4347 "libp2p-core 0.33.0",
4311 "libp2p-gossipsub",4348 "libp2p-gossipsub",
4312 "libp2p-identify",4349 "libp2p-identify",
4313 "libp2p-kad",4350 "libp2p-kad",
43194356
4320[[package]]4357[[package]]
4321name = "libp2p-mplex"4358name = "libp2p-mplex"
4322version = "0.32.0"4359version = "0.33.0"
4323source = "registry+https://github.com/rust-lang/crates.io-index"4360source = "registry+https://github.com/rust-lang/crates.io-index"
4324checksum = "442eb0c9fff0bf22a34f015724b4143ce01877e079ed0963c722d94c07c72160"4361checksum = "5ff9c893f2367631a711301d703c47432af898c9bb8253bea0e2c051a13f7640"
4325dependencies = [4362dependencies = [
4326 "asynchronous-codec",4363 "asynchronous-codec",
4327 "bytes 1.1.0",4364 "bytes 1.1.0",
4328 "futures 0.3.21",4365 "futures 0.3.21",
4329 "libp2p-core",4366 "libp2p-core 0.33.0",
4330 "log",4367 "log",
4331 "nohash-hasher",4368 "nohash-hasher",
4332 "parking_lot 0.12.1",4369 "parking_lot 0.12.1",
43374374
4338[[package]]4375[[package]]
4339name = "libp2p-noise"4376name = "libp2p-noise"
4340version = "0.35.0"4377version = "0.36.0"
4341source = "registry+https://github.com/rust-lang/crates.io-index"4378source = "registry+https://github.com/rust-lang/crates.io-index"
4342checksum = "9dd7e0c94051cda67123be68cf6b65211ba3dde7277be9068412de3e7ffd63ef"4379checksum = "cf2cee1dad1c83325bbd182a8e94555778699cec8a9da00086efb7522c4c15ad"
4343dependencies = [4380dependencies = [
4344 "bytes 1.1.0",4381 "bytes 1.1.0",
4345 "curve25519-dalek 3.2.0",4382 "curve25519-dalek 3.2.0",
4346 "futures 0.3.21",4383 "futures 0.3.21",
4347 "lazy_static",4384 "lazy_static",
4348 "libp2p-core",4385 "libp2p-core 0.33.0",
4349 "log",4386 "log",
4350 "prost 0.9.0",4387 "prost 0.10.4",
4351 "prost-build",4388 "prost-build 0.10.4",
4352 "rand 0.8.5",4389 "rand 0.8.5",
4353 "sha2 0.10.2",4390 "sha2 0.10.2",
4354 "snow",4391 "snow",
43594396
4360[[package]]4397[[package]]
4361name = "libp2p-ping"4398name = "libp2p-ping"
4362version = "0.35.0"4399version = "0.36.0"
4363source = "registry+https://github.com/rust-lang/crates.io-index"4400source = "registry+https://github.com/rust-lang/crates.io-index"
4364checksum = "bf57a3c2e821331dda9fe612d4654d676ab6e33d18d9434a18cced72630df6ad"4401checksum = "d41516c82fe8dd148ec925eead0c5ec08a0628f7913597e93e126e4dfb4e0787"
4365dependencies = [4402dependencies = [
4366 "futures 0.3.21",4403 "futures 0.3.21",
4367 "futures-timer",4404 "futures-timer",
4368 "instant",4405 "instant",
4369 "libp2p-core",4406 "libp2p-core 0.33.0",
4370 "libp2p-swarm",4407 "libp2p-swarm",
4371 "log",4408 "log",
4372 "rand 0.7.3",4409 "rand 0.7.3",
43754412
4376[[package]]4413[[package]]
4377name = "libp2p-plaintext"4414name = "libp2p-plaintext"
4378version = "0.32.0"4415version = "0.33.0"
4379source = "registry+https://github.com/rust-lang/crates.io-index"4416source = "registry+https://github.com/rust-lang/crates.io-index"
4380checksum = "962c0fb0e7212fb96a69b87f2d09bcefd317935239bdc79cda900e7a8897a3fe"4417checksum = "db007e737adc5d28b2e03223b0210164928ad742591127130796a72aa8eaf54f"
4381dependencies = [4418dependencies = [
4382 "asynchronous-codec",4419 "asynchronous-codec",
4383 "bytes 1.1.0",4420 "bytes 1.1.0",
4384 "futures 0.3.21",4421 "futures 0.3.21",
4385 "libp2p-core",4422 "libp2p-core 0.33.0",
4386 "log",4423 "log",
4387 "prost 0.9.0",4424 "prost 0.10.4",
4388 "prost-build",4425 "prost-build 0.10.4",
4389 "unsigned-varint",4426 "unsigned-varint",
4390 "void",4427 "void",
4391]4428]
44064443
4407[[package]]4444[[package]]
4408name = "libp2p-relay"4445name = "libp2p-relay"
4409version = "0.8.0"4446version = "0.9.1"
4410source = "registry+https://github.com/rust-lang/crates.io-index"4447source = "registry+https://github.com/rust-lang/crates.io-index"
4411checksum = "3aa754cb7bccef51ebc3c458c6bbcef89d83b578a9925438389be841527d408f"4448checksum = "624ead3406f64437a0d4567c31bd128a9a0b8226d5f16c074038f5d0fc32f650"
4412dependencies = [4449dependencies = [
4413 "asynchronous-codec",4450 "asynchronous-codec",
4414 "bytes 1.1.0",4451 "bytes 1.1.0",
4415 "either",4452 "either",
4416 "futures 0.3.21",4453 "futures 0.3.21",
4417 "futures-timer",4454 "futures-timer",
4418 "instant",4455 "instant",
4419 "libp2p-core",4456 "libp2p-core 0.33.0",
4420 "libp2p-swarm",4457 "libp2p-swarm",
4421 "log",4458 "log",
4422 "pin-project 1.0.10",4459 "pin-project 1.0.10",
4423 "prost 0.9.0",4460 "prost 0.10.4",
4424 "prost-build",4461 "prost-build 0.10.4",
4462 "prost-codec",
4425 "rand 0.8.5",4463 "rand 0.8.5",
4426 "smallvec",4464 "smallvec",
4427 "static_assertions",4465 "static_assertions",
4428 "thiserror",4466 "thiserror",
4429 "unsigned-varint",
4430 "void",4467 "void",
4431]4468]
44324469
4433[[package]]4470[[package]]
4434name = "libp2p-rendezvous"4471name = "libp2p-rendezvous"
4435version = "0.5.0"4472version = "0.6.0"
4436source = "registry+https://github.com/rust-lang/crates.io-index"4473source = "registry+https://github.com/rust-lang/crates.io-index"
4437checksum = "bbd0baab894c5b84da510b915d53264d566c3c35889f09931fe9edbd2a773bee"4474checksum = "c59967ea2db2c7560f641aa58ac05982d42131863fcd3dd6dcf0dd1daf81c60c"
4438dependencies = [4475dependencies = [
4439 "asynchronous-codec",4476 "asynchronous-codec",
4440 "bimap",4477 "bimap",
4441 "futures 0.3.21",4478 "futures 0.3.21",
4442 "futures-timer",4479 "futures-timer",
4443 "instant",4480 "instant",
4444 "libp2p-core",4481 "libp2p-core 0.33.0",
4445 "libp2p-swarm",4482 "libp2p-swarm",
4446 "log",4483 "log",
4447 "prost 0.9.0",4484 "prost 0.10.4",
4448 "prost-build",4485 "prost-build 0.10.4",
4449 "rand 0.8.5",4486 "rand 0.8.5",
4450 "sha2 0.10.2",4487 "sha2 0.10.2",
4451 "thiserror",4488 "thiserror",
44554492
4456[[package]]4493[[package]]
4457name = "libp2p-request-response"4494name = "libp2p-request-response"
4458version = "0.17.0"4495version = "0.18.0"
4459source = "registry+https://github.com/rust-lang/crates.io-index"4496source = "registry+https://github.com/rust-lang/crates.io-index"
4460checksum = "b5e6a6fc6c9ad95661f46989473b34bd2993d14a4de497ff3b2668a910d4b869"4497checksum = "b02e0acb725e5a757d77c96b95298fd73a7394fe82ba7b8bbeea510719cbe441"
4461dependencies = [4498dependencies = [
4462 "async-trait",4499 "async-trait",
4463 "bytes 1.1.0",4500 "bytes 1.1.0",
4464 "futures 0.3.21",4501 "futures 0.3.21",
4465 "instant",4502 "instant",
4466 "libp2p-core",4503 "libp2p-core 0.33.0",
4467 "libp2p-swarm",4504 "libp2p-swarm",
4468 "log",4505 "log",
4469 "rand 0.7.3",4506 "rand 0.7.3",
44734510
4474[[package]]4511[[package]]
4475name = "libp2p-swarm"4512name = "libp2p-swarm"
4476version = "0.35.0"4513version = "0.36.1"
4477source = "registry+https://github.com/rust-lang/crates.io-index"4514source = "registry+https://github.com/rust-lang/crates.io-index"
4478checksum = "8f0c69ad9e8f7c5fc50ad5ad9c7c8b57f33716532a2b623197f69f93e374d14c"4515checksum = "8f4bb21c5abadbf00360c734f16bf87f1712ed4f23cd46148f625d2ddb867346"
4479dependencies = [4516dependencies = [
4480 "either",4517 "either",
4481 "fnv",4518 "fnv",
4482 "futures 0.3.21",4519 "futures 0.3.21",
4483 "futures-timer",4520 "futures-timer",
4484 "instant",4521 "instant",
4485 "libp2p-core",4522 "libp2p-core 0.33.0",
4486 "log",4523 "log",
4487 "pin-project 1.0.10",4524 "pin-project 1.0.10",
4488 "rand 0.7.3",4525 "rand 0.7.3",
45034540
4504[[package]]4541[[package]]
4505name = "libp2p-tcp"4542name = "libp2p-tcp"
4506version = "0.32.0"4543version = "0.33.0"
4507source = "registry+https://github.com/rust-lang/crates.io-index"4544source = "registry+https://github.com/rust-lang/crates.io-index"
4508checksum = "193447aa729c85aac2376828df76d171c1a589c9e6b58fcc7f9d9a020734122c"4545checksum = "4f4933e38ef21b50698aefc87799c24f2a365c9d3f6cf50471f3f6a0bc410892"
4509dependencies = [4546dependencies = [
4510 "async-io",4547 "async-io",
4511 "futures 0.3.21",4548 "futures 0.3.21",
4512 "futures-timer",4549 "futures-timer",
4513 "if-watch",4550 "if-watch",
4514 "ipnet",4551 "ipnet",
4515 "libc",4552 "libc",
4516 "libp2p-core",4553 "libp2p-core 0.33.0",
4517 "log",4554 "log",
4518 "socket2",4555 "socket2",
4519]4556]
4526dependencies = [4563dependencies = [
4527 "async-std",4564 "async-std",
4528 "futures 0.3.21",4565 "futures 0.3.21",
4529 "libp2p-core",4566 "libp2p-core 0.32.1",
4530 "log",4567 "log",
4531]4568]
45324569
4533[[package]]4570[[package]]
4534name = "libp2p-wasm-ext"4571name = "libp2p-wasm-ext"
4535version = "0.32.0"4572version = "0.33.0"
4536source = "registry+https://github.com/rust-lang/crates.io-index"4573source = "registry+https://github.com/rust-lang/crates.io-index"
4537checksum = "4f6ea0f84a967ef59a16083f222c18115ae2e91db69809dce275df62e101b279"4574checksum = "f066f2b8b1a1d64793f05da2256e6842ecd0293d6735ca2e9bda89831a1bdc06"
4538dependencies = [4575dependencies = [
4539 "futures 0.3.21",4576 "futures 0.3.21",
4540 "js-sys",4577 "js-sys",
4541 "libp2p-core",4578 "libp2p-core 0.33.0",
4542 "parity-send-wrapper",4579 "parity-send-wrapper",
4543 "wasm-bindgen",4580 "wasm-bindgen",
4544 "wasm-bindgen-futures",4581 "wasm-bindgen-futures",
4545]4582]
45464583
4547[[package]]4584[[package]]
4548name = "libp2p-websocket"4585name = "libp2p-websocket"
4549version = "0.34.0"4586version = "0.35.0"
4550source = "registry+https://github.com/rust-lang/crates.io-index"4587source = "registry+https://github.com/rust-lang/crates.io-index"
4551checksum = "c932834c3754501c368d1bf3d0fb458487a642b90fc25df082a3a2f3d3b32e37"4588checksum = "39d398fbb29f432c4128fabdaac2ed155c3bcaf1b9bd40eeeb10a471eefacbf5"
4552dependencies = [4589dependencies = [
4553 "either",4590 "either",
4554 "futures 0.3.21",4591 "futures 0.3.21",
4555 "futures-rustls",4592 "futures-rustls",
4556 "libp2p-core",4593 "libp2p-core 0.33.0",
4557 "log",4594 "log",
4595 "parking_lot 0.12.1",
4558 "quicksink",4596 "quicksink",
4559 "rw-stream-sink",4597 "rw-stream-sink 0.3.0",
4560 "soketto",4598 "soketto",
4561 "url",4599 "url",
4562 "webpki-roots",4600 "webpki-roots",
4563]4601]
45644602
4565[[package]]4603[[package]]
4566name = "libp2p-yamux"4604name = "libp2p-yamux"
4567version = "0.36.0"4605version = "0.37.0"
4568source = "registry+https://github.com/rust-lang/crates.io-index"4606source = "registry+https://github.com/rust-lang/crates.io-index"
4569checksum = "be902ebd89193cd020e89e89107726a38cfc0d16d18f613f4a37d046e92c7517"4607checksum = "8fe653639ad74877c759720febb0cbcbf4caa221adde4eed2d3126ce5c6f381f"
4570dependencies = [4608dependencies = [
4571 "futures 0.3.21",4609 "futures 0.3.21",
4572 "libp2p-core",4610 "libp2p-core 0.33.0",
4573 "parking_lot 0.12.1",4611 "parking_lot 0.12.1",
4574 "thiserror",4612 "thiserror",
4575 "yamux",4613 "yamux",
49004938
4901[[package]]4939[[package]]
4902name = "mio"4940name = "mio"
4903version = "0.8.3"4941version = "0.8.4"
4904source = "registry+https://github.com/rust-lang/crates.io-index"4942source = "registry+https://github.com/rust-lang/crates.io-index"
4905checksum = "713d550d9b44d89174e066b7a6217ae06234c10cb47819a88290d2b353c31799"4943checksum = "57ee1c23c7c63b0c9250c339ffdc69255f110b298b901b9f6c82547b7b87caaf"
4906dependencies = [4944dependencies = [
4907 "libc",4945 "libc",
4908 "log",4946 "log",
51535191
5154[[package]]5192[[package]]
5155name = "num-complex"5193name = "num-complex"
5156version = "0.4.1"5194version = "0.4.2"
5157source = "registry+https://github.com/rust-lang/crates.io-index"5195source = "registry+https://github.com/rust-lang/crates.io-index"
5158checksum = "97fbc387afefefd5e9e39493299f3069e14a140dd34dc19b4c1c1a8fddb6a790"5196checksum = "7ae39348c8bc5fbd7f40c727a9925f03517afd2ab27d46702108b6a7e5414c19"
5159dependencies = [5197dependencies = [
5160 "num-traits",5198 "num-traits",
5161]5199]
52515289
5252[[package]]5290[[package]]
5253name = "opal-runtime"5291name = "opal-runtime"
5254version = "0.9.23"5292version = "0.9.24"
5255dependencies = [5293dependencies = [
5256 "cumulus-pallet-aura-ext",5294 "cumulus-pallet-aura-ext",
5257 "cumulus-pallet-dmp-queue",5295 "cumulus-pallet-dmp-queue",
5352[[package]]5390[[package]]
5353name = "orchestra"5391name = "orchestra"
5354version = "0.0.1"5392version = "0.0.1"
5355source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"5393source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
5356dependencies = [5394dependencies = [
5357 "async-trait",5395 "async-trait",
5358 "dyn-clonable",5396 "dyn-clonable",
5368[[package]]5406[[package]]
5369name = "orchestra-proc-macro"5407name = "orchestra-proc-macro"
5370version = "0.0.1"5408version = "0.0.1"
5371source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"5409source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
5372dependencies = [5410dependencies = [
5373 "expander 0.0.6",5411 "expander 0.0.6",
5374 "petgraph",5412 "petgraph",
5390[[package]]5428[[package]]
5391name = "orml-vesting"5429name = "orml-vesting"
5392version = "0.4.1-dev"5430version = "0.4.1-dev"
5393source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=unique-polkadot-v0.9.23#97ff860ba8b2bbd246e6c91395fb95fd89c2951f"5431source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=unique-polkadot-v0.9.24#e69cabf5dc293e54a3ce60e3db4bf2f381bd20eb"
5394dependencies = [5432dependencies = [
5395 "frame-support",5433 "frame-support",
5396 "frame-system",5434 "frame-system",
5420[[package]]5458[[package]]
5421name = "pallet-aura"5459name = "pallet-aura"
5422version = "4.0.0-dev"5460version = "4.0.0-dev"
5423source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"5461source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
5424dependencies = [5462dependencies = [
5425 "frame-support",5463 "frame-support",
5426 "frame-system",5464 "frame-system",
5436[[package]]5474[[package]]
5437name = "pallet-authority-discovery"5475name = "pallet-authority-discovery"
5438version = "4.0.0-dev"5476version = "4.0.0-dev"
5439source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"5477source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
5440dependencies = [5478dependencies = [
5441 "frame-support",5479 "frame-support",
5442 "frame-system",5480 "frame-system",
5452[[package]]5490[[package]]
5453name = "pallet-authorship"5491name = "pallet-authorship"
5454version = "4.0.0-dev"5492version = "4.0.0-dev"
5455source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"5493source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
5456dependencies = [5494dependencies = [
5457 "frame-support",5495 "frame-support",
5458 "frame-system",5496 "frame-system",
5467[[package]]5505[[package]]
5468name = "pallet-babe"5506name = "pallet-babe"
5469version = "4.0.0-dev"5507version = "4.0.0-dev"
5470source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"5508source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
5471dependencies = [5509dependencies = [
5472 "frame-benchmarking",5510 "frame-benchmarking",
5473 "frame-support",5511 "frame-support",
5491[[package]]5529[[package]]
5492name = "pallet-bags-list"5530name = "pallet-bags-list"
5493version = "4.0.0-dev"5531version = "4.0.0-dev"
5494source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"5532source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
5495dependencies = [5533dependencies = [
5496 "frame-benchmarking",5534 "frame-benchmarking",
5497 "frame-election-provider-support",5535 "frame-election-provider-support",
5511[[package]]5549[[package]]
5512name = "pallet-balances"5550name = "pallet-balances"
5513version = "4.0.0-dev"5551version = "4.0.0-dev"
5514source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"5552source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
5515dependencies = [5553dependencies = [
5516 "frame-benchmarking",5554 "frame-benchmarking",
5517 "frame-support",5555 "frame-support",
5526[[package]]5564[[package]]
5527name = "pallet-base-fee"5565name = "pallet-base-fee"
5528version = "1.0.0"5566version = "1.0.0"
5529source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.23#29adc958b0541466d564c781aa70fb7e3ef263a2"5567source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"
5530dependencies = [5568dependencies = [
5531 "fp-evm",5569 "fp-evm",
5532 "frame-support",5570 "frame-support",
5541[[package]]5579[[package]]
5542name = "pallet-beefy"5580name = "pallet-beefy"
5543version = "4.0.0-dev"5581version = "4.0.0-dev"
5544source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"5582source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
5545dependencies = [5583dependencies = [
5546 "beefy-primitives",5584 "beefy-primitives",
5547 "frame-support",5585 "frame-support",
5557[[package]]5595[[package]]
5558name = "pallet-beefy-mmr"5596name = "pallet-beefy-mmr"
5559version = "4.0.0-dev"5597version = "4.0.0-dev"
5560source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"5598source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
5561dependencies = [5599dependencies = [
5562 "beefy-merkle-tree",5600 "beefy-merkle-tree",
5563 "beefy-primitives",5601 "beefy-primitives",
5580[[package]]5618[[package]]
5581name = "pallet-bounties"5619name = "pallet-bounties"
5582version = "4.0.0-dev"5620version = "4.0.0-dev"
5583source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"5621source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
5584dependencies = [5622dependencies = [
5585 "frame-benchmarking",5623 "frame-benchmarking",
5586 "frame-support",5624 "frame-support",
5598[[package]]5636[[package]]
5599name = "pallet-bridge-dispatch"5637name = "pallet-bridge-dispatch"
5600version = "0.1.0"5638version = "0.1.0"
5601source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"5639source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
5602dependencies = [5640dependencies = [
5603 "bp-message-dispatch",5641 "bp-message-dispatch",
5604 "bp-runtime",5642 "bp-runtime",
5615[[package]]5653[[package]]
5616name = "pallet-bridge-grandpa"5654name = "pallet-bridge-grandpa"
5617version = "0.1.0"5655version = "0.1.0"
5618source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"5656source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
5619dependencies = [5657dependencies = [
5620 "bp-header-chain",5658 "bp-header-chain",
5621 "bp-runtime",5659 "bp-runtime",
5637[[package]]5675[[package]]
5638name = "pallet-bridge-messages"5676name = "pallet-bridge-messages"
5639version = "0.1.0"5677version = "0.1.0"
5640source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"5678source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
5641dependencies = [5679dependencies = [
5642 "bitvec 1.0.0",5680 "bitvec 1.0.0",
5643 "bp-message-dispatch",5681 "bp-message-dispatch",
5658[[package]]5696[[package]]
5659name = "pallet-child-bounties"5697name = "pallet-child-bounties"
5660version = "4.0.0-dev"5698version = "4.0.0-dev"
5661source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"5699source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
5662dependencies = [5700dependencies = [
5663 "frame-benchmarking",5701 "frame-benchmarking",
5664 "frame-support",5702 "frame-support",
5677[[package]]5715[[package]]
5678name = "pallet-collective"5716name = "pallet-collective"
5679version = "4.0.0-dev"5717version = "4.0.0-dev"
5680source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"5718source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
5681dependencies = [5719dependencies = [
5682 "frame-benchmarking",5720 "frame-benchmarking",
5683 "frame-support",5721 "frame-support",
5715[[package]]5753[[package]]
5716name = "pallet-democracy"5754name = "pallet-democracy"
5717version = "4.0.0-dev"5755version = "4.0.0-dev"
5718source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"5756source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
5719dependencies = [5757dependencies = [
5720 "frame-benchmarking",5758 "frame-benchmarking",
5721 "frame-support",5759 "frame-support",
5731[[package]]5769[[package]]
5732name = "pallet-election-provider-multi-phase"5770name = "pallet-election-provider-multi-phase"
5733version = "4.0.0-dev"5771version = "4.0.0-dev"
5734source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"5772source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
5735dependencies = [5773dependencies = [
5736 "frame-benchmarking",5774 "frame-benchmarking",
5737 "frame-election-provider-support",5775 "frame-election-provider-support",
5754[[package]]5792[[package]]
5755name = "pallet-election-provider-support-benchmarking"5793name = "pallet-election-provider-support-benchmarking"
5756version = "4.0.0-dev"5794version = "4.0.0-dev"
5757source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"5795source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
5758dependencies = [5796dependencies = [
5759 "frame-benchmarking",5797 "frame-benchmarking",
5760 "frame-election-provider-support",5798 "frame-election-provider-support",
5767[[package]]5805[[package]]
5768name = "pallet-elections-phragmen"5806name = "pallet-elections-phragmen"
5769version = "5.0.0-dev"5807version = "5.0.0-dev"
5770source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"5808source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
5771dependencies = [5809dependencies = [
5772 "frame-benchmarking",5810 "frame-benchmarking",
5773 "frame-support",5811 "frame-support",
5785[[package]]5823[[package]]
5786name = "pallet-ethereum"5824name = "pallet-ethereum"
5787version = "4.0.0-dev"5825version = "4.0.0-dev"
5788source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.23#29adc958b0541466d564c781aa70fb7e3ef263a2"5826source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"
5789dependencies = [5827dependencies = [
5790 "ethereum",5828 "ethereum",
5791 "ethereum-types",5829 "ethereum-types",
5814[[package]]5852[[package]]
5815name = "pallet-evm"5853name = "pallet-evm"
5816version = "6.0.0-dev"5854version = "6.0.0-dev"
5817source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.23#29adc958b0541466d564c781aa70fb7e3ef263a2"5855source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"
5818dependencies = [5856dependencies = [
5819 "evm",5857 "evm",
5820 "fp-evm",5858 "fp-evm",
5937[[package]]5975[[package]]
5938name = "pallet-gilt"5976name = "pallet-gilt"
5939version = "4.0.0-dev"5977version = "4.0.0-dev"
5940source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"5978source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
5941dependencies = [5979dependencies = [
5942 "frame-benchmarking",5980 "frame-benchmarking",
5943 "frame-support",5981 "frame-support",
5952[[package]]5990[[package]]
5953name = "pallet-grandpa"5991name = "pallet-grandpa"
5954version = "4.0.0-dev"5992version = "4.0.0-dev"
5955source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"5993source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
5956dependencies = [5994dependencies = [
5957 "frame-benchmarking",5995 "frame-benchmarking",
5958 "frame-support",5996 "frame-support",
5975[[package]]6013[[package]]
5976name = "pallet-identity"6014name = "pallet-identity"
5977version = "4.0.0-dev"6015version = "4.0.0-dev"
5978source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"6016source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
5979dependencies = [6017dependencies = [
5980 "enumflags2",6018 "enumflags2",
5981 "frame-benchmarking",6019 "frame-benchmarking",
5991[[package]]6029[[package]]
5992name = "pallet-im-online"6030name = "pallet-im-online"
5993version = "4.0.0-dev"6031version = "4.0.0-dev"
5994source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"6032source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
5995dependencies = [6033dependencies = [
5996 "frame-benchmarking",6034 "frame-benchmarking",
5997 "frame-support",6035 "frame-support",
6011[[package]]6049[[package]]
6012name = "pallet-indices"6050name = "pallet-indices"
6013version = "4.0.0-dev"6051version = "4.0.0-dev"
6014source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"6052source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
6015dependencies = [6053dependencies = [
6016 "frame-benchmarking",6054 "frame-benchmarking",
6017 "frame-support",6055 "frame-support",
6047[[package]]6085[[package]]
6048name = "pallet-membership"6086name = "pallet-membership"
6049version = "4.0.0-dev"6087version = "4.0.0-dev"
6050source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"6088source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
6051dependencies = [6089dependencies = [
6052 "frame-benchmarking",6090 "frame-benchmarking",
6053 "frame-support",6091 "frame-support",
6064[[package]]6102[[package]]
6065name = "pallet-mmr"6103name = "pallet-mmr"
6066version = "4.0.0-dev"6104version = "4.0.0-dev"
6067source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"6105source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
6068dependencies = [6106dependencies = [
6069 "ckb-merkle-mountain-range",6107 "ckb-merkle-mountain-range",
6070 "frame-benchmarking",6108 "frame-benchmarking",
6082[[package]]6120[[package]]
6083name = "pallet-mmr-rpc"6121name = "pallet-mmr-rpc"
6084version = "3.0.0"6122version = "3.0.0"
6085source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"6123source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
6086dependencies = [6124dependencies = [
6087 "jsonrpsee",6125 "jsonrpsee",
6088 "parity-scale-codec 3.1.5",6126 "parity-scale-codec 3.1.5",
6097[[package]]6135[[package]]
6098name = "pallet-multisig"6136name = "pallet-multisig"
6099version = "4.0.0-dev"6137version = "4.0.0-dev"
6100source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"6138source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
6101dependencies = [6139dependencies = [
6102 "frame-benchmarking",6140 "frame-benchmarking",
6103 "frame-support",6141 "frame-support",
6112[[package]]6150[[package]]
6113name = "pallet-nicks"6151name = "pallet-nicks"
6114version = "4.0.0-dev"6152version = "4.0.0-dev"
6115source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"6153source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
6116dependencies = [6154dependencies = [
6117 "frame-support",6155 "frame-support",
6118 "frame-system",6156 "frame-system",
6126[[package]]6164[[package]]
6127name = "pallet-nomination-pools"6165name = "pallet-nomination-pools"
6128version = "1.0.0"6166version = "1.0.0"
6129source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"6167source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
6130dependencies = [6168dependencies = [
6131 "frame-support",6169 "frame-support",
6132 "frame-system",6170 "frame-system",
6142[[package]]6180[[package]]
6143name = "pallet-nomination-pools-benchmarking"6181name = "pallet-nomination-pools-benchmarking"
6144version = "1.0.0"6182version = "1.0.0"
6145source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"6183source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
6146dependencies = [6184dependencies = [
6147 "frame-benchmarking",6185 "frame-benchmarking",
6148 "frame-election-provider-support",6186 "frame-election-provider-support",
6183[[package]]6221[[package]]
6184name = "pallet-offences"6222name = "pallet-offences"
6185version = "4.0.0-dev"6223version = "4.0.0-dev"
6186source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"6224source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
6187dependencies = [6225dependencies = [
6188 "frame-support",6226 "frame-support",
6189 "frame-system",6227 "frame-system",
6200[[package]]6238[[package]]
6201name = "pallet-offences-benchmarking"6239name = "pallet-offences-benchmarking"
6202version = "4.0.0-dev"6240version = "4.0.0-dev"
6203source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"6241source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
6204dependencies = [6242dependencies = [
6205 "frame-benchmarking",6243 "frame-benchmarking",
6206 "frame-election-provider-support",6244 "frame-election-provider-support",
6223[[package]]6261[[package]]
6224name = "pallet-preimage"6262name = "pallet-preimage"
6225version = "4.0.0-dev"6263version = "4.0.0-dev"
6226source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"6264source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
6227dependencies = [6265dependencies = [
6228 "frame-benchmarking",6266 "frame-benchmarking",
6229 "frame-support",6267 "frame-support",
6239[[package]]6277[[package]]
6240name = "pallet-proxy"6278name = "pallet-proxy"
6241version = "4.0.0-dev"6279version = "4.0.0-dev"
6242source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"6280source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
6243dependencies = [6281dependencies = [
6244 "frame-benchmarking",6282 "frame-benchmarking",
6245 "frame-support",6283 "frame-support",
6254[[package]]6292[[package]]
6255name = "pallet-randomness-collective-flip"6293name = "pallet-randomness-collective-flip"
6256version = "4.0.0-dev"6294version = "4.0.0-dev"
6257source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"6295source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
6258dependencies = [6296dependencies = [
6259 "frame-support",6297 "frame-support",
6260 "frame-system",6298 "frame-system",
6268[[package]]6306[[package]]
6269name = "pallet-recovery"6307name = "pallet-recovery"
6270version = "4.0.0-dev"6308version = "4.0.0-dev"
6271source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"6309source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
6272dependencies = [6310dependencies = [
6273 "frame-benchmarking",6311 "frame-benchmarking",
6274 "frame-support",6312 "frame-support",
6343[[package]]6381[[package]]
6344name = "pallet-scheduler"6382name = "pallet-scheduler"
6345version = "4.0.0-dev"6383version = "4.0.0-dev"
6346source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"6384source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
6347dependencies = [6385dependencies = [
6348 "frame-benchmarking",6386 "frame-benchmarking",
6349 "frame-support",6387 "frame-support",
6359[[package]]6397[[package]]
6360name = "pallet-session"6398name = "pallet-session"
6361version = "4.0.0-dev"6399version = "4.0.0-dev"
6362source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"6400source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
6363dependencies = [6401dependencies = [
6364 "frame-support",6402 "frame-support",
6365 "frame-system",6403 "frame-system",
6380[[package]]6418[[package]]
6381name = "pallet-session-benchmarking"6419name = "pallet-session-benchmarking"
6382version = "4.0.0-dev"6420version = "4.0.0-dev"
6383source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"6421source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
6384dependencies = [6422dependencies = [
6385 "frame-benchmarking",6423 "frame-benchmarking",
6386 "frame-support",6424 "frame-support",
6396[[package]]6434[[package]]
6397name = "pallet-society"6435name = "pallet-society"
6398version = "4.0.0-dev"6436version = "4.0.0-dev"
6399source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"6437source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
6400dependencies = [6438dependencies = [
6401 "frame-support",6439 "frame-support",
6402 "frame-system",6440 "frame-system",
6410[[package]]6448[[package]]
6411name = "pallet-staking"6449name = "pallet-staking"
6412version = "4.0.0-dev"6450version = "4.0.0-dev"
6413source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"6451source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
6414dependencies = [6452dependencies = [
6415 "frame-benchmarking",6453 "frame-benchmarking",
6416 "frame-election-provider-support",6454 "frame-election-provider-support",
6433[[package]]6471[[package]]
6434name = "pallet-staking-reward-curve"6472name = "pallet-staking-reward-curve"
6435version = "4.0.0-dev"6473version = "4.0.0-dev"
6436source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"6474source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
6437dependencies = [6475dependencies = [
6438 "proc-macro-crate",6476 "proc-macro-crate",
6439 "proc-macro2",6477 "proc-macro2",
6444[[package]]6482[[package]]
6445name = "pallet-staking-reward-fn"6483name = "pallet-staking-reward-fn"
6446version = "4.0.0-dev"6484version = "4.0.0-dev"
6447source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"6485source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
6448dependencies = [6486dependencies = [
6449 "log",6487 "log",
6450 "sp-arithmetic",6488 "sp-arithmetic",
6468[[package]]6506[[package]]
6469name = "pallet-sudo"6507name = "pallet-sudo"
6470version = "4.0.0-dev"6508version = "4.0.0-dev"
6471source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"6509source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
6472dependencies = [6510dependencies = [
6473 "frame-support",6511 "frame-support",
6474 "frame-system",6512 "frame-system",
6482[[package]]6520[[package]]
6483name = "pallet-template-transaction-payment"6521name = "pallet-template-transaction-payment"
6484version = "3.0.0"6522version = "3.0.0"
6485source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.23#5f3b55354830f9707d6632aaa54362deea981116"6523source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.24#05cb0f02abecad915d32455df7a7724b3e2869aa"
6486dependencies = [6524dependencies = [
6487 "frame-benchmarking",6525 "frame-benchmarking",
6488 "frame-support",6526 "frame-support",
6502[[package]]6540[[package]]
6503name = "pallet-timestamp"6541name = "pallet-timestamp"
6504version = "4.0.0-dev"6542version = "4.0.0-dev"
6505source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"6543source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
6506dependencies = [6544dependencies = [
6507 "frame-benchmarking",6545 "frame-benchmarking",
6508 "frame-support",6546 "frame-support",
6520[[package]]6558[[package]]
6521name = "pallet-tips"6559name = "pallet-tips"
6522version = "4.0.0-dev"6560version = "4.0.0-dev"
6523source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"6561source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
6524dependencies = [6562dependencies = [
6525 "frame-benchmarking",6563 "frame-benchmarking",
6526 "frame-support",6564 "frame-support",
6539[[package]]6577[[package]]
6540name = "pallet-transaction-payment"6578name = "pallet-transaction-payment"
6541version = "4.0.0-dev"6579version = "4.0.0-dev"
6542source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"6580source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
6543dependencies = [6581dependencies = [
6544 "frame-support",6582 "frame-support",
6545 "frame-system",6583 "frame-system",
6555[[package]]6593[[package]]
6556name = "pallet-transaction-payment-rpc"6594name = "pallet-transaction-payment-rpc"
6557version = "4.0.0-dev"6595version = "4.0.0-dev"
6558source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"6596source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
6559dependencies = [6597dependencies = [
6560 "jsonrpsee",6598 "jsonrpsee",
6561 "pallet-transaction-payment-rpc-runtime-api",6599 "pallet-transaction-payment-rpc-runtime-api",
6570[[package]]6608[[package]]
6571name = "pallet-transaction-payment-rpc-runtime-api"6609name = "pallet-transaction-payment-rpc-runtime-api"
6572version = "4.0.0-dev"6610version = "4.0.0-dev"
6573source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"6611source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
6574dependencies = [6612dependencies = [
6575 "pallet-transaction-payment",6613 "pallet-transaction-payment",
6576 "parity-scale-codec 3.1.5",6614 "parity-scale-codec 3.1.5",
6581[[package]]6619[[package]]
6582name = "pallet-treasury"6620name = "pallet-treasury"
6583version = "4.0.0-dev"6621version = "4.0.0-dev"
6584source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"6622source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
6585dependencies = [6623dependencies = [
6586 "frame-benchmarking",6624 "frame-benchmarking",
6587 "frame-support",6625 "frame-support",
6640[[package]]6678[[package]]
6641name = "pallet-utility"6679name = "pallet-utility"
6642version = "4.0.0-dev"6680version = "4.0.0-dev"
6643source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"6681source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
6644dependencies = [6682dependencies = [
6645 "frame-benchmarking",6683 "frame-benchmarking",
6646 "frame-support",6684 "frame-support",
6656[[package]]6694[[package]]
6657name = "pallet-vesting"6695name = "pallet-vesting"
6658version = "4.0.0-dev"6696version = "4.0.0-dev"
6659source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"6697source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
6660dependencies = [6698dependencies = [
6661 "frame-benchmarking",6699 "frame-benchmarking",
6662 "frame-support",6700 "frame-support",
66706708
6671[[package]]6709[[package]]
6672name = "pallet-xcm"6710name = "pallet-xcm"
6673version = "0.9.23"6711version = "0.9.24"
6674source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"6712source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
6675dependencies = [6713dependencies = [
6676 "frame-support",6714 "frame-support",
6677 "frame-system",6715 "frame-system",
66886726
6689[[package]]6727[[package]]
6690name = "pallet-xcm-benchmarks"6728name = "pallet-xcm-benchmarks"
6691version = "0.9.23"6729version = "0.9.24"
6692source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"6730source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
6693dependencies = [6731dependencies = [
6694 "frame-benchmarking",6732 "frame-benchmarking",
6695 "frame-support",6733 "frame-support",
6706[[package]]6744[[package]]
6707name = "parachain-info"6745name = "parachain-info"
6708version = "0.1.0"6746version = "0.1.0"
6709source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.23#9c1470893c6bd5f33ad8eb104d159177c6847df5"6747source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"
6710dependencies = [6748dependencies = [
6711 "cumulus-primitives-core",6749 "cumulus-primitives-core",
6712 "frame-support",6750 "frame-support",
67186756
6719[[package]]6757[[package]]
6720name = "parity-db"6758name = "parity-db"
6721version = "0.3.13"6759version = "0.3.14"
6722source = "registry+https://github.com/rust-lang/crates.io-index"6760source = "registry+https://github.com/rust-lang/crates.io-index"
6723checksum = "55a7901b85874402471e131de3332dde0e51f38432c69a3853627c8e25433048"6761checksum = "966eb23bd3a09758b8dac09f82b9d417c00f14e5d46171bf04cffdd9cb2e1eb1"
6724dependencies = [6762dependencies = [
6725 "blake2-rfc",6763 "blake2-rfc",
6726 "crc32fast",6764 "crc32fast",
70527090
7053[[package]]7091[[package]]
7054name = "polkadot-approval-distribution"7092name = "polkadot-approval-distribution"
7055version = "0.9.23"7093version = "0.9.24"
7056source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7094source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
7057dependencies = [7095dependencies = [
7058 "futures 0.3.21",7096 "futures 0.3.21",
7059 "polkadot-node-network-protocol",7097 "polkadot-node-network-protocol",
70677105
7068[[package]]7106[[package]]
7069name = "polkadot-availability-bitfield-distribution"7107name = "polkadot-availability-bitfield-distribution"
7070version = "0.9.23"7108version = "0.9.24"
7071source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7109source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
7072dependencies = [7110dependencies = [
7073 "futures 0.3.21",7111 "futures 0.3.21",
7074 "polkadot-node-network-protocol",7112 "polkadot-node-network-protocol",
70817119
7082[[package]]7120[[package]]
7083name = "polkadot-availability-distribution"7121name = "polkadot-availability-distribution"
7084version = "0.9.23"7122version = "0.9.24"
7085source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7123source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
7086dependencies = [7124dependencies = [
7087 "derive_more",7125 "derive_more",
7088 "fatality",7126 "fatality",
71047142
7105[[package]]7143[[package]]
7106name = "polkadot-availability-recovery"7144name = "polkadot-availability-recovery"
7107version = "0.9.23"7145version = "0.9.24"
7108source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7146source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
7109dependencies = [7147dependencies = [
7110 "fatality",7148 "fatality",
7111 "futures 0.3.21",7149 "futures 0.3.21",
71257163
7126[[package]]7164[[package]]
7127name = "polkadot-cli"7165name = "polkadot-cli"
7128version = "0.9.23"7166version = "0.9.24"
7129source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7167source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
7130dependencies = [7168dependencies = [
7131 "clap",7169 "clap",
7132 "frame-benchmarking-cli",7170 "frame-benchmarking-cli",
71507188
7151[[package]]7189[[package]]
7152name = "polkadot-client"7190name = "polkadot-client"
7153version = "0.9.23"7191version = "0.9.24"
7154source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7192source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
7155dependencies = [7193dependencies = [
7156 "beefy-primitives",7194 "beefy-primitives",
7157 "frame-benchmarking",7195 "frame-benchmarking",
71907228
7191[[package]]7229[[package]]
7192name = "polkadot-collator-protocol"7230name = "polkadot-collator-protocol"
7193version = "0.9.23"7231version = "0.9.24"
7194source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7232source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
7195dependencies = [7233dependencies = [
7196 "always-assert",7234 "always-assert",
7197 "fatality",7235 "fatality",
72117249
7212[[package]]7250[[package]]
7213name = "polkadot-core-primitives"7251name = "polkadot-core-primitives"
7214version = "0.9.23"7252version = "0.9.24"
7215source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7253source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
7216dependencies = [7254dependencies = [
7217 "parity-scale-codec 3.1.5",7255 "parity-scale-codec 3.1.5",
7218 "parity-util-mem",7256 "parity-util-mem",
72247262
7225[[package]]7263[[package]]
7226name = "polkadot-dispute-distribution"7264name = "polkadot-dispute-distribution"
7227version = "0.9.23"7265version = "0.9.24"
7228source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7266source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
7229dependencies = [7267dependencies = [
7230 "derive_more",7268 "derive_more",
7231 "fatality",7269 "fatality",
72477285
7248[[package]]7286[[package]]
7249name = "polkadot-erasure-coding"7287name = "polkadot-erasure-coding"
7250version = "0.9.23"7288version = "0.9.24"
7251source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7289source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
7252dependencies = [7290dependencies = [
7253 "parity-scale-codec 3.1.5",7291 "parity-scale-codec 3.1.5",
7254 "polkadot-node-primitives",7292 "polkadot-node-primitives",
72617299
7262[[package]]7300[[package]]
7263name = "polkadot-gossip-support"7301name = "polkadot-gossip-support"
7264version = "0.9.23"7302version = "0.9.24"
7265source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7303source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
7266dependencies = [7304dependencies = [
7267 "futures 0.3.21",7305 "futures 0.3.21",
7268 "futures-timer",7306 "futures-timer",
72817319
7282[[package]]7320[[package]]
7283name = "polkadot-network-bridge"7321name = "polkadot-network-bridge"
7284version = "0.9.23"7322version = "0.9.24"
7285source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7323source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
7286dependencies = [7324dependencies = [
7287 "always-assert",7325 "always-assert",
7288 "async-trait",7326 "async-trait",
73027340
7303[[package]]7341[[package]]
7304name = "polkadot-node-collation-generation"7342name = "polkadot-node-collation-generation"
7305version = "0.9.23"7343version = "0.9.24"
7306source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7344source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
7307dependencies = [7345dependencies = [
7308 "futures 0.3.21",7346 "futures 0.3.21",
7309 "parity-scale-codec 3.1.5",7347 "parity-scale-codec 3.1.5",
73207358
7321[[package]]7359[[package]]
7322name = "polkadot-node-core-approval-voting"7360name = "polkadot-node-core-approval-voting"
7323version = "0.9.23"7361version = "0.9.24"
7324source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7362source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
7325dependencies = [7363dependencies = [
7326 "bitvec 1.0.0",7364 "bitvec 1.0.0",
7327 "derive_more",7365 "derive_more",
73497387
7350[[package]]7388[[package]]
7351name = "polkadot-node-core-av-store"7389name = "polkadot-node-core-av-store"
7352version = "0.9.23"7390version = "0.9.24"
7353source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7391source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
7354dependencies = [7392dependencies = [
7355 "bitvec 1.0.0",7393 "bitvec 1.0.0",
7356 "futures 0.3.21",7394 "futures 0.3.21",
73697407
7370[[package]]7408[[package]]
7371name = "polkadot-node-core-backing"7409name = "polkadot-node-core-backing"
7372version = "0.9.23"7410version = "0.9.24"
7373source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7411source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
7374dependencies = [7412dependencies = [
7375 "bitvec 1.0.0",7413 "bitvec 1.0.0",
7376 "fatality",7414 "fatality",
73887426
7389[[package]]7427[[package]]
7390name = "polkadot-node-core-bitfield-signing"7428name = "polkadot-node-core-bitfield-signing"
7391version = "0.9.23"7429version = "0.9.24"
7392source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7430source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
7393dependencies = [7431dependencies = [
7394 "futures 0.3.21",7432 "futures 0.3.21",
7395 "polkadot-node-subsystem",7433 "polkadot-node-subsystem",
74037441
7404[[package]]7442[[package]]
7405name = "polkadot-node-core-candidate-validation"7443name = "polkadot-node-core-candidate-validation"
7406version = "0.9.23"7444version = "0.9.24"
7407source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7445source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
7408dependencies = [7446dependencies = [
7409 "async-trait",7447 "async-trait",
7410 "futures 0.3.21",7448 "futures 0.3.21",
74217459
7422[[package]]7460[[package]]
7423name = "polkadot-node-core-chain-api"7461name = "polkadot-node-core-chain-api"
7424version = "0.9.23"7462version = "0.9.24"
7425source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7463source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
7426dependencies = [7464dependencies = [
7427 "futures 0.3.21",7465 "futures 0.3.21",
7428 "polkadot-node-subsystem",7466 "polkadot-node-subsystem",
74367474
7437[[package]]7475[[package]]
7438name = "polkadot-node-core-chain-selection"7476name = "polkadot-node-core-chain-selection"
7439version = "0.9.23"7477version = "0.9.24"
7440source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7478source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
7441dependencies = [7479dependencies = [
7442 "futures 0.3.21",7480 "futures 0.3.21",
7443 "futures-timer",7481 "futures-timer",
74537491
7454[[package]]7492[[package]]
7455name = "polkadot-node-core-dispute-coordinator"7493name = "polkadot-node-core-dispute-coordinator"
7456version = "0.9.23"7494version = "0.9.24"
7457source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7495source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
7458dependencies = [7496dependencies = [
7459 "fatality",7497 "fatality",
7460 "futures 0.3.21",7498 "futures 0.3.21",
74727510
7473[[package]]7511[[package]]
7474name = "polkadot-node-core-parachains-inherent"7512name = "polkadot-node-core-parachains-inherent"
7475version = "0.9.23"7513version = "0.9.24"
7476source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7514source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
7477dependencies = [7515dependencies = [
7478 "async-trait",7516 "async-trait",
7479 "futures 0.3.21",7517 "futures 0.3.21",
74897527
7490[[package]]7528[[package]]
7491name = "polkadot-node-core-provisioner"7529name = "polkadot-node-core-provisioner"
7492version = "0.9.23"7530version = "0.9.24"
7493source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7531source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
7494dependencies = [7532dependencies = [
7495 "bitvec 1.0.0",7533 "bitvec 1.0.0",
7496 "fatality",7534 "fatality",
75077545
7508[[package]]7546[[package]]
7509name = "polkadot-node-core-pvf"7547name = "polkadot-node-core-pvf"
7510version = "0.9.23"7548version = "0.9.24"
7511source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7549source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
7512dependencies = [7550dependencies = [
7513 "always-assert",7551 "always-assert",
7514 "assert_matches",7552 "assert_matches",
75387576
7539[[package]]7577[[package]]
7540name = "polkadot-node-core-pvf-checker"7578name = "polkadot-node-core-pvf-checker"
7541version = "0.9.23"7579version = "0.9.24"
7542source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7580source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
7543dependencies = [7581dependencies = [
7544 "futures 0.3.21",7582 "futures 0.3.21",
7545 "polkadot-node-primitives",7583 "polkadot-node-primitives",
75547592
7555[[package]]7593[[package]]
7556name = "polkadot-node-core-runtime-api"7594name = "polkadot-node-core-runtime-api"
7557version = "0.9.23"7595version = "0.9.24"
7558source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7596source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
7559dependencies = [7597dependencies = [
7560 "futures 0.3.21",7598 "futures 0.3.21",
7561 "memory-lru",7599 "memory-lru",
75717609
7572[[package]]7610[[package]]
7573name = "polkadot-node-jaeger"7611name = "polkadot-node-jaeger"
7574version = "0.9.23"7612version = "0.9.24"
7575source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7613source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
7576dependencies = [7614dependencies = [
7577 "async-std",7615 "async-std",
7578 "lazy_static",7616 "lazy_static",
75897627
7590[[package]]7628[[package]]
7591name = "polkadot-node-metrics"7629name = "polkadot-node-metrics"
7592version = "0.9.23"7630version = "0.9.24"
7593source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7631source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
7594dependencies = [7632dependencies = [
7595 "bs58",7633 "bs58",
7596 "futures 0.3.21",7634 "futures 0.3.21",
76087646
7609[[package]]7647[[package]]
7610name = "polkadot-node-network-protocol"7648name = "polkadot-node-network-protocol"
7611version = "0.9.23"7649version = "0.9.24"
7612source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7650source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
7613dependencies = [7651dependencies = [
7614 "async-trait",7652 "async-trait",
7615 "derive_more",7653 "derive_more",
76297667
7630[[package]]7668[[package]]
7631name = "polkadot-node-primitives"7669name = "polkadot-node-primitives"
7632version = "0.9.23"7670version = "0.9.24"
7633source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7671source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
7634dependencies = [7672dependencies = [
7635 "bounded-vec",7673 "bounded-vec",
7636 "futures 0.3.21",7674 "futures 0.3.21",
76517689
7652[[package]]7690[[package]]
7653name = "polkadot-node-subsystem"7691name = "polkadot-node-subsystem"
7654version = "0.9.23"7692version = "0.9.24"
7655source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7693source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
7656dependencies = [7694dependencies = [
7657 "polkadot-node-jaeger",7695 "polkadot-node-jaeger",
7658 "polkadot-node-subsystem-types",7696 "polkadot-node-subsystem-types",
76617699
7662[[package]]7700[[package]]
7663name = "polkadot-node-subsystem-types"7701name = "polkadot-node-subsystem-types"
7664version = "0.9.23"7702version = "0.9.24"
7665source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7703source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
7666dependencies = [7704dependencies = [
7667 "derive_more",7705 "derive_more",
7668 "futures 0.3.21",7706 "futures 0.3.21",
76807718
7681[[package]]7719[[package]]
7682name = "polkadot-node-subsystem-util"7720name = "polkadot-node-subsystem-util"
7683version = "0.9.23"7721version = "0.9.24"
7684source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7722source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
7685dependencies = [7723dependencies = [
7686 "async-trait",7724 "async-trait",
7687 "derive_more",7725 "derive_more",
77137751
7714[[package]]7752[[package]]
7715name = "polkadot-overseer"7753name = "polkadot-overseer"
7716version = "0.9.23"7754version = "0.9.24"
7717source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7755source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
7718dependencies = [7756dependencies = [
7719 "futures 0.3.21",7757 "futures 0.3.21",
7720 "futures-timer",7758 "futures-timer",
77357773
7736[[package]]7774[[package]]
7737name = "polkadot-parachain"7775name = "polkadot-parachain"
7738version = "0.9.23"7776version = "0.9.24"
7739source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7777source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
7740dependencies = [7778dependencies = [
7741 "derive_more",7779 "derive_more",
7742 "frame-support",7780 "frame-support",
77527790
7753[[package]]7791[[package]]
7754name = "polkadot-performance-test"7792name = "polkadot-performance-test"
7755version = "0.9.23"7793version = "0.9.24"
7756source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7794source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
7757dependencies = [7795dependencies = [
7758 "env_logger",7796 "env_logger",
7759 "kusama-runtime",7797 "kusama-runtime",
77677805
7768[[package]]7806[[package]]
7769name = "polkadot-primitives"7807name = "polkadot-primitives"
7770version = "0.9.23"7808version = "0.9.24"
7771source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7809source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
7772dependencies = [7810dependencies = [
7773 "bitvec 1.0.0",7811 "bitvec 1.0.0",
7774 "frame-system",7812 "frame-system",
77977835
7798[[package]]7836[[package]]
7799name = "polkadot-rpc"7837name = "polkadot-rpc"
7800version = "0.9.23"7838version = "0.9.24"
7801source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7839source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
7802dependencies = [7840dependencies = [
7803 "beefy-gadget",7841 "beefy-gadget",
7804 "beefy-gadget-rpc",7842 "beefy-gadget-rpc",
78297867
7830[[package]]7868[[package]]
7831name = "polkadot-runtime"7869name = "polkadot-runtime"
7832version = "0.9.23"7870version = "0.9.24"
7833source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7871source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
7834dependencies = [7872dependencies = [
7835 "beefy-primitives",7873 "beefy-primitives",
7836 "bitvec 1.0.0",7874 "bitvec 1.0.0",
79157953
7916[[package]]7954[[package]]
7917name = "polkadot-runtime-common"7955name = "polkadot-runtime-common"
7918version = "0.9.23"7956version = "0.9.24"
7919source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7957source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
7920dependencies = [7958dependencies = [
7921 "beefy-primitives",7959 "beefy-primitives",
7922 "bitvec 1.0.0",7960 "bitvec 1.0.0",
79628000
7963[[package]]8001[[package]]
7964name = "polkadot-runtime-constants"8002name = "polkadot-runtime-constants"
7965version = "0.9.23"8003version = "0.9.24"
7966source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"8004source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
7967dependencies = [8005dependencies = [
7968 "frame-support",8006 "frame-support",
7969 "polkadot-primitives",8007 "polkadot-primitives",
79748012
7975[[package]]8013[[package]]
7976name = "polkadot-runtime-metrics"8014name = "polkadot-runtime-metrics"
7977version = "0.9.23"8015version = "0.9.24"
7978source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"8016source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
7979dependencies = [8017dependencies = [
7980 "bs58",8018 "bs58",
7981 "parity-scale-codec 3.1.5",8019 "parity-scale-codec 3.1.5",
79868024
7987[[package]]8025[[package]]
7988name = "polkadot-runtime-parachains"8026name = "polkadot-runtime-parachains"
7989version = "0.9.23"8027version = "0.9.24"
7990source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"8028source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
7991dependencies = [8029dependencies = [
7992 "bitflags",8030 "bitflags",
7993 "bitvec 1.0.0",8031 "bitvec 1.0.0",
80298067
8030[[package]]8068[[package]]
8031name = "polkadot-service"8069name = "polkadot-service"
8032version = "0.9.23"8070version = "0.9.24"
8033source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"8071source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
8034dependencies = [8072dependencies = [
8035 "async-trait",8073 "async-trait",
8036 "beefy-gadget",8074 "beefy-gadget",
81328170
8133[[package]]8171[[package]]
8134name = "polkadot-statement-distribution"8172name = "polkadot-statement-distribution"
8135version = "0.9.23"8173version = "0.9.24"
8136source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"8174source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
8137dependencies = [8175dependencies = [
8138 "arrayvec 0.5.2",8176 "arrayvec 0.5.2",
8139 "fatality",8177 "fatality",
81538191
8154[[package]]8192[[package]]
8155name = "polkadot-statement-table"8193name = "polkadot-statement-table"
8156version = "0.9.23"8194version = "0.9.24"
8157source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"8195source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
8158dependencies = [8196dependencies = [
8159 "parity-scale-codec 3.1.5",8197 "parity-scale-codec 3.1.5",
8160 "polkadot-primitives",8198 "polkadot-primitives",
81638201
8164[[package]]8202[[package]]
8165name = "polkadot-test-runtime"8203name = "polkadot-test-runtime"
8166version = "0.9.23"8204version = "0.9.24"
8167source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"8205source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
8168dependencies = [8206dependencies = [
8169 "beefy-primitives",8207 "beefy-primitives",
8170 "bitvec 1.0.0",8208 "bitvec 1.0.0",
82258263
8226[[package]]8264[[package]]
8227name = "polkadot-test-service"8265name = "polkadot-test-service"
8228version = "0.9.23"8266version = "0.9.24"
8229source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"8267source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
8230dependencies = [8268dependencies = [
8231 "frame-benchmarking",8269 "frame-benchmarking",
8232 "frame-system",8270 "frame-system",
8336[[package]]8374[[package]]
8337name = "prioritized-metered-channel"8375name = "prioritized-metered-channel"
8338version = "0.2.0"8376version = "0.2.0"
8339source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"8377source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
8340dependencies = [8378dependencies = [
8341 "coarsetime",8379 "coarsetime",
8342 "crossbeam-queue",8380 "crossbeam-queue",
83848422
8385[[package]]8423[[package]]
8386name = "proc-macro2"8424name = "proc-macro2"
8387version = "1.0.39"8425version = "1.0.40"
8388source = "registry+https://github.com/rust-lang/crates.io-index"8426source = "registry+https://github.com/rust-lang/crates.io-index"
8389checksum = "c54b25569025b7fc9651de43004ae593a75ad88543b17178aa5e1b9c4f15f56f"8427checksum = "dd96a1e8ed2596c337f8eae5f24924ec83f5ad5ab21ea8e455d3566c69fbcaf7"
8390dependencies = [8428dependencies = [
8391 "unicode-ident",8429 "unicode-ident",
8392]8430]
84078445
8408[[package]]8446[[package]]
8409name = "prometheus-client"8447name = "prometheus-client"
8410version = "0.15.1"8448version = "0.16.0"
8411source = "registry+https://github.com/rust-lang/crates.io-index"8449source = "registry+https://github.com/rust-lang/crates.io-index"
8412checksum = "c9a896938cc6018c64f279888b8c7559d3725210d5db9a3a1ee6bc7188d51d34"8450checksum = "ac1abe0255c04d15f571427a2d1e00099016506cf3297b53853acd2b7eb87825"
8413dependencies = [8451dependencies = [
8414 "dtoa",8452 "dtoa",
8415 "itoa 1.0.2",8453 "itoa 1.0.2",
8462 "multimap",8500 "multimap",
8463 "petgraph",8501 "petgraph",
8464 "prost 0.9.0",8502 "prost 0.9.0",
8465 "prost-types",8503 "prost-types 0.9.0",
8466 "regex",8504 "regex",
8467 "tempfile",8505 "tempfile",
8468 "which",8506 "which",
8469]8507]
8508
8509[[package]]
8510name = "prost-build"
8511version = "0.10.4"
8512source = "registry+https://github.com/rust-lang/crates.io-index"
8513checksum = "8ae5a4388762d5815a9fc0dea33c56b021cdc8dde0c55e0c9ca57197254b0cab"
8514dependencies = [
8515 "bytes 1.1.0",
8516 "cfg-if 1.0.0",
8517 "cmake",
8518 "heck 0.4.0",
8519 "itertools",
8520 "lazy_static",
8521 "log",
8522 "multimap",
8523 "petgraph",
8524 "prost 0.10.4",
8525 "prost-types 0.10.1",
8526 "regex",
8527 "tempfile",
8528 "which",
8529]
8530
8531[[package]]
8532name = "prost-codec"
8533version = "0.1.0"
8534source = "registry+https://github.com/rust-lang/crates.io-index"
8535checksum = "00af1e92c33b4813cc79fda3f2dbf56af5169709be0202df730e9ebc3e4cd007"
8536dependencies = [
8537 "asynchronous-codec",
8538 "bytes 1.1.0",
8539 "prost 0.10.4",
8540 "thiserror",
8541 "unsigned-varint",
8542]
84708543
8471[[package]]8544[[package]]
8472name = "prost-derive"8545name = "prost-derive"
8504 "prost 0.9.0",8577 "prost 0.9.0",
8505]8578]
8579
8580[[package]]
8581name = "prost-types"
8582version = "0.10.1"
8583source = "registry+https://github.com/rust-lang/crates.io-index"
8584checksum = "2d0a014229361011dc8e69c8a1ec6c2e8d0f2af7c91e3ea3f5b2170298461e68"
8585dependencies = [
8586 "bytes 1.1.0",
8587 "prost 0.10.4",
8588]
85068589
8507[[package]]8590[[package]]
8508name = "psm"8591name = "psm"
85158598
8516[[package]]8599[[package]]
8517name = "quartz-runtime"8600name = "quartz-runtime"
8518version = "0.9.23"8601version = "0.9.24"
8519dependencies = [8602dependencies = [
8520 "cumulus-pallet-aura-ext",8603 "cumulus-pallet-aura-ext",
8521 "cumulus-pallet-dmp-queue",8604 "cumulus-pallet-dmp-queue",
86148697
8615[[package]]8698[[package]]
8616name = "quote"8699name = "quote"
8617version = "1.0.18"8700version = "1.0.20"
8618source = "registry+https://github.com/rust-lang/crates.io-index"8701source = "registry+https://github.com/rust-lang/crates.io-index"
8619checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"8702checksum = "3bcdf212e9776fbcb2d23ab029360416bb1706b1aea2d1a5ba002727cbcab804"
8620dependencies = [8703dependencies = [
8621 "proc-macro2",8704 "proc-macro2",
8622]8705]
8868[[package]]8951[[package]]
8869name = "remote-externalities"8952name = "remote-externalities"
8870version = "0.10.0-dev"8953version = "0.10.0-dev"
8871source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"8954source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
8872dependencies = [8955dependencies = [
8873 "env_logger",8956 "env_logger",
8874 "jsonrpsee",8957 "jsonrpsee",
89889071
8989[[package]]9072[[package]]
8990name = "rococo-runtime"9073name = "rococo-runtime"
8991version = "0.9.23"9074version = "0.9.24"
8992source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"9075source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
8993dependencies = [9076dependencies = [
8994 "beefy-merkle-tree",9077 "beefy-merkle-tree",
8995 "beefy-primitives",9078 "beefy-primitives",
90659148
9066[[package]]9149[[package]]
9067name = "rococo-runtime-constants"9150name = "rococo-runtime-constants"
9068version = "0.9.23"9151version = "0.9.24"
9069source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"9152source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
9070dependencies = [9153dependencies = [
9071 "frame-support",9154 "frame-support",
9072 "polkadot-primitives",9155 "polkadot-primitives",
91859268
9186[[package]]9269[[package]]
9187name = "rustversion"9270name = "rustversion"
9188version = "1.0.6"9271version = "1.0.7"
9189source = "registry+https://github.com/rust-lang/crates.io-index"9272source = "registry+https://github.com/rust-lang/crates.io-index"
9190checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f"9273checksum = "a0a5f7c728f5d284929a1cccb5bc19884422bfe6ef4d6c409da2c41838983fcf"
91919274
9192[[package]]9275[[package]]
9193name = "rw-stream-sink"9276name = "rw-stream-sink"
9200 "static_assertions",9283 "static_assertions",
9201]9284]
9285
9286[[package]]
9287name = "rw-stream-sink"
9288version = "0.3.0"
9289source = "registry+https://github.com/rust-lang/crates.io-index"
9290checksum = "26338f5e09bb721b85b135ea05af7767c90b52f6de4f087d4f4a3a9d64e7dc04"
9291dependencies = [
9292 "futures 0.3.21",
9293 "pin-project 1.0.10",
9294 "static_assertions",
9295]
92029296
9203[[package]]9297[[package]]
9204name = "ryu"9298name = "ryu"
9236[[package]]9330[[package]]
9237name = "sc-allocator"9331name = "sc-allocator"
9238version = "4.1.0-dev"9332version = "4.1.0-dev"
9239source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9333source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
9240dependencies = [9334dependencies = [
9241 "log",9335 "log",
9242 "sp-core",9336 "sp-core",
9247[[package]]9341[[package]]
9248name = "sc-authority-discovery"9342name = "sc-authority-discovery"
9249version = "0.10.0-dev"9343version = "0.10.0-dev"
9250source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9344source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
9251dependencies = [9345dependencies = [
9252 "async-trait",9346 "async-trait",
9253 "futures 0.3.21",9347 "futures 0.3.21",
9257 "log",9351 "log",
9258 "parity-scale-codec 3.1.5",9352 "parity-scale-codec 3.1.5",
9259 "prost 0.10.4",9353 "prost 0.10.4",
9260 "prost-build",9354 "prost-build 0.9.0",
9261 "rand 0.7.3",9355 "rand 0.7.3",
9262 "sc-client-api",9356 "sc-client-api",
9263 "sc-network",9357 "sc-network",
9274[[package]]9368[[package]]
9275name = "sc-basic-authorship"9369name = "sc-basic-authorship"
9276version = "0.10.0-dev"9370version = "0.10.0-dev"
9277source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9371source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
9278dependencies = [9372dependencies = [
9279 "futures 0.3.21",9373 "futures 0.3.21",
9280 "futures-timer",9374 "futures-timer",
9297[[package]]9391[[package]]
9298name = "sc-block-builder"9392name = "sc-block-builder"
9299version = "0.10.0-dev"9393version = "0.10.0-dev"
9300source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9394source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
9301dependencies = [9395dependencies = [
9302 "parity-scale-codec 3.1.5",9396 "parity-scale-codec 3.1.5",
9303 "sc-client-api",9397 "sc-client-api",
9313[[package]]9407[[package]]
9314name = "sc-chain-spec"9408name = "sc-chain-spec"
9315version = "4.0.0-dev"9409version = "4.0.0-dev"
9316source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9410source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
9317dependencies = [9411dependencies = [
9318 "impl-trait-for-tuples",9412 "impl-trait-for-tuples",
9319 "memmap2 0.5.4",9413 "memmap2 0.5.4",
9330[[package]]9424[[package]]
9331name = "sc-chain-spec-derive"9425name = "sc-chain-spec-derive"
9332version = "4.0.0-dev"9426version = "4.0.0-dev"
9333source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9427source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
9334dependencies = [9428dependencies = [
9335 "proc-macro-crate",9429 "proc-macro-crate",
9336 "proc-macro2",9430 "proc-macro2",
9341[[package]]9435[[package]]
9342name = "sc-cli"9436name = "sc-cli"
9343version = "0.10.0-dev"9437version = "0.10.0-dev"
9344source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9438source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
9345dependencies = [9439dependencies = [
9346 "chrono",9440 "chrono",
9347 "clap",9441 "clap",
9380[[package]]9474[[package]]
9381name = "sc-client-api"9475name = "sc-client-api"
9382version = "4.0.0-dev"9476version = "4.0.0-dev"
9383source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9477source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
9384dependencies = [9478dependencies = [
9385 "fnv",9479 "fnv",
9386 "futures 0.3.21",9480 "futures 0.3.21",
9408[[package]]9502[[package]]
9409name = "sc-client-db"9503name = "sc-client-db"
9410version = "0.10.0-dev"9504version = "0.10.0-dev"
9411source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9505source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
9412dependencies = [9506dependencies = [
9413 "hash-db",9507 "hash-db",
9414 "kvdb",9508 "kvdb",
9433[[package]]9527[[package]]
9434name = "sc-consensus"9528name = "sc-consensus"
9435version = "0.10.0-dev"9529version = "0.10.0-dev"
9436source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9530source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
9437dependencies = [9531dependencies = [
9438 "async-trait",9532 "async-trait",
9439 "futures 0.3.21",9533 "futures 0.3.21",
9457[[package]]9551[[package]]
9458name = "sc-consensus-aura"9552name = "sc-consensus-aura"
9459version = "0.10.0-dev"9553version = "0.10.0-dev"
9460source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9554source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
9461dependencies = [9555dependencies = [
9462 "async-trait",9556 "async-trait",
9463 "futures 0.3.21",9557 "futures 0.3.21",
9486[[package]]9580[[package]]
9487name = "sc-consensus-babe"9581name = "sc-consensus-babe"
9488version = "0.10.0-dev"9582version = "0.10.0-dev"
9489source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9583source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
9490dependencies = [9584dependencies = [
9491 "async-trait",9585 "async-trait",
9492 "fork-tree",9586 "fork-tree",
9529[[package]]9623[[package]]
9530name = "sc-consensus-babe-rpc"9624name = "sc-consensus-babe-rpc"
9531version = "0.10.0-dev"9625version = "0.10.0-dev"
9532source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9626source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
9533dependencies = [9627dependencies = [
9534 "futures 0.3.21",9628 "futures 0.3.21",
9535 "jsonrpsee",9629 "jsonrpsee",
9551[[package]]9645[[package]]
9552name = "sc-consensus-epochs"9646name = "sc-consensus-epochs"
9553version = "0.10.0-dev"9647version = "0.10.0-dev"
9554source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9648source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
9555dependencies = [9649dependencies = [
9556 "fork-tree",9650 "fork-tree",
9557 "parity-scale-codec 3.1.5",9651 "parity-scale-codec 3.1.5",
9564[[package]]9658[[package]]
9565name = "sc-consensus-manual-seal"9659name = "sc-consensus-manual-seal"
9566version = "0.10.0-dev"9660version = "0.10.0-dev"
9567source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9661source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
9568dependencies = [9662dependencies = [
9569 "assert_matches",9663 "assert_matches",
9570 "async-trait",9664 "async-trait",
9598[[package]]9692[[package]]
9599name = "sc-consensus-slots"9693name = "sc-consensus-slots"
9600version = "0.10.0-dev"9694version = "0.10.0-dev"
9601source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9695source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
9602dependencies = [9696dependencies = [
9603 "async-trait",9697 "async-trait",
9604 "futures 0.3.21",9698 "futures 0.3.21",
9623[[package]]9717[[package]]
9624name = "sc-consensus-uncles"9718name = "sc-consensus-uncles"
9625version = "0.10.0-dev"9719version = "0.10.0-dev"
9626source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9720source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
9627dependencies = [9721dependencies = [
9628 "sc-client-api",9722 "sc-client-api",
9629 "sp-authorship",9723 "sp-authorship",
9634[[package]]9728[[package]]
9635name = "sc-executor"9729name = "sc-executor"
9636version = "0.10.0-dev"9730version = "0.10.0-dev"
9637source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9731source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
9638dependencies = [9732dependencies = [
9639 "lazy_static",9733 "lazy_static",
9640 "lru 0.7.7",9734 "lru 0.7.7",
9661[[package]]9755[[package]]
9662name = "sc-executor-common"9756name = "sc-executor-common"
9663version = "0.10.0-dev"9757version = "0.10.0-dev"
9664source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9758source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
9665dependencies = [9759dependencies = [
9666 "environmental",9760 "environmental",
9667 "parity-scale-codec 3.1.5",9761 "parity-scale-codec 3.1.5",
9678[[package]]9772[[package]]
9679name = "sc-executor-wasmi"9773name = "sc-executor-wasmi"
9680version = "0.10.0-dev"9774version = "0.10.0-dev"
9681source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9775source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
9682dependencies = [9776dependencies = [
9683 "log",9777 "log",
9684 "parity-scale-codec 3.1.5",9778 "parity-scale-codec 3.1.5",
9693[[package]]9787[[package]]
9694name = "sc-executor-wasmtime"9788name = "sc-executor-wasmtime"
9695version = "0.10.0-dev"9789version = "0.10.0-dev"
9696source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9790source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
9697dependencies = [9791dependencies = [
9698 "cfg-if 1.0.0",9792 "cfg-if 1.0.0",
9699 "libc",9793 "libc",
9711[[package]]9805[[package]]
9712name = "sc-finality-grandpa"9806name = "sc-finality-grandpa"
9713version = "0.10.0-dev"9807version = "0.10.0-dev"
9714source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9808source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
9715dependencies = [9809dependencies = [
9716 "ahash",9810 "ahash",
9717 "async-trait",9811 "async-trait",
9751[[package]]9845[[package]]
9752name = "sc-finality-grandpa-rpc"9846name = "sc-finality-grandpa-rpc"
9753version = "0.10.0-dev"9847version = "0.10.0-dev"
9754source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9848source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
9755dependencies = [9849dependencies = [
9756 "finality-grandpa",9850 "finality-grandpa",
9757 "futures 0.3.21",9851 "futures 0.3.21",
9772[[package]]9866[[package]]
9773name = "sc-informant"9867name = "sc-informant"
9774version = "0.10.0-dev"9868version = "0.10.0-dev"
9775source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9869source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
9776dependencies = [9870dependencies = [
9777 "ansi_term",9871 "ansi_term",
9778 "futures 0.3.21",9872 "futures 0.3.21",
9789[[package]]9883[[package]]
9790name = "sc-keystore"9884name = "sc-keystore"
9791version = "4.0.0-dev"9885version = "4.0.0-dev"
9792source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9886source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
9793dependencies = [9887dependencies = [
9794 "async-trait",9888 "async-trait",
9795 "hex",9889 "hex",
9804[[package]]9898[[package]]
9805name = "sc-network"9899name = "sc-network"
9806version = "0.10.0-dev"9900version = "0.10.0-dev"
9807source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9901source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
9808dependencies = [9902dependencies = [
9809 "async-trait",9903 "async-trait",
9810 "asynchronous-codec",9904 "asynchronous-codec",
9827 "parking_lot 0.12.1",9921 "parking_lot 0.12.1",
9828 "pin-project 1.0.10",9922 "pin-project 1.0.10",
9829 "prost 0.10.4",9923 "prost 0.10.4",
9830 "prost-build",9924 "prost-build 0.9.0",
9831 "rand 0.7.3",9925 "rand 0.7.3",
9832 "sc-block-builder",9926 "sc-block-builder",
9833 "sc-client-api",9927 "sc-client-api",
9856[[package]]9950[[package]]
9857name = "sc-network-common"9951name = "sc-network-common"
9858version = "0.10.0-dev"9952version = "0.10.0-dev"
9859source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9953source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
9860dependencies = [9954dependencies = [
9861 "futures 0.3.21",9955 "futures 0.3.21",
9862 "libp2p",9956 "libp2p",
9863 "parity-scale-codec 3.1.5",9957 "parity-scale-codec 3.1.5",
9864 "prost-build",9958 "prost-build 0.9.0",
9865 "sc-peerset",9959 "sc-peerset",
9866 "smallvec",9960 "smallvec",
9867]9961]
98689962
9869[[package]]9963[[package]]
9870name = "sc-network-gossip"9964name = "sc-network-gossip"
9871version = "0.10.0-dev"9965version = "0.10.0-dev"
9872source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9966source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
9873dependencies = [9967dependencies = [
9874 "ahash",9968 "ahash",
9875 "futures 0.3.21",9969 "futures 0.3.21",
9886[[package]]9980[[package]]
9887name = "sc-network-light"9981name = "sc-network-light"
9888version = "0.10.0-dev"9982version = "0.10.0-dev"
9889source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9983source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
9890dependencies = [9984dependencies = [
9891 "futures 0.3.21",9985 "futures 0.3.21",
9892 "libp2p",9986 "libp2p",
9893 "log",9987 "log",
9894 "parity-scale-codec 3.1.5",9988 "parity-scale-codec 3.1.5",
9895 "prost 0.10.4",9989 "prost 0.10.4",
9896 "prost-build",9990 "prost-build 0.9.0",
9897 "sc-client-api",9991 "sc-client-api",
9898 "sc-network-common",9992 "sc-network-common",
9899 "sc-peerset",9993 "sc-peerset",
9906[[package]]10000[[package]]
9907name = "sc-network-sync"10001name = "sc-network-sync"
9908version = "0.10.0-dev"10002version = "0.10.0-dev"
9909source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10003source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
9910dependencies = [10004dependencies = [
9911 "bitflags",10005 "bitflags",
9912 "either",10006 "either",
9917 "lru 0.7.7",10011 "lru 0.7.7",
9918 "parity-scale-codec 3.1.5",10012 "parity-scale-codec 3.1.5",
9919 "prost 0.10.4",10013 "prost 0.10.4",
9920 "prost-build",10014 "prost-build 0.9.0",
9921 "sc-client-api",10015 "sc-client-api",
9922 "sc-consensus",10016 "sc-consensus",
9923 "sc-network-common",10017 "sc-network-common",
9935[[package]]10029[[package]]
9936name = "sc-offchain"10030name = "sc-offchain"
9937version = "4.0.0-dev"10031version = "4.0.0-dev"
9938source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10032source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
9939dependencies = [10033dependencies = [
9940 "bytes 1.1.0",10034 "bytes 1.1.0",
9941 "fnv",10035 "fnv",
9963[[package]]10057[[package]]
9964name = "sc-peerset"10058name = "sc-peerset"
9965version = "4.0.0-dev"10059version = "4.0.0-dev"
9966source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10060source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
9967dependencies = [10061dependencies = [
9968 "futures 0.3.21",10062 "futures 0.3.21",
9969 "libp2p",10063 "libp2p",
9976[[package]]10070[[package]]
9977name = "sc-proposer-metrics"10071name = "sc-proposer-metrics"
9978version = "0.10.0-dev"10072version = "0.10.0-dev"
9979source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10073source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
9980dependencies = [10074dependencies = [
9981 "log",10075 "log",
9982 "substrate-prometheus-endpoint",10076 "substrate-prometheus-endpoint",
9985[[package]]10079[[package]]
9986name = "sc-rpc"10080name = "sc-rpc"
9987version = "4.0.0-dev"10081version = "4.0.0-dev"
9988source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10082source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
9989dependencies = [10083dependencies = [
9990 "futures 0.3.21",10084 "futures 0.3.21",
9991 "hash-db",10085 "hash-db",
10015[[package]]10109[[package]]
10016name = "sc-rpc-api"10110name = "sc-rpc-api"
10017version = "0.10.0-dev"10111version = "0.10.0-dev"
10018source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10112source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
10019dependencies = [10113dependencies = [
10020 "futures 0.3.21",10114 "futures 0.3.21",
10021 "jsonrpsee",10115 "jsonrpsee",
10038[[package]]10132[[package]]
10039name = "sc-rpc-server"10133name = "sc-rpc-server"
10040version = "4.0.0-dev"10134version = "4.0.0-dev"
10041source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10135source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
10042dependencies = [10136dependencies = [
10043 "futures 0.3.21",10137 "futures 0.3.21",
10044 "jsonrpsee",10138 "jsonrpsee",
10051[[package]]10145[[package]]
10052name = "sc-service"10146name = "sc-service"
10053version = "0.10.0-dev"10147version = "0.10.0-dev"
10054source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10148source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
10055dependencies = [10149dependencies = [
10056 "async-trait",10150 "async-trait",
10057 "directories",10151 "directories",
10116[[package]]10210[[package]]
10117name = "sc-state-db"10211name = "sc-state-db"
10118version = "0.10.0-dev"10212version = "0.10.0-dev"
10119source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10213source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
10120dependencies = [10214dependencies = [
10121 "log",10215 "log",
10122 "parity-scale-codec 3.1.5",10216 "parity-scale-codec 3.1.5",
10130[[package]]10224[[package]]
10131name = "sc-sync-state-rpc"10225name = "sc-sync-state-rpc"
10132version = "0.10.0-dev"10226version = "0.10.0-dev"
10133source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10227source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
10134dependencies = [10228dependencies = [
10135 "jsonrpsee",10229 "jsonrpsee",
10136 "parity-scale-codec 3.1.5",10230 "parity-scale-codec 3.1.5",
10149[[package]]10243[[package]]
10150name = "sc-sysinfo"10244name = "sc-sysinfo"
10151version = "6.0.0-dev"10245version = "6.0.0-dev"
10152source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10246source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
10153dependencies = [10247dependencies = [
10154 "futures 0.3.21",10248 "futures 0.3.21",
10155 "libc",10249 "libc",
10168[[package]]10262[[package]]
10169name = "sc-telemetry"10263name = "sc-telemetry"
10170version = "4.0.0-dev"10264version = "4.0.0-dev"
10171source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10265source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
10172dependencies = [10266dependencies = [
10173 "chrono",10267 "chrono",
10174 "futures 0.3.21",10268 "futures 0.3.21",
10186[[package]]10280[[package]]
10187name = "sc-tracing"10281name = "sc-tracing"
10188version = "4.0.0-dev"10282version = "4.0.0-dev"
10189source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10283source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
10190dependencies = [10284dependencies = [
10191 "ansi_term",10285 "ansi_term",
10192 "atty",10286 "atty",
10217[[package]]10311[[package]]
10218name = "sc-tracing-proc-macro"10312name = "sc-tracing-proc-macro"
10219version = "4.0.0-dev"10313version = "4.0.0-dev"
10220source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10314source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
10221dependencies = [10315dependencies = [
10222 "proc-macro-crate",10316 "proc-macro-crate",
10223 "proc-macro2",10317 "proc-macro2",
10228[[package]]10322[[package]]
10229name = "sc-transaction-pool"10323name = "sc-transaction-pool"
10230version = "4.0.0-dev"10324version = "4.0.0-dev"
10231source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10325source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
10232dependencies = [10326dependencies = [
10233 "futures 0.3.21",10327 "futures 0.3.21",
10234 "futures-timer",10328 "futures-timer",
10255[[package]]10349[[package]]
10256name = "sc-transaction-pool-api"10350name = "sc-transaction-pool-api"
10257version = "4.0.0-dev"10351version = "4.0.0-dev"
10258source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10352source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
10259dependencies = [10353dependencies = [
10260 "futures 0.3.21",10354 "futures 0.3.21",
10261 "log",10355 "log",
10268[[package]]10362[[package]]
10269name = "sc-utils"10363name = "sc-utils"
10270version = "4.0.0-dev"10364version = "4.0.0-dev"
10271source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10365source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
10272dependencies = [10366dependencies = [
10273 "futures 0.3.21",10367 "futures 0.3.21",
10274 "futures-timer",10368 "futures-timer",
1063010724
10631[[package]]10725[[package]]
10632name = "slot-range-helper"10726name = "slot-range-helper"
10633version = "0.9.23"10727version = "0.9.24"
10634source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"10728source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
10635dependencies = [10729dependencies = [
10636 "enumn",10730 "enumn",
10637 "parity-scale-codec 3.1.5",10731 "parity-scale-codec 3.1.5",
10707[[package]]10801[[package]]
10708name = "sp-api"10802name = "sp-api"
10709version = "4.0.0-dev"10803version = "4.0.0-dev"
10710source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10804source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
10711dependencies = [10805dependencies = [
10712 "hash-db",10806 "hash-db",
10713 "log",10807 "log",
10724[[package]]10818[[package]]
10725name = "sp-api-proc-macro"10819name = "sp-api-proc-macro"
10726version = "4.0.0-dev"10820version = "4.0.0-dev"
10727source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10821source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
10728dependencies = [10822dependencies = [
10729 "blake2",10823 "blake2",
10730 "proc-macro-crate",10824 "proc-macro-crate",
10736[[package]]10830[[package]]
10737name = "sp-application-crypto"10831name = "sp-application-crypto"
10738version = "6.0.0"10832version = "6.0.0"
10739source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10833source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
10740dependencies = [10834dependencies = [
10741 "parity-scale-codec 3.1.5",10835 "parity-scale-codec 3.1.5",
10742 "scale-info",10836 "scale-info",
10749[[package]]10843[[package]]
10750name = "sp-arithmetic"10844name = "sp-arithmetic"
10751version = "5.0.0"10845version = "5.0.0"
10752source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10846source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
10753dependencies = [10847dependencies = [
10754 "integer-sqrt",10848 "integer-sqrt",
10755 "num-traits",10849 "num-traits",
10764[[package]]10858[[package]]
10765name = "sp-authority-discovery"10859name = "sp-authority-discovery"
10766version = "4.0.0-dev"10860version = "4.0.0-dev"
10767source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10861source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
10768dependencies = [10862dependencies = [
10769 "parity-scale-codec 3.1.5",10863 "parity-scale-codec 3.1.5",
10770 "scale-info",10864 "scale-info",
10777[[package]]10871[[package]]
10778name = "sp-authorship"10872name = "sp-authorship"
10779version = "4.0.0-dev"10873version = "4.0.0-dev"
10780source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10874source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
10781dependencies = [10875dependencies = [
10782 "async-trait",10876 "async-trait",
10783 "parity-scale-codec 3.1.5",10877 "parity-scale-codec 3.1.5",
10789[[package]]10883[[package]]
10790name = "sp-block-builder"10884name = "sp-block-builder"
10791version = "4.0.0-dev"10885version = "4.0.0-dev"
10792source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10886source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
10793dependencies = [10887dependencies = [
10794 "parity-scale-codec 3.1.5",10888 "parity-scale-codec 3.1.5",
10795 "sp-api",10889 "sp-api",
10801[[package]]10895[[package]]
10802name = "sp-blockchain"10896name = "sp-blockchain"
10803version = "4.0.0-dev"10897version = "4.0.0-dev"
10804source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10898source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
10805dependencies = [10899dependencies = [
10806 "futures 0.3.21",10900 "futures 0.3.21",
10807 "log",10901 "log",
10819[[package]]10913[[package]]
10820name = "sp-consensus"10914name = "sp-consensus"
10821version = "0.10.0-dev"10915version = "0.10.0-dev"
10822source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10916source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
10823dependencies = [10917dependencies = [
10824 "async-trait",10918 "async-trait",
10825 "futures 0.3.21",10919 "futures 0.3.21",
10838[[package]]10932[[package]]
10839name = "sp-consensus-aura"10933name = "sp-consensus-aura"
10840version = "0.10.0-dev"10934version = "0.10.0-dev"
10841source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10935source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
10842dependencies = [10936dependencies = [
10843 "async-trait",10937 "async-trait",
10844 "parity-scale-codec 3.1.5",10938 "parity-scale-codec 3.1.5",
10856[[package]]10950[[package]]
10857name = "sp-consensus-babe"10951name = "sp-consensus-babe"
10858version = "0.10.0-dev"10952version = "0.10.0-dev"
10859source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10953source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
10860dependencies = [10954dependencies = [
10861 "async-trait",10955 "async-trait",
10862 "merlin",10956 "merlin",
10879[[package]]10973[[package]]
10880name = "sp-consensus-slots"10974name = "sp-consensus-slots"
10881version = "0.10.0-dev"10975version = "0.10.0-dev"
10882source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10976source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
10883dependencies = [10977dependencies = [
10884 "parity-scale-codec 3.1.5",10978 "parity-scale-codec 3.1.5",
10885 "scale-info",10979 "scale-info",
10893[[package]]10987[[package]]
10894name = "sp-consensus-vrf"10988name = "sp-consensus-vrf"
10895version = "0.10.0-dev"10989version = "0.10.0-dev"
10896source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10990source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
10897dependencies = [10991dependencies = [
10898 "parity-scale-codec 3.1.5",10992 "parity-scale-codec 3.1.5",
10899 "scale-info",10993 "scale-info",
10906[[package]]11000[[package]]
10907name = "sp-core"11001name = "sp-core"
10908version = "6.0.0"11002version = "6.0.0"
10909source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11003source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
10910dependencies = [11004dependencies = [
10911 "base58",11005 "base58",
10912 "bitflags",11006 "bitflags",
10952[[package]]11046[[package]]
10953name = "sp-core-hashing"11047name = "sp-core-hashing"
10954version = "4.0.0"11048version = "4.0.0"
10955source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11049source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
10956dependencies = [11050dependencies = [
10957 "blake2",11051 "blake2",
10958 "byteorder",11052 "byteorder",
10966[[package]]11060[[package]]
10967name = "sp-core-hashing-proc-macro"11061name = "sp-core-hashing-proc-macro"
10968version = "5.0.0"11062version = "5.0.0"
10969source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11063source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
10970dependencies = [11064dependencies = [
10971 "proc-macro2",11065 "proc-macro2",
10972 "quote",11066 "quote",
10977[[package]]11071[[package]]
10978name = "sp-database"11072name = "sp-database"
10979version = "4.0.0-dev"11073version = "4.0.0-dev"
10980source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11074source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
10981dependencies = [11075dependencies = [
10982 "kvdb",11076 "kvdb",
10983 "parking_lot 0.12.1",11077 "parking_lot 0.12.1",
10986[[package]]11080[[package]]
10987name = "sp-debug-derive"11081name = "sp-debug-derive"
10988version = "4.0.0"11082version = "4.0.0"
10989source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11083source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
10990dependencies = [11084dependencies = [
10991 "proc-macro2",11085 "proc-macro2",
10992 "quote",11086 "quote",
10996[[package]]11090[[package]]
10997name = "sp-externalities"11091name = "sp-externalities"
10998version = "0.12.0"11092version = "0.12.0"
10999source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11093source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
11000dependencies = [11094dependencies = [
11001 "environmental",11095 "environmental",
11002 "parity-scale-codec 3.1.5",11096 "parity-scale-codec 3.1.5",
11007[[package]]11101[[package]]
11008name = "sp-finality-grandpa"11102name = "sp-finality-grandpa"
11009version = "4.0.0-dev"11103version = "4.0.0-dev"
11010source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11104source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
11011dependencies = [11105dependencies = [
11012 "finality-grandpa",11106 "finality-grandpa",
11013 "log",11107 "log",
11025[[package]]11119[[package]]
11026name = "sp-inherents"11120name = "sp-inherents"
11027version = "4.0.0-dev"11121version = "4.0.0-dev"
11028source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11122source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
11029dependencies = [11123dependencies = [
11030 "async-trait",11124 "async-trait",
11031 "impl-trait-for-tuples",11125 "impl-trait-for-tuples",
11039[[package]]11133[[package]]
11040name = "sp-io"11134name = "sp-io"
11041version = "6.0.0"11135version = "6.0.0"
11042source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11136source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
11043dependencies = [11137dependencies = [
11044 "futures 0.3.21",11138 "futures 0.3.21",
11045 "hash-db",11139 "hash-db",
11064[[package]]11158[[package]]
11065name = "sp-keyring"11159name = "sp-keyring"
11066version = "6.0.0"11160version = "6.0.0"
11067source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11161source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
11068dependencies = [11162dependencies = [
11069 "lazy_static",11163 "lazy_static",
11070 "sp-core",11164 "sp-core",
11075[[package]]11169[[package]]
11076name = "sp-keystore"11170name = "sp-keystore"
11077version = "0.12.0"11171version = "0.12.0"
11078source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11172source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
11079dependencies = [11173dependencies = [
11080 "async-trait",11174 "async-trait",
11081 "futures 0.3.21",11175 "futures 0.3.21",
11092[[package]]11186[[package]]
11093name = "sp-maybe-compressed-blob"11187name = "sp-maybe-compressed-blob"
11094version = "4.1.0-dev"11188version = "4.1.0-dev"
11095source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11189source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
11096dependencies = [11190dependencies = [
11097 "thiserror",11191 "thiserror",
11098 "zstd",11192 "zstd",
11101[[package]]11195[[package]]
11102name = "sp-mmr-primitives"11196name = "sp-mmr-primitives"
11103version = "4.0.0-dev"11197version = "4.0.0-dev"
11104source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11198source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
11105dependencies = [11199dependencies = [
11106 "log",11200 "log",
11107 "parity-scale-codec 3.1.5",11201 "parity-scale-codec 3.1.5",
11116[[package]]11210[[package]]
11117name = "sp-npos-elections"11211name = "sp-npos-elections"
11118version = "4.0.0-dev"11212version = "4.0.0-dev"
11119source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11213source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
11120dependencies = [11214dependencies = [
11121 "parity-scale-codec 3.1.5",11215 "parity-scale-codec 3.1.5",
11122 "scale-info",11216 "scale-info",
11130[[package]]11224[[package]]
11131name = "sp-offchain"11225name = "sp-offchain"
11132version = "4.0.0-dev"11226version = "4.0.0-dev"
11133source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11227source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
11134dependencies = [11228dependencies = [
11135 "sp-api",11229 "sp-api",
11136 "sp-core",11230 "sp-core",
11140[[package]]11234[[package]]
11141name = "sp-panic-handler"11235name = "sp-panic-handler"
11142version = "4.0.0"11236version = "4.0.0"
11143source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11237source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
11144dependencies = [11238dependencies = [
11145 "backtrace",11239 "backtrace",
11146 "lazy_static",11240 "lazy_static",
11150[[package]]11244[[package]]
11151name = "sp-rpc"11245name = "sp-rpc"
11152version = "6.0.0"11246version = "6.0.0"
11153source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11247source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
11154dependencies = [11248dependencies = [
11155 "rustc-hash",11249 "rustc-hash",
11156 "serde",11250 "serde",
11160[[package]]11254[[package]]
11161name = "sp-runtime"11255name = "sp-runtime"
11162version = "6.0.0"11256version = "6.0.0"
11163source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11257source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
11164dependencies = [11258dependencies = [
11165 "either",11259 "either",
11166 "hash256-std-hasher",11260 "hash256-std-hasher",
11182[[package]]11276[[package]]
11183name = "sp-runtime-interface"11277name = "sp-runtime-interface"
11184version = "6.0.0"11278version = "6.0.0"
11185source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11279source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
11186dependencies = [11280dependencies = [
11187 "impl-trait-for-tuples",11281 "impl-trait-for-tuples",
11188 "parity-scale-codec 3.1.5",11282 "parity-scale-codec 3.1.5",
11199[[package]]11293[[package]]
11200name = "sp-runtime-interface-proc-macro"11294name = "sp-runtime-interface-proc-macro"
11201version = "5.0.0"11295version = "5.0.0"
11202source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11296source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
11203dependencies = [11297dependencies = [
11204 "Inflector",11298 "Inflector",
11205 "proc-macro-crate",11299 "proc-macro-crate",
11211[[package]]11305[[package]]
11212name = "sp-sandbox"11306name = "sp-sandbox"
11213version = "0.10.0-dev"11307version = "0.10.0-dev"
11214source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11308source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
11215dependencies = [11309dependencies = [
11216 "log",11310 "log",
11217 "parity-scale-codec 3.1.5",11311 "parity-scale-codec 3.1.5",
11225[[package]]11319[[package]]
11226name = "sp-serializer"11320name = "sp-serializer"
11227version = "4.0.0-dev"11321version = "4.0.0-dev"
11228source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11322source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
11229dependencies = [11323dependencies = [
11230 "serde",11324 "serde",
11231 "serde_json",11325 "serde_json",
11234[[package]]11328[[package]]
11235name = "sp-session"11329name = "sp-session"
11236version = "4.0.0-dev"11330version = "4.0.0-dev"
11237source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11331source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
11238dependencies = [11332dependencies = [
11239 "parity-scale-codec 3.1.5",11333 "parity-scale-codec 3.1.5",
11240 "scale-info",11334 "scale-info",
11248[[package]]11342[[package]]
11249name = "sp-staking"11343name = "sp-staking"
11250version = "4.0.0-dev"11344version = "4.0.0-dev"
11251source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11345source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
11252dependencies = [11346dependencies = [
11253 "parity-scale-codec 3.1.5",11347 "parity-scale-codec 3.1.5",
11254 "scale-info",11348 "scale-info",
11259[[package]]11353[[package]]
11260name = "sp-state-machine"11354name = "sp-state-machine"
11261version = "0.12.0"11355version = "0.12.0"
11262source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11356source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
11263dependencies = [11357dependencies = [
11264 "hash-db",11358 "hash-db",
11265 "log",11359 "log",
11281[[package]]11375[[package]]
11282name = "sp-std"11376name = "sp-std"
11283version = "4.0.0"11377version = "4.0.0"
11284source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11378source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
1128511379
11286[[package]]11380[[package]]
11287name = "sp-storage"11381name = "sp-storage"
11288version = "6.0.0"11382version = "6.0.0"
11289source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11383source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
11290dependencies = [11384dependencies = [
11291 "impl-serde",11385 "impl-serde",
11292 "parity-scale-codec 3.1.5",11386 "parity-scale-codec 3.1.5",
11299[[package]]11393[[package]]
11300name = "sp-tasks"11394name = "sp-tasks"
11301version = "4.0.0-dev"11395version = "4.0.0-dev"
11302source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11396source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
11303dependencies = [11397dependencies = [
11304 "log",11398 "log",
11305 "sp-core",11399 "sp-core",
11312[[package]]11406[[package]]
11313name = "sp-timestamp"11407name = "sp-timestamp"
11314version = "4.0.0-dev"11408version = "4.0.0-dev"
11315source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11409source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
11316dependencies = [11410dependencies = [
11317 "async-trait",11411 "async-trait",
11318 "futures-timer",11412 "futures-timer",
11328[[package]]11422[[package]]
11329name = "sp-tracing"11423name = "sp-tracing"
11330version = "5.0.0"11424version = "5.0.0"
11331source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11425source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
11332dependencies = [11426dependencies = [
11333 "parity-scale-codec 3.1.5",11427 "parity-scale-codec 3.1.5",
11334 "sp-std",11428 "sp-std",
11340[[package]]11434[[package]]
11341name = "sp-transaction-pool"11435name = "sp-transaction-pool"
11342version = "4.0.0-dev"11436version = "4.0.0-dev"
11343source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11437source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
11344dependencies = [11438dependencies = [
11345 "sp-api",11439 "sp-api",
11346 "sp-runtime",11440 "sp-runtime",
11349[[package]]11443[[package]]
11350name = "sp-transaction-storage-proof"11444name = "sp-transaction-storage-proof"
11351version = "4.0.0-dev"11445version = "4.0.0-dev"
11352source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11446source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
11353dependencies = [11447dependencies = [
11354 "async-trait",11448 "async-trait",
11355 "log",11449 "log",
11365[[package]]11459[[package]]
11366name = "sp-trie"11460name = "sp-trie"
11367version = "6.0.0"11461version = "6.0.0"
11368source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11462source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
11369dependencies = [11463dependencies = [
11370 "hash-db",11464 "hash-db",
11371 "memory-db",11465 "memory-db",
11381[[package]]11475[[package]]
11382name = "sp-version"11476name = "sp-version"
11383version = "5.0.0"11477version = "5.0.0"
11384source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11478source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
11385dependencies = [11479dependencies = [
11386 "impl-serde",11480 "impl-serde",
11387 "parity-scale-codec 3.1.5",11481 "parity-scale-codec 3.1.5",
11398[[package]]11492[[package]]
11399name = "sp-version-proc-macro"11493name = "sp-version-proc-macro"
11400version = "4.0.0-dev"11494version = "4.0.0-dev"
11401source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11495source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
11402dependencies = [11496dependencies = [
11403 "parity-scale-codec 3.1.5",11497 "parity-scale-codec 3.1.5",
11404 "proc-macro2",11498 "proc-macro2",
11409[[package]]11503[[package]]
11410name = "sp-wasm-interface"11504name = "sp-wasm-interface"
11411version = "6.0.0"11505version = "6.0.0"
11412source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11506source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
11413dependencies = [11507dependencies = [
11414 "impl-trait-for-tuples",11508 "impl-trait-for-tuples",
11415 "log",11509 "log",
11519source = "registry+https://github.com/rust-lang/crates.io-index"11613source = "registry+https://github.com/rust-lang/crates.io-index"
11520checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"11614checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"
11521dependencies = [11615dependencies = [
11522 "strum_macros 0.24.1",11616 "strum_macros 0.24.0",
11523]11617]
1152411618
11525[[package]]11619[[package]]
1153711631
11538[[package]]11632[[package]]
11539name = "strum_macros"11633name = "strum_macros"
11540version = "0.24.1"11634version = "0.24.0"
11541source = "registry+https://github.com/rust-lang/crates.io-index"11635source = "registry+https://github.com/rust-lang/crates.io-index"
11542checksum = "9550962e7cf70d9980392878dfaf1dcc3ece024f4cf3bf3c46b978d0bad61d6c"11636checksum = "6878079b17446e4d3eba6192bb0a2950d5b14f0ed8424b852310e5a94345d0ef"
11543dependencies = [11637dependencies = [
11544 "heck 0.4.0",11638 "heck 0.4.0",
11545 "proc-macro2",11639 "proc-macro2",
11564[[package]]11658[[package]]
11565name = "substrate-build-script-utils"11659name = "substrate-build-script-utils"
11566version = "3.0.0"11660version = "3.0.0"
11567source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11661source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
11568dependencies = [11662dependencies = [
11569 "platforms",11663 "platforms",
11570]11664]
1157111665
11572[[package]]11666[[package]]
11573name = "substrate-frame-rpc-system"11667name = "substrate-frame-rpc-system"
11574version = "4.0.0-dev"11668version = "4.0.0-dev"
11575source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11669source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
11576dependencies = [11670dependencies = [
11577 "frame-system-rpc-runtime-api",11671 "frame-system-rpc-runtime-api",
11578 "futures 0.3.21",11672 "futures 0.3.21",
11593[[package]]11687[[package]]
11594name = "substrate-prometheus-endpoint"11688name = "substrate-prometheus-endpoint"
11595version = "0.10.0-dev"11689version = "0.10.0-dev"
11596source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11690source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
11597dependencies = [11691dependencies = [
11598 "futures-util",11692 "futures-util",
11599 "hyper",11693 "hyper",
11606[[package]]11700[[package]]
11607name = "substrate-state-trie-migration-rpc"11701name = "substrate-state-trie-migration-rpc"
11608version = "4.0.0-dev"11702version = "4.0.0-dev"
11609source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11703source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
11610dependencies = [11704dependencies = [
11611 "jsonrpsee",11705 "jsonrpsee",
11612 "log",11706 "log",
11627[[package]]11721[[package]]
11628name = "substrate-test-client"11722name = "substrate-test-client"
11629version = "2.0.1"11723version = "2.0.1"
11630source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11724source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
11631dependencies = [11725dependencies = [
11632 "async-trait",11726 "async-trait",
11633 "futures 0.3.21",11727 "futures 0.3.21",
11653[[package]]11747[[package]]
11654name = "substrate-test-utils"11748name = "substrate-test-utils"
11655version = "4.0.0-dev"11749version = "4.0.0-dev"
11656source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11750source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
11657dependencies = [11751dependencies = [
11658 "futures 0.3.21",11752 "futures 0.3.21",
11659 "substrate-test-utils-derive",11753 "substrate-test-utils-derive",
11663[[package]]11757[[package]]
11664name = "substrate-test-utils-derive"11758name = "substrate-test-utils-derive"
11665version = "0.10.0-dev"11759version = "0.10.0-dev"
11666source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11760source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
11667dependencies = [11761dependencies = [
11668 "proc-macro-crate",11762 "proc-macro-crate",
11669 "proc-macro2",11763 "proc-macro2",
11674[[package]]11768[[package]]
11675name = "substrate-wasm-builder"11769name = "substrate-wasm-builder"
11676version = "5.0.0-dev"11770version = "5.0.0-dev"
11677source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11771source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
11678dependencies = [11772dependencies = [
11679 "ansi_term",11773 "ansi_term",
11680 "build-helper",11774 "build-helper",
1169511789
11696[[package]]11790[[package]]
11697name = "syn"11791name = "syn"
11698version = "1.0.96"11792version = "1.0.98"
11699source = "registry+https://github.com/rust-lang/crates.io-index"11793source = "registry+https://github.com/rust-lang/crates.io-index"
11700checksum = "0748dd251e24453cb8717f0354206b91557e4ec8703673a4b30208f2abaf1ebf"11794checksum = "c50aef8a904de4c23c788f104b7dddc7d6f79c647c7c8ce4cc8f73eb0ca773dd"
11701dependencies = [11795dependencies = [
11702 "proc-macro2",11796 "proc-macro2",
11703 "quote",11797 "quote",
1177411868
11775[[package]]11869[[package]]
11776name = "test-runtime-constants"11870name = "test-runtime-constants"
11777version = "0.9.23"11871version = "0.9.24"
11778source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"11872source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
11779dependencies = [11873dependencies = [
11780 "frame-support",11874 "frame-support",
11781 "polkadot-primitives",11875 "polkadot-primitives",
1203212126
12033[[package]]12127[[package]]
12034name = "tower-service"12128name = "tower-service"
12035version = "0.3.1"12129version = "0.3.2"
12036source = "registry+https://github.com/rust-lang/crates.io-index"12130source = "registry+https://github.com/rust-lang/crates.io-index"
12037checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"12131checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
1203812132
12039[[package]]12133[[package]]
12040name = "tracing"12134name = "tracing"
1208112175
12082[[package]]12176[[package]]
12083name = "tracing-gum"12177name = "tracing-gum"
12084version = "0.9.23"12178version = "0.9.24"
12085source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"12179source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
12086dependencies = [12180dependencies = [
12087 "polkadot-node-jaeger",12181 "polkadot-node-jaeger",
12088 "polkadot-primitives",12182 "polkadot-primitives",
1209212186
12093[[package]]12187[[package]]
12094name = "tracing-gum-proc-macro"12188name = "tracing-gum-proc-macro"
12095version = "0.9.23"12189version = "0.9.24"
12096source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"12190source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
12097dependencies = [12191dependencies = [
12098 "expander 0.0.6",12192 "expander 0.0.6",
12099 "proc-macro-crate",12193 "proc-macro-crate",
12232[[package]]12326[[package]]
12233name = "try-runtime-cli"12327name = "try-runtime-cli"
12234version = "0.10.0-dev"12328version = "0.10.0-dev"
12235source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"12329source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"
12236dependencies = [12330dependencies = [
12237 "clap",12331 "clap",
12238 "jsonrpsee",12332 "jsonrpsee",
12266source = "registry+https://github.com/rust-lang/crates.io-index"12360source = "registry+https://github.com/rust-lang/crates.io-index"
12267checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"12361checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
12268dependencies = [12362dependencies = [
12269 "cfg-if 0.1.10",12363 "cfg-if 1.0.0",
12270 "digest 0.10.3",12364 "digest 0.10.3",
12271 "rand 0.8.5",12365 "rand 0.8.5",
12272 "static_assertions",12366 "static_assertions",
1236612460
12367[[package]]12461[[package]]
12368name = "unique-node"12462name = "unique-node"
12369version = "0.9.23"12463version = "0.9.24"
12370dependencies = [12464dependencies = [
12371 "clap",12465 "clap",
12372 "cumulus-client-cli",12466 "cumulus-client-cli",
1250312597
12504[[package]]12598[[package]]
12505name = "unique-runtime"12599name = "unique-runtime"
12506version = "0.9.23"12600version = "0.9.24"
12507dependencies = [12601dependencies = [
12508 "cumulus-pallet-aura-ext",12602 "cumulus-pallet-aura-ext",
12509 "cumulus-pallet-dmp-queue",12603 "cumulus-pallet-dmp-queue",
1258512679
12586[[package]]12680[[package]]
12587name = "unique-runtime-common"12681name = "unique-runtime-common"
12588version = "0.9.23"12682version = "0.9.24"
12589dependencies = [12683dependencies = [
12590 "evm-coder",12684 "evm-coder",
12591 "fp-rpc",12685 "fp-rpc",
12672[[package]]12766[[package]]
12673name = "up-sponsorship"12767name = "up-sponsorship"
12674version = "0.1.0"12768version = "0.1.0"
12675source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.23#5f3b55354830f9707d6632aaa54362deea981116"12769source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.24#05cb0f02abecad915d32455df7a7724b3e2869aa"
12676dependencies = [12770dependencies = [
12677 "impl-trait-for-tuples",12771 "impl-trait-for-tuples",
12678]12772]
1310813202
13109[[package]]13203[[package]]
13110name = "westend-runtime"13204name = "westend-runtime"
13111version = "0.9.23"13205version = "0.9.24"
13112source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"13206source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
13113dependencies = [13207dependencies = [
13114 "beefy-primitives",13208 "beefy-primitives",
13115 "bitvec 1.0.0",13209 "bitvec 1.0.0",
1319713291
13198[[package]]13292[[package]]
13199name = "westend-runtime-constants"13293name = "westend-runtime-constants"
13200version = "0.9.23"13294version = "0.9.24"
13201source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"13295source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
13202dependencies = [13296dependencies = [
13203 "frame-support",13297 "frame-support",
13204 "polkadot-primitives",13298 "polkadot-primitives",
1337813472
13379[[package]]13473[[package]]
13380name = "xcm"13474name = "xcm"
13381version = "0.9.23"13475version = "0.9.24"
13382source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"13476source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
13383dependencies = [13477dependencies = [
13384 "derivative",13478 "derivative",
13385 "impl-trait-for-tuples",13479 "impl-trait-for-tuples",
1339113485
13392[[package]]13486[[package]]
13393name = "xcm-builder"13487name = "xcm-builder"
13394version = "0.9.23"13488version = "0.9.24"
13395source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"13489source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
13396dependencies = [13490dependencies = [
13397 "frame-support",13491 "frame-support",
13398 "frame-system",13492 "frame-system",
1341113505
13412[[package]]13506[[package]]
13413name = "xcm-executor"13507name = "xcm-executor"
13414version = "0.9.23"13508version = "0.9.24"
13415source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"13509source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
13416dependencies = [13510dependencies = [
13417 "frame-benchmarking",13511 "frame-benchmarking",
13418 "frame-support",13512 "frame-support",
13430[[package]]13524[[package]]
13431name = "xcm-procedural"13525name = "xcm-procedural"
13432version = "0.1.0"13526version = "0.1.0"
13433source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"13527source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"
13434dependencies = [13528dependencies = [
13435 "Inflector",13529 "Inflector",
13436 "proc-macro2",13530 "proc-macro2",
modifiedDockerfile-parachaindiffbeforeafterboth
--- a/Dockerfile-parachain
+++ b/Dockerfile-parachain
@@ -2,9 +2,9 @@
 FROM phusion/baseimage:focal-1.1.0 as rust-builder
 LABEL maintainer="Unique.Network"
 
-ARG RUST_TOOLCHAIN=nightly-2022-04-07
+ARG RUST_TOOLCHAIN=nightly-2022-05-11
 #ARG RUST_C=1.62.0-nightly
-ARG POLKA_VERSION=release-v0.9.23
+ARG POLKA_VERSION=release-v0.9.24
 ARG UNIQUE_BRANCH=develop
 
 #ARG USER=***
modifiedREADME.mddiffbeforeafterboth
--- a/README.md
+++ b/README.md
@@ -91,7 +91,7 @@
 ```
 git clone https://github.com/paritytech/polkadot.git
 cd polkadot
-git checkout release-v0.9.23
+git checkout release-v0.9.24
 cargo build --release
 ```
 
modifiedclient/rpc/Cargo.tomldiffbeforeafterboth
--- a/client/rpc/Cargo.toml
+++ b/client/rpc/Cargo.toml
@@ -14,9 +14,9 @@
 jsonrpsee = { version = "0.13.0", features = ["server", "macros"] }
 anyhow = "1.0.57"
 
-sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-sp-blockchain = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-sp-rpc = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
+sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+sp-blockchain = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+sp-rpc = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }
modifiedcrates/evm-coder/Cargo.tomldiffbeforeafterboth
--- a/crates/evm-coder/Cargo.toml
+++ b/crates/evm-coder/Cargo.toml
@@ -9,7 +9,7 @@
 primitive-types = { version = "0.11.1", default-features = false }
 hex-literal = "0.3.3"
 ethereum = { version = "0.12.0", default-features = false }
-evm-core = { default-features = false , git = "https://github.com/uniquenetwork/evm", branch = "unique-polkadot-v0.9.23" }
+evm-core = { default-features = false , git = "https://github.com/uniquenetwork/evm", branch = "unique-polkadot-v0.9.24" }
 impl-trait-for-tuples = "0.2.1"
 
 [dev-dependencies]
modifiedlaunch-config.jsondiffbeforeafterboth
--- a/launch-config.json
+++ b/launch-config.json
@@ -1,7 +1,7 @@
 {
     "relaychain": {
         "bin": "../polkadot/target/release/polkadot",
-        "chain": "westend-local",
+        "chain": "rococo-local",
         "nodes": [
             {
                 "name": "alice",
modifiednode/cli/Cargo.tomldiffbeforeafterboth
--- a/node/cli/Cargo.toml
+++ b/node/cli/Cargo.toml
@@ -3,7 +3,7 @@
 
 [build-dependencies.substrate-build-script-utils]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 ################################################################################
 # Substrate Dependecies
@@ -16,158 +16,158 @@
 
 [dependencies.frame-benchmarking]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.frame-benchmarking-cli]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.try-runtime-cli]
 git = 'https://github.com/paritytech/substrate'
-branch = 'polkadot-v0.9.23'
+branch = 'polkadot-v0.9.24'
 
 [dependencies.pallet-transaction-payment-rpc]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.substrate-prometheus-endpoint]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sc-basic-authorship]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sc-chain-spec]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sc-cli]
 features = ['wasmtime']
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sc-client-api]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sc-consensus]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sc-consensus-aura]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sc-executor]
 features = ['wasmtime']
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sc-finality-grandpa]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sc-keystore]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sc-rpc]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sc-rpc-api]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sc-service]
 features = ['wasmtime']
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sc-telemetry]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sc-transaction-pool]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sc-tracing]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sc-sysinfo]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sp-block-builder]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sp-api]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sp-blockchain]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sp-consensus]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sp-consensus-aura]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sp-core]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sp-finality-grandpa]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sp-inherents]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sp-keystore]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sp-offchain]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sp-runtime]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sp-session]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sp-timestamp]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sp-transaction-pool]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sp-trie]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.substrate-frame-rpc-system]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sc-network]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.serde]
 features = ['derive']
@@ -178,76 +178,76 @@
 
 [dependencies.sc-consensus-manual-seal]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 ################################################################################
 # Cumulus dependencies
 
 [dependencies.cumulus-client-consensus-aura]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.cumulus-client-consensus-common]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.cumulus-client-collator]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.cumulus-client-cli]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.cumulus-client-network]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.cumulus-primitives-core]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.cumulus-primitives-parachain-inherent]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.cumulus-client-service]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.cumulus-relay-chain-interface]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.cumulus-relay-chain-inprocess-interface]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.cumulus-relay-chain-rpc-interface]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 ################################################################################
 # Polkadot dependencies
 [dependencies.polkadot-primitives]
 git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.23"
+branch = "release-v0.9.24"
 
 [dependencies.polkadot-service]
 git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.23"
+branch = "release-v0.9.24"
 
 [dependencies.polkadot-cli]
 git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.23"
+branch = "release-v0.9.24"
 
 [dependencies.polkadot-test-service]
 git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.23"
+branch = "release-v0.9.24"
 
 [dependencies.polkadot-parachain]
 git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.23"
+branch = "release-v0.9.24"
 
 
 ################################################################################
@@ -277,7 +277,7 @@
 
 [dependencies.pallet-transaction-payment-rpc-runtime-api]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 ################################################################################
 # Package
@@ -291,7 +291,7 @@
 license = 'GPLv3'
 name = 'unique-node'
 repository = 'https://github.com/UniqueNetwork/unique-chain'
-version = '0.9.23'
+version = '0.9.24'
 
 [[bin]]
 name = 'unique-collator'
@@ -309,13 +309,13 @@
 jsonrpsee = { version = "0.13.0", features = ["server", "macros"] }
 tokio = { version = "1.17.0", features = ["time"] }
 
-fc-rpc-core = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
-fc-consensus = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
-fc-mapping-sync = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
-fc-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
-fc-db = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
-fp-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
-pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
+fc-rpc-core = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }
+fc-consensus = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }
+fc-mapping-sync = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }
+fc-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }
+fc-db = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }
+fp-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }
+pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }
 
 unique-rpc = { default-features = false, path = "../rpc" }
 rmrk-rpc = { path = "../../primitives/rmrk-rpc" }
modifiednode/cli/src/command.rsdiffbeforeafterboth
--- a/node/cli/src/command.rs
+++ b/node/cli/src/command.rs
@@ -473,6 +473,11 @@
 
 					let autoseal_interval = Duration::from_millis(cli.idle_autoseal_interval);
 
+					let mut config = config;
+					if config.state_pruning == None {
+						config.state_pruning = Some(sc_service::PruningMode::ArchiveAll);
+					}
+
 					return start_node_using_chain_runtime! {
 						start_dev_node(config, autoseal_interval).map_err(Into::into)
 					};
modifiednode/rpc/Cargo.tomldiffbeforeafterboth
--- a/node/rpc/Cargo.toml
+++ b/node/rpc/Cargo.toml
@@ -13,40 +13,40 @@
 futures = { version = "0.3.17", features = ["compat"] }
 jsonrpsee = { version = "0.13.0", features = ["server", "macros"] }
 # pallet-contracts-rpc = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
-pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-sc-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-sc-consensus-epochs = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-sc-rpc-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-sp-offchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-sp-storage = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-sp-session = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
+pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+sc-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+sc-consensus-epochs = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+sc-rpc-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+sp-offchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+sp-storage = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+sp-session = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
 tokio = { version = "0.2.25", features = ["macros", "sync"] }
 
-pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
-fc-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
-fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
-fp-storage = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
-fc-rpc-core = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
-fc-db = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
-fc-mapping-sync = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
+pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }
+fc-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }
+fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }
+fp-storage = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }
+fc-rpc-core = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }
+fc-db = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }
+fc-mapping-sync = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }
 
 pallet-common = { default-features = false, path = "../../pallets/common" }
 unique-runtime-common = { default-features = false, path = "../../runtime/common" }
modifiedpallets/common/Cargo.tomldiffbeforeafterboth
--- a/pallets/common/Cargo.toml
+++ b/pallets/common/Cargo.toml
@@ -11,18 +11,18 @@
 version = '3.1.2'
 
 [dependencies]
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }
 up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
 pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }
 evm-coder = { default-features = false, path = '../../crates/evm-coder' }
 ethereum = { version = "0.12.0", default-features = false }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }
 
 serde = { version = "1.0.130", default-features = false }
 scale-info = { version = "2.0.1", default-features = false, features = [
modifiedpallets/evm-coder-substrate/Cargo.tomldiffbeforeafterboth
--- a/pallets/evm-coder-substrate/Cargo.toml
+++ b/pallets/evm-coder-substrate/Cargo.toml
@@ -8,15 +8,15 @@
 scale-info = { version = "2.0.1", default-features = false, features = [
     "derive",
 ] }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
 ethereum = { version = "0.12.0", default-features = false }
 evm-coder = { default-features = false, path = "../../crates/evm-coder" }
-pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
+pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
 up-data-structs = { default-features = false, path = "../../primitives/data-structs" }
 
 [dependencies.codec]
modifiedpallets/evm-contract-helpers/Cargo.tomldiffbeforeafterboth
--- a/pallets/evm-contract-helpers/Cargo.toml
+++ b/pallets/evm-contract-helpers/Cargo.toml
@@ -11,16 +11,16 @@
 log = { default-features = false, version = "0.4.14" }
 
 # Substrate
-frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.23' }
-frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.23' }
-sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.23' }
-sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.23' }
-sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.23' }
+frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.24' }
+frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.24' }
+sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.24' }
+sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.24' }
+sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.24' }
 
 # Unique
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
-fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
-up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.23" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }
+fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }
+up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.24" }
 
 # Locals
 evm-coder = { default-features = false, path = '../../crates/evm-coder' }
modifiedpallets/evm-migration/Cargo.tomldiffbeforeafterboth
--- a/pallets/evm-migration/Cargo.toml
+++ b/pallets/evm-migration/Cargo.toml
@@ -8,15 +8,15 @@
 scale-info = { version = "2.0.1", default-features = false, features = [
     "derive",
 ] }
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
-fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }
+fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }
 
 [dependencies.codec]
 default-features = false
modifiedpallets/evm-transaction-payment/Cargo.tomldiffbeforeafterboth
--- a/pallets/evm-transaction-payment/Cargo.toml
+++ b/pallets/evm-transaction-payment/Cargo.toml
@@ -8,17 +8,17 @@
 scale-info = { version = "2.0.1", default-features = false, features = [
     "derive",
 ] }
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
-fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
-pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
-up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.23" }
-fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }
+fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }
+pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }
+up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.24" }
+fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }
 
 [dependencies.codec]
 default-features = false
modifiedpallets/fungible/Cargo.tomldiffbeforeafterboth
--- a/pallets/fungible/Cargo.toml
+++ b/pallets/fungible/Cargo.toml
@@ -11,19 +11,19 @@
 version = '3.1.2'
 
 [dependencies]
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
 pallet-common = { default-features = false, path = '../common' }
 pallet-structure = { default-features = false, path = '../structure' }
 up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
 evm-coder = { default-features = false, path = '../../crates/evm-coder' }
 pallet-evm-coder-substrate = { default-features = false, path = '../evm-coder-substrate' }
 ethereum = { version = "0.12.0", default-features = false }
-frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }
 scale-info = { version = "2.0.1", default-features = false, features = [
     "derive",
 ] }
modifiedpallets/inflation/Cargo.tomldiffbeforeafterboth
--- a/pallets/inflation/Cargo.toml
+++ b/pallets/inflation/Cargo.toml
@@ -43,37 +43,37 @@
 default-features = false
 optional = true
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.frame-support]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.frame-system]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.pallet-balances]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.pallet-timestamp]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.pallet-randomness-collective-flip]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sp-std]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.serde]
 default-features = false
@@ -83,17 +83,17 @@
 [dependencies.sp-runtime]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sp-core]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sp-io]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies]
 scale-info = { version = "2.0.1", default-features = false, features = [
modifiedpallets/nonfungible/Cargo.tomldiffbeforeafterboth
--- a/pallets/nonfungible/Cargo.toml
+++ b/pallets/nonfungible/Cargo.toml
@@ -11,19 +11,19 @@
 version = '3.1.2'
 
 [dependencies]
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }
 pallet-common = { default-features = false, path = '../common' }
 pallet-structure = { default-features = false, path = '../structure' }
 up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
 evm-coder = { default-features = false, path = '../../crates/evm-coder' }
 pallet-evm-coder-substrate = { default-features = false, path = '../evm-coder-substrate' }
 ethereum = { version = "0.12.0", default-features = false }
-frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
 scale-info = { version = "2.0.1", default-features = false, features = [
     "derive",
 ] }
modifiedpallets/proxy-rmrk-core/Cargo.tomldiffbeforeafterboth
--- a/pallets/proxy-rmrk-core/Cargo.toml
+++ b/pallets/proxy-rmrk-core/Cargo.toml
@@ -11,17 +11,17 @@
 version = '3.1.2'
 
 [dependencies]
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
 pallet-common = { default-features = false, path = '../common' }
 pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }
 pallet-structure = { default-features = false, path = "../../pallets/structure" }
 up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
-frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
 rmrk-traits = { default-features = false, path = "../../primitives/rmrk-traits" }
 scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }
 derivative = { version = "2.2.0", features = ["use_core"] }
modifiedpallets/proxy-rmrk-equip/Cargo.tomldiffbeforeafterboth
--- a/pallets/proxy-rmrk-equip/Cargo.toml
+++ b/pallets/proxy-rmrk-equip/Cargo.toml
@@ -11,16 +11,16 @@
 version = '3.1.2'
 
 [dependencies]
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
 pallet-common = { default-features = false, path = '../common' }
 pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }
 up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
-frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
 rmrk-traits = { default-features = false, path = "../../primitives/rmrk-traits" }
 scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }
 pallet-rmrk-core = { default-features = false, path = "../proxy-rmrk-core" }
modifiedpallets/refungible/Cargo.tomldiffbeforeafterboth
--- a/pallets/refungible/Cargo.toml
+++ b/pallets/refungible/Cargo.toml
@@ -11,16 +11,16 @@
 version = '3.1.2'
 
 [dependencies]
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }
 pallet-common = { default-features = false, path = '../common' }
 pallet-structure = { default-features = false, path = '../structure' }
 up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
-frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
 scale-info = { version = "2.0.1", default-features = false, features = [
     "derive",
 ] }
modifiedpallets/scheduler/Cargo.tomldiffbeforeafterboth
--- a/pallets/scheduler/Cargo.toml
+++ b/pallets/scheduler/Cargo.toml
@@ -16,20 +16,20 @@
 	"derive",
 ] }
 
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.23' }
-frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.24' }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
 
-up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.23" }
+up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.24" }
 log = { version = "0.4.14", default-features = false }
 
 [dev-dependencies]
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
 
 [features]
 default = ["std"]
modifiedpallets/structure/Cargo.tomldiffbeforeafterboth
--- a/pallets/structure/Cargo.toml
+++ b/pallets/structure/Cargo.toml
@@ -4,10 +4,10 @@
 edition = "2021"
 
 [dependencies]
-frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.23' }
-frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.23' }
-frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.23' }
-sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.23' }
+frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.24' }
+frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.24' }
+frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.24' }
+sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.24' }
 pallet-common = { path = "../common", default-features = false }
 parity-scale-codec = { version = "3.1.2", default-features = false, features = [
 	"derive",
@@ -16,7 +16,7 @@
 	"derive",
 ] }
 up-data-structs = { path = "../../primitives/data-structs", default-features = false }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }
 
 [features]
 default = ["std"]
modifiedpallets/unique/Cargo.tomldiffbeforeafterboth
--- a/pallets/unique/Cargo.toml
+++ b/pallets/unique/Cargo.toml
@@ -59,37 +59,37 @@
 default-features = false
 optional = true
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.frame-support]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.frame-system]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sp-std]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sp-runtime]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sp-core]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sp-io]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 ################################################################################
 # Local Dependencies
@@ -98,7 +98,7 @@
 scale-info = { version = "2.0.1", default-features = false, features = [
     "derive",
 ] }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }
 pallet-common = { default-features = false, path = "../common" }
 evm-coder = { default-features = false, path = '../../crates/evm-coder' }
 pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }
modifiedpallets/unique/src/lib.rsdiffbeforeafterboth
--- a/pallets/unique/src/lib.rs
+++ b/pallets/unique/src/lib.rs
@@ -290,7 +290,7 @@
 			Ok(())
 		}
 
-		/// **DANGEROUS**: Destroys collection and all NFTs within this collection. Users irrecoverably lose their assets and may lose real money.
+		/// Destroys collection if no tokens within this collection
 		///
 		/// # Permissions
 		///
modifiedprimitives/data-structs/Cargo.tomldiffbeforeafterboth
--- a/primitives/data-structs/Cargo.toml
+++ b/primitives/data-structs/Cargo.toml
@@ -18,14 +18,14 @@
 serde = { version = "1.0.130", features = [
   'derive',
 ], default-features = false, optional = true }
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
 derivative = { version = "2.2.0", features = ["use_core"] }
 struct-versioning = { path = "../../crates/struct-versioning" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }
 rmrk-traits = { default-features = false, path = "../rmrk-traits" }
 
 [features]
modifiedprimitives/rmrk-rpc/Cargo.tomldiffbeforeafterboth
--- a/primitives/rmrk-rpc/Cargo.toml
+++ b/primitives/rmrk-rpc/Cargo.toml
@@ -6,10 +6,10 @@
 
 [dependencies]
 codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] }
-sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.23' }
-sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.23' }
-sp-api = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.23' }
-sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.23' }
+sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.24' }
+sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.24' }
+sp-api = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.24' }
+sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.24' }
 serde = { version = "1.0.130", default-features = false, features = ["derive"] }
 rmrk-traits = { default-features = false, path = "../rmrk-traits" }
 
modifiedprimitives/rpc/Cargo.tomldiffbeforeafterboth
--- a/primitives/rpc/Cargo.toml
+++ b/primitives/rpc/Cargo.toml
@@ -10,11 +10,11 @@
 codec = { package = "parity-scale-codec", version = "3.1.2", default-features = false, features = [
 	"derive",
 ] }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }
 
 [features]
 default = ["std"]
modifiedruntime/common/Cargo.tomldiffbeforeafterboth
--- a/runtime/common/Cargo.toml
+++ b/runtime/common/Cargo.toml
@@ -6,7 +6,7 @@
 license = 'All Rights Reserved'
 name = 'unique-runtime-common'
 repository = 'https://github.com/UniqueNetwork/unique-chain'
-version = '0.9.23'
+version = '0.9.24'
 
 [features]
 default = ['std']
@@ -36,17 +36,17 @@
 [dependencies.sp-core]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sp-std]
 default-features = false
 git = 'https://github.com/paritytech/substrate'
-branch = 'polkadot-v0.9.23'
+branch = 'polkadot-v0.9.24'
 
 [dependencies.sp-runtime]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.codec]
 default-features = false
@@ -62,12 +62,12 @@
 [dependencies.frame-support]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.frame-system]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.pallet-common]
 default-features = false
@@ -100,16 +100,16 @@
 [dependencies.sp-consensus-aura]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.fp-rpc]
 default-features = false
 git = "https://github.com/uniquenetwork/frontier"
-branch = "unique-polkadot-v0.9.23"
+branch = "unique-polkadot-v0.9.24"
 
 [dependencies]
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }
 evm-coder = { default-features = false, path = '../../crates/evm-coder' }
-up-sponsorship = { default-features = false, git = "https://github.com/UniqueNetwork/pallet-sponsoring", branch = 'polkadot-v0.9.23' }
+up-sponsorship = { default-features = false, git = "https://github.com/UniqueNetwork/pallet-sponsoring", branch = 'polkadot-v0.9.24' }
 
 rmrk-rpc = { default-features = false, path = "../../primitives/rmrk-rpc" }
modifiedruntime/opal/Cargo.tomldiffbeforeafterboth
--- a/runtime/opal/Cargo.toml
+++ b/runtime/opal/Cargo.toml
@@ -10,7 +10,7 @@
 license = 'GPLv3'
 name = 'opal-runtime'
 repository = 'https://github.com/UniqueNetwork/unique-chain'
-version = '0.9.23'
+version = '0.9.24'
 
 [package.metadata.docs.rs]
 targets = ['x86_64-unknown-linux-gnu']
@@ -133,39 +133,39 @@
 default-features = false
 git = "https://github.com/paritytech/substrate"
 optional = true
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.frame-try-runtime]
 default-features = false
 git = 'https://github.com/paritytech/substrate'
 optional = true
-branch = 'polkadot-v0.9.23'
+branch = 'polkadot-v0.9.24'
 
 [dependencies.frame-executive]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.frame-support]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.frame-system]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.frame-system-benchmarking]
 default-features = false
 git = "https://github.com/paritytech/substrate"
 optional = true
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.frame-system-rpc-runtime-api]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.hex-literal]
 optional = true
@@ -180,12 +180,12 @@
 [dependencies.pallet-aura]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.pallet-balances]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 # Contracts specific packages
 # [dependencies.pallet-contracts]
@@ -209,32 +209,32 @@
 [dependencies.pallet-randomness-collective-flip]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.pallet-sudo]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.pallet-timestamp]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.pallet-transaction-payment]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.pallet-transaction-payment-rpc-runtime-api]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.pallet-treasury]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 # [dependencies.pallet-vesting]
 # default-features = false
@@ -244,67 +244,67 @@
 [dependencies.sp-arithmetic]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sp-api]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sp-block-builder]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sp-core]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sp-consensus-aura]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sp-inherents]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sp-io]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sp-offchain]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sp-runtime]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sp-session]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sp-std]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sp-transaction-pool]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sp-version]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.smallvec]
 version = '1.6.1'
@@ -315,46 +315,46 @@
 [dependencies.parachain-info]
 default-features = false
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.cumulus-pallet-aura-ext]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 default-features = false
 
 [dependencies.cumulus-pallet-parachain-system]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 default-features = false
 
 [dependencies.cumulus-primitives-core]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 default-features = false
 
 [dependencies.cumulus-pallet-xcm]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 default-features = false
 
 [dependencies.cumulus-pallet-dmp-queue]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 default-features = false
 
 [dependencies.cumulus-pallet-xcmp-queue]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 default-features = false
 
 [dependencies.cumulus-primitives-utility]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 default-features = false
 
 [dependencies.cumulus-primitives-timestamp]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 default-features = false
 
 ################################################################################
@@ -362,32 +362,32 @@
 
 [dependencies.polkadot-parachain]
 git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.23"
+branch = "release-v0.9.24"
 default-features = false
 
 [dependencies.xcm]
 git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.23"
+branch = "release-v0.9.24"
 default-features = false
 
 [dependencies.xcm-builder]
 git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.23"
+branch = "release-v0.9.24"
 default-features = false
 
 [dependencies.xcm-executor]
 git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.23"
+branch = "release-v0.9.24"
 default-features = false
 
 [dependencies.pallet-xcm]
 git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.23"
+branch = "release-v0.9.24"
 default-features = false
 
 [dependencies.orml-vesting]
 git = "https://github.com/uniquenetwork/open-runtime-module-library"
-branch = "unique-polkadot-v0.9.23"
+branch = "unique-polkadot-v0.9.24"
 version = "0.4.1-dev"
 default-features = false
 
@@ -404,7 +404,7 @@
 pallet-unique = { path = '../../pallets/unique', default-features = false }
 up-rpc = { path = "../../primitives/rpc", default-features = false }
 rmrk-rpc = { path = "../../primitives/rmrk-rpc", default-features = false }
-fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
+fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }
 pallet-inflation = { path = '../../pallets/inflation', default-features = false }
 up-data-structs = { path = '../../primitives/data-structs', default-features = false }
 pallet-common = { default-features = false, path = "../../pallets/common" }
@@ -416,20 +416,20 @@
 pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }
 pallet-unique-scheduler = { path = '../../pallets/scheduler', default-features = false }
 # pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }
-pallet-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" }
+pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.24", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }
 pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }
 pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }
 pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }
 pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
-pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
-pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
-fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
-fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }
+pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }
+pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }
+fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }
+fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }
 
 ################################################################################
 # Build Dependencies
 
 [build-dependencies.substrate-wasm-builder]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
modifiedruntime/opal/src/lib.rsdiffbeforeafterboth
--- a/runtime/opal/src/lib.rs
+++ b/runtime/opal/src/lib.rs
@@ -192,7 +192,7 @@
 	spec_name: create_runtime_str!(RUNTIME_NAME),
 	impl_name: create_runtime_str!(RUNTIME_NAME),
 	authoring_version: 1,
-	spec_version: 923000,
+	spec_version: 924000,
 	impl_version: 0,
 	apis: RUNTIME_API_VERSIONS,
 	transaction_version: 1,
modifiedruntime/quartz/Cargo.tomldiffbeforeafterboth
--- a/runtime/quartz/Cargo.toml
+++ b/runtime/quartz/Cargo.toml
@@ -10,7 +10,7 @@
 license = 'GPLv3'
 name = 'quartz-runtime'
 repository = 'https://github.com/UniqueNetwork/unique-chain'
-version = '0.9.23'
+version = '0.9.24'
 
 [package.metadata.docs.rs]
 targets = ['x86_64-unknown-linux-gnu']
@@ -132,39 +132,39 @@
 default-features = false
 git = "https://github.com/paritytech/substrate"
 optional = true
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.frame-try-runtime]
 default-features = false
 git = 'https://github.com/paritytech/substrate'
 optional = true
-branch = 'polkadot-v0.9.23'
+branch = 'polkadot-v0.9.24'
 
 [dependencies.frame-executive]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.frame-support]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.frame-system]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.frame-system-benchmarking]
 default-features = false
 git = "https://github.com/paritytech/substrate"
 optional = true
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.frame-system-rpc-runtime-api]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.hex-literal]
 optional = true
@@ -179,12 +179,12 @@
 [dependencies.pallet-aura]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.pallet-balances]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 # Contracts specific packages
 # [dependencies.pallet-contracts]
@@ -208,32 +208,32 @@
 [dependencies.pallet-randomness-collective-flip]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.pallet-sudo]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.pallet-timestamp]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.pallet-transaction-payment]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.pallet-transaction-payment-rpc-runtime-api]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.pallet-treasury]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 # [dependencies.pallet-vesting]
 # default-features = false
@@ -243,67 +243,67 @@
 [dependencies.sp-arithmetic]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sp-api]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sp-block-builder]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sp-core]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sp-consensus-aura]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sp-inherents]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sp-io]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sp-offchain]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sp-runtime]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sp-session]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sp-std]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sp-transaction-pool]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sp-version]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.smallvec]
 version = '1.6.1'
@@ -314,46 +314,46 @@
 [dependencies.parachain-info]
 default-features = false
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.cumulus-pallet-aura-ext]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 default-features = false
 
 [dependencies.cumulus-pallet-parachain-system]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 default-features = false
 
 [dependencies.cumulus-primitives-core]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 default-features = false
 
 [dependencies.cumulus-pallet-xcm]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 default-features = false
 
 [dependencies.cumulus-pallet-dmp-queue]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 default-features = false
 
 [dependencies.cumulus-pallet-xcmp-queue]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 default-features = false
 
 [dependencies.cumulus-primitives-utility]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 default-features = false
 
 [dependencies.cumulus-primitives-timestamp]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 default-features = false
 
 ################################################################################
@@ -361,32 +361,32 @@
 
 [dependencies.polkadot-parachain]
 git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.23"
+branch = "release-v0.9.24"
 default-features = false
 
 [dependencies.xcm]
 git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.23"
+branch = "release-v0.9.24"
 default-features = false
 
 [dependencies.xcm-builder]
 git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.23"
+branch = "release-v0.9.24"
 default-features = false
 
 [dependencies.xcm-executor]
 git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.23"
+branch = "release-v0.9.24"
 default-features = false
 
 [dependencies.pallet-xcm]
 git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.23"
+branch = "release-v0.9.24"
 default-features = false
 
 [dependencies.orml-vesting]
 git = "https://github.com/uniquenetwork/open-runtime-module-library"
-branch = "unique-polkadot-v0.9.23"
+branch = "unique-polkadot-v0.9.24"
 version = "0.4.1-dev"
 default-features = false
 
@@ -410,7 +410,7 @@
 derivative = "2.2.0"
 pallet-unique = { path = '../../pallets/unique', default-features = false }
 up-rpc = { path = "../../primitives/rpc", default-features = false }
-fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
+fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }
 pallet-inflation = { path = '../../pallets/inflation', default-features = false }
 up-data-structs = { path = '../../primitives/data-structs', default-features = false }
 pallet-common = { default-features = false, path = "../../pallets/common" }
@@ -422,20 +422,20 @@
 pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }
 pallet-unique-scheduler = { path = '../../pallets/scheduler', default-features = false }
 # pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }
-pallet-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" }
+pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.24", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }
 pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }
 pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }
 pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }
 pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
-pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
-pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
-fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
-fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }
+pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }
+pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }
+fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }
+fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }
 
 ################################################################################
 # Build Dependencies
 
 [build-dependencies.substrate-wasm-builder]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
modifiedruntime/quartz/src/lib.rsdiffbeforeafterboth
--- a/runtime/quartz/src/lib.rs
+++ b/runtime/quartz/src/lib.rs
@@ -191,7 +191,7 @@
 	spec_name: create_runtime_str!(RUNTIME_NAME),
 	impl_name: create_runtime_str!(RUNTIME_NAME),
 	authoring_version: 1,
-	spec_version: 923000,
+	spec_version: 924000,
 	impl_version: 0,
 	apis: RUNTIME_API_VERSIONS,
 	transaction_version: 1,
modifiedruntime/tests/Cargo.tomldiffbeforeafterboth
--- a/runtime/tests/Cargo.toml
+++ b/runtime/tests/Cargo.toml
@@ -7,22 +7,22 @@
 unique-runtime-common = { path = '../common' }
 up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
 
-sp-core = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.23' }
-sp-std = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.23' }
-sp-io = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.23' }
-sp-runtime = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.23' }
+sp-core = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.24' }
+sp-std = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.24' }
+sp-io = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.24' }
+sp-runtime = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.24' }
 
-fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
+fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }
 
-frame-support = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.23' }
-frame-system = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.23' }
+frame-support = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.24' }
+frame-system = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.24' }
 
-pallet-balances = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.23' }
-pallet-transaction-payment = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.23' }
-pallet-timestamp = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.23' }
+pallet-balances = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.24' }
+pallet-transaction-payment = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.24' }
+pallet-timestamp = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.24' }
 
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
-pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }
+pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }
 
 pallet-common = { path = '../../pallets/common' }
 pallet-structure = { path = '../../pallets/structure' }
modifiedruntime/unique/Cargo.tomldiffbeforeafterboth
--- a/runtime/unique/Cargo.toml
+++ b/runtime/unique/Cargo.toml
@@ -10,7 +10,7 @@
 license = 'GPLv3'
 name = 'unique-runtime'
 repository = 'https://github.com/UniqueNetwork/unique-chain'
-version = '0.9.23'
+version = '0.9.24'
 
 [package.metadata.docs.rs]
 targets = ['x86_64-unknown-linux-gnu']
@@ -134,39 +134,39 @@
 default-features = false
 git = "https://github.com/paritytech/substrate"
 optional = true
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.frame-try-runtime]
 default-features = false
 git = 'https://github.com/paritytech/substrate'
 optional = true
-branch = 'polkadot-v0.9.23'
+branch = 'polkadot-v0.9.24'
 
 [dependencies.frame-executive]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.frame-support]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.frame-system]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.frame-system-benchmarking]
 default-features = false
 git = "https://github.com/paritytech/substrate"
 optional = true
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.frame-system-rpc-runtime-api]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.hex-literal]
 optional = true
@@ -181,12 +181,12 @@
 [dependencies.pallet-aura]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.pallet-balances]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 # Contracts specific packages
 # [dependencies.pallet-contracts]
@@ -210,32 +210,32 @@
 [dependencies.pallet-randomness-collective-flip]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.pallet-sudo]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.pallet-timestamp]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.pallet-transaction-payment]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.pallet-transaction-payment-rpc-runtime-api]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.pallet-treasury]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 # [dependencies.pallet-vesting]
 # default-features = false
@@ -245,67 +245,67 @@
 [dependencies.sp-arithmetic]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sp-api]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sp-block-builder]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sp-core]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sp-consensus-aura]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sp-inherents]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sp-io]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sp-offchain]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sp-runtime]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sp-session]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sp-std]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sp-transaction-pool]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.sp-version]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.smallvec]
 version = '1.6.1'
@@ -316,46 +316,46 @@
 [dependencies.parachain-info]
 default-features = false
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 
 [dependencies.cumulus-pallet-aura-ext]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 default-features = false
 
 [dependencies.cumulus-pallet-parachain-system]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 default-features = false
 
 [dependencies.cumulus-primitives-core]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 default-features = false
 
 [dependencies.cumulus-pallet-xcm]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 default-features = false
 
 [dependencies.cumulus-pallet-dmp-queue]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 default-features = false
 
 [dependencies.cumulus-pallet-xcmp-queue]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 default-features = false
 
 [dependencies.cumulus-primitives-utility]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 default-features = false
 
 [dependencies.cumulus-primitives-timestamp]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
 default-features = false
 
 ################################################################################
@@ -363,32 +363,32 @@
 
 [dependencies.polkadot-parachain]
 git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.23"
+branch = "release-v0.9.24"
 default-features = false
 
 [dependencies.xcm]
 git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.23"
+branch = "release-v0.9.24"
 default-features = false
 
 [dependencies.xcm-builder]
 git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.23"
+branch = "release-v0.9.24"
 default-features = false
 
 [dependencies.xcm-executor]
 git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.23"
+branch = "release-v0.9.24"
 default-features = false
 
 [dependencies.pallet-xcm]
 git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.23"
+branch = "release-v0.9.24"
 default-features = false
 
 [dependencies.orml-vesting]
 git = "https://github.com/uniquenetwork/open-runtime-module-library"
-branch = "unique-polkadot-v0.9.23"
+branch = "unique-polkadot-v0.9.24"
 version = "0.4.1-dev"
 default-features = false
 
@@ -416,21 +416,21 @@
 pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }
 pallet-unique-scheduler = { path = '../../pallets/scheduler', default-features = false }
 # pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }
-pallet-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" }
+pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.24", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }
 pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }
 pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }
 pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }
 pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
-pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
-pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
-fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
-fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
-fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }
+pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }
+pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }
+fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }
+fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }
+fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }
 
 ################################################################################
 # Build Dependencies
 
 [build-dependencies.substrate-wasm-builder]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.23"
+branch = "polkadot-v0.9.24"
modifiedruntime/unique/src/lib.rsdiffbeforeafterboth
--- a/runtime/unique/src/lib.rs
+++ b/runtime/unique/src/lib.rs
@@ -190,7 +190,7 @@
 	spec_name: create_runtime_str!(RUNTIME_NAME),
 	impl_name: create_runtime_str!(RUNTIME_NAME),
 	authoring_version: 1,
-	spec_version: 923000,
+	spec_version: 924000,
 	impl_version: 0,
 	apis: RUNTIME_API_VERSIONS,
 	transaction_version: 1,
modifiedtests/README.mddiffbeforeafterboth
--- a/tests/README.md
+++ b/tests/README.md
@@ -5,10 +5,10 @@
 1. Checkout polkadot in sibling folder with this project
 ```bash
 git clone https://github.com/paritytech/polkadot.git && cd polkadot
-git checkout release-v0.9.23
+git checkout release-v0.9.24
 ```
 
-2. Build with nightly-2021-11-11
+2. Build with nightly-2022-05-11
 ```bash
 cargo build --release
 ```
modifiedtests/package.jsondiffbeforeafterboth
--- a/tests/package.json
+++ b/tests/package.json
@@ -37,7 +37,7 @@
     "testUnnesting": "mocha --timeout 9999999 -r ts-node/register ./**/unnest.test.ts",
     "testStructure": "mocha --timeout 9999999 -r ts-node/register ./**/nesting/**.test.ts",
     "testProperties": "mocha --timeout 9999999 -r ts-node/register ./**/properties.test.ts",
-    "testMigrationStructure": "mocha --timeout 9999999 -r ts-node/register ./**/nesting/migration-check.test.ts",
+    "testMigration": "mocha --timeout 9999999 -r ts-node/register ./**/nesting/migration-check.test.ts",
     "testRmrk": "mocha --timeout 9999999 -r ts-node/register ./**/rmrk/**.test.ts",
     "testAddCollectionAdmin": "mocha --timeout 9999999 -r ts-node/register ./**/addCollectionAdmin.test.ts",
     "testSetSchemaVersion": "mocha --timeout 9999999 -r ts-node/register ./**/setSchemaVersion.test.ts",
modifiedtests/src/nesting/migration-check.test.tsdiffbeforeafterboth
--- a/tests/src/nesting/migration-check.test.ts
+++ b/tests/src/nesting/migration-check.test.ts
@@ -1,6 +1,6 @@
 import {expect} from 'chai';
-import usingApi, {submitTransactionAsync} from '../substrate/substrate-api';
-import {getCreateCollectionResult} from '../util/helpers';
+import usingApi, {executeTransaction, submitTransactionAsync} from '../substrate/substrate-api';
+import {getCreateCollectionResult, getCreateItemResult, normalizeAccountId} from '../util/helpers';
 import {IKeyringPair} from '@polkadot/types/types';
 import {strToUTF16} from '../util/util';
 import waitNewBlocks from '../substrate/wait-new-blocks';
@@ -8,11 +8,11 @@
 import find from 'find-process';
 
 // todo un-skip for migrations
-describe.skip('Migration testing for pallet-common', () => {
+describe.skip('Migration testing', () => {
   let alice: IKeyringPair;
 
   before(async() => {
-    await usingApi(async (api, privateKeyWrapper) => {
+    await usingApi(async (_, privateKeyWrapper) => {
       alice = privateKeyWrapper('//Alice');
     });
   });
@@ -21,29 +21,51 @@
     let oldVersion: number;
     let collectionId: number;
     let collectionOld: any;
+    let nftId: number;
+    let nftOld: any;
 
     await usingApi(async api => {
-      // Create a collection for comparison before and after the upgrade
-      const tx = api.tx.unique.createCollectionEx({
+      // ----------- Collection pre-upgrade ------------
+      const txCollection = api.tx.unique.createCollectionEx({
         mode: 'NFT',
         access: 'AllowList',
         name: strToUTF16('Mojave Pictures'),
         description: strToUTF16('$2.2 billion power plant!'),
         tokenPrefix: '0x0002030',
-        //offchainSchema: '0x111111',
-        //schemaVersion: 'Unique',
+        offchainSchema: '0x111111',
+        schemaVersion: 'Unique',
         limits: {
           accountTokenOwnershipLimit: 3,
         },
-        //constOnChainSchema: '0x333333',
+        constOnChainSchema: '0x333333',
+        variableOnChainSchema: '0x22222',
       });
-      const events = await submitTransactionAsync(alice, tx);
-      const result = getCreateCollectionResult(events);
-      collectionId = result.collectionId;
+      const events0 = await submitTransactionAsync(alice, txCollection);
+      const result0 = getCreateCollectionResult(events0);
+      collectionId = result0.collectionId;
 
       // Get the pre-upgrade collection info
       collectionOld = (await api.query.common.collectionById(collectionId)).toJSON();
 
+      // ---------- NFT pre-upgrade ------------
+      const txNft = api.tx.unique.createItem(
+        collectionId, 
+        normalizeAccountId(alice), 
+        {
+          NFT: {
+            owner: {substrate: alice.address},
+            constData: '0x0000',
+            variableData: '0x1111',
+          },
+        },
+      );
+      const events1 = await executeTransaction(api, alice, txNft);
+      const result1 = getCreateItemResult(events1);
+      nftId = result1.itemId;
+
+      // Get the pre-upgrade NFT data
+      nftOld = (await api.query.nonfungible.tokenData(collectionId, nftId)).toJSON();
+
       // Get the pre-upgrade spec version
       oldVersion = (api.consts.system.version.toJSON() as any).specVersion;
     });
@@ -73,7 +95,8 @@
       };
 
       let oldWarnCount = 0;
-      while (newVersion == oldVersion! && connectionFailCounter < 2) {
+      while (newVersion == oldVersion! && connectionFailCounter < 5) {
+        await new Promise(resolve => setTimeout(resolve, 12000));
         try {
           await usingApi(async api => {
             await waitNewBlocks(api);
@@ -82,32 +105,68 @@
               console.log(`Still waiting for the parachain upgrade from ${oldVersion!}...`);
               oldWarnCount = warnCount;
             }
-            await new Promise(resolve => setTimeout(resolve, 6000));
           });
         } catch (_) {
           connectionFailCounter++;
-          await new Promise(resolve => setTimeout(resolve, 12000));
         }
       }
     }
 
     await usingApi(async api => {
+      // ---------- Collection comparison -----------
       const collectionNew = (await api.query.common.collectionById(collectionId)).toJSON() as any;
 
       // Make sure the extra fields are what they should be
-      //const constOnChainSchema = await api.query.common.collectionData(collectionId, 'ConstOnChainSchema');
-      //const offchainSchema = await api.query.common.collectionData(collectionId, 'OffchainSchema');
+      expect((
+        await api.rpc.unique.collectionProperties(collectionId, ['_old_constOnChainSchema'])
+      )[0].value.toHex()).to.be.equal(collectionOld.constOnChainSchema);
+
+      expect((
+        await api.rpc.unique.collectionProperties(collectionId, ['_old_variableOnChainSchema'])
+      )[0].value.toHex()).to.be.equal(collectionOld.variableOnChainSchema);
+
+      expect((
+        await api.rpc.unique.collectionProperties(collectionId, ['_old_offchainSchema'])
+      )[0].value.toHex()).to.be.equal(collectionOld.offchainSchema);
+
+      expect((
+        await api.rpc.unique.collectionProperties(collectionId, ['_old_schemaVersion'])
+      )[0].value.toHuman()).to.be.equal(collectionOld.schemaVersion);
 
-      //expect(constOnChainSchema.toHex()).to.be.deep.equal(collectionOld.constOnChainSchema);
-      //expect(offchainSchema.toHex()).to.be.deep.equal(collectionOld.offchainSchema);
-      expect(collectionNew).to.have.nested.property('limits.nestingRule');
+      expect(collectionNew.permissions).to.be.deep.equal({
+        access: collectionOld.access,
+        mintMode: collectionOld.mintMode,
+        nesting: null,
+      });
+
+      expect(collectionNew.externalCollection).to.be.equal(false);
 
       // Get rid of extra fields to perform comparison on the rest of the collection
-      delete collectionNew.limits.nestingRule;
-      //delete collectionOld.constOnChainSchema;
-      //delete collectionOld.offchainSchema;
+      delete collectionNew.permissions;
+      delete collectionNew.externalCollection;
+      delete collectionOld.schemaVersion;
+      delete collectionOld.constOnChainSchema;
+      delete collectionOld.variableOnChainSchema;
+      delete collectionOld.offchainSchema;
+      delete collectionOld.mintMode;
+      delete collectionOld.access;
+      delete collectionOld.metaUpdatePermission; // todo look into, doesn't migrate
 
       expect(collectionNew).to.be.deep.equal(collectionOld);
+
+      // ---------- NFT comparison -----------
+      const nftNew = (await api.query.nonfungible.tokenData(collectionId, nftId)).toJSON() as any;
+
+      // Make sure the extra fields are what they should be
+      expect((await api.rpc.unique.tokenProperties(collectionId, nftId, ['_old_constData']))[0].value.toHex()).to.be.equal(nftOld.constData);
+
+      expect((await api.rpc.unique.tokenProperties(collectionId, nftId, ['_old_variableData']))[0].value.toHex()).to.be.equal(nftOld.variableData);
+
+      // Get rid of extra fields to perform comparison on the rest of the NFT
+      delete nftOld.constData;
+      delete nftOld.variableData;
+
+      expect(nftNew).to.be.deep.equal(nftOld);
     });
   });
 });
addedtests/src/refungible.test.tsdiffbeforeafterboth
--- /dev/null
+++ b/tests/src/refungible.test.ts
@@ -0,0 +1,165 @@
+// Copyright 2019-2022 Unique Network (Gibraltar) Ltd.
+// This file is part of Unique Network.
+
+// Unique Network is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+
+// Unique Network is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+// GNU General Public License for more details.
+
+// You should have received a copy of the GNU General Public License
+// along with Unique Network. If not, see <http://www.gnu.org/licenses/>.
+
+import {default as usingApi} from './substrate/substrate-api';
+import {IKeyringPair} from '@polkadot/types/types';
+import {
+  createCollectionExpectSuccess,
+  getBalance,
+  createMultipleItemsExpectSuccess,
+  isTokenExists,
+  getLastTokenId,
+  getAllowance,
+  approve,
+  transferFrom,
+  createCollection,
+  createRefungibleToken,
+  transfer,
+  burnItem,
+} from './util/helpers';
+
+import chai from 'chai';
+import chaiAsPromised from 'chai-as-promised';
+chai.use(chaiAsPromised);
+const expect = chai.expect;
+
+let alice: IKeyringPair;
+let bob: IKeyringPair;
+
+describe('integration test: Refungible functionality:', () => {
+  before(async () => {
+    await usingApi(async (api, privateKeyWrapper) => {
+      alice = privateKeyWrapper('//Alice');
+      bob = privateKeyWrapper('//Bob');
+    });
+  });
+
+  it('Create refungible collection and token', async () => {
+    await usingApi(async api => {
+      const createCollectionResult = await createCollection(api, alice, {mode: {type: 'ReFungible'}});
+      expect(createCollectionResult.success).to.be.true;    
+      const collectionId  = createCollectionResult.collectionId;
+
+      const itemCountBefore = await getLastTokenId(api, collectionId);
+      const result = await createRefungibleToken(api, alice, collectionId, 100n);
+
+      const itemCountAfter = await getLastTokenId(api, collectionId);
+
+      // What to expect
+      // tslint:disable-next-line:no-unused-expression
+      expect(result.success).to.be.true;
+      expect(itemCountAfter).to.be.equal(itemCountBefore + 1);
+      expect(collectionId).to.be.equal(result.collectionId);
+      expect(itemCountAfter.toString()).to.be.equal(result.itemId.toString());
+    });
+  });
+
+  it('Transfer token pieces', async () => {
+    await usingApi(async api => {
+      const collectionId = (await createCollection(api, alice, {mode: {type: 'ReFungible'}})).collectionId;
+      const tokenId = (await createRefungibleToken(api, alice, collectionId, 100n)).itemId;
+
+      expect(await getBalance(api, collectionId, alice, tokenId)).to.be.equal(100n);
+      expect(await transfer(api, collectionId, tokenId, alice, bob, 60n)).to.be.true;
+
+      expect(await getBalance(api, collectionId, alice, tokenId)).to.be.equal(40n);
+      expect(await getBalance(api, collectionId, bob, tokenId)).to.be.equal(60n);
+      await expect(transfer(api, collectionId, tokenId, alice, bob, 41n)).to.eventually.be.rejected;
+    });
+  });
+
+  it('Create multiple tokens', async () => {
+    const collectionId = await createCollectionExpectSuccess({mode: {type: 'ReFungible'}});
+    const args = [
+      {ReFungible: {pieces: 1}},
+      {ReFungible: {pieces: 2}},
+      {ReFungible: {pieces: 100}},
+    ];
+    await createMultipleItemsExpectSuccess(alice, collectionId, args);
+
+    await usingApi(async api => {      
+      const tokenId = await getLastTokenId(api, collectionId);
+      expect(tokenId).to.be.equal(3);
+      expect(await getBalance(api, collectionId, alice, tokenId)).to.be.equal(100n);
+    });
+  });
+
+  it('Burn some pieces', async () => {
+    await usingApi(async api => {   
+      const collectionId = (await createCollection(api, alice, {mode: {type: 'ReFungible'}})).collectionId;
+      const tokenId = (await createRefungibleToken(api, alice, collectionId, 100n)).itemId;
+      expect(await isTokenExists(api, collectionId, tokenId)).to.be.true;
+      expect(await getBalance(api, collectionId, alice, tokenId)).to.be.equal(100n);
+      expect(await burnItem(api, alice, collectionId, tokenId, 99n)).to.be.true;
+      expect(await isTokenExists(api, collectionId, tokenId)).to.be.true;
+      expect(await getBalance(api, collectionId, alice, tokenId)).to.be.equal(1n);
+    });
+  });
+
+  it('Burn all pieces', async () => {
+    await usingApi(async api => {   
+      const collectionId = (await createCollection(api, alice, {mode: {type: 'ReFungible'}})).collectionId;
+      const tokenId = (await createRefungibleToken(api, alice, collectionId, 100n)).itemId;
+      expect(await isTokenExists(api, collectionId, tokenId)).to.be.true;
+      expect(await getBalance(api, collectionId, alice, tokenId)).to.be.equal(100n);
+      expect(await burnItem(api, alice, collectionId, tokenId, 100n)).to.be.true;
+      expect(await isTokenExists(api, collectionId, tokenId)).to.be.false;
+    });
+  });
+
+  it('Burn some pieces for multiple users', async () => {
+    await usingApi(async api => {   
+      const collectionId = (await createCollection(api, alice, {mode: {type: 'ReFungible'}})).collectionId;
+      const tokenId = (await createRefungibleToken(api, alice, collectionId, 100n)).itemId;
+      expect(await isTokenExists(api, collectionId, tokenId)).to.be.true;
+
+      expect(await getBalance(api, collectionId, alice, tokenId)).to.be.equal(100n);
+      expect(await transfer(api, collectionId, tokenId, alice, bob, 60n)).to.be.true;
+
+      
+      expect(await getBalance(api, collectionId, alice, tokenId)).to.be.equal(40n);
+      expect(await getBalance(api, collectionId, bob, tokenId)).to.be.equal(60n);
+      expect(await burnItem(api, alice, collectionId, tokenId, 40n)).to.be.true;
+
+      expect(await getBalance(api, collectionId, alice, tokenId)).to.be.equal(0n);
+      expect(await isTokenExists(api, collectionId, tokenId)).to.be.true;
+      expect(await burnItem(api, bob, collectionId, tokenId, 59n)).to.be.true;
+
+      expect(await getBalance(api, collectionId, bob, tokenId)).to.be.equal(1n);
+      expect(await isTokenExists(api, collectionId, tokenId)).to.be.true;
+      expect(await burnItem(api, bob, collectionId, tokenId, 1n)).to.be.true;
+      
+      expect(await isTokenExists(api, collectionId, tokenId)).to.be.false;
+    });
+  });
+
+  it('Set allowance for token', async () => {
+    await usingApi(async api => {
+      const collectionId = (await createCollection(api, alice, {mode: {type: 'ReFungible'}})).collectionId;
+      const tokenId = (await createRefungibleToken(api, alice, collectionId, 100n)).itemId;
+
+      expect(await getBalance(api, collectionId, alice, tokenId)).to.be.equal(100n);
+
+      expect(await approve(api, collectionId, tokenId, alice, bob, 60n)).to.be.true;
+      expect(await getAllowance(api, collectionId, alice, bob, tokenId)).to.be.equal(60n);
+
+      expect(await transferFrom(api, collectionId, tokenId, bob, alice, bob,  20n)).to.be.true;
+      expect(await getBalance(api, collectionId, alice, tokenId)).to.be.equal(80n);
+      expect(await getBalance(api, collectionId, bob, tokenId)).to.be.equal(20n);
+      expect(await getAllowance(api, collectionId, alice, bob, tokenId)).to.be.equal(40n);
+    });
+  });
+});
modifiedtests/src/util/helpers.tsdiffbeforeafterboth
--- a/tests/src/util/helpers.ts
+++ b/tests/src/util/helpers.ts
@@ -318,6 +318,33 @@
   tokenPrefix: 'prefix',
 };
 
+export async function
+createCollection(
+  api: ApiPromise,
+  sender: IKeyringPair,
+  params: Partial<CreateCollectionParams> = {},
+): Promise<CreateCollectionResult> {
+  const {name, description, mode, tokenPrefix} = {...defaultCreateCollectionParams, ...params};
+
+  let modeprm = {};
+  if (mode.type === 'NFT') {
+    modeprm = {nft: null};
+  } else if (mode.type === 'Fungible') {
+    modeprm = {fungible: mode.decimalPoints};
+  } else if (mode.type === 'ReFungible') {
+    modeprm = {refungible: null};
+  }
+
+  const tx = api.tx.unique.createCollectionEx({
+    name: strToUTF16(name),
+    description: strToUTF16(description),
+    tokenPrefix: strToUTF16(tokenPrefix),
+    mode: modeprm as any,
+  });
+  const events = await submitTransactionAsync(sender, tx);
+  return getCreateCollectionResult(events);
+}
+
 export async function createCollectionExpectSuccess(params: Partial<CreateCollectionParams> = {}): Promise<number> {
   const {name, description, mode, tokenPrefix} = {...defaultCreateCollectionParams, ...params};
 
@@ -329,23 +356,7 @@
     // Run the CreateCollection transaction
     const alicePrivateKey = privateKeyWrapper('//Alice');
 
-    let modeprm = {};
-    if (mode.type === 'NFT') {
-      modeprm = {nft: null};
-    } else if (mode.type === 'Fungible') {
-      modeprm = {fungible: mode.decimalPoints};
-    } else if (mode.type === 'ReFungible') {
-      modeprm = {refungible: null};
-    }
-
-    const tx = api.tx.unique.createCollectionEx({
-      name: strToUTF16(name),
-      description: strToUTF16(description),
-      tokenPrefix: strToUTF16(tokenPrefix),
-      mode: modeprm as any,
-    });
-    const events = await submitTransactionAsync(alicePrivateKey, tx);
-    const result = getCreateCollectionResult(events);
+    const result = await createCollection(api, alicePrivateKey, params);
 
     // Get number of collections after the transaction
     const collectionCountAfter = await getCreatedCollectionCount(api);
@@ -490,7 +501,7 @@
   return unused;
 }
 
-export async function getAllowance(api: ApiPromise, collectionId: number, owner: CrossAccountId | string, approved: CrossAccountId | string, tokenId: number) {
+export async function getAllowance(api: ApiPromise, collectionId: number, owner: CrossAccountId | string | IKeyringPair, approved: CrossAccountId | string | IKeyringPair, tokenId: number) {
   return (await api.rpc.unique.allowance(collectionId, normalizeAccountId(owner), normalizeAccountId(approved), tokenId)).toBigInt();
 }
 
@@ -800,16 +811,19 @@
   ReFungible: CreateReFungibleData;
 };
 
-export async function burnItemExpectSuccess(sender: IKeyringPair, collectionId: number, tokenId: number, value = 1) {
+export async function burnItem(api: ApiPromise, sender: IKeyringPair, collectionId: number, tokenId: number, value: number | bigint) : Promise<boolean> {
+  const tx = api.tx.unique.burnItem(collectionId, tokenId, value);
+  const events = await submitTransactionAsync(sender, tx);
+  return getGenericResult(events).success;
+}
+
+export async function burnItemExpectSuccess(sender: IKeyringPair, collectionId: number, tokenId: number, value: number | bigint = 1) {
   await usingApi(async (api) => {
     const balanceBefore = await getBalance(api, collectionId, normalizeAccountId(sender), tokenId);
     // if burning token by admin - use adminButnItemExpectSuccess
     expect(balanceBefore >= BigInt(value)).to.be.true;
 
-    const tx = api.tx.unique.burnItem(collectionId, tokenId, value);
-    const events = await submitTransactionAsync(sender, tx);
-    const result = getGenericResult(events);
-    expect(result.success).to.be.true;
+    expect(await burnItem(api, sender, collectionId, tokenId, value)).to.be.true;
 
     const balanceAfter = await getBalance(api, collectionId, normalizeAccountId(sender), tokenId);
     expect(balanceAfter + BigInt(value)).to.be.equal(balanceBefore);
@@ -817,17 +831,26 @@
 }
 
 export async function
+approve(
+  api: ApiPromise,
+  collectionId: number,
+  tokenId: number, owner: IKeyringPair, approved: CrossAccountId | string | IKeyringPair, amount: number | bigint,
+) {
+  const approveUniqueTx = api.tx.unique.approve(normalizeAccountId(approved), collectionId, tokenId, amount);
+  const events = await submitTransactionAsync(owner, approveUniqueTx);
+  return getGenericResult(events).success;
+}
+
+export async function
 approveExpectSuccess(
   collectionId: number,
   tokenId: number, owner: IKeyringPair, approved: CrossAccountId | string, amount: number | bigint = 1,
 ) {
   await usingApi(async (api: ApiPromise) => {
-    const approveUniqueTx = api.tx.unique.approve(normalizeAccountId(approved), collectionId, tokenId, amount);
-    const events = await submitTransactionAsync(owner, approveUniqueTx);
-    const result = getGenericResult(events);
-    expect(result.success).to.be.true;
+    const result = await approve(api, collectionId, tokenId, owner, approved, amount);
+    expect(result).to.be.true;
 
-    expect(await getAllowance(api, collectionId, owner.address, approved, tokenId)).to.be.equal(BigInt(amount));
+    expect(await getAllowance(api, collectionId, owner, approved, tokenId)).to.be.equal(BigInt(amount));
   });
 }
 
@@ -846,6 +869,23 @@
 }
 
 export async function
+transferFrom(
+  api: ApiPromise,
+  collectionId: number,
+  tokenId: number,
+  accountApproved: IKeyringPair,
+  accountFrom: IKeyringPair | CrossAccountId,
+  accountTo: IKeyringPair | CrossAccountId,
+  value: number | bigint,
+) {
+  const from = normalizeAccountId(accountFrom);
+  const to = normalizeAccountId(accountTo);
+  const transferFromTx = api.tx.unique.transferFrom(from, to, collectionId, tokenId, value);
+  const events = await submitTransactionAsync(accountApproved, transferFromTx);
+  return getGenericResult(events).success;
+}
+
+export async function
 transferFromExpectSuccess(
   collectionId: number,
   tokenId: number,
@@ -862,11 +902,7 @@
     if (type === 'Fungible' || type === 'ReFungible') {
       balanceBefore = await getBalance(api, collectionId, to, tokenId);
     }
-    const transferFromTx = api.tx.unique.transferFrom(normalizeAccountId(accountFrom), to, collectionId, tokenId, value);
-    const events = await submitTransactionAsync(accountApproved, transferFromTx);
-    const result = getGenericResult(events);
-    // tslint:disable-next-line:no-unused-expression
-    expect(result.success).to.be.true;
+    expect(await transferFrom(api, collectionId, tokenId, accountApproved, accountFrom, accountTo, value)).to.be.true;
     if (type === 'NFT') {
       expect(await getTokenOwner(api, collectionId, tokenId)).to.be.deep.equal(to);
     }
@@ -1071,6 +1107,20 @@
 }
 
 export async function
+transfer(
+  api: ApiPromise,
+  collectionId: number,
+  tokenId: number,
+  sender: IKeyringPair,
+  recipient: IKeyringPair | CrossAccountId,
+  value: number | bigint,
+) : Promise<boolean> {
+  const transferTx = api.tx.unique.transfer(normalizeAccountId(recipient), collectionId, tokenId, value);
+  const events = await executeTransaction(api, sender, transferTx);
+  return getGenericResult(events).success;
+}
+
+export async function
 transferExpectSuccess(
   collectionId: number,
   tokenId: number,
@@ -1084,13 +1134,14 @@
     const to = normalizeAccountId(recipient);
 
     let balanceBefore = 0n;
-    if (type === 'Fungible') {
+    if (type === 'Fungible' || type === 'ReFungible') {
       balanceBefore = await getBalance(api, collectionId, to, tokenId);
     }
-    const transferTx = api.tx.unique.transfer(to, collectionId, tokenId, value);
-    const events = await executeTransaction(api, sender, transferTx);
 
+    const transferTx = api.tx.unique.transfer(normalizeAccountId(recipient), collectionId, tokenId, value);
+    const events = await executeTransaction(api, sender, transferTx);
     const result = getTransferResult(api, events);
+
     expect(result.collectionId).to.be.equal(collectionId);
     expect(result.itemId).to.be.equal(tokenId);
     expect(result.sender).to.be.deep.equal(normalizeAccountId(sender.address));
@@ -1100,7 +1151,7 @@
     if (type === 'NFT') {
       expect(await getTokenOwner(api, collectionId, tokenId)).to.be.deep.equal(to);
     }
-    if (type === 'Fungible') {
+    if (type === 'Fungible' || type === 'ReFungible') {
       const balanceAfter = await getBalance(api, collectionId, to, tokenId);
       if (JSON.stringify(to) !== JSON.stringify(from)) {
         expect(balanceAfter - balanceBefore).to.be.equal(BigInt(value));
@@ -1108,9 +1159,6 @@
         expect(balanceAfter).to.be.equal(balanceBefore);
       }
     }
-    if (type === 'ReFungible') {
-      expect(await getBalance(api, collectionId, to, tokenId) >= value).to.be.true;
-    }
   });
 }
 
@@ -1151,7 +1199,7 @@
 export async function getBalance(
   api: ApiPromise,
   collectionId: number,
-  owner: string | CrossAccountId,
+  owner: string | CrossAccountId | IKeyringPair,
   token: number,
 ): Promise<bigint> {
   return (await api.rpc.unique.balance(collectionId, normalizeAccountId(owner), token)).toBigInt();
@@ -1226,6 +1274,16 @@
   });
 }
 
+export async function createMultipleItemsExpectSuccess(sender: IKeyringPair, collectionId: number, itemsData: any, owner: CrossAccountId | string = sender.address) {
+  await usingApi(async (api) => {
+    const to = normalizeAccountId(owner);
+    const tx = api.tx.unique.createMultipleItems(collectionId, to, itemsData);
+
+    const events = await submitTransactionAsync(sender, tx);
+    expect(getGenericResult(events).success).to.be.true;
+  });
+}
+
 export async function createMultipleItemsWithPropsExpectSuccess(sender: IKeyringPair, collectionId: number, itemsData: any, owner: CrossAccountId | string = sender.address) {
   await usingApi(async (api) => {
     const to = normalizeAccountId(owner);
@@ -1359,6 +1417,14 @@
   return newItemId;
 }
 
+export async function createRefungibleToken(api: ApiPromise, sender: IKeyringPair, collectionId: number, amount: bigint, owner: CrossAccountId | IKeyringPair | string = sender.address) : Promise<CreateItemResult> {
+  const createData = {refungible: {pieces: amount}};
+  const tx = api.tx.unique.createItem(collectionId, normalizeAccountId(owner), createData as any);
+
+  const events = await submitTransactionAsync(sender, tx);
+  return  getCreateItemResult(events);
+}
+
 export async function createItemExpectFailure(sender: IKeyringPair, collectionId: number, createMode: string, owner: CrossAccountId | string = sender.address) {
   await usingApi(async (api) => {
     const tx = api.tx.unique.createItem(collectionId, normalizeAccountId(owner), createMode);