difftreelog
build don't use [patch]
in: master
23 files changed
Cargo.lockdiffbeforeafterboth--- a/Cargo.lock
+++ b/Cargo.lock
@@ -241,9 +241,9 @@
[[package]]
name = "async-process"
-version = "1.3.0"
+version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "83137067e3a2a6a06d67168e49e68a0957d215410473a740cea95a2425c0b7c6"
+checksum = "cf2c06e30a24e8c78a3987d07f0930edf76ef35e027e7bdb063fccafdad1f60c"
dependencies = [
"async-io",
"blocking",
@@ -396,7 +396,7 @@
"instant",
"pin-project-lite 0.2.9",
"rand 0.8.5",
- "tokio 1.18.0",
+ "tokio 1.18.1",
]
[[package]]
@@ -456,7 +456,7 @@
[[package]]
name = "beefy-gadget"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"beefy-primitives",
"fnv",
@@ -489,7 +489,7 @@
[[package]]
name = "beefy-gadget-rpc"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"beefy-gadget",
"beefy-primitives",
@@ -512,12 +512,12 @@
[[package]]
name = "beefy-merkle-tree"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
[[package]]
name = "beefy-primitives"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"parity-scale-codec",
"scale-info",
@@ -733,7 +733,7 @@
[[package]]
name = "bp-header-chain"
version = "0.1.0"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"bp-runtime",
"finality-grandpa",
@@ -750,7 +750,7 @@
[[package]]
name = "bp-message-dispatch"
version = "0.1.0"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"bp-runtime",
"frame-support",
@@ -762,7 +762,7 @@
[[package]]
name = "bp-messages"
version = "0.1.0"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"bitvec",
"bp-runtime",
@@ -779,7 +779,7 @@
[[package]]
name = "bp-polkadot-core"
version = "0.1.0"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"bp-messages",
"bp-runtime",
@@ -797,7 +797,7 @@
[[package]]
name = "bp-rococo"
version = "0.1.0"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"bp-messages",
"bp-polkadot-core",
@@ -814,7 +814,7 @@
[[package]]
name = "bp-runtime"
version = "0.1.0"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"frame-support",
"hash-db",
@@ -832,7 +832,7 @@
[[package]]
name = "bp-test-utils"
version = "0.1.0"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"bp-header-chain",
"ed25519-dalek",
@@ -847,7 +847,7 @@
[[package]]
name = "bp-wococo"
version = "0.1.0"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"bp-messages",
"bp-polkadot-core",
@@ -862,7 +862,7 @@
[[package]]
name = "bridge-runtime-common"
version = "0.1.0"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"bp-message-dispatch",
"bp-messages",
@@ -997,7 +997,7 @@
dependencies = [
"camino",
"cargo-platform",
- "semver 1.0.7",
+ "semver 1.0.9",
"serde",
"serde_json",
]
@@ -1118,9 +1118,9 @@
[[package]]
name = "clap"
-version = "3.1.12"
+version = "3.1.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7c167e37342afc5f33fd87bbc870cedd020d2a6dffa05d45ccd9241fbdd146db"
+checksum = "85a35a599b11c089a7f49105658d089b8f2cf0882993c17daf6de15285c2c35d"
dependencies = [
"atty",
"bitflags",
@@ -1148,9 +1148,9 @@
[[package]]
name = "clap_lex"
-version = "0.1.1"
+version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "189ddd3b5d32a70b35e7686054371742a937b0d99128e76dde6340210e966669"
+checksum = "a37c35f1112dad5e6e0b1adaff798507497a18fceeb30cceb3bae7d1427b9213"
dependencies = [
"os_str_bytes",
]
@@ -1480,7 +1480,7 @@
[[package]]
name = "cumulus-client-cli"
version = "0.1.0"
-source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
dependencies = [
"clap",
"sc-cli",
@@ -1491,7 +1491,7 @@
[[package]]
name = "cumulus-client-collator"
version = "0.1.0"
-source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
dependencies = [
"cumulus-client-consensus-common",
"cumulus-client-network",
@@ -1515,7 +1515,7 @@
[[package]]
name = "cumulus-client-consensus-aura"
version = "0.1.0"
-source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
dependencies = [
"async-trait",
"cumulus-client-consensus-common",
@@ -1544,7 +1544,7 @@
[[package]]
name = "cumulus-client-consensus-common"
version = "0.1.0"
-source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
dependencies = [
"async-trait",
"cumulus-relay-chain-interface",
@@ -1565,7 +1565,7 @@
[[package]]
name = "cumulus-client-network"
version = "0.1.0"
-source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
dependencies = [
"async-trait",
"cumulus-relay-chain-interface",
@@ -1590,7 +1590,7 @@
[[package]]
name = "cumulus-client-pov-recovery"
version = "0.1.0"
-source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
dependencies = [
"cumulus-primitives-core",
"cumulus-relay-chain-interface",
@@ -1614,7 +1614,7 @@
[[package]]
name = "cumulus-client-service"
version = "0.1.0"
-source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
dependencies = [
"cumulus-client-cli",
"cumulus-client-collator",
@@ -1644,7 +1644,7 @@
[[package]]
name = "cumulus-pallet-aura-ext"
version = "0.1.0"
-source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
dependencies = [
"frame-executive",
"frame-support",
@@ -1662,7 +1662,7 @@
[[package]]
name = "cumulus-pallet-dmp-queue"
version = "0.1.0"
-source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
dependencies = [
"cumulus-primitives-core",
"frame-support",
@@ -1680,7 +1680,7 @@
[[package]]
name = "cumulus-pallet-parachain-system"
version = "0.1.0"
-source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
dependencies = [
"cumulus-pallet-parachain-system-proc-macro",
"cumulus-primitives-core",
@@ -1710,7 +1710,7 @@
[[package]]
name = "cumulus-pallet-parachain-system-proc-macro"
version = "0.1.0"
-source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
dependencies = [
"proc-macro-crate 1.1.3",
"proc-macro2",
@@ -1721,7 +1721,7 @@
[[package]]
name = "cumulus-pallet-xcm"
version = "0.1.0"
-source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
dependencies = [
"cumulus-primitives-core",
"frame-support",
@@ -1738,7 +1738,7 @@
[[package]]
name = "cumulus-pallet-xcmp-queue"
version = "0.1.0"
-source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
dependencies = [
"cumulus-primitives-core",
"frame-support",
@@ -1756,7 +1756,7 @@
[[package]]
name = "cumulus-primitives-core"
version = "0.1.0"
-source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
dependencies = [
"frame-support",
"parity-scale-codec",
@@ -1772,7 +1772,7 @@
[[package]]
name = "cumulus-primitives-parachain-inherent"
version = "0.1.0"
-source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
dependencies = [
"async-trait",
"cumulus-primitives-core",
@@ -1795,7 +1795,7 @@
[[package]]
name = "cumulus-primitives-timestamp"
version = "0.1.0"
-source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
dependencies = [
"cumulus-primitives-core",
"futures 0.3.21",
@@ -1808,7 +1808,7 @@
[[package]]
name = "cumulus-primitives-utility"
version = "0.1.0"
-source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
dependencies = [
"cumulus-primitives-core",
"frame-support",
@@ -1825,7 +1825,7 @@
[[package]]
name = "cumulus-relay-chain-inprocess-interface"
version = "0.1.0"
-source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
dependencies = [
"async-trait",
"cumulus-primitives-core",
@@ -1853,7 +1853,7 @@
[[package]]
name = "cumulus-relay-chain-interface"
version = "0.1.0"
-source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
dependencies = [
"async-trait",
"cumulus-primitives-core",
@@ -1877,7 +1877,7 @@
[[package]]
name = "cumulus-relay-chain-rpc-interface"
version = "0.1.0"
-source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
dependencies = [
"async-trait",
"backoff",
@@ -1903,7 +1903,7 @@
[[package]]
name = "cumulus-test-relay-sproof-builder"
version = "0.1.0"
-source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
dependencies = [
"cumulus-primitives-core",
"parity-scale-codec",
@@ -2244,9 +2244,9 @@
[[package]]
name = "enumn"
-version = "0.1.3"
+version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4e58b112d5099aa0857c5d05f0eacab86406dd8c0f85fe5d320a13256d29ecf4"
+checksum = "052bc8773a98bd051ff37db74a8a25f00e6bfa2cbd03373390c72e9f7afbf344"
dependencies = [
"proc-macro2",
"quote",
@@ -2352,7 +2352,7 @@
[[package]]
name = "evm"
version = "0.35.0"
-source = "git+https://github.com//uniquenetwork/evm?branch=unique-polkadot-v0.9.19#1b170dc649f5e16a33134710a9fe2610e580661e"
+source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.19#1b170dc649f5e16a33134710a9fe2610e580661e"
dependencies = [
"auto_impl",
"environmental",
@@ -2398,7 +2398,7 @@
[[package]]
name = "evm-core"
version = "0.35.0"
-source = "git+https://github.com//uniquenetwork/evm?branch=unique-polkadot-v0.9.19#1b170dc649f5e16a33134710a9fe2610e580661e"
+source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.19#1b170dc649f5e16a33134710a9fe2610e580661e"
dependencies = [
"parity-scale-codec",
"primitive-types",
@@ -2409,7 +2409,7 @@
[[package]]
name = "evm-gasometer"
version = "0.35.0"
-source = "git+https://github.com//uniquenetwork/evm?branch=unique-polkadot-v0.9.19#1b170dc649f5e16a33134710a9fe2610e580661e"
+source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.19#1b170dc649f5e16a33134710a9fe2610e580661e"
dependencies = [
"environmental",
"evm-core",
@@ -2420,7 +2420,7 @@
[[package]]
name = "evm-runtime"
version = "0.35.0"
-source = "git+https://github.com//uniquenetwork/evm?branch=unique-polkadot-v0.9.19#1b170dc649f5e16a33134710a9fe2610e580661e"
+source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.19#1b170dc649f5e16a33134710a9fe2610e580661e"
dependencies = [
"auto_impl",
"environmental",
@@ -2512,7 +2512,7 @@
[[package]]
name = "fc-consensus"
version = "2.0.0-dev"
-source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#5d43f948da8c241b85d18bf40aabaf93d96a7f18"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#bef877006646568a53834f4cb0217be12a3a3b47"
dependencies = [
"async-trait",
"fc-db",
@@ -2531,7 +2531,7 @@
[[package]]
name = "fc-db"
version = "2.0.0-dev"
-source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#5d43f948da8c241b85d18bf40aabaf93d96a7f18"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#bef877006646568a53834f4cb0217be12a3a3b47"
dependencies = [
"fp-storage",
"kvdb-rocksdb",
@@ -2545,7 +2545,7 @@
[[package]]
name = "fc-mapping-sync"
version = "2.0.0-dev"
-source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#5d43f948da8c241b85d18bf40aabaf93d96a7f18"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#bef877006646568a53834f4cb0217be12a3a3b47"
dependencies = [
"fc-db",
"fp-consensus",
@@ -2562,7 +2562,7 @@
[[package]]
name = "fc-rpc"
version = "2.0.0-dev"
-source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#5d43f948da8c241b85d18bf40aabaf93d96a7f18"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#bef877006646568a53834f4cb0217be12a3a3b47"
dependencies = [
"ethereum",
"ethereum-types",
@@ -2595,13 +2595,13 @@
"sp-io",
"sp-runtime",
"sp-storage",
- "tokio 1.18.0",
+ "tokio 1.18.1",
]
[[package]]
name = "fc-rpc-core"
version = "1.1.0-dev"
-source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#5d43f948da8c241b85d18bf40aabaf93d96a7f18"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#bef877006646568a53834f4cb0217be12a3a3b47"
dependencies = [
"ethereum",
"ethereum-types",
@@ -2716,7 +2716,7 @@
[[package]]
name = "fork-tree"
version = "3.0.0"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"parity-scale-codec",
]
@@ -2734,7 +2734,7 @@
[[package]]
name = "fp-consensus"
version = "2.0.0-dev"
-source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#5d43f948da8c241b85d18bf40aabaf93d96a7f18"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#bef877006646568a53834f4cb0217be12a3a3b47"
dependencies = [
"ethereum",
"parity-scale-codec",
@@ -2746,7 +2746,7 @@
[[package]]
name = "fp-evm"
version = "3.0.0-dev"
-source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#5d43f948da8c241b85d18bf40aabaf93d96a7f18"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#bef877006646568a53834f4cb0217be12a3a3b47"
dependencies = [
"evm",
"impl-trait-for-tuples",
@@ -2759,7 +2759,7 @@
[[package]]
name = "fp-evm-mapping"
version = "0.1.0"
-source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#5d43f948da8c241b85d18bf40aabaf93d96a7f18"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#bef877006646568a53834f4cb0217be12a3a3b47"
dependencies = [
"frame-support",
"sp-core",
@@ -2768,7 +2768,7 @@
[[package]]
name = "fp-rpc"
version = "3.0.0-dev"
-source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#5d43f948da8c241b85d18bf40aabaf93d96a7f18"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#bef877006646568a53834f4cb0217be12a3a3b47"
dependencies = [
"ethereum",
"ethereum-types",
@@ -2785,7 +2785,7 @@
[[package]]
name = "fp-self-contained"
version = "1.0.0-dev"
-source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#5d43f948da8c241b85d18bf40aabaf93d96a7f18"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#bef877006646568a53834f4cb0217be12a3a3b47"
dependencies = [
"ethereum",
"frame-support",
@@ -2801,7 +2801,7 @@
[[package]]
name = "fp-storage"
version = "2.0.0"
-source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#5d43f948da8c241b85d18bf40aabaf93d96a7f18"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#bef877006646568a53834f4cb0217be12a3a3b47"
dependencies = [
"parity-scale-codec",
]
@@ -2809,7 +2809,7 @@
[[package]]
name = "frame-benchmarking"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-support",
"frame-system",
@@ -2831,7 +2831,7 @@
[[package]]
name = "frame-benchmarking-cli"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"Inflector",
"chrono",
@@ -2876,7 +2876,7 @@
[[package]]
name = "frame-election-provider-solution-type"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"proc-macro-crate 1.1.3",
"proc-macro2",
@@ -2887,7 +2887,7 @@
[[package]]
name = "frame-election-provider-support"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-election-provider-solution-type",
"frame-support",
@@ -2903,7 +2903,7 @@
[[package]]
name = "frame-executive"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-support",
"frame-system",
@@ -2931,7 +2931,7 @@
[[package]]
name = "frame-support"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"bitflags",
"frame-metadata",
@@ -2960,7 +2960,7 @@
[[package]]
name = "frame-support-procedural"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"Inflector",
"frame-support-procedural-tools",
@@ -2972,7 +2972,7 @@
[[package]]
name = "frame-support-procedural-tools"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-support-procedural-tools-derive",
"proc-macro-crate 1.1.3",
@@ -2984,7 +2984,7 @@
[[package]]
name = "frame-support-procedural-tools-derive"
version = "3.0.0"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"proc-macro2",
"quote",
@@ -2994,7 +2994,7 @@
[[package]]
name = "frame-system"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-support",
"log",
@@ -3011,7 +3011,7 @@
[[package]]
name = "frame-system-benchmarking"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -3026,7 +3026,7 @@
[[package]]
name = "frame-system-rpc-runtime-api"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"parity-scale-codec",
"sp-api",
@@ -3035,7 +3035,7 @@
[[package]]
name = "frame-try-runtime"
version = "0.10.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-support",
"sp-api",
@@ -3348,7 +3348,7 @@
"http",
"indexmap",
"slab",
- "tokio 1.18.0",
+ "tokio 1.18.1",
"tokio-util 0.7.1",
"tracing",
]
@@ -3393,9 +3393,9 @@
[[package]]
name = "hashbrown"
-version = "0.12.0"
+version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8c21d40587b92fa6a6c6e3c1bdbf87d75511db5672f9c93175574b3a00df1758"
+checksum = "db0d4cf898abf0081f964436dc980e96670a0f36863e4b83aaacdb65c9d7ccc3"
dependencies = [
"ahash",
]
@@ -3542,7 +3542,7 @@
"itoa 1.0.1",
"pin-project-lite 0.2.9",
"socket2 0.4.4",
- "tokio 1.18.0",
+ "tokio 1.18.1",
"tower-service",
"tracing",
"want",
@@ -3560,7 +3560,7 @@
"log",
"rustls 0.19.1",
"rustls-native-certs 0.5.0",
- "tokio 1.18.0",
+ "tokio 1.18.1",
"tokio-rustls 0.22.0",
"webpki 0.21.4",
]
@@ -3576,8 +3576,8 @@
"log",
"rustls 0.20.4",
"rustls-native-certs 0.6.2",
- "tokio 1.18.0",
- "tokio-rustls 0.23.3",
+ "tokio 1.18.1",
+ "tokio-rustls 0.23.4",
"webpki-roots 0.22.3",
]
@@ -3911,7 +3911,7 @@
"jsonrpc-core",
"lazy_static",
"log",
- "tokio 1.18.0",
+ "tokio 1.18.1",
"tokio-stream",
"tokio-util 0.6.9",
"unicase",
@@ -3959,8 +3959,8 @@
"rustls-native-certs 0.6.2",
"soketto",
"thiserror",
- "tokio 1.18.0",
- "tokio-rustls 0.23.3",
+ "tokio 1.18.1",
+ "tokio-rustls 0.23.4",
"tokio-util 0.7.1",
"tracing",
"webpki-roots 0.22.3",
@@ -3985,7 +3985,7 @@
"serde_json",
"soketto",
"thiserror",
- "tokio 1.18.0",
+ "tokio 1.18.1",
"tracing",
]
@@ -4004,7 +4004,7 @@
"serde",
"serde_json",
"thiserror",
- "tokio 1.18.0",
+ "tokio 1.18.1",
"tracing",
]
@@ -4076,7 +4076,7 @@
[[package]]
name = "kusama-runtime"
version = "0.9.19"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"beefy-primitives",
"bitvec",
@@ -4165,7 +4165,7 @@
[[package]]
name = "kusama-runtime-constants"
version = "0.9.19"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"frame-support",
"polkadot-primitives",
@@ -4236,9 +4236,9 @@
[[package]]
name = "libc"
-version = "0.2.124"
+version = "0.2.125"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "21a41fed9d98f27ab1c6d161da622a4fa35e8a54a8adc24bbf3ddd0ef70b0e50"
+checksum = "5916d2ae698f6de9bfb891ad7a8d65c09d232dc58cc4ac433c7da3b2fd84bc2b"
[[package]]
name = "libloading"
@@ -4856,9 +4856,9 @@
[[package]]
name = "log"
-version = "0.4.16"
+version = "0.4.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8"
+checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
dependencies = [
"cfg-if 1.0.0",
"value-bag",
@@ -4958,9 +4958,9 @@
[[package]]
name = "memchr"
-version = "2.4.1"
+version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
+checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
[[package]]
name = "memmap2"
@@ -4996,7 +4996,7 @@
checksum = "6566c70c1016f525ced45d7b7f97730a2bafb037c788211d0c186ef5b2189f0a"
dependencies = [
"hash-db",
- "hashbrown 0.12.0",
+ "hashbrown 0.12.1",
"parity-util-mem",
]
@@ -5030,7 +5030,7 @@
[[package]]
name = "metered-channel"
version = "0.9.19"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"coarsetime",
"crossbeam-queue",
@@ -5332,9 +5332,9 @@
[[package]]
name = "num-complex"
-version = "0.4.0"
+version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "26873667bbbb7c5182d4a37c1add32cdf09f841af72da53318fdb81543c15085"
+checksum = "97fbc387afefefd5e9e39493299f3069e14a140dd34dc19b4c1c1a8fddb6a790"
dependencies = [
"num-traits",
]
@@ -5351,9 +5351,9 @@
[[package]]
name = "num-integer"
-version = "0.1.44"
+version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
+checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
dependencies = [
"autocfg",
"num-traits",
@@ -5384,9 +5384,9 @@
[[package]]
name = "num-traits"
-version = "0.2.14"
+version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
+checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
dependencies = [
"autocfg",
"libm",
@@ -5557,7 +5557,7 @@
[[package]]
name = "orml-vesting"
version = "0.4.1-dev"
-source = "git+https://github.com//uniquenetwork/open-runtime-module-library?branch=unique-polkadot-v0.9.19#1ee81601134e9da6083ba1436fc024c2ec729e10"
+source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=unique-polkadot-v0.9.19#1ee81601134e9da6083ba1436fc024c2ec729e10"
dependencies = [
"frame-support",
"frame-system",
@@ -5587,7 +5587,7 @@
[[package]]
name = "pallet-aura"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-support",
"frame-system",
@@ -5603,7 +5603,7 @@
[[package]]
name = "pallet-authority-discovery"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-support",
"frame-system",
@@ -5619,7 +5619,7 @@
[[package]]
name = "pallet-authorship"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-support",
"frame-system",
@@ -5634,7 +5634,7 @@
[[package]]
name = "pallet-babe"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -5658,7 +5658,7 @@
[[package]]
name = "pallet-bags-list"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-benchmarking",
"frame-election-provider-support",
@@ -5678,7 +5678,7 @@
[[package]]
name = "pallet-balances"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -5693,7 +5693,7 @@
[[package]]
name = "pallet-base-fee"
version = "1.0.0"
-source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#5d43f948da8c241b85d18bf40aabaf93d96a7f18"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#bef877006646568a53834f4cb0217be12a3a3b47"
dependencies = [
"fp-evm",
"frame-support",
@@ -5708,7 +5708,7 @@
[[package]]
name = "pallet-beefy"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"beefy-primitives",
"frame-support",
@@ -5724,7 +5724,7 @@
[[package]]
name = "pallet-beefy-mmr"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"beefy-merkle-tree",
"beefy-primitives",
@@ -5749,7 +5749,7 @@
[[package]]
name = "pallet-bounties"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -5767,7 +5767,7 @@
[[package]]
name = "pallet-bridge-dispatch"
version = "0.1.0"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"bp-message-dispatch",
"bp-runtime",
@@ -5784,7 +5784,7 @@
[[package]]
name = "pallet-bridge-grandpa"
version = "0.1.0"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"bp-header-chain",
"bp-runtime",
@@ -5806,7 +5806,7 @@
[[package]]
name = "pallet-bridge-messages"
version = "0.1.0"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"bitvec",
"bp-message-dispatch",
@@ -5827,7 +5827,7 @@
[[package]]
name = "pallet-child-bounties"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -5846,7 +5846,7 @@
[[package]]
name = "pallet-collective"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -5882,7 +5882,7 @@
[[package]]
name = "pallet-democracy"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -5898,7 +5898,7 @@
[[package]]
name = "pallet-election-provider-multi-phase"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-benchmarking",
"frame-election-provider-support",
@@ -5921,7 +5921,7 @@
[[package]]
name = "pallet-elections-phragmen"
version = "5.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -5939,7 +5939,7 @@
[[package]]
name = "pallet-ethereum"
version = "4.0.0-dev"
-source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#5d43f948da8c241b85d18bf40aabaf93d96a7f18"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#bef877006646568a53834f4cb0217be12a3a3b47"
dependencies = [
"ethereum",
"ethereum-types",
@@ -5952,6 +5952,7 @@
"fp-storage",
"frame-support",
"frame-system",
+ "log",
"pallet-balances",
"pallet-evm",
"pallet-timestamp",
@@ -5968,7 +5969,7 @@
[[package]]
name = "pallet-evm"
version = "6.0.0-dev"
-source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#5d43f948da8c241b85d18bf40aabaf93d96a7f18"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#bef877006646568a53834f4cb0217be12a3a3b47"
dependencies = [
"evm",
"fp-evm",
@@ -6088,7 +6089,7 @@
[[package]]
name = "pallet-gilt"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6103,7 +6104,7 @@
[[package]]
name = "pallet-grandpa"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6126,7 +6127,7 @@
[[package]]
name = "pallet-identity"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"enumflags2",
"frame-benchmarking",
@@ -6142,7 +6143,7 @@
[[package]]
name = "pallet-im-online"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6162,7 +6163,7 @@
[[package]]
name = "pallet-indices"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6198,7 +6199,7 @@
[[package]]
name = "pallet-membership"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6215,7 +6216,7 @@
[[package]]
name = "pallet-mmr"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"ckb-merkle-mountain-range",
"frame-benchmarking",
@@ -6233,7 +6234,7 @@
[[package]]
name = "pallet-mmr-primitives"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-support",
"frame-system",
@@ -6249,7 +6250,7 @@
[[package]]
name = "pallet-mmr-rpc"
version = "3.0.0"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"jsonrpc-core",
"jsonrpc-core-client",
@@ -6266,7 +6267,7 @@
[[package]]
name = "pallet-multisig"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6281,7 +6282,7 @@
[[package]]
name = "pallet-nicks"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-support",
"frame-system",
@@ -6315,7 +6316,7 @@
[[package]]
name = "pallet-offences"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-support",
"frame-system",
@@ -6332,7 +6333,7 @@
[[package]]
name = "pallet-offences-benchmarking"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-benchmarking",
"frame-election-provider-support",
@@ -6355,7 +6356,7 @@
[[package]]
name = "pallet-preimage"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6371,7 +6372,7 @@
[[package]]
name = "pallet-proxy"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6386,7 +6387,7 @@
[[package]]
name = "pallet-randomness-collective-flip"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-support",
"frame-system",
@@ -6400,7 +6401,7 @@
[[package]]
name = "pallet-recovery"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-support",
"frame-system",
@@ -6431,7 +6432,7 @@
[[package]]
name = "pallet-scheduler"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6447,7 +6448,7 @@
[[package]]
name = "pallet-session"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-support",
"frame-system",
@@ -6468,7 +6469,7 @@
[[package]]
name = "pallet-session-benchmarking"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6484,7 +6485,7 @@
[[package]]
name = "pallet-society"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-support",
"frame-system",
@@ -6498,7 +6499,7 @@
[[package]]
name = "pallet-staking"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-benchmarking",
"frame-election-provider-support",
@@ -6521,7 +6522,7 @@
[[package]]
name = "pallet-staking-reward-curve"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"proc-macro-crate 1.1.3",
"proc-macro2",
@@ -6532,7 +6533,7 @@
[[package]]
name = "pallet-staking-reward-fn"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"log",
"sp-arithmetic",
@@ -6541,7 +6542,7 @@
[[package]]
name = "pallet-sudo"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-support",
"frame-system",
@@ -6555,7 +6556,7 @@
[[package]]
name = "pallet-template-transaction-payment"
version = "3.0.0"
-source = "git+https://github.com//uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.19#df33e79470e92e3218a507f09d1b0dd78b67b1fd"
+source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.19#fc31b5810d927b5e70edefb1391c108c48b199ae"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6575,7 +6576,7 @@
[[package]]
name = "pallet-timestamp"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6593,7 +6594,7 @@
[[package]]
name = "pallet-tips"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6612,7 +6613,7 @@
[[package]]
name = "pallet-transaction-payment"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-support",
"frame-system",
@@ -6629,7 +6630,7 @@
[[package]]
name = "pallet-transaction-payment-rpc"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"jsonrpc-core",
"jsonrpc-core-client",
@@ -6646,7 +6647,7 @@
[[package]]
name = "pallet-transaction-payment-rpc-runtime-api"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"pallet-transaction-payment",
"parity-scale-codec",
@@ -6657,7 +6658,7 @@
[[package]]
name = "pallet-treasury"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6730,7 +6731,7 @@
[[package]]
name = "pallet-utility"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6746,7 +6747,7 @@
[[package]]
name = "pallet-vesting"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6761,7 +6762,7 @@
[[package]]
name = "pallet-xcm"
version = "0.9.19"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"frame-support",
"frame-system",
@@ -6779,7 +6780,7 @@
[[package]]
name = "pallet-xcm-benchmarks"
version = "0.9.19"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6796,7 +6797,7 @@
[[package]]
name = "parachain-info"
version = "0.1.0"
-source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
dependencies = [
"cumulus-primitives-core",
"frame-support",
@@ -6808,9 +6809,9 @@
[[package]]
name = "parity-db"
-version = "0.3.11"
+version = "0.3.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b3e7f385d61562f5834282b90aa50b41f38a35cf64d5209b8b05487b50553dbe"
+checksum = "6e73cd0b0a78045276b19eaae8eaaa20e44a1da9a0217ff934a810d9492ae701"
dependencies = [
"blake2-rfc",
"crc32fast",
@@ -6867,7 +6868,7 @@
"libc",
"log",
"rand 0.7.3",
- "tokio 1.18.0",
+ "tokio 1.18.1",
"winapi 0.3.9",
]
@@ -6879,7 +6880,7 @@
dependencies = [
"cfg-if 1.0.0",
"ethereum-types",
- "hashbrown 0.12.0",
+ "hashbrown 0.12.1",
"impl-trait-for-tuples",
"lru 0.7.5",
"parity-util-mem-derive",
@@ -6957,7 +6958,7 @@
checksum = "87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58"
dependencies = [
"lock_api",
- "parking_lot_core 0.9.2",
+ "parking_lot_core 0.9.3",
]
[[package]]
@@ -6976,9 +6977,9 @@
[[package]]
name = "parking_lot_core"
-version = "0.9.2"
+version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "995f667a6c822200b0433ac218e05582f0e2efa1b922a3fd2fbaadc5f87bab37"
+checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"
dependencies = [
"cfg-if 1.0.0",
"libc",
@@ -7166,7 +7167,7 @@
[[package]]
name = "polkadot-approval-distribution"
version = "0.9.19"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"futures 0.3.21",
"polkadot-node-network-protocol",
@@ -7180,7 +7181,7 @@
[[package]]
name = "polkadot-availability-bitfield-distribution"
version = "0.9.19"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"futures 0.3.21",
"polkadot-node-network-protocol",
@@ -7193,7 +7194,7 @@
[[package]]
name = "polkadot-availability-distribution"
version = "0.9.19"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"derive_more",
"fatality",
@@ -7216,7 +7217,7 @@
[[package]]
name = "polkadot-availability-recovery"
version = "0.9.19"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"fatality",
"futures 0.3.21",
@@ -7237,7 +7238,7 @@
[[package]]
name = "polkadot-cli"
version = "0.9.19"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"clap",
"frame-benchmarking-cli",
@@ -7261,7 +7262,7 @@
[[package]]
name = "polkadot-client"
version = "0.9.19"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"beefy-primitives",
"frame-benchmarking",
@@ -7301,7 +7302,7 @@
[[package]]
name = "polkadot-collator-protocol"
version = "0.9.19"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"always-assert",
"fatality",
@@ -7322,7 +7323,7 @@
[[package]]
name = "polkadot-core-primitives"
version = "0.9.19"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"parity-scale-codec",
"parity-util-mem",
@@ -7335,7 +7336,7 @@
[[package]]
name = "polkadot-dispute-distribution"
version = "0.9.19"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"derive_more",
"fatality",
@@ -7358,7 +7359,7 @@
[[package]]
name = "polkadot-erasure-coding"
version = "0.9.19"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"parity-scale-codec",
"polkadot-node-primitives",
@@ -7372,7 +7373,7 @@
[[package]]
name = "polkadot-gossip-support"
version = "0.9.19"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"futures 0.3.21",
"futures-timer",
@@ -7392,7 +7393,7 @@
[[package]]
name = "polkadot-network-bridge"
version = "0.9.19"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"async-trait",
"futures 0.3.21",
@@ -7411,7 +7412,7 @@
[[package]]
name = "polkadot-node-collation-generation"
version = "0.9.19"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"futures 0.3.21",
"parity-scale-codec",
@@ -7429,7 +7430,7 @@
[[package]]
name = "polkadot-node-core-approval-voting"
version = "0.9.19"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"bitvec",
"derive_more",
@@ -7458,7 +7459,7 @@
[[package]]
name = "polkadot-node-core-av-store"
version = "0.9.19"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"bitvec",
"futures 0.3.21",
@@ -7478,7 +7479,7 @@
[[package]]
name = "polkadot-node-core-backing"
version = "0.9.19"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"bitvec",
"futures 0.3.21",
@@ -7496,7 +7497,7 @@
[[package]]
name = "polkadot-node-core-bitfield-signing"
version = "0.9.19"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"futures 0.3.21",
"polkadot-node-subsystem",
@@ -7511,7 +7512,7 @@
[[package]]
name = "polkadot-node-core-candidate-validation"
version = "0.9.19"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"async-trait",
"futures 0.3.21",
@@ -7529,7 +7530,7 @@
[[package]]
name = "polkadot-node-core-chain-api"
version = "0.9.19"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"futures 0.3.21",
"polkadot-node-subsystem",
@@ -7544,7 +7545,7 @@
[[package]]
name = "polkadot-node-core-chain-selection"
version = "0.9.19"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"futures 0.3.21",
"futures-timer",
@@ -7561,7 +7562,7 @@
[[package]]
name = "polkadot-node-core-dispute-coordinator"
version = "0.9.19"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"fatality",
"futures 0.3.21",
@@ -7580,7 +7581,7 @@
[[package]]
name = "polkadot-node-core-parachains-inherent"
version = "0.9.19"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"async-trait",
"futures 0.3.21",
@@ -7597,7 +7598,7 @@
[[package]]
name = "polkadot-node-core-provisioner"
version = "0.9.19"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"bitvec",
"futures 0.3.21",
@@ -7614,7 +7615,7 @@
[[package]]
name = "polkadot-node-core-pvf"
version = "0.9.19"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"always-assert",
"assert_matches",
@@ -7644,7 +7645,7 @@
[[package]]
name = "polkadot-node-core-pvf-checker"
version = "0.9.19"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"futures 0.3.21",
"polkadot-node-primitives",
@@ -7660,7 +7661,7 @@
[[package]]
name = "polkadot-node-core-runtime-api"
version = "0.9.19"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"futures 0.3.21",
"memory-lru",
@@ -7678,7 +7679,7 @@
[[package]]
name = "polkadot-node-jaeger"
version = "0.9.19"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"async-std",
"lazy_static",
@@ -7696,7 +7697,7 @@
[[package]]
name = "polkadot-node-metrics"
version = "0.9.19"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"bs58",
"futures 0.3.21",
@@ -7715,7 +7716,7 @@
[[package]]
name = "polkadot-node-network-protocol"
version = "0.9.19"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"async-trait",
"fatality",
@@ -7733,7 +7734,7 @@
[[package]]
name = "polkadot-node-primitives"
version = "0.9.19"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"bounded-vec",
"futures 0.3.21",
@@ -7755,7 +7756,7 @@
[[package]]
name = "polkadot-node-subsystem"
version = "0.9.19"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"polkadot-node-jaeger",
"polkadot-node-subsystem-types",
@@ -7765,7 +7766,7 @@
[[package]]
name = "polkadot-node-subsystem-types"
version = "0.9.19"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"derive_more",
"futures 0.3.21",
@@ -7784,7 +7785,7 @@
[[package]]
name = "polkadot-node-subsystem-util"
version = "0.9.19"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"async-trait",
"derive_more",
@@ -7817,7 +7818,7 @@
[[package]]
name = "polkadot-overseer"
version = "0.9.19"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"futures 0.3.21",
"futures-timer",
@@ -7838,7 +7839,7 @@
[[package]]
name = "polkadot-overseer-gen"
version = "0.9.19"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"async-trait",
"futures 0.3.21",
@@ -7855,7 +7856,7 @@
[[package]]
name = "polkadot-overseer-gen-proc-macro"
version = "0.9.19"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"expander 0.0.6",
"proc-macro-crate 1.1.3",
@@ -7867,7 +7868,7 @@
[[package]]
name = "polkadot-parachain"
version = "0.9.19"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"derive_more",
"frame-support",
@@ -7884,7 +7885,7 @@
[[package]]
name = "polkadot-performance-test"
version = "0.9.19"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"env_logger",
"kusama-runtime",
@@ -7899,7 +7900,7 @@
[[package]]
name = "polkadot-primitives"
version = "0.9.19"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"bitvec",
"frame-system",
@@ -7929,7 +7930,7 @@
[[package]]
name = "polkadot-rpc"
version = "0.9.19"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"beefy-gadget",
"beefy-gadget-rpc",
@@ -7961,7 +7962,7 @@
[[package]]
name = "polkadot-runtime"
version = "0.9.19"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"beefy-primitives",
"bitvec",
@@ -8046,7 +8047,7 @@
[[package]]
name = "polkadot-runtime-common"
version = "0.9.19"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"beefy-primitives",
"bitvec",
@@ -8093,7 +8094,7 @@
[[package]]
name = "polkadot-runtime-constants"
version = "0.9.19"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"frame-support",
"polkadot-primitives",
@@ -8105,7 +8106,7 @@
[[package]]
name = "polkadot-runtime-metrics"
version = "0.9.19"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"bs58",
"parity-scale-codec",
@@ -8117,7 +8118,7 @@
[[package]]
name = "polkadot-runtime-parachains"
version = "0.9.19"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"bitflags",
"bitvec",
@@ -8160,7 +8161,7 @@
[[package]]
name = "polkadot-service"
version = "0.9.19"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"async-trait",
"beefy-gadget",
@@ -8261,7 +8262,7 @@
[[package]]
name = "polkadot-statement-distribution"
version = "0.9.19"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"arrayvec 0.5.2",
"fatality",
@@ -8282,7 +8283,7 @@
[[package]]
name = "polkadot-statement-table"
version = "0.9.19"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"parity-scale-codec",
"polkadot-primitives",
@@ -8292,7 +8293,7 @@
[[package]]
name = "polkadot-test-runtime"
version = "0.9.19"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"beefy-primitives",
"bitvec",
@@ -8354,7 +8355,7 @@
[[package]]
name = "polkadot-test-service"
version = "0.9.19"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"frame-benchmarking",
"frame-system",
@@ -8401,7 +8402,7 @@
"substrate-test-client",
"tempfile",
"test-runtime-constants",
- "tokio 1.18.0",
+ "tokio 1.18.1",
"tracing-gum",
]
@@ -8926,7 +8927,7 @@
[[package]]
name = "remote-externalities"
version = "0.10.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"env_logger",
"jsonrpsee",
@@ -9014,7 +9015,7 @@
[[package]]
name = "rococo-runtime"
version = "0.9.19"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"beefy-merkle-tree",
"beefy-primitives",
@@ -9091,7 +9092,7 @@
[[package]]
name = "rococo-runtime-constants"
version = "0.9.19"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"frame-support",
"polkadot-primitives",
@@ -9152,7 +9153,7 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
dependencies = [
- "semver 1.0.7",
+ "semver 1.0.9",
]
[[package]]
@@ -9280,7 +9281,7 @@
[[package]]
name = "sc-allocator"
version = "4.1.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"log",
"sp-core",
@@ -9291,7 +9292,7 @@
[[package]]
name = "sc-authority-discovery"
version = "0.10.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"async-trait",
"futures 0.3.21",
@@ -9318,7 +9319,7 @@
[[package]]
name = "sc-basic-authorship"
version = "0.10.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"futures 0.3.21",
"futures-timer",
@@ -9341,7 +9342,7 @@
[[package]]
name = "sc-block-builder"
version = "0.10.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"parity-scale-codec",
"sc-client-api",
@@ -9357,7 +9358,7 @@
[[package]]
name = "sc-chain-spec"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"impl-trait-for-tuples",
"memmap2 0.5.3",
@@ -9374,7 +9375,7 @@
[[package]]
name = "sc-chain-spec-derive"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"proc-macro-crate 1.1.3",
"proc-macro2",
@@ -9385,7 +9386,7 @@
[[package]]
name = "sc-cli"
version = "0.10.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"chrono",
"clap",
@@ -9417,13 +9418,13 @@
"sp-version",
"thiserror",
"tiny-bip39",
- "tokio 1.18.0",
+ "tokio 1.18.1",
]
[[package]]
name = "sc-client-api"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"fnv",
"futures 0.3.21",
@@ -9451,7 +9452,7 @@
[[package]]
name = "sc-client-db"
version = "0.10.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"hash-db",
"kvdb",
@@ -9476,7 +9477,7 @@
[[package]]
name = "sc-consensus"
version = "0.10.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"async-trait",
"futures 0.3.21",
@@ -9500,7 +9501,7 @@
[[package]]
name = "sc-consensus-aura"
version = "0.10.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"async-trait",
"futures 0.3.21",
@@ -9529,7 +9530,7 @@
[[package]]
name = "sc-consensus-babe"
version = "0.10.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"async-trait",
"fork-tree",
@@ -9572,7 +9573,7 @@
[[package]]
name = "sc-consensus-babe-rpc"
version = "0.10.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"futures 0.3.21",
"jsonrpc-core",
@@ -9596,7 +9597,7 @@
[[package]]
name = "sc-consensus-epochs"
version = "0.10.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"fork-tree",
"parity-scale-codec",
@@ -9609,7 +9610,7 @@
[[package]]
name = "sc-consensus-manual-seal"
version = "0.10.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"assert_matches",
"async-trait",
@@ -9645,7 +9646,7 @@
[[package]]
name = "sc-consensus-slots"
version = "0.10.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"async-trait",
"futures 0.3.21",
@@ -9670,7 +9671,7 @@
[[package]]
name = "sc-consensus-uncles"
version = "0.10.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"sc-client-api",
"sp-authorship",
@@ -9681,7 +9682,7 @@
[[package]]
name = "sc-executor"
version = "0.10.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"lazy_static",
"lru 0.7.5",
@@ -9708,7 +9709,7 @@
[[package]]
name = "sc-executor-common"
version = "0.10.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"environmental",
"parity-scale-codec",
@@ -9725,7 +9726,7 @@
[[package]]
name = "sc-executor-wasmi"
version = "0.10.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"log",
"parity-scale-codec",
@@ -9741,7 +9742,7 @@
[[package]]
name = "sc-executor-wasmtime"
version = "0.10.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"cfg-if 1.0.0",
"libc",
@@ -9759,7 +9760,7 @@
[[package]]
name = "sc-finality-grandpa"
version = "0.10.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"ahash",
"async-trait",
@@ -9799,7 +9800,7 @@
[[package]]
name = "sc-finality-grandpa-rpc"
version = "0.10.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"finality-grandpa",
"futures 0.3.21",
@@ -9823,7 +9824,7 @@
[[package]]
name = "sc-informant"
version = "0.10.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"ansi_term",
"futures 0.3.21",
@@ -9840,7 +9841,7 @@
[[package]]
name = "sc-keystore"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"async-trait",
"hex",
@@ -9855,7 +9856,7 @@
[[package]]
name = "sc-network"
version = "0.10.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"async-trait",
"asynchronous-codec 0.5.0",
@@ -9904,7 +9905,7 @@
[[package]]
name = "sc-network-gossip"
version = "0.10.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"ahash",
"futures 0.3.21",
@@ -9921,7 +9922,7 @@
[[package]]
name = "sc-offchain"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"bytes 1.1.0",
"fnv",
@@ -9949,7 +9950,7 @@
[[package]]
name = "sc-peerset"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"futures 0.3.21",
"libp2p",
@@ -9962,7 +9963,7 @@
[[package]]
name = "sc-proposer-metrics"
version = "0.10.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"log",
"substrate-prometheus-endpoint",
@@ -9971,7 +9972,7 @@
[[package]]
name = "sc-rpc"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"futures 0.3.21",
"hash-db",
@@ -10002,7 +10003,7 @@
[[package]]
name = "sc-rpc-api"
version = "0.10.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"futures 0.3.21",
"jsonrpc-core",
@@ -10028,7 +10029,7 @@
[[package]]
name = "sc-rpc-server"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"futures 0.3.21",
"jsonrpc-core",
@@ -10039,13 +10040,13 @@
"log",
"serde_json",
"substrate-prometheus-endpoint",
- "tokio 1.18.0",
+ "tokio 1.18.1",
]
[[package]]
name = "sc-service"
version = "0.10.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"async-trait",
"directories",
@@ -10101,7 +10102,7 @@
"substrate-prometheus-endpoint",
"tempfile",
"thiserror",
- "tokio 1.18.0",
+ "tokio 1.18.1",
"tracing",
"tracing-futures",
]
@@ -10109,7 +10110,7 @@
[[package]]
name = "sc-state-db"
version = "0.10.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"log",
"parity-scale-codec",
@@ -10123,7 +10124,7 @@
[[package]]
name = "sc-sync-state-rpc"
version = "0.10.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"jsonrpc-core",
"jsonrpc-core-client",
@@ -10144,7 +10145,7 @@
[[package]]
name = "sc-telemetry"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"chrono",
"futures 0.3.21",
@@ -10162,7 +10163,7 @@
[[package]]
name = "sc-tracing"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"ansi_term",
"atty",
@@ -10193,7 +10194,7 @@
[[package]]
name = "sc-tracing-proc-macro"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"proc-macro-crate 1.1.3",
"proc-macro2",
@@ -10204,7 +10205,7 @@
[[package]]
name = "sc-transaction-pool"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"futures 0.3.21",
"futures-timer",
@@ -10231,7 +10232,7 @@
[[package]]
name = "sc-transaction-pool-api"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"futures 0.3.21",
"log",
@@ -10244,7 +10245,7 @@
[[package]]
name = "sc-utils"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"futures 0.3.21",
"futures-timer",
@@ -10432,9 +10433,9 @@
[[package]]
name = "semver"
-version = "1.0.7"
+version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d65bd28f48be7196d222d95b9243287f48d27aca604e08497513019ff0502cc4"
+checksum = "8cb243bdfdb5936c8dc3c45762a19d12ab4550cdc753bc247637d4ec35a040fd"
dependencies = [
"serde",
]
@@ -10456,18 +10457,18 @@
[[package]]
name = "serde"
-version = "1.0.136"
+version = "1.0.137"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"
+checksum = "61ea8d54c77f8315140a05f4c7237403bf38b72704d031543aa1d16abbf517d1"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
-version = "1.0.136"
+version = "1.0.137"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9"
+checksum = "1f26faba0c3959972377d3b2d306ee9f71faee9714294e41bb777f83f88578be"
dependencies = [
"proc-macro2",
"quote",
@@ -10476,9 +10477,9 @@
[[package]]
name = "serde_json"
-version = "1.0.79"
+version = "1.0.81"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95"
+checksum = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c"
dependencies = [
"itoa 1.0.1",
"ryu",
@@ -10641,7 +10642,7 @@
[[package]]
name = "slot-range-helper"
version = "0.9.19"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"enumn",
"parity-scale-codec",
@@ -10729,7 +10730,7 @@
[[package]]
name = "sp-api"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"hash-db",
"log",
@@ -10746,7 +10747,7 @@
[[package]]
name = "sp-api-proc-macro"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"blake2 0.10.4",
"proc-macro-crate 1.1.3",
@@ -10758,7 +10759,7 @@
[[package]]
name = "sp-application-crypto"
version = "6.0.0"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"parity-scale-codec",
"scale-info",
@@ -10771,7 +10772,7 @@
[[package]]
name = "sp-arithmetic"
version = "5.0.0"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"integer-sqrt",
"num-traits",
@@ -10786,7 +10787,7 @@
[[package]]
name = "sp-authority-discovery"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"parity-scale-codec",
"scale-info",
@@ -10799,7 +10800,7 @@
[[package]]
name = "sp-authorship"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"async-trait",
"parity-scale-codec",
@@ -10811,7 +10812,7 @@
[[package]]
name = "sp-block-builder"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"parity-scale-codec",
"sp-api",
@@ -10823,7 +10824,7 @@
[[package]]
name = "sp-blockchain"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"futures 0.3.21",
"log",
@@ -10841,7 +10842,7 @@
[[package]]
name = "sp-consensus"
version = "0.10.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"async-trait",
"futures 0.3.21",
@@ -10860,7 +10861,7 @@
[[package]]
name = "sp-consensus-aura"
version = "0.10.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"async-trait",
"parity-scale-codec",
@@ -10878,7 +10879,7 @@
[[package]]
name = "sp-consensus-babe"
version = "0.10.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"async-trait",
"merlin",
@@ -10901,7 +10902,7 @@
[[package]]
name = "sp-consensus-slots"
version = "0.10.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"parity-scale-codec",
"scale-info",
@@ -10915,7 +10916,7 @@
[[package]]
name = "sp-consensus-vrf"
version = "0.10.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"parity-scale-codec",
"schnorrkel",
@@ -10927,7 +10928,7 @@
[[package]]
name = "sp-core"
version = "6.0.0"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"base58",
"bitflags",
@@ -10973,7 +10974,7 @@
[[package]]
name = "sp-core-hashing"
version = "4.0.0"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"blake2 0.10.4",
"byteorder",
@@ -10987,7 +10988,7 @@
[[package]]
name = "sp-core-hashing-proc-macro"
version = "5.0.0"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"proc-macro2",
"quote",
@@ -10998,7 +10999,7 @@
[[package]]
name = "sp-database"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"kvdb",
"parking_lot 0.12.0",
@@ -11007,7 +11008,7 @@
[[package]]
name = "sp-debug-derive"
version = "4.0.0"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"proc-macro2",
"quote",
@@ -11017,7 +11018,7 @@
[[package]]
name = "sp-externalities"
version = "0.12.0"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"environmental",
"parity-scale-codec",
@@ -11028,7 +11029,7 @@
[[package]]
name = "sp-finality-grandpa"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"finality-grandpa",
"log",
@@ -11046,7 +11047,7 @@
[[package]]
name = "sp-inherents"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"async-trait",
"impl-trait-for-tuples",
@@ -11060,7 +11061,7 @@
[[package]]
name = "sp-io"
version = "6.0.0"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"futures 0.3.21",
"hash-db",
@@ -11085,7 +11086,7 @@
[[package]]
name = "sp-keyring"
version = "6.0.0"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"lazy_static",
"sp-core",
@@ -11096,7 +11097,7 @@
[[package]]
name = "sp-keystore"
version = "0.12.0"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"async-trait",
"futures 0.3.21",
@@ -11113,7 +11114,7 @@
[[package]]
name = "sp-maybe-compressed-blob"
version = "4.1.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"thiserror",
"zstd",
@@ -11122,7 +11123,7 @@
[[package]]
name = "sp-npos-elections"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"parity-scale-codec",
"scale-info",
@@ -11136,7 +11137,7 @@
[[package]]
name = "sp-offchain"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"sp-api",
"sp-core",
@@ -11146,7 +11147,7 @@
[[package]]
name = "sp-panic-handler"
version = "4.0.0"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"backtrace",
"lazy_static",
@@ -11156,7 +11157,7 @@
[[package]]
name = "sp-rpc"
version = "6.0.0"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"rustc-hash",
"serde",
@@ -11166,7 +11167,7 @@
[[package]]
name = "sp-runtime"
version = "6.0.0"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"either",
"hash256-std-hasher",
@@ -11188,7 +11189,7 @@
[[package]]
name = "sp-runtime-interface"
version = "6.0.0"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"impl-trait-for-tuples",
"parity-scale-codec",
@@ -11205,7 +11206,7 @@
[[package]]
name = "sp-runtime-interface-proc-macro"
version = "5.0.0"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"Inflector",
"proc-macro-crate 1.1.3",
@@ -11217,7 +11218,7 @@
[[package]]
name = "sp-serializer"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"serde",
"serde_json",
@@ -11226,7 +11227,7 @@
[[package]]
name = "sp-session"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"parity-scale-codec",
"scale-info",
@@ -11240,7 +11241,7 @@
[[package]]
name = "sp-staking"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"parity-scale-codec",
"scale-info",
@@ -11251,7 +11252,7 @@
[[package]]
name = "sp-state-machine"
version = "0.12.0"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"hash-db",
"log",
@@ -11273,12 +11274,12 @@
[[package]]
name = "sp-std"
version = "4.0.0"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
[[package]]
name = "sp-storage"
version = "6.0.0"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"impl-serde",
"parity-scale-codec",
@@ -11291,7 +11292,7 @@
[[package]]
name = "sp-tasks"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"log",
"sp-core",
@@ -11304,7 +11305,7 @@
[[package]]
name = "sp-timestamp"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"async-trait",
"futures-timer",
@@ -11320,7 +11321,7 @@
[[package]]
name = "sp-tracing"
version = "5.0.0"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"parity-scale-codec",
"sp-std",
@@ -11332,7 +11333,7 @@
[[package]]
name = "sp-transaction-pool"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"sp-api",
"sp-runtime",
@@ -11341,7 +11342,7 @@
[[package]]
name = "sp-transaction-storage-proof"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"async-trait",
"log",
@@ -11357,7 +11358,7 @@
[[package]]
name = "sp-trie"
version = "6.0.0"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"hash-db",
"memory-db",
@@ -11373,7 +11374,7 @@
[[package]]
name = "sp-version"
version = "5.0.0"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"impl-serde",
"parity-scale-codec",
@@ -11390,7 +11391,7 @@
[[package]]
name = "sp-version-proc-macro"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"parity-scale-codec",
"proc-macro2",
@@ -11401,7 +11402,7 @@
[[package]]
name = "sp-wasm-interface"
version = "6.0.0"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"impl-trait-for-tuples",
"log",
@@ -11558,7 +11559,7 @@
[[package]]
name = "substrate-build-script-utils"
version = "3.0.0"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"platforms",
]
@@ -11566,7 +11567,7 @@
[[package]]
name = "substrate-frame-rpc-system"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-system-rpc-runtime-api",
"futures 0.3.21",
@@ -11588,20 +11589,20 @@
[[package]]
name = "substrate-prometheus-endpoint"
version = "0.10.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"futures-util",
"hyper",
"log",
"prometheus",
"thiserror",
- "tokio 1.18.0",
+ "tokio 1.18.1",
]
[[package]]
name = "substrate-state-trie-migration-rpc"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"jsonrpc-core",
"jsonrpc-core-client",
@@ -11624,7 +11625,7 @@
[[package]]
name = "substrate-test-client"
version = "2.0.1"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"async-trait",
"futures 0.3.21",
@@ -11650,17 +11651,17 @@
[[package]]
name = "substrate-test-utils"
version = "4.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"futures 0.3.21",
"substrate-test-utils-derive",
- "tokio 1.18.0",
+ "tokio 1.18.1",
]
[[package]]
name = "substrate-test-utils-derive"
version = "0.10.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"proc-macro-crate 1.1.3",
"proc-macro2",
@@ -11671,7 +11672,7 @@
[[package]]
name = "substrate-wasm-builder"
version = "5.0.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"ansi_term",
"build-helper",
@@ -11692,9 +11693,9 @@
[[package]]
name = "syn"
-version = "1.0.91"
+version = "1.0.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b683b2b825c8eef438b77c36a06dc262294da3d5a5813fac20da149241dcd44d"
+checksum = "7ff7c592601f11445996a06f8ad0c27f094a58857c2f89e97974ab9235b92c52"
dependencies = [
"proc-macro2",
"quote",
@@ -11751,7 +11752,7 @@
[[package]]
name = "test-runtime-constants"
version = "0.9.19"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"frame-support",
"polkadot-primitives",
@@ -11768,18 +11769,18 @@
[[package]]
name = "thiserror"
-version = "1.0.30"
+version = "1.0.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
+checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
-version = "1.0.30"
+version = "1.0.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
+checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a"
dependencies = [
"proc-macro2",
"quote",
@@ -11902,9 +11903,9 @@
[[package]]
name = "tokio"
-version = "1.18.0"
+version = "1.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0f48b6d60512a392e34dbf7fd456249fd2de3c83669ab642e021903f4015185b"
+checksum = "dce653fb475565de9f6fb0614b28bca8df2c430c0cf84bcd9c843f15de5414cc"
dependencies = [
"bytes 1.1.0",
"libc",
@@ -11949,18 +11950,18 @@
checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"
dependencies = [
"rustls 0.19.1",
- "tokio 1.18.0",
+ "tokio 1.18.1",
"webpki 0.21.4",
]
[[package]]
name = "tokio-rustls"
-version = "0.23.3"
+version = "0.23.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4151fda0cf2798550ad0b34bcfc9b9dcc2a9d2471c895c68f3a8818e54f2389e"
+checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
dependencies = [
"rustls 0.20.4",
- "tokio 1.18.0",
+ "tokio 1.18.1",
"webpki 0.22.0",
]
@@ -11972,7 +11973,7 @@
dependencies = [
"futures-core",
"pin-project-lite 0.2.9",
- "tokio 1.18.0",
+ "tokio 1.18.1",
]
[[package]]
@@ -11986,7 +11987,7 @@
"futures-sink",
"log",
"pin-project-lite 0.2.9",
- "tokio 1.18.0",
+ "tokio 1.18.1",
]
[[package]]
@@ -12000,7 +12001,7 @@
"futures-io",
"futures-sink",
"pin-project-lite 0.2.9",
- "tokio 1.18.0",
+ "tokio 1.18.1",
"tracing",
]
@@ -12065,7 +12066,7 @@
[[package]]
name = "tracing-gum"
version = "0.9.19"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"polkadot-node-jaeger",
"polkadot-primitives",
@@ -12076,7 +12077,7 @@
[[package]]
name = "tracing-gum-proc-macro"
version = "0.9.19"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"expander 0.0.6",
"proc-macro-crate 1.1.3",
@@ -12136,7 +12137,7 @@
checksum = "d32d034c0d3db64b43c31de38e945f15b40cd4ca6d2dcfc26d4798ce8de4ab83"
dependencies = [
"hash-db",
- "hashbrown 0.12.0",
+ "hashbrown 0.12.1",
"log",
"rustc-hex",
"smallvec",
@@ -12213,7 +12214,7 @@
[[package]]
name = "try-runtime-cli"
version = "0.10.0-dev"
-source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"clap",
"jsonrpsee",
@@ -12243,9 +12244,9 @@
[[package]]
name = "twox-hash"
-version = "1.6.2"
+version = "1.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4ee73e6e4924fe940354b8d4d98cad5231175d615cd855b758adc658c0aac6a0"
+checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
dependencies = [
"cfg-if 1.0.0",
"digest 0.10.3",
@@ -12328,9 +12329,9 @@
[[package]]
name = "unicode-xid"
-version = "0.2.2"
+version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
+checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04"
[[package]]
name = "unique-node"
@@ -12410,7 +12411,7 @@
"substrate-build-script-utils",
"substrate-frame-rpc-system",
"substrate-prometheus-endpoint",
- "tokio 1.18.0",
+ "tokio 1.18.1",
"unique-rpc",
"unique-runtime",
"unique-runtime-common",
@@ -12636,7 +12637,7 @@
[[package]]
name = "up-sponsorship"
version = "0.1.0"
-source = "git+https://github.com//uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.19#df33e79470e92e3218a507f09d1b0dd78b67b1fd"
+source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.19#fc31b5810d927b5e70edefb1391c108c48b199ae"
dependencies = [
"impl-trait-for-tuples",
]
@@ -12672,9 +12673,9 @@
[[package]]
name = "value-bag"
-version = "1.0.0-alpha.8"
+version = "1.0.0-alpha.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "79923f7731dc61ebfba3633098bf3ac533bbd35ccd8c57e7088d9a5eebe0263f"
+checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"
dependencies = [
"ctor",
"version_check",
@@ -13087,7 +13088,7 @@
[[package]]
name = "westend-runtime"
version = "0.9.19"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"beefy-primitives",
"bitvec",
@@ -13173,7 +13174,7 @@
[[package]]
name = "westend-runtime-constants"
version = "0.9.19"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"frame-support",
"polkadot-primitives",
@@ -13244,9 +13245,9 @@
[[package]]
name = "windows-sys"
-version = "0.34.0"
+version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5acdd78cb4ba54c0045ac14f62d8f94a03d10047904ae2a40afa1e99d8f70825"
+checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
dependencies = [
"windows_aarch64_msvc",
"windows_i686_gnu",
@@ -13257,33 +13258,33 @@
[[package]]
name = "windows_aarch64_msvc"
-version = "0.34.0"
+version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d"
+checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
[[package]]
name = "windows_i686_gnu"
-version = "0.34.0"
+version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed"
+checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
[[package]]
name = "windows_i686_msvc"
-version = "0.34.0"
+version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956"
+checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
[[package]]
name = "windows_x86_64_gnu"
-version = "0.34.0"
+version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4"
+checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
[[package]]
name = "windows_x86_64_msvc"
-version = "0.34.0"
+version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9"
+checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
[[package]]
name = "winreg"
@@ -13327,7 +13328,7 @@
[[package]]
name = "xcm"
version = "0.9.19"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"derivative",
"impl-trait-for-tuples",
@@ -13340,7 +13341,7 @@
[[package]]
name = "xcm-builder"
version = "0.9.19"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"frame-support",
"frame-system",
@@ -13360,7 +13361,7 @@
[[package]]
name = "xcm-executor"
version = "0.9.19"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -13378,7 +13379,7 @@
[[package]]
name = "xcm-procedural"
version = "0.1.0"
-source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"Inflector",
"proc-macro2",
@@ -13408,9 +13409,9 @@
[[package]]
name = "zeroize"
-version = "1.5.4"
+version = "1.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7eb5728b8afd3f280a869ce1d4c554ffaed35f45c231fc41bfbd0381bef50317"
+checksum = "94693807d016b2f2d2e14420eb3bfcca689311ff775dcf113d74ea624b7cdf07"
dependencies = [
"zeroize_derive",
]
Cargo.tomldiffbeforeafterboth--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,310 +1,6 @@
[workspace]
resolver = "2"
-members = [
- 'node/*',
- 'pallets/*',
- 'client/*',
- 'primitives/*',
- 'crates/*',
-]
-exclude = [
- "runtime/unique",
- "runtime/quartz"
-]
+members = ['node/*', 'pallets/*', 'client/*', 'primitives/*', 'crates/*']
+exclude = ["runtime/unique", "runtime/quartz"]
[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", 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" }
+sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-blockchain = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-rpc = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
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 = { version = "0.35.0", default-features = false }
+evm-core = { default-features = false , git = "https://github.com/uniquenetwork/evm", branch = "unique-polkadot-v0.9.19" }
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'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
################################################################################
# Substrate Dependecies
@@ -15,151 +15,151 @@
version = '3.1.2'
[dependencies.frame-benchmarking]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.frame-benchmarking-cli]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.pallet-transaction-payment-rpc]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.substrate-prometheus-endpoint]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sc-basic-authorship]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sc-chain-spec]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sc-cli]
features = ['wasmtime']
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sc-client-api]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sc-consensus]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sc-consensus-aura]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sc-executor]
features = ['wasmtime']
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sc-finality-grandpa]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sc-keystore]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sc-rpc]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sc-rpc-api]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sc-service]
features = ['wasmtime']
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sc-telemetry]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sc-transaction-pool]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sc-tracing]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sp-block-builder]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sp-api]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sp-blockchain]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sp-consensus]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sp-consensus-aura]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sp-core]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sp-finality-grandpa]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sp-inherents]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sp-keystore]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sp-offchain]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sp-runtime]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sp-session]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sp-timestamp]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sp-transaction-pool]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sp-trie]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.substrate-frame-rpc-system]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sc-network]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.serde]
features = ['derive']
@@ -169,77 +169,77 @@
version = '1.0.68'
[dependencies.sc-consensus-manual-seal]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
################################################################################
# Cumulus dependencies
[dependencies.cumulus-client-consensus-aura]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
[dependencies.cumulus-client-consensus-common]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
[dependencies.cumulus-client-collator]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
[dependencies.cumulus-client-cli]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
[dependencies.cumulus-client-network]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
[dependencies.cumulus-primitives-core]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
[dependencies.cumulus-primitives-parachain-inherent]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
[dependencies.cumulus-client-service]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
[dependencies.cumulus-relay-chain-interface]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
[dependencies.cumulus-relay-chain-inprocess-interface]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
[dependencies.cumulus-relay-chain-rpc-interface]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
################################################################################
# Polkadot dependencies
[dependencies.polkadot-primitives]
git = "https://github.com/paritytech/polkadot"
-branch = 'master'
+branch = "release-v0.9.19"
[dependencies.polkadot-service]
git = "https://github.com/paritytech/polkadot"
-branch = 'master'
+branch = "release-v0.9.19"
[dependencies.polkadot-cli]
git = "https://github.com/paritytech/polkadot"
-branch = 'master'
+branch = "release-v0.9.19"
[dependencies.polkadot-test-service]
git = "https://github.com/paritytech/polkadot"
-branch = 'master'
+branch = "release-v0.9.19"
[dependencies.polkadot-parachain]
git = "https://github.com/paritytech/polkadot"
-branch = 'master'
+branch = "release-v0.9.19"
################################################################################
@@ -268,8 +268,8 @@
path = "../../primitives/rpc"
[dependencies.pallet-transaction-payment-rpc-runtime-api]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
################################################################################
# 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", 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" }
+fc-rpc-core = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+fc-consensus = { 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-db = { 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" }
+pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
unique-rpc = { default-features = false, path = "../rpc" }
node/rpc/Cargo.tomldiffbeforeafterboth--- a/node/rpc/Cargo.toml
+++ b/node/rpc/Cargo.toml
@@ -14,40 +14,40 @@
jsonrpc-core = "18.0.0"
jsonrpc-pubsub = "18.0.0"
# 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' }
+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" }
+sc-client-api = { 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-epochs = { 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-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-rpc-api = { 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-service = { 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-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-core = { 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-runtime = { 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-session = { 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" }
+sc-transaction-pool = { 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" }
tokio = { version = "0.2.25", features = ["macros", "sync"] }
-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-ethereum = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+fc-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+fp-storage = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+fc-rpc-core = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+fc-db = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+fc-mapping-sync = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
pallet-common = { default-features = false, path = "../../pallets/common" }
unique-runtime-common = { default-features = false, path = "../../runtime/common" }
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', 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" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
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", branch = "master" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
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', 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 = "polkadot-v0.9.19" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
ethereum = { version = "0.12.0", default-features = false }
evm-coder = { default-features = false, path = "../../crates/evm-coder" }
-pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "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' }
+pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
[dependencies.codec]
default-features = false
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', 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' }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
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", 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' }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.19" }
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', 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" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
[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', 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" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.19" }
+fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
[dependencies.codec]
default-features = false
pallets/fungible/Cargo.tomldiffbeforeafterboth11version = '3.1.2'11version = '3.1.2'121213[dependencies]13[dependencies]14frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }15frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }16sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }17sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }18sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }19pallet-common = { default-features = false, path = '../common' }19pallet-common = { default-features = false, path = '../common' }20up-data-structs = { default-features = false, path = '../../primitives/data-structs' }20up-data-structs = { default-features = false, path = '../../primitives/data-structs' }21evm-coder = { default-features = false, path = '../../crates/evm-coder' }21evm-coder = { default-features = false, path = '../../crates/evm-coder' }22pallet-evm-coder-substrate = { default-features = false, path = '../evm-coder-substrate' }22pallet-evm-coder-substrate = { default-features = false, path = '../evm-coder-substrate' }23ethereum = { version = "0.12.0", default-features = false }23ethereum = { version = "0.12.0", default-features = false }24frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate', branch = 'master' }24frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }25pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }25pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }26scale-info = { version = "2.0.1", default-features = false, features = [26scale-info = { version = "2.0.1", default-features = false, features = [27 "derive",27 "derive",28] }28] }pallets/inflation/Cargo.tomldiffbeforeafterboth--- a/pallets/inflation/Cargo.toml
+++ b/pallets/inflation/Cargo.toml
@@ -42,38 +42,38 @@
[dependencies.frame-benchmarking]
default-features = false
optional = true
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.frame-support]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.frame-system]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.pallet-balances]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.pallet-timestamp]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.pallet-randomness-collective-flip]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sp-std]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.serde]
default-features = false
@@ -82,18 +82,18 @@
[dependencies.sp-runtime]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sp-core]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sp-io]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[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', 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" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
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', branch = 'master' }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
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', 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" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
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', branch = 'master' }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
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', 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' }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
-up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'master' }
+up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.19" }
log = { version = "0.4.14", default-features = false }
[dev-dependencies]
-sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
-substrate-test-utils = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-core = { default-features = false, 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" }
[features]
default = ["std"]
pallets/unique/Cargo.tomldiffbeforeafterboth--- a/pallets/unique/Cargo.toml
+++ b/pallets/unique/Cargo.toml
@@ -60,43 +60,43 @@
[dependencies.frame-benchmarking]
default-features = false
optional = true
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.frame-support]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.frame-system]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.pallet-balances]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.pallet-timestamp]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.pallet-randomness-collective-flip]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sp-std]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.pallet-transaction-payment]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.serde]
default-features = false
@@ -105,18 +105,18 @@
[dependencies.sp-runtime]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sp-core]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sp-io]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
################################################################################
@@ -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", branch = "master" }
+sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
-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" }
+up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.19" }
+fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
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", 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" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
hex-literal = "0.3.3"
pallet-common = { default-features = false, path = "../common" }
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', 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' }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
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', 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" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
[features]
default = ["std"]
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'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sp-runtime]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.codec]
default-features = false
@@ -49,13 +49,13 @@
[dependencies.frame-support]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.frame-system]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.pallet-common]
default-features = false
@@ -63,13 +63,13 @@
[dependencies.sp-consensus-aura]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.fp-rpc]
default-features = false
git = "https://github.com/uniquenetwork/frontier"
-branch = "master"
+branch = "unique-polkadot-v0.9.19"
[dependencies]
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
\ No newline at end of file
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
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 = "https://github.com/paritytech/substrate"
optional = true
-branch = 'master'
+branch = "polkadot-v0.9.19"
[dependencies.frame-executive]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.frame-support]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.frame-system]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.frame-system-benchmarking]
default-features = false
-git = 'https://github.com/paritytech/substrate'
+git = "https://github.com/paritytech/substrate"
optional = true
-branch = 'master'
+branch = "polkadot-v0.9.19"
[dependencies.frame-system-rpc-runtime-api]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.hex-literal]
optional = true
@@ -159,13 +159,13 @@
[dependencies.pallet-aura]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.pallet-balances]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
# Contracts specific packages
# [dependencies.pallet-contracts]
@@ -188,33 +188,33 @@
[dependencies.pallet-randomness-collective-flip]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.pallet-sudo]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.pallet-timestamp]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.pallet-transaction-payment]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.pallet-transaction-payment-rpc-runtime-api]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.pallet-treasury]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
# [dependencies.pallet-vesting]
# default-features = false
@@ -223,68 +223,68 @@
[dependencies.sp-arithmetic]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sp-api]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sp-block-builder]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sp-core]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sp-consensus-aura]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sp-inherents]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sp-io]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sp-offchain]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sp-runtime]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sp-session]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sp-std]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sp-transaction-pool]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sp-version]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.smallvec]
version = '1.6.1'
@@ -294,80 +294,80 @@
[dependencies.parachain-info]
default-features = false
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
[dependencies.cumulus-pallet-aura-ext]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
default-features = false
[dependencies.cumulus-pallet-parachain-system]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
default-features = false
[dependencies.cumulus-primitives-core]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
default-features = false
[dependencies.cumulus-pallet-xcm]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
default-features = false
[dependencies.cumulus-pallet-dmp-queue]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
default-features = false
[dependencies.cumulus-pallet-xcmp-queue]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
default-features = false
[dependencies.cumulus-primitives-utility]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
default-features = false
[dependencies.cumulus-primitives-timestamp]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
default-features = false
################################################################################
# Polkadot dependencies
[dependencies.polkadot-parachain]
-git = 'https://github.com/paritytech/polkadot'
-branch = 'master'
+git = "https://github.com/paritytech/polkadot"
+branch = "release-v0.9.19"
default-features = false
[dependencies.xcm]
-git = 'https://github.com/paritytech/polkadot'
-branch = 'master'
+git = "https://github.com/paritytech/polkadot"
+branch = "release-v0.9.19"
default-features = false
[dependencies.xcm-builder]
-git = 'https://github.com/paritytech/polkadot'
-branch = 'master'
+git = "https://github.com/paritytech/polkadot"
+branch = "release-v0.9.19"
default-features = false
[dependencies.xcm-executor]
-git = 'https://github.com/paritytech/polkadot'
-branch = 'master'
+git = "https://github.com/paritytech/polkadot"
+branch = "release-v0.9.19"
default-features = false
[dependencies.pallet-xcm]
-git = 'https://github.com/paritytech/polkadot'
-branch = 'master'
+git = "https://github.com/paritytech/polkadot"
+branch = "release-v0.9.19"
default-features = false
[dependencies.orml-vesting]
-git = 'https://github.com/uniquenetwork/open-runtime-module-library'
-branch = 'master'
+git = "https://github.com/uniquenetwork/open-runtime-module-library"
+branch = "unique-polkadot-v0.9.19"
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", branch = "master" }
+fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
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 = 'master', package = "pallet-template-transaction-payment", default-features = false, version = '3.0.0' }
+pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.19", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }
pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }
pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }
pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }
pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "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" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
################################################################################
# Build Dependencies
[build-dependencies.substrate-wasm-builder]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
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 = "https://github.com/paritytech/substrate"
optional = true
-branch = 'master'
+branch = "polkadot-v0.9.19"
[dependencies.frame-executive]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.frame-support]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.frame-system]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.frame-system-benchmarking]
default-features = false
-git = 'https://github.com/paritytech/substrate'
+git = "https://github.com/paritytech/substrate"
optional = true
-branch = 'master'
+branch = "polkadot-v0.9.19"
[dependencies.frame-system-rpc-runtime-api]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.hex-literal]
optional = true
@@ -159,13 +159,13 @@
[dependencies.pallet-aura]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.pallet-balances]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
# Contracts specific packages
# [dependencies.pallet-contracts]
@@ -188,33 +188,33 @@
[dependencies.pallet-randomness-collective-flip]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.pallet-sudo]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.pallet-timestamp]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.pallet-transaction-payment]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.pallet-transaction-payment-rpc-runtime-api]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.pallet-treasury]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
# [dependencies.pallet-vesting]
# default-features = false
@@ -223,68 +223,68 @@
[dependencies.sp-arithmetic]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sp-api]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sp-block-builder]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sp-core]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sp-consensus-aura]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sp-inherents]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sp-io]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sp-offchain]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sp-runtime]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sp-session]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sp-std]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sp-transaction-pool]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sp-version]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.smallvec]
version = '1.6.1'
@@ -294,80 +294,80 @@
[dependencies.parachain-info]
default-features = false
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
[dependencies.cumulus-pallet-aura-ext]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
default-features = false
[dependencies.cumulus-pallet-parachain-system]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
default-features = false
[dependencies.cumulus-primitives-core]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
default-features = false
[dependencies.cumulus-pallet-xcm]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
default-features = false
[dependencies.cumulus-pallet-dmp-queue]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
default-features = false
[dependencies.cumulus-pallet-xcmp-queue]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
default-features = false
[dependencies.cumulus-primitives-utility]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
default-features = false
[dependencies.cumulus-primitives-timestamp]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
default-features = false
################################################################################
# Polkadot dependencies
[dependencies.polkadot-parachain]
-git = 'https://github.com/paritytech/polkadot'
-branch = 'master'
+git = "https://github.com/paritytech/polkadot"
+branch = "release-v0.9.19"
default-features = false
[dependencies.xcm]
-git = 'https://github.com/paritytech/polkadot'
-branch = 'master'
+git = "https://github.com/paritytech/polkadot"
+branch = "release-v0.9.19"
default-features = false
[dependencies.xcm-builder]
-git = 'https://github.com/paritytech/polkadot'
-branch = 'master'
+git = "https://github.com/paritytech/polkadot"
+branch = "release-v0.9.19"
default-features = false
[dependencies.xcm-executor]
-git = 'https://github.com/paritytech/polkadot'
-branch = 'master'
+git = "https://github.com/paritytech/polkadot"
+branch = "release-v0.9.19"
default-features = false
[dependencies.pallet-xcm]
-git = 'https://github.com/paritytech/polkadot'
-branch = 'master'
+git = "https://github.com/paritytech/polkadot"
+branch = "release-v0.9.19"
default-features = false
[dependencies.orml-vesting]
-git = 'https://github.com/uniquenetwork/open-runtime-module-library'
-branch = 'master'
+git = "https://github.com/uniquenetwork/open-runtime-module-library"
+branch = "unique-polkadot-v0.9.19"
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", branch = "master" }
+fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
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 = 'master', package = "pallet-template-transaction-payment", default-features = false, version = '3.0.0' }
+pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.19", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }
pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }
pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }
pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }
pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "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" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
################################################################################
# Build Dependencies
[build-dependencies.substrate-wasm-builder]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
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 = "https://github.com/paritytech/substrate"
optional = true
-branch = 'master'
+branch = "polkadot-v0.9.19"
[dependencies.frame-executive]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.frame-support]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.frame-system]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.frame-system-benchmarking]
default-features = false
-git = 'https://github.com/paritytech/substrate'
+git = "https://github.com/paritytech/substrate"
optional = true
-branch = 'master'
+branch = "polkadot-v0.9.19"
[dependencies.frame-system-rpc-runtime-api]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.hex-literal]
optional = true
@@ -159,13 +159,13 @@
[dependencies.pallet-aura]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.pallet-balances]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
# Contracts specific packages
# [dependencies.pallet-contracts]
@@ -188,33 +188,33 @@
[dependencies.pallet-randomness-collective-flip]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.pallet-sudo]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.pallet-timestamp]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.pallet-transaction-payment]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.pallet-transaction-payment-rpc-runtime-api]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.pallet-treasury]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
# [dependencies.pallet-vesting]
# default-features = false
@@ -223,68 +223,68 @@
[dependencies.sp-arithmetic]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sp-api]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sp-block-builder]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sp-core]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sp-consensus-aura]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sp-inherents]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sp-io]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sp-offchain]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sp-runtime]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sp-session]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sp-std]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sp-transaction-pool]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.sp-version]
default-features = false
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"
[dependencies.smallvec]
version = '1.6.1'
@@ -294,80 +294,80 @@
[dependencies.parachain-info]
default-features = false
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
[dependencies.cumulus-pallet-aura-ext]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
default-features = false
[dependencies.cumulus-pallet-parachain-system]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
default-features = false
[dependencies.cumulus-primitives-core]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
default-features = false
[dependencies.cumulus-pallet-xcm]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
default-features = false
[dependencies.cumulus-pallet-dmp-queue]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
default-features = false
[dependencies.cumulus-pallet-xcmp-queue]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
default-features = false
[dependencies.cumulus-primitives-utility]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
default-features = false
[dependencies.cumulus-primitives-timestamp]
-git = 'https://github.com/paritytech/cumulus'
-branch = 'master'
+git = "https://github.com/paritytech/cumulus"
+branch = "polkadot-v0.9.19"
default-features = false
################################################################################
# Polkadot dependencies
[dependencies.polkadot-parachain]
-git = 'https://github.com/paritytech/polkadot'
-branch = 'master'
+git = "https://github.com/paritytech/polkadot"
+branch = "release-v0.9.19"
default-features = false
[dependencies.xcm]
-git = 'https://github.com/paritytech/polkadot'
-branch = 'master'
+git = "https://github.com/paritytech/polkadot"
+branch = "release-v0.9.19"
default-features = false
[dependencies.xcm-builder]
-git = 'https://github.com/paritytech/polkadot'
-branch = 'master'
+git = "https://github.com/paritytech/polkadot"
+branch = "release-v0.9.19"
default-features = false
[dependencies.xcm-executor]
-git = 'https://github.com/paritytech/polkadot'
-branch = 'master'
+git = "https://github.com/paritytech/polkadot"
+branch = "release-v0.9.19"
default-features = false
[dependencies.pallet-xcm]
-git = 'https://github.com/paritytech/polkadot'
-branch = 'master'
+git = "https://github.com/paritytech/polkadot"
+branch = "release-v0.9.19"
default-features = false
[dependencies.orml-vesting]
-git = 'https://github.com/uniquenetwork/open-runtime-module-library'
-branch = 'master'
+git = "https://github.com/uniquenetwork/open-runtime-module-library"
+branch = "unique-polkadot-v0.9.19"
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 = 'master', package = "pallet-template-transaction-payment", default-features = false, version = '3.0.0' }
+pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.19", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }
pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }
pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }
pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }
pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "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" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
################################################################################
# Build Dependencies
[build-dependencies.substrate-wasm-builder]
-git = 'https://github.com/paritytech/substrate'
-branch = 'master'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.19"