difftreelog
build upgrade to polkadot v0.9.19
in: master
34 files changed
Cargo.lockdiffbeforeafterboth59 "cipher",59 "cipher",60 "ctr",60 "ctr",61 "ghash",61 "ghash",62 "subtle 2.4.1",62 "subtle",63]63]646465[[package]]65[[package]]9999100[[package]]100[[package]]101name = "anyhow"101name = "anyhow"102version = "1.0.56"102version = "1.0.57"103source = "registry+https://github.com/rust-lang/crates.io-index"103source = "registry+https://github.com/rust-lang/crates.io-index"104checksum = "4361135be9122e0870de935d7c439aef945b9f9ddd4199a553b5270b49c82a27"104checksum = "08f9b8508dccb7687a1d6c4ce66b2b0ecef467c94667de27d8d7fe1f8d2a9cdc"105105106[[package]]106[[package]]107name = "approx"107name = "approx"278 "memchr",278 "memchr",279 "num_cpus",279 "num_cpus",280 "once_cell",280 "once_cell",281 "pin-project-lite 0.2.8",281 "pin-project-lite 0.2.9",282 "pin-utils",282 "pin-utils",283 "slab",283 "slab",284 "wasm-bindgen-futures",284 "wasm-bindgen-futures",325 "futures-sink",325 "futures-sink",326 "futures-util",326 "futures-util",327 "memchr",327 "memchr",328 "pin-project-lite 0.2.8",328 "pin-project-lite 0.2.9",329]329]330330331[[package]]331[[package]]338 "futures-sink",338 "futures-sink",339 "futures-util",339 "futures-util",340 "memchr",340 "memchr",341 "pin-project-lite 0.2.8",341 "pin-project-lite 0.2.9",342]342]343343344[[package]]344[[package]]394 "futures-core",394 "futures-core",395 "getrandom 0.2.6",395 "getrandom 0.2.6",396 "instant",396 "instant",397 "pin-project-lite 0.2.8",397 "pin-project-lite 0.2.9",398 "rand 0.8.5",398 "rand 0.8.5",399 "tokio 1.17.0",399 "tokio 1.17.0",400]400]401401402[[package]]402[[package]]403name = "backtrace"403name = "backtrace"404version = "0.3.64"404version = "0.3.65"405source = "registry+https://github.com/rust-lang/crates.io-index"405source = "registry+https://github.com/rust-lang/crates.io-index"406checksum = "5e121dee8023ce33ab248d9ce1493df03c3b38a659b240096fcbd7048ff9c31f"406checksum = "11a17d453482a265fd5f8479f2a3f405566e6ca627837aaddb85af8b1ab8ef61"407dependencies = [407dependencies = [408 "addr2line",408 "addr2line",409 "cc",409 "cc",410 "cfg-if 1.0.0",410 "cfg-if 1.0.0",411 "libc",411 "libc",412 "miniz_oxide",412 "miniz_oxide",413 "object",413 "object 0.28.3",414 "rustc-demangle",414 "rustc-demangle",415]415]416416417[[package]]417[[package]]418name = "base-x"418name = "base-x"419version = "0.2.8"419version = "0.2.10"420source = "registry+https://github.com/rust-lang/crates.io-index"420source = "registry+https://github.com/rust-lang/crates.io-index"421checksum = "a4521f3e3d031370679b3b140beb36dfe4801b09ac77e30c61941f97df3ef28b"421checksum = "dc19a4937b4fbd3fe3379793130e42060d10627a360f2127802b10b87e7baf74"422422423[[package]]423[[package]]424name = "base16ct"424name = "base16ct"456[[package]]456[[package]]457name = "beefy-gadget"457name = "beefy-gadget"458version = "4.0.0-dev"458version = "4.0.0-dev"459source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"459source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"460dependencies = [460dependencies = [461 "beefy-primitives",461 "beefy-primitives",462 "fnv",462 "fnv",463 "futures 0.3.21",463 "futures 0.3.21",464 "futures-timer",464 "hex",465 "hex",465 "log",466 "log",466 "parity-scale-codec",467 "parity-scale-codec",467 "parking_lot 0.12.0",468 "parking_lot 0.12.0",468 "sc-chain-spec",469 "sc-chain-spec",469 "sc-client-api",470 "sc-client-api",471 "sc-finality-grandpa",470 "sc-keystore",472 "sc-keystore",471 "sc-network",473 "sc-network",472 "sc-network-gossip",474 "sc-network-gossip",475 "sp-application-crypto",477 "sp-application-crypto",476 "sp-arithmetic",478 "sp-arithmetic",477 "sp-blockchain",479 "sp-blockchain",480 "sp-consensus",478 "sp-core",481 "sp-core",479 "sp-keystore",482 "sp-keystore",480 "sp-runtime",483 "sp-runtime",486[[package]]489[[package]]487name = "beefy-gadget-rpc"490name = "beefy-gadget-rpc"488version = "4.0.0-dev"491version = "4.0.0-dev"489source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"492source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"490dependencies = [493dependencies = [491 "beefy-gadget",494 "beefy-gadget",492 "beefy-primitives",495 "beefy-primitives",509[[package]]512[[package]]510name = "beefy-merkle-tree"513name = "beefy-merkle-tree"511version = "4.0.0-dev"514version = "4.0.0-dev"512source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"515source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"513516514[[package]]517[[package]]515name = "beefy-primitives"518name = "beefy-primitives"516version = "4.0.0-dev"519version = "4.0.0-dev"517source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"520source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"518dependencies = [521dependencies = [519 "parity-scale-codec",522 "parity-scale-codec",520 "scale-info",523 "scale-info",571source = "registry+https://github.com/rust-lang/crates.io-index"574source = "registry+https://github.com/rust-lang/crates.io-index"572checksum = "1489fcb93a5bb47da0462ca93ad252ad6af2145cce58d10d46a83931ba9f016b"575checksum = "1489fcb93a5bb47da0462ca93ad252ad6af2145cce58d10d46a83931ba9f016b"573dependencies = [576dependencies = [574 "funty 2.0.0",577 "funty",575 "radium",578 "radium",576 "tap",579 "tap",577 "wyz",580 "wyz",730[[package]]733[[package]]731name = "bp-header-chain"734name = "bp-header-chain"732version = "0.1.0"735version = "0.1.0"733source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"736source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"734dependencies = [737dependencies = [738 "bp-runtime",735 "finality-grandpa",739 "finality-grandpa",736 "frame-support",740 "frame-support",737 "parity-scale-codec",741 "parity-scale-codec",746[[package]]750[[package]]747name = "bp-message-dispatch"751name = "bp-message-dispatch"748version = "0.1.0"752version = "0.1.0"749source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"753source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"750dependencies = [754dependencies = [751 "bp-runtime",755 "bp-runtime",752 "frame-support",756 "frame-support",758[[package]]762[[package]]759name = "bp-messages"763name = "bp-messages"760version = "0.1.0"764version = "0.1.0"761source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"765source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"762dependencies = [766dependencies = [763 "bitvec",767 "bitvec",764 "bp-runtime",768 "bp-runtime",768 "parity-scale-codec",772 "parity-scale-codec",769 "scale-info",773 "scale-info",770 "serde",774 "serde",775 "sp-core",771 "sp-std",776 "sp-std",772]777]773778774[[package]]779[[package]]775name = "bp-polkadot-core"780name = "bp-polkadot-core"776version = "0.1.0"781version = "0.1.0"777source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"782source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"778dependencies = [783dependencies = [779 "bp-messages",784 "bp-messages",780 "bp-runtime",785 "bp-runtime",792[[package]]797[[package]]793name = "bp-rococo"798name = "bp-rococo"794version = "0.1.0"799version = "0.1.0"795source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"800source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"796dependencies = [801dependencies = [797 "bp-messages",802 "bp-messages",798 "bp-polkadot-core",803 "bp-polkadot-core",809[[package]]814[[package]]810name = "bp-runtime"815name = "bp-runtime"811version = "0.1.0"816version = "0.1.0"812source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"817source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"813dependencies = [818dependencies = [814 "frame-support",819 "frame-support",815 "hash-db",820 "hash-db",827[[package]]832[[package]]828name = "bp-test-utils"833name = "bp-test-utils"829version = "0.1.0"834version = "0.1.0"830source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"835source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"831dependencies = [836dependencies = [832 "bp-header-chain",837 "bp-header-chain",833 "ed25519-dalek",838 "ed25519-dalek",842[[package]]847[[package]]843name = "bp-wococo"848name = "bp-wococo"844version = "0.1.0"849version = "0.1.0"845source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"850source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"846dependencies = [851dependencies = [847 "bp-messages",852 "bp-messages",848 "bp-polkadot-core",853 "bp-polkadot-core",857[[package]]862[[package]]858name = "bridge-runtime-common"863name = "bridge-runtime-common"859version = "0.1.0"864version = "0.1.0"860source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"865source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"861dependencies = [866dependencies = [862 "bp-message-dispatch",867 "bp-message-dispatch",863 "bp-messages",868 "bp-messages",864 "bp-runtime",869 "bp-runtime",865 "frame-support",870 "frame-support",871 "frame-system",866 "hash-db",872 "hash-db",867 "pallet-bridge-dispatch",873 "pallet-bridge-dispatch",868 "pallet-bridge-grandpa",874 "pallet-bridge-grandpa",869 "pallet-bridge-messages",875 "pallet-bridge-messages",870 "pallet-transaction-payment",876 "pallet-transaction-payment",871 "parity-scale-codec",877 "parity-scale-codec",872 "scale-info",878 "scale-info",879 "sp-api",873 "sp-core",880 "sp-core",874 "sp-runtime",881 "sp-runtime",875 "sp-state-machine",882 "sp-state-machine",111111181112[[package]]1119[[package]]1113name = "clap"1120name = "clap"1114version = "3.1.8"1121version = "3.1.12"1115source = "registry+https://github.com/rust-lang/crates.io-index"1122source = "registry+https://github.com/rust-lang/crates.io-index"1116checksum = "71c47df61d9e16dc010b55dba1952a57d8c215dbb533fd13cdd13369aac73b1c"1123checksum = "7c167e37342afc5f33fd87bbc870cedd020d2a6dffa05d45ccd9241fbdd146db"1117dependencies = [1124dependencies = [1118 "atty",1125 "atty",1119 "bitflags",1126 "bitflags",1120 "clap_derive",1127 "clap_derive",1128 "clap_lex",1121 "indexmap",1129 "indexmap",1122 "lazy_static",1130 "lazy_static",1123 "os_str_bytes",1124 "strsim",1131 "strsim",1125 "termcolor",1132 "termcolor",1126 "textwrap",1133 "textwrap",1140]1147]114111481142[[package]]1149[[package]]1150name = "clap_lex"1151version = "0.1.1"1152source = "registry+https://github.com/rust-lang/crates.io-index"1153checksum = "189ddd3b5d32a70b35e7686054371742a937b0d99128e76dde6340210e966669"1154dependencies = [1155 "os_str_bytes",1156]11571158[[package]]1159name = "coarsetime"1160version = "0.1.22"1161source = "registry+https://github.com/rust-lang/crates.io-index"1162checksum = "454038500439e141804c655b4cd1bc6a70bcb95cd2bc9463af5661b6956f0e46"1163dependencies = [1164 "libc",1165 "once_cell",1166 "wasi 0.11.0+wasi-snapshot-preview1",1167 "wasm-bindgen",1168]11691170[[package]]1143name = "concurrent-queue"1171name = "concurrent-queue"1144version = "1.2.2"1172version = "1.2.2"1145source = "registry+https://github.com/rust-lang/crates.io-index"1173source = "registry+https://github.com/rust-lang/crates.io-index"1343]1371]134413721345[[package]]1373[[package]]1374name = "crossbeam-queue"1375version = "0.3.5"1376source = "registry+https://github.com/rust-lang/crates.io-index"1377checksum = "1f25d8400f4a7a5778f0e4e52384a48cbd9b5c495d110786187fc750075277a2"1378dependencies = [1379 "cfg-if 1.0.0",1380 "crossbeam-utils",1381]13821383[[package]]1346name = "crossbeam-utils"1384name = "crossbeam-utils"1347version = "0.8.8"1385version = "0.8.8"1348source = "registry+https://github.com/rust-lang/crates.io-index"1386source = "registry+https://github.com/rust-lang/crates.io-index"1366dependencies = [1404dependencies = [1367 "generic-array 0.14.5",1405 "generic-array 0.14.5",1368 "rand_core 0.6.3",1406 "rand_core 0.6.3",1369 "subtle 2.4.1",1407 "subtle",1370 "zeroize",1408 "zeroize",1371]1409]13721410138214201383[[package]]1421[[package]]1384name = "crypto-mac"1422name = "crypto-mac"1385version = "0.7.0"1386source = "registry+https://github.com/rust-lang/crates.io-index"1387checksum = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5"1388dependencies = [1389 "generic-array 0.12.4",1390 "subtle 1.0.0",1391]13921393[[package]]1394name = "crypto-mac"1395version = "0.8.0"1423version = "0.8.0"1396source = "registry+https://github.com/rust-lang/crates.io-index"1424source = "registry+https://github.com/rust-lang/crates.io-index"1397checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"1425checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"1398dependencies = [1426dependencies = [1399 "generic-array 0.14.5",1427 "generic-array 0.14.5",1400 "subtle 2.4.1",1428 "subtle",1401]1429]140214301403[[package]]1431[[package]]1407checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"1435checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"1408dependencies = [1436dependencies = [1409 "generic-array 0.14.5",1437 "generic-array 0.14.5",1410 "subtle 2.4.1",1438 "subtle",1411]1439]141214401413[[package]]1441[[package]]1452[[package]]1480[[package]]1453name = "cumulus-client-cli"1481name = "cumulus-client-cli"1454version = "0.1.0"1482version = "0.1.0"1455source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1483source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"1456dependencies = [1484dependencies = [1457 "clap",1485 "clap",1458 "sc-cli",1486 "sc-cli",1463[[package]]1491[[package]]1464name = "cumulus-client-collator"1492name = "cumulus-client-collator"1465version = "0.1.0"1493version = "0.1.0"1466source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1494source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"1467dependencies = [1495dependencies = [1468 "cumulus-client-consensus-common",1496 "cumulus-client-consensus-common",1469 "cumulus-client-network",1497 "cumulus-client-network",1487[[package]]1515[[package]]1488name = "cumulus-client-consensus-aura"1516name = "cumulus-client-consensus-aura"1489version = "0.1.0"1517version = "0.1.0"1490source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1518source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"1491dependencies = [1519dependencies = [1492 "async-trait",1520 "async-trait",1493 "cumulus-client-consensus-common",1521 "cumulus-client-consensus-common",1516[[package]]1544[[package]]1517name = "cumulus-client-consensus-common"1545name = "cumulus-client-consensus-common"1518version = "0.1.0"1546version = "0.1.0"1519source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1547source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"1520dependencies = [1548dependencies = [1521 "async-trait",1549 "async-trait",1522 "cumulus-relay-chain-interface",1550 "cumulus-relay-chain-interface",1537[[package]]1565[[package]]1538name = "cumulus-client-network"1566name = "cumulus-client-network"1539version = "0.1.0"1567version = "0.1.0"1540source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1568source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"1541dependencies = [1569dependencies = [1542 "async-trait",1570 "async-trait",1543 "cumulus-relay-chain-interface",1571 "cumulus-relay-chain-interface",1562[[package]]1590[[package]]1563name = "cumulus-client-pov-recovery"1591name = "cumulus-client-pov-recovery"1564version = "0.1.0"1592version = "0.1.0"1565source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1593source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"1566dependencies = [1594dependencies = [1567 "cumulus-primitives-core",1595 "cumulus-primitives-core",1568 "cumulus-relay-chain-interface",1596 "cumulus-relay-chain-interface",1586[[package]]1614[[package]]1587name = "cumulus-client-service"1615name = "cumulus-client-service"1588version = "0.1.0"1616version = "0.1.0"1589source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1617source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"1590dependencies = [1618dependencies = [1591 "cumulus-client-cli",1619 "cumulus-client-cli",1592 "cumulus-client-collator",1620 "cumulus-client-collator",1616[[package]]1644[[package]]1617name = "cumulus-pallet-aura-ext"1645name = "cumulus-pallet-aura-ext"1618version = "0.1.0"1646version = "0.1.0"1619source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1647source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"1620dependencies = [1648dependencies = [1621 "frame-executive",1649 "frame-executive",1622 "frame-support",1650 "frame-support",1634[[package]]1662[[package]]1635name = "cumulus-pallet-dmp-queue"1663name = "cumulus-pallet-dmp-queue"1636version = "0.1.0"1664version = "0.1.0"1637source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1665source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"1638dependencies = [1666dependencies = [1639 "cumulus-primitives-core",1667 "cumulus-primitives-core",1640 "frame-support",1668 "frame-support",1652[[package]]1680[[package]]1653name = "cumulus-pallet-parachain-system"1681name = "cumulus-pallet-parachain-system"1654version = "0.1.0"1682version = "0.1.0"1655source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1683source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"1656dependencies = [1684dependencies = [1657 "cumulus-pallet-parachain-system-proc-macro",1685 "cumulus-pallet-parachain-system-proc-macro",1658 "cumulus-primitives-core",1686 "cumulus-primitives-core",1682[[package]]1710[[package]]1683name = "cumulus-pallet-parachain-system-proc-macro"1711name = "cumulus-pallet-parachain-system-proc-macro"1684version = "0.1.0"1712version = "0.1.0"1685source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1713source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"1686dependencies = [1714dependencies = [1687 "proc-macro-crate 1.1.3",1715 "proc-macro-crate 1.1.3",1688 "proc-macro2",1716 "proc-macro2",1693[[package]]1721[[package]]1694name = "cumulus-pallet-xcm"1722name = "cumulus-pallet-xcm"1695version = "0.1.0"1723version = "0.1.0"1696source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1724source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"1697dependencies = [1725dependencies = [1698 "cumulus-primitives-core",1726 "cumulus-primitives-core",1699 "frame-support",1727 "frame-support",1710[[package]]1738[[package]]1711name = "cumulus-pallet-xcmp-queue"1739name = "cumulus-pallet-xcmp-queue"1712version = "0.1.0"1740version = "0.1.0"1713source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1741source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"1714dependencies = [1742dependencies = [1715 "cumulus-primitives-core",1743 "cumulus-primitives-core",1716 "frame-support",1744 "frame-support",1728[[package]]1756[[package]]1729name = "cumulus-primitives-core"1757name = "cumulus-primitives-core"1730version = "0.1.0"1758version = "0.1.0"1731source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1759source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"1732dependencies = [1760dependencies = [1733 "frame-support",1761 "frame-support",1734 "parity-scale-codec",1762 "parity-scale-codec",1744[[package]]1772[[package]]1745name = "cumulus-primitives-parachain-inherent"1773name = "cumulus-primitives-parachain-inherent"1746version = "0.1.0"1774version = "0.1.0"1747source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1775source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"1748dependencies = [1776dependencies = [1749 "async-trait",1777 "async-trait",1750 "cumulus-primitives-core",1778 "cumulus-primitives-core",1767[[package]]1795[[package]]1768name = "cumulus-primitives-timestamp"1796name = "cumulus-primitives-timestamp"1769version = "0.1.0"1797version = "0.1.0"1770source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1798source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"1771dependencies = [1799dependencies = [1772 "cumulus-primitives-core",1800 "cumulus-primitives-core",1773 "futures 0.3.21",1801 "futures 0.3.21",1780[[package]]1808[[package]]1781name = "cumulus-primitives-utility"1809name = "cumulus-primitives-utility"1782version = "0.1.0"1810version = "0.1.0"1783source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1811source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"1784dependencies = [1812dependencies = [1785 "cumulus-primitives-core",1813 "cumulus-primitives-core",1786 "frame-support",1814 "frame-support",1797[[package]]1825[[package]]1798name = "cumulus-relay-chain-inprocess-interface"1826name = "cumulus-relay-chain-inprocess-interface"1799version = "0.1.0"1827version = "0.1.0"1800source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1828source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"1801dependencies = [1829dependencies = [1802 "async-trait",1830 "async-trait",1803 "cumulus-primitives-core",1831 "cumulus-primitives-core",1825[[package]]1853[[package]]1826name = "cumulus-relay-chain-interface"1854name = "cumulus-relay-chain-interface"1827version = "0.1.0"1855version = "0.1.0"1828source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1856source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"1829dependencies = [1857dependencies = [1830 "async-trait",1858 "async-trait",1831 "cumulus-primitives-core",1859 "cumulus-primitives-core",1832 "derive_more",1860 "derive_more",1833 "futures 0.3.21",1861 "futures 0.3.21",1834 "jsonrpsee-core 0.9.0",1862 "jsonrpsee-core",1835 "parity-scale-codec",1863 "parity-scale-codec",1836 "parking_lot 0.12.0",1864 "parking_lot 0.12.0",1837 "polkadot-overseer",1865 "polkadot-overseer",1849[[package]]1877[[package]]1850name = "cumulus-relay-chain-rpc-interface"1878name = "cumulus-relay-chain-rpc-interface"1851version = "0.1.0"1879version = "0.1.0"1852source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1880source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"1853dependencies = [1881dependencies = [1854 "async-trait",1882 "async-trait",1855 "backoff",1883 "backoff",1856 "cumulus-primitives-core",1884 "cumulus-primitives-core",1857 "cumulus-relay-chain-interface",1885 "cumulus-relay-chain-interface",1858 "futures 0.3.21",1886 "futures 0.3.21",1859 "futures-timer",1887 "futures-timer",1860 "jsonrpsee 0.9.0",1888 "jsonrpsee",1861 "parity-scale-codec",1889 "parity-scale-codec",1862 "parking_lot 0.12.0",1890 "parking_lot 0.12.0",1863 "polkadot-service",1891 "polkadot-service",1875[[package]]1903[[package]]1876name = "cumulus-test-relay-sproof-builder"1904name = "cumulus-test-relay-sproof-builder"1877version = "0.1.0"1905version = "0.1.0"1878source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1906source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"1879dependencies = [1907dependencies = [1880 "cumulus-primitives-core",1908 "cumulus-primitives-core",1881 "parity-scale-codec",1909 "parity-scale-codec",1894 "byteorder",1922 "byteorder",1895 "digest 0.8.1",1923 "digest 0.8.1",1896 "rand_core 0.5.1",1924 "rand_core 0.5.1",1897 "subtle 2.4.1",1925 "subtle",1898 "zeroize",1926 "zeroize",1899]1927]190019281907 "byteorder",1935 "byteorder",1908 "digest 0.9.0",1936 "digest 0.9.0",1909 "rand_core 0.5.1",1937 "rand_core 0.5.1",1910 "subtle 2.4.1",1938 "subtle",1911 "zeroize",1939 "zeroize",1912]1940]191319412031dependencies = [2059dependencies = [2032 "block-buffer 0.10.2",2060 "block-buffer 0.10.2",2033 "crypto-common",2061 "crypto-common",2034 "subtle 2.4.1",2062 "subtle",2035]2063]203620642037[[package]]2065[[package]]2178 "group",2206 "group",2179 "rand_core 0.6.3",2207 "rand_core 0.6.3",2180 "sec1",2208 "sec1",2181 "subtle 2.4.1",2209 "subtle",2182 "zeroize",2210 "zeroize",2183]2211]21842212219622242197[[package]]2225[[package]]2198name = "enumflags2"2226name = "enumflags2"2199version = "0.6.4"2227version = "0.7.5"2200source = "registry+https://github.com/rust-lang/crates.io-index"2228source = "registry+https://github.com/rust-lang/crates.io-index"2201checksum = "83c8d82922337cd23a15f88b70d8e4ef5f11da38dd7cdb55e84dd5de99695da0"2229checksum = "e75d4cd21b95383444831539909fbb14b9dc3fdceb2a6f5d36577329a1f55ccb"2202dependencies = [2230dependencies = [2203 "enumflags2_derive",2231 "enumflags2_derive",2204]2232]220522332206[[package]]2234[[package]]2207name = "enumflags2_derive"2235name = "enumflags2_derive"2208version = "0.6.4"2236version = "0.7.4"2209source = "registry+https://github.com/rust-lang/crates.io-index"2237source = "registry+https://github.com/rust-lang/crates.io-index"2210checksum = "946ee94e3dbf58fdd324f9ce245c7b238d46a66f00e86a020b71996349e46cce"2238checksum = "f58dc3c5e468259f19f2d46304a6b28f1c3d034442e14b322d2b850e36f6d5ae"2211dependencies = [2239dependencies = [2212 "proc-macro2",2240 "proc-macro2",2213 "quote",2241 "quote",232323512324[[package]]2352[[package]]2325name = "evm"2353name = "evm"2326version = "0.33.1"2354version = "0.35.0"2327source = "git+https://github.com/uniquenetwork/evm.git?branch=unique-polkadot-v0.9.18#5012fe9034f0a5cc6881d385890b11ef35d2e39a"2355source = "git+https://github.com//uniquenetwork/evm?branch=unique-polkadot-v0.9.19#1b170dc649f5e16a33134710a9fe2610e580661e"2328dependencies = [2356dependencies = [2329 "auto_impl",2357 "auto_impl",2330 "environmental",2358 "environmental",2338 "rlp",2366 "rlp",2339 "scale-info",2367 "scale-info",2340 "serde",2368 "serde",2341 "sha3 0.8.2",2369 "sha3 0.10.1",2342]2370]234323712344[[package]]2372[[package]]236923972370[[package]]2398[[package]]2371name = "evm-core"2399name = "evm-core"2372version = "0.33.0"2400version = "0.35.0"2373source = "git+https://github.com/uniquenetwork/evm.git?branch=unique-polkadot-v0.9.18#5012fe9034f0a5cc6881d385890b11ef35d2e39a"2401source = "git+https://github.com//uniquenetwork/evm?branch=unique-polkadot-v0.9.19#1b170dc649f5e16a33134710a9fe2610e580661e"2374dependencies = [2402dependencies = [2375 "funty 1.1.0",2376 "parity-scale-codec",2403 "parity-scale-codec",2377 "primitive-types",2404 "primitive-types",2378 "scale-info",2405 "scale-info",238124082382[[package]]2409[[package]]2383name = "evm-gasometer"2410name = "evm-gasometer"2384version = "0.33.0"2411version = "0.35.0"2385source = "git+https://github.com/uniquenetwork/evm.git?branch=unique-polkadot-v0.9.18#5012fe9034f0a5cc6881d385890b11ef35d2e39a"2412source = "git+https://github.com//uniquenetwork/evm?branch=unique-polkadot-v0.9.19#1b170dc649f5e16a33134710a9fe2610e580661e"2386dependencies = [2413dependencies = [2387 "environmental",2414 "environmental",2388 "evm-core",2415 "evm-core",239224192393[[package]]2420[[package]]2394name = "evm-runtime"2421name = "evm-runtime"2395version = "0.33.0"2422version = "0.35.0"2396source = "git+https://github.com/uniquenetwork/evm.git?branch=unique-polkadot-v0.9.18#5012fe9034f0a5cc6881d385890b11ef35d2e39a"2423source = "git+https://github.com//uniquenetwork/evm?branch=unique-polkadot-v0.9.19#1b170dc649f5e16a33134710a9fe2610e580661e"2397dependencies = [2424dependencies = [2398 "auto_impl",2425 "auto_impl",2399 "environmental",2426 "environmental",2400 "evm-core",2427 "evm-core",2401 "primitive-types",2428 "primitive-types",2402 "sha3 0.8.2",2429 "sha3 0.10.1",2403]2430]240424312405[[package]]2432[[package]]242524522426[[package]]2453[[package]]2427name = "expander"2454name = "expander"2428version = "0.0.5"2455version = "0.0.6"2429source = "registry+https://github.com/rust-lang/crates.io-index"2456source = "registry+https://github.com/rust-lang/crates.io-index"2430checksum = "309f21c39e8e38e4b6eda07e155bd7a4e5fc4d707cefd0402cc82a8b6bb65aaa"2457checksum = "3774182a5df13c3d1690311ad32fbe913feef26baba609fa2dd5f72042bd2ab6"2431dependencies = [2458dependencies = [2432 "blake2 0.10.4",2459 "blake2 0.10.4",2433 "fs-err",2460 "fs-err",2434 "proc-macro2",2461 "proc-macro2",2435 "quote",2462 "quote",2463 "syn",2436]2464]243724652438[[package]]2466[[package]]2484[[package]]2512[[package]]2485name = "fc-consensus"2513name = "fc-consensus"2486version = "2.0.0-dev"2514version = "2.0.0-dev"2487source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"2515source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#181be008ee7eff1b16dfabaaf1383b4253cc9790"2488dependencies = [2516dependencies = [2489 "async-trait",2517 "async-trait",2490 "derive_more",2491 "fc-db",2518 "fc-db",2492 "fp-consensus",2519 "fp-consensus",2493 "fp-rpc",2520 "fp-rpc",2494 "futures 0.3.21",2495 "log",2496 "parity-scale-codec",2497 "sc-client-api",2521 "sc-client-api",2498 "sc-consensus",2522 "sc-consensus",2499 "sc-transaction-pool-api",2500 "sp-api",2523 "sp-api",2501 "sp-block-builder",2524 "sp-block-builder",2502 "sp-blockchain",2525 "sp-blockchain",2503 "sp-consensus",2526 "sp-consensus",2504 "sp-core",2505 "sp-inherents",2506 "sp-runtime",2527 "sp-runtime",2507 "sp-timestamp",2528 "thiserror",2508 "substrate-prometheus-endpoint",2509]2529]251025302511[[package]]2531[[package]]2512name = "fc-db"2532name = "fc-db"2513version = "2.0.0-dev"2533version = "2.0.0-dev"2514source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"2534source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#181be008ee7eff1b16dfabaaf1383b4253cc9790"2515dependencies = [2535dependencies = [2516 "fp-storage",2536 "fp-storage",2517 "kvdb",2518 "kvdb-rocksdb",2537 "kvdb-rocksdb",2519 "pallet-ethereum",2520 "parity-scale-codec",2538 "parity-scale-codec",2521 "parking_lot 0.11.2",2539 "parking_lot 0.12.0",2522 "sp-core",2540 "sp-core",2523 "sp-database",2541 "sp-database",2524 "sp-runtime",2542 "sp-runtime",2527[[package]]2545[[package]]2528name = "fc-mapping-sync"2546name = "fc-mapping-sync"2529version = "2.0.0-dev"2547version = "2.0.0-dev"2530source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"2548source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#181be008ee7eff1b16dfabaaf1383b4253cc9790"2531dependencies = [2549dependencies = [2532 "fc-consensus",2533 "fc-db",2550 "fc-db",2534 "fp-consensus",2551 "fp-consensus",2535 "fp-rpc",2552 "fp-rpc",2545[[package]]2562[[package]]2546name = "fc-rpc"2563name = "fc-rpc"2547version = "2.0.0-dev"2564version = "2.0.0-dev"2548source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"2565source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#181be008ee7eff1b16dfabaaf1383b4253cc9790"2549dependencies = [2566dependencies = [2550 "ethereum",2567 "ethereum",2551 "ethereum-types",2568 "ethereum-types",2552 "evm",2569 "evm",2553 "fc-consensus",2554 "fc-db",2570 "fc-db",2555 "fc-rpc-core",2571 "fc-rpc-core",2556 "fp-consensus",2557 "fp-evm",2558 "fp-rpc",2572 "fp-rpc",2559 "fp-storage",2573 "fp-storage",2560 "futures 0.3.21",2574 "futures 0.3.21",2561 "futures-util",2575 "hex",2562 "jsonrpc-core",2576 "jsonrpc-core",2577 "jsonrpc-core-client",2563 "jsonrpc-pubsub",2578 "jsonrpc-pubsub",2564 "libsecp256k1 0.3.5",2579 "libsecp256k1",2565 "log",2580 "log",2566 "lru 0.6.6",2581 "lru 0.6.6",2567 "pallet-ethereum",2568 "pallet-evm",2569 "parity-scale-codec",2582 "parity-scale-codec",2570 "parking_lot 0.11.2",2583 "rand 0.8.5",2571 "rand 0.7.3",2572 "rlp",2584 "rlp",2573 "rustc-hex",2574 "sc-client-api",2585 "sc-client-api",2575 "sc-network",2586 "sc-network",2576 "sc-rpc",2587 "sc-rpc",2577 "sc-service",2588 "sc-service",2578 "sc-transaction-pool",2589 "sc-transaction-pool",2579 "sc-transaction-pool-api",2590 "sc-transaction-pool-api",2580 "sha3 0.8.2",2581 "sp-api",2591 "sp-api",2582 "sp-block-builder",2592 "sp-block-builder",2583 "sp-blockchain",2593 "sp-blockchain",2594 "sp-core",2584 "sp-io",2595 "sp-io",2585 "sp-runtime",2596 "sp-runtime",2586 "sp-storage",2597 "sp-storage",2587 "sp-transaction-pool",2588 "tokio 1.17.0",2598 "tokio 1.17.0",2589]2599]259026002591[[package]]2601[[package]]2592name = "fc-rpc-core"2602name = "fc-rpc-core"2593version = "1.1.0-dev"2603version = "1.1.0-dev"2594source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"2604source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#181be008ee7eff1b16dfabaaf1383b4253cc9790"2595dependencies = [2605dependencies = [2596 "ethereum",2606 "ethereum",2597 "ethereum-types",2607 "ethereum-types",2603 "rustc-hex",2613 "rustc-hex",2604 "serde",2614 "serde",2605 "serde_json",2615 "serde_json",2606 "sha3 0.8.2",2607]2616]260826172609[[package]]2618[[package]]2622checksum = "b2958d04124b9f27f175eaeb9a9f383d026098aa837eadd8ba22c11f13a05b9e"2631checksum = "b2958d04124b9f27f175eaeb9a9f383d026098aa837eadd8ba22c11f13a05b9e"2623dependencies = [2632dependencies = [2624 "rand_core 0.6.3",2633 "rand_core 0.6.3",2625 "subtle 2.4.1",2634 "subtle",2626]2635]262726362628[[package]]2637[[package]]267126802672[[package]]2681[[package]]2673name = "flate2"2682name = "flate2"2674version = "1.0.22"2683version = "1.0.23"2675source = "registry+https://github.com/rust-lang/crates.io-index"2684source = "registry+https://github.com/rust-lang/crates.io-index"2676checksum = "1e6988e897c1c9c485f43b47a529cef42fde0547f9d8d41a7062518f1d8fc53f"2685checksum = "b39522e96686d38f4bc984b9198e3a0613264abaebaff2c5c918bfa6b6da09af"2677dependencies = [2686dependencies = [2678 "cfg-if 1.0.0",2687 "cfg-if 1.0.0",2679 "crc32fast",2688 "crc32fast",2707[[package]]2716[[package]]2708name = "fork-tree"2717name = "fork-tree"2709version = "3.0.0"2718version = "3.0.0"2710source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2719source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"2711dependencies = [2720dependencies = [2712 "parity-scale-codec",2721 "parity-scale-codec",2713]2722]2725[[package]]2734[[package]]2726name = "fp-consensus"2735name = "fp-consensus"2727version = "2.0.0-dev"2736version = "2.0.0-dev"2728source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"2737source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#181be008ee7eff1b16dfabaaf1383b4253cc9790"2729dependencies = [2738dependencies = [2730 "ethereum",2739 "ethereum",2731 "parity-scale-codec",2740 "parity-scale-codec",2732 "rlp",2733 "sha3 0.8.2",2734 "sp-core",2741 "sp-core",2735 "sp-runtime",2742 "sp-runtime",2736 "sp-std",2743 "sp-std",2739[[package]]2746[[package]]2740name = "fp-evm"2747name = "fp-evm"2741version = "3.0.0-dev"2748version = "3.0.0-dev"2742source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"2749source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#181be008ee7eff1b16dfabaaf1383b4253cc9790"2743dependencies = [2750dependencies = [2744 "evm",2751 "evm",2745 "impl-trait-for-tuples",2752 "impl-trait-for-tuples",2746 "parity-scale-codec",2753 "parity-scale-codec",2747 "scale-info",2748 "serde",2754 "serde",2749 "sp-core",2755 "sp-core",2750 "sp-std",2756 "sp-std",2753[[package]]2759[[package]]2754name = "fp-evm-mapping"2760name = "fp-evm-mapping"2755version = "0.1.0"2761version = "0.1.0"2756source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"2762source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#181be008ee7eff1b16dfabaaf1383b4253cc9790"2757dependencies = [2763dependencies = [2758 "frame-support",2764 "frame-support",2759 "sp-core",2765 "sp-core",2762[[package]]2768[[package]]2763name = "fp-rpc"2769name = "fp-rpc"2764version = "3.0.0-dev"2770version = "3.0.0-dev"2765source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"2771source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#181be008ee7eff1b16dfabaaf1383b4253cc9790"2766dependencies = [2772dependencies = [2767 "ethereum",2773 "ethereum",2768 "ethereum-types",2774 "ethereum-types",2779[[package]]2785[[package]]2780name = "fp-self-contained"2786name = "fp-self-contained"2781version = "1.0.0-dev"2787version = "1.0.0-dev"2782source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"2788source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#181be008ee7eff1b16dfabaaf1383b4253cc9790"2783dependencies = [2789dependencies = [2784 "ethereum",2790 "ethereum",2785 "frame-support",2791 "frame-support",2786 "parity-scale-codec",2792 "parity-scale-codec",2787 "parity-util-mem",2793 "parity-util-mem",2788 "scale-info",2794 "scale-info",2789 "serde",2795 "serde",2790 "sha3 0.8.2",2796 "sp-debug-derive",2791 "sp-core",2792 "sp-io",2797 "sp-io",2793 "sp-runtime",2798 "sp-runtime",2794]2799]279528002796[[package]]2801[[package]]2797name = "fp-storage"2802name = "fp-storage"2798version = "2.0.0"2803version = "2.0.0"2799source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"2804source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#181be008ee7eff1b16dfabaaf1383b4253cc9790"2805dependencies = [2806 "parity-scale-codec",2807]280028082801[[package]]2809[[package]]2802name = "frame-benchmarking"2810name = "frame-benchmarking"2803version = "4.0.0-dev"2811version = "4.0.0-dev"2804source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2812source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"2805dependencies = [2813dependencies = [2806 "frame-support",2814 "frame-support",2807 "frame-system",2815 "frame-system",2823[[package]]2831[[package]]2824name = "frame-benchmarking-cli"2832name = "frame-benchmarking-cli"2825version = "4.0.0-dev"2833version = "4.0.0-dev"2826source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2834source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"2827dependencies = [2835dependencies = [2828 "Inflector",2836 "Inflector",2829 "chrono",2837 "chrono",2830 "clap",2838 "clap",2831 "frame-benchmarking",2839 "frame-benchmarking",2832 "frame-support",2840 "frame-support",2841 "frame-system",2833 "handlebars",2842 "handlebars",2834 "hash-db",2843 "hash-db",2835 "hex",2844 "hex",2840 "memory-db",2849 "memory-db",2841 "parity-scale-codec",2850 "parity-scale-codec",2842 "rand 0.8.5",2851 "rand 0.8.5",2852 "sc-block-builder",2843 "sc-cli",2853 "sc-cli",2844 "sc-client-api",2854 "sc-client-api",2845 "sc-client-db",2855 "sc-client-db",2853 "sp-core",2863 "sp-core",2854 "sp-database",2864 "sp-database",2855 "sp-externalities",2865 "sp-externalities",2866 "sp-inherents",2856 "sp-keystore",2867 "sp-keystore",2857 "sp-runtime",2868 "sp-runtime",2858 "sp-state-machine",2869 "sp-state-machine",2859 "sp-std",2870 "sp-std",2860 "sp-storage",2871 "sp-storage",2861 "sp-trie",2872 "sp-trie",2873 "thousands",2862]2874]286328752864[[package]]2876[[package]]2877name = "frame-election-provider-solution-type"2878version = "4.0.0-dev"2879source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"2880dependencies = [2881 "proc-macro-crate 1.1.3",2882 "proc-macro2",2883 "quote",2884 "syn",2885]28862887[[package]]2865name = "frame-election-provider-support"2888name = "frame-election-provider-support"2866version = "4.0.0-dev"2889version = "4.0.0-dev"2867source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2890source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"2868dependencies = [2891dependencies = [2892 "frame-election-provider-solution-type",2869 "frame-support",2893 "frame-support",2870 "frame-system",2894 "frame-system",2871 "parity-scale-codec",2895 "parity-scale-codec",2872 "scale-info",2896 "scale-info",2873 "sp-arithmetic",2897 "sp-arithmetic",2874 "sp-npos-elections",2898 "sp-npos-elections",2899 "sp-runtime",2875 "sp-std",2900 "sp-std",2876]2901]287729022878[[package]]2903[[package]]2879name = "frame-executive"2904name = "frame-executive"2880version = "4.0.0-dev"2905version = "4.0.0-dev"2881source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2906source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"2882dependencies = [2907dependencies = [2883 "frame-support",2908 "frame-support",2884 "frame-system",2909 "frame-system",2906[[package]]2931[[package]]2907name = "frame-support"2932name = "frame-support"2908version = "4.0.0-dev"2933version = "4.0.0-dev"2909source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2934source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"2910dependencies = [2935dependencies = [2911 "bitflags",2936 "bitflags",2912 "frame-metadata",2937 "frame-metadata",2935[[package]]2960[[package]]2936name = "frame-support-procedural"2961name = "frame-support-procedural"2937version = "4.0.0-dev"2962version = "4.0.0-dev"2938source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2963source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"2939dependencies = [2964dependencies = [2940 "Inflector",2965 "Inflector",2941 "frame-support-procedural-tools",2966 "frame-support-procedural-tools",2947[[package]]2972[[package]]2948name = "frame-support-procedural-tools"2973name = "frame-support-procedural-tools"2949version = "4.0.0-dev"2974version = "4.0.0-dev"2950source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2975source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"2951dependencies = [2976dependencies = [2952 "frame-support-procedural-tools-derive",2977 "frame-support-procedural-tools-derive",2953 "proc-macro-crate 1.1.3",2978 "proc-macro-crate 1.1.3",2959[[package]]2984[[package]]2960name = "frame-support-procedural-tools-derive"2985name = "frame-support-procedural-tools-derive"2961version = "3.0.0"2986version = "3.0.0"2962source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2987source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"2963dependencies = [2988dependencies = [2964 "proc-macro2",2989 "proc-macro2",2965 "quote",2990 "quote",2969[[package]]2994[[package]]2970name = "frame-system"2995name = "frame-system"2971version = "4.0.0-dev"2996version = "4.0.0-dev"2972source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2997source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"2973dependencies = [2998dependencies = [2974 "frame-support",2999 "frame-support",2975 "log",3000 "log",2986[[package]]3011[[package]]2987name = "frame-system-benchmarking"3012name = "frame-system-benchmarking"2988version = "4.0.0-dev"3013version = "4.0.0-dev"2989source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"3014source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"2990dependencies = [3015dependencies = [2991 "frame-benchmarking",3016 "frame-benchmarking",2992 "frame-support",3017 "frame-support",3001[[package]]3026[[package]]3002name = "frame-system-rpc-runtime-api"3027name = "frame-system-rpc-runtime-api"3003version = "4.0.0-dev"3028version = "4.0.0-dev"3004source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"3029source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"3005dependencies = [3030dependencies = [3006 "parity-scale-codec",3031 "parity-scale-codec",3007 "sp-api",3032 "sp-api",3010[[package]]3035[[package]]3011name = "frame-try-runtime"3036name = "frame-try-runtime"3012version = "0.10.0-dev"3037version = "0.10.0-dev"3013source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"3038source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"3014dependencies = [3039dependencies = [3015 "frame-support",3040 "frame-support",3016 "sp-api",3041 "sp-api",307030953071[[package]]3096[[package]]3072name = "funty"3097name = "funty"3073version = "1.1.0"3074source = "registry+https://github.com/rust-lang/crates.io-index"3075checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"30763077[[package]]3078name = "funty"3079version = "2.0.0"3098version = "2.0.0"3080source = "registry+https://github.com/rust-lang/crates.io-index"3099source = "registry+https://github.com/rust-lang/crates.io-index"3081checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"3100checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"3146 "futures-io",3165 "futures-io",3147 "memchr",3166 "memchr",3148 "parking",3167 "parking",3149 "pin-project-lite 0.2.8",3168 "pin-project-lite 0.2.9",3150 "waker-fn",3169 "waker-fn",3151]3170]315231713204 "futures-sink",3223 "futures-sink",3205 "futures-task",3224 "futures-task",3206 "memchr",3225 "memchr",3207 "pin-project-lite 0.2.8",3226 "pin-project-lite 0.2.9",3208 "pin-utils",3227 "pin-utils",3209 "slab",3228 "slab",3210]3229]329433133295[[package]]3314[[package]]3296name = "gloo-timers"3315name = "gloo-timers"3297version = "0.2.3"3316version = "0.2.4"3298source = "registry+https://github.com/rust-lang/crates.io-index"3317source = "registry+https://github.com/rust-lang/crates.io-index"3299checksum = "4d12a7f4e95cfe710f1d624fb1210b7d961a5fb05c4fd942f4feab06e61f590e"3318checksum = "5fb7d06c1c8cc2a29bee7ec961009a0b2caa0793ee4900c2ffb348734ba1c8f9"3300dependencies = [3319dependencies = [3301 "futures-channel",3320 "futures-channel",3302 "futures-core",3321 "futures-core",3312dependencies = [3331dependencies = [3313 "ff",3332 "ff",3314 "rand_core 0.6.3",3333 "rand_core 0.6.3",3315 "subtle 2.4.1",3334 "subtle",3316]3335]331733363318[[package]]3337[[package]]342534443426[[package]]3445[[package]]3427name = "hmac"3446name = "hmac"3428version = "0.7.1"3429source = "registry+https://github.com/rust-lang/crates.io-index"3430checksum = "5dcb5e64cda4c23119ab41ba960d1e170a774c8e4b9d9e6a9bc18aabf5e59695"3431dependencies = [3432 "crypto-mac 0.7.0",3433 "digest 0.8.1",3434]34353436[[package]]3437name = "hmac"3438version = "0.8.1"3447version = "0.8.1"3439source = "registry+https://github.com/rust-lang/crates.io-index"3448source = "registry+https://github.com/rust-lang/crates.io-index"3440checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"3449checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"345534643456[[package]]3465[[package]]3457name = "hmac-drbg"3466name = "hmac-drbg"3458version = "0.2.0"3459source = "registry+https://github.com/rust-lang/crates.io-index"3460checksum = "c6e570451493f10f6581b48cdd530413b63ea9e780f544bfd3bdcaa0d89d1a7b"3461dependencies = [3462 "digest 0.8.1",3463 "generic-array 0.12.4",3464 "hmac 0.7.1",3465]34663467[[package]]3468name = "hmac-drbg"3469version = "0.3.0"3467version = "0.3.0"3470source = "registry+https://github.com/rust-lang/crates.io-index"3468source = "registry+https://github.com/rust-lang/crates.io-index"3471checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"3469checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"3505dependencies = [3503dependencies = [3506 "bytes 1.1.0",3504 "bytes 1.1.0",3507 "http",3505 "http",3508 "pin-project-lite 0.2.8",3506 "pin-project-lite 0.2.9",3509]3507]351035083511[[package]]3509[[package]]3512name = "httparse"3510name = "httparse"3513version = "1.6.0"3511version = "1.7.0"3514source = "registry+https://github.com/rust-lang/crates.io-index"3512source = "registry+https://github.com/rust-lang/crates.io-index"3515checksum = "9100414882e15fb7feccb4897e5f0ff0ff1ca7d1a86a23208ada4d7a18e6c6c4"3513checksum = "6330e8a36bd8c859f3fa6d9382911fbb7147ec39807f63b923933a247240b9ba"351635143517[[package]]3515[[package]]3518name = "httpdate"3516name = "httpdate"3542 "httparse",3540 "httparse",3543 "httpdate",3541 "httpdate",3544 "itoa 1.0.1",3542 "itoa 1.0.1",3545 "pin-project-lite 0.2.8",3543 "pin-project-lite 0.2.9",3546 "socket2 0.4.4",3544 "socket2 0.4.4",3547 "tokio 1.17.0",3545 "tokio 1.17.0",3548 "tower-service",3546 "tower-service",3577 "hyper",3575 "hyper",3578 "log",3576 "log",3579 "rustls 0.20.4",3577 "rustls 0.20.4",3580 "rustls-native-certs 0.6.1",3578 "rustls-native-certs 0.6.2",3581 "tokio 1.17.0",3579 "tokio 1.17.0",3582 "tokio-rustls 0.23.3",3580 "tokio-rustls 0.23.3",3583 "webpki-roots 0.22.2",3581 "webpki-roots 0.22.3",3584]3582]358535833586[[package]]3584[[package]]375937573760[[package]]3758[[package]]3761name = "ipnet"3759name = "ipnet"3762version = "2.4.0"3760version = "2.5.0"3763source = "registry+https://github.com/rust-lang/crates.io-index"3761source = "registry+https://github.com/rust-lang/crates.io-index"3764checksum = "35e70ee094dc02fd9c13fdad4940090f22dbd6ac7c9e7094a46cf0232a50bc7c"3762checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b"376537633766[[package]]3764[[package]]3767name = "itertools"3765name = "itertools"379537933796[[package]]3794[[package]]3797name = "js-sys"3795name = "js-sys"3798version = "0.3.56"3796version = "0.3.57"3799source = "registry+https://github.com/rust-lang/crates.io-index"3797source = "registry+https://github.com/rust-lang/crates.io-index"3800checksum = "a38fc24e30fd564ce974c02bf1d337caddff65be6cc4735a1f7eab22a7440f04"3798checksum = "671a26f820db17c2a2750743f1dd03bafd15b98c9f30c7c2628c024c05d73397"3801dependencies = [3799dependencies = [3802 "wasm-bindgen",3800 "wasm-bindgen",3803]3801]393639343937[[package]]3935[[package]]3938name = "jsonrpsee"3936name = "jsonrpsee"3939version = "0.4.1"3937version = "0.10.1"3940source = "registry+https://github.com/rust-lang/crates.io-index"3938source = "registry+https://github.com/rust-lang/crates.io-index"3941checksum = "6373a33d987866ccfe1af4bc11b089dce941764313f9fd8b7cf13fcb51b72dc5"3939checksum = "91dc760c341fa81173f9a434931aaf32baad5552b0230cc6c93e8fb7eaad4c19"3942dependencies = [3940dependencies = [3943 "jsonrpsee-types 0.4.1",3941 "jsonrpsee-core",3944 "jsonrpsee-utils",3942 "jsonrpsee-http-client",3945 "jsonrpsee-ws-client 0.4.1",3946]39473948[[package]]3949name = "jsonrpsee"3950version = "0.8.0"3951source = "registry+https://github.com/rust-lang/crates.io-index"3952checksum = "05fd8cd6c6b1bbd06881d2cf88f1fc83cc36c98f2219090f839115fb4a956cb9"3953dependencies = [3954 "jsonrpsee-core 0.8.0",3955 "jsonrpsee-proc-macros",3943 "jsonrpsee-proc-macros",3956 "jsonrpsee-types 0.8.0",3944 "jsonrpsee-types",3957 "jsonrpsee-ws-client 0.8.0",3945 "jsonrpsee-ws-client",3958]3946]395939473960[[package]]3948[[package]]3961name = "jsonrpsee"3962version = "0.9.0"3963source = "registry+https://github.com/rust-lang/crates.io-index"3964checksum = "f0d0b8cc1959f8c05256ace093b2317482da9127f1d9227564f47e7e6bf9bda8"3965dependencies = [3966 "jsonrpsee-core 0.9.0",3967 "jsonrpsee-http-client",3968 "jsonrpsee-types 0.9.0",3969 "jsonrpsee-ws-client 0.9.0",3970]39713972[[package]]3973name = "jsonrpsee-client-transport"3949name = "jsonrpsee-client-transport"3974version = "0.8.0"3950version = "0.10.1"3975source = "registry+https://github.com/rust-lang/crates.io-index"3951source = "registry+https://github.com/rust-lang/crates.io-index"3976checksum = "3303cdf246e6ab76e2866fb3d9acb6c76a068b1b28bd923a1b7a8122257ad7b5"3952checksum = "765f7a36d5087f74e3b3b47805c2188fef8eb54afcb587b078d9f8ebfe9c7220"3977dependencies = [3953dependencies = [3978 "futures 0.3.21",3954 "futures 0.3.21",3979 "http",3955 "http",3980 "jsonrpsee-core 0.8.0",3956 "jsonrpsee-core",3981 "jsonrpsee-types 0.8.0",3957 "jsonrpsee-types",3982 "pin-project 1.0.10",3958 "pin-project 1.0.10",3983 "rustls-native-certs 0.6.1",3959 "rustls-native-certs 0.6.2",3984 "soketto",3960 "soketto",3985 "thiserror",3961 "thiserror",3986 "tokio 1.17.0",3962 "tokio 1.17.0",3987 "tokio-rustls 0.23.3",3963 "tokio-rustls 0.23.3",3988 "tokio-util 0.6.9",3964 "tokio-util 0.7.1",3989 "tracing",3965 "tracing",3990 "webpki-roots 0.22.2",3966 "webpki-roots 0.22.3",3991]3967]399239683993[[package]]3969[[package]]3994name = "jsonrpsee-client-transport"3995version = "0.9.0"3996source = "registry+https://github.com/rust-lang/crates.io-index"3997checksum = "fa370c2c717d798c3c0a315ae3f0a707a388c6963c11f9da7dbbe1d3f7392f5f"3998dependencies = [3999 "futures 0.3.21",4000 "http",4001 "jsonrpsee-core 0.9.0",4002 "jsonrpsee-types 0.9.0",4003 "pin-project 1.0.10",4004 "rustls-native-certs 0.6.1",4005 "soketto",4006 "thiserror",4007 "tokio 1.17.0",4008 "tokio-rustls 0.23.3",4009 "tokio-util 0.6.9",4010 "tracing",4011 "webpki-roots 0.22.2",4012]40134014[[package]]4015name = "jsonrpsee-core"3970name = "jsonrpsee-core"4016version = "0.8.0"3971version = "0.10.1"4017source = "registry+https://github.com/rust-lang/crates.io-index"3972source = "registry+https://github.com/rust-lang/crates.io-index"4018checksum = "f220b5a238dc7992b90f1144fbf6eaa585872c9376afe6fe6863ffead6191bf3"3973checksum = "82ef77ecd20c2254d54f5da8c0738eacca61e6b6511268a8f2753e3148c6c706"4019dependencies = [3974dependencies = [4020 "anyhow",3975 "anyhow",4021 "arrayvec 0.7.2",3976 "arrayvec 0.7.2",4024 "futures-channel",3979 "futures-channel",4025 "futures-util",3980 "futures-util",4026 "hyper",3981 "hyper",4027 "jsonrpsee-types 0.8.0",3982 "jsonrpsee-types",4028 "rustc-hash",3983 "rustc-hash",4029 "serde",3984 "serde",4030 "serde_json",3985 "serde_json",4035]3990]403639914037[[package]]3992[[package]]4038name = "jsonrpsee-core"4039version = "0.9.0"4040source = "registry+https://github.com/rust-lang/crates.io-index"4041checksum = "22abc3274b265dcefe2e26c4beecf9fda4fffa48cf94930443a6c73678f020d5"4042dependencies = [4043 "anyhow",4044 "arrayvec 0.7.2",4045 "async-trait",4046 "beef",4047 "futures-channel",4048 "futures-util",4049 "hyper",4050 "jsonrpsee-types 0.9.0",4051 "rustc-hash",4052 "serde",4053 "serde_json",4054 "soketto",4055 "thiserror",4056 "tokio 1.17.0",4057 "tracing",4058]40594060[[package]]4061name = "jsonrpsee-http-client"3993name = "jsonrpsee-http-client"4062version = "0.9.0"3994version = "0.10.1"4063source = "registry+https://github.com/rust-lang/crates.io-index"3995source = "registry+https://github.com/rust-lang/crates.io-index"4064checksum = "d31b837273d09dd80051eefa57d337769dff6c3266108c43a3544ac7ffed9d68"3996checksum = "92709e0b8255691f4df954a0176b1cbc3312f151e7ed2e643812e8bd121f1d1c"4065dependencies = [3997dependencies = [4066 "async-trait",3998 "async-trait",4067 "hyper",3999 "hyper",4068 "hyper-rustls 0.23.0",4000 "hyper-rustls 0.23.0",4069 "jsonrpsee-core 0.9.0",4001 "jsonrpsee-core",4070 "jsonrpsee-types 0.9.0",4002 "jsonrpsee-types",4071 "rustc-hash",4003 "rustc-hash",4072 "serde",4004 "serde",4073 "serde_json",4005 "serde_json",407840104079[[package]]4011[[package]]4080name = "jsonrpsee-proc-macros"4012name = "jsonrpsee-proc-macros"4081version = "0.8.0"4013version = "0.10.1"4082source = "registry+https://github.com/rust-lang/crates.io-index"4014source = "registry+https://github.com/rust-lang/crates.io-index"4083checksum = "4299ebf790ea9de1cb72e73ff2ae44c723ef264299e5e2d5ef46a371eb3ac3d8"4015checksum = "b7291c72805bc7d413b457e50d8ef3e87aa554da65ecbbc278abb7dfc283e7f0"4084dependencies = [4016dependencies = [4085 "proc-macro-crate 1.1.3",4017 "proc-macro-crate 1.1.3",4086 "proc-macro2",4018 "proc-macro2",409040224091[[package]]4023[[package]]4092name = "jsonrpsee-types"4024name = "jsonrpsee-types"4093version = "0.4.1"4025version = "0.10.1"4094source = "registry+https://github.com/rust-lang/crates.io-index"4026source = "registry+https://github.com/rust-lang/crates.io-index"4095checksum = "62f778cf245158fbd8f5d50823a2e9e4c708a40be164766bd35e9fb1d86715b2"4027checksum = "38b6aa52f322cbf20c762407629b8300f39bcc0cf0619840d9252a2f65fd2dd9"4096dependencies = [4028dependencies = [4097 "anyhow",4029 "anyhow",4098 "async-trait",4099 "beef",4030 "beef",4100 "futures-channel",4101 "futures-util",4102 "hyper",4103 "log",4104 "serde",4031 "serde",4105 "serde_json",4032 "serde_json",4106 "soketto",4107 "thiserror",4033 "thiserror",4108]41094110[[package]]4111name = "jsonrpsee-types"4112version = "0.8.0"4113source = "registry+https://github.com/rust-lang/crates.io-index"4114checksum = "c1b3f601bbbe45cd63f5407b6f7d7950e08a7d4f82aa699ff41a4a5e9e54df58"4115dependencies = [4116 "anyhow",4117 "beef",4118 "serde",4119 "serde_json",4120 "thiserror",4121 "tracing",4034 "tracing",4122]4035]412340364124[[package]]4037[[package]]4125name = "jsonrpsee-types"4126version = "0.9.0"4127source = "registry+https://github.com/rust-lang/crates.io-index"4128checksum = "9f4c45d2e2aa1db4c7d7d7dbaabc10a5b5258d99cd9d42fbfd5260b76f80c324"4129dependencies = [4130 "anyhow",4131 "beef",4132 "serde",4133 "serde_json",4134 "thiserror",4135 "tracing",4136]41374138[[package]]4139name = "jsonrpsee-utils"4140version = "0.4.1"4141source = "registry+https://github.com/rust-lang/crates.io-index"4142checksum = "0109c4f972058f3b1925b73a17210aff7b63b65967264d0045d15ee88fe84f0c"4143dependencies = [4144 "arrayvec 0.7.2",4145 "beef",4146 "jsonrpsee-types 0.4.1",4147]41484149[[package]]4150name = "jsonrpsee-ws-client"4038name = "jsonrpsee-ws-client"4151version = "0.4.1"4039version = "0.10.1"4152source = "registry+https://github.com/rust-lang/crates.io-index"4040source = "registry+https://github.com/rust-lang/crates.io-index"4153checksum = "559aa56fc402af206c00fc913dc2be1d9d788dcde045d14df141a535245d35ef"4041checksum = "dd66d18bab78d956df24dd0d2e41e4c00afbb818fda94a98264bdd12ce8506ac"4154dependencies = [4042dependencies = [4155 "arrayvec 0.7.2",4043 "jsonrpsee-client-transport",4156 "async-trait",4157 "fnv",4158 "futures 0.3.21",4159 "http",4160 "jsonrpsee-types 0.4.1",4161 "log",4162 "pin-project 1.0.10",4163 "rustls-native-certs 0.5.0",4044 "jsonrpsee-core",4164 "serde",4045 "jsonrpsee-types",4165 "serde_json",4166 "soketto",4167 "thiserror",4168 "tokio 1.17.0",4169 "tokio-rustls 0.22.0",4170 "tokio-util 0.6.9",4171]4046]417240474173[[package]]4048[[package]]4174name = "jsonrpsee-ws-client"4175version = "0.8.0"4176source = "registry+https://github.com/rust-lang/crates.io-index"4177checksum = "aff425cee7c779e33920913bc695447416078ee6d119f443f3060feffa4e86b5"4178dependencies = [4179 "jsonrpsee-client-transport 0.8.0",4180 "jsonrpsee-core 0.8.0",4181 "jsonrpsee-types 0.8.0",4182]41834184[[package]]4185name = "jsonrpsee-ws-client"4186version = "0.9.0"4187source = "registry+https://github.com/rust-lang/crates.io-index"4188checksum = "31b58983485b2b626c276f1eb367d62dae82132451b281072a7bfa536a33ddf3"4189dependencies = [4190 "jsonrpsee-client-transport 0.9.0",4191 "jsonrpsee-core 0.9.0",4192 "jsonrpsee-types 0.9.0",4193]41944195[[package]]4196name = "k256"4049name = "k256"4197version = "0.10.4"4050version = "0.10.4"4198source = "registry+https://github.com/rust-lang/crates.io-index"4051source = "registry+https://github.com/rust-lang/crates.io-index"422240754223[[package]]4076[[package]]4224name = "kusama-runtime"4077name = "kusama-runtime"4225version = "0.9.18"4078version = "0.9.19"4226source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"4079source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"4227dependencies = [4080dependencies = [4228 "beefy-primitives",4081 "beefy-primitives",4229 "bitvec",4082 "bitvec",4244 "pallet-bags-list",4097 "pallet-bags-list",4245 "pallet-balances",4098 "pallet-balances",4246 "pallet-bounties",4099 "pallet-bounties",4100 "pallet-child-bounties",4247 "pallet-collective",4101 "pallet-collective",4248 "pallet-democracy",4102 "pallet-democracy",4249 "pallet-election-provider-multi-phase",4103 "pallet-election-provider-multi-phase",431041644311[[package]]4165[[package]]4312name = "kusama-runtime-constants"4166name = "kusama-runtime-constants"4313version = "0.9.18"4167version = "0.9.19"4314source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"4168source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"4315dependencies = [4169dependencies = [4316 "frame-support",4170 "frame-support",4317 "polkadot-primitives",4171 "polkadot-primitives",438242364383[[package]]4237[[package]]4384name = "libc"4238name = "libc"4385version = "0.2.121"4239version = "0.2.124"4386source = "registry+https://github.com/rust-lang/crates.io-index"4240source = "registry+https://github.com/rust-lang/crates.io-index"4387checksum = "efaa7b300f3b5fe8eb6bf21ce3895e1751d9665086af2d64b42f19701015ff4f"4241checksum = "21a41fed9d98f27ab1c6d161da622a4fa35e8a54a8adc24bbf3ddd0ef70b0e50"438842424389[[package]]4243[[package]]4390name = "libloading"4244name = "libloading"4468 "futures-timer",4322 "futures-timer",4469 "instant",4323 "instant",4470 "lazy_static",4324 "lazy_static",4471 "libsecp256k1 0.7.0",4325 "libsecp256k1",4472 "log",4326 "log",4473 "multiaddr",4327 "multiaddr",4474 "multihash 0.14.0",4328 "multihash 0.14.0",490247564903[[package]]4757[[package]]4904name = "libsecp256k1"4758name = "libsecp256k1"4905version = "0.3.5"4906source = "registry+https://github.com/rust-lang/crates.io-index"4907checksum = "1fc1e2c808481a63dc6da2074752fdd4336a3c8fcc68b83db6f1fd5224ae7962"4908dependencies = [4909 "arrayref",4910 "crunchy",4911 "digest 0.8.1",4912 "hmac-drbg 0.2.0",4913 "rand 0.7.3",4914 "sha2 0.8.2",4915 "subtle 2.4.1",4916 "typenum",4917]49184919[[package]]4920name = "libsecp256k1"4921version = "0.7.0"4759version = "0.7.0"4922source = "registry+https://github.com/rust-lang/crates.io-index"4760source = "registry+https://github.com/rust-lang/crates.io-index"4923checksum = "b0452aac8bab02242429380e9b2f94ea20cea2b37e2c1777a1358799bbe97f37"4761checksum = "b0452aac8bab02242429380e9b2f94ea20cea2b37e2c1777a1358799bbe97f37"4924dependencies = [4762dependencies = [4925 "arrayref",4763 "arrayref",4926 "base64",4764 "base64",4927 "digest 0.9.0",4765 "digest 0.9.0",4928 "hmac-drbg 0.3.0",4766 "hmac-drbg",4929 "libsecp256k1-core",4767 "libsecp256k1-core",4930 "libsecp256k1-gen-ecmult",4768 "libsecp256k1-gen-ecmult",4931 "libsecp256k1-gen-genmult",4769 "libsecp256k1-gen-genmult",4943dependencies = [4781dependencies = [4944 "crunchy",4782 "crunchy",4945 "digest 0.9.0",4783 "digest 0.9.0",4946 "subtle 2.4.1",4784 "subtle",4947]4785]494847864949[[package]]4787[[package]]519150295192[[package]]5030[[package]]5193name = "metered-channel"5031name = "metered-channel"5194version = "0.9.18"5032version = "0.9.19"5195source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"5033source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"5196dependencies = [5034dependencies = [5035 "coarsetime",5036 "crossbeam-queue",5197 "derive_more",5037 "derive_more",5198 "futures 0.3.21",5038 "futures 0.3.21",5199 "futures-timer",5039 "futures-timer",5040 "nanorand",5200 "thiserror",5041 "thiserror",5201 "tracing",5042 "tracing-gum",5202]5043]520350445204[[package]]5045[[package]]522050615221[[package]]5062[[package]]5222name = "miniz_oxide"5063name = "miniz_oxide"5223version = "0.4.4"5064version = "0.5.1"5224source = "registry+https://github.com/rust-lang/crates.io-index"5065source = "registry+https://github.com/rust-lang/crates.io-index"5225checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"5066checksum = "d2b29bd4bc3f33391105ebee3589c19197c4271e3e5a9ec9bfe8127eeff8f082"5226dependencies = [5067dependencies = [5227 "adler",5068 "adler",5228 "autocfg",5229]5069]523050705231[[package]]5071[[package]]542452645425[[package]]5265[[package]]5426name = "names"5266name = "names"5427version = "0.12.0"5267version = "0.13.0"5428source = "registry+https://github.com/rust-lang/crates.io-index"5268source = "registry+https://github.com/rust-lang/crates.io-index"5429checksum = "10a8690bf09abf659851e58cd666c3d37ac6af07c2bd7a9e332cfba471715775"5269checksum = "e7d66043b25d4a6cccb23619d10c19c25304b355a7dccd4a8e11423dd2382146"5430dependencies = [5270dependencies = [5431 "rand 0.8.5",5271 "rand 0.8.5",5432]5272]543352735434[[package]]5274[[package]]5275name = "nanorand"5276version = "0.7.0"5277source = "registry+https://github.com/rust-lang/crates.io-index"5278checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"52795280[[package]]5435name = "net2"5281name = "net2"5436version = "0.2.37"5282version = "0.2.37"5437source = "registry+https://github.com/rust-lang/crates.io-index"5283source = "registry+https://github.com/rust-lang/crates.io-index"5568]5414]556954155570[[package]]5416[[package]]5417name = "object"5418version = "0.28.3"5419source = "registry+https://github.com/rust-lang/crates.io-index"5420checksum = "40bec70ba014595f99f7aa110b84331ffe1ee9aece7fe6f387cc7e3ecda4d456"5421dependencies = [5422 "memchr",5423]54245425[[package]]5571name = "once_cell"5426name = "once_cell"5572version = "1.10.0"5427version = "1.10.0"5573source = "registry+https://github.com/rust-lang/crates.io-index"5428source = "registry+https://github.com/rust-lang/crates.io-index"5702[[package]]5557[[package]]5703name = "orml-vesting"5558name = "orml-vesting"5704version = "0.4.1-dev"5559version = "0.4.1-dev"5705source = "git+https://github.com/UniqueNetwork/open-runtime-module-library?branch=unique-polkadot-v0.9.18#4690ac0d5e85a35351608d27c4304dfc6df4eb03"5560source = "git+https://github.com//uniquenetwork/open-runtime-module-library?branch=unique-polkadot-v0.9.19#1ee81601134e9da6083ba1436fc024c2ec729e10"5706dependencies = [5561dependencies = [5707 "frame-support",5562 "frame-support",5708 "frame-system",5563 "frame-system",5719version = "6.0.0"5574version = "6.0.0"5720source = "registry+https://github.com/rust-lang/crates.io-index"5575source = "registry+https://github.com/rust-lang/crates.io-index"5721checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"5576checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"5722dependencies = [5723 "memchr",5724]572555775726[[package]]5578[[package]]5727name = "owning_ref"5579name = "owning_ref"5735[[package]]5587[[package]]5736name = "pallet-aura"5588name = "pallet-aura"5737version = "4.0.0-dev"5589version = "4.0.0-dev"5738source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5590source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"5739dependencies = [5591dependencies = [5740 "frame-support",5592 "frame-support",5741 "frame-system",5593 "frame-system",5751[[package]]5603[[package]]5752name = "pallet-authority-discovery"5604name = "pallet-authority-discovery"5753version = "4.0.0-dev"5605version = "4.0.0-dev"5754source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5606source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"5755dependencies = [5607dependencies = [5756 "frame-support",5608 "frame-support",5757 "frame-system",5609 "frame-system",5767[[package]]5619[[package]]5768name = "pallet-authorship"5620name = "pallet-authorship"5769version = "4.0.0-dev"5621version = "4.0.0-dev"5770source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5622source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"5771dependencies = [5623dependencies = [5772 "frame-support",5624 "frame-support",5773 "frame-system",5625 "frame-system",5782[[package]]5634[[package]]5783name = "pallet-babe"5635name = "pallet-babe"5784version = "4.0.0-dev"5636version = "4.0.0-dev"5785source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5637source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"5786dependencies = [5638dependencies = [5787 "frame-benchmarking",5639 "frame-benchmarking",5788 "frame-support",5640 "frame-support",5806[[package]]5658[[package]]5807name = "pallet-bags-list"5659name = "pallet-bags-list"5808version = "4.0.0-dev"5660version = "4.0.0-dev"5809source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5661source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"5810dependencies = [5662dependencies = [5811 "frame-benchmarking",5663 "frame-benchmarking",5812 "frame-election-provider-support",5664 "frame-election-provider-support",5826[[package]]5678[[package]]5827name = "pallet-balances"5679name = "pallet-balances"5828version = "4.0.0-dev"5680version = "4.0.0-dev"5829source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5681source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"5830dependencies = [5682dependencies = [5831 "frame-benchmarking",5683 "frame-benchmarking",5832 "frame-support",5684 "frame-support",5841[[package]]5693[[package]]5842name = "pallet-base-fee"5694name = "pallet-base-fee"5843version = "1.0.0"5695version = "1.0.0"5844source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"5696source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#181be008ee7eff1b16dfabaaf1383b4253cc9790"5845dependencies = [5697dependencies = [5698 "fp-evm",5846 "frame-support",5699 "frame-support",5847 "frame-system",5700 "frame-system",5848 "pallet-evm",5849 "parity-scale-codec",5701 "parity-scale-codec",5850 "scale-info",5702 "scale-info",5851 "serde",5703 "serde",5856[[package]]5708[[package]]5857name = "pallet-beefy"5709name = "pallet-beefy"5858version = "4.0.0-dev"5710version = "4.0.0-dev"5859source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5711source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"5860dependencies = [5712dependencies = [5861 "beefy-primitives",5713 "beefy-primitives",5862 "frame-support",5714 "frame-support",5872[[package]]5724[[package]]5873name = "pallet-beefy-mmr"5725name = "pallet-beefy-mmr"5874version = "4.0.0-dev"5726version = "4.0.0-dev"5875source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5727source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"5876dependencies = [5728dependencies = [5877 "beefy-merkle-tree",5729 "beefy-merkle-tree",5878 "beefy-primitives",5730 "beefy-primitives",5897[[package]]5749[[package]]5898name = "pallet-bounties"5750name = "pallet-bounties"5899version = "4.0.0-dev"5751version = "4.0.0-dev"5900source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5752source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"5901dependencies = [5753dependencies = [5902 "frame-benchmarking",5754 "frame-benchmarking",5903 "frame-support",5755 "frame-support",5915[[package]]5767[[package]]5916name = "pallet-bridge-dispatch"5768name = "pallet-bridge-dispatch"5917version = "0.1.0"5769version = "0.1.0"5918source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"5770source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"5919dependencies = [5771dependencies = [5920 "bp-message-dispatch",5772 "bp-message-dispatch",5921 "bp-runtime",5773 "bp-runtime",5932[[package]]5784[[package]]5933name = "pallet-bridge-grandpa"5785name = "pallet-bridge-grandpa"5934version = "0.1.0"5786version = "0.1.0"5935source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"5787source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"5936dependencies = [5788dependencies = [5937 "bp-header-chain",5789 "bp-header-chain",5938 "bp-runtime",5790 "bp-runtime",5954[[package]]5806[[package]]5955name = "pallet-bridge-messages"5807name = "pallet-bridge-messages"5956version = "0.1.0"5808version = "0.1.0"5957source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"5809source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"5958dependencies = [5810dependencies = [5959 "bitvec",5811 "bitvec",5960 "bp-message-dispatch",5812 "bp-message-dispatch",5973]5825]597458265975[[package]]5827[[package]]5828name = "pallet-child-bounties"5829version = "4.0.0-dev"5830source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"5831dependencies = [5832 "frame-benchmarking",5833 "frame-support",5834 "frame-system",5835 "log",5836 "pallet-bounties",5837 "pallet-treasury",5838 "parity-scale-codec",5839 "scale-info",5840 "sp-core",5841 "sp-io",5842 "sp-runtime",5843 "sp-std",5844]58455846[[package]]5976name = "pallet-collective"5847name = "pallet-collective"5977version = "4.0.0-dev"5848version = "4.0.0-dev"5978source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5849source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"5979dependencies = [5850dependencies = [5980 "frame-benchmarking",5851 "frame-benchmarking",5981 "frame-support",5852 "frame-support",6011[[package]]5882[[package]]6012name = "pallet-democracy"5883name = "pallet-democracy"6013version = "4.0.0-dev"5884version = "4.0.0-dev"6014source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5885source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"6015dependencies = [5886dependencies = [6016 "frame-benchmarking",5887 "frame-benchmarking",6017 "frame-support",5888 "frame-support",6027[[package]]5898[[package]]6028name = "pallet-election-provider-multi-phase"5899name = "pallet-election-provider-multi-phase"6029version = "4.0.0-dev"5900version = "4.0.0-dev"6030source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5901source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"6031dependencies = [5902dependencies = [6032 "frame-benchmarking",5903 "frame-benchmarking",6033 "frame-election-provider-support",5904 "frame-election-provider-support",6050[[package]]5921[[package]]6051name = "pallet-elections-phragmen"5922name = "pallet-elections-phragmen"6052version = "5.0.0-dev"5923version = "5.0.0-dev"6053source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5924source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"6054dependencies = [5925dependencies = [6055 "frame-benchmarking",5926 "frame-benchmarking",6056 "frame-support",5927 "frame-support",6068[[package]]5939[[package]]6069name = "pallet-ethereum"5940name = "pallet-ethereum"6070version = "4.0.0-dev"5941version = "4.0.0-dev"6071source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"5942source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#181be008ee7eff1b16dfabaaf1383b4253cc9790"6072dependencies = [5943dependencies = [6073 "ethereum",5944 "ethereum",6074 "ethereum-types",5945 "ethereum-types",6081 "fp-storage",5952 "fp-storage",6082 "frame-support",5953 "frame-support",6083 "frame-system",5954 "frame-system",6084 "log",6085 "pallet-balances",5955 "pallet-balances",6086 "pallet-evm",5956 "pallet-evm",6087 "pallet-timestamp",5957 "pallet-timestamp",6088 "parity-scale-codec",5958 "parity-scale-codec",6089 "rlp",5959 "rlp",6090 "rustc-hex",6091 "scale-info",5960 "scale-info",6092 "serde",5961 "serde",6093 "sha3 0.8.2",5962 "sha3 0.10.1",6094 "sp-io",5963 "sp-io",6095 "sp-runtime",5964 "sp-runtime",6096 "sp-std",5965 "sp-std",6099[[package]]5968[[package]]6100name = "pallet-evm"5969name = "pallet-evm"6101version = "6.0.0-dev"5970version = "6.0.0-dev"6102source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"5971source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#181be008ee7eff1b16dfabaaf1383b4253cc9790"6103dependencies = [5972dependencies = [6104 "evm",5973 "evm",6105 "evm-gasometer",6106 "evm-runtime",6107 "fp-evm",5974 "fp-evm",6108 "fp-evm-mapping",5975 "fp-evm-mapping",6109 "frame-benchmarking",5976 "frame-benchmarking",6119 "rlp",5986 "rlp",6120 "scale-info",5987 "scale-info",6121 "serde",5988 "serde",6122 "sha3 0.8.2",5989 "sha3 0.10.1",6123 "sp-core",5990 "sp-core",6124 "sp-io",5991 "sp-io",6125 "sp-runtime",5992 "sp-runtime",6221[[package]]6088[[package]]6222name = "pallet-gilt"6089name = "pallet-gilt"6223version = "4.0.0-dev"6090version = "4.0.0-dev"6224source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6091source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"6225dependencies = [6092dependencies = [6226 "frame-benchmarking",6093 "frame-benchmarking",6227 "frame-support",6094 "frame-support",6236[[package]]6103[[package]]6237name = "pallet-grandpa"6104name = "pallet-grandpa"6238version = "4.0.0-dev"6105version = "4.0.0-dev"6239source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6106source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"6240dependencies = [6107dependencies = [6241 "frame-benchmarking",6108 "frame-benchmarking",6242 "frame-support",6109 "frame-support",6259[[package]]6126[[package]]6260name = "pallet-identity"6127name = "pallet-identity"6261version = "4.0.0-dev"6128version = "4.0.0-dev"6262source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6129source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"6263dependencies = [6130dependencies = [6264 "enumflags2",6131 "enumflags2",6265 "frame-benchmarking",6132 "frame-benchmarking",6275[[package]]6142[[package]]6276name = "pallet-im-online"6143name = "pallet-im-online"6277version = "4.0.0-dev"6144version = "4.0.0-dev"6278source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6145source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"6279dependencies = [6146dependencies = [6280 "frame-benchmarking",6147 "frame-benchmarking",6281 "frame-support",6148 "frame-support",6295[[package]]6162[[package]]6296name = "pallet-indices"6163name = "pallet-indices"6297version = "4.0.0-dev"6164version = "4.0.0-dev"6298source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6165source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"6299dependencies = [6166dependencies = [6300 "frame-benchmarking",6167 "frame-benchmarking",6301 "frame-support",6168 "frame-support",6331[[package]]6198[[package]]6332name = "pallet-membership"6199name = "pallet-membership"6333version = "4.0.0-dev"6200version = "4.0.0-dev"6334source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6201source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"6335dependencies = [6202dependencies = [6336 "frame-benchmarking",6203 "frame-benchmarking",6337 "frame-support",6204 "frame-support",6348[[package]]6215[[package]]6349name = "pallet-mmr"6216name = "pallet-mmr"6350version = "4.0.0-dev"6217version = "4.0.0-dev"6351source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6218source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"6352dependencies = [6219dependencies = [6353 "ckb-merkle-mountain-range",6220 "ckb-merkle-mountain-range",6354 "frame-benchmarking",6221 "frame-benchmarking",6366[[package]]6233[[package]]6367name = "pallet-mmr-primitives"6234name = "pallet-mmr-primitives"6368version = "4.0.0-dev"6235version = "4.0.0-dev"6369source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6236source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"6370dependencies = [6237dependencies = [6371 "frame-support",6238 "frame-support",6372 "frame-system",6239 "frame-system",6382[[package]]6249[[package]]6383name = "pallet-mmr-rpc"6250name = "pallet-mmr-rpc"6384version = "3.0.0"6251version = "3.0.0"6385source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6252source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"6386dependencies = [6253dependencies = [6387 "jsonrpc-core",6254 "jsonrpc-core",6388 "jsonrpc-core-client",6255 "jsonrpc-core-client",6399[[package]]6266[[package]]6400name = "pallet-multisig"6267name = "pallet-multisig"6401version = "4.0.0-dev"6268version = "4.0.0-dev"6402source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6269source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"6403dependencies = [6270dependencies = [6404 "frame-benchmarking",6271 "frame-benchmarking",6405 "frame-support",6272 "frame-support",6414[[package]]6281[[package]]6415name = "pallet-nicks"6282name = "pallet-nicks"6416version = "4.0.0-dev"6283version = "4.0.0-dev"6417source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6284source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"6418dependencies = [6285dependencies = [6419 "frame-support",6286 "frame-support",6420 "frame-system",6287 "frame-system",6448[[package]]6315[[package]]6449name = "pallet-offences"6316name = "pallet-offences"6450version = "4.0.0-dev"6317version = "4.0.0-dev"6451source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6318source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"6452dependencies = [6319dependencies = [6453 "frame-support",6320 "frame-support",6454 "frame-system",6321 "frame-system",6465[[package]]6332[[package]]6466name = "pallet-offences-benchmarking"6333name = "pallet-offences-benchmarking"6467version = "4.0.0-dev"6334version = "4.0.0-dev"6468source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6335source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"6469dependencies = [6336dependencies = [6470 "frame-benchmarking",6337 "frame-benchmarking",6471 "frame-election-provider-support",6338 "frame-election-provider-support",6488[[package]]6355[[package]]6489name = "pallet-preimage"6356name = "pallet-preimage"6490version = "4.0.0-dev"6357version = "4.0.0-dev"6491source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6358source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"6492dependencies = [6359dependencies = [6493 "frame-benchmarking",6360 "frame-benchmarking",6494 "frame-support",6361 "frame-support",6504[[package]]6371[[package]]6505name = "pallet-proxy"6372name = "pallet-proxy"6506version = "4.0.0-dev"6373version = "4.0.0-dev"6507source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6374source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"6508dependencies = [6375dependencies = [6509 "frame-benchmarking",6376 "frame-benchmarking",6510 "frame-support",6377 "frame-support",6519[[package]]6386[[package]]6520name = "pallet-randomness-collective-flip"6387name = "pallet-randomness-collective-flip"6521version = "4.0.0-dev"6388version = "4.0.0-dev"6522source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6389source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"6523dependencies = [6390dependencies = [6524 "frame-support",6391 "frame-support",6525 "frame-system",6392 "frame-system",6533[[package]]6400[[package]]6534name = "pallet-recovery"6401name = "pallet-recovery"6535version = "4.0.0-dev"6402version = "4.0.0-dev"6536source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6403source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"6537dependencies = [6404dependencies = [6538 "frame-support",6405 "frame-support",6539 "frame-system",6406 "frame-system",6564[[package]]6431[[package]]6565name = "pallet-scheduler"6432name = "pallet-scheduler"6566version = "4.0.0-dev"6433version = "4.0.0-dev"6567source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6434source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"6568dependencies = [6435dependencies = [6569 "frame-benchmarking",6436 "frame-benchmarking",6570 "frame-support",6437 "frame-support",6580[[package]]6447[[package]]6581name = "pallet-session"6448name = "pallet-session"6582version = "4.0.0-dev"6449version = "4.0.0-dev"6583source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6450source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"6584dependencies = [6451dependencies = [6585 "frame-support",6452 "frame-support",6586 "frame-system",6453 "frame-system",6601[[package]]6468[[package]]6602name = "pallet-session-benchmarking"6469name = "pallet-session-benchmarking"6603version = "4.0.0-dev"6470version = "4.0.0-dev"6604source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6471source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"6605dependencies = [6472dependencies = [6606 "frame-benchmarking",6473 "frame-benchmarking",6607 "frame-support",6474 "frame-support",6617[[package]]6484[[package]]6618name = "pallet-society"6485name = "pallet-society"6619version = "4.0.0-dev"6486version = "4.0.0-dev"6620source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6487source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"6621dependencies = [6488dependencies = [6622 "frame-support",6489 "frame-support",6623 "frame-system",6490 "frame-system",6631[[package]]6498[[package]]6632name = "pallet-staking"6499name = "pallet-staking"6633version = "4.0.0-dev"6500version = "4.0.0-dev"6634source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6501source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"6635dependencies = [6502dependencies = [6636 "frame-benchmarking",6503 "frame-benchmarking",6637 "frame-election-provider-support",6504 "frame-election-provider-support",6654[[package]]6521[[package]]6655name = "pallet-staking-reward-curve"6522name = "pallet-staking-reward-curve"6656version = "4.0.0-dev"6523version = "4.0.0-dev"6657source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6524source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"6658dependencies = [6525dependencies = [6659 "proc-macro-crate 1.1.3",6526 "proc-macro-crate 1.1.3",6660 "proc-macro2",6527 "proc-macro2",6665[[package]]6532[[package]]6666name = "pallet-staking-reward-fn"6533name = "pallet-staking-reward-fn"6667version = "4.0.0-dev"6534version = "4.0.0-dev"6668source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6535source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"6669dependencies = [6536dependencies = [6670 "log",6537 "log",6671 "sp-arithmetic",6538 "sp-arithmetic",6674[[package]]6541[[package]]6675name = "pallet-sudo"6542name = "pallet-sudo"6676version = "4.0.0-dev"6543version = "4.0.0-dev"6677source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6544source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"6678dependencies = [6545dependencies = [6679 "frame-support",6546 "frame-support",6680 "frame-system",6547 "frame-system",6688[[package]]6555[[package]]6689name = "pallet-template-transaction-payment"6556name = "pallet-template-transaction-payment"6690version = "3.0.0"6557version = "3.0.0"6691source = "git+https://github.com/UniqueNetwork/pallet-sponsoring?branch=polkadot-v0.9.18#7bc842b35a53f762ee6ee89e5f5bef84a284c9f4"6558source = "git+https://github.com//uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.19#df33e79470e92e3218a507f09d1b0dd78b67b1fd"6692dependencies = [6559dependencies = [6693 "frame-benchmarking",6560 "frame-benchmarking",6694 "frame-support",6561 "frame-support",6708[[package]]6575[[package]]6709name = "pallet-timestamp"6576name = "pallet-timestamp"6710version = "4.0.0-dev"6577version = "4.0.0-dev"6711source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6578source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"6712dependencies = [6579dependencies = [6713 "frame-benchmarking",6580 "frame-benchmarking",6714 "frame-support",6581 "frame-support",6726[[package]]6593[[package]]6727name = "pallet-tips"6594name = "pallet-tips"6728version = "4.0.0-dev"6595version = "4.0.0-dev"6729source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6596source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"6730dependencies = [6597dependencies = [6731 "frame-benchmarking",6598 "frame-benchmarking",6732 "frame-support",6599 "frame-support",6745[[package]]6612[[package]]6746name = "pallet-transaction-payment"6613name = "pallet-transaction-payment"6747version = "4.0.0-dev"6614version = "4.0.0-dev"6748source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6615source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"6749dependencies = [6616dependencies = [6750 "frame-support",6617 "frame-support",6751 "frame-system",6618 "frame-system",6762[[package]]6629[[package]]6763name = "pallet-transaction-payment-rpc"6630name = "pallet-transaction-payment-rpc"6764version = "4.0.0-dev"6631version = "4.0.0-dev"6765source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6632source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"6766dependencies = [6633dependencies = [6767 "jsonrpc-core",6634 "jsonrpc-core",6768 "jsonrpc-core-client",6635 "jsonrpc-core-client",6779[[package]]6646[[package]]6780name = "pallet-transaction-payment-rpc-runtime-api"6647name = "pallet-transaction-payment-rpc-runtime-api"6781version = "4.0.0-dev"6648version = "4.0.0-dev"6782source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6649source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"6783dependencies = [6650dependencies = [6784 "pallet-transaction-payment",6651 "pallet-transaction-payment",6785 "parity-scale-codec",6652 "parity-scale-codec",6790[[package]]6657[[package]]6791name = "pallet-treasury"6658name = "pallet-treasury"6792version = "4.0.0-dev"6659version = "4.0.0-dev"6793source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6660source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"6794dependencies = [6661dependencies = [6795 "frame-benchmarking",6662 "frame-benchmarking",6796 "frame-support",6663 "frame-support",6863[[package]]6730[[package]]6864name = "pallet-utility"6731name = "pallet-utility"6865version = "4.0.0-dev"6732version = "4.0.0-dev"6866source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6733source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"6867dependencies = [6734dependencies = [6868 "frame-benchmarking",6735 "frame-benchmarking",6869 "frame-support",6736 "frame-support",6879[[package]]6746[[package]]6880name = "pallet-vesting"6747name = "pallet-vesting"6881version = "4.0.0-dev"6748version = "4.0.0-dev"6882source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6749source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"6883dependencies = [6750dependencies = [6884 "frame-benchmarking",6751 "frame-benchmarking",6885 "frame-support",6752 "frame-support",689367606894[[package]]6761[[package]]6895name = "pallet-xcm"6762name = "pallet-xcm"6896version = "0.9.18"6763version = "0.9.19"6897source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"6764source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"6898dependencies = [6765dependencies = [6899 "frame-support",6766 "frame-support",6900 "frame-system",6767 "frame-system",691167786912[[package]]6779[[package]]6913name = "pallet-xcm-benchmarks"6780name = "pallet-xcm-benchmarks"6914version = "0.9.18"6781version = "0.9.19"6915source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"6782source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"6916dependencies = [6783dependencies = [6917 "frame-benchmarking",6784 "frame-benchmarking",6918 "frame-support",6785 "frame-support",6929[[package]]6796[[package]]6930name = "parachain-info"6797name = "parachain-info"6931version = "0.1.0"6798version = "0.1.0"6932source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"6799source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"6933dependencies = [6800dependencies = [6934 "cumulus-primitives-core",6801 "cumulus-primitives-core",6935 "frame-support",6802 "frame-support",726371307264[[package]]7131[[package]]7265name = "pin-project-lite"7132name = "pin-project-lite"7266version = "0.2.8"7133version = "0.2.9"7267source = "registry+https://github.com/rust-lang/crates.io-index"7134source = "registry+https://github.com/rust-lang/crates.io-index"7268checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"7135checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"726971367270[[package]]7137[[package]]7271name = "pin-utils"7138name = "pin-utils"729871657299[[package]]7166[[package]]7300name = "polkadot-approval-distribution"7167name = "polkadot-approval-distribution"7301version = "0.9.18"7168version = "0.9.19"7302source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7169source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"7303dependencies = [7170dependencies = [7304 "futures 0.3.21",7171 "futures 0.3.21",7305 "polkadot-node-network-protocol",7172 "polkadot-node-network-protocol",7306 "polkadot-node-primitives",7173 "polkadot-node-primitives",7307 "polkadot-node-subsystem",7174 "polkadot-node-subsystem",7308 "polkadot-node-subsystem-util",7175 "polkadot-node-subsystem-util",7309 "polkadot-primitives",7176 "polkadot-primitives",7310 "tracing",7177 "tracing-gum",7311]7178]731271797313[[package]]7180[[package]]7314name = "polkadot-availability-bitfield-distribution"7181name = "polkadot-availability-bitfield-distribution"7315version = "0.9.18"7182version = "0.9.19"7316source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7183source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"7317dependencies = [7184dependencies = [7318 "futures 0.3.21",7185 "futures 0.3.21",7319 "polkadot-node-network-protocol",7186 "polkadot-node-network-protocol",7320 "polkadot-node-subsystem",7187 "polkadot-node-subsystem",7321 "polkadot-node-subsystem-util",7188 "polkadot-node-subsystem-util",7322 "polkadot-primitives",7189 "polkadot-primitives",7323 "tracing",7190 "tracing-gum",7324]7191]732571927326[[package]]7193[[package]]7327name = "polkadot-availability-distribution"7194name = "polkadot-availability-distribution"7328version = "0.9.18"7195version = "0.9.19"7329source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7196source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"7330dependencies = [7197dependencies = [7331 "derive_more",7198 "derive_more",7332 "fatality",7199 "fatality",7343 "sp-core",7210 "sp-core",7344 "sp-keystore",7211 "sp-keystore",7345 "thiserror",7212 "thiserror",7346 "tracing",7213 "tracing-gum",7347]7214]734872157349[[package]]7216[[package]]7350name = "polkadot-availability-recovery"7217name = "polkadot-availability-recovery"7351version = "0.9.18"7218version = "0.9.19"7352source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7219source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"7353dependencies = [7220dependencies = [7354 "fatality",7221 "fatality",7355 "futures 0.3.21",7222 "futures 0.3.21",7364 "rand 0.8.5",7231 "rand 0.8.5",7365 "sc-network",7232 "sc-network",7366 "thiserror",7233 "thiserror",7367 "tracing",7234 "tracing-gum",7368]7235]736972367370[[package]]7237[[package]]7371name = "polkadot-cli"7238name = "polkadot-cli"7372version = "0.9.18"7239version = "0.9.19"7373source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7240source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"7374dependencies = [7241dependencies = [7375 "clap",7242 "clap",7376 "frame-benchmarking-cli",7243 "frame-benchmarking-cli",7377 "futures 0.3.21",7244 "futures 0.3.21",7378 "log",7245 "log",7246 "polkadot-client",7379 "polkadot-node-core-pvf",7247 "polkadot-node-core-pvf",7380 "polkadot-node-metrics",7248 "polkadot-node-metrics",7381 "polkadot-performance-test",7249 "polkadot-performance-test",739272607393[[package]]7261[[package]]7394name = "polkadot-client"7262name = "polkadot-client"7395version = "0.9.18"7263version = "0.9.19"7396source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7264source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"7397dependencies = [7265dependencies = [7398 "beefy-primitives",7266 "beefy-primitives",7399 "frame-benchmarking",7267 "frame-benchmarking",7268 "frame-benchmarking-cli",7269 "frame-system",7400 "frame-system-rpc-runtime-api",7270 "frame-system-rpc-runtime-api",7401 "pallet-mmr-primitives",7271 "pallet-mmr-primitives",7272 "pallet-transaction-payment",7402 "pallet-transaction-payment-rpc-runtime-api",7273 "pallet-transaction-payment-rpc-runtime-api",7274 "polkadot-core-primitives",7275 "polkadot-node-core-parachains-inherent",7403 "polkadot-primitives",7276 "polkadot-primitives",7404 "polkadot-runtime",7277 "polkadot-runtime",7278 "polkadot-runtime-common",7405 "sc-client-api",7279 "sc-client-api",7406 "sc-consensus",7280 "sc-consensus",7407 "sc-executor",7281 "sc-executor",7412 "sp-blockchain",7286 "sp-blockchain",7413 "sp-consensus",7287 "sp-consensus",7414 "sp-consensus-babe",7288 "sp-consensus-babe",7289 "sp-core",7415 "sp-finality-grandpa",7290 "sp-finality-grandpa",7291 "sp-inherents",7292 "sp-keyring",7416 "sp-offchain",7293 "sp-offchain",7417 "sp-runtime",7294 "sp-runtime",7418 "sp-session",7295 "sp-session",7419 "sp-storage",7296 "sp-storage",7297 "sp-timestamp",7420 "sp-transaction-pool",7298 "sp-transaction-pool",7421]7299]742273007423[[package]]7301[[package]]7424name = "polkadot-collator-protocol"7302name = "polkadot-collator-protocol"7425version = "0.9.18"7303version = "0.9.19"7426source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7304source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"7427dependencies = [7305dependencies = [7428 "always-assert",7306 "always-assert",7429 "fatality",7307 "fatality",7438 "sp-keystore",7316 "sp-keystore",7439 "sp-runtime",7317 "sp-runtime",7440 "thiserror",7318 "thiserror",7441 "tracing",7319 "tracing-gum",7442]7320]744373217444[[package]]7322[[package]]7445name = "polkadot-core-primitives"7323name = "polkadot-core-primitives"7446version = "0.9.18"7324version = "0.9.19"7447source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7325source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"7448dependencies = [7326dependencies = [7449 "parity-scale-codec",7327 "parity-scale-codec",7450 "parity-util-mem",7328 "parity-util-mem",745673347457[[package]]7335[[package]]7458name = "polkadot-dispute-distribution"7336name = "polkadot-dispute-distribution"7459version = "0.9.18"7337version = "0.9.19"7460source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7338source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"7461dependencies = [7339dependencies = [7462 "derive_more",7340 "derive_more",7463 "fatality",7341 "fatality",7474 "sp-application-crypto",7352 "sp-application-crypto",7475 "sp-keystore",7353 "sp-keystore",7476 "thiserror",7354 "thiserror",7477 "tracing",7355 "tracing-gum",7478]7356]747973577480[[package]]7358[[package]]7481name = "polkadot-erasure-coding"7359name = "polkadot-erasure-coding"7482version = "0.9.18"7360version = "0.9.19"7483source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7361source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"7484dependencies = [7362dependencies = [7485 "parity-scale-codec",7363 "parity-scale-codec",7486 "polkadot-node-primitives",7364 "polkadot-node-primitives",749373717494[[package]]7372[[package]]7495name = "polkadot-gossip-support"7373name = "polkadot-gossip-support"7496version = "0.9.18"7374version = "0.9.19"7497source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7375source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"7498dependencies = [7376dependencies = [7499 "futures 0.3.21",7377 "futures 0.3.21",7500 "futures-timer",7378 "futures-timer",7508 "sp-application-crypto",7386 "sp-application-crypto",7509 "sp-core",7387 "sp-core",7510 "sp-keystore",7388 "sp-keystore",7511 "tracing",7389 "tracing-gum",7512]7390]751373917514[[package]]7392[[package]]7515name = "polkadot-network-bridge"7393name = "polkadot-network-bridge"7516version = "0.9.18"7394version = "0.9.19"7517source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7395source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"7518dependencies = [7396dependencies = [7519 "async-trait",7397 "async-trait",7520 "futures 0.3.21",7398 "futures 0.3.21",7527 "polkadot-primitives",7405 "polkadot-primitives",7528 "sc-network",7406 "sc-network",7529 "sp-consensus",7407 "sp-consensus",7530 "tracing",7408 "tracing-gum",7531]7409]753274107533[[package]]7411[[package]]7534name = "polkadot-node-collation-generation"7412name = "polkadot-node-collation-generation"7535version = "0.9.18"7413version = "0.9.19"7536source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7414source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"7537dependencies = [7415dependencies = [7538 "futures 0.3.21",7416 "futures 0.3.21",7539 "parity-scale-codec",7417 "parity-scale-codec",7545 "sp-core",7423 "sp-core",7546 "sp-maybe-compressed-blob",7424 "sp-maybe-compressed-blob",7547 "thiserror",7425 "thiserror",7548 "tracing",7426 "tracing-gum",7549]7427]755074287551[[package]]7429[[package]]7552name = "polkadot-node-core-approval-voting"7430name = "polkadot-node-core-approval-voting"7553version = "0.9.18"7431version = "0.9.19"7554source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7432source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"7555dependencies = [7433dependencies = [7556 "bitvec",7434 "bitvec",7557 "derive_more",7435 "derive_more",7573 "sp-consensus",7451 "sp-consensus",7574 "sp-consensus-slots",7452 "sp-consensus-slots",7575 "sp-runtime",7453 "sp-runtime",7576 "tracing",7454 "thiserror",7455 "tracing-gum",7577]7456]757874577579[[package]]7458[[package]]7580name = "polkadot-node-core-av-store"7459name = "polkadot-node-core-av-store"7581version = "0.9.18"7460version = "0.9.19"7582source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7461source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"7583dependencies = [7462dependencies = [7584 "bitvec",7463 "bitvec",7585 "futures 0.3.21",7464 "futures 0.3.21",7593 "polkadot-overseer",7472 "polkadot-overseer",7594 "polkadot-primitives",7473 "polkadot-primitives",7595 "thiserror",7474 "thiserror",7596 "tracing",7475 "tracing-gum",7597]7476]759874777599[[package]]7478[[package]]7600name = "polkadot-node-core-backing"7479name = "polkadot-node-core-backing"7601version = "0.9.18"7480version = "0.9.19"7602source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7481source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"7603dependencies = [7482dependencies = [7604 "bitvec",7483 "bitvec",7605 "futures 0.3.21",7484 "futures 0.3.21",7611 "polkadot-statement-table",7490 "polkadot-statement-table",7612 "sp-keystore",7491 "sp-keystore",7613 "thiserror",7492 "thiserror",7614 "tracing",7493 "tracing-gum",7615]7494]761674957617[[package]]7496[[package]]7618name = "polkadot-node-core-bitfield-signing"7497name = "polkadot-node-core-bitfield-signing"7619version = "0.9.18"7498version = "0.9.19"7620source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7499source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"7621dependencies = [7500dependencies = [7622 "futures 0.3.21",7501 "futures 0.3.21",7623 "polkadot-node-subsystem",7502 "polkadot-node-subsystem",7624 "polkadot-node-subsystem-util",7503 "polkadot-node-subsystem-util",7625 "polkadot-primitives",7504 "polkadot-primitives",7626 "sp-keystore",7505 "sp-keystore",7627 "thiserror",7506 "thiserror",7628 "tracing",7507 "tracing-gum",7629 "wasm-timer",7508 "wasm-timer",7630]7509]763175107632[[package]]7511[[package]]7633name = "polkadot-node-core-candidate-validation"7512name = "polkadot-node-core-candidate-validation"7634version = "0.9.18"7513version = "0.9.19"7635source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7514source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"7636dependencies = [7515dependencies = [7637 "async-trait",7516 "async-trait",7638 "futures 0.3.21",7517 "futures 0.3.21",7644 "polkadot-parachain",7523 "polkadot-parachain",7645 "polkadot-primitives",7524 "polkadot-primitives",7646 "sp-maybe-compressed-blob",7525 "sp-maybe-compressed-blob",7647 "tracing",7526 "tracing-gum",7648]7527]764975287650[[package]]7529[[package]]7651name = "polkadot-node-core-chain-api"7530name = "polkadot-node-core-chain-api"7652version = "0.9.18"7531version = "0.9.19"7653source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7532source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"7654dependencies = [7533dependencies = [7655 "futures 0.3.21",7534 "futures 0.3.21",7656 "polkadot-node-subsystem",7535 "polkadot-node-subsystem",7659 "sc-client-api",7538 "sc-client-api",7660 "sc-consensus-babe",7539 "sc-consensus-babe",7661 "sp-blockchain",7540 "sp-blockchain",7662 "tracing",7541 "tracing-gum",7663]7542]766475437665[[package]]7544[[package]]7666name = "polkadot-node-core-chain-selection"7545name = "polkadot-node-core-chain-selection"7667version = "0.9.18"7546version = "0.9.19"7668source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7547source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"7669dependencies = [7548dependencies = [7670 "futures 0.3.21",7549 "futures 0.3.21",7671 "futures-timer",7550 "futures-timer",7676 "polkadot-node-subsystem-util",7555 "polkadot-node-subsystem-util",7677 "polkadot-primitives",7556 "polkadot-primitives",7678 "thiserror",7557 "thiserror",7679 "tracing",7558 "tracing-gum",7680]7559]768175607682[[package]]7561[[package]]7683name = "polkadot-node-core-dispute-coordinator"7562name = "polkadot-node-core-dispute-coordinator"7684version = "0.9.18"7563version = "0.9.19"7685source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7564source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"7686dependencies = [7565dependencies = [7687 "fatality",7566 "fatality",7688 "futures 0.3.21",7567 "futures 0.3.21",7695 "polkadot-primitives",7574 "polkadot-primitives",7696 "sc-keystore",7575 "sc-keystore",7697 "thiserror",7576 "thiserror",7698 "tracing",7577 "tracing-gum",7699]7578]770075797701[[package]]7580[[package]]7702name = "polkadot-node-core-parachains-inherent"7581name = "polkadot-node-core-parachains-inherent"7703version = "0.9.18"7582version = "0.9.19"7704source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7583source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"7705dependencies = [7584dependencies = [7706 "async-trait",7585 "async-trait",7707 "futures 0.3.21",7586 "futures 0.3.21",7712 "sp-inherents",7591 "sp-inherents",7713 "sp-runtime",7592 "sp-runtime",7714 "thiserror",7593 "thiserror",7715 "tracing",7594 "tracing-gum",7716]7595]771775967718[[package]]7597[[package]]7719name = "polkadot-node-core-provisioner"7598name = "polkadot-node-core-provisioner"7720version = "0.9.18"7599version = "0.9.19"7721source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7600source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"7722dependencies = [7601dependencies = [7723 "bitvec",7602 "bitvec",7724 "futures 0.3.21",7603 "futures 0.3.21",7729 "polkadot-primitives",7608 "polkadot-primitives",7730 "rand 0.8.5",7609 "rand 0.8.5",7731 "thiserror",7610 "thiserror",7732 "tracing",7611 "tracing-gum",7733]7612]773476137735[[package]]7614[[package]]7736name = "polkadot-node-core-pvf"7615name = "polkadot-node-core-pvf"7737version = "0.9.18"7616version = "0.9.19"7738source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7617source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"7739dependencies = [7618dependencies = [7740 "always-assert",7619 "always-assert",7741 "assert_matches",7620 "assert_matches",7759 "sp-maybe-compressed-blob",7638 "sp-maybe-compressed-blob",7760 "sp-tracing",7639 "sp-tracing",7761 "sp-wasm-interface",7640 "sp-wasm-interface",7762 "tracing",7641 "tracing-gum",7763]7642]776476437765[[package]]7644[[package]]7766name = "polkadot-node-core-pvf-checker"7645name = "polkadot-node-core-pvf-checker"7767version = "0.9.18"7646version = "0.9.19"7768source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7647source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"7769dependencies = [7648dependencies = [7770 "futures 0.3.21",7649 "futures 0.3.21",7771 "polkadot-node-primitives",7650 "polkadot-node-primitives",7775 "polkadot-primitives",7654 "polkadot-primitives",7776 "sp-keystore",7655 "sp-keystore",7777 "thiserror",7656 "thiserror",7778 "tracing",7657 "tracing-gum",7779]7658]778076597781[[package]]7660[[package]]7782name = "polkadot-node-core-runtime-api"7661name = "polkadot-node-core-runtime-api"7783version = "0.9.18"7662version = "0.9.19"7784source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7663source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"7785dependencies = [7664dependencies = [7786 "futures 0.3.21",7665 "futures 0.3.21",7787 "memory-lru",7666 "memory-lru",7793 "sp-authority-discovery",7672 "sp-authority-discovery",7794 "sp-consensus-babe",7673 "sp-consensus-babe",7795 "sp-core",7674 "sp-core",7796 "tracing",7675 "tracing-gum",7797]7676]779876777799[[package]]7678[[package]]7800name = "polkadot-node-jaeger"7679name = "polkadot-node-jaeger"7801version = "0.9.18"7680version = "0.9.19"7802source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7681source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"7803dependencies = [7682dependencies = [7804 "async-std",7683 "async-std",7805 "lazy_static",7684 "lazy_static",781676957817[[package]]7696[[package]]7818name = "polkadot-node-metrics"7697name = "polkadot-node-metrics"7819version = "0.9.18"7698version = "0.9.19"7820source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7699source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"7821dependencies = [7700dependencies = [7822 "bs58",7701 "bs58",7823 "futures 0.3.21",7702 "futures 0.3.21",7830 "sc-service",7709 "sc-service",7831 "sc-tracing",7710 "sc-tracing",7832 "substrate-prometheus-endpoint",7711 "substrate-prometheus-endpoint",7833 "tracing",7712 "tracing-gum",7834]7713]783577147836[[package]]7715[[package]]7837name = "polkadot-node-network-protocol"7716name = "polkadot-node-network-protocol"7838version = "0.9.18"7717version = "0.9.19"7839source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7718source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"7840dependencies = [7719dependencies = [7841 "async-trait",7720 "async-trait",7842 "fatality",7721 "fatality",785377327854[[package]]7733[[package]]7855name = "polkadot-node-primitives"7734name = "polkadot-node-primitives"7856version = "0.9.18"7735version = "0.9.19"7857source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7736source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"7858dependencies = [7737dependencies = [7859 "bounded-vec",7738 "bounded-vec",7860 "futures 0.3.21",7739 "futures 0.3.21",787577547876[[package]]7755[[package]]7877name = "polkadot-node-subsystem"7756name = "polkadot-node-subsystem"7878version = "0.9.18"7757version = "0.9.19"7879source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7758source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"7880dependencies = [7759dependencies = [7881 "polkadot-node-jaeger",7760 "polkadot-node-jaeger",7882 "polkadot-node-subsystem-types",7761 "polkadot-node-subsystem-types",788577647886[[package]]7765[[package]]7887name = "polkadot-node-subsystem-types"7766name = "polkadot-node-subsystem-types"7888version = "0.9.18"7767version = "0.9.19"7889source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7768source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"7890dependencies = [7769dependencies = [7891 "derive_more",7770 "derive_more",7892 "futures 0.3.21",7771 "futures 0.3.21",790477837905[[package]]7784[[package]]7906name = "polkadot-node-subsystem-util"7785name = "polkadot-node-subsystem-util"7907version = "0.9.18"7786version = "0.9.19"7908source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7787source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"7909dependencies = [7788dependencies = [7910 "async-trait",7789 "async-trait",7911 "derive_more",7790 "derive_more",7932 "sp-core",7811 "sp-core",7933 "sp-keystore",7812 "sp-keystore",7934 "thiserror",7813 "thiserror",7935 "tracing",7814 "tracing-gum",7936]7815]793778167938[[package]]7817[[package]]7939name = "polkadot-overseer"7818name = "polkadot-overseer"7940version = "0.9.18"7819version = "0.9.19"7941source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7820source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"7942dependencies = [7821dependencies = [7943 "futures 0.3.21",7822 "futures 0.3.21",7944 "futures-timer",7823 "futures-timer",7953 "polkadot-primitives",7832 "polkadot-primitives",7954 "sc-client-api",7833 "sc-client-api",7955 "sp-api",7834 "sp-api",7956 "tracing",7835 "tracing-gum",7957]7836]795878377959[[package]]7838[[package]]7960name = "polkadot-overseer-gen"7839name = "polkadot-overseer-gen"7961version = "0.9.18"7840version = "0.9.19"7962source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7841source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"7963dependencies = [7842dependencies = [7964 "async-trait",7843 "async-trait",7965 "futures 0.3.21",7844 "futures 0.3.21",7970 "polkadot-node-primitives",7849 "polkadot-node-primitives",7971 "polkadot-overseer-gen-proc-macro",7850 "polkadot-overseer-gen-proc-macro",7972 "thiserror",7851 "thiserror",7973 "tracing",7852 "tracing-gum",7974]7853]797578547976[[package]]7855[[package]]7977name = "polkadot-overseer-gen-proc-macro"7856name = "polkadot-overseer-gen-proc-macro"7978version = "0.9.18"7857version = "0.9.19"7979source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7858source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"7980dependencies = [7859dependencies = [7981 "expander 0.0.5",7860 "expander 0.0.6",7982 "proc-macro-crate 1.1.3",7861 "proc-macro-crate 1.1.3",7983 "proc-macro2",7862 "proc-macro2",7984 "quote",7863 "quote",798778667988[[package]]7867[[package]]7989name = "polkadot-parachain"7868name = "polkadot-parachain"7990version = "0.9.18"7869version = "0.9.19"7991source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7870source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"7992dependencies = [7871dependencies = [7993 "derive_more",7872 "derive_more",7994 "frame-support",7873 "frame-support",800478838005[[package]]7884[[package]]8006name = "polkadot-performance-test"7885name = "polkadot-performance-test"8007version = "0.9.18"7886version = "0.9.19"8008source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7887source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"8009dependencies = [7888dependencies = [8010 "env_logger",7889 "env_logger",8011 "kusama-runtime",7890 "kusama-runtime",801978988020[[package]]7899[[package]]8021name = "polkadot-primitives"7900name = "polkadot-primitives"8022version = "0.9.18"7901version = "0.9.19"8023source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7902source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"8024dependencies = [7903dependencies = [8025 "bitvec",7904 "bitvec",8026 "frame-system",7905 "frame-system",804979288050[[package]]7929[[package]]8051name = "polkadot-rpc"7930name = "polkadot-rpc"8052version = "0.9.18"7931version = "0.9.19"8053source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7932source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"8054dependencies = [7933dependencies = [8055 "beefy-gadget",7934 "beefy-gadget",8056 "beefy-gadget-rpc",7935 "beefy-gadget-rpc",8076 "sp-keystore",7955 "sp-keystore",8077 "sp-runtime",7956 "sp-runtime",8078 "substrate-frame-rpc-system",7957 "substrate-frame-rpc-system",7958 "substrate-state-trie-migration-rpc",8079]7959]808079608081[[package]]7961[[package]]8082name = "polkadot-runtime"7962name = "polkadot-runtime"8083version = "0.9.18"7963version = "0.9.19"8084source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7964source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"8085dependencies = [7965dependencies = [8086 "beefy-primitives",7966 "beefy-primitives",8087 "bitvec",7967 "bitvec",8101 "pallet-bags-list",7981 "pallet-bags-list",8102 "pallet-balances",7982 "pallet-balances",8103 "pallet-bounties",7983 "pallet-bounties",7984 "pallet-child-bounties",8104 "pallet-collective",7985 "pallet-collective",8105 "pallet-democracy",7986 "pallet-democracy",8106 "pallet-election-provider-multi-phase",7987 "pallet-election-provider-multi-phase",816480458165[[package]]8046[[package]]8166name = "polkadot-runtime-common"8047name = "polkadot-runtime-common"8167version = "0.9.18"8048version = "0.9.19"8168source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8049source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"8169dependencies = [8050dependencies = [8170 "beefy-primitives",8051 "beefy-primitives",8171 "bitvec",8052 "bitvec",8174 "frame-support",8055 "frame-support",8175 "frame-system",8056 "frame-system",8176 "impl-trait-for-tuples",8057 "impl-trait-for-tuples",8177 "libsecp256k1 0.7.0",8058 "libsecp256k1",8178 "log",8059 "log",8179 "pallet-authorship",8060 "pallet-authorship",8180 "pallet-babe",8061 "pallet-babe",821180928212[[package]]8093[[package]]8213name = "polkadot-runtime-constants"8094name = "polkadot-runtime-constants"8214version = "0.9.18"8095version = "0.9.19"8215source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8096source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"8216dependencies = [8097dependencies = [8217 "frame-support",8098 "frame-support",8218 "polkadot-primitives",8099 "polkadot-primitives",822381048224[[package]]8105[[package]]8225name = "polkadot-runtime-metrics"8106name = "polkadot-runtime-metrics"8226version = "0.9.18"8107version = "0.9.19"8227source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8108source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"8228dependencies = [8109dependencies = [8229 "bs58",8110 "bs58",8230 "parity-scale-codec",8111 "parity-scale-codec",823581168236[[package]]8117[[package]]8237name = "polkadot-runtime-parachains"8118name = "polkadot-runtime-parachains"8238version = "0.9.18"8119version = "0.9.19"8239source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8120source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"8240dependencies = [8121dependencies = [8241 "bitflags",8122 "bitflags",8242 "bitvec",8123 "bitvec",8262 "scale-info",8143 "scale-info",8263 "serde",8144 "serde",8264 "sp-api",8145 "sp-api",8146 "sp-application-crypto",8265 "sp-core",8147 "sp-core",8266 "sp-inherents",8148 "sp-inherents",8267 "sp-io",8149 "sp-io",827781598278[[package]]8160[[package]]8279name = "polkadot-service"8161name = "polkadot-service"8280version = "0.9.18"8162version = "0.9.19"8281source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8163source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"8282dependencies = [8164dependencies = [8283 "async-trait",8165 "async-trait",8284 "beefy-gadget",8166 "beefy-gadget",8372 "sp-trie",8254 "sp-trie",8373 "substrate-prometheus-endpoint",8255 "substrate-prometheus-endpoint",8374 "thiserror",8256 "thiserror",8375 "tracing",8257 "tracing-gum",8376 "westend-runtime",8258 "westend-runtime",8377]8259]837882608379[[package]]8261[[package]]8380name = "polkadot-statement-distribution"8262name = "polkadot-statement-distribution"8381version = "0.9.18"8263version = "0.9.19"8382source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8264source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"8383dependencies = [8265dependencies = [8384 "arrayvec 0.5.2",8266 "arrayvec 0.5.2",8385 "fatality",8267 "fatality",8394 "sp-keystore",8276 "sp-keystore",8395 "sp-staking",8277 "sp-staking",8396 "thiserror",8278 "thiserror",8397 "tracing",8279 "tracing-gum",8398]8280]839982818400[[package]]8282[[package]]8401name = "polkadot-statement-table"8283name = "polkadot-statement-table"8402version = "0.9.18"8284version = "0.9.19"8403source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8285source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"8404dependencies = [8286dependencies = [8405 "parity-scale-codec",8287 "parity-scale-codec",8406 "polkadot-primitives",8288 "polkadot-primitives",840982918410[[package]]8292[[package]]8411name = "polkadot-test-runtime"8293name = "polkadot-test-runtime"8412version = "0.9.18"8294version = "0.9.19"8413source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8295source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"8414dependencies = [8296dependencies = [8415 "beefy-primitives",8297 "beefy-primitives",8416 "bitvec",8298 "bitvec",847183538472[[package]]8354[[package]]8473name = "polkadot-test-service"8355name = "polkadot-test-service"8474version = "0.9.18"8356version = "0.9.19"8475source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8357source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"8476dependencies = [8358dependencies = [8477 "frame-benchmarking",8359 "frame-benchmarking",8478 "frame-system",8360 "frame-system",8520 "tempfile",8402 "tempfile",8521 "test-runtime-constants",8403 "test-runtime-constants",8522 "tokio 1.17.0",8404 "tokio 1.17.0",8523 "tracing",8405 "tracing-gum",8524]8406]852584078526[[package]]8408[[package]]880586878806[[package]]8688[[package]]8807name = "quote"8689name = "quote"8808version = "1.0.17"8690version = "1.0.18"8809source = "registry+https://github.com/rust-lang/crates.io-index"8691source = "registry+https://github.com/rust-lang/crates.io-index"8810checksum = "632d02bff7f874a36f33ea8bb416cd484b90cc66c1194b1a1110d067a7013f58"8692checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"8811dependencies = [8693dependencies = [8812 "proc-macro2",8694 "proc-macro2",8813]8695]891787998918[[package]]8800[[package]]8919name = "rayon"8801name = "rayon"8920version = "1.5.1"8802version = "1.5.2"8921source = "registry+https://github.com/rust-lang/crates.io-index"8803source = "registry+https://github.com/rust-lang/crates.io-index"8922checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90"8804checksum = "fd249e82c21598a9a426a4e00dd7adc1d640b22445ec8545feef801d1a74c221"8923dependencies = [8805dependencies = [8924 "autocfg",8806 "autocfg",8925 "crossbeam-deque",8807 "crossbeam-deque",892988118930[[package]]8812[[package]]8931name = "rayon-core"8813name = "rayon-core"8932version = "1.9.1"8814version = "1.9.2"8933source = "registry+https://github.com/rust-lang/crates.io-index"8815source = "registry+https://github.com/rust-lang/crates.io-index"8934checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e"8816checksum = "9f51245e1e62e1f1629cbfec37b5793bbabcaeb90f30e94d2ba03564687353e4"8935dependencies = [8817dependencies = [8936 "crossbeam-channel",8818 "crossbeam-channel",8937 "crossbeam-deque",8819 "crossbeam-deque",8938 "crossbeam-utils",8820 "crossbeam-utils",8939 "lazy_static",8940 "num_cpus",8821 "num_cpus",8941]8822]89428823897588568976[[package]]8857[[package]]8977name = "ref-cast"8858name = "ref-cast"8978version = "1.0.6"8859version = "1.0.7"8979source = "registry+https://github.com/rust-lang/crates.io-index"8860source = "registry+https://github.com/rust-lang/crates.io-index"8980checksum = "300f2a835d808734ee295d45007adacb9ebb29dd3ae2424acfa17930cae541da"8861checksum = "685d58625b6c2b83e4cc88a27c4bf65adb7b6b16dbdc413e515c9405b47432ab"8981dependencies = [8862dependencies = [8982 "ref-cast-impl",8863 "ref-cast-impl",8983]8864]898488658985[[package]]8866[[package]]8986name = "ref-cast-impl"8867name = "ref-cast-impl"8987version = "1.0.6"8868version = "1.0.7"8988source = "registry+https://github.com/rust-lang/crates.io-index"8869source = "registry+https://github.com/rust-lang/crates.io-index"8989checksum = "4c38e3aecd2b21cb3959637b883bb3714bc7e43f0268b9a29d3743ee3e55cdd2"8870checksum = "a043824e29c94169374ac5183ac0ed43f5724dc4556b19568007486bd840fa1f"8990dependencies = [8871dependencies = [8991 "proc-macro2",8872 "proc-macro2",8992 "quote",8873 "quote",9045[[package]]8926[[package]]9046name = "remote-externalities"8927name = "remote-externalities"9047version = "0.10.0-dev"8928version = "0.10.0-dev"9048source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"8929source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"9049dependencies = [8930dependencies = [9050 "env_logger",8931 "env_logger",9051 "jsonrpsee 0.8.0",8932 "jsonrpsee",9052 "log",8933 "log",9053 "parity-scale-codec",8934 "parity-scale-codec",9054 "serde",8935 "serde",913290139133[[package]]9014[[package]]9134name = "rococo-runtime"9015name = "rococo-runtime"9135version = "0.9.18"9016version = "0.9.19"9136source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"9017source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"9137dependencies = [9018dependencies = [9019 "beefy-merkle-tree",9138 "beefy-primitives",9020 "beefy-primitives",9139 "bp-messages",9021 "bp-messages",9140 "bp-rococo",9022 "bp-rococo",9145 "frame-executive",9027 "frame-executive",9146 "frame-support",9028 "frame-support",9147 "frame-system",9029 "frame-system",9030 "frame-system-benchmarking",9148 "frame-system-rpc-runtime-api",9031 "frame-system-rpc-runtime-api",9149 "hex-literal",9032 "hex-literal",9150 "log",9033 "log",920790909208[[package]]9091[[package]]9209name = "rococo-runtime-constants"9092name = "rococo-runtime-constants"9210version = "0.9.18"9093version = "0.9.19"9211source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"9094source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"9212dependencies = [9095dependencies = [9213 "frame-support",9096 "frame-support",9214 "polkadot-primitives",9097 "polkadot-primitives",932592089326[[package]]9209[[package]]9327name = "rustls-native-certs"9210name = "rustls-native-certs"9328version = "0.6.1"9211version = "0.6.2"9329source = "registry+https://github.com/rust-lang/crates.io-index"9212source = "registry+https://github.com/rust-lang/crates.io-index"9330checksum = "5ca9ebdfa27d3fc180e42879037b5338ab1c040c06affd00d8338598e7800943"9213checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"9331dependencies = [9214dependencies = [9332 "openssl-probe",9215 "openssl-probe",9333 "rustls-pemfile",9216 "rustls-pemfile",933792209338[[package]]9221[[package]]9339name = "rustls-pemfile"9222name = "rustls-pemfile"9340version = "0.2.1"9223version = "1.0.0"9341source = "registry+https://github.com/rust-lang/crates.io-index"9224source = "registry+https://github.com/rust-lang/crates.io-index"9342checksum = "5eebeaeb360c87bfb72e84abdb3447159c0eaececf1bef2aecd65a8be949d1c9"9225checksum = "e7522c9de787ff061458fe9a829dc790a3f5b22dc571694fc5883f448b94d9a9"9343dependencies = [9226dependencies = [9344 "base64",9227 "base64",9345]9228]9397[[package]]9280[[package]]9398name = "sc-allocator"9281name = "sc-allocator"9399version = "4.1.0-dev"9282version = "4.1.0-dev"9400source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9283source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"9401dependencies = [9284dependencies = [9402 "log",9285 "log",9403 "sp-core",9286 "sp-core",9408[[package]]9291[[package]]9409name = "sc-authority-discovery"9292name = "sc-authority-discovery"9410version = "0.10.0-dev"9293version = "0.10.0-dev"9411source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9294source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"9412dependencies = [9295dependencies = [9413 "async-trait",9296 "async-trait",9414 "futures 0.3.21",9297 "futures 0.3.21",9435[[package]]9318[[package]]9436name = "sc-basic-authorship"9319name = "sc-basic-authorship"9437version = "0.10.0-dev"9320version = "0.10.0-dev"9438source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9321source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"9439dependencies = [9322dependencies = [9440 "futures 0.3.21",9323 "futures 0.3.21",9441 "futures-timer",9324 "futures-timer",9458[[package]]9341[[package]]9459name = "sc-block-builder"9342name = "sc-block-builder"9460version = "0.10.0-dev"9343version = "0.10.0-dev"9461source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9344source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"9462dependencies = [9345dependencies = [9463 "parity-scale-codec",9346 "parity-scale-codec",9464 "sc-client-api",9347 "sc-client-api",9474[[package]]9357[[package]]9475name = "sc-chain-spec"9358name = "sc-chain-spec"9476version = "4.0.0-dev"9359version = "4.0.0-dev"9477source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9360source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"9478dependencies = [9361dependencies = [9479 "impl-trait-for-tuples",9362 "impl-trait-for-tuples",9480 "memmap2 0.5.3",9363 "memmap2 0.5.3",9491[[package]]9374[[package]]9492name = "sc-chain-spec-derive"9375name = "sc-chain-spec-derive"9493version = "4.0.0-dev"9376version = "4.0.0-dev"9494source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9377source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"9495dependencies = [9378dependencies = [9496 "proc-macro-crate 1.1.3",9379 "proc-macro-crate 1.1.3",9497 "proc-macro2",9380 "proc-macro2",9502[[package]]9385[[package]]9503name = "sc-cli"9386name = "sc-cli"9504version = "0.10.0-dev"9387version = "0.10.0-dev"9505source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9388source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"9506dependencies = [9389dependencies = [9507 "chrono",9390 "chrono",9508 "clap",9391 "clap",9540[[package]]9423[[package]]9541name = "sc-client-api"9424name = "sc-client-api"9542version = "4.0.0-dev"9425version = "4.0.0-dev"9543source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9426source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"9544dependencies = [9427dependencies = [9545 "fnv",9428 "fnv",9546 "futures 0.3.21",9429 "futures 0.3.21",9568[[package]]9451[[package]]9569name = "sc-client-db"9452name = "sc-client-db"9570version = "0.10.0-dev"9453version = "0.10.0-dev"9571source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9454source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"9572dependencies = [9455dependencies = [9573 "hash-db",9456 "hash-db",9574 "kvdb",9457 "kvdb",9593[[package]]9476[[package]]9594name = "sc-consensus"9477name = "sc-consensus"9595version = "0.10.0-dev"9478version = "0.10.0-dev"9596source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9479source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"9597dependencies = [9480dependencies = [9598 "async-trait",9481 "async-trait",9599 "futures 0.3.21",9482 "futures 0.3.21",9617[[package]]9500[[package]]9618name = "sc-consensus-aura"9501name = "sc-consensus-aura"9619version = "0.10.0-dev"9502version = "0.10.0-dev"9620source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9503source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"9621dependencies = [9504dependencies = [9622 "async-trait",9505 "async-trait",9623 "futures 0.3.21",9506 "futures 0.3.21",9646[[package]]9529[[package]]9647name = "sc-consensus-babe"9530name = "sc-consensus-babe"9648version = "0.10.0-dev"9531version = "0.10.0-dev"9649source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9532source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"9650dependencies = [9533dependencies = [9651 "async-trait",9534 "async-trait",9652 "fork-tree",9535 "fork-tree",9689[[package]]9572[[package]]9690name = "sc-consensus-babe-rpc"9573name = "sc-consensus-babe-rpc"9691version = "0.10.0-dev"9574version = "0.10.0-dev"9692source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9575source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"9693dependencies = [9576dependencies = [9694 "futures 0.3.21",9577 "futures 0.3.21",9695 "jsonrpc-core",9578 "jsonrpc-core",9713[[package]]9596[[package]]9714name = "sc-consensus-epochs"9597name = "sc-consensus-epochs"9715version = "0.10.0-dev"9598version = "0.10.0-dev"9716source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9599source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"9717dependencies = [9600dependencies = [9718 "fork-tree",9601 "fork-tree",9719 "parity-scale-codec",9602 "parity-scale-codec",9726[[package]]9609[[package]]9727name = "sc-consensus-manual-seal"9610name = "sc-consensus-manual-seal"9728version = "0.10.0-dev"9611version = "0.10.0-dev"9729source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9612source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"9730dependencies = [9613dependencies = [9731 "assert_matches",9614 "assert_matches",9732 "async-trait",9615 "async-trait",9762[[package]]9645[[package]]9763name = "sc-consensus-slots"9646name = "sc-consensus-slots"9764version = "0.10.0-dev"9647version = "0.10.0-dev"9765source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9648source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"9766dependencies = [9649dependencies = [9767 "async-trait",9650 "async-trait",9768 "futures 0.3.21",9651 "futures 0.3.21",9787[[package]]9670[[package]]9788name = "sc-consensus-uncles"9671name = "sc-consensus-uncles"9789version = "0.10.0-dev"9672version = "0.10.0-dev"9790source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9673source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"9791dependencies = [9674dependencies = [9792 "sc-client-api",9675 "sc-client-api",9793 "sp-authorship",9676 "sp-authorship",9798[[package]]9681[[package]]9799name = "sc-executor"9682name = "sc-executor"9800version = "0.10.0-dev"9683version = "0.10.0-dev"9801source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9684source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"9802dependencies = [9685dependencies = [9803 "lazy_static",9686 "lazy_static",9804 "lru 0.6.6",9687 "lru 0.7.5",9805 "parity-scale-codec",9688 "parity-scale-codec",9806 "parking_lot 0.12.0",9689 "parking_lot 0.12.0",9807 "sc-executor-common",9690 "sc-executor-common",9825[[package]]9708[[package]]9826name = "sc-executor-common"9709name = "sc-executor-common"9827version = "0.10.0-dev"9710version = "0.10.0-dev"9828source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9711source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"9829dependencies = [9712dependencies = [9830 "environmental",9713 "environmental",9831 "parity-scale-codec",9714 "parity-scale-codec",9842[[package]]9725[[package]]9843name = "sc-executor-wasmi"9726name = "sc-executor-wasmi"9844version = "0.10.0-dev"9727version = "0.10.0-dev"9845source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9728source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"9846dependencies = [9729dependencies = [9847 "log",9730 "log",9848 "parity-scale-codec",9731 "parity-scale-codec",9858[[package]]9741[[package]]9859name = "sc-executor-wasmtime"9742name = "sc-executor-wasmtime"9860version = "0.10.0-dev"9743version = "0.10.0-dev"9861source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9744source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"9862dependencies = [9745dependencies = [9863 "cfg-if 1.0.0",9746 "cfg-if 1.0.0",9864 "libc",9747 "libc",9876[[package]]9759[[package]]9877name = "sc-finality-grandpa"9760name = "sc-finality-grandpa"9878version = "0.10.0-dev"9761version = "0.10.0-dev"9879source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9762source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"9880dependencies = [9763dependencies = [9881 "ahash",9764 "ahash",9882 "async-trait",9765 "async-trait",9916[[package]]9799[[package]]9917name = "sc-finality-grandpa-rpc"9800name = "sc-finality-grandpa-rpc"9918version = "0.10.0-dev"9801version = "0.10.0-dev"9919source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9802source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"9920dependencies = [9803dependencies = [9921 "finality-grandpa",9804 "finality-grandpa",9922 "futures 0.3.21",9805 "futures 0.3.21",9940[[package]]9823[[package]]9941name = "sc-informant"9824name = "sc-informant"9942version = "0.10.0-dev"9825version = "0.10.0-dev"9943source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9826source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"9944dependencies = [9827dependencies = [9945 "ansi_term",9828 "ansi_term",9946 "futures 0.3.21",9829 "futures 0.3.21",9957[[package]]9840[[package]]9958name = "sc-keystore"9841name = "sc-keystore"9959version = "4.0.0-dev"9842version = "4.0.0-dev"9960source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9843source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"9961dependencies = [9844dependencies = [9962 "async-trait",9845 "async-trait",9963 "hex",9846 "hex",9972[[package]]9855[[package]]9973name = "sc-network"9856name = "sc-network"9974version = "0.10.0-dev"9857version = "0.10.0-dev"9975source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9858source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"9976dependencies = [9859dependencies = [9977 "async-trait",9860 "async-trait",9978 "asynchronous-codec 0.5.0",9861 "asynchronous-codec 0.5.0",10021[[package]]9904[[package]]10022name = "sc-network-gossip"9905name = "sc-network-gossip"10023version = "0.10.0-dev"9906version = "0.10.0-dev"10024source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9907source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"10025dependencies = [9908dependencies = [10026 "ahash",9909 "ahash",10027 "futures 0.3.21",9910 "futures 0.3.21",10038[[package]]9921[[package]]10039name = "sc-offchain"9922name = "sc-offchain"10040version = "4.0.0-dev"9923version = "4.0.0-dev"10041source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9924source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"10042dependencies = [9925dependencies = [10043 "bytes 1.1.0",9926 "bytes 1.1.0",10044 "fnv",9927 "fnv",10066[[package]]9949[[package]]10067name = "sc-peerset"9950name = "sc-peerset"10068version = "4.0.0-dev"9951version = "4.0.0-dev"10069source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9952source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"10070dependencies = [9953dependencies = [10071 "futures 0.3.21",9954 "futures 0.3.21",10072 "libp2p",9955 "libp2p",10079[[package]]9962[[package]]10080name = "sc-proposer-metrics"9963name = "sc-proposer-metrics"10081version = "0.10.0-dev"9964version = "0.10.0-dev"10082source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9965source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"10083dependencies = [9966dependencies = [10084 "log",9967 "log",10085 "substrate-prometheus-endpoint",9968 "substrate-prometheus-endpoint",10088[[package]]9971[[package]]10089name = "sc-rpc"9972name = "sc-rpc"10090version = "4.0.0-dev"9973version = "4.0.0-dev"10091source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9974source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"10092dependencies = [9975dependencies = [10093 "futures 0.3.21",9976 "futures 0.3.21",10094 "hash-db",9977 "hash-db",10119[[package]]10002[[package]]10120name = "sc-rpc-api"10003name = "sc-rpc-api"10121version = "0.10.0-dev"10004version = "0.10.0-dev"10122source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10005source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"10123dependencies = [10006dependencies = [10124 "futures 0.3.21",10007 "futures 0.3.21",10125 "jsonrpc-core",10008 "jsonrpc-core",10131 "parking_lot 0.12.0",10014 "parking_lot 0.12.0",10132 "sc-chain-spec",10015 "sc-chain-spec",10133 "sc-transaction-pool-api",10016 "sc-transaction-pool-api",10017 "scale-info",10134 "serde",10018 "serde",10135 "serde_json",10019 "serde_json",10136 "sp-core",10020 "sp-core",10144[[package]]10028[[package]]10145name = "sc-rpc-server"10029name = "sc-rpc-server"10146version = "4.0.0-dev"10030version = "4.0.0-dev"10147source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10031source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"10148dependencies = [10032dependencies = [10149 "futures 0.3.21",10033 "futures 0.3.21",10150 "jsonrpc-core",10034 "jsonrpc-core",10161[[package]]10045[[package]]10162name = "sc-service"10046name = "sc-service"10163version = "0.10.0-dev"10047version = "0.10.0-dev"10164source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10048source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"10165dependencies = [10049dependencies = [10166 "async-trait",10050 "async-trait",10167 "directories",10051 "directories",10225[[package]]10109[[package]]10226name = "sc-state-db"10110name = "sc-state-db"10227version = "0.10.0-dev"10111version = "0.10.0-dev"10228source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10112source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"10229dependencies = [10113dependencies = [10230 "log",10114 "log",10231 "parity-scale-codec",10115 "parity-scale-codec",10239[[package]]10123[[package]]10240name = "sc-sync-state-rpc"10124name = "sc-sync-state-rpc"10241version = "0.10.0-dev"10125version = "0.10.0-dev"10242source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10126source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"10243dependencies = [10127dependencies = [10244 "jsonrpc-core",10128 "jsonrpc-core",10245 "jsonrpc-core-client",10129 "jsonrpc-core-client",10260[[package]]10144[[package]]10261name = "sc-telemetry"10145name = "sc-telemetry"10262version = "4.0.0-dev"10146version = "4.0.0-dev"10263source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10147source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"10264dependencies = [10148dependencies = [10265 "chrono",10149 "chrono",10266 "futures 0.3.21",10150 "futures 0.3.21",10278[[package]]10162[[package]]10279name = "sc-tracing"10163name = "sc-tracing"10280version = "4.0.0-dev"10164version = "4.0.0-dev"10281source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10165source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"10282dependencies = [10166dependencies = [10283 "ansi_term",10167 "ansi_term",10284 "atty",10168 "atty",10309[[package]]10193[[package]]10310name = "sc-tracing-proc-macro"10194name = "sc-tracing-proc-macro"10311version = "4.0.0-dev"10195version = "4.0.0-dev"10312source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10196source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"10313dependencies = [10197dependencies = [10314 "proc-macro-crate 1.1.3",10198 "proc-macro-crate 1.1.3",10315 "proc-macro2",10199 "proc-macro2",10320[[package]]10204[[package]]10321name = "sc-transaction-pool"10205name = "sc-transaction-pool"10322version = "4.0.0-dev"10206version = "4.0.0-dev"10323source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10207source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"10324dependencies = [10208dependencies = [10325 "futures 0.3.21",10209 "futures 0.3.21",10326 "futures-timer",10210 "futures-timer",10347[[package]]10231[[package]]10348name = "sc-transaction-pool-api"10232name = "sc-transaction-pool-api"10349version = "4.0.0-dev"10233version = "4.0.0-dev"10350source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10234source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"10351dependencies = [10235dependencies = [10352 "futures 0.3.21",10236 "futures 0.3.21",10353 "log",10237 "log",10360[[package]]10244[[package]]10361name = "sc-utils"10245name = "sc-utils"10362version = "4.0.0-dev"10246version = "4.0.0-dev"10363source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10247source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"10364dependencies = [10248dependencies = [10365 "futures 0.3.21",10249 "futures 0.3.21",10366 "futures-timer",10250 "futures-timer",103721025610373[[package]]10257[[package]]10374name = "scale-info"10258name = "scale-info"10375version = "2.0.1"10259version = "2.1.1"10376source = "registry+https://github.com/rust-lang/crates.io-index"10260source = "registry+https://github.com/rust-lang/crates.io-index"10377checksum = "0563970d79bcbf3c537ce3ad36d859b30d36fc5b190efd227f1f7a84d7cf0d42"10261checksum = "8980cafbe98a7ee7a9cc16b32ebce542c77883f512d83fbf2ddc8f6a85ea74c9"10378dependencies = [10262dependencies = [10379 "bitvec",10263 "bitvec",10380 "cfg-if 1.0.0",10264 "cfg-if 1.0.0",103861027010387[[package]]10271[[package]]10388name = "scale-info-derive"10272name = "scale-info-derive"10389version = "2.0.0"10273version = "2.1.1"10390source = "registry+https://github.com/rust-lang/crates.io-index"10274source = "registry+https://github.com/rust-lang/crates.io-index"10391checksum = "b7805950c36512db9e3251c970bb7ac425f326716941862205d612ab3b5e46e2"10275checksum = "4260c630e8a8a33429d1688eff2f163f24c65a4e1b1578ef6b565061336e4b6f"10392dependencies = [10276dependencies = [10393 "proc-macro-crate 1.1.3",10277 "proc-macro-crate 1.1.3",10394 "proc-macro2",10278 "proc-macro2",10420 "rand 0.7.3",10304 "rand 0.7.3",10421 "rand_core 0.5.1",10305 "rand_core 0.5.1",10422 "sha2 0.8.2",10306 "sha2 0.8.2",10423 "subtle 2.4.1",10307 "subtle",10424 "zeroize",10308 "zeroize",10425]10309]104261031010465 "der",10349 "der",10466 "generic-array 0.14.5",10350 "generic-array 0.14.5",10467 "pkcs8",10351 "pkcs8",10468 "subtle 2.4.1",10352 "subtle",10469 "zeroize",10353 "zeroize",10470]10354]1047110355106731055710674[[package]]10558[[package]]10675name = "sha3"10559name = "sha3"10676version = "0.8.2"10677source = "registry+https://github.com/rust-lang/crates.io-index"10678checksum = "dd26bc0e7a2e3a7c959bc494caf58b72ee0c71d67704e9520f736ca7e4853ecf"10679dependencies = [10680 "block-buffer 0.7.3",10681 "byte-tools",10682 "digest 0.8.1",10683 "keccak",10684 "opaque-debug 0.2.3",10685]1068610687[[package]]10688name = "sha3"10689version = "0.9.1"10560version = "0.9.1"10690source = "registry+https://github.com/rust-lang/crates.io-index"10561source = "registry+https://github.com/rust-lang/crates.io-index"10691checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809"10562checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809"107691064010770[[package]]10641[[package]]10771name = "slot-range-helper"10642name = "slot-range-helper"10772version = "0.9.18"10643version = "0.9.19"10773source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"10644source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"10774dependencies = [10645dependencies = [10775 "enumn",10646 "enumn",10776 "parity-scale-codec",10647 "parity-scale-codec",10814 "ring",10685 "ring",10815 "rustc_version 0.3.3",10686 "rustc_version 0.3.3",10816 "sha2 0.9.9",10687 "sha2 0.9.9",10817 "subtle 2.4.1",10688 "subtle",10818 "x25519-dalek",10689 "x25519-dalek",10819]10690]108201069110858[[package]]10729[[package]]10859name = "sp-api"10730name = "sp-api"10860version = "4.0.0-dev"10731version = "4.0.0-dev"10861source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10732source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"10862dependencies = [10733dependencies = [10863 "hash-db",10734 "hash-db",10864 "log",10735 "log",10875[[package]]10746[[package]]10876name = "sp-api-proc-macro"10747name = "sp-api-proc-macro"10877version = "4.0.0-dev"10748version = "4.0.0-dev"10878source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10749source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"10879dependencies = [10750dependencies = [10880 "blake2 0.10.4",10751 "blake2 0.10.4",10881 "proc-macro-crate 1.1.3",10752 "proc-macro-crate 1.1.3",10887[[package]]10758[[package]]10888name = "sp-application-crypto"10759name = "sp-application-crypto"10889version = "6.0.0"10760version = "6.0.0"10890source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10761source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"10891dependencies = [10762dependencies = [10892 "parity-scale-codec",10763 "parity-scale-codec",10893 "scale-info",10764 "scale-info",10900[[package]]10771[[package]]10901name = "sp-arithmetic"10772name = "sp-arithmetic"10902version = "5.0.0"10773version = "5.0.0"10903source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10774source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"10904dependencies = [10775dependencies = [10905 "integer-sqrt",10776 "integer-sqrt",10906 "num-traits",10777 "num-traits",10915[[package]]10786[[package]]10916name = "sp-authority-discovery"10787name = "sp-authority-discovery"10917version = "4.0.0-dev"10788version = "4.0.0-dev"10918source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10789source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"10919dependencies = [10790dependencies = [10920 "parity-scale-codec",10791 "parity-scale-codec",10921 "scale-info",10792 "scale-info",10928[[package]]10799[[package]]10929name = "sp-authorship"10800name = "sp-authorship"10930version = "4.0.0-dev"10801version = "4.0.0-dev"10931source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10802source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"10932dependencies = [10803dependencies = [10933 "async-trait",10804 "async-trait",10934 "parity-scale-codec",10805 "parity-scale-codec",10940[[package]]10811[[package]]10941name = "sp-block-builder"10812name = "sp-block-builder"10942version = "4.0.0-dev"10813version = "4.0.0-dev"10943source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10814source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"10944dependencies = [10815dependencies = [10945 "parity-scale-codec",10816 "parity-scale-codec",10946 "sp-api",10817 "sp-api",10952[[package]]10823[[package]]10953name = "sp-blockchain"10824name = "sp-blockchain"10954version = "4.0.0-dev"10825version = "4.0.0-dev"10955source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10826source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"10956dependencies = [10827dependencies = [10957 "futures 0.3.21",10828 "futures 0.3.21",10958 "log",10829 "log",10970[[package]]10841[[package]]10971name = "sp-consensus"10842name = "sp-consensus"10972version = "0.10.0-dev"10843version = "0.10.0-dev"10973source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10844source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"10974dependencies = [10845dependencies = [10975 "async-trait",10846 "async-trait",10976 "futures 0.3.21",10847 "futures 0.3.21",10989[[package]]10860[[package]]10990name = "sp-consensus-aura"10861name = "sp-consensus-aura"10991version = "0.10.0-dev"10862version = "0.10.0-dev"10992source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10863source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"10993dependencies = [10864dependencies = [10994 "async-trait",10865 "async-trait",10995 "parity-scale-codec",10866 "parity-scale-codec",11007[[package]]10878[[package]]11008name = "sp-consensus-babe"10879name = "sp-consensus-babe"11009version = "0.10.0-dev"10880version = "0.10.0-dev"11010source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10881source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"11011dependencies = [10882dependencies = [11012 "async-trait",10883 "async-trait",11013 "merlin",10884 "merlin",11030[[package]]10901[[package]]11031name = "sp-consensus-slots"10902name = "sp-consensus-slots"11032version = "0.10.0-dev"10903version = "0.10.0-dev"11033source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10904source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"11034dependencies = [10905dependencies = [11035 "parity-scale-codec",10906 "parity-scale-codec",11036 "scale-info",10907 "scale-info",11044[[package]]10915[[package]]11045name = "sp-consensus-vrf"10916name = "sp-consensus-vrf"11046version = "0.10.0-dev"10917version = "0.10.0-dev"11047source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10918source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"11048dependencies = [10919dependencies = [11049 "parity-scale-codec",10920 "parity-scale-codec",11050 "schnorrkel",10921 "schnorrkel",11056[[package]]10927[[package]]11057name = "sp-core"10928name = "sp-core"11058version = "6.0.0"10929version = "6.0.0"11059source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10930source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"11060dependencies = [10931dependencies = [11061 "base58",10932 "base58",11062 "bitflags",10933 "bitflags",11070 "hex",10941 "hex",11071 "impl-serde",10942 "impl-serde",11072 "lazy_static",10943 "lazy_static",11073 "libsecp256k1 0.7.0",10944 "libsecp256k1",11074 "log",10945 "log",11075 "merlin",10946 "merlin",11076 "num-traits",10947 "num-traits",11102[[package]]10973[[package]]11103name = "sp-core-hashing"10974name = "sp-core-hashing"11104version = "4.0.0"10975version = "4.0.0"11105source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10976source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"11106dependencies = [10977dependencies = [11107 "blake2 0.10.4",10978 "blake2 0.10.4",11108 "byteorder",10979 "byteorder",11116[[package]]10987[[package]]11117name = "sp-core-hashing-proc-macro"10988name = "sp-core-hashing-proc-macro"11118version = "5.0.0"10989version = "5.0.0"11119source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10990source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"11120dependencies = [10991dependencies = [11121 "proc-macro2",10992 "proc-macro2",11122 "quote",10993 "quote",11127[[package]]10998[[package]]11128name = "sp-database"10999name = "sp-database"11129version = "4.0.0-dev"11000version = "4.0.0-dev"11130source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11001source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"11131dependencies = [11002dependencies = [11132 "kvdb",11003 "kvdb",11133 "parking_lot 0.12.0",11004 "parking_lot 0.12.0",11136[[package]]11007[[package]]11137name = "sp-debug-derive"11008name = "sp-debug-derive"11138version = "4.0.0"11009version = "4.0.0"11139source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11010source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"11140dependencies = [11011dependencies = [11141 "proc-macro2",11012 "proc-macro2",11142 "quote",11013 "quote",11146[[package]]11017[[package]]11147name = "sp-externalities"11018name = "sp-externalities"11148version = "0.12.0"11019version = "0.12.0"11149source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11020source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"11150dependencies = [11021dependencies = [11151 "environmental",11022 "environmental",11152 "parity-scale-codec",11023 "parity-scale-codec",11157[[package]]11028[[package]]11158name = "sp-finality-grandpa"11029name = "sp-finality-grandpa"11159version = "4.0.0-dev"11030version = "4.0.0-dev"11160source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11031source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"11161dependencies = [11032dependencies = [11162 "finality-grandpa",11033 "finality-grandpa",11163 "log",11034 "log",11175[[package]]11046[[package]]11176name = "sp-inherents"11047name = "sp-inherents"11177version = "4.0.0-dev"11048version = "4.0.0-dev"11178source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11049source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"11179dependencies = [11050dependencies = [11180 "async-trait",11051 "async-trait",11181 "impl-trait-for-tuples",11052 "impl-trait-for-tuples",11189[[package]]11060[[package]]11190name = "sp-io"11061name = "sp-io"11191version = "6.0.0"11062version = "6.0.0"11192source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11063source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"11193dependencies = [11064dependencies = [11194 "futures 0.3.21",11065 "futures 0.3.21",11195 "hash-db",11066 "hash-db",11196 "libsecp256k1 0.7.0",11067 "libsecp256k1",11197 "log",11068 "log",11198 "parity-scale-codec",11069 "parity-scale-codec",11199 "parking_lot 0.12.0",11070 "parking_lot 0.12.0",11214[[package]]11085[[package]]11215name = "sp-keyring"11086name = "sp-keyring"11216version = "6.0.0"11087version = "6.0.0"11217source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11088source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"11218dependencies = [11089dependencies = [11219 "lazy_static",11090 "lazy_static",11220 "sp-core",11091 "sp-core",11225[[package]]11096[[package]]11226name = "sp-keystore"11097name = "sp-keystore"11227version = "0.12.0"11098version = "0.12.0"11228source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11099source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"11229dependencies = [11100dependencies = [11230 "async-trait",11101 "async-trait",11231 "futures 0.3.21",11102 "futures 0.3.21",11242[[package]]11113[[package]]11243name = "sp-maybe-compressed-blob"11114name = "sp-maybe-compressed-blob"11244version = "4.1.0-dev"11115version = "4.1.0-dev"11245source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11116source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"11246dependencies = [11117dependencies = [11247 "thiserror",11118 "thiserror",11248 "zstd",11119 "zstd",11251[[package]]11122[[package]]11252name = "sp-npos-elections"11123name = "sp-npos-elections"11253version = "4.0.0-dev"11124version = "4.0.0-dev"11254source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11125source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"11255dependencies = [11126dependencies = [11256 "parity-scale-codec",11127 "parity-scale-codec",11257 "scale-info",11128 "scale-info",11258 "serde",11129 "serde",11259 "sp-arithmetic",11130 "sp-arithmetic",11260 "sp-core",11131 "sp-core",11261 "sp-npos-elections-solution-type",11262 "sp-runtime",11132 "sp-runtime",11263 "sp-std",11133 "sp-std",11264]11134]112651113511266[[package]]11136[[package]]11267name = "sp-npos-elections-solution-type"11268version = "4.0.0-dev"11269source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11270dependencies = [11271 "proc-macro-crate 1.1.3",11272 "proc-macro2",11273 "quote",11274 "syn",11275]1127611277[[package]]11278name = "sp-offchain"11137name = "sp-offchain"11279version = "4.0.0-dev"11138version = "4.0.0-dev"11280source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11139source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"11281dependencies = [11140dependencies = [11282 "sp-api",11141 "sp-api",11283 "sp-core",11142 "sp-core",11287[[package]]11146[[package]]11288name = "sp-panic-handler"11147name = "sp-panic-handler"11289version = "4.0.0"11148version = "4.0.0"11290source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11149source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"11291dependencies = [11150dependencies = [11292 "backtrace",11151 "backtrace",11293 "lazy_static",11152 "lazy_static",11297[[package]]11156[[package]]11298name = "sp-rpc"11157name = "sp-rpc"11299version = "6.0.0"11158version = "6.0.0"11300source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11159source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"11301dependencies = [11160dependencies = [11302 "rustc-hash",11161 "rustc-hash",11303 "serde",11162 "serde",11307[[package]]11166[[package]]11308name = "sp-runtime"11167name = "sp-runtime"11309version = "6.0.0"11168version = "6.0.0"11310source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11169source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"11311dependencies = [11170dependencies = [11312 "either",11171 "either",11313 "hash256-std-hasher",11172 "hash256-std-hasher",11329[[package]]11188[[package]]11330name = "sp-runtime-interface"11189name = "sp-runtime-interface"11331version = "6.0.0"11190version = "6.0.0"11332source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11191source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"11333dependencies = [11192dependencies = [11334 "impl-trait-for-tuples",11193 "impl-trait-for-tuples",11335 "parity-scale-codec",11194 "parity-scale-codec",11346[[package]]11205[[package]]11347name = "sp-runtime-interface-proc-macro"11206name = "sp-runtime-interface-proc-macro"11348version = "5.0.0"11207version = "5.0.0"11349source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11208source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"11350dependencies = [11209dependencies = [11351 "Inflector",11210 "Inflector",11352 "proc-macro-crate 1.1.3",11211 "proc-macro-crate 1.1.3",11358[[package]]11217[[package]]11359name = "sp-serializer"11218name = "sp-serializer"11360version = "4.0.0-dev"11219version = "4.0.0-dev"11361source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11220source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"11362dependencies = [11221dependencies = [11363 "serde",11222 "serde",11364 "serde_json",11223 "serde_json",11367[[package]]11226[[package]]11368name = "sp-session"11227name = "sp-session"11369version = "4.0.0-dev"11228version = "4.0.0-dev"11370source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11229source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"11371dependencies = [11230dependencies = [11372 "parity-scale-codec",11231 "parity-scale-codec",11373 "scale-info",11232 "scale-info",11381[[package]]11240[[package]]11382name = "sp-staking"11241name = "sp-staking"11383version = "4.0.0-dev"11242version = "4.0.0-dev"11384source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11243source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"11385dependencies = [11244dependencies = [11386 "parity-scale-codec",11245 "parity-scale-codec",11387 "scale-info",11246 "scale-info",11392[[package]]11251[[package]]11393name = "sp-state-machine"11252name = "sp-state-machine"11394version = "0.12.0"11253version = "0.12.0"11395source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11254source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"11396dependencies = [11255dependencies = [11397 "hash-db",11256 "hash-db",11398 "log",11257 "log",11408 "sp-trie",11267 "sp-trie",11409 "thiserror",11268 "thiserror",11410 "tracing",11269 "tracing",11411 "trie-db",11412 "trie-root",11270 "trie-root",11413]11271]114141127211415[[package]]11273[[package]]11416name = "sp-std"11274name = "sp-std"11417version = "4.0.0"11275version = "4.0.0"11418source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11276source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"114191127711420[[package]]11278[[package]]11421name = "sp-storage"11279name = "sp-storage"11422version = "6.0.0"11280version = "6.0.0"11423source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11281source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"11424dependencies = [11282dependencies = [11425 "impl-serde",11283 "impl-serde",11426 "parity-scale-codec",11284 "parity-scale-codec",11433[[package]]11291[[package]]11434name = "sp-tasks"11292name = "sp-tasks"11435version = "4.0.0-dev"11293version = "4.0.0-dev"11436source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11294source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"11437dependencies = [11295dependencies = [11438 "log",11296 "log",11439 "sp-core",11297 "sp-core",11446[[package]]11304[[package]]11447name = "sp-timestamp"11305name = "sp-timestamp"11448version = "4.0.0-dev"11306version = "4.0.0-dev"11449source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11307source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"11450dependencies = [11308dependencies = [11451 "async-trait",11309 "async-trait",11452 "futures-timer",11310 "futures-timer",11462[[package]]11320[[package]]11463name = "sp-tracing"11321name = "sp-tracing"11464version = "5.0.0"11322version = "5.0.0"11465source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11323source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"11466dependencies = [11324dependencies = [11467 "parity-scale-codec",11325 "parity-scale-codec",11468 "sp-std",11326 "sp-std",11474[[package]]11332[[package]]11475name = "sp-transaction-pool"11333name = "sp-transaction-pool"11476version = "4.0.0-dev"11334version = "4.0.0-dev"11477source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11335source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"11478dependencies = [11336dependencies = [11479 "sp-api",11337 "sp-api",11480 "sp-runtime",11338 "sp-runtime",11483[[package]]11341[[package]]11484name = "sp-transaction-storage-proof"11342name = "sp-transaction-storage-proof"11485version = "4.0.0-dev"11343version = "4.0.0-dev"11486source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11344source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"11487dependencies = [11345dependencies = [11488 "async-trait",11346 "async-trait",11489 "log",11347 "log",11499[[package]]11357[[package]]11500name = "sp-trie"11358name = "sp-trie"11501version = "6.0.0"11359version = "6.0.0"11502source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11360source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"11503dependencies = [11361dependencies = [11504 "hash-db",11362 "hash-db",11505 "memory-db",11363 "memory-db",11515[[package]]11373[[package]]11516name = "sp-version"11374name = "sp-version"11517version = "5.0.0"11375version = "5.0.0"11518source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11376source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"11519dependencies = [11377dependencies = [11520 "impl-serde",11378 "impl-serde",11521 "parity-scale-codec",11379 "parity-scale-codec",11532[[package]]11390[[package]]11533name = "sp-version-proc-macro"11391name = "sp-version-proc-macro"11534version = "4.0.0-dev"11392version = "4.0.0-dev"11535source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11393source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"11536dependencies = [11394dependencies = [11537 "parity-scale-codec",11395 "parity-scale-codec",11538 "proc-macro2",11396 "proc-macro2",11543[[package]]11401[[package]]11544name = "sp-wasm-interface"11402name = "sp-wasm-interface"11545version = "6.0.0"11403version = "6.0.0"11546source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11404source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"11547dependencies = [11405dependencies = [11548 "impl-trait-for-tuples",11406 "impl-trait-for-tuples",11549 "log",11407 "log",11700[[package]]11558[[package]]11701name = "substrate-build-script-utils"11559name = "substrate-build-script-utils"11702version = "3.0.0"11560version = "3.0.0"11703source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11561source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"11704dependencies = [11562dependencies = [11705 "platforms",11563 "platforms",11706]11564]117071156511708[[package]]11566[[package]]11709name = "substrate-frame-rpc-system"11567name = "substrate-frame-rpc-system"11710version = "4.0.0-dev"11568version = "4.0.0-dev"11711source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11569source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"11712dependencies = [11570dependencies = [11713 "frame-system-rpc-runtime-api",11571 "frame-system-rpc-runtime-api",11714 "futures 0.3.21",11572 "futures 0.3.21",11730[[package]]11588[[package]]11731name = "substrate-prometheus-endpoint"11589name = "substrate-prometheus-endpoint"11732version = "0.10.0-dev"11590version = "0.10.0-dev"11733source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11591source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"11734dependencies = [11592dependencies = [11735 "futures-util",11593 "futures-util",11736 "hyper",11594 "hyper",11741]11599]117421160011743[[package]]11601[[package]]11602name = "substrate-state-trie-migration-rpc"11603version = "4.0.0-dev"11604source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"11605dependencies = [11606 "jsonrpc-core",11607 "jsonrpc-core-client",11608 "jsonrpc-derive",11609 "log",11610 "parity-scale-codec",11611 "sc-client-api",11612 "sc-rpc-api",11613 "scale-info",11614 "serde",11615 "sp-core",11616 "sp-io",11617 "sp-runtime",11618 "sp-state-machine",11619 "sp-std",11620 "sp-trie",11621 "trie-db",11622]1162311624[[package]]11744name = "substrate-test-client"11625name = "substrate-test-client"11745version = "2.0.1"11626version = "2.0.1"11746source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11627source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"11747dependencies = [11628dependencies = [11748 "async-trait",11629 "async-trait",11749 "futures 0.3.21",11630 "futures 0.3.21",11769[[package]]11650[[package]]11770name = "substrate-test-utils"11651name = "substrate-test-utils"11771version = "4.0.0-dev"11652version = "4.0.0-dev"11772source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11653source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"11773dependencies = [11654dependencies = [11774 "futures 0.3.21",11655 "futures 0.3.21",11775 "substrate-test-utils-derive",11656 "substrate-test-utils-derive",11779[[package]]11660[[package]]11780name = "substrate-test-utils-derive"11661name = "substrate-test-utils-derive"11781version = "0.10.0-dev"11662version = "0.10.0-dev"11782source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11663source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"11783dependencies = [11664dependencies = [11784 "proc-macro-crate 1.1.3",11665 "proc-macro-crate 1.1.3",11785 "proc-macro2",11666 "proc-macro2",11790[[package]]11671[[package]]11791name = "substrate-wasm-builder"11672name = "substrate-wasm-builder"11792version = "5.0.0-dev"11673version = "5.0.0-dev"11793source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11674source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"11794dependencies = [11675dependencies = [11795 "ansi_term",11676 "ansi_term",11796 "build-helper",11677 "build-helper",118051168611806[[package]]11687[[package]]11807name = "subtle"11688name = "subtle"11808version = "1.0.0"11809source = "registry+https://github.com/rust-lang/crates.io-index"11810checksum = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee"1181111812[[package]]11813name = "subtle"11814version = "2.4.1"11689version = "2.4.1"11815source = "registry+https://github.com/rust-lang/crates.io-index"11690source = "registry+https://github.com/rust-lang/crates.io-index"11816checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"11691checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"118751175011876[[package]]11751[[package]]11877name = "test-runtime-constants"11752name = "test-runtime-constants"11878version = "0.9.18"11753version = "0.9.19"11879source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"11754source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"11880dependencies = [11755dependencies = [11881 "frame-support",11756 "frame-support",11882 "polkadot-primitives",11757 "polkadot-primitives",11912]11787]119131178811914[[package]]11789[[package]]11790name = "thousands"11791version = "0.2.0"11792source = "registry+https://github.com/rust-lang/crates.io-index"11793checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"1179411795[[package]]11915name = "thread_local"11796name = "thread_local"11916version = "1.1.4"11797version = "1.1.4"11917source = "registry+https://github.com/rust-lang/crates.io-index"11798source = "registry+https://github.com/rust-lang/crates.io-index"119941187511995[[package]]11876[[package]]11996name = "tinyvec"11877name = "tinyvec"11997version = "1.5.1"11878version = "1.6.0"11998source = "registry+https://github.com/rust-lang/crates.io-index"11879source = "registry+https://github.com/rust-lang/crates.io-index"11999checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"11880checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"12000dependencies = [11881dependencies = [12001 "tinyvec_macros",11882 "tinyvec_macros",12002]11883]12032 "num_cpus",11913 "num_cpus",12033 "once_cell",11914 "once_cell",12034 "parking_lot 0.12.0",11915 "parking_lot 0.12.0",12035 "pin-project-lite 0.2.8",11916 "pin-project-lite 0.2.9",12036 "signal-hook-registry",11917 "signal-hook-registry",12037 "socket2 0.4.4",11918 "socket2 0.4.4",12038 "tokio-macros 1.7.0",11919 "tokio-macros 1.7.0",12090checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3"11971checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3"12091dependencies = [11972dependencies = [12092 "futures-core",11973 "futures-core",12093 "pin-project-lite 0.2.8",11974 "pin-project-lite 0.2.9",12094 "tokio 1.17.0",11975 "tokio 1.17.0",12095]11976]120961197712102dependencies = [11983dependencies = [12103 "bytes 1.1.0",11984 "bytes 1.1.0",12104 "futures-core",11985 "futures-core",12105 "futures-io",12106 "futures-sink",11986 "futures-sink",12107 "log",11987 "log",12108 "pin-project-lite 0.2.8",11988 "pin-project-lite 0.2.9",12109 "tokio 1.17.0",11989 "tokio 1.17.0",12110]11990]121111199112117dependencies = [11997dependencies = [12118 "bytes 1.1.0",11998 "bytes 1.1.0",12119 "futures-core",11999 "futures-core",12000 "futures-io",12120 "futures-sink",12001 "futures-sink",12121 "pin-project-lite 0.2.8",12002 "pin-project-lite 0.2.9",12122 "tokio 1.17.0",12003 "tokio 1.17.0",12123 "tracing",12004 "tracing",12124]12005]121251200612126[[package]]12007[[package]]12127name = "toml"12008name = "toml"12128version = "0.5.8"12009version = "0.5.9"12129source = "registry+https://github.com/rust-lang/crates.io-index"12010source = "registry+https://github.com/rust-lang/crates.io-index"12130checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"12011checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"12131dependencies = [12012dependencies = [12132 "serde",12013 "serde",12133]12014]121401202112141[[package]]12022[[package]]12142name = "tracing"12023name = "tracing"12143version = "0.1.32"12024version = "0.1.34"12144source = "registry+https://github.com/rust-lang/crates.io-index"12025source = "registry+https://github.com/rust-lang/crates.io-index"12145checksum = "4a1bdf54a7c28a2bbf701e1d2233f6c77f473486b94bee4f9678da5a148dca7f"12026checksum = "5d0ecdcb44a79f0fe9844f0c4f33a342cbcbb5117de8001e6ba0dc2351327d09"12146dependencies = [12027dependencies = [12147 "cfg-if 1.0.0",12028 "cfg-if 1.0.0",12148 "pin-project-lite 0.2.8",12029 "pin-project-lite 0.2.9",12149 "tracing-attributes",12030 "tracing-attributes",12150 "tracing-core",12031 "tracing-core",12151]12032]121631204412164[[package]]12045[[package]]12165name = "tracing-core"12046name = "tracing-core"12166version = "0.1.24"12047version = "0.1.26"12167source = "registry+https://github.com/rust-lang/crates.io-index"12048source = "registry+https://github.com/rust-lang/crates.io-index"12168checksum = "90442985ee2f57c9e1b548ee72ae842f4a9a20e3f417cc38dbc5dc684d9bb4ee"12049checksum = "f54c8ca710e81886d498c2fd3331b56c93aa248d49de2222ad2742247c60072f"12169dependencies = [12050dependencies = [12170 "lazy_static",12051 "lazy_static",12171 "valuable",12052 "valuable",12182]12063]121831206412184[[package]]12065[[package]]12066name = "tracing-gum"12067version = "0.9.19"12068source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"12069dependencies = [12070 "polkadot-node-jaeger",12071 "polkadot-primitives",12072 "tracing",12073 "tracing-gum-proc-macro",12074]1207512076[[package]]12077name = "tracing-gum-proc-macro"12078version = "0.9.19"12079source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"12080dependencies = [12081 "expander 0.0.6",12082 "proc-macro-crate 1.1.3",12083 "proc-macro2",12084 "quote",12085 "syn",12086]1208712088[[package]]12185name = "tracing-log"12089name = "tracing-log"12186version = "0.1.2"12090version = "0.1.3"12187source = "registry+https://github.com/rust-lang/crates.io-index"12091source = "registry+https://github.com/rust-lang/crates.io-index"12188checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3"12092checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"12189dependencies = [12093dependencies = [12190 "lazy_static",12094 "lazy_static",12191 "log",12095 "log",12309[[package]]12213[[package]]12310name = "try-runtime-cli"12214name = "try-runtime-cli"12311version = "0.10.0-dev"12215version = "0.10.0-dev"12312source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"12216source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"12313dependencies = [12217dependencies = [12314 "clap",12218 "clap",12315 "jsonrpsee 0.4.1",12219 "jsonrpsee",12316 "log",12220 "log",12317 "parity-scale-codec",12221 "parity-scale-codec",12318 "remote-externalities",12222 "remote-externalities",124031230712404[[package]]12308[[package]]12405name = "unicode-bidi"12309name = "unicode-bidi"12406version = "0.3.7"12310version = "0.3.8"12407source = "registry+https://github.com/rust-lang/crates.io-index"12311source = "registry+https://github.com/rust-lang/crates.io-index"12408checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"12312checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"124091231312410[[package]]12314[[package]]12411name = "unicode-normalization"12315name = "unicode-normalization"12523 "fc-rpc",12427 "fc-rpc",12524 "fc-rpc-core",12428 "fc-rpc-core",12525 "fp-rpc",12429 "fp-rpc",12430 "fp-storage",12526 "futures 0.3.21",12431 "futures 0.3.21",12527 "jsonrpc-core",12432 "jsonrpc-core",12528 "jsonrpc-pubsub",12433 "jsonrpc-pubsub",12660checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"12565checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"12661dependencies = [12566dependencies = [12662 "generic-array 0.14.5",12567 "generic-array 0.14.5",12663 "subtle 2.4.1",12568 "subtle",12664]12569]126651257012666[[package]]12571[[package]]12731[[package]]12636[[package]]12732name = "up-sponsorship"12637name = "up-sponsorship"12733version = "0.1.0"12638version = "0.1.0"12734source = "git+https://github.com/UniqueNetwork/pallet-sponsoring?branch=polkadot-v0.9.18#7bc842b35a53f762ee6ee89e5f5bef84a284c9f4"12639source = "git+https://github.com//uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.19#df33e79470e92e3218a507f09d1b0dd78b67b1fd"12735dependencies = [12640dependencies = [12736 "impl-trait-for-tuples",12641 "impl-trait-for-tuples",12737]12642]128401274512841[[package]]12746[[package]]12842name = "wasm-bindgen"12747name = "wasm-bindgen"12843version = "0.2.79"12748version = "0.2.80"12844source = "registry+https://github.com/rust-lang/crates.io-index"12749source = "registry+https://github.com/rust-lang/crates.io-index"12845checksum = "25f1af7423d8588a3d840681122e72e6a24ddbcb3f0ec385cac0d12d24256c06"12750checksum = "27370197c907c55e3f1a9fbe26f44e937fe6451368324e009cba39e139dc08ad"12846dependencies = [12751dependencies = [12847 "cfg-if 1.0.0",12752 "cfg-if 1.0.0",12848 "wasm-bindgen-macro",12753 "wasm-bindgen-macro",12849]12754]128501275512851[[package]]12756[[package]]12852name = "wasm-bindgen-backend"12757name = "wasm-bindgen-backend"12853version = "0.2.79"12758version = "0.2.80"12854source = "registry+https://github.com/rust-lang/crates.io-index"12759source = "registry+https://github.com/rust-lang/crates.io-index"12855checksum = "8b21c0df030f5a177f3cba22e9bc4322695ec43e7257d865302900290bcdedca"12760checksum = "53e04185bfa3a779273da532f5025e33398409573f348985af9a1cbf3774d3f4"12856dependencies = [12761dependencies = [12857 "bumpalo",12762 "bumpalo",12858 "lazy_static",12763 "lazy_static",128651277012866[[package]]12771[[package]]12867name = "wasm-bindgen-futures"12772name = "wasm-bindgen-futures"12868version = "0.4.29"12773version = "0.4.30"12869source = "registry+https://github.com/rust-lang/crates.io-index"12774source = "registry+https://github.com/rust-lang/crates.io-index"12870checksum = "2eb6ec270a31b1d3c7e266b999739109abce8b6c87e4b31fcfcd788b65267395"12775checksum = "6f741de44b75e14c35df886aff5f1eb73aa114fa5d4d00dcd37b5e01259bf3b2"12871dependencies = [12776dependencies = [12872 "cfg-if 1.0.0",12777 "cfg-if 1.0.0",12873 "js-sys",12778 "js-sys",128771278212878[[package]]12783[[package]]12879name = "wasm-bindgen-macro"12784name = "wasm-bindgen-macro"12880version = "0.2.79"12785version = "0.2.80"12881source = "registry+https://github.com/rust-lang/crates.io-index"12786source = "registry+https://github.com/rust-lang/crates.io-index"12882checksum = "2f4203d69e40a52ee523b2529a773d5ffc1dc0071801c87b3d270b471b80ed01"12787checksum = "17cae7ff784d7e83a2fe7611cfe766ecf034111b49deb850a3dc7699c08251f5"12883dependencies = [12788dependencies = [12884 "quote",12789 "quote",12885 "wasm-bindgen-macro-support",12790 "wasm-bindgen-macro-support",12886]12791]128871279212888[[package]]12793[[package]]12889name = "wasm-bindgen-macro-support"12794name = "wasm-bindgen-macro-support"12890version = "0.2.79"12795version = "0.2.80"12891source = "registry+https://github.com/rust-lang/crates.io-index"12796source = "registry+https://github.com/rust-lang/crates.io-index"12892checksum = "bfa8a30d46208db204854cadbb5d4baf5fcf8071ba5bf48190c3e59937962ebc"12797checksum = "99ec0dc7a4756fffc231aab1b9f2f578d23cd391390ab27f952ae0c9b3ece20b"12893dependencies = [12798dependencies = [12894 "proc-macro2",12799 "proc-macro2",12895 "quote",12800 "quote",129001280512901[[package]]12806[[package]]12902name = "wasm-bindgen-shared"12807name = "wasm-bindgen-shared"12903version = "0.2.79"12808version = "0.2.80"12904source = "registry+https://github.com/rust-lang/crates.io-index"12809source = "registry+https://github.com/rust-lang/crates.io-index"12905checksum = "3d958d035c4438e28c70e4321a2911302f10135ce78a9c7834c0cab4123d06a2"12810checksum = "d554b7f530dee5964d9a9468d95c1f8b8acae4f282807e7d27d4b03099a46744"129061281112907[[package]]12812[[package]]12908name = "wasm-gc-api"12813name = "wasm-gc-api"12984 "lazy_static",12889 "lazy_static",12985 "libc",12890 "libc",12986 "log",12891 "log",12987 "object",12892 "object 0.27.1",12988 "paste",12893 "paste",12989 "psm",12894 "psm",12990 "rayon",12895 "rayon",13036 "gimli",12941 "gimli",13037 "log",12942 "log",13038 "more-asserts",12943 "more-asserts",13039 "object",12944 "object 0.27.1",13040 "target-lexicon",12945 "target-lexicon",13041 "thiserror",12946 "thiserror",13042 "wasmparser",12947 "wasmparser",13055 "indexmap",12960 "indexmap",13056 "log",12961 "log",13057 "more-asserts",12962 "more-asserts",13058 "object",12963 "object 0.27.1",13059 "serde",12964 "serde",13060 "target-lexicon",12965 "target-lexicon",13061 "thiserror",12966 "thiserror",13074 "bincode",12979 "bincode",13075 "cfg-if 1.0.0",12980 "cfg-if 1.0.0",13076 "gimli",12981 "gimli",13077 "object",12982 "object 0.27.1",13078 "region",12983 "region",13079 "rustix",12984 "rustix",13080 "serde",12985 "serde",131241302913125[[package]]13030[[package]]13126name = "web-sys"13031name = "web-sys"13127version = "0.3.56"13032version = "0.3.57"13128source = "registry+https://github.com/rust-lang/crates.io-index"13033source = "registry+https://github.com/rust-lang/crates.io-index"13129checksum = "c060b319f29dd25724f09a2ba1418f142f539b2be99fbf4d2d5a8f7330afb8eb"13034checksum = "7b17e741662c70c8bd24ac5c5b18de314a2c26c32bf8346ee1e6f53de919c283"13130dependencies = [13035dependencies = [13131 "js-sys",13036 "js-sys",13132 "wasm-bindgen",13037 "wasm-bindgen",131631306813164[[package]]13069[[package]]13165name = "webpki-roots"13070name = "webpki-roots"13166version = "0.22.2"13071version = "0.22.3"13167source = "registry+https://github.com/rust-lang/crates.io-index"13072source = "registry+https://github.com/rust-lang/crates.io-index"13168checksum = "552ceb903e957524388c4d3475725ff2c8b7960922063af6ce53c9a43da07449"13073checksum = "44d8de8415c823c8abd270ad483c6feeac771fad964890779f9a8cb24fbbc1bf"13169dependencies = [13074dependencies = [13170 "webpki 0.22.0",13075 "webpki 0.22.0",13171]13076]131811308613182[[package]]13087[[package]]13183name = "westend-runtime"13088name = "westend-runtime"13184version = "0.9.18"13089version = "0.9.19"13185source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13090source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"13186dependencies = [13091dependencies = [13187 "beefy-primitives",13092 "beefy-primitives",13188 "bitvec",13093 "bitvec",132671317213268[[package]]13173[[package]]13269name = "westend-runtime-constants"13174name = "westend-runtime-constants"13270version = "0.9.18"13175version = "0.9.19"13271source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13176source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"13272dependencies = [13177dependencies = [13273 "frame-support",13178 "frame-support",13274 "polkadot-primitives",13179 "polkadot-primitives",134211332613422[[package]]13327[[package]]13423name = "xcm"13328name = "xcm"13424version = "0.9.18"13329version = "0.9.19"13425source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13330source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"13426dependencies = [13331dependencies = [13427 "derivative",13332 "derivative",13428 "impl-trait-for-tuples",13333 "impl-trait-for-tuples",134341333913435[[package]]13340[[package]]13436name = "xcm-builder"13341name = "xcm-builder"13437version = "0.9.18"13342version = "0.9.19"13438source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13343source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"13439dependencies = [13344dependencies = [13440 "frame-support",13345 "frame-support",13441 "frame-system",13346 "frame-system",134541335913455[[package]]13360[[package]]13456name = "xcm-executor"13361name = "xcm-executor"13457version = "0.9.18"13362version = "0.9.19"13458source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13363source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"13459dependencies = [13364dependencies = [13460 "frame-benchmarking",13365 "frame-benchmarking",13461 "frame-support",13366 "frame-support",13473[[package]]13378[[package]]13474name = "xcm-procedural"13379name = "xcm-procedural"13475version = "0.1.0"13380version = "0.1.0"13476source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13381source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"13477dependencies = [13382dependencies = [13478 "Inflector",13383 "Inflector",13479 "proc-macro2",13384 "proc-macro2",Cargo.tomldiffbeforeafterboth--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,3 +13,298 @@
]
[profile.release]
panic = 'unwind'
+
+[patch."https://github.com/paritytech/substrate.git"]
+beefy-gadget = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+beefy-gadget-rpc = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+beefy-merkle-tree = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+beefy-primitives = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+fork-tree = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+frame-benchmarking = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+frame-benchmarking-cli = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+frame-election-provider-support = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+frame-executive = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+frame-support = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+frame-support-procedural = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+frame-support-procedural-tools = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+frame-support-procedural-tools-derive = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+frame-system = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+frame-system-benchmarking = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+frame-system-rpc-runtime-api = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+frame-try-runtime = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-aura = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-authority-discovery = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-authorship = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-babe = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-bags-list = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-balances = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-beefy = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-beefy-mmr = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-bounties = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-collective = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-democracy = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-election-provider-multi-phase = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-elections-phragmen = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-gilt = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-grandpa = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-identity = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-im-online = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-indices = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-membership = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-mmr = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-mmr-primitives = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-mmr-rpc = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-multisig = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-nicks = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-offences = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-offences-benchmarking = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-preimage = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-proxy = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-randomness-collective-flip = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-recovery = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-scheduler = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-session = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-session-benchmarking = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-society = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-staking = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-staking-reward-curve = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-staking-reward-fn = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-sudo = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-timestamp = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-tips = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-transaction-payment = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-transaction-payment-rpc = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-treasury = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-utility = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-vesting = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+remote-externalities = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-allocator = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-authority-discovery = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-basic-authorship = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-block-builder = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-chain-spec = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-chain-spec-derive = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-cli = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-client-api = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-client-db = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-consensus = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-consensus-aura = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-consensus-babe = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-consensus-babe-rpc = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-consensus-epochs = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-consensus-manual-seal = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-consensus-slots = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-consensus-uncles = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-executor = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-executor-common = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-executor-wasmi = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-executor-wasmtime = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-finality-grandpa = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-finality-grandpa-rpc = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-informant = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-keystore = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-network = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-network-gossip = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-offchain = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-peerset = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-proposer-metrics = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-rpc = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-rpc-api = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-rpc-server = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-service = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-state-db = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-sync-state-rpc = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-telemetry = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-tracing = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-tracing-proc-macro = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-transaction-pool = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-transaction-pool-api = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-utils = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-api = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-api-proc-macro = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-application-crypto = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-arithmetic = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-authority-discovery = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-authorship = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-block-builder = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-blockchain = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-consensus = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-consensus-aura = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-consensus-babe = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-consensus-slots = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-consensus-vrf = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-core = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-core-hashing = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-core-hashing-proc-macro = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-database = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-debug-derive = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-externalities = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-finality-grandpa = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-inherents = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-io = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-keyring = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-keystore = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-maybe-compressed-blob = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-npos-elections = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-offchain = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-panic-handler = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-rpc = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-runtime = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-runtime-interface = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-runtime-interface-proc-macro = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-serializer = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-session = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-staking = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-state-machine = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-std = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-storage = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-tasks = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-timestamp = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-tracing = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-transaction-pool = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-transaction-storage-proof = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-trie = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-version = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-version-proc-macro = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-wasm-interface = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+substrate-build-script-utils = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+substrate-frame-rpc-system = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+substrate-prometheus-endpoint = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+substrate-test-client = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+substrate-test-utils = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+substrate-test-utils-derive = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+substrate-wasm-builder = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+try-runtime-cli = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-child-bounties = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+substrate-state-trie-migration-rpc = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+
+[patch."https://github.com/paritytech/polkadot"]
+bp-header-chain = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+bp-message-dispatch = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+bp-messages = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+bp-polkadot-core = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+bp-rococo = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+bp-runtime = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+bp-test-utils = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+bp-wococo = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+bridge-runtime-common = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+kusama-runtime = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+kusama-runtime-constants = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+metered-channel = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+pallet-bridge-dispatch = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+pallet-bridge-grandpa = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+pallet-bridge-messages = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+pallet-xcm = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+pallet-xcm-benchmarks = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-approval-distribution = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-availability-bitfield-distribution = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-availability-distribution = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-availability-recovery = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-cli = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-client = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-collator-protocol = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-core-primitives = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-dispute-distribution = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-erasure-coding = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-gossip-support = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-network-bridge = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-node-collation-generation = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-node-core-approval-voting = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-node-core-av-store = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-node-core-backing = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-node-core-bitfield-signing = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-node-core-candidate-validation = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-node-core-chain-api = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-node-core-chain-selection = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-node-core-dispute-coordinator = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-node-core-parachains-inherent = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-node-core-provisioner = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-node-core-pvf = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-node-core-pvf-checker = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-node-core-runtime-api = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-node-jaeger = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-node-metrics = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-node-network-protocol = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-node-primitives = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-node-subsystem = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-node-subsystem-types = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-node-subsystem-util = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-overseer = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-overseer-gen = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-overseer-gen-proc-macro = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-parachain = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-performance-test = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-primitives = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-rpc = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-runtime = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-runtime-common = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-runtime-constants = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-runtime-metrics = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-runtime-parachains = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-service = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-statement-distribution = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-statement-table = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-test-runtime = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-test-service = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+rococo-runtime = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+rococo-runtime-constants = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+slot-range-helper = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+test-runtime-constants = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+westend-runtime = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+westend-runtime-constants = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+xcm = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+xcm-builder = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+xcm-executor = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+xcm-procedural = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+
+[patch."https://github.com/paritytech/cumulus.git"]
+cumulus-client-cli = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
+cumulus-client-collator = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
+cumulus-client-consensus-aura = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
+cumulus-client-consensus-common = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
+cumulus-client-network = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
+cumulus-client-pov-recovery = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
+cumulus-client-service = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
+cumulus-pallet-aura-ext = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
+cumulus-pallet-dmp-queue = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
+cumulus-pallet-parachain-system = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
+cumulus-pallet-parachain-system-proc-macro = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
+cumulus-pallet-xcm = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
+cumulus-pallet-xcmp-queue = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
+cumulus-primitives-core = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
+cumulus-primitives-parachain-inherent = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
+cumulus-primitives-timestamp = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
+cumulus-primitives-utility = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
+cumulus-relay-chain-inprocess-interface = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
+cumulus-relay-chain-interface = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
+cumulus-relay-chain-rpc-interface = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
+cumulus-test-relay-sproof-builder = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
+parachain-info = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
+
+[patch."https://github.com/uniquenetwork/frontier.git"]
+fc-consensus = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+fc-db = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+fc-mapping-sync = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+fc-rpc = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+fc-rpc-core = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+fp-consensus = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+fp-evm = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+fp-evm-mapping = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+fp-rpc = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+fp-self-contained = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+fp-storage = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+pallet-base-fee = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+pallet-ethereum = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+pallet-evm = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+
+[patch."https://github.com/UniqueNetwork/pallet-sponsoring"]
+pallet-template-transaction-payment = { git = "https://github.com//uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.19" }
+up-sponsorship = { git = "https://github.com//uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.19" }
+
+[patch.crates-io]
+evm = { git = "https://github.com//uniquenetwork/evm", branch = "unique-polkadot-v0.9.19" }
+evm-core = { git = "https://github.com//uniquenetwork/evm", branch = "unique-polkadot-v0.9.19" }
+
+[patch."https://github.com/uniquenetwork/open-runtime-module-library"]
+orml-vesting = { git = "https://github.com//uniquenetwork/open-runtime-module-library", branch = "unique-polkadot-v0.9.19" }
client/rpc/Cargo.tomldiffbeforeafterboth--- a/client/rpc/Cargo.toml
+++ b/client/rpc/Cargo.toml
@@ -13,9 +13,9 @@
jsonrpc-core-client = "18.0.0"
jsonrpc-derive = "18.0.0"
-sp-api = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.18" }
-sp-blockchain = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.18" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.18" }
-sp-rpc = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.18" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.18" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
+sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" }
+sp-blockchain = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" }
+sp-rpc = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
crates/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.git", branch = "unique-polkadot-v0.9.18" }
+evm-core = { version = "0.35.0", default-features = false }
impl-trait-for-tuples = "0.2.1"
[dev-dependencies]
node/cli/Cargo.tomldiffbeforeafterboth--- a/node/cli/Cargo.toml
+++ b/node/cli/Cargo.toml
@@ -2,8 +2,8 @@
# Build Dependencies
[build-dependencies.substrate-build-script-utils]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
################################################################################
# Substrate Dependecies
@@ -15,151 +15,151 @@
version = '3.1.2'
[dependencies.frame-benchmarking]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.frame-benchmarking-cli]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.pallet-transaction-payment-rpc]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.substrate-prometheus-endpoint]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sc-basic-authorship]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sc-chain-spec]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sc-cli]
features = ['wasmtime']
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sc-client-api]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sc-consensus]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sc-consensus-aura]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sc-executor]
features = ['wasmtime']
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sc-finality-grandpa]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sc-keystore]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sc-rpc]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sc-rpc-api]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sc-service]
features = ['wasmtime']
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sc-telemetry]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sc-transaction-pool]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sc-tracing]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-block-builder]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-api]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-blockchain]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-consensus]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-consensus-aura]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-core]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-finality-grandpa]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-inherents]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-keystore]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-offchain]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-runtime]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-session]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-timestamp]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-transaction-pool]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-trie]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.substrate-frame-rpc-system]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sc-network]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.serde]
features = ['derive']
@@ -169,77 +169,77 @@
version = '1.0.68'
[dependencies.sc-consensus-manual-seal]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
################################################################################
# Cumulus dependencies
[dependencies.cumulus-client-consensus-aura]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
[dependencies.cumulus-client-consensus-common]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
[dependencies.cumulus-client-collator]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
[dependencies.cumulus-client-cli]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
[dependencies.cumulus-client-network]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
[dependencies.cumulus-primitives-core]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
[dependencies.cumulus-primitives-parachain-inherent]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
[dependencies.cumulus-client-service]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
[dependencies.cumulus-relay-chain-interface]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
[dependencies.cumulus-relay-chain-inprocess-interface]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
[dependencies.cumulus-relay-chain-rpc-interface]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
################################################################################
# Polkadot dependencies
[dependencies.polkadot-primitives]
git = "https://github.com/paritytech/polkadot"
-branch = 'release-v0.9.18'
+branch = 'master'
[dependencies.polkadot-service]
git = "https://github.com/paritytech/polkadot"
-branch = 'release-v0.9.18'
+branch = 'master'
[dependencies.polkadot-cli]
git = "https://github.com/paritytech/polkadot"
-branch = 'release-v0.9.18'
+branch = 'master'
[dependencies.polkadot-test-service]
git = "https://github.com/paritytech/polkadot"
-branch = 'release-v0.9.18'
+branch = 'master'
[dependencies.polkadot-parachain]
git = "https://github.com/paritytech/polkadot"
-branch = 'release-v0.9.18'
+branch = 'master'
################################################################################
@@ -268,8 +268,8 @@
path = "../../primitives/rpc"
[dependencies.pallet-transaction-payment-rpc-runtime-api]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
################################################################################
# Package
@@ -302,13 +302,13 @@
jsonrpc-pubsub = "18.0.0"
tokio = { version = "1.17.0", features = ["time"] }
-fc-rpc-core = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
-fc-consensus = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
-fc-mapping-sync = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
-fc-rpc = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
-fc-db = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
-fp-rpc = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
-pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
+fc-rpc-core = { git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+fc-consensus = { git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+fc-mapping-sync = { git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+fc-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+fc-db = { git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+fp-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier", branch = "master" }
unique-rpc = { default-features = false, path = "../rpc" }
node/cli/src/cli.rsdiffbeforeafterboth--- a/node/cli/src/cli.rs
+++ b/node/cli/src/cli.rs
@@ -53,7 +53,7 @@
Revert(sc_cli::RevertCmd),
/// The custom benchmark subcommmand benchmarking runtime pallets.
- #[structopt(name = "benchmark", about = "Benchmark runtime pallets.")]
+ #[clap(subcommand)]
Benchmark(frame_benchmarking_cli::BenchmarkCmd),
}
node/cli/src/command.rsdiffbeforeafterboth--- a/node/cli/src/command.rs
+++ b/node/cli/src/command.rs
@@ -325,7 +325,7 @@
})
}
Some(Subcommand::Revert(cmd)) => construct_async_run!(|components, cli, cmd, config| {
- Ok(cmd.run(components.client, components.backend))
+ Ok(cmd.run(components.client, components.backend, None))
}),
Some(Subcommand::ExportGenesisState(params)) => {
let mut builder = sc_cli::LoggerBuilder::new("");
@@ -371,25 +371,8 @@
Ok(())
}
- Some(Subcommand::Benchmark(cmd)) => {
- if cfg!(feature = "runtime-benchmarks") {
- let runner = cli.create_runner(cmd)?;
- runner.sync_run(|config| match config.chain_spec.runtime_id() {
- #[cfg(feature = "unique-runtime")]
- RuntimeId::Unique => cmd.run::<Block, UniqueRuntimeExecutor>(config),
-
- #[cfg(feature = "quartz-runtime")]
- RuntimeId::Quartz => cmd.run::<Block, QuartzRuntimeExecutor>(config),
- RuntimeId::Opal => cmd.run::<Block, OpalRuntimeExecutor>(config),
- RuntimeId::Unknown(chain) => Err(no_runtime_err!(chain).into()),
- })
- } else {
- Err("Benchmarking wasn't enabled when building the node. \
- You can enable it with `--features runtime-benchmarks`."
- .into())
- }
- }
+ Some(Subcommand::Benchmark(_cmd)) => todo!(),
None => {
let runner = cli.create_runner(&cli.run.normalize())?;
let collator_options = cli.run.collator_options();
@@ -426,7 +409,7 @@
let para_id = ParaId::from(para_id);
let parachain_account =
- AccountIdConversion::<polkadot_primitives::v0::AccountId>::into_account(
+ AccountIdConversion::<polkadot_primitives::v2::AccountId>::into_account(
¶_id,
);
node/cli/src/service.rsdiffbeforeafterboth--- a/node/cli/src/service.rs
+++ b/node/cli/src/service.rs
@@ -341,6 +341,7 @@
+ 'static,
RuntimeApi::RuntimeApi: sp_transaction_pool::runtime_api::TaggedTransactionQueue<Block>
+ fp_rpc::EthereumRuntimeRPCApi<Block>
+ + fp_rpc::ConvertTransactionRuntimeApi<Block>
+ sp_session::SessionKeys<Block>
+ sp_block_builder::BlockBuilder<Block>
+ pallet_transaction_payment_rpc_runtime_api::TransactionPaymentApi<Block, Balance>
@@ -474,6 +475,8 @@
client.clone(),
backend.clone(),
frontier_backend.clone(),
+ 3,
+ 0,
SyncStrategy::Normal,
)
.for_each(|()| futures::future::ready(())),
@@ -619,6 +622,7 @@
+ 'static,
RuntimeApi::RuntimeApi: sp_transaction_pool::runtime_api::TaggedTransactionQueue<Block>
+ fp_rpc::EthereumRuntimeRPCApi<Block>
+ + fp_rpc::ConvertTransactionRuntimeApi<Block>
+ sp_session::SessionKeys<Block>
+ sp_block_builder::BlockBuilder<Block>
+ pallet_transaction_payment_rpc_runtime_api::TransactionPaymentApi<Block, Balance>
@@ -751,6 +755,7 @@
+ 'static,
RuntimeApi::RuntimeApi: sp_transaction_pool::runtime_api::TaggedTransactionQueue<Block>
+ fp_rpc::EthereumRuntimeRPCApi<Block>
+ + fp_rpc::ConvertTransactionRuntimeApi<Block>
+ sp_session::SessionKeys<Block>
+ sp_block_builder::BlockBuilder<Block>
+ pallet_transaction_payment_rpc_runtime_api::TransactionPaymentApi<Block, Balance>
@@ -913,6 +918,8 @@
client.clone(),
backend.clone(),
frontier_backend.clone(),
+ 3,
+ 0,
SyncStrategy::Normal,
)
.for_each(|()| futures::future::ready(())),
node/rpc/Cargo.tomldiffbeforeafterboth--- a/node/rpc/Cargo.toml
+++ b/node/rpc/Cargo.toml
@@ -13,40 +13,41 @@
futures = { version = "0.3.17", features = ["compat"] }
jsonrpc-core = "18.0.0"
jsonrpc-pubsub = "18.0.0"
-# pallet-contracts-rpc = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-pallet-transaction-payment-rpc = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-pallet-transaction-payment-rpc-runtime-api = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sc-client-api = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sc-consensus-aura = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sc-consensus-epochs = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sc-finality-grandpa = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sc-finality-grandpa-rpc = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sc-keystore = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sc-network = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sc-rpc-api = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sc-rpc = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sc-service = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-api = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-block-builder = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-blockchain = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-consensus = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-consensus-aura = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-core = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-offchain = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-runtime = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-storage = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-session = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-transaction-pool = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sc-transaction-pool = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-substrate-frame-rpc-system = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
+# pallet-contracts-rpc = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
+pallet-transaction-payment-rpc = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
+pallet-transaction-payment-rpc-runtime-api = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sc-client-api = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sc-consensus-aura = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sc-consensus-epochs = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sc-finality-grandpa = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sc-finality-grandpa-rpc = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sc-keystore = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sc-network = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sc-rpc-api = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sc-rpc = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sc-service = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-api = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-block-builder = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-blockchain = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-consensus = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-consensus-aura = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-core = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-offchain = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-runtime = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-storage = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-session = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-transaction-pool = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sc-transaction-pool = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
+substrate-frame-rpc-system = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
tokio = { version = "0.2.25", features = ["macros", "sync"] }
-pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
-fc-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
-fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
-fc-rpc-core = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
-fc-db = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
-fc-mapping-sync = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
+pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+fc-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+fp-storage = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+fc-rpc-core = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+fc-db = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+fc-mapping-sync = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
pallet-common = { default-features = false, path = "../../pallets/common" }
unique-runtime-common = { default-features = false, path = "../../runtime/common" }
node/rpc/src/lib.rsdiffbeforeafterboth--- a/node/rpc/src/lib.rs
+++ b/node/rpc/src/lib.rs
@@ -21,7 +21,7 @@
};
use fc_rpc_core::types::{FilterPool, FeeHistoryCache};
use jsonrpc_pubsub::manager::SubscriptionManager;
-use pallet_ethereum::EthereumStorageSchema;
+use fp_storage::EthereumStorageSchema;
use sc_client_api::{
backend::{AuxStore, StorageProvider},
client::BlockchainEvents,
@@ -38,7 +38,7 @@
use sp_block_builder::BlockBuilder;
use sp_blockchain::{Error as BlockChainError, HeaderBackend, HeaderMetadata};
use sc_service::TransactionPool;
-use std::{collections::BTreeMap, marker::PhantomData, sync::Arc};
+use std::{collections::BTreeMap, sync::Arc};
use unique_runtime_common::types::{
Hash, AccountId, RuntimeInstance, Index, Block, BlockNumber, Balance,
@@ -93,44 +93,7 @@
pub block_data_cache: Arc<EthBlockDataCache<Block>>,
}
-struct AccountCodes<C, B, R> {
- client: Arc<C>,
- _blk_marker: PhantomData<B>,
- _runtime_marker: PhantomData<R>,
-}
-
-impl<C, Block, R> AccountCodes<C, Block, R>
-where
- Block: sp_api::BlockT,
- C: ProvideRuntimeApi<Block>,
- R: RuntimeInstance,
-{
- fn new(client: Arc<C>) -> Self {
- Self {
- client,
- _blk_marker: PhantomData,
- _runtime_marker: PhantomData,
- }
- }
-}
-impl<C, Block, Runtime> fc_rpc::AccountCodeProvider<Block> for AccountCodes<C, Block, Runtime>
-where
- Block: sp_api::BlockT,
- C: ProvideRuntimeApi<Block>,
- C::Api: up_rpc::UniqueApi<Block, <Runtime as RuntimeInstance>::CrossAccountId, AccountId>,
- Runtime: RuntimeInstance,
-{
- fn code(&self, block: &sp_api::BlockId<Block>, account: sp_core::H160) -> Option<Vec<u8>> {
- use up_rpc::UniqueApi;
- self.client
- .runtime_api()
- .eth_contract_code(block, account)
- .ok()
- .flatten()
- }
-}
-
pub fn overrides_handle<C, BE, R>(client: Arc<C>) -> Arc<OverrideHandle<Block>>
where
C: ProvideRuntimeApi<Block> + StorageProvider<Block, BE> + AuxStore,
@@ -145,10 +108,8 @@
let mut overrides_map = BTreeMap::new();
overrides_map.insert(
EthereumStorageSchema::V1,
- Box::new(SchemaV1Override::new_with_code_provider(
- client.clone(),
- Arc::new(AccountCodes::<C, Block, R>::new(client.clone())),
- )) as Box<dyn StorageOverride<_> + Send + Sync>,
+ Box::new(SchemaV1Override::new(client.clone()))
+ as Box<dyn StorageOverride<_> + Send + Sync>,
);
overrides_map.insert(
EthereumStorageSchema::V2,
@@ -182,6 +143,7 @@
// C::Api: pallet_contracts_rpc::ContractsRuntimeApi<Block, AccountId, Balance, BlockNumber, Hash>,
C::Api: pallet_transaction_payment_rpc::TransactionPaymentRuntimeApi<Block, Balance>,
C::Api: fp_rpc::EthereumRuntimeRPCApi<Block>,
+ C::Api: fp_rpc::ConvertTransactionRuntimeApi<Block>,
C::Api: up_rpc::UniqueApi<Block, <R as RuntimeInstance>::CrossAccountId, AccountId>,
B: sc_client_api::Backend<Block> + Send + Sync + 'static,
B::State: sc_client_api::backend::StateBackend<sp_runtime::traits::HashFor<Block>>,
@@ -242,13 +204,12 @@
client.clone(),
pool.clone(),
graph,
- <R as RuntimeInstance>::get_transaction_converter(),
+ Some(<R as RuntimeInstance>::get_transaction_converter()),
network.clone(),
signers,
overrides.clone(),
backend.clone(),
is_authority,
- max_past_logs,
block_data_cache.clone(),
fee_history_limit,
fee_history_cache,
pallets/common/Cargo.tomldiffbeforeafterboth--- a/pallets/common/Cargo.toml
+++ b/pallets/common/Cargo.toml
@@ -11,16 +11,16 @@
version = '3.1.2'
[dependencies]
-frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
+frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
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' }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
serde = { version = "1.0.130", default-features = false }
scale-info = { version = "2.0.1", default-features = false, features = [
"derive",
pallets/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.git', branch = 'polkadot-v0.9.18' }
-sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
+sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
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.git", branch = "unique-polkadot-v0.9.18-2" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
-frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
+pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate', branch = 'master' }
[dependencies.codec]
default-features = false
pallets/evm-coder-substrate/src/lib.rsdiffbeforeafterboth--- a/pallets/evm-coder-substrate/src/lib.rs
+++ b/pallets/evm-coder-substrate/src/lib.rs
@@ -44,8 +44,7 @@
use pallet_ethereum::EthereumTransactionSender;
use sp_std::cell::RefCell;
use sp_std::vec::Vec;
- use sp_core::{H160, H256};
- use ethereum::TransactionV2;
+ use sp_core::H160;
use frame_support::{pallet_prelude::*, traits::PalletInfo};
use frame_system::pallet_prelude::*;
@@ -81,21 +80,6 @@
// From instabul hardfork configuration: https://github.com/rust-blockchain/evm/blob/fd4fd6acc0ca3208d6770fdb3ba407c94cdf97c6/runtime/src/lib.rs#L284
pub const G_SLOAD_WORD: u64 = 800;
pub const G_SSTORE_WORD: u64 = 20000;
-
- pub fn generate_transaction() -> TransactionV2 {
- use ethereum::{TransactionV0, TransactionAction, TransactionSignature};
- TransactionV2::Legacy(TransactionV0 {
- nonce: 0.into(),
- gas_price: 0.into(),
- gas_limit: 0.into(),
- action: TransactionAction::Call(H160([0; 20])),
- value: 0.into(),
- // zero selector, this transaction always has same sender, so all data should be acquired from logs
- input: Vec::from([0, 0, 0, 0]),
- // if v is not 27 - then we need to pass some other validity checks
- signature: TransactionSignature::new(27, H256([0x88; 32]), H256([0x88; 32])).unwrap(),
- })
- }
#[derive(Default)]
pub struct SubstrateRecorder<T: Config> {
@@ -214,7 +198,6 @@
}
T::EthereumTransactionSender::submit_logs_transaction(
Default::default(),
- generate_transaction(),
logs,
)
}
@@ -229,9 +212,10 @@
.expect("evm-coder-substrate is a pallet, which should be added to runtime")
as u8 =>
{
- match error {
- v if v == Error::<T>::OutOfGas.as_u8() => ExError::Error(ExitError::OutOfGas),
- v if v == Error::<T>::OutOfFund.as_u8() => ExError::Error(ExitError::OutOfFund),
+ let mut read = &error as &[u8];
+ match Error::<T>::decode(&mut read) {
+ Ok(Error::<T>::OutOfGas) => ExError::Error(ExitError::OutOfGas),
+ Ok(Error::<T>::OutOfFund) => ExError::Error(ExitError::OutOfFund),
_ => unreachable!("this pallet only defines two possible errors"),
}
}
@@ -239,7 +223,7 @@
message: Some(msg), ..
}) => ExError::Revert(msg.into()),
DispatchError::Module(ModuleError { index, error, .. }) => {
- ExError::Revert(format!("error {} in pallet {}", error, index))
+ ExError::Revert(format!("error {:?} in pallet {}", error, index))
}
e => ExError::Revert(format!("substrate error: {:?}", e)),
}
pallets/evm-contract-helpers/Cargo.tomldiffbeforeafterboth--- a/pallets/evm-contract-helpers/Cargo.toml
+++ b/pallets/evm-contract-helpers/Cargo.toml
@@ -8,16 +8,16 @@
scale-info = { version = "2.0.1", default-features = false, features = [
"derive",
] }
-frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
+frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
evm-coder = { default-features = false, path = '../../crates/evm-coder' }
pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
-fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
-up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/UniqueNetwork/pallet-sponsoring", branch = 'polkadot-v0.9.18' }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'master' }
log = "0.4.14"
[dependencies.codec]
pallets/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.git', branch = 'polkadot-v0.9.18' }
-frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-io = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
-fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
+frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-io = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
[dependencies.codec]
default-features = false
pallets/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.git', branch = 'polkadot-v0.9.18' }
-frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-io = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
-fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
-pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
-up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/UniqueNetwork/pallet-sponsoring", branch = 'polkadot-v0.9.18' }
-fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
+frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-io = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'master' }
+fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
[dependencies.codec]
default-features = false
pallets/evm-transaction-payment/src/lib.rsdiffbeforeafterboth--- a/pallets/evm-transaction-payment/src/lib.rs
+++ b/pallets/evm-transaction-payment/src/lib.rs
@@ -22,7 +22,7 @@
pub use pallet::*;
use pallet_evm::{EVMCurrencyAdapter, EnsureAddressOrigin, account::CrossAccountId};
use sp_core::{H160, U256};
-use sp_runtime::TransactionOutcome;
+use sp_runtime::{TransactionOutcome, DispatchError};
use up_sponsorship::SponsorshipHandler;
#[frame_support::pallet]
@@ -63,11 +63,13 @@
// This method is only used for checking, we shouldn't touch storage in it
frame_support::storage::with_transaction(|| {
let origin_sub = T::CrossAccountId::from_eth(origin);
- TransactionOutcome::Rollback(T::EvmSponsorshipHandler::get_sponsor(
+ TransactionOutcome::Rollback(Ok::<_, DispatchError>(T::EvmSponsorshipHandler::get_sponsor(
&origin_sub,
&(*target, input.clone()),
- ))
+ )))
})
+ // FIXME: it may fail with DispatchError in case of depth limit
+ .ok()?
}
_ => None,
}
@@ -146,11 +148,13 @@
// Effects from EvmSponsorshipHandler are applied in OnChargeEvmTransaction by pallet_evm::runner
// TODO: Should we implement simulation mode (test, but do not apply effects) in `up-sponsorship`?
let sponsor = frame_support::storage::with_transaction(|| {
- TransactionOutcome::Rollback(T::EvmSponsorshipHandler::get_sponsor(
+ TransactionOutcome::Rollback(Ok::<_, DispatchError>(T::EvmSponsorshipHandler::get_sponsor(
&who,
&(*target, input.clone()),
- ))
- })?;
+ )))
+ })
+ // FIXME: it may fail with DispatchError in case of depth limit
+ .map_err(|e| panic!("err?!")).ok()??;
Some(sponsor.as_sub().clone())
}
_ => None,
pallets/fungible/Cargo.tomldiffbeforeafterboth--- a/pallets/fungible/Cargo.toml
+++ b/pallets/fungible/Cargo.toml
@@ -11,18 +11,18 @@
version = '3.1.2'
[dependencies]
-frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
+frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
pallet-common = { default-features = false, path = '../common' }
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.git', branch = 'polkadot-v0.9.18' }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
+frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
scale-info = { version = "2.0.1", default-features = false, features = [
"derive",
] }
pallets/inflation/Cargo.tomldiffbeforeafterboth--- a/pallets/inflation/Cargo.toml
+++ b/pallets/inflation/Cargo.toml
@@ -4,7 +4,7 @@
[package]
authors = ['Unique Network <support@uniquenetwork.io>']
description = 'Unique Inflation Pallet'
-edition = '2018'
+edition = '2021'
homepage = 'https://unique.network'
license = 'GPLv3'
name = 'pallet-inflation'
@@ -42,38 +42,38 @@
[dependencies.frame-benchmarking]
default-features = false
optional = true
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.frame-support]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.frame-system]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.pallet-balances]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.pallet-timestamp]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.pallet-randomness-collective-flip]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-std]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.serde]
default-features = false
@@ -82,18 +82,18 @@
[dependencies.sp-runtime]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-core]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-io]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies]
scale-info = { version = "2.0.1", default-features = false, features = [
pallets/nonfungible/Cargo.tomldiffbeforeafterboth--- a/pallets/nonfungible/Cargo.toml
+++ b/pallets/nonfungible/Cargo.toml
@@ -11,18 +11,18 @@
version = '3.1.2'
[dependencies]
-frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
+frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
pallet-common = { default-features = false, path = '../common' }
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.git', branch = 'polkadot-v0.9.18' }
+frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate', branch = 'master' }
scale-info = { version = "2.0.1", default-features = false, features = [
"derive",
] }
pallets/refungible/Cargo.tomldiffbeforeafterboth--- a/pallets/refungible/Cargo.toml
+++ b/pallets/refungible/Cargo.toml
@@ -11,15 +11,15 @@
version = '3.1.2'
[dependencies]
-frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
+frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
pallet-common = { default-features = false, path = '../common' }
up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
-frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
+frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate', branch = 'master' }
scale-info = { version = "2.0.1", default-features = false, features = [
"derive",
] }
pallets/scheduler/Cargo.tomldiffbeforeafterboth--- a/pallets/scheduler/Cargo.toml
+++ b/pallets/scheduler/Cargo.toml
@@ -15,19 +15,19 @@
scale-info = { version = "2.0.1", default-features = false, features = [
"derive",
] }
-frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-io = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
+frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-io = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate', branch = 'master' }
-up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/UniqueNetwork/pallet-sponsoring", branch = 'polkadot-v0.9.18' }
+up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'master' }
log = { version = "0.4.14", default-features = false }
[dev-dependencies]
-sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-substrate-test-utils = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
+sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+substrate-test-utils = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
[features]
default = ["std"]
pallets/unique/Cargo.tomldiffbeforeafterboth--- a/pallets/unique/Cargo.toml
+++ b/pallets/unique/Cargo.toml
@@ -4,7 +4,7 @@
[package]
authors = ['Unique Network <support@uniquenetwork.io>']
description = 'Unique Pallet'
-edition = '2018'
+edition = '2021'
homepage = 'https://unique.network'
license = 'GPLv3'
name = 'pallet-unique'
@@ -60,43 +60,43 @@
[dependencies.frame-benchmarking]
default-features = false
optional = true
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.frame-support]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.frame-system]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.pallet-balances]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.pallet-timestamp]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.pallet-randomness-collective-flip]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-std]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.pallet-transaction-payment]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.serde]
default-features = false
@@ -105,18 +105,18 @@
[dependencies.sp-runtime]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-core]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-io]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
################################################################################
@@ -129,19 +129,19 @@
] }
ethereum = { version = "0.12.0", default-features = false }
rlp = { default-features = false, version = "0.5.0" }
-sp-api = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.18" }
+sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" }
-up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/UniqueNetwork/pallet-sponsoring", branch = 'polkadot-v0.9.18' }
-fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
+up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'master' }
+fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
evm-coder = { default-features = false, path = "../../crates/evm-coder" }
pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }
primitive-types = { version = "0.11.1", default-features = false, features = [
"serde_no_std",
] }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
-pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
-fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
hex-literal = "0.3.3"
pallet-common = { default-features = false, path = "../common" }
pallets/unique/src/sponsorship.rsdiffbeforeafterboth--- a/pallets/unique/src/sponsorship.rs
+++ b/pallets/unique/src/sponsorship.rs
@@ -304,7 +304,6 @@
}
use crate::SponsorshipPredict;
-use up_data_structs::SponsorshipState;
pub struct UniqueSponsorshipPredict<T>(PhantomData<T>);
impl<T> SponsorshipPredict<T> for UniqueSponsorshipPredict<T>
primitives/data-structs/Cargo.tomldiffbeforeafterboth--- a/primitives/data-structs/Cargo.toml
+++ b/primitives/data-structs/Cargo.toml
@@ -18,11 +18,11 @@
serde = { version = "1.0.130", features = [
'derive',
], default-features = false, optional = true }
-frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
+frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
derivative = "2.2.0"
[features]
primitives/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.git', branch = 'polkadot-v0.9.18' }
-sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-api = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
+sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-api = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
[features]
default = ["std"]
primitives/rpc/src/lib.rsdiffbeforeafterboth--- a/primitives/rpc/src/lib.rs
+++ b/primitives/rpc/src/lib.rs
@@ -18,7 +18,6 @@
use up_data_structs::{CollectionId, TokenId, Collection, CollectionStats, CollectionLimits};
use sp_std::vec::Vec;
-use sp_core::H160;
use codec::Decode;
use sp_runtime::DispatchError;
@@ -49,9 +48,6 @@
spender: CrossAccountId,
token: TokenId,
) -> Result<u128>;
-
- /// Used for ethereum integration
- fn eth_contract_code(account: H160) -> Option<Vec<u8>>;
fn adminlist(collection: CollectionId) -> Result<Vec<CrossAccountId>>;
fn allowlist(collection: CollectionId) -> Result<Vec<CrossAccountId>>;
runtime/common/Cargo.tomldiffbeforeafterboth--- a/runtime/common/Cargo.toml
+++ b/runtime/common/Cargo.toml
@@ -28,13 +28,13 @@
[dependencies.sp-core]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-runtime]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.codec]
default-features = false
@@ -49,13 +49,13 @@
[dependencies.frame-support]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.frame-system]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.pallet-common]
default-features = false
@@ -63,13 +63,13 @@
[dependencies.sp-consensus-aura]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.fp-rpc]
default-features = false
-git = "https://github.com/uniquenetwork/frontier.git"
-branch = "unique-polkadot-v0.9.18-2"
+git = "https://github.com/uniquenetwork/frontier"
+branch = "master"
[dependencies]
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
\ No newline at end of file
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
\ No newline at end of file
runtime/common/src/runtime_apis.rsdiffbeforeafterboth--- a/runtime/common/src/runtime_apis.rs
+++ b/runtime/common/src/runtime_apis.rs
@@ -46,11 +46,6 @@
dispatch_unique_runtime!(collection.allowance(sender, spender, token))
}
- fn eth_contract_code(account: H160) -> Option<Vec<u8>> {
- <pallet_unique::UniqueErcSupport<Runtime>>::get_code(&account)
- .or_else(|| <pallet_evm_migration::OnMethodCall<Runtime>>::get_code(&account))
- .or_else(|| <pallet_evm_contract_helpers::HelpersOnMethodCall<Self>>::get_code(&account))
- }
fn adminlist(collection: CollectionId) -> Result<Vec<CrossAccountId>, DispatchError> {
Ok(<pallet_common::Pallet<Runtime>>::adminlist(collection))
}
@@ -274,6 +269,14 @@
}
}
+ impl fp_rpc::ConvertTransactionRuntimeApi<Block> for Runtime {
+ fn convert_transaction(transaction: pallet_ethereum::Transaction) -> <Block as BlockT>::Extrinsic {
+ UncheckedExtrinsic::new_unsigned(
+ pallet_ethereum::Call::<Runtime>::transact { transaction }.into(),
+ )
+ }
+ }
+
impl sp_session::SessionKeys<Block> for Runtime {
fn decode_session_keys(
encoded: Vec<u8>,
runtime/opal/Cargo.tomldiffbeforeafterboth--- a/runtime/opal/Cargo.toml
+++ b/runtime/opal/Cargo.toml
@@ -117,35 +117,35 @@
[dependencies.frame-benchmarking]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
+git = 'https://github.com/paritytech/substrate'
optional = true
-branch = 'polkadot-v0.9.18'
+branch = 'master'
[dependencies.frame-executive]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.frame-support]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.frame-system]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.frame-system-benchmarking]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
+git = 'https://github.com/paritytech/substrate'
optional = true
-branch = 'polkadot-v0.9.18'
+branch = 'master'
[dependencies.frame-system-rpc-runtime-api]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.hex-literal]
optional = true
@@ -159,132 +159,132 @@
[dependencies.pallet-aura]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.pallet-balances]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
# Contracts specific packages
# [dependencies.pallet-contracts]
-# git = 'https://github.com/paritytech/substrate.git'
+# git = 'https://github.com/paritytech/substrate'
# default-features = false
-# branch = 'polkadot-v0.9.18'
+# branch = 'master'
# version = '4.0.0-dev'
# [dependencies.pallet-contracts-primitives]
-# git = 'https://github.com/paritytech/substrate.git'
+# git = 'https://github.com/paritytech/substrate'
# default-features = false
-# branch = 'polkadot-v0.9.18'
+# branch = 'master'
# version = '4.0.0-dev'
# [dependencies.pallet-contracts-rpc-runtime-api]
-# git = 'https://github.com/paritytech/substrate.git'
+# git = 'https://github.com/paritytech/substrate'
# default-features = false
-# branch = 'polkadot-v0.9.18'
+# branch = 'master'
# version = '4.0.0-dev'
[dependencies.pallet-randomness-collective-flip]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.pallet-sudo]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.pallet-timestamp]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.pallet-transaction-payment]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.pallet-transaction-payment-rpc-runtime-api]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.pallet-treasury]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
# [dependencies.pallet-vesting]
# default-features = false
-# git = 'https://github.com/paritytech/substrate.git'
-# branch = 'polkadot-v0.9.18'
+# git = 'https://github.com/paritytech/substrate'
+# branch = 'master'
[dependencies.sp-arithmetic]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-api]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-block-builder]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-core]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-consensus-aura]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-inherents]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-io]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-offchain]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-runtime]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-session]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-std]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-transaction-pool]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-version]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.smallvec]
version = '1.6.1'
@@ -294,47 +294,47 @@
[dependencies.parachain-info]
default-features = false
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
[dependencies.cumulus-pallet-aura-ext]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
default-features = false
[dependencies.cumulus-pallet-parachain-system]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
default-features = false
[dependencies.cumulus-primitives-core]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
default-features = false
[dependencies.cumulus-pallet-xcm]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
default-features = false
[dependencies.cumulus-pallet-dmp-queue]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
default-features = false
[dependencies.cumulus-pallet-xcmp-queue]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
default-features = false
[dependencies.cumulus-primitives-utility]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
default-features = false
[dependencies.cumulus-primitives-timestamp]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
default-features = false
################################################################################
@@ -342,32 +342,32 @@
[dependencies.polkadot-parachain]
git = 'https://github.com/paritytech/polkadot'
-branch = 'release-v0.9.18'
+branch = 'master'
default-features = false
[dependencies.xcm]
git = 'https://github.com/paritytech/polkadot'
-branch = 'release-v0.9.18'
+branch = 'master'
default-features = false
[dependencies.xcm-builder]
git = 'https://github.com/paritytech/polkadot'
-branch = 'release-v0.9.18'
+branch = 'master'
default-features = false
[dependencies.xcm-executor]
git = 'https://github.com/paritytech/polkadot'
-branch = 'release-v0.9.18'
+branch = 'master'
default-features = false
[dependencies.pallet-xcm]
git = 'https://github.com/paritytech/polkadot'
-branch = 'release-v0.9.18'
+branch = 'master'
default-features = false
[dependencies.orml-vesting]
-git = 'https://github.com/UniqueNetwork/open-runtime-module-library'
-branch = 'unique-polkadot-v0.9.18'
+git = 'https://github.com/uniquenetwork/open-runtime-module-library'
+branch = 'master'
version = "0.4.1-dev"
default-features = false
@@ -382,7 +382,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.git", branch = "unique-polkadot-v0.9.18-2" }
+fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
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" }
@@ -391,20 +391,20 @@
pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }
pallet-unq-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.18', package = "pallet-template-transaction-payment", default-features = false, version = '3.0.0' }
+pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'master', 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.git", branch = "unique-polkadot-v0.9.18-2" }
-pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
-pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
-fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
-fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
################################################################################
# Build Dependencies
[build-dependencies.substrate-wasm-builder]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
runtime/opal/src/lib.rsdiffbeforeafterboth--- a/runtime/opal/src/lib.rs
+++ b/runtime/opal/src/lib.rs
@@ -52,7 +52,7 @@
EnsureAddressTruncated, HashedAddressMapping, Runner, account::CrossAccountId as _,
};
pub use frame_support::{
- construct_runtime, match_type,
+ construct_runtime, match_types,
dispatch::DispatchResult,
PalletId, parameter_types, StorageValue, ConsensusEngineId,
traits::{
@@ -63,7 +63,7 @@
weights::{
constants::{BlockExecutionWeight, ExtrinsicBaseWeight, RocksDbWeight, WEIGHT_PER_SECOND},
DispatchClass, DispatchInfo, GetDispatchInfo, IdentityFee, Pays, PostDispatchInfo, Weight,
- WeightToFeePolynomial, WeightToFeeCoefficient, WeightToFeeCoefficients,
+ WeightToFeePolynomial, WeightToFeeCoefficient, WeightToFeeCoefficients, ConstantMultiplier,
},
};
use up_data_structs::*;
@@ -78,7 +78,7 @@
};
use smallvec::smallvec;
use codec::{Encode, Decode};
-use pallet_evm::{Account as EVMAccount, FeeCalculator, GasWeightMapping, OnMethodCall};
+use pallet_evm::{Account as EVMAccount, FeeCalculator, GasWeightMapping};
use fp_rpc::TransactionStatus;
use sp_runtime::{
traits::{BlockNumberProvider, Dispatchable, PostDispatchInfoOf, Saturating},
@@ -326,7 +326,7 @@
impl pallet_ethereum::Config for Runtime {
type Event = Event;
- type StateRoot = pallet_ethereum::IntermediateStateRoot;
+ type StateRoot = pallet_ethereum::IntermediateStateRoot<Self>;
}
impl pallet_randomness_collective_flip::Config for Runtime {}
@@ -494,7 +494,7 @@
impl pallet_transaction_payment::Config for Runtime {
type OnChargeTransaction = pallet_transaction_payment::CurrencyAdapter<Balances, DealWithFees>;
- type TransactionByteFee = TransactionByteFee;
+ type LengthToFee = ConstantMultiplier<Balance, TransactionByteFee>;
type OperationalFeeMultiplier = OperationalFeeMultiplier;
type WeightToFee = LinearFee<Balance>;
type FeeMultiplierUpdate = ();
@@ -673,7 +673,7 @@
pub const MaxAuthorities: u32 = 100_000;
}
-match_type! {
+match_types! {
pub type ParentOrParentsUnitPlurality: impl Contains<MultiLocation> = {
MultiLocation { parents: 1, interior: Here } |
MultiLocation { parents: 1, interior: X1(Plurality { id: BodyId::Unit, .. }) }
runtime/quartz/Cargo.tomldiffbeforeafterboth--- a/runtime/quartz/Cargo.toml
+++ b/runtime/quartz/Cargo.toml
@@ -117,35 +117,35 @@
[dependencies.frame-benchmarking]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
+git = 'https://github.com/paritytech/substrate'
optional = true
-branch = 'polkadot-v0.9.18'
+branch = 'master'
[dependencies.frame-executive]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.frame-support]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.frame-system]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.frame-system-benchmarking]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
+git = 'https://github.com/paritytech/substrate'
optional = true
-branch = 'polkadot-v0.9.18'
+branch = 'master'
[dependencies.frame-system-rpc-runtime-api]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.hex-literal]
optional = true
@@ -159,132 +159,132 @@
[dependencies.pallet-aura]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.pallet-balances]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
# Contracts specific packages
# [dependencies.pallet-contracts]
-# git = 'https://github.com/paritytech/substrate.git'
+# git = 'https://github.com/paritytech/substrate'
# default-features = false
-# branch = 'polkadot-v0.9.18'
+# branch = 'master'
# version = '4.0.0-dev'
# [dependencies.pallet-contracts-primitives]
-# git = 'https://github.com/paritytech/substrate.git'
+# git = 'https://github.com/paritytech/substrate'
# default-features = false
-# branch = 'polkadot-v0.9.18'
+# branch = 'master'
# version = '4.0.0-dev'
# [dependencies.pallet-contracts-rpc-runtime-api]
-# git = 'https://github.com/paritytech/substrate.git'
+# git = 'https://github.com/paritytech/substrate'
# default-features = false
-# branch = 'polkadot-v0.9.18'
+# branch = 'master'
# version = '4.0.0-dev'
[dependencies.pallet-randomness-collective-flip]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.pallet-sudo]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.pallet-timestamp]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.pallet-transaction-payment]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.pallet-transaction-payment-rpc-runtime-api]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.pallet-treasury]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
# [dependencies.pallet-vesting]
# default-features = false
-# git = 'https://github.com/paritytech/substrate.git'
-# branch = 'polkadot-v0.9.18'
+# git = 'https://github.com/paritytech/substrate'
+# branch = 'master'
[dependencies.sp-arithmetic]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-api]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-block-builder]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-core]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-consensus-aura]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-inherents]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-io]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-offchain]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-runtime]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-session]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-std]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-transaction-pool]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-version]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.smallvec]
version = '1.6.1'
@@ -294,47 +294,47 @@
[dependencies.parachain-info]
default-features = false
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
[dependencies.cumulus-pallet-aura-ext]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
default-features = false
[dependencies.cumulus-pallet-parachain-system]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
default-features = false
[dependencies.cumulus-primitives-core]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
default-features = false
[dependencies.cumulus-pallet-xcm]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
default-features = false
[dependencies.cumulus-pallet-dmp-queue]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
default-features = false
[dependencies.cumulus-pallet-xcmp-queue]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
default-features = false
[dependencies.cumulus-primitives-utility]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
default-features = false
[dependencies.cumulus-primitives-timestamp]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
default-features = false
################################################################################
@@ -342,32 +342,32 @@
[dependencies.polkadot-parachain]
git = 'https://github.com/paritytech/polkadot'
-branch = 'release-v0.9.18'
+branch = 'master'
default-features = false
[dependencies.xcm]
git = 'https://github.com/paritytech/polkadot'
-branch = 'release-v0.9.18'
+branch = 'master'
default-features = false
[dependencies.xcm-builder]
git = 'https://github.com/paritytech/polkadot'
-branch = 'release-v0.9.18'
+branch = 'master'
default-features = false
[dependencies.xcm-executor]
git = 'https://github.com/paritytech/polkadot'
-branch = 'release-v0.9.18'
+branch = 'master'
default-features = false
[dependencies.pallet-xcm]
git = 'https://github.com/paritytech/polkadot'
-branch = 'release-v0.9.18'
+branch = 'master'
default-features = false
[dependencies.orml-vesting]
-git = 'https://github.com/UniqueNetwork/open-runtime-module-library'
-branch = 'unique-polkadot-v0.9.18'
+git = 'https://github.com/uniquenetwork/open-runtime-module-library'
+branch = 'master'
version = "0.4.1-dev"
default-features = false
@@ -382,7 +382,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.git", branch = "unique-polkadot-v0.9.18-2" }
+fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
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" }
@@ -391,20 +391,20 @@
pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }
pallet-unq-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.18', package = "pallet-template-transaction-payment", default-features = false, version = '3.0.0' }
+pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'master', 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.git", branch = "unique-polkadot-v0.9.18-2" }
-pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
-pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
-fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
-fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
################################################################################
# Build Dependencies
[build-dependencies.substrate-wasm-builder]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
runtime/unique/Cargo.tomldiffbeforeafterboth--- a/runtime/unique/Cargo.toml
+++ b/runtime/unique/Cargo.toml
@@ -117,35 +117,35 @@
[dependencies.frame-benchmarking]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
+git = 'https://github.com/paritytech/substrate'
optional = true
-branch = 'polkadot-v0.9.18'
+branch = 'master'
[dependencies.frame-executive]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.frame-support]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.frame-system]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.frame-system-benchmarking]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
+git = 'https://github.com/paritytech/substrate'
optional = true
-branch = 'polkadot-v0.9.18'
+branch = 'master'
[dependencies.frame-system-rpc-runtime-api]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.hex-literal]
optional = true
@@ -159,132 +159,132 @@
[dependencies.pallet-aura]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.pallet-balances]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
# Contracts specific packages
# [dependencies.pallet-contracts]
-# git = 'https://github.com/paritytech/substrate.git'
+# git = 'https://github.com/paritytech/substrate'
# default-features = false
-# branch = 'polkadot-v0.9.18'
+# branch = 'master'
# version = '4.0.0-dev'
# [dependencies.pallet-contracts-primitives]
-# git = 'https://github.com/paritytech/substrate.git'
+# git = 'https://github.com/paritytech/substrate'
# default-features = false
-# branch = 'polkadot-v0.9.18'
+# branch = 'master'
# version = '4.0.0-dev'
# [dependencies.pallet-contracts-rpc-runtime-api]
-# git = 'https://github.com/paritytech/substrate.git'
+# git = 'https://github.com/paritytech/substrate'
# default-features = false
-# branch = 'polkadot-v0.9.18'
+# branch = 'master'
# version = '4.0.0-dev'
[dependencies.pallet-randomness-collective-flip]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.pallet-sudo]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.pallet-timestamp]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.pallet-transaction-payment]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.pallet-transaction-payment-rpc-runtime-api]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.pallet-treasury]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
# [dependencies.pallet-vesting]
# default-features = false
-# git = 'https://github.com/paritytech/substrate.git'
-# branch = 'polkadot-v0.9.18'
+# git = 'https://github.com/paritytech/substrate'
+# branch = 'master'
[dependencies.sp-arithmetic]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-api]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-block-builder]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-core]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-consensus-aura]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-inherents]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-io]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-offchain]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-runtime]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-session]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-std]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-transaction-pool]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-version]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.smallvec]
version = '1.6.1'
@@ -294,47 +294,47 @@
[dependencies.parachain-info]
default-features = false
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
[dependencies.cumulus-pallet-aura-ext]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
default-features = false
[dependencies.cumulus-pallet-parachain-system]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
default-features = false
[dependencies.cumulus-primitives-core]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
default-features = false
[dependencies.cumulus-pallet-xcm]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
default-features = false
[dependencies.cumulus-pallet-dmp-queue]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
default-features = false
[dependencies.cumulus-pallet-xcmp-queue]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
default-features = false
[dependencies.cumulus-primitives-utility]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
default-features = false
[dependencies.cumulus-primitives-timestamp]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
default-features = false
################################################################################
@@ -342,32 +342,32 @@
[dependencies.polkadot-parachain]
git = 'https://github.com/paritytech/polkadot'
-branch = 'release-v0.9.18'
+branch = 'master'
default-features = false
[dependencies.xcm]
git = 'https://github.com/paritytech/polkadot'
-branch = 'release-v0.9.18'
+branch = 'master'
default-features = false
[dependencies.xcm-builder]
git = 'https://github.com/paritytech/polkadot'
-branch = 'release-v0.9.18'
+branch = 'master'
default-features = false
[dependencies.xcm-executor]
git = 'https://github.com/paritytech/polkadot'
-branch = 'release-v0.9.18'
+branch = 'master'
default-features = false
[dependencies.pallet-xcm]
git = 'https://github.com/paritytech/polkadot'
-branch = 'release-v0.9.18'
+branch = 'master'
default-features = false
[dependencies.orml-vesting]
-git = 'https://github.com/UniqueNetwork/open-runtime-module-library'
-branch = 'unique-polkadot-v0.9.18'
+git = 'https://github.com/uniquenetwork/open-runtime-module-library'
+branch = 'master'
version = "0.4.1-dev"
default-features = false
@@ -390,21 +390,21 @@
pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }
pallet-unq-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.18', package = "pallet-template-transaction-payment", default-features = false, version = '3.0.0' }
+pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'master', 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.git", branch = "unique-polkadot-v0.9.18-2" }
-pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
-pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
-fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
-fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
-fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
################################################################################
# Build Dependencies
[build-dependencies.substrate-wasm-builder]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
tests/src/eth/util/helpers.tsdiffbeforeafterboth--- a/tests/src/eth/util/helpers.ts
+++ b/tests/src/eth/util/helpers.ts
@@ -31,7 +31,7 @@
import getBalance from '../../substrate/get-balance';
import waitNewBlocks from '../../substrate/wait-new-blocks';
-export const GAS_ARGS = {gas: 2500000};
+export const GAS_ARGS = {gas: 2500000, maxPriorityFeePerGas: 0};
export enum SponsoringMode {
Disabled = 0,