difftreelog
build upgrade to polkadot v0.9.19
in: master
34 files changed
Cargo.lockdiffbeforeafterboth--- a/Cargo.lock
+++ b/Cargo.lock
@@ -59,7 +59,7 @@
"cipher",
"ctr",
"ghash",
- "subtle 2.4.1",
+ "subtle",
]
[[package]]
@@ -99,9 +99,9 @@
[[package]]
name = "anyhow"
-version = "1.0.56"
+version = "1.0.57"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4361135be9122e0870de935d7c439aef945b9f9ddd4199a553b5270b49c82a27"
+checksum = "08f9b8508dccb7687a1d6c4ce66b2b0ecef467c94667de27d8d7fe1f8d2a9cdc"
[[package]]
name = "approx"
@@ -278,7 +278,7 @@
"memchr",
"num_cpus",
"once_cell",
- "pin-project-lite 0.2.8",
+ "pin-project-lite 0.2.9",
"pin-utils",
"slab",
"wasm-bindgen-futures",
@@ -325,7 +325,7 @@
"futures-sink",
"futures-util",
"memchr",
- "pin-project-lite 0.2.8",
+ "pin-project-lite 0.2.9",
]
[[package]]
@@ -338,7 +338,7 @@
"futures-sink",
"futures-util",
"memchr",
- "pin-project-lite 0.2.8",
+ "pin-project-lite 0.2.9",
]
[[package]]
@@ -394,31 +394,31 @@
"futures-core",
"getrandom 0.2.6",
"instant",
- "pin-project-lite 0.2.8",
+ "pin-project-lite 0.2.9",
"rand 0.8.5",
"tokio 1.17.0",
]
[[package]]
name = "backtrace"
-version = "0.3.64"
+version = "0.3.65"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5e121dee8023ce33ab248d9ce1493df03c3b38a659b240096fcbd7048ff9c31f"
+checksum = "11a17d453482a265fd5f8479f2a3f405566e6ca627837aaddb85af8b1ab8ef61"
dependencies = [
"addr2line",
"cc",
"cfg-if 1.0.0",
"libc",
"miniz_oxide",
- "object",
+ "object 0.28.3",
"rustc-demangle",
]
[[package]]
name = "base-x"
-version = "0.2.8"
+version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a4521f3e3d031370679b3b140beb36dfe4801b09ac77e30c61941f97df3ef28b"
+checksum = "dc19a4937b4fbd3fe3379793130e42060d10627a360f2127802b10b87e7baf74"
[[package]]
name = "base16ct"
@@ -456,17 +456,19 @@
[[package]]
name = "beefy-gadget"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"beefy-primitives",
"fnv",
"futures 0.3.21",
+ "futures-timer",
"hex",
"log",
"parity-scale-codec",
"parking_lot 0.12.0",
"sc-chain-spec",
"sc-client-api",
+ "sc-finality-grandpa",
"sc-keystore",
"sc-network",
"sc-network-gossip",
@@ -475,6 +477,7 @@
"sp-application-crypto",
"sp-arithmetic",
"sp-blockchain",
+ "sp-consensus",
"sp-core",
"sp-keystore",
"sp-runtime",
@@ -486,7 +489,7 @@
[[package]]
name = "beefy-gadget-rpc"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"beefy-gadget",
"beefy-primitives",
@@ -509,12 +512,12 @@
[[package]]
name = "beefy-merkle-tree"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+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.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"parity-scale-codec",
"scale-info",
@@ -571,7 +574,7 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1489fcb93a5bb47da0462ca93ad252ad6af2145cce58d10d46a83931ba9f016b"
dependencies = [
- "funty 2.0.0",
+ "funty",
"radium",
"tap",
"wyz",
@@ -730,8 +733,9 @@
[[package]]
name = "bp-header-chain"
version = "0.1.0"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
+ "bp-runtime",
"finality-grandpa",
"frame-support",
"parity-scale-codec",
@@ -746,7 +750,7 @@
[[package]]
name = "bp-message-dispatch"
version = "0.1.0"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"bp-runtime",
"frame-support",
@@ -758,7 +762,7 @@
[[package]]
name = "bp-messages"
version = "0.1.0"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"bitvec",
"bp-runtime",
@@ -768,13 +772,14 @@
"parity-scale-codec",
"scale-info",
"serde",
+ "sp-core",
"sp-std",
]
[[package]]
name = "bp-polkadot-core"
version = "0.1.0"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"bp-messages",
"bp-runtime",
@@ -792,7 +797,7 @@
[[package]]
name = "bp-rococo"
version = "0.1.0"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"bp-messages",
"bp-polkadot-core",
@@ -809,7 +814,7 @@
[[package]]
name = "bp-runtime"
version = "0.1.0"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"frame-support",
"hash-db",
@@ -827,7 +832,7 @@
[[package]]
name = "bp-test-utils"
version = "0.1.0"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"bp-header-chain",
"ed25519-dalek",
@@ -842,7 +847,7 @@
[[package]]
name = "bp-wococo"
version = "0.1.0"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"bp-messages",
"bp-polkadot-core",
@@ -857,12 +862,13 @@
[[package]]
name = "bridge-runtime-common"
version = "0.1.0"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"bp-message-dispatch",
"bp-messages",
"bp-runtime",
"frame-support",
+ "frame-system",
"hash-db",
"pallet-bridge-dispatch",
"pallet-bridge-grandpa",
@@ -870,6 +876,7 @@
"pallet-transaction-payment",
"parity-scale-codec",
"scale-info",
+ "sp-api",
"sp-core",
"sp-runtime",
"sp-state-machine",
@@ -1111,16 +1118,16 @@
[[package]]
name = "clap"
-version = "3.1.8"
+version = "3.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "71c47df61d9e16dc010b55dba1952a57d8c215dbb533fd13cdd13369aac73b1c"
+checksum = "7c167e37342afc5f33fd87bbc870cedd020d2a6dffa05d45ccd9241fbdd146db"
dependencies = [
"atty",
"bitflags",
"clap_derive",
+ "clap_lex",
"indexmap",
"lazy_static",
- "os_str_bytes",
"strsim",
"termcolor",
"textwrap",
@@ -1140,6 +1147,27 @@
]
[[package]]
+name = "clap_lex"
+version = "0.1.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "189ddd3b5d32a70b35e7686054371742a937b0d99128e76dde6340210e966669"
+dependencies = [
+ "os_str_bytes",
+]
+
+[[package]]
+name = "coarsetime"
+version = "0.1.22"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "454038500439e141804c655b4cd1bc6a70bcb95cd2bc9463af5661b6956f0e46"
+dependencies = [
+ "libc",
+ "once_cell",
+ "wasi 0.11.0+wasi-snapshot-preview1",
+ "wasm-bindgen",
+]
+
+[[package]]
name = "concurrent-queue"
version = "1.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1343,6 +1371,16 @@
]
[[package]]
+name = "crossbeam-queue"
+version = "0.3.5"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "1f25d8400f4a7a5778f0e4e52384a48cbd9b5c495d110786187fc750075277a2"
+dependencies = [
+ "cfg-if 1.0.0",
+ "crossbeam-utils",
+]
+
+[[package]]
name = "crossbeam-utils"
version = "0.8.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1366,7 +1404,7 @@
dependencies = [
"generic-array 0.14.5",
"rand_core 0.6.3",
- "subtle 2.4.1",
+ "subtle",
"zeroize",
]
@@ -1378,16 +1416,6 @@
dependencies = [
"generic-array 0.14.5",
"typenum",
-]
-
-[[package]]
-name = "crypto-mac"
-version = "0.7.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5"
-dependencies = [
- "generic-array 0.12.4",
- "subtle 1.0.0",
]
[[package]]
@@ -1397,7 +1425,7 @@
checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"
dependencies = [
"generic-array 0.14.5",
- "subtle 2.4.1",
+ "subtle",
]
[[package]]
@@ -1407,7 +1435,7 @@
checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"
dependencies = [
"generic-array 0.14.5",
- "subtle 2.4.1",
+ "subtle",
]
[[package]]
@@ -1452,7 +1480,7 @@
[[package]]
name = "cumulus-client-cli"
version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"
+source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
dependencies = [
"clap",
"sc-cli",
@@ -1463,7 +1491,7 @@
[[package]]
name = "cumulus-client-collator"
version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"
+source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
dependencies = [
"cumulus-client-consensus-common",
"cumulus-client-network",
@@ -1487,7 +1515,7 @@
[[package]]
name = "cumulus-client-consensus-aura"
version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"
+source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
dependencies = [
"async-trait",
"cumulus-client-consensus-common",
@@ -1516,7 +1544,7 @@
[[package]]
name = "cumulus-client-consensus-common"
version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"
+source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
dependencies = [
"async-trait",
"cumulus-relay-chain-interface",
@@ -1537,7 +1565,7 @@
[[package]]
name = "cumulus-client-network"
version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"
+source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
dependencies = [
"async-trait",
"cumulus-relay-chain-interface",
@@ -1562,7 +1590,7 @@
[[package]]
name = "cumulus-client-pov-recovery"
version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"
+source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
dependencies = [
"cumulus-primitives-core",
"cumulus-relay-chain-interface",
@@ -1586,7 +1614,7 @@
[[package]]
name = "cumulus-client-service"
version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"
+source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
dependencies = [
"cumulus-client-cli",
"cumulus-client-collator",
@@ -1616,7 +1644,7 @@
[[package]]
name = "cumulus-pallet-aura-ext"
version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"
+source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
dependencies = [
"frame-executive",
"frame-support",
@@ -1634,7 +1662,7 @@
[[package]]
name = "cumulus-pallet-dmp-queue"
version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"
+source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
dependencies = [
"cumulus-primitives-core",
"frame-support",
@@ -1652,7 +1680,7 @@
[[package]]
name = "cumulus-pallet-parachain-system"
version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"
+source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
dependencies = [
"cumulus-pallet-parachain-system-proc-macro",
"cumulus-primitives-core",
@@ -1682,7 +1710,7 @@
[[package]]
name = "cumulus-pallet-parachain-system-proc-macro"
version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"
+source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
dependencies = [
"proc-macro-crate 1.1.3",
"proc-macro2",
@@ -1693,7 +1721,7 @@
[[package]]
name = "cumulus-pallet-xcm"
version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"
+source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
dependencies = [
"cumulus-primitives-core",
"frame-support",
@@ -1710,7 +1738,7 @@
[[package]]
name = "cumulus-pallet-xcmp-queue"
version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"
+source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
dependencies = [
"cumulus-primitives-core",
"frame-support",
@@ -1728,7 +1756,7 @@
[[package]]
name = "cumulus-primitives-core"
version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"
+source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
dependencies = [
"frame-support",
"parity-scale-codec",
@@ -1744,7 +1772,7 @@
[[package]]
name = "cumulus-primitives-parachain-inherent"
version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"
+source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
dependencies = [
"async-trait",
"cumulus-primitives-core",
@@ -1767,7 +1795,7 @@
[[package]]
name = "cumulus-primitives-timestamp"
version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"
+source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
dependencies = [
"cumulus-primitives-core",
"futures 0.3.21",
@@ -1780,7 +1808,7 @@
[[package]]
name = "cumulus-primitives-utility"
version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"
+source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
dependencies = [
"cumulus-primitives-core",
"frame-support",
@@ -1797,7 +1825,7 @@
[[package]]
name = "cumulus-relay-chain-inprocess-interface"
version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"
+source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
dependencies = [
"async-trait",
"cumulus-primitives-core",
@@ -1825,13 +1853,13 @@
[[package]]
name = "cumulus-relay-chain-interface"
version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"
+source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
dependencies = [
"async-trait",
"cumulus-primitives-core",
"derive_more",
"futures 0.3.21",
- "jsonrpsee-core 0.9.0",
+ "jsonrpsee-core",
"parity-scale-codec",
"parking_lot 0.12.0",
"polkadot-overseer",
@@ -1849,7 +1877,7 @@
[[package]]
name = "cumulus-relay-chain-rpc-interface"
version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"
+source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
dependencies = [
"async-trait",
"backoff",
@@ -1857,7 +1885,7 @@
"cumulus-relay-chain-interface",
"futures 0.3.21",
"futures-timer",
- "jsonrpsee 0.9.0",
+ "jsonrpsee",
"parity-scale-codec",
"parking_lot 0.12.0",
"polkadot-service",
@@ -1875,7 +1903,7 @@
[[package]]
name = "cumulus-test-relay-sproof-builder"
version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"
+source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
dependencies = [
"cumulus-primitives-core",
"parity-scale-codec",
@@ -1894,7 +1922,7 @@
"byteorder",
"digest 0.8.1",
"rand_core 0.5.1",
- "subtle 2.4.1",
+ "subtle",
"zeroize",
]
@@ -1907,7 +1935,7 @@
"byteorder",
"digest 0.9.0",
"rand_core 0.5.1",
- "subtle 2.4.1",
+ "subtle",
"zeroize",
]
@@ -2031,7 +2059,7 @@
dependencies = [
"block-buffer 0.10.2",
"crypto-common",
- "subtle 2.4.1",
+ "subtle",
]
[[package]]
@@ -2178,7 +2206,7 @@
"group",
"rand_core 0.6.3",
"sec1",
- "subtle 2.4.1",
+ "subtle",
"zeroize",
]
@@ -2196,18 +2224,18 @@
[[package]]
name = "enumflags2"
-version = "0.6.4"
+version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "83c8d82922337cd23a15f88b70d8e4ef5f11da38dd7cdb55e84dd5de99695da0"
+checksum = "e75d4cd21b95383444831539909fbb14b9dc3fdceb2a6f5d36577329a1f55ccb"
dependencies = [
"enumflags2_derive",
]
[[package]]
name = "enumflags2_derive"
-version = "0.6.4"
+version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "946ee94e3dbf58fdd324f9ce245c7b238d46a66f00e86a020b71996349e46cce"
+checksum = "f58dc3c5e468259f19f2d46304a6b28f1c3d034442e14b322d2b850e36f6d5ae"
dependencies = [
"proc-macro2",
"quote",
@@ -2323,8 +2351,8 @@
[[package]]
name = "evm"
-version = "0.33.1"
-source = "git+https://github.com/uniquenetwork/evm.git?branch=unique-polkadot-v0.9.18#5012fe9034f0a5cc6881d385890b11ef35d2e39a"
+version = "0.35.0"
+source = "git+https://github.com//uniquenetwork/evm?branch=unique-polkadot-v0.9.19#1b170dc649f5e16a33134710a9fe2610e580661e"
dependencies = [
"auto_impl",
"environmental",
@@ -2338,7 +2366,7 @@
"rlp",
"scale-info",
"serde",
- "sha3 0.8.2",
+ "sha3 0.10.1",
]
[[package]]
@@ -2369,10 +2397,9 @@
[[package]]
name = "evm-core"
-version = "0.33.0"
-source = "git+https://github.com/uniquenetwork/evm.git?branch=unique-polkadot-v0.9.18#5012fe9034f0a5cc6881d385890b11ef35d2e39a"
+version = "0.35.0"
+source = "git+https://github.com//uniquenetwork/evm?branch=unique-polkadot-v0.9.19#1b170dc649f5e16a33134710a9fe2610e580661e"
dependencies = [
- "funty 1.1.0",
"parity-scale-codec",
"primitive-types",
"scale-info",
@@ -2381,8 +2408,8 @@
[[package]]
name = "evm-gasometer"
-version = "0.33.0"
-source = "git+https://github.com/uniquenetwork/evm.git?branch=unique-polkadot-v0.9.18#5012fe9034f0a5cc6881d385890b11ef35d2e39a"
+version = "0.35.0"
+source = "git+https://github.com//uniquenetwork/evm?branch=unique-polkadot-v0.9.19#1b170dc649f5e16a33134710a9fe2610e580661e"
dependencies = [
"environmental",
"evm-core",
@@ -2392,14 +2419,14 @@
[[package]]
name = "evm-runtime"
-version = "0.33.0"
-source = "git+https://github.com/uniquenetwork/evm.git?branch=unique-polkadot-v0.9.18#5012fe9034f0a5cc6881d385890b11ef35d2e39a"
+version = "0.35.0"
+source = "git+https://github.com//uniquenetwork/evm?branch=unique-polkadot-v0.9.19#1b170dc649f5e16a33134710a9fe2610e580661e"
dependencies = [
"auto_impl",
"environmental",
"evm-core",
"primitive-types",
- "sha3 0.8.2",
+ "sha3 0.10.1",
]
[[package]]
@@ -2425,14 +2452,15 @@
[[package]]
name = "expander"
-version = "0.0.5"
+version = "0.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "309f21c39e8e38e4b6eda07e155bd7a4e5fc4d707cefd0402cc82a8b6bb65aaa"
+checksum = "3774182a5df13c3d1690311ad32fbe913feef26baba609fa2dd5f72042bd2ab6"
dependencies = [
"blake2 0.10.4",
"fs-err",
"proc-macro2",
"quote",
+ "syn",
]
[[package]]
@@ -2484,41 +2512,31 @@
[[package]]
name = "fc-consensus"
version = "2.0.0-dev"
-source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"
+source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#181be008ee7eff1b16dfabaaf1383b4253cc9790"
dependencies = [
"async-trait",
- "derive_more",
"fc-db",
"fp-consensus",
"fp-rpc",
- "futures 0.3.21",
- "log",
- "parity-scale-codec",
"sc-client-api",
"sc-consensus",
- "sc-transaction-pool-api",
"sp-api",
"sp-block-builder",
"sp-blockchain",
"sp-consensus",
- "sp-core",
- "sp-inherents",
"sp-runtime",
- "sp-timestamp",
- "substrate-prometheus-endpoint",
+ "thiserror",
]
[[package]]
name = "fc-db"
version = "2.0.0-dev"
-source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"
+source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#181be008ee7eff1b16dfabaaf1383b4253cc9790"
dependencies = [
"fp-storage",
- "kvdb",
"kvdb-rocksdb",
- "pallet-ethereum",
"parity-scale-codec",
- "parking_lot 0.11.2",
+ "parking_lot 0.12.0",
"sp-core",
"sp-database",
"sp-runtime",
@@ -2527,9 +2545,8 @@
[[package]]
name = "fc-mapping-sync"
version = "2.0.0-dev"
-source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"
+source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#181be008ee7eff1b16dfabaaf1383b4253cc9790"
dependencies = [
- "fc-consensus",
"fc-db",
"fp-consensus",
"fp-rpc",
@@ -2545,53 +2562,46 @@
[[package]]
name = "fc-rpc"
version = "2.0.0-dev"
-source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"
+source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#181be008ee7eff1b16dfabaaf1383b4253cc9790"
dependencies = [
"ethereum",
"ethereum-types",
"evm",
- "fc-consensus",
"fc-db",
"fc-rpc-core",
- "fp-consensus",
- "fp-evm",
"fp-rpc",
"fp-storage",
"futures 0.3.21",
- "futures-util",
+ "hex",
"jsonrpc-core",
+ "jsonrpc-core-client",
"jsonrpc-pubsub",
- "libsecp256k1 0.3.5",
+ "libsecp256k1",
"log",
"lru 0.6.6",
- "pallet-ethereum",
- "pallet-evm",
"parity-scale-codec",
- "parking_lot 0.11.2",
- "rand 0.7.3",
+ "rand 0.8.5",
"rlp",
- "rustc-hex",
"sc-client-api",
"sc-network",
"sc-rpc",
"sc-service",
"sc-transaction-pool",
"sc-transaction-pool-api",
- "sha3 0.8.2",
"sp-api",
"sp-block-builder",
"sp-blockchain",
+ "sp-core",
"sp-io",
"sp-runtime",
"sp-storage",
- "sp-transaction-pool",
"tokio 1.17.0",
]
[[package]]
name = "fc-rpc-core"
version = "1.1.0-dev"
-source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"
+source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#181be008ee7eff1b16dfabaaf1383b4253cc9790"
dependencies = [
"ethereum",
"ethereum-types",
@@ -2603,7 +2613,6 @@
"rustc-hex",
"serde",
"serde_json",
- "sha3 0.8.2",
]
[[package]]
@@ -2622,7 +2631,7 @@
checksum = "b2958d04124b9f27f175eaeb9a9f383d026098aa837eadd8ba22c11f13a05b9e"
dependencies = [
"rand_core 0.6.3",
- "subtle 2.4.1",
+ "subtle",
]
[[package]]
@@ -2671,9 +2680,9 @@
[[package]]
name = "flate2"
-version = "1.0.22"
+version = "1.0.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1e6988e897c1c9c485f43b47a529cef42fde0547f9d8d41a7062518f1d8fc53f"
+checksum = "b39522e96686d38f4bc984b9198e3a0613264abaebaff2c5c918bfa6b6da09af"
dependencies = [
"cfg-if 1.0.0",
"crc32fast",
@@ -2707,7 +2716,7 @@
[[package]]
name = "fork-tree"
version = "3.0.0"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"parity-scale-codec",
]
@@ -2725,12 +2734,10 @@
[[package]]
name = "fp-consensus"
version = "2.0.0-dev"
-source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"
+source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#181be008ee7eff1b16dfabaaf1383b4253cc9790"
dependencies = [
"ethereum",
"parity-scale-codec",
- "rlp",
- "sha3 0.8.2",
"sp-core",
"sp-runtime",
"sp-std",
@@ -2739,12 +2746,11 @@
[[package]]
name = "fp-evm"
version = "3.0.0-dev"
-source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"
+source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#181be008ee7eff1b16dfabaaf1383b4253cc9790"
dependencies = [
"evm",
"impl-trait-for-tuples",
"parity-scale-codec",
- "scale-info",
"serde",
"sp-core",
"sp-std",
@@ -2753,7 +2759,7 @@
[[package]]
name = "fp-evm-mapping"
version = "0.1.0"
-source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"
+source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#181be008ee7eff1b16dfabaaf1383b4253cc9790"
dependencies = [
"frame-support",
"sp-core",
@@ -2762,7 +2768,7 @@
[[package]]
name = "fp-rpc"
version = "3.0.0-dev"
-source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"
+source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#181be008ee7eff1b16dfabaaf1383b4253cc9790"
dependencies = [
"ethereum",
"ethereum-types",
@@ -2779,7 +2785,7 @@
[[package]]
name = "fp-self-contained"
version = "1.0.0-dev"
-source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"
+source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#181be008ee7eff1b16dfabaaf1383b4253cc9790"
dependencies = [
"ethereum",
"frame-support",
@@ -2787,8 +2793,7 @@
"parity-util-mem",
"scale-info",
"serde",
- "sha3 0.8.2",
- "sp-core",
+ "sp-debug-derive",
"sp-io",
"sp-runtime",
]
@@ -2796,12 +2801,15 @@
[[package]]
name = "fp-storage"
version = "2.0.0"
-source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"
+source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#181be008ee7eff1b16dfabaaf1383b4253cc9790"
+dependencies = [
+ "parity-scale-codec",
+]
[[package]]
name = "frame-benchmarking"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-support",
"frame-system",
@@ -2823,13 +2831,14 @@
[[package]]
name = "frame-benchmarking-cli"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"Inflector",
"chrono",
"clap",
"frame-benchmarking",
"frame-support",
+ "frame-system",
"handlebars",
"hash-db",
"hex",
@@ -2840,6 +2849,7 @@
"memory-db",
"parity-scale-codec",
"rand 0.8.5",
+ "sc-block-builder",
"sc-cli",
"sc-client-api",
"sc-client-db",
@@ -2853,32 +2863,47 @@
"sp-core",
"sp-database",
"sp-externalities",
+ "sp-inherents",
"sp-keystore",
"sp-runtime",
"sp-state-machine",
"sp-std",
"sp-storage",
"sp-trie",
+ "thousands",
]
[[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"
+dependencies = [
+ "proc-macro-crate 1.1.3",
+ "proc-macro2",
+ "quote",
+ "syn",
+]
+
+[[package]]
name = "frame-election-provider-support"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
+ "frame-election-provider-solution-type",
"frame-support",
"frame-system",
"parity-scale-codec",
"scale-info",
"sp-arithmetic",
"sp-npos-elections",
+ "sp-runtime",
"sp-std",
]
[[package]]
name = "frame-executive"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-support",
"frame-system",
@@ -2906,7 +2931,7 @@
[[package]]
name = "frame-support"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"bitflags",
"frame-metadata",
@@ -2935,7 +2960,7 @@
[[package]]
name = "frame-support-procedural"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"Inflector",
"frame-support-procedural-tools",
@@ -2947,7 +2972,7 @@
[[package]]
name = "frame-support-procedural-tools"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+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",
@@ -2959,7 +2984,7 @@
[[package]]
name = "frame-support-procedural-tools-derive"
version = "3.0.0"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"proc-macro2",
"quote",
@@ -2969,7 +2994,7 @@
[[package]]
name = "frame-system"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-support",
"log",
@@ -2986,7 +3011,7 @@
[[package]]
name = "frame-system-benchmarking"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -3001,7 +3026,7 @@
[[package]]
name = "frame-system-rpc-runtime-api"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"parity-scale-codec",
"sp-api",
@@ -3010,7 +3035,7 @@
[[package]]
name = "frame-try-runtime"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-support",
"sp-api",
@@ -3067,12 +3092,6 @@
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
-
-[[package]]
-name = "funty"
-version = "1.1.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"
[[package]]
name = "funty"
@@ -3146,7 +3165,7 @@
"futures-io",
"memchr",
"parking",
- "pin-project-lite 0.2.8",
+ "pin-project-lite 0.2.9",
"waker-fn",
]
@@ -3204,7 +3223,7 @@
"futures-sink",
"futures-task",
"memchr",
- "pin-project-lite 0.2.8",
+ "pin-project-lite 0.2.9",
"pin-utils",
"slab",
]
@@ -3294,9 +3313,9 @@
[[package]]
name = "gloo-timers"
-version = "0.2.3"
+version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4d12a7f4e95cfe710f1d624fb1210b7d961a5fb05c4fd942f4feab06e61f590e"
+checksum = "5fb7d06c1c8cc2a29bee7ec961009a0b2caa0793ee4900c2ffb348734ba1c8f9"
dependencies = [
"futures-channel",
"futures-core",
@@ -3312,7 +3331,7 @@
dependencies = [
"ff",
"rand_core 0.6.3",
- "subtle 2.4.1",
+ "subtle",
]
[[package]]
@@ -3425,16 +3444,6 @@
[[package]]
name = "hmac"
-version = "0.7.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5dcb5e64cda4c23119ab41ba960d1e170a774c8e4b9d9e6a9bc18aabf5e59695"
-dependencies = [
- "crypto-mac 0.7.0",
- "digest 0.8.1",
-]
-
-[[package]]
-name = "hmac"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"
@@ -3451,17 +3460,6 @@
dependencies = [
"crypto-mac 0.11.1",
"digest 0.9.0",
-]
-
-[[package]]
-name = "hmac-drbg"
-version = "0.2.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c6e570451493f10f6581b48cdd530413b63ea9e780f544bfd3bdcaa0d89d1a7b"
-dependencies = [
- "digest 0.8.1",
- "generic-array 0.12.4",
- "hmac 0.7.1",
]
[[package]]
@@ -3505,14 +3503,14 @@
dependencies = [
"bytes 1.1.0",
"http",
- "pin-project-lite 0.2.8",
+ "pin-project-lite 0.2.9",
]
[[package]]
name = "httparse"
-version = "1.6.0"
+version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9100414882e15fb7feccb4897e5f0ff0ff1ca7d1a86a23208ada4d7a18e6c6c4"
+checksum = "6330e8a36bd8c859f3fa6d9382911fbb7147ec39807f63b923933a247240b9ba"
[[package]]
name = "httpdate"
@@ -3542,7 +3540,7 @@
"httparse",
"httpdate",
"itoa 1.0.1",
- "pin-project-lite 0.2.8",
+ "pin-project-lite 0.2.9",
"socket2 0.4.4",
"tokio 1.17.0",
"tower-service",
@@ -3577,10 +3575,10 @@
"hyper",
"log",
"rustls 0.20.4",
- "rustls-native-certs 0.6.1",
+ "rustls-native-certs 0.6.2",
"tokio 1.17.0",
"tokio-rustls 0.23.3",
- "webpki-roots 0.22.2",
+ "webpki-roots 0.22.3",
]
[[package]]
@@ -3759,9 +3757,9 @@
[[package]]
name = "ipnet"
-version = "2.4.0"
+version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "35e70ee094dc02fd9c13fdad4940090f22dbd6ac7c9e7094a46cf0232a50bc7c"
+checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b"
[[package]]
name = "itertools"
@@ -3795,9 +3793,9 @@
[[package]]
name = "js-sys"
-version = "0.3.56"
+version = "0.3.57"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a38fc24e30fd564ce974c02bf1d337caddff65be6cc4735a1f7eab22a7440f04"
+checksum = "671a26f820db17c2a2750743f1dd03bafd15b98c9f30c7c2628c024c05d73397"
dependencies = [
"wasm-bindgen",
]
@@ -3936,86 +3934,43 @@
[[package]]
name = "jsonrpsee"
-version = "0.4.1"
+version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6373a33d987866ccfe1af4bc11b089dce941764313f9fd8b7cf13fcb51b72dc5"
+checksum = "91dc760c341fa81173f9a434931aaf32baad5552b0230cc6c93e8fb7eaad4c19"
dependencies = [
- "jsonrpsee-types 0.4.1",
- "jsonrpsee-utils",
- "jsonrpsee-ws-client 0.4.1",
-]
-
-[[package]]
-name = "jsonrpsee"
-version = "0.8.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "05fd8cd6c6b1bbd06881d2cf88f1fc83cc36c98f2219090f839115fb4a956cb9"
-dependencies = [
- "jsonrpsee-core 0.8.0",
+ "jsonrpsee-core",
+ "jsonrpsee-http-client",
"jsonrpsee-proc-macros",
- "jsonrpsee-types 0.8.0",
- "jsonrpsee-ws-client 0.8.0",
-]
-
-[[package]]
-name = "jsonrpsee"
-version = "0.9.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f0d0b8cc1959f8c05256ace093b2317482da9127f1d9227564f47e7e6bf9bda8"
-dependencies = [
- "jsonrpsee-core 0.9.0",
- "jsonrpsee-http-client",
- "jsonrpsee-types 0.9.0",
- "jsonrpsee-ws-client 0.9.0",
+ "jsonrpsee-types",
+ "jsonrpsee-ws-client",
]
[[package]]
name = "jsonrpsee-client-transport"
-version = "0.8.0"
+version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3303cdf246e6ab76e2866fb3d9acb6c76a068b1b28bd923a1b7a8122257ad7b5"
+checksum = "765f7a36d5087f74e3b3b47805c2188fef8eb54afcb587b078d9f8ebfe9c7220"
dependencies = [
"futures 0.3.21",
"http",
- "jsonrpsee-core 0.8.0",
- "jsonrpsee-types 0.8.0",
+ "jsonrpsee-core",
+ "jsonrpsee-types",
"pin-project 1.0.10",
- "rustls-native-certs 0.6.1",
+ "rustls-native-certs 0.6.2",
"soketto",
"thiserror",
"tokio 1.17.0",
"tokio-rustls 0.23.3",
- "tokio-util 0.6.9",
+ "tokio-util 0.7.1",
"tracing",
- "webpki-roots 0.22.2",
-]
-
-[[package]]
-name = "jsonrpsee-client-transport"
-version = "0.9.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fa370c2c717d798c3c0a315ae3f0a707a388c6963c11f9da7dbbe1d3f7392f5f"
-dependencies = [
- "futures 0.3.21",
- "http",
- "jsonrpsee-core 0.9.0",
- "jsonrpsee-types 0.9.0",
- "pin-project 1.0.10",
- "rustls-native-certs 0.6.1",
- "soketto",
- "thiserror",
- "tokio 1.17.0",
- "tokio-rustls 0.23.3",
- "tokio-util 0.6.9",
- "tracing",
- "webpki-roots 0.22.2",
+ "webpki-roots 0.22.3",
]
[[package]]
name = "jsonrpsee-core"
-version = "0.8.0"
+version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f220b5a238dc7992b90f1144fbf6eaa585872c9376afe6fe6863ffead6191bf3"
+checksum = "82ef77ecd20c2254d54f5da8c0738eacca61e6b6511268a8f2753e3148c6c706"
dependencies = [
"anyhow",
"arrayvec 0.7.2",
@@ -4024,30 +3979,7 @@
"futures-channel",
"futures-util",
"hyper",
- "jsonrpsee-types 0.8.0",
- "rustc-hash",
- "serde",
- "serde_json",
- "soketto",
- "thiserror",
- "tokio 1.17.0",
- "tracing",
-]
-
-[[package]]
-name = "jsonrpsee-core"
-version = "0.9.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "22abc3274b265dcefe2e26c4beecf9fda4fffa48cf94930443a6c73678f020d5"
-dependencies = [
- "anyhow",
- "arrayvec 0.7.2",
- "async-trait",
- "beef",
- "futures-channel",
- "futures-util",
- "hyper",
- "jsonrpsee-types 0.9.0",
+ "jsonrpsee-types",
"rustc-hash",
"serde",
"serde_json",
@@ -4059,15 +3991,15 @@
[[package]]
name = "jsonrpsee-http-client"
-version = "0.9.0"
+version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d31b837273d09dd80051eefa57d337769dff6c3266108c43a3544ac7ffed9d68"
+checksum = "92709e0b8255691f4df954a0176b1cbc3312f151e7ed2e643812e8bd121f1d1c"
dependencies = [
"async-trait",
"hyper",
"hyper-rustls 0.23.0",
- "jsonrpsee-core 0.9.0",
- "jsonrpsee-types 0.9.0",
+ "jsonrpsee-core",
+ "jsonrpsee-types",
"rustc-hash",
"serde",
"serde_json",
@@ -4078,9 +4010,9 @@
[[package]]
name = "jsonrpsee-proc-macros"
-version = "0.8.0"
+version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4299ebf790ea9de1cb72e73ff2ae44c723ef264299e5e2d5ef46a371eb3ac3d8"
+checksum = "b7291c72805bc7d413b457e50d8ef3e87aa554da65ecbbc278abb7dfc283e7f0"
dependencies = [
"proc-macro-crate 1.1.3",
"proc-macro2",
@@ -4090,42 +4022,9 @@
[[package]]
name = "jsonrpsee-types"
-version = "0.4.1"
+version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "62f778cf245158fbd8f5d50823a2e9e4c708a40be164766bd35e9fb1d86715b2"
-dependencies = [
- "anyhow",
- "async-trait",
- "beef",
- "futures-channel",
- "futures-util",
- "hyper",
- "log",
- "serde",
- "serde_json",
- "soketto",
- "thiserror",
-]
-
-[[package]]
-name = "jsonrpsee-types"
-version = "0.8.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c1b3f601bbbe45cd63f5407b6f7d7950e08a7d4f82aa699ff41a4a5e9e54df58"
-dependencies = [
- "anyhow",
- "beef",
- "serde",
- "serde_json",
- "thiserror",
- "tracing",
-]
-
-[[package]]
-name = "jsonrpsee-types"
-version = "0.9.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9f4c45d2e2aa1db4c7d7d7dbaabc10a5b5258d99cd9d42fbfd5260b76f80c324"
+checksum = "38b6aa52f322cbf20c762407629b8300f39bcc0cf0619840d9252a2f65fd2dd9"
dependencies = [
"anyhow",
"beef",
@@ -4136,60 +4035,14 @@
]
[[package]]
-name = "jsonrpsee-utils"
-version = "0.4.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0109c4f972058f3b1925b73a17210aff7b63b65967264d0045d15ee88fe84f0c"
-dependencies = [
- "arrayvec 0.7.2",
- "beef",
- "jsonrpsee-types 0.4.1",
-]
-
-[[package]]
name = "jsonrpsee-ws-client"
-version = "0.4.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "559aa56fc402af206c00fc913dc2be1d9d788dcde045d14df141a535245d35ef"
-dependencies = [
- "arrayvec 0.7.2",
- "async-trait",
- "fnv",
- "futures 0.3.21",
- "http",
- "jsonrpsee-types 0.4.1",
- "log",
- "pin-project 1.0.10",
- "rustls-native-certs 0.5.0",
- "serde",
- "serde_json",
- "soketto",
- "thiserror",
- "tokio 1.17.0",
- "tokio-rustls 0.22.0",
- "tokio-util 0.6.9",
-]
-
-[[package]]
-name = "jsonrpsee-ws-client"
-version = "0.8.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "aff425cee7c779e33920913bc695447416078ee6d119f443f3060feffa4e86b5"
-dependencies = [
- "jsonrpsee-client-transport 0.8.0",
- "jsonrpsee-core 0.8.0",
- "jsonrpsee-types 0.8.0",
-]
-
-[[package]]
-name = "jsonrpsee-ws-client"
-version = "0.9.0"
+version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "31b58983485b2b626c276f1eb367d62dae82132451b281072a7bfa536a33ddf3"
+checksum = "dd66d18bab78d956df24dd0d2e41e4c00afbb818fda94a98264bdd12ce8506ac"
dependencies = [
- "jsonrpsee-client-transport 0.9.0",
- "jsonrpsee-core 0.9.0",
- "jsonrpsee-types 0.9.0",
+ "jsonrpsee-client-transport",
+ "jsonrpsee-core",
+ "jsonrpsee-types",
]
[[package]]
@@ -4222,8 +4075,8 @@
[[package]]
name = "kusama-runtime"
-version = "0.9.18"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+version = "0.9.19"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"beefy-primitives",
"bitvec",
@@ -4244,6 +4097,7 @@
"pallet-bags-list",
"pallet-balances",
"pallet-bounties",
+ "pallet-child-bounties",
"pallet-collective",
"pallet-democracy",
"pallet-election-provider-multi-phase",
@@ -4310,8 +4164,8 @@
[[package]]
name = "kusama-runtime-constants"
-version = "0.9.18"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+version = "0.9.19"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"frame-support",
"polkadot-primitives",
@@ -4382,9 +4236,9 @@
[[package]]
name = "libc"
-version = "0.2.121"
+version = "0.2.124"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "efaa7b300f3b5fe8eb6bf21ce3895e1751d9665086af2d64b42f19701015ff4f"
+checksum = "21a41fed9d98f27ab1c6d161da622a4fa35e8a54a8adc24bbf3ddd0ef70b0e50"
[[package]]
name = "libloading"
@@ -4468,7 +4322,7 @@
"futures-timer",
"instant",
"lazy_static",
- "libsecp256k1 0.7.0",
+ "libsecp256k1",
"log",
"multiaddr",
"multihash 0.14.0",
@@ -4898,22 +4752,6 @@
"libc",
"libz-sys",
"tikv-jemalloc-sys",
-]
-
-[[package]]
-name = "libsecp256k1"
-version = "0.3.5"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1fc1e2c808481a63dc6da2074752fdd4336a3c8fcc68b83db6f1fd5224ae7962"
-dependencies = [
- "arrayref",
- "crunchy",
- "digest 0.8.1",
- "hmac-drbg 0.2.0",
- "rand 0.7.3",
- "sha2 0.8.2",
- "subtle 2.4.1",
- "typenum",
]
[[package]]
@@ -4925,7 +4763,7 @@
"arrayref",
"base64",
"digest 0.9.0",
- "hmac-drbg 0.3.0",
+ "hmac-drbg",
"libsecp256k1-core",
"libsecp256k1-gen-ecmult",
"libsecp256k1-gen-genmult",
@@ -4943,7 +4781,7 @@
dependencies = [
"crunchy",
"digest 0.9.0",
- "subtle 2.4.1",
+ "subtle",
]
[[package]]
@@ -5191,14 +5029,17 @@
[[package]]
name = "metered-channel"
-version = "0.9.18"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+version = "0.9.19"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
+ "coarsetime",
+ "crossbeam-queue",
"derive_more",
"futures 0.3.21",
"futures-timer",
+ "nanorand",
"thiserror",
- "tracing",
+ "tracing-gum",
]
[[package]]
@@ -5220,12 +5061,11 @@
[[package]]
name = "miniz_oxide"
-version = "0.4.4"
+version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
+checksum = "d2b29bd4bc3f33391105ebee3589c19197c4271e3e5a9ec9bfe8127eeff8f082"
dependencies = [
"adler",
- "autocfg",
]
[[package]]
@@ -5424,14 +5264,20 @@
[[package]]
name = "names"
-version = "0.12.0"
+version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "10a8690bf09abf659851e58cd666c3d37ac6af07c2bd7a9e332cfba471715775"
+checksum = "e7d66043b25d4a6cccb23619d10c19c25304b355a7dccd4a8e11423dd2382146"
dependencies = [
"rand 0.8.5",
]
[[package]]
+name = "nanorand"
+version = "0.7.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
+
+[[package]]
name = "net2"
version = "0.2.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -5568,6 +5414,15 @@
]
[[package]]
+name = "object"
+version = "0.28.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "40bec70ba014595f99f7aa110b84331ffe1ee9aece7fe6f387cc7e3ecda4d456"
+dependencies = [
+ "memchr",
+]
+
+[[package]]
name = "once_cell"
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -5702,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.18#4690ac0d5e85a35351608d27c4304dfc6df4eb03"
+source = "git+https://github.com//uniquenetwork/open-runtime-module-library?branch=unique-polkadot-v0.9.19#1ee81601134e9da6083ba1436fc024c2ec729e10"
dependencies = [
"frame-support",
"frame-system",
@@ -5719,9 +5574,6 @@
version = "6.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"
-dependencies = [
- "memchr",
-]
[[package]]
name = "owning_ref"
@@ -5735,7 +5587,7 @@
[[package]]
name = "pallet-aura"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-support",
"frame-system",
@@ -5751,7 +5603,7 @@
[[package]]
name = "pallet-authority-discovery"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-support",
"frame-system",
@@ -5767,7 +5619,7 @@
[[package]]
name = "pallet-authorship"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-support",
"frame-system",
@@ -5782,7 +5634,7 @@
[[package]]
name = "pallet-babe"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -5806,7 +5658,7 @@
[[package]]
name = "pallet-bags-list"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-benchmarking",
"frame-election-provider-support",
@@ -5826,7 +5678,7 @@
[[package]]
name = "pallet-balances"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -5841,11 +5693,11 @@
[[package]]
name = "pallet-base-fee"
version = "1.0.0"
-source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"
+source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#181be008ee7eff1b16dfabaaf1383b4253cc9790"
dependencies = [
+ "fp-evm",
"frame-support",
"frame-system",
- "pallet-evm",
"parity-scale-codec",
"scale-info",
"serde",
@@ -5856,7 +5708,7 @@
[[package]]
name = "pallet-beefy"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"beefy-primitives",
"frame-support",
@@ -5872,7 +5724,7 @@
[[package]]
name = "pallet-beefy-mmr"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"beefy-merkle-tree",
"beefy-primitives",
@@ -5897,7 +5749,7 @@
[[package]]
name = "pallet-bounties"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -5915,7 +5767,7 @@
[[package]]
name = "pallet-bridge-dispatch"
version = "0.1.0"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"bp-message-dispatch",
"bp-runtime",
@@ -5932,7 +5784,7 @@
[[package]]
name = "pallet-bridge-grandpa"
version = "0.1.0"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"bp-header-chain",
"bp-runtime",
@@ -5954,7 +5806,7 @@
[[package]]
name = "pallet-bridge-messages"
version = "0.1.0"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"bitvec",
"bp-message-dispatch",
@@ -5973,9 +5825,28 @@
]
[[package]]
+name = "pallet-child-bounties"
+version = "4.0.0-dev"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
+dependencies = [
+ "frame-benchmarking",
+ "frame-support",
+ "frame-system",
+ "log",
+ "pallet-bounties",
+ "pallet-treasury",
+ "parity-scale-codec",
+ "scale-info",
+ "sp-core",
+ "sp-io",
+ "sp-runtime",
+ "sp-std",
+]
+
+[[package]]
name = "pallet-collective"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6011,7 +5882,7 @@
[[package]]
name = "pallet-democracy"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6027,7 +5898,7 @@
[[package]]
name = "pallet-election-provider-multi-phase"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-benchmarking",
"frame-election-provider-support",
@@ -6050,7 +5921,7 @@
[[package]]
name = "pallet-elections-phragmen"
version = "5.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6068,7 +5939,7 @@
[[package]]
name = "pallet-ethereum"
version = "4.0.0-dev"
-source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"
+source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#181be008ee7eff1b16dfabaaf1383b4253cc9790"
dependencies = [
"ethereum",
"ethereum-types",
@@ -6081,16 +5952,14 @@
"fp-storage",
"frame-support",
"frame-system",
- "log",
"pallet-balances",
"pallet-evm",
"pallet-timestamp",
"parity-scale-codec",
"rlp",
- "rustc-hex",
"scale-info",
"serde",
- "sha3 0.8.2",
+ "sha3 0.10.1",
"sp-io",
"sp-runtime",
"sp-std",
@@ -6099,11 +5968,9 @@
[[package]]
name = "pallet-evm"
version = "6.0.0-dev"
-source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"
+source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#181be008ee7eff1b16dfabaaf1383b4253cc9790"
dependencies = [
"evm",
- "evm-gasometer",
- "evm-runtime",
"fp-evm",
"fp-evm-mapping",
"frame-benchmarking",
@@ -6119,7 +5986,7 @@
"rlp",
"scale-info",
"serde",
- "sha3 0.8.2",
+ "sha3 0.10.1",
"sp-core",
"sp-io",
"sp-runtime",
@@ -6221,7 +6088,7 @@
[[package]]
name = "pallet-gilt"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6236,7 +6103,7 @@
[[package]]
name = "pallet-grandpa"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6259,7 +6126,7 @@
[[package]]
name = "pallet-identity"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"enumflags2",
"frame-benchmarking",
@@ -6275,7 +6142,7 @@
[[package]]
name = "pallet-im-online"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6295,7 +6162,7 @@
[[package]]
name = "pallet-indices"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6331,7 +6198,7 @@
[[package]]
name = "pallet-membership"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6348,7 +6215,7 @@
[[package]]
name = "pallet-mmr"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"ckb-merkle-mountain-range",
"frame-benchmarking",
@@ -6366,7 +6233,7 @@
[[package]]
name = "pallet-mmr-primitives"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-support",
"frame-system",
@@ -6382,7 +6249,7 @@
[[package]]
name = "pallet-mmr-rpc"
version = "3.0.0"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"jsonrpc-core",
"jsonrpc-core-client",
@@ -6399,7 +6266,7 @@
[[package]]
name = "pallet-multisig"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6414,7 +6281,7 @@
[[package]]
name = "pallet-nicks"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-support",
"frame-system",
@@ -6448,7 +6315,7 @@
[[package]]
name = "pallet-offences"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-support",
"frame-system",
@@ -6465,7 +6332,7 @@
[[package]]
name = "pallet-offences-benchmarking"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-benchmarking",
"frame-election-provider-support",
@@ -6488,7 +6355,7 @@
[[package]]
name = "pallet-preimage"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6504,7 +6371,7 @@
[[package]]
name = "pallet-proxy"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6519,7 +6386,7 @@
[[package]]
name = "pallet-randomness-collective-flip"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-support",
"frame-system",
@@ -6533,7 +6400,7 @@
[[package]]
name = "pallet-recovery"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-support",
"frame-system",
@@ -6564,7 +6431,7 @@
[[package]]
name = "pallet-scheduler"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6580,7 +6447,7 @@
[[package]]
name = "pallet-session"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-support",
"frame-system",
@@ -6601,7 +6468,7 @@
[[package]]
name = "pallet-session-benchmarking"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6617,7 +6484,7 @@
[[package]]
name = "pallet-society"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-support",
"frame-system",
@@ -6631,7 +6498,7 @@
[[package]]
name = "pallet-staking"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-benchmarking",
"frame-election-provider-support",
@@ -6654,7 +6521,7 @@
[[package]]
name = "pallet-staking-reward-curve"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"proc-macro-crate 1.1.3",
"proc-macro2",
@@ -6665,7 +6532,7 @@
[[package]]
name = "pallet-staking-reward-fn"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"log",
"sp-arithmetic",
@@ -6674,7 +6541,7 @@
[[package]]
name = "pallet-sudo"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-support",
"frame-system",
@@ -6688,7 +6555,7 @@
[[package]]
name = "pallet-template-transaction-payment"
version = "3.0.0"
-source = "git+https://github.com/UniqueNetwork/pallet-sponsoring?branch=polkadot-v0.9.18#7bc842b35a53f762ee6ee89e5f5bef84a284c9f4"
+source = "git+https://github.com//uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.19#df33e79470e92e3218a507f09d1b0dd78b67b1fd"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6708,7 +6575,7 @@
[[package]]
name = "pallet-timestamp"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6726,7 +6593,7 @@
[[package]]
name = "pallet-tips"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6745,7 +6612,7 @@
[[package]]
name = "pallet-transaction-payment"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-support",
"frame-system",
@@ -6762,7 +6629,7 @@
[[package]]
name = "pallet-transaction-payment-rpc"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"jsonrpc-core",
"jsonrpc-core-client",
@@ -6779,7 +6646,7 @@
[[package]]
name = "pallet-transaction-payment-rpc-runtime-api"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"pallet-transaction-payment",
"parity-scale-codec",
@@ -6790,7 +6657,7 @@
[[package]]
name = "pallet-treasury"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6863,7 +6730,7 @@
[[package]]
name = "pallet-utility"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6879,7 +6746,7 @@
[[package]]
name = "pallet-vesting"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6893,8 +6760,8 @@
[[package]]
name = "pallet-xcm"
-version = "0.9.18"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+version = "0.9.19"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"frame-support",
"frame-system",
@@ -6911,8 +6778,8 @@
[[package]]
name = "pallet-xcm-benchmarks"
-version = "0.9.18"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+version = "0.9.19"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6929,7 +6796,7 @@
[[package]]
name = "parachain-info"
version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"
+source = "git+https://github.com//paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac"
dependencies = [
"cumulus-primitives-core",
"frame-support",
@@ -7263,9 +7130,9 @@
[[package]]
name = "pin-project-lite"
-version = "0.2.8"
+version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"
+checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
[[package]]
name = "pin-utils"
@@ -7298,8 +7165,8 @@
[[package]]
name = "polkadot-approval-distribution"
-version = "0.9.18"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+version = "0.9.19"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"futures 0.3.21",
"polkadot-node-network-protocol",
@@ -7307,26 +7174,26 @@
"polkadot-node-subsystem",
"polkadot-node-subsystem-util",
"polkadot-primitives",
- "tracing",
+ "tracing-gum",
]
[[package]]
name = "polkadot-availability-bitfield-distribution"
-version = "0.9.18"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+version = "0.9.19"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"futures 0.3.21",
"polkadot-node-network-protocol",
"polkadot-node-subsystem",
"polkadot-node-subsystem-util",
"polkadot-primitives",
- "tracing",
+ "tracing-gum",
]
[[package]]
name = "polkadot-availability-distribution"
-version = "0.9.18"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+version = "0.9.19"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"derive_more",
"fatality",
@@ -7343,13 +7210,13 @@
"sp-core",
"sp-keystore",
"thiserror",
- "tracing",
+ "tracing-gum",
]
[[package]]
name = "polkadot-availability-recovery"
-version = "0.9.18"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+version = "0.9.19"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"fatality",
"futures 0.3.21",
@@ -7364,18 +7231,19 @@
"rand 0.8.5",
"sc-network",
"thiserror",
- "tracing",
+ "tracing-gum",
]
[[package]]
name = "polkadot-cli"
-version = "0.9.18"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+version = "0.9.19"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"clap",
"frame-benchmarking-cli",
"futures 0.3.21",
"log",
+ "polkadot-client",
"polkadot-node-core-pvf",
"polkadot-node-metrics",
"polkadot-performance-test",
@@ -7392,16 +7260,22 @@
[[package]]
name = "polkadot-client"
-version = "0.9.18"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+version = "0.9.19"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"beefy-primitives",
"frame-benchmarking",
+ "frame-benchmarking-cli",
+ "frame-system",
"frame-system-rpc-runtime-api",
"pallet-mmr-primitives",
+ "pallet-transaction-payment",
"pallet-transaction-payment-rpc-runtime-api",
+ "polkadot-core-primitives",
+ "polkadot-node-core-parachains-inherent",
"polkadot-primitives",
"polkadot-runtime",
+ "polkadot-runtime-common",
"sc-client-api",
"sc-consensus",
"sc-executor",
@@ -7412,18 +7286,22 @@
"sp-blockchain",
"sp-consensus",
"sp-consensus-babe",
+ "sp-core",
"sp-finality-grandpa",
+ "sp-inherents",
+ "sp-keyring",
"sp-offchain",
"sp-runtime",
"sp-session",
"sp-storage",
+ "sp-timestamp",
"sp-transaction-pool",
]
[[package]]
name = "polkadot-collator-protocol"
-version = "0.9.18"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+version = "0.9.19"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"always-assert",
"fatality",
@@ -7438,13 +7316,13 @@
"sp-keystore",
"sp-runtime",
"thiserror",
- "tracing",
+ "tracing-gum",
]
[[package]]
name = "polkadot-core-primitives"
-version = "0.9.18"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+version = "0.9.19"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"parity-scale-codec",
"parity-util-mem",
@@ -7456,8 +7334,8 @@
[[package]]
name = "polkadot-dispute-distribution"
-version = "0.9.18"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+version = "0.9.19"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"derive_more",
"fatality",
@@ -7474,13 +7352,13 @@
"sp-application-crypto",
"sp-keystore",
"thiserror",
- "tracing",
+ "tracing-gum",
]
[[package]]
name = "polkadot-erasure-coding"
-version = "0.9.18"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+version = "0.9.19"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"parity-scale-codec",
"polkadot-node-primitives",
@@ -7493,8 +7371,8 @@
[[package]]
name = "polkadot-gossip-support"
-version = "0.9.18"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+version = "0.9.19"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"futures 0.3.21",
"futures-timer",
@@ -7508,13 +7386,13 @@
"sp-application-crypto",
"sp-core",
"sp-keystore",
- "tracing",
+ "tracing-gum",
]
[[package]]
name = "polkadot-network-bridge"
-version = "0.9.18"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+version = "0.9.19"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"async-trait",
"futures 0.3.21",
@@ -7527,13 +7405,13 @@
"polkadot-primitives",
"sc-network",
"sp-consensus",
- "tracing",
+ "tracing-gum",
]
[[package]]
name = "polkadot-node-collation-generation"
-version = "0.9.18"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+version = "0.9.19"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"futures 0.3.21",
"parity-scale-codec",
@@ -7545,13 +7423,13 @@
"sp-core",
"sp-maybe-compressed-blob",
"thiserror",
- "tracing",
+ "tracing-gum",
]
[[package]]
name = "polkadot-node-core-approval-voting"
-version = "0.9.18"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+version = "0.9.19"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"bitvec",
"derive_more",
@@ -7573,13 +7451,14 @@
"sp-consensus",
"sp-consensus-slots",
"sp-runtime",
- "tracing",
+ "thiserror",
+ "tracing-gum",
]
[[package]]
name = "polkadot-node-core-av-store"
-version = "0.9.18"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+version = "0.9.19"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"bitvec",
"futures 0.3.21",
@@ -7593,13 +7472,13 @@
"polkadot-overseer",
"polkadot-primitives",
"thiserror",
- "tracing",
+ "tracing-gum",
]
[[package]]
name = "polkadot-node-core-backing"
-version = "0.9.18"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+version = "0.9.19"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"bitvec",
"futures 0.3.21",
@@ -7611,13 +7490,13 @@
"polkadot-statement-table",
"sp-keystore",
"thiserror",
- "tracing",
+ "tracing-gum",
]
[[package]]
name = "polkadot-node-core-bitfield-signing"
-version = "0.9.18"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+version = "0.9.19"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"futures 0.3.21",
"polkadot-node-subsystem",
@@ -7625,14 +7504,14 @@
"polkadot-primitives",
"sp-keystore",
"thiserror",
- "tracing",
+ "tracing-gum",
"wasm-timer",
]
[[package]]
name = "polkadot-node-core-candidate-validation"
-version = "0.9.18"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+version = "0.9.19"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"async-trait",
"futures 0.3.21",
@@ -7644,13 +7523,13 @@
"polkadot-parachain",
"polkadot-primitives",
"sp-maybe-compressed-blob",
- "tracing",
+ "tracing-gum",
]
[[package]]
name = "polkadot-node-core-chain-api"
-version = "0.9.18"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+version = "0.9.19"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"futures 0.3.21",
"polkadot-node-subsystem",
@@ -7659,13 +7538,13 @@
"sc-client-api",
"sc-consensus-babe",
"sp-blockchain",
- "tracing",
+ "tracing-gum",
]
[[package]]
name = "polkadot-node-core-chain-selection"
-version = "0.9.18"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+version = "0.9.19"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"futures 0.3.21",
"futures-timer",
@@ -7676,13 +7555,13 @@
"polkadot-node-subsystem-util",
"polkadot-primitives",
"thiserror",
- "tracing",
+ "tracing-gum",
]
[[package]]
name = "polkadot-node-core-dispute-coordinator"
-version = "0.9.18"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+version = "0.9.19"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"fatality",
"futures 0.3.21",
@@ -7695,13 +7574,13 @@
"polkadot-primitives",
"sc-keystore",
"thiserror",
- "tracing",
+ "tracing-gum",
]
[[package]]
name = "polkadot-node-core-parachains-inherent"
-version = "0.9.18"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+version = "0.9.19"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"async-trait",
"futures 0.3.21",
@@ -7712,13 +7591,13 @@
"sp-inherents",
"sp-runtime",
"thiserror",
- "tracing",
+ "tracing-gum",
]
[[package]]
name = "polkadot-node-core-provisioner"
-version = "0.9.18"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+version = "0.9.19"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"bitvec",
"futures 0.3.21",
@@ -7729,13 +7608,13 @@
"polkadot-primitives",
"rand 0.8.5",
"thiserror",
- "tracing",
+ "tracing-gum",
]
[[package]]
name = "polkadot-node-core-pvf"
-version = "0.9.18"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+version = "0.9.19"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"always-assert",
"assert_matches",
@@ -7759,13 +7638,13 @@
"sp-maybe-compressed-blob",
"sp-tracing",
"sp-wasm-interface",
- "tracing",
+ "tracing-gum",
]
[[package]]
name = "polkadot-node-core-pvf-checker"
-version = "0.9.18"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+version = "0.9.19"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"futures 0.3.21",
"polkadot-node-primitives",
@@ -7775,13 +7654,13 @@
"polkadot-primitives",
"sp-keystore",
"thiserror",
- "tracing",
+ "tracing-gum",
]
[[package]]
name = "polkadot-node-core-runtime-api"
-version = "0.9.18"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+version = "0.9.19"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"futures 0.3.21",
"memory-lru",
@@ -7793,13 +7672,13 @@
"sp-authority-discovery",
"sp-consensus-babe",
"sp-core",
- "tracing",
+ "tracing-gum",
]
[[package]]
name = "polkadot-node-jaeger"
-version = "0.9.18"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+version = "0.9.19"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"async-std",
"lazy_static",
@@ -7816,8 +7695,8 @@
[[package]]
name = "polkadot-node-metrics"
-version = "0.9.18"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+version = "0.9.19"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"bs58",
"futures 0.3.21",
@@ -7830,13 +7709,13 @@
"sc-service",
"sc-tracing",
"substrate-prometheus-endpoint",
- "tracing",
+ "tracing-gum",
]
[[package]]
name = "polkadot-node-network-protocol"
-version = "0.9.18"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+version = "0.9.19"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"async-trait",
"fatality",
@@ -7853,8 +7732,8 @@
[[package]]
name = "polkadot-node-primitives"
-version = "0.9.18"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+version = "0.9.19"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"bounded-vec",
"futures 0.3.21",
@@ -7875,8 +7754,8 @@
[[package]]
name = "polkadot-node-subsystem"
-version = "0.9.18"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+version = "0.9.19"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"polkadot-node-jaeger",
"polkadot-node-subsystem-types",
@@ -7885,8 +7764,8 @@
[[package]]
name = "polkadot-node-subsystem-types"
-version = "0.9.18"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+version = "0.9.19"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"derive_more",
"futures 0.3.21",
@@ -7904,8 +7783,8 @@
[[package]]
name = "polkadot-node-subsystem-util"
-version = "0.9.18"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+version = "0.9.19"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"async-trait",
"derive_more",
@@ -7932,13 +7811,13 @@
"sp-core",
"sp-keystore",
"thiserror",
- "tracing",
+ "tracing-gum",
]
[[package]]
name = "polkadot-overseer"
-version = "0.9.18"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+version = "0.9.19"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"futures 0.3.21",
"futures-timer",
@@ -7953,13 +7832,13 @@
"polkadot-primitives",
"sc-client-api",
"sp-api",
- "tracing",
+ "tracing-gum",
]
[[package]]
name = "polkadot-overseer-gen"
-version = "0.9.18"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+version = "0.9.19"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"async-trait",
"futures 0.3.21",
@@ -7970,15 +7849,15 @@
"polkadot-node-primitives",
"polkadot-overseer-gen-proc-macro",
"thiserror",
- "tracing",
+ "tracing-gum",
]
[[package]]
name = "polkadot-overseer-gen-proc-macro"
-version = "0.9.18"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+version = "0.9.19"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
- "expander 0.0.5",
+ "expander 0.0.6",
"proc-macro-crate 1.1.3",
"proc-macro2",
"quote",
@@ -7987,8 +7866,8 @@
[[package]]
name = "polkadot-parachain"
-version = "0.9.18"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+version = "0.9.19"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"derive_more",
"frame-support",
@@ -8004,8 +7883,8 @@
[[package]]
name = "polkadot-performance-test"
-version = "0.9.18"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+version = "0.9.19"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"env_logger",
"kusama-runtime",
@@ -8019,8 +7898,8 @@
[[package]]
name = "polkadot-primitives"
-version = "0.9.18"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+version = "0.9.19"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"bitvec",
"frame-system",
@@ -8049,8 +7928,8 @@
[[package]]
name = "polkadot-rpc"
-version = "0.9.18"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+version = "0.9.19"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"beefy-gadget",
"beefy-gadget-rpc",
@@ -8076,12 +7955,13 @@
"sp-keystore",
"sp-runtime",
"substrate-frame-rpc-system",
+ "substrate-state-trie-migration-rpc",
]
[[package]]
name = "polkadot-runtime"
-version = "0.9.18"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+version = "0.9.19"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"beefy-primitives",
"bitvec",
@@ -8101,6 +7981,7 @@
"pallet-bags-list",
"pallet-balances",
"pallet-bounties",
+ "pallet-child-bounties",
"pallet-collective",
"pallet-democracy",
"pallet-election-provider-multi-phase",
@@ -8164,8 +8045,8 @@
[[package]]
name = "polkadot-runtime-common"
-version = "0.9.18"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+version = "0.9.19"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"beefy-primitives",
"bitvec",
@@ -8174,7 +8055,7 @@
"frame-support",
"frame-system",
"impl-trait-for-tuples",
- "libsecp256k1 0.7.0",
+ "libsecp256k1",
"log",
"pallet-authorship",
"pallet-babe",
@@ -8211,8 +8092,8 @@
[[package]]
name = "polkadot-runtime-constants"
-version = "0.9.18"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+version = "0.9.19"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"frame-support",
"polkadot-primitives",
@@ -8223,8 +8104,8 @@
[[package]]
name = "polkadot-runtime-metrics"
-version = "0.9.18"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+version = "0.9.19"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"bs58",
"parity-scale-codec",
@@ -8235,8 +8116,8 @@
[[package]]
name = "polkadot-runtime-parachains"
-version = "0.9.18"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+version = "0.9.19"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"bitflags",
"bitvec",
@@ -8262,6 +8143,7 @@
"scale-info",
"serde",
"sp-api",
+ "sp-application-crypto",
"sp-core",
"sp-inherents",
"sp-io",
@@ -8277,8 +8159,8 @@
[[package]]
name = "polkadot-service"
-version = "0.9.18"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+version = "0.9.19"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"async-trait",
"beefy-gadget",
@@ -8372,14 +8254,14 @@
"sp-trie",
"substrate-prometheus-endpoint",
"thiserror",
- "tracing",
+ "tracing-gum",
"westend-runtime",
]
[[package]]
name = "polkadot-statement-distribution"
-version = "0.9.18"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+version = "0.9.19"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"arrayvec 0.5.2",
"fatality",
@@ -8394,13 +8276,13 @@
"sp-keystore",
"sp-staking",
"thiserror",
- "tracing",
+ "tracing-gum",
]
[[package]]
name = "polkadot-statement-table"
-version = "0.9.18"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+version = "0.9.19"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"parity-scale-codec",
"polkadot-primitives",
@@ -8409,8 +8291,8 @@
[[package]]
name = "polkadot-test-runtime"
-version = "0.9.18"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+version = "0.9.19"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"beefy-primitives",
"bitvec",
@@ -8471,8 +8353,8 @@
[[package]]
name = "polkadot-test-service"
-version = "0.9.18"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+version = "0.9.19"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"frame-benchmarking",
"frame-system",
@@ -8520,7 +8402,7 @@
"tempfile",
"test-runtime-constants",
"tokio 1.17.0",
- "tracing",
+ "tracing-gum",
]
[[package]]
@@ -8805,9 +8687,9 @@
[[package]]
name = "quote"
-version = "1.0.17"
+version = "1.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "632d02bff7f874a36f33ea8bb416cd484b90cc66c1194b1a1110d067a7013f58"
+checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"
dependencies = [
"proc-macro2",
]
@@ -8917,9 +8799,9 @@
[[package]]
name = "rayon"
-version = "1.5.1"
+version = "1.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90"
+checksum = "fd249e82c21598a9a426a4e00dd7adc1d640b22445ec8545feef801d1a74c221"
dependencies = [
"autocfg",
"crossbeam-deque",
@@ -8929,14 +8811,13 @@
[[package]]
name = "rayon-core"
-version = "1.9.1"
+version = "1.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e"
+checksum = "9f51245e1e62e1f1629cbfec37b5793bbabcaeb90f30e94d2ba03564687353e4"
dependencies = [
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-utils",
- "lazy_static",
"num_cpus",
]
@@ -8975,18 +8856,18 @@
[[package]]
name = "ref-cast"
-version = "1.0.6"
+version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "300f2a835d808734ee295d45007adacb9ebb29dd3ae2424acfa17930cae541da"
+checksum = "685d58625b6c2b83e4cc88a27c4bf65adb7b6b16dbdc413e515c9405b47432ab"
dependencies = [
"ref-cast-impl",
]
[[package]]
name = "ref-cast-impl"
-version = "1.0.6"
+version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4c38e3aecd2b21cb3959637b883bb3714bc7e43f0268b9a29d3743ee3e55cdd2"
+checksum = "a043824e29c94169374ac5183ac0ed43f5724dc4556b19568007486bd840fa1f"
dependencies = [
"proc-macro2",
"quote",
@@ -9045,10 +8926,10 @@
[[package]]
name = "remote-externalities"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"env_logger",
- "jsonrpsee 0.8.0",
+ "jsonrpsee",
"log",
"parity-scale-codec",
"serde",
@@ -9132,9 +9013,10 @@
[[package]]
name = "rococo-runtime"
-version = "0.9.18"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+version = "0.9.19"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
+ "beefy-merkle-tree",
"beefy-primitives",
"bp-messages",
"bp-rococo",
@@ -9145,6 +9027,7 @@
"frame-executive",
"frame-support",
"frame-system",
+ "frame-system-benchmarking",
"frame-system-rpc-runtime-api",
"hex-literal",
"log",
@@ -9207,8 +9090,8 @@
[[package]]
name = "rococo-runtime-constants"
-version = "0.9.18"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+version = "0.9.19"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"frame-support",
"polkadot-primitives",
@@ -9325,9 +9208,9 @@
[[package]]
name = "rustls-native-certs"
-version = "0.6.1"
+version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5ca9ebdfa27d3fc180e42879037b5338ab1c040c06affd00d8338598e7800943"
+checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"
dependencies = [
"openssl-probe",
"rustls-pemfile",
@@ -9337,9 +9220,9 @@
[[package]]
name = "rustls-pemfile"
-version = "0.2.1"
+version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5eebeaeb360c87bfb72e84abdb3447159c0eaececf1bef2aecd65a8be949d1c9"
+checksum = "e7522c9de787ff061458fe9a829dc790a3f5b22dc571694fc5883f448b94d9a9"
dependencies = [
"base64",
]
@@ -9397,7 +9280,7 @@
[[package]]
name = "sc-allocator"
version = "4.1.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"log",
"sp-core",
@@ -9408,7 +9291,7 @@
[[package]]
name = "sc-authority-discovery"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"async-trait",
"futures 0.3.21",
@@ -9435,7 +9318,7 @@
[[package]]
name = "sc-basic-authorship"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"futures 0.3.21",
"futures-timer",
@@ -9458,7 +9341,7 @@
[[package]]
name = "sc-block-builder"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"parity-scale-codec",
"sc-client-api",
@@ -9474,7 +9357,7 @@
[[package]]
name = "sc-chain-spec"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"impl-trait-for-tuples",
"memmap2 0.5.3",
@@ -9491,7 +9374,7 @@
[[package]]
name = "sc-chain-spec-derive"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"proc-macro-crate 1.1.3",
"proc-macro2",
@@ -9502,7 +9385,7 @@
[[package]]
name = "sc-cli"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"chrono",
"clap",
@@ -9540,7 +9423,7 @@
[[package]]
name = "sc-client-api"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"fnv",
"futures 0.3.21",
@@ -9568,7 +9451,7 @@
[[package]]
name = "sc-client-db"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"hash-db",
"kvdb",
@@ -9593,7 +9476,7 @@
[[package]]
name = "sc-consensus"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"async-trait",
"futures 0.3.21",
@@ -9617,7 +9500,7 @@
[[package]]
name = "sc-consensus-aura"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"async-trait",
"futures 0.3.21",
@@ -9646,7 +9529,7 @@
[[package]]
name = "sc-consensus-babe"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"async-trait",
"fork-tree",
@@ -9689,7 +9572,7 @@
[[package]]
name = "sc-consensus-babe-rpc"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"futures 0.3.21",
"jsonrpc-core",
@@ -9713,7 +9596,7 @@
[[package]]
name = "sc-consensus-epochs"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"fork-tree",
"parity-scale-codec",
@@ -9726,7 +9609,7 @@
[[package]]
name = "sc-consensus-manual-seal"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"assert_matches",
"async-trait",
@@ -9762,7 +9645,7 @@
[[package]]
name = "sc-consensus-slots"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"async-trait",
"futures 0.3.21",
@@ -9787,7 +9670,7 @@
[[package]]
name = "sc-consensus-uncles"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"sc-client-api",
"sp-authorship",
@@ -9798,10 +9681,10 @@
[[package]]
name = "sc-executor"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"lazy_static",
- "lru 0.6.6",
+ "lru 0.7.5",
"parity-scale-codec",
"parking_lot 0.12.0",
"sc-executor-common",
@@ -9825,7 +9708,7 @@
[[package]]
name = "sc-executor-common"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"environmental",
"parity-scale-codec",
@@ -9842,7 +9725,7 @@
[[package]]
name = "sc-executor-wasmi"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"log",
"parity-scale-codec",
@@ -9858,7 +9741,7 @@
[[package]]
name = "sc-executor-wasmtime"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"cfg-if 1.0.0",
"libc",
@@ -9876,7 +9759,7 @@
[[package]]
name = "sc-finality-grandpa"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"ahash",
"async-trait",
@@ -9916,7 +9799,7 @@
[[package]]
name = "sc-finality-grandpa-rpc"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"finality-grandpa",
"futures 0.3.21",
@@ -9940,7 +9823,7 @@
[[package]]
name = "sc-informant"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"ansi_term",
"futures 0.3.21",
@@ -9957,7 +9840,7 @@
[[package]]
name = "sc-keystore"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"async-trait",
"hex",
@@ -9972,7 +9855,7 @@
[[package]]
name = "sc-network"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"async-trait",
"asynchronous-codec 0.5.0",
@@ -10021,7 +9904,7 @@
[[package]]
name = "sc-network-gossip"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"ahash",
"futures 0.3.21",
@@ -10038,7 +9921,7 @@
[[package]]
name = "sc-offchain"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"bytes 1.1.0",
"fnv",
@@ -10066,7 +9949,7 @@
[[package]]
name = "sc-peerset"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"futures 0.3.21",
"libp2p",
@@ -10079,7 +9962,7 @@
[[package]]
name = "sc-proposer-metrics"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"log",
"substrate-prometheus-endpoint",
@@ -10088,7 +9971,7 @@
[[package]]
name = "sc-rpc"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"futures 0.3.21",
"hash-db",
@@ -10119,7 +10002,7 @@
[[package]]
name = "sc-rpc-api"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"futures 0.3.21",
"jsonrpc-core",
@@ -10131,6 +10014,7 @@
"parking_lot 0.12.0",
"sc-chain-spec",
"sc-transaction-pool-api",
+ "scale-info",
"serde",
"serde_json",
"sp-core",
@@ -10144,7 +10028,7 @@
[[package]]
name = "sc-rpc-server"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"futures 0.3.21",
"jsonrpc-core",
@@ -10161,7 +10045,7 @@
[[package]]
name = "sc-service"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"async-trait",
"directories",
@@ -10225,7 +10109,7 @@
[[package]]
name = "sc-state-db"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"log",
"parity-scale-codec",
@@ -10239,7 +10123,7 @@
[[package]]
name = "sc-sync-state-rpc"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"jsonrpc-core",
"jsonrpc-core-client",
@@ -10260,7 +10144,7 @@
[[package]]
name = "sc-telemetry"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"chrono",
"futures 0.3.21",
@@ -10278,7 +10162,7 @@
[[package]]
name = "sc-tracing"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"ansi_term",
"atty",
@@ -10309,7 +10193,7 @@
[[package]]
name = "sc-tracing-proc-macro"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"proc-macro-crate 1.1.3",
"proc-macro2",
@@ -10320,7 +10204,7 @@
[[package]]
name = "sc-transaction-pool"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"futures 0.3.21",
"futures-timer",
@@ -10347,7 +10231,7 @@
[[package]]
name = "sc-transaction-pool-api"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"futures 0.3.21",
"log",
@@ -10360,7 +10244,7 @@
[[package]]
name = "sc-utils"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"futures 0.3.21",
"futures-timer",
@@ -10372,9 +10256,9 @@
[[package]]
name = "scale-info"
-version = "2.0.1"
+version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0563970d79bcbf3c537ce3ad36d859b30d36fc5b190efd227f1f7a84d7cf0d42"
+checksum = "8980cafbe98a7ee7a9cc16b32ebce542c77883f512d83fbf2ddc8f6a85ea74c9"
dependencies = [
"bitvec",
"cfg-if 1.0.0",
@@ -10386,9 +10270,9 @@
[[package]]
name = "scale-info-derive"
-version = "2.0.0"
+version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b7805950c36512db9e3251c970bb7ac425f326716941862205d612ab3b5e46e2"
+checksum = "4260c630e8a8a33429d1688eff2f163f24c65a4e1b1578ef6b565061336e4b6f"
dependencies = [
"proc-macro-crate 1.1.3",
"proc-macro2",
@@ -10420,7 +10304,7 @@
"rand 0.7.3",
"rand_core 0.5.1",
"sha2 0.8.2",
- "subtle 2.4.1",
+ "subtle",
"zeroize",
]
@@ -10465,7 +10349,7 @@
"der",
"generic-array 0.14.5",
"pkcs8",
- "subtle 2.4.1",
+ "subtle",
"zeroize",
]
@@ -10669,19 +10553,6 @@
"cfg-if 1.0.0",
"cpufeatures 0.2.2",
"digest 0.10.3",
-]
-
-[[package]]
-name = "sha3"
-version = "0.8.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "dd26bc0e7a2e3a7c959bc494caf58b72ee0c71d67704e9520f736ca7e4853ecf"
-dependencies = [
- "block-buffer 0.7.3",
- "byte-tools",
- "digest 0.8.1",
- "keccak",
- "opaque-debug 0.2.3",
]
[[package]]
@@ -10769,8 +10640,8 @@
[[package]]
name = "slot-range-helper"
-version = "0.9.18"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+version = "0.9.19"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"enumn",
"parity-scale-codec",
@@ -10814,7 +10685,7 @@
"ring",
"rustc_version 0.3.3",
"sha2 0.9.9",
- "subtle 2.4.1",
+ "subtle",
"x25519-dalek",
]
@@ -10858,7 +10729,7 @@
[[package]]
name = "sp-api"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"hash-db",
"log",
@@ -10875,7 +10746,7 @@
[[package]]
name = "sp-api-proc-macro"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"blake2 0.10.4",
"proc-macro-crate 1.1.3",
@@ -10887,7 +10758,7 @@
[[package]]
name = "sp-application-crypto"
version = "6.0.0"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"parity-scale-codec",
"scale-info",
@@ -10900,7 +10771,7 @@
[[package]]
name = "sp-arithmetic"
version = "5.0.0"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"integer-sqrt",
"num-traits",
@@ -10915,7 +10786,7 @@
[[package]]
name = "sp-authority-discovery"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"parity-scale-codec",
"scale-info",
@@ -10928,7 +10799,7 @@
[[package]]
name = "sp-authorship"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"async-trait",
"parity-scale-codec",
@@ -10940,7 +10811,7 @@
[[package]]
name = "sp-block-builder"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"parity-scale-codec",
"sp-api",
@@ -10952,7 +10823,7 @@
[[package]]
name = "sp-blockchain"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"futures 0.3.21",
"log",
@@ -10970,7 +10841,7 @@
[[package]]
name = "sp-consensus"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"async-trait",
"futures 0.3.21",
@@ -10989,7 +10860,7 @@
[[package]]
name = "sp-consensus-aura"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"async-trait",
"parity-scale-codec",
@@ -11007,7 +10878,7 @@
[[package]]
name = "sp-consensus-babe"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"async-trait",
"merlin",
@@ -11030,7 +10901,7 @@
[[package]]
name = "sp-consensus-slots"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"parity-scale-codec",
"scale-info",
@@ -11044,7 +10915,7 @@
[[package]]
name = "sp-consensus-vrf"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"parity-scale-codec",
"schnorrkel",
@@ -11056,7 +10927,7 @@
[[package]]
name = "sp-core"
version = "6.0.0"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"base58",
"bitflags",
@@ -11070,7 +10941,7 @@
"hex",
"impl-serde",
"lazy_static",
- "libsecp256k1 0.7.0",
+ "libsecp256k1",
"log",
"merlin",
"num-traits",
@@ -11102,7 +10973,7 @@
[[package]]
name = "sp-core-hashing"
version = "4.0.0"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"blake2 0.10.4",
"byteorder",
@@ -11116,7 +10987,7 @@
[[package]]
name = "sp-core-hashing-proc-macro"
version = "5.0.0"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"proc-macro2",
"quote",
@@ -11127,7 +10998,7 @@
[[package]]
name = "sp-database"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"kvdb",
"parking_lot 0.12.0",
@@ -11136,7 +11007,7 @@
[[package]]
name = "sp-debug-derive"
version = "4.0.0"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"proc-macro2",
"quote",
@@ -11146,7 +11017,7 @@
[[package]]
name = "sp-externalities"
version = "0.12.0"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"environmental",
"parity-scale-codec",
@@ -11157,7 +11028,7 @@
[[package]]
name = "sp-finality-grandpa"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"finality-grandpa",
"log",
@@ -11175,7 +11046,7 @@
[[package]]
name = "sp-inherents"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"async-trait",
"impl-trait-for-tuples",
@@ -11189,11 +11060,11 @@
[[package]]
name = "sp-io"
version = "6.0.0"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"futures 0.3.21",
"hash-db",
- "libsecp256k1 0.7.0",
+ "libsecp256k1",
"log",
"parity-scale-codec",
"parking_lot 0.12.0",
@@ -11214,7 +11085,7 @@
[[package]]
name = "sp-keyring"
version = "6.0.0"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"lazy_static",
"sp-core",
@@ -11225,7 +11096,7 @@
[[package]]
name = "sp-keystore"
version = "0.12.0"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"async-trait",
"futures 0.3.21",
@@ -11242,7 +11113,7 @@
[[package]]
name = "sp-maybe-compressed-blob"
version = "4.1.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"thiserror",
"zstd",
@@ -11251,33 +11122,21 @@
[[package]]
name = "sp-npos-elections"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"parity-scale-codec",
"scale-info",
"serde",
"sp-arithmetic",
"sp-core",
- "sp-npos-elections-solution-type",
"sp-runtime",
"sp-std",
]
[[package]]
-name = "sp-npos-elections-solution-type"
-version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
-dependencies = [
- "proc-macro-crate 1.1.3",
- "proc-macro2",
- "quote",
- "syn",
-]
-
-[[package]]
name = "sp-offchain"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"sp-api",
"sp-core",
@@ -11287,7 +11146,7 @@
[[package]]
name = "sp-panic-handler"
version = "4.0.0"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"backtrace",
"lazy_static",
@@ -11297,7 +11156,7 @@
[[package]]
name = "sp-rpc"
version = "6.0.0"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"rustc-hash",
"serde",
@@ -11307,7 +11166,7 @@
[[package]]
name = "sp-runtime"
version = "6.0.0"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"either",
"hash256-std-hasher",
@@ -11329,7 +11188,7 @@
[[package]]
name = "sp-runtime-interface"
version = "6.0.0"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"impl-trait-for-tuples",
"parity-scale-codec",
@@ -11346,7 +11205,7 @@
[[package]]
name = "sp-runtime-interface-proc-macro"
version = "5.0.0"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"Inflector",
"proc-macro-crate 1.1.3",
@@ -11358,7 +11217,7 @@
[[package]]
name = "sp-serializer"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"serde",
"serde_json",
@@ -11367,7 +11226,7 @@
[[package]]
name = "sp-session"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"parity-scale-codec",
"scale-info",
@@ -11381,7 +11240,7 @@
[[package]]
name = "sp-staking"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"parity-scale-codec",
"scale-info",
@@ -11392,7 +11251,7 @@
[[package]]
name = "sp-state-machine"
version = "0.12.0"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"hash-db",
"log",
@@ -11408,19 +11267,18 @@
"sp-trie",
"thiserror",
"tracing",
- "trie-db",
"trie-root",
]
[[package]]
name = "sp-std"
version = "4.0.0"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+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.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"impl-serde",
"parity-scale-codec",
@@ -11433,7 +11291,7 @@
[[package]]
name = "sp-tasks"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"log",
"sp-core",
@@ -11446,7 +11304,7 @@
[[package]]
name = "sp-timestamp"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"async-trait",
"futures-timer",
@@ -11462,7 +11320,7 @@
[[package]]
name = "sp-tracing"
version = "5.0.0"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"parity-scale-codec",
"sp-std",
@@ -11474,7 +11332,7 @@
[[package]]
name = "sp-transaction-pool"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"sp-api",
"sp-runtime",
@@ -11483,7 +11341,7 @@
[[package]]
name = "sp-transaction-storage-proof"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"async-trait",
"log",
@@ -11499,7 +11357,7 @@
[[package]]
name = "sp-trie"
version = "6.0.0"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"hash-db",
"memory-db",
@@ -11515,7 +11373,7 @@
[[package]]
name = "sp-version"
version = "5.0.0"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"impl-serde",
"parity-scale-codec",
@@ -11532,7 +11390,7 @@
[[package]]
name = "sp-version-proc-macro"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"parity-scale-codec",
"proc-macro2",
@@ -11543,7 +11401,7 @@
[[package]]
name = "sp-wasm-interface"
version = "6.0.0"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"impl-trait-for-tuples",
"log",
@@ -11700,7 +11558,7 @@
[[package]]
name = "substrate-build-script-utils"
version = "3.0.0"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"platforms",
]
@@ -11708,7 +11566,7 @@
[[package]]
name = "substrate-frame-rpc-system"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"frame-system-rpc-runtime-api",
"futures 0.3.21",
@@ -11730,7 +11588,7 @@
[[package]]
name = "substrate-prometheus-endpoint"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"futures-util",
"hyper",
@@ -11741,9 +11599,32 @@
]
[[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"
+dependencies = [
+ "jsonrpc-core",
+ "jsonrpc-core-client",
+ "jsonrpc-derive",
+ "log",
+ "parity-scale-codec",
+ "sc-client-api",
+ "sc-rpc-api",
+ "scale-info",
+ "serde",
+ "sp-core",
+ "sp-io",
+ "sp-runtime",
+ "sp-state-machine",
+ "sp-std",
+ "sp-trie",
+ "trie-db",
+]
+
+[[package]]
name = "substrate-test-client"
version = "2.0.1"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"async-trait",
"futures 0.3.21",
@@ -11769,7 +11650,7 @@
[[package]]
name = "substrate-test-utils"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"futures 0.3.21",
"substrate-test-utils-derive",
@@ -11779,7 +11660,7 @@
[[package]]
name = "substrate-test-utils-derive"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"proc-macro-crate 1.1.3",
"proc-macro2",
@@ -11790,7 +11671,7 @@
[[package]]
name = "substrate-wasm-builder"
version = "5.0.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"ansi_term",
"build-helper",
@@ -11805,12 +11686,6 @@
[[package]]
name = "subtle"
-version = "1.0.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee"
-
-[[package]]
-name = "subtle"
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
@@ -11875,8 +11750,8 @@
[[package]]
name = "test-runtime-constants"
-version = "0.9.18"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+version = "0.9.19"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"frame-support",
"polkadot-primitives",
@@ -11912,6 +11787,12 @@
]
[[package]]
+name = "thousands"
+version = "0.2.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"
+
+[[package]]
name = "thread_local"
version = "1.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -11994,9 +11875,9 @@
[[package]]
name = "tinyvec"
-version = "1.5.1"
+version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"
+checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
dependencies = [
"tinyvec_macros",
]
@@ -12032,7 +11913,7 @@
"num_cpus",
"once_cell",
"parking_lot 0.12.0",
- "pin-project-lite 0.2.8",
+ "pin-project-lite 0.2.9",
"signal-hook-registry",
"socket2 0.4.4",
"tokio-macros 1.7.0",
@@ -12090,7 +11971,7 @@
checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3"
dependencies = [
"futures-core",
- "pin-project-lite 0.2.8",
+ "pin-project-lite 0.2.9",
"tokio 1.17.0",
]
@@ -12102,10 +11983,9 @@
dependencies = [
"bytes 1.1.0",
"futures-core",
- "futures-io",
"futures-sink",
"log",
- "pin-project-lite 0.2.8",
+ "pin-project-lite 0.2.9",
"tokio 1.17.0",
]
@@ -12117,17 +11997,18 @@
dependencies = [
"bytes 1.1.0",
"futures-core",
+ "futures-io",
"futures-sink",
- "pin-project-lite 0.2.8",
+ "pin-project-lite 0.2.9",
"tokio 1.17.0",
"tracing",
]
[[package]]
name = "toml"
-version = "0.5.8"
+version = "0.5.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
+checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
dependencies = [
"serde",
]
@@ -12140,12 +12021,12 @@
[[package]]
name = "tracing"
-version = "0.1.32"
+version = "0.1.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4a1bdf54a7c28a2bbf701e1d2233f6c77f473486b94bee4f9678da5a148dca7f"
+checksum = "5d0ecdcb44a79f0fe9844f0c4f33a342cbcbb5117de8001e6ba0dc2351327d09"
dependencies = [
"cfg-if 1.0.0",
- "pin-project-lite 0.2.8",
+ "pin-project-lite 0.2.9",
"tracing-attributes",
"tracing-core",
]
@@ -12163,9 +12044,9 @@
[[package]]
name = "tracing-core"
-version = "0.1.24"
+version = "0.1.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "90442985ee2f57c9e1b548ee72ae842f4a9a20e3f417cc38dbc5dc684d9bb4ee"
+checksum = "f54c8ca710e81886d498c2fd3331b56c93aa248d49de2222ad2742247c60072f"
dependencies = [
"lazy_static",
"valuable",
@@ -12182,10 +12063,33 @@
]
[[package]]
+name = "tracing-gum"
+version = "0.9.19"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+dependencies = [
+ "polkadot-node-jaeger",
+ "polkadot-primitives",
+ "tracing",
+ "tracing-gum-proc-macro",
+]
+
+[[package]]
+name = "tracing-gum-proc-macro"
+version = "0.9.19"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
+dependencies = [
+ "expander 0.0.6",
+ "proc-macro-crate 1.1.3",
+ "proc-macro2",
+ "quote",
+ "syn",
+]
+
+[[package]]
name = "tracing-log"
-version = "0.1.2"
+version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3"
+checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
dependencies = [
"lazy_static",
"log",
@@ -12309,10 +12213,10 @@
[[package]]
name = "try-runtime-cli"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
+source = "git+https://github.com//paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613"
dependencies = [
"clap",
- "jsonrpsee 0.4.1",
+ "jsonrpsee",
"log",
"parity-scale-codec",
"remote-externalities",
@@ -12403,9 +12307,9 @@
[[package]]
name = "unicode-bidi"
-version = "0.3.7"
+version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"
+checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
[[package]]
name = "unicode-normalization"
@@ -12523,6 +12427,7 @@
"fc-rpc",
"fc-rpc-core",
"fp-rpc",
+ "fp-storage",
"futures 0.3.21",
"jsonrpc-core",
"jsonrpc-pubsub",
@@ -12660,7 +12565,7 @@
checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"
dependencies = [
"generic-array 0.14.5",
- "subtle 2.4.1",
+ "subtle",
]
[[package]]
@@ -12731,7 +12636,7 @@
[[package]]
name = "up-sponsorship"
version = "0.1.0"
-source = "git+https://github.com/UniqueNetwork/pallet-sponsoring?branch=polkadot-v0.9.18#7bc842b35a53f762ee6ee89e5f5bef84a284c9f4"
+source = "git+https://github.com//uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.19#df33e79470e92e3218a507f09d1b0dd78b67b1fd"
dependencies = [
"impl-trait-for-tuples",
]
@@ -12840,9 +12745,9 @@
[[package]]
name = "wasm-bindgen"
-version = "0.2.79"
+version = "0.2.80"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "25f1af7423d8588a3d840681122e72e6a24ddbcb3f0ec385cac0d12d24256c06"
+checksum = "27370197c907c55e3f1a9fbe26f44e937fe6451368324e009cba39e139dc08ad"
dependencies = [
"cfg-if 1.0.0",
"wasm-bindgen-macro",
@@ -12850,9 +12755,9 @@
[[package]]
name = "wasm-bindgen-backend"
-version = "0.2.79"
+version = "0.2.80"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8b21c0df030f5a177f3cba22e9bc4322695ec43e7257d865302900290bcdedca"
+checksum = "53e04185bfa3a779273da532f5025e33398409573f348985af9a1cbf3774d3f4"
dependencies = [
"bumpalo",
"lazy_static",
@@ -12865,9 +12770,9 @@
[[package]]
name = "wasm-bindgen-futures"
-version = "0.4.29"
+version = "0.4.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2eb6ec270a31b1d3c7e266b999739109abce8b6c87e4b31fcfcd788b65267395"
+checksum = "6f741de44b75e14c35df886aff5f1eb73aa114fa5d4d00dcd37b5e01259bf3b2"
dependencies = [
"cfg-if 1.0.0",
"js-sys",
@@ -12877,9 +12782,9 @@
[[package]]
name = "wasm-bindgen-macro"
-version = "0.2.79"
+version = "0.2.80"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2f4203d69e40a52ee523b2529a773d5ffc1dc0071801c87b3d270b471b80ed01"
+checksum = "17cae7ff784d7e83a2fe7611cfe766ecf034111b49deb850a3dc7699c08251f5"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
@@ -12887,9 +12792,9 @@
[[package]]
name = "wasm-bindgen-macro-support"
-version = "0.2.79"
+version = "0.2.80"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bfa8a30d46208db204854cadbb5d4baf5fcf8071ba5bf48190c3e59937962ebc"
+checksum = "99ec0dc7a4756fffc231aab1b9f2f578d23cd391390ab27f952ae0c9b3ece20b"
dependencies = [
"proc-macro2",
"quote",
@@ -12900,9 +12805,9 @@
[[package]]
name = "wasm-bindgen-shared"
-version = "0.2.79"
+version = "0.2.80"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3d958d035c4438e28c70e4321a2911302f10135ce78a9c7834c0cab4123d06a2"
+checksum = "d554b7f530dee5964d9a9468d95c1f8b8acae4f282807e7d27d4b03099a46744"
[[package]]
name = "wasm-gc-api"
@@ -12984,7 +12889,7 @@
"lazy_static",
"libc",
"log",
- "object",
+ "object 0.27.1",
"paste",
"psm",
"rayon",
@@ -13036,7 +12941,7 @@
"gimli",
"log",
"more-asserts",
- "object",
+ "object 0.27.1",
"target-lexicon",
"thiserror",
"wasmparser",
@@ -13055,7 +12960,7 @@
"indexmap",
"log",
"more-asserts",
- "object",
+ "object 0.27.1",
"serde",
"target-lexicon",
"thiserror",
@@ -13074,7 +12979,7 @@
"bincode",
"cfg-if 1.0.0",
"gimli",
- "object",
+ "object 0.27.1",
"region",
"rustix",
"serde",
@@ -13124,9 +13029,9 @@
[[package]]
name = "web-sys"
-version = "0.3.56"
+version = "0.3.57"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c060b319f29dd25724f09a2ba1418f142f539b2be99fbf4d2d5a8f7330afb8eb"
+checksum = "7b17e741662c70c8bd24ac5c5b18de314a2c26c32bf8346ee1e6f53de919c283"
dependencies = [
"js-sys",
"wasm-bindgen",
@@ -13163,9 +13068,9 @@
[[package]]
name = "webpki-roots"
-version = "0.22.2"
+version = "0.22.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "552ceb903e957524388c4d3475725ff2c8b7960922063af6ce53c9a43da07449"
+checksum = "44d8de8415c823c8abd270ad483c6feeac771fad964890779f9a8cb24fbbc1bf"
dependencies = [
"webpki 0.22.0",
]
@@ -13181,8 +13086,8 @@
[[package]]
name = "westend-runtime"
-version = "0.9.18"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+version = "0.9.19"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"beefy-primitives",
"bitvec",
@@ -13267,8 +13172,8 @@
[[package]]
name = "westend-runtime-constants"
-version = "0.9.18"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+version = "0.9.19"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"frame-support",
"polkadot-primitives",
@@ -13421,8 +13326,8 @@
[[package]]
name = "xcm"
-version = "0.9.18"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+version = "0.9.19"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"derivative",
"impl-trait-for-tuples",
@@ -13434,8 +13339,8 @@
[[package]]
name = "xcm-builder"
-version = "0.9.18"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+version = "0.9.19"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"frame-support",
"frame-system",
@@ -13454,8 +13359,8 @@
[[package]]
name = "xcm-executor"
-version = "0.9.18"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+version = "0.9.19"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -13473,7 +13378,7 @@
[[package]]
name = "xcm-procedural"
version = "0.1.0"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"
+source = "git+https://github.com//paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48"
dependencies = [
"Inflector",
"proc-macro2",
Cargo.tomldiffbeforeafterboth--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,3 +13,298 @@
]
[profile.release]
panic = 'unwind'
+
+[patch."https://github.com/paritytech/substrate.git"]
+beefy-gadget = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+beefy-gadget-rpc = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+beefy-merkle-tree = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+beefy-primitives = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+fork-tree = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+frame-benchmarking = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+frame-benchmarking-cli = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+frame-election-provider-support = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+frame-executive = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+frame-support = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+frame-support-procedural = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+frame-support-procedural-tools = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+frame-support-procedural-tools-derive = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+frame-system = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+frame-system-benchmarking = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+frame-system-rpc-runtime-api = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+frame-try-runtime = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-aura = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-authority-discovery = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-authorship = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-babe = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-bags-list = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-balances = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-beefy = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-beefy-mmr = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-bounties = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-collective = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-democracy = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-election-provider-multi-phase = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-elections-phragmen = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-gilt = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-grandpa = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-identity = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-im-online = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-indices = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-membership = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-mmr = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-mmr-primitives = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-mmr-rpc = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-multisig = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-nicks = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-offences = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-offences-benchmarking = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-preimage = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-proxy = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-randomness-collective-flip = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-recovery = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-scheduler = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-session = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-session-benchmarking = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-society = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-staking = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-staking-reward-curve = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-staking-reward-fn = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-sudo = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-timestamp = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-tips = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-transaction-payment = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-transaction-payment-rpc = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-treasury = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-utility = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-vesting = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+remote-externalities = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-allocator = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-authority-discovery = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-basic-authorship = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-block-builder = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-chain-spec = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-chain-spec-derive = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-cli = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-client-api = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-client-db = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-consensus = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-consensus-aura = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-consensus-babe = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-consensus-babe-rpc = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-consensus-epochs = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-consensus-manual-seal = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-consensus-slots = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-consensus-uncles = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-executor = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-executor-common = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-executor-wasmi = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-executor-wasmtime = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-finality-grandpa = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-finality-grandpa-rpc = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-informant = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-keystore = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-network = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-network-gossip = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-offchain = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-peerset = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-proposer-metrics = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-rpc = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-rpc-api = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-rpc-server = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-service = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-state-db = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-sync-state-rpc = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-telemetry = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-tracing = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-tracing-proc-macro = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-transaction-pool = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-transaction-pool-api = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sc-utils = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-api = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-api-proc-macro = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-application-crypto = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-arithmetic = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-authority-discovery = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-authorship = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-block-builder = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-blockchain = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-consensus = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-consensus-aura = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-consensus-babe = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-consensus-slots = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-consensus-vrf = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-core = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-core-hashing = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-core-hashing-proc-macro = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-database = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-debug-derive = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-externalities = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-finality-grandpa = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-inherents = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-io = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-keyring = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-keystore = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-maybe-compressed-blob = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-npos-elections = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-offchain = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-panic-handler = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-rpc = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-runtime = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-runtime-interface = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-runtime-interface-proc-macro = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-serializer = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-session = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-staking = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-state-machine = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-std = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-storage = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-tasks = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-timestamp = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-tracing = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-transaction-pool = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-transaction-storage-proof = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-trie = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-version = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-version-proc-macro = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+sp-wasm-interface = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+substrate-build-script-utils = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+substrate-frame-rpc-system = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+substrate-prometheus-endpoint = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+substrate-test-client = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+substrate-test-utils = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+substrate-test-utils-derive = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+substrate-wasm-builder = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+try-runtime-cli = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+pallet-child-bounties = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+substrate-state-trie-migration-rpc = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }
+
+[patch."https://github.com/paritytech/polkadot"]
+bp-header-chain = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+bp-message-dispatch = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+bp-messages = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+bp-polkadot-core = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+bp-rococo = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+bp-runtime = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+bp-test-utils = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+bp-wococo = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+bridge-runtime-common = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+kusama-runtime = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+kusama-runtime-constants = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+metered-channel = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+pallet-bridge-dispatch = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+pallet-bridge-grandpa = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+pallet-bridge-messages = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+pallet-xcm = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+pallet-xcm-benchmarks = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-approval-distribution = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-availability-bitfield-distribution = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-availability-distribution = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-availability-recovery = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-cli = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-client = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-collator-protocol = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-core-primitives = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-dispute-distribution = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-erasure-coding = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-gossip-support = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-network-bridge = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-node-collation-generation = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-node-core-approval-voting = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-node-core-av-store = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-node-core-backing = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-node-core-bitfield-signing = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-node-core-candidate-validation = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-node-core-chain-api = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-node-core-chain-selection = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-node-core-dispute-coordinator = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-node-core-parachains-inherent = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-node-core-provisioner = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-node-core-pvf = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-node-core-pvf-checker = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-node-core-runtime-api = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-node-jaeger = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-node-metrics = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-node-network-protocol = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-node-primitives = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-node-subsystem = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-node-subsystem-types = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-node-subsystem-util = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-overseer = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-overseer-gen = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-overseer-gen-proc-macro = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-parachain = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-performance-test = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-primitives = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-rpc = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-runtime = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-runtime-common = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-runtime-constants = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-runtime-metrics = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-runtime-parachains = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-service = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-statement-distribution = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-statement-table = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-test-runtime = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+polkadot-test-service = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+rococo-runtime = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+rococo-runtime-constants = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+slot-range-helper = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+test-runtime-constants = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+westend-runtime = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+westend-runtime-constants = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+xcm = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+xcm-builder = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+xcm-executor = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+xcm-procedural = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }
+
+[patch."https://github.com/paritytech/cumulus.git"]
+cumulus-client-cli = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
+cumulus-client-collator = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
+cumulus-client-consensus-aura = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
+cumulus-client-consensus-common = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
+cumulus-client-network = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
+cumulus-client-pov-recovery = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
+cumulus-client-service = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
+cumulus-pallet-aura-ext = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
+cumulus-pallet-dmp-queue = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
+cumulus-pallet-parachain-system = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
+cumulus-pallet-parachain-system-proc-macro = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
+cumulus-pallet-xcm = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
+cumulus-pallet-xcmp-queue = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
+cumulus-primitives-core = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
+cumulus-primitives-parachain-inherent = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
+cumulus-primitives-timestamp = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
+cumulus-primitives-utility = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
+cumulus-relay-chain-inprocess-interface = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
+cumulus-relay-chain-interface = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
+cumulus-relay-chain-rpc-interface = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
+cumulus-test-relay-sproof-builder = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
+parachain-info = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }
+
+[patch."https://github.com/uniquenetwork/frontier.git"]
+fc-consensus = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+fc-db = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+fc-mapping-sync = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+fc-rpc = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+fc-rpc-core = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+fp-consensus = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+fp-evm = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+fp-evm-mapping = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+fp-rpc = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+fp-self-contained = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+fp-storage = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+pallet-base-fee = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+pallet-ethereum = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+pallet-evm = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }
+
+[patch."https://github.com/UniqueNetwork/pallet-sponsoring"]
+pallet-template-transaction-payment = { git = "https://github.com//uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.19" }
+up-sponsorship = { git = "https://github.com//uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.19" }
+
+[patch.crates-io]
+evm = { git = "https://github.com//uniquenetwork/evm", branch = "unique-polkadot-v0.9.19" }
+evm-core = { git = "https://github.com//uniquenetwork/evm", branch = "unique-polkadot-v0.9.19" }
+
+[patch."https://github.com/uniquenetwork/open-runtime-module-library"]
+orml-vesting = { git = "https://github.com//uniquenetwork/open-runtime-module-library", branch = "unique-polkadot-v0.9.19" }
client/rpc/Cargo.tomldiffbeforeafterboth--- a/client/rpc/Cargo.toml
+++ b/client/rpc/Cargo.toml
@@ -13,9 +13,9 @@
jsonrpc-core-client = "18.0.0"
jsonrpc-derive = "18.0.0"
-sp-api = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.18" }
-sp-blockchain = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.18" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.18" }
-sp-rpc = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.18" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.18" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
+sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" }
+sp-blockchain = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" }
+sp-rpc = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
crates/evm-coder/Cargo.tomldiffbeforeafterboth--- a/crates/evm-coder/Cargo.toml
+++ b/crates/evm-coder/Cargo.toml
@@ -9,7 +9,7 @@
primitive-types = { version = "0.11.1", default-features = false }
hex-literal = "0.3.3"
ethereum = { version = "0.12.0", default-features = false }
-evm-core = { default-features = false, git = "https://github.com/uniquenetwork/evm.git", branch = "unique-polkadot-v0.9.18" }
+evm-core = { version = "0.35.0", default-features = false }
impl-trait-for-tuples = "0.2.1"
[dev-dependencies]
node/cli/Cargo.tomldiffbeforeafterboth--- a/node/cli/Cargo.toml
+++ b/node/cli/Cargo.toml
@@ -2,8 +2,8 @@
# Build Dependencies
[build-dependencies.substrate-build-script-utils]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
################################################################################
# Substrate Dependecies
@@ -15,151 +15,151 @@
version = '3.1.2'
[dependencies.frame-benchmarking]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.frame-benchmarking-cli]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.pallet-transaction-payment-rpc]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.substrate-prometheus-endpoint]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sc-basic-authorship]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sc-chain-spec]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sc-cli]
features = ['wasmtime']
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sc-client-api]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sc-consensus]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sc-consensus-aura]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sc-executor]
features = ['wasmtime']
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sc-finality-grandpa]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sc-keystore]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sc-rpc]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sc-rpc-api]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sc-service]
features = ['wasmtime']
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sc-telemetry]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sc-transaction-pool]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sc-tracing]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-block-builder]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-api]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-blockchain]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-consensus]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-consensus-aura]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-core]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-finality-grandpa]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-inherents]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-keystore]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-offchain]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-runtime]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-session]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-timestamp]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-transaction-pool]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-trie]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.substrate-frame-rpc-system]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sc-network]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.serde]
features = ['derive']
@@ -169,77 +169,77 @@
version = '1.0.68'
[dependencies.sc-consensus-manual-seal]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
################################################################################
# Cumulus dependencies
[dependencies.cumulus-client-consensus-aura]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
[dependencies.cumulus-client-consensus-common]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
[dependencies.cumulus-client-collator]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
[dependencies.cumulus-client-cli]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
[dependencies.cumulus-client-network]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
[dependencies.cumulus-primitives-core]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
[dependencies.cumulus-primitives-parachain-inherent]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
[dependencies.cumulus-client-service]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
[dependencies.cumulus-relay-chain-interface]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
[dependencies.cumulus-relay-chain-inprocess-interface]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
[dependencies.cumulus-relay-chain-rpc-interface]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
################################################################################
# Polkadot dependencies
[dependencies.polkadot-primitives]
git = "https://github.com/paritytech/polkadot"
-branch = 'release-v0.9.18'
+branch = 'master'
[dependencies.polkadot-service]
git = "https://github.com/paritytech/polkadot"
-branch = 'release-v0.9.18'
+branch = 'master'
[dependencies.polkadot-cli]
git = "https://github.com/paritytech/polkadot"
-branch = 'release-v0.9.18'
+branch = 'master'
[dependencies.polkadot-test-service]
git = "https://github.com/paritytech/polkadot"
-branch = 'release-v0.9.18'
+branch = 'master'
[dependencies.polkadot-parachain]
git = "https://github.com/paritytech/polkadot"
-branch = 'release-v0.9.18'
+branch = 'master'
################################################################################
@@ -268,8 +268,8 @@
path = "../../primitives/rpc"
[dependencies.pallet-transaction-payment-rpc-runtime-api]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
################################################################################
# Package
@@ -302,13 +302,13 @@
jsonrpc-pubsub = "18.0.0"
tokio = { version = "1.17.0", features = ["time"] }
-fc-rpc-core = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
-fc-consensus = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
-fc-mapping-sync = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
-fc-rpc = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
-fc-db = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
-fp-rpc = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
-pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
+fc-rpc-core = { git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+fc-consensus = { git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+fc-mapping-sync = { git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+fc-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+fc-db = { git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+fp-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier", branch = "master" }
unique-rpc = { default-features = false, path = "../rpc" }
node/cli/src/cli.rsdiffbeforeafterboth--- a/node/cli/src/cli.rs
+++ b/node/cli/src/cli.rs
@@ -53,7 +53,7 @@
Revert(sc_cli::RevertCmd),
/// The custom benchmark subcommmand benchmarking runtime pallets.
- #[structopt(name = "benchmark", about = "Benchmark runtime pallets.")]
+ #[clap(subcommand)]
Benchmark(frame_benchmarking_cli::BenchmarkCmd),
}
node/cli/src/command.rsdiffbeforeafterboth1// Copyright 2019-2022 Unique Network (Gibraltar) Ltd.2// This file is part of Unique Network.34// Unique Network is free software: you can redistribute it and/or modify5// it under the terms of the GNU General Public License as published by6// the Free Software Foundation, either version 3 of the License, or7// (at your option) any later version.89// Unique Network is distributed in the hope that it will be useful,10// but WITHOUT ANY WARRANTY; without even the implied warranty of11// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the12// GNU General Public License for more details.1314// You should have received a copy of the GNU General Public License15// along with Unique Network. If not, see <http://www.gnu.org/licenses/>.1617// Original license18// This file is part of Substrate.1920// Copyright (C) 2017-2021 Parity Technologies (UK) Ltd.21// SPDX-License-Identifier: Apache-2.02223// Licensed under the Apache License, Version 2.0 (the "License");24// you may not use this file except in compliance with the License.25// You may obtain a copy of the License at26//27// http://www.apache.org/licenses/LICENSE-2.028//29// Unless required by applicable law or agreed to in writing, software30// distributed under the License is distributed on an "AS IS" BASIS,31// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.32// See the License for the specific language governing permissions and33// limitations under the License.3435use crate::{36 chain_spec::{self, RuntimeId, RuntimeIdentification, ServiceId, ServiceIdentification},37 cli::{Cli, RelayChainCli, Subcommand},38 service::{new_partial, start_node, start_dev_node},39};4041#[cfg(feature = "unique-runtime")]42use crate::service::UniqueRuntimeExecutor;4344#[cfg(feature = "quartz-runtime")]45use crate::service::QuartzRuntimeExecutor;4647use crate::service::OpalRuntimeExecutor;4849use codec::Encode;50use cumulus_primitives_core::ParaId;51use cumulus_client_service::genesis::generate_genesis_block;52use log::info;53use polkadot_parachain::primitives::AccountIdConversion;54use sc_cli::{55 ChainSpec, CliConfiguration, DefaultConfigurationValues, ImportParams, KeystoreParams,56 NetworkParams, Result, RuntimeVersion, SharedParams, SubstrateCli,57};58use sc_service::{59 config::{BasePath, PrometheusConfig},60};61use sp_core::hexdisplay::HexDisplay;62use sp_runtime::traits::Block as BlockT;63use std::{io::Write, net::SocketAddr, time::Duration};6465use unique_runtime_common::types::Block;6667macro_rules! no_runtime_err {68 ($chain_name:expr) => {69 format!(70 "No runtime valid runtime was found for chain {}",71 $chain_name72 )73 };74}7576fn load_spec(id: &str) -> std::result::Result<Box<dyn sc_service::ChainSpec>, String> {77 Ok(match id {78 "dev" => Box::new(chain_spec::development_config()),79 "" | "local" => Box::new(chain_spec::local_testnet_rococo_config()),80 path => {81 let path = std::path::PathBuf::from(path);82 let chain_spec = Box::new(chain_spec::OpalChainSpec::from_json_file(path.clone())?)83 as Box<dyn sc_service::ChainSpec>;8485 match chain_spec.runtime_id() {86 #[cfg(feature = "unique-runtime")]87 RuntimeId::Unique => Box::new(chain_spec::UniqueChainSpec::from_json_file(path)?),8889 #[cfg(feature = "quartz-runtime")]90 RuntimeId::Quartz => Box::new(chain_spec::QuartzChainSpec::from_json_file(path)?),9192 RuntimeId::Opal => chain_spec,93 RuntimeId::Unknown(chain) => return Err(no_runtime_err!(chain)),94 }95 }96 })97}9899impl SubstrateCli for Cli {100 // TODO use args101 fn impl_name() -> String {102 format!("{} Node", Self::node_name())103 }104105 fn impl_version() -> String {106 env!("SUBSTRATE_CLI_IMPL_VERSION").into()107 }108 // TODO use args109 fn description() -> String {110 format!(111 "{} Node\n\nThe command-line arguments provided first will be \112 passed to the parachain node, while the arguments provided after -- will be passed \113 to the relaychain node.\n\n\114 {} [parachain-args] -- [relaychain-args]",115 Self::node_name(),116 Self::executable_name()117 )118 }119120 fn author() -> String {121 env!("CARGO_PKG_AUTHORS").into()122 }123124 //TODO use args125 fn support_url() -> String {126 "support@unique.network".into()127 }128129 fn copyright_start_year() -> i32 {130 2019131 }132133 fn load_spec(&self, id: &str) -> std::result::Result<Box<dyn sc_service::ChainSpec>, String> {134 load_spec(id)135 }136137 fn native_runtime_version(chain_spec: &Box<dyn ChainSpec>) -> &'static RuntimeVersion {138 match chain_spec.runtime_id() {139 #[cfg(feature = "unique-runtime")]140 RuntimeId::Unique => &unique_runtime::VERSION,141142 #[cfg(feature = "quartz-runtime")]143 RuntimeId::Quartz => &quartz_runtime::VERSION,144145 RuntimeId::Opal => &opal_runtime::VERSION,146 RuntimeId::Unknown(chain) => panic!("{}", no_runtime_err!(chain)),147 }148 }149}150151impl SubstrateCli for RelayChainCli {152 // TODO use args153 fn impl_name() -> String {154 format!("{} Node", Cli::node_name())155 }156157 fn impl_version() -> String {158 env!("SUBSTRATE_CLI_IMPL_VERSION").into()159 }160 // TODO use args161 fn description() -> String {162 format!(163 "{} Node\n\nThe command-line arguments provided first will be \164 passed to the parachain node, while the arguments provided after -- will be passed \165 to the relaychain node.\n\n\166 parachain-collator [parachain-args] -- [relaychain-args]",167 Cli::node_name()168 )169 }170171 fn author() -> String {172 env!("CARGO_PKG_AUTHORS").into()173 }174 // TODO use args175 fn support_url() -> String {176 "support@unique.network".into()177 }178179 fn copyright_start_year() -> i32 {180 2019181 }182183 fn load_spec(&self, id: &str) -> std::result::Result<Box<dyn sc_service::ChainSpec>, String> {184 polkadot_cli::Cli::from_iter([RelayChainCli::executable_name()].iter()).load_spec(id)185 }186187 fn native_runtime_version(chain_spec: &Box<dyn ChainSpec>) -> &'static RuntimeVersion {188 polkadot_cli::Cli::native_runtime_version(chain_spec)189 }190}191192#[allow(clippy::borrowed_box)]193fn extract_genesis_wasm(chain_spec: &Box<dyn sc_service::ChainSpec>) -> Result<Vec<u8>> {194 let mut storage = chain_spec.build_storage()?;195196 storage197 .top198 .remove(sp_core::storage::well_known_keys::CODE)199 .ok_or_else(|| "Could not find wasm file in genesis state!".into())200}201202macro_rules! async_run_with_runtime {203 (204 $runtime_api:path, $executor:path,205 $runner:ident, $components:ident, $cli:ident, $cmd:ident, $config:ident,206 $( $code:tt )*207 ) => {208 $runner.async_run(|$config| {209 let $components = new_partial::<210 $runtime_api, $executor, _211 >(212 &$config,213 crate::service::parachain_build_import_queue,214 )?;215 let task_manager = $components.task_manager;216217 { $( $code )* }.map(|v| (v, task_manager))218 })219 };220}221222macro_rules! construct_async_run {223 (|$components:ident, $cli:ident, $cmd:ident, $config:ident| $( $code:tt )* ) => {{224 let runner = $cli.create_runner($cmd)?;225226 match runner.config().chain_spec.runtime_id() {227 #[cfg(feature = "unique-runtime")]228 RuntimeId::Unique => async_run_with_runtime!(229 unique_runtime::RuntimeApi, UniqueRuntimeExecutor,230 runner, $components, $cli, $cmd, $config, $( $code )*231 ),232233 #[cfg(feature = "quartz-runtime")]234 RuntimeId::Quartz => async_run_with_runtime!(235 quartz_runtime::RuntimeApi, QuartzRuntimeExecutor,236 runner, $components, $cli, $cmd, $config, $( $code )*237 ),238239 RuntimeId::Opal => async_run_with_runtime!(240 opal_runtime::RuntimeApi, OpalRuntimeExecutor,241 runner, $components, $cli, $cmd, $config, $( $code )*242 ),243244 RuntimeId::Unknown(chain) => Err(no_runtime_err!(chain).into())245 }246 }}247}248249macro_rules! start_node_using_chain_runtime {250 ($start_node_fn:ident($config:expr $(, $($args:expr),+)?) $($code:tt)*) => {251 match $config.chain_spec.runtime_id() {252 #[cfg(feature = "unique-runtime")]253 RuntimeId::Unique => $start_node_fn::<254 unique_runtime::Runtime,255 unique_runtime::RuntimeApi,256 UniqueRuntimeExecutor,257 >($config $(, $($args),+)?) $($code)*,258259 #[cfg(feature = "quartz-runtime")]260 RuntimeId::Quartz => $start_node_fn::<261 quartz_runtime::Runtime,262 quartz_runtime::RuntimeApi,263 QuartzRuntimeExecutor,264 >($config $(, $($args),+)?) $($code)*,265266 RuntimeId::Opal => $start_node_fn::<267 opal_runtime::Runtime,268 opal_runtime::RuntimeApi,269 OpalRuntimeExecutor,270 >($config $(, $($args),+)?) $($code)*,271272 RuntimeId::Unknown(chain) => Err(no_runtime_err!(chain).into()),273 }274 };275}276277/// Parse command line arguments into service configuration.278pub fn run() -> Result<()> {279 let cli = Cli::from_args();280281 match &cli.subcommand {282 Some(Subcommand::BuildSpec(cmd)) => {283 let runner = cli.create_runner(cmd)?;284 runner.sync_run(|config| cmd.run(config.chain_spec, config.network))285 }286 Some(Subcommand::CheckBlock(cmd)) => {287 construct_async_run!(|components, cli, cmd, config| {288 Ok(cmd.run(components.client, components.import_queue))289 })290 }291 Some(Subcommand::ExportBlocks(cmd)) => {292 construct_async_run!(|components, cli, cmd, config| {293 Ok(cmd.run(components.client, config.database))294 })295 }296 Some(Subcommand::ExportState(cmd)) => {297 construct_async_run!(|components, cli, cmd, config| {298 Ok(cmd.run(components.client, config.chain_spec))299 })300 }301 Some(Subcommand::ImportBlocks(cmd)) => {302 construct_async_run!(|components, cli, cmd, config| {303 Ok(cmd.run(components.client, components.import_queue))304 })305 }306 Some(Subcommand::PurgeChain(cmd)) => {307 let runner = cli.create_runner(cmd)?;308309 runner.sync_run(|config| {310 let polkadot_cli = RelayChainCli::new(311 &config,312 [RelayChainCli::executable_name()]313 .iter()314 .chain(cli.relaychain_args.iter()),315 );316317 let polkadot_config = SubstrateCli::create_configuration(318 &polkadot_cli,319 &polkadot_cli,320 config.tokio_handle.clone(),321 )322 .map_err(|err| format!("Relay chain argument error: {}", err))?;323324 cmd.run(config, polkadot_config)325 })326 }327 Some(Subcommand::Revert(cmd)) => construct_async_run!(|components, cli, cmd, config| {328 Ok(cmd.run(components.client, components.backend))329 }),330 Some(Subcommand::ExportGenesisState(params)) => {331 let mut builder = sc_cli::LoggerBuilder::new("");332 builder.with_profiling(sc_tracing::TracingReceiver::Log, "");333 let _ = builder.init();334335 let spec = load_spec(¶ms.chain.clone().unwrap_or_default())?;336 let state_version = Cli::native_runtime_version(&spec).state_version();337 let block: Block = generate_genesis_block(&spec, state_version)?;338 let raw_header = block.header().encode();339 let output_buf = if params.raw {340 raw_header341 } else {342 format!("0x{:?}", HexDisplay::from(&block.header().encode())).into_bytes()343 };344345 if let Some(output) = ¶ms.output {346 std::fs::write(output, output_buf)?;347 } else {348 std::io::stdout().write_all(&output_buf)?;349 }350351 Ok(())352 }353 Some(Subcommand::ExportGenesisWasm(params)) => {354 let mut builder = sc_cli::LoggerBuilder::new("");355 builder.with_profiling(sc_tracing::TracingReceiver::Log, "");356 let _ = builder.init();357358 let raw_wasm_blob =359 extract_genesis_wasm(&cli.load_spec(¶ms.chain.clone().unwrap_or_default())?)?;360 let output_buf = if params.raw {361 raw_wasm_blob362 } else {363 format!("0x{:?}", HexDisplay::from(&raw_wasm_blob)).into_bytes()364 };365366 if let Some(output) = ¶ms.output {367 std::fs::write(output, output_buf)?;368 } else {369 std::io::stdout().write_all(&output_buf)?;370 }371372 Ok(())373 }374 Some(Subcommand::Benchmark(cmd)) => {375 if cfg!(feature = "runtime-benchmarks") {376 let runner = cli.create_runner(cmd)?;377 runner.sync_run(|config| match config.chain_spec.runtime_id() {378 #[cfg(feature = "unique-runtime")]379 RuntimeId::Unique => cmd.run::<Block, UniqueRuntimeExecutor>(config),380381 #[cfg(feature = "quartz-runtime")]382 RuntimeId::Quartz => cmd.run::<Block, QuartzRuntimeExecutor>(config),383384 RuntimeId::Opal => cmd.run::<Block, OpalRuntimeExecutor>(config),385 RuntimeId::Unknown(chain) => Err(no_runtime_err!(chain).into()),386 })387 } else {388 Err("Benchmarking wasn't enabled when building the node. \389 You can enable it with `--features runtime-benchmarks`."390 .into())391 }392 }393 None => {394 let runner = cli.create_runner(&cli.run.normalize())?;395 let collator_options = cli.run.collator_options();396397 runner.run_node_until_exit(|config| async move {398 let extensions = chain_spec::Extensions::try_get(&*config.chain_spec);399400 let service_id = config.chain_spec.service_id();401 let relay_chain_id = extensions.map(|e| e.relay_chain.clone());402 let is_dev_service = matches![service_id, ServiceId::Dev]403 || relay_chain_id == Some("dev-service".into());404405 if is_dev_service {406 info!("Running Dev service");407408 let autoseal_interval = Duration::from_millis(cli.idle_autoseal_interval);409410 return start_node_using_chain_runtime! {411 start_dev_node(config, autoseal_interval).map_err(Into::into)412 };413 };414415 let para_id = extensions416 .map(|e| e.para_id)417 .ok_or("Could not find parachain ID in chain-spec.")?;418419 let polkadot_cli = RelayChainCli::new(420 &config,421 [RelayChainCli::executable_name()]422 .iter()423 .chain(cli.relaychain_args.iter()),424 );425426 let para_id = ParaId::from(para_id);427428 let parachain_account =429 AccountIdConversion::<polkadot_primitives::v0::AccountId>::into_account(430 ¶_id,431 );432433 let state_version =434 RelayChainCli::native_runtime_version(&config.chain_spec).state_version();435 let block: Block = generate_genesis_block(&config.chain_spec, state_version)436 .map_err(|e| format!("{:?}", e))?;437 let genesis_state = format!("0x{:?}", HexDisplay::from(&block.header().encode()));438 let genesis_hash = format!("0x{:?}", HexDisplay::from(&block.header().hash().0));439440 let polkadot_config = SubstrateCli::create_configuration(441 &polkadot_cli,442 &polkadot_cli,443 config.tokio_handle.clone(),444 )445 .map_err(|err| format!("Relay chain argument error: {}", err))?;446447 info!("Parachain id: {:?}", para_id);448 info!("Parachain Account: {}", parachain_account);449 info!("Parachain genesis state: {}", genesis_state);450 info!("Parachain genesis hash: {}", genesis_hash);451 info!(452 "Is collating: {}",453 if config.role.is_authority() {454 "yes"455 } else {456 "no"457 }458 );459460 start_node_using_chain_runtime! {461 start_node(config, polkadot_config, collator_options, para_id)462 .await463 .map(|r| r.0)464 .map_err(Into::into)465 }466 })467 }468 }469}470471impl DefaultConfigurationValues for RelayChainCli {472 fn p2p_listen_port() -> u16 {473 30334474 }475476 fn rpc_ws_listen_port() -> u16 {477 9945478 }479480 fn rpc_http_listen_port() -> u16 {481 9934482 }483484 fn prometheus_listen_port() -> u16 {485 9616486 }487}488489impl CliConfiguration<Self> for RelayChainCli {490 fn shared_params(&self) -> &SharedParams {491 self.base.base.shared_params()492 }493494 fn import_params(&self) -> Option<&ImportParams> {495 self.base.base.import_params()496 }497498 fn network_params(&self) -> Option<&NetworkParams> {499 self.base.base.network_params()500 }501502 fn keystore_params(&self) -> Option<&KeystoreParams> {503 self.base.base.keystore_params()504 }505506 fn base_path(&self) -> Result<Option<BasePath>> {507 Ok(self508 .shared_params()509 .base_path()510 .or_else(|| self.base_path.clone().map(Into::into)))511 }512513 fn rpc_http(&self, default_listen_port: u16) -> Result<Option<SocketAddr>> {514 self.base.base.rpc_http(default_listen_port)515 }516517 fn rpc_ipc(&self) -> Result<Option<String>> {518 self.base.base.rpc_ipc()519 }520521 fn rpc_ws(&self, default_listen_port: u16) -> Result<Option<SocketAddr>> {522 self.base.base.rpc_ws(default_listen_port)523 }524525 fn prometheus_config(526 &self,527 default_listen_port: u16,528 chain_spec: &Box<dyn ChainSpec>,529 ) -> Result<Option<PrometheusConfig>> {530 self.base531 .base532 .prometheus_config(default_listen_port, chain_spec)533 }534535 fn init<F>(536 &self,537 _support_url: &String,538 _impl_version: &String,539 _logger_hook: F,540 _config: &sc_service::Configuration,541 ) -> Result<()> {542 unreachable!("PolkadotCli is never initialized; qed");543 }544545 fn chain_id(&self, is_dev: bool) -> Result<String> {546 let chain_id = self.base.base.chain_id(is_dev)?;547548 Ok(if chain_id.is_empty() {549 self.chain_id.clone().unwrap_or_default()550 } else {551 chain_id552 })553 }554555 fn role(&self, is_dev: bool) -> Result<sc_service::Role> {556 self.base.base.role(is_dev)557 }558559 fn transaction_pool(&self) -> Result<sc_service::config::TransactionPoolOptions> {560 self.base.base.transaction_pool()561 }562563 fn state_cache_child_ratio(&self) -> Result<Option<usize>> {564 self.base.base.state_cache_child_ratio()565 }566567 fn rpc_methods(&self) -> Result<sc_service::config::RpcMethods> {568 self.base.base.rpc_methods()569 }570571 fn rpc_ws_max_connections(&self) -> Result<Option<usize>> {572 self.base.base.rpc_ws_max_connections()573 }574575 fn rpc_cors(&self, is_dev: bool) -> Result<Option<Vec<String>>> {576 self.base.base.rpc_cors(is_dev)577 }578579 fn default_heap_pages(&self) -> Result<Option<u64>> {580 self.base.base.default_heap_pages()581 }582583 fn force_authoring(&self) -> Result<bool> {584 self.base.base.force_authoring()585 }586587 fn disable_grandpa(&self) -> Result<bool> {588 self.base.base.disable_grandpa()589 }590591 fn max_runtime_instances(&self) -> Result<Option<usize>> {592 self.base.base.max_runtime_instances()593 }594595 fn announce_block(&self) -> Result<bool> {596 self.base.base.announce_block()597 }598599 fn telemetry_endpoints(600 &self,601 chain_spec: &Box<dyn ChainSpec>,602 ) -> Result<Option<sc_telemetry::TelemetryEndpoints>> {603 self.base.base.telemetry_endpoints(chain_spec)604 }605}1// Copyright 2019-2022 Unique Network (Gibraltar) Ltd.2// This file is part of Unique Network.34// Unique Network is free software: you can redistribute it and/or modify5// it under the terms of the GNU General Public License as published by6// the Free Software Foundation, either version 3 of the License, or7// (at your option) any later version.89// Unique Network is distributed in the hope that it will be useful,10// but WITHOUT ANY WARRANTY; without even the implied warranty of11// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the12// GNU General Public License for more details.1314// You should have received a copy of the GNU General Public License15// along with Unique Network. If not, see <http://www.gnu.org/licenses/>.1617// Original license18// This file is part of Substrate.1920// Copyright (C) 2017-2021 Parity Technologies (UK) Ltd.21// SPDX-License-Identifier: Apache-2.02223// Licensed under the Apache License, Version 2.0 (the "License");24// you may not use this file except in compliance with the License.25// You may obtain a copy of the License at26//27// http://www.apache.org/licenses/LICENSE-2.028//29// Unless required by applicable law or agreed to in writing, software30// distributed under the License is distributed on an "AS IS" BASIS,31// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.32// See the License for the specific language governing permissions and33// limitations under the License.3435use crate::{36 chain_spec::{self, RuntimeId, RuntimeIdentification, ServiceId, ServiceIdentification},37 cli::{Cli, RelayChainCli, Subcommand},38 service::{new_partial, start_node, start_dev_node},39};4041#[cfg(feature = "unique-runtime")]42use crate::service::UniqueRuntimeExecutor;4344#[cfg(feature = "quartz-runtime")]45use crate::service::QuartzRuntimeExecutor;4647use crate::service::OpalRuntimeExecutor;4849use codec::Encode;50use cumulus_primitives_core::ParaId;51use cumulus_client_service::genesis::generate_genesis_block;52use log::info;53use polkadot_parachain::primitives::AccountIdConversion;54use sc_cli::{55 ChainSpec, CliConfiguration, DefaultConfigurationValues, ImportParams, KeystoreParams,56 NetworkParams, Result, RuntimeVersion, SharedParams, SubstrateCli,57};58use sc_service::{59 config::{BasePath, PrometheusConfig},60};61use sp_core::hexdisplay::HexDisplay;62use sp_runtime::traits::Block as BlockT;63use std::{io::Write, net::SocketAddr, time::Duration};6465use unique_runtime_common::types::Block;6667macro_rules! no_runtime_err {68 ($chain_name:expr) => {69 format!(70 "No runtime valid runtime was found for chain {}",71 $chain_name72 )73 };74}7576fn load_spec(id: &str) -> std::result::Result<Box<dyn sc_service::ChainSpec>, String> {77 Ok(match id {78 "dev" => Box::new(chain_spec::development_config()),79 "" | "local" => Box::new(chain_spec::local_testnet_rococo_config()),80 path => {81 let path = std::path::PathBuf::from(path);82 let chain_spec = Box::new(chain_spec::OpalChainSpec::from_json_file(path.clone())?)83 as Box<dyn sc_service::ChainSpec>;8485 match chain_spec.runtime_id() {86 #[cfg(feature = "unique-runtime")]87 RuntimeId::Unique => Box::new(chain_spec::UniqueChainSpec::from_json_file(path)?),8889 #[cfg(feature = "quartz-runtime")]90 RuntimeId::Quartz => Box::new(chain_spec::QuartzChainSpec::from_json_file(path)?),9192 RuntimeId::Opal => chain_spec,93 RuntimeId::Unknown(chain) => return Err(no_runtime_err!(chain)),94 }95 }96 })97}9899impl SubstrateCli for Cli {100 // TODO use args101 fn impl_name() -> String {102 format!("{} Node", Self::node_name())103 }104105 fn impl_version() -> String {106 env!("SUBSTRATE_CLI_IMPL_VERSION").into()107 }108 // TODO use args109 fn description() -> String {110 format!(111 "{} Node\n\nThe command-line arguments provided first will be \112 passed to the parachain node, while the arguments provided after -- will be passed \113 to the relaychain node.\n\n\114 {} [parachain-args] -- [relaychain-args]",115 Self::node_name(),116 Self::executable_name()117 )118 }119120 fn author() -> String {121 env!("CARGO_PKG_AUTHORS").into()122 }123124 //TODO use args125 fn support_url() -> String {126 "support@unique.network".into()127 }128129 fn copyright_start_year() -> i32 {130 2019131 }132133 fn load_spec(&self, id: &str) -> std::result::Result<Box<dyn sc_service::ChainSpec>, String> {134 load_spec(id)135 }136137 fn native_runtime_version(chain_spec: &Box<dyn ChainSpec>) -> &'static RuntimeVersion {138 match chain_spec.runtime_id() {139 #[cfg(feature = "unique-runtime")]140 RuntimeId::Unique => &unique_runtime::VERSION,141142 #[cfg(feature = "quartz-runtime")]143 RuntimeId::Quartz => &quartz_runtime::VERSION,144145 RuntimeId::Opal => &opal_runtime::VERSION,146 RuntimeId::Unknown(chain) => panic!("{}", no_runtime_err!(chain)),147 }148 }149}150151impl SubstrateCli for RelayChainCli {152 // TODO use args153 fn impl_name() -> String {154 format!("{} Node", Cli::node_name())155 }156157 fn impl_version() -> String {158 env!("SUBSTRATE_CLI_IMPL_VERSION").into()159 }160 // TODO use args161 fn description() -> String {162 format!(163 "{} Node\n\nThe command-line arguments provided first will be \164 passed to the parachain node, while the arguments provided after -- will be passed \165 to the relaychain node.\n\n\166 parachain-collator [parachain-args] -- [relaychain-args]",167 Cli::node_name()168 )169 }170171 fn author() -> String {172 env!("CARGO_PKG_AUTHORS").into()173 }174 // TODO use args175 fn support_url() -> String {176 "support@unique.network".into()177 }178179 fn copyright_start_year() -> i32 {180 2019181 }182183 fn load_spec(&self, id: &str) -> std::result::Result<Box<dyn sc_service::ChainSpec>, String> {184 polkadot_cli::Cli::from_iter([RelayChainCli::executable_name()].iter()).load_spec(id)185 }186187 fn native_runtime_version(chain_spec: &Box<dyn ChainSpec>) -> &'static RuntimeVersion {188 polkadot_cli::Cli::native_runtime_version(chain_spec)189 }190}191192#[allow(clippy::borrowed_box)]193fn extract_genesis_wasm(chain_spec: &Box<dyn sc_service::ChainSpec>) -> Result<Vec<u8>> {194 let mut storage = chain_spec.build_storage()?;195196 storage197 .top198 .remove(sp_core::storage::well_known_keys::CODE)199 .ok_or_else(|| "Could not find wasm file in genesis state!".into())200}201202macro_rules! async_run_with_runtime {203 (204 $runtime_api:path, $executor:path,205 $runner:ident, $components:ident, $cli:ident, $cmd:ident, $config:ident,206 $( $code:tt )*207 ) => {208 $runner.async_run(|$config| {209 let $components = new_partial::<210 $runtime_api, $executor, _211 >(212 &$config,213 crate::service::parachain_build_import_queue,214 )?;215 let task_manager = $components.task_manager;216217 { $( $code )* }.map(|v| (v, task_manager))218 })219 };220}221222macro_rules! construct_async_run {223 (|$components:ident, $cli:ident, $cmd:ident, $config:ident| $( $code:tt )* ) => {{224 let runner = $cli.create_runner($cmd)?;225226 match runner.config().chain_spec.runtime_id() {227 #[cfg(feature = "unique-runtime")]228 RuntimeId::Unique => async_run_with_runtime!(229 unique_runtime::RuntimeApi, UniqueRuntimeExecutor,230 runner, $components, $cli, $cmd, $config, $( $code )*231 ),232233 #[cfg(feature = "quartz-runtime")]234 RuntimeId::Quartz => async_run_with_runtime!(235 quartz_runtime::RuntimeApi, QuartzRuntimeExecutor,236 runner, $components, $cli, $cmd, $config, $( $code )*237 ),238239 RuntimeId::Opal => async_run_with_runtime!(240 opal_runtime::RuntimeApi, OpalRuntimeExecutor,241 runner, $components, $cli, $cmd, $config, $( $code )*242 ),243244 RuntimeId::Unknown(chain) => Err(no_runtime_err!(chain).into())245 }246 }}247}248249macro_rules! start_node_using_chain_runtime {250 ($start_node_fn:ident($config:expr $(, $($args:expr),+)?) $($code:tt)*) => {251 match $config.chain_spec.runtime_id() {252 #[cfg(feature = "unique-runtime")]253 RuntimeId::Unique => $start_node_fn::<254 unique_runtime::Runtime,255 unique_runtime::RuntimeApi,256 UniqueRuntimeExecutor,257 >($config $(, $($args),+)?) $($code)*,258259 #[cfg(feature = "quartz-runtime")]260 RuntimeId::Quartz => $start_node_fn::<261 quartz_runtime::Runtime,262 quartz_runtime::RuntimeApi,263 QuartzRuntimeExecutor,264 >($config $(, $($args),+)?) $($code)*,265266 RuntimeId::Opal => $start_node_fn::<267 opal_runtime::Runtime,268 opal_runtime::RuntimeApi,269 OpalRuntimeExecutor,270 >($config $(, $($args),+)?) $($code)*,271272 RuntimeId::Unknown(chain) => Err(no_runtime_err!(chain).into()),273 }274 };275}276277/// Parse command line arguments into service configuration.278pub fn run() -> Result<()> {279 let cli = Cli::from_args();280281 match &cli.subcommand {282 Some(Subcommand::BuildSpec(cmd)) => {283 let runner = cli.create_runner(cmd)?;284 runner.sync_run(|config| cmd.run(config.chain_spec, config.network))285 }286 Some(Subcommand::CheckBlock(cmd)) => {287 construct_async_run!(|components, cli, cmd, config| {288 Ok(cmd.run(components.client, components.import_queue))289 })290 }291 Some(Subcommand::ExportBlocks(cmd)) => {292 construct_async_run!(|components, cli, cmd, config| {293 Ok(cmd.run(components.client, config.database))294 })295 }296 Some(Subcommand::ExportState(cmd)) => {297 construct_async_run!(|components, cli, cmd, config| {298 Ok(cmd.run(components.client, config.chain_spec))299 })300 }301 Some(Subcommand::ImportBlocks(cmd)) => {302 construct_async_run!(|components, cli, cmd, config| {303 Ok(cmd.run(components.client, components.import_queue))304 })305 }306 Some(Subcommand::PurgeChain(cmd)) => {307 let runner = cli.create_runner(cmd)?;308309 runner.sync_run(|config| {310 let polkadot_cli = RelayChainCli::new(311 &config,312 [RelayChainCli::executable_name()]313 .iter()314 .chain(cli.relaychain_args.iter()),315 );316317 let polkadot_config = SubstrateCli::create_configuration(318 &polkadot_cli,319 &polkadot_cli,320 config.tokio_handle.clone(),321 )322 .map_err(|err| format!("Relay chain argument error: {}", err))?;323324 cmd.run(config, polkadot_config)325 })326 }327 Some(Subcommand::Revert(cmd)) => construct_async_run!(|components, cli, cmd, config| {328 Ok(cmd.run(components.client, components.backend, None))329 }),330 Some(Subcommand::ExportGenesisState(params)) => {331 let mut builder = sc_cli::LoggerBuilder::new("");332 builder.with_profiling(sc_tracing::TracingReceiver::Log, "");333 let _ = builder.init();334335 let spec = load_spec(¶ms.chain.clone().unwrap_or_default())?;336 let state_version = Cli::native_runtime_version(&spec).state_version();337 let block: Block = generate_genesis_block(&spec, state_version)?;338 let raw_header = block.header().encode();339 let output_buf = if params.raw {340 raw_header341 } else {342 format!("0x{:?}", HexDisplay::from(&block.header().encode())).into_bytes()343 };344345 if let Some(output) = ¶ms.output {346 std::fs::write(output, output_buf)?;347 } else {348 std::io::stdout().write_all(&output_buf)?;349 }350351 Ok(())352 }353 Some(Subcommand::ExportGenesisWasm(params)) => {354 let mut builder = sc_cli::LoggerBuilder::new("");355 builder.with_profiling(sc_tracing::TracingReceiver::Log, "");356 let _ = builder.init();357358 let raw_wasm_blob =359 extract_genesis_wasm(&cli.load_spec(¶ms.chain.clone().unwrap_or_default())?)?;360 let output_buf = if params.raw {361 raw_wasm_blob362 } else {363 format!("0x{:?}", HexDisplay::from(&raw_wasm_blob)).into_bytes()364 };365366 if let Some(output) = ¶ms.output {367 std::fs::write(output, output_buf)?;368 } else {369 std::io::stdout().write_all(&output_buf)?;370 }371372 Ok(())373 }374375 Some(Subcommand::Benchmark(_cmd)) => todo!(),376 None => {377 let runner = cli.create_runner(&cli.run.normalize())?;378 let collator_options = cli.run.collator_options();379380 runner.run_node_until_exit(|config| async move {381 let extensions = chain_spec::Extensions::try_get(&*config.chain_spec);382383 let service_id = config.chain_spec.service_id();384 let relay_chain_id = extensions.map(|e| e.relay_chain.clone());385 let is_dev_service = matches![service_id, ServiceId::Dev]386 || relay_chain_id == Some("dev-service".into());387388 if is_dev_service {389 info!("Running Dev service");390391 let autoseal_interval = Duration::from_millis(cli.idle_autoseal_interval);392393 return start_node_using_chain_runtime! {394 start_dev_node(config, autoseal_interval).map_err(Into::into)395 };396 };397398 let para_id = extensions399 .map(|e| e.para_id)400 .ok_or("Could not find parachain ID in chain-spec.")?;401402 let polkadot_cli = RelayChainCli::new(403 &config,404 [RelayChainCli::executable_name()]405 .iter()406 .chain(cli.relaychain_args.iter()),407 );408409 let para_id = ParaId::from(para_id);410411 let parachain_account =412 AccountIdConversion::<polkadot_primitives::v2::AccountId>::into_account(413 ¶_id,414 );415416 let state_version =417 RelayChainCli::native_runtime_version(&config.chain_spec).state_version();418 let block: Block = generate_genesis_block(&config.chain_spec, state_version)419 .map_err(|e| format!("{:?}", e))?;420 let genesis_state = format!("0x{:?}", HexDisplay::from(&block.header().encode()));421 let genesis_hash = format!("0x{:?}", HexDisplay::from(&block.header().hash().0));422423 let polkadot_config = SubstrateCli::create_configuration(424 &polkadot_cli,425 &polkadot_cli,426 config.tokio_handle.clone(),427 )428 .map_err(|err| format!("Relay chain argument error: {}", err))?;429430 info!("Parachain id: {:?}", para_id);431 info!("Parachain Account: {}", parachain_account);432 info!("Parachain genesis state: {}", genesis_state);433 info!("Parachain genesis hash: {}", genesis_hash);434 info!(435 "Is collating: {}",436 if config.role.is_authority() {437 "yes"438 } else {439 "no"440 }441 );442443 start_node_using_chain_runtime! {444 start_node(config, polkadot_config, collator_options, para_id)445 .await446 .map(|r| r.0)447 .map_err(Into::into)448 }449 })450 }451 }452}453454impl DefaultConfigurationValues for RelayChainCli {455 fn p2p_listen_port() -> u16 {456 30334457 }458459 fn rpc_ws_listen_port() -> u16 {460 9945461 }462463 fn rpc_http_listen_port() -> u16 {464 9934465 }466467 fn prometheus_listen_port() -> u16 {468 9616469 }470}471472impl CliConfiguration<Self> for RelayChainCli {473 fn shared_params(&self) -> &SharedParams {474 self.base.base.shared_params()475 }476477 fn import_params(&self) -> Option<&ImportParams> {478 self.base.base.import_params()479 }480481 fn network_params(&self) -> Option<&NetworkParams> {482 self.base.base.network_params()483 }484485 fn keystore_params(&self) -> Option<&KeystoreParams> {486 self.base.base.keystore_params()487 }488489 fn base_path(&self) -> Result<Option<BasePath>> {490 Ok(self491 .shared_params()492 .base_path()493 .or_else(|| self.base_path.clone().map(Into::into)))494 }495496 fn rpc_http(&self, default_listen_port: u16) -> Result<Option<SocketAddr>> {497 self.base.base.rpc_http(default_listen_port)498 }499500 fn rpc_ipc(&self) -> Result<Option<String>> {501 self.base.base.rpc_ipc()502 }503504 fn rpc_ws(&self, default_listen_port: u16) -> Result<Option<SocketAddr>> {505 self.base.base.rpc_ws(default_listen_port)506 }507508 fn prometheus_config(509 &self,510 default_listen_port: u16,511 chain_spec: &Box<dyn ChainSpec>,512 ) -> Result<Option<PrometheusConfig>> {513 self.base514 .base515 .prometheus_config(default_listen_port, chain_spec)516 }517518 fn init<F>(519 &self,520 _support_url: &String,521 _impl_version: &String,522 _logger_hook: F,523 _config: &sc_service::Configuration,524 ) -> Result<()> {525 unreachable!("PolkadotCli is never initialized; qed");526 }527528 fn chain_id(&self, is_dev: bool) -> Result<String> {529 let chain_id = self.base.base.chain_id(is_dev)?;530531 Ok(if chain_id.is_empty() {532 self.chain_id.clone().unwrap_or_default()533 } else {534 chain_id535 })536 }537538 fn role(&self, is_dev: bool) -> Result<sc_service::Role> {539 self.base.base.role(is_dev)540 }541542 fn transaction_pool(&self) -> Result<sc_service::config::TransactionPoolOptions> {543 self.base.base.transaction_pool()544 }545546 fn state_cache_child_ratio(&self) -> Result<Option<usize>> {547 self.base.base.state_cache_child_ratio()548 }549550 fn rpc_methods(&self) -> Result<sc_service::config::RpcMethods> {551 self.base.base.rpc_methods()552 }553554 fn rpc_ws_max_connections(&self) -> Result<Option<usize>> {555 self.base.base.rpc_ws_max_connections()556 }557558 fn rpc_cors(&self, is_dev: bool) -> Result<Option<Vec<String>>> {559 self.base.base.rpc_cors(is_dev)560 }561562 fn default_heap_pages(&self) -> Result<Option<u64>> {563 self.base.base.default_heap_pages()564 }565566 fn force_authoring(&self) -> Result<bool> {567 self.base.base.force_authoring()568 }569570 fn disable_grandpa(&self) -> Result<bool> {571 self.base.base.disable_grandpa()572 }573574 fn max_runtime_instances(&self) -> Result<Option<usize>> {575 self.base.base.max_runtime_instances()576 }577578 fn announce_block(&self) -> Result<bool> {579 self.base.base.announce_block()580 }581582 fn telemetry_endpoints(583 &self,584 chain_spec: &Box<dyn ChainSpec>,585 ) -> Result<Option<sc_telemetry::TelemetryEndpoints>> {586 self.base.base.telemetry_endpoints(chain_spec)587 }588}node/cli/src/service.rsdiffbeforeafterboth--- a/node/cli/src/service.rs
+++ b/node/cli/src/service.rs
@@ -341,6 +341,7 @@
+ 'static,
RuntimeApi::RuntimeApi: sp_transaction_pool::runtime_api::TaggedTransactionQueue<Block>
+ fp_rpc::EthereumRuntimeRPCApi<Block>
+ + fp_rpc::ConvertTransactionRuntimeApi<Block>
+ sp_session::SessionKeys<Block>
+ sp_block_builder::BlockBuilder<Block>
+ pallet_transaction_payment_rpc_runtime_api::TransactionPaymentApi<Block, Balance>
@@ -474,6 +475,8 @@
client.clone(),
backend.clone(),
frontier_backend.clone(),
+ 3,
+ 0,
SyncStrategy::Normal,
)
.for_each(|()| futures::future::ready(())),
@@ -619,6 +622,7 @@
+ 'static,
RuntimeApi::RuntimeApi: sp_transaction_pool::runtime_api::TaggedTransactionQueue<Block>
+ fp_rpc::EthereumRuntimeRPCApi<Block>
+ + fp_rpc::ConvertTransactionRuntimeApi<Block>
+ sp_session::SessionKeys<Block>
+ sp_block_builder::BlockBuilder<Block>
+ pallet_transaction_payment_rpc_runtime_api::TransactionPaymentApi<Block, Balance>
@@ -751,6 +755,7 @@
+ 'static,
RuntimeApi::RuntimeApi: sp_transaction_pool::runtime_api::TaggedTransactionQueue<Block>
+ fp_rpc::EthereumRuntimeRPCApi<Block>
+ + fp_rpc::ConvertTransactionRuntimeApi<Block>
+ sp_session::SessionKeys<Block>
+ sp_block_builder::BlockBuilder<Block>
+ pallet_transaction_payment_rpc_runtime_api::TransactionPaymentApi<Block, Balance>
@@ -913,6 +918,8 @@
client.clone(),
backend.clone(),
frontier_backend.clone(),
+ 3,
+ 0,
SyncStrategy::Normal,
)
.for_each(|()| futures::future::ready(())),
node/rpc/Cargo.tomldiffbeforeafterboth--- a/node/rpc/Cargo.toml
+++ b/node/rpc/Cargo.toml
@@ -13,40 +13,41 @@
futures = { version = "0.3.17", features = ["compat"] }
jsonrpc-core = "18.0.0"
jsonrpc-pubsub = "18.0.0"
-# pallet-contracts-rpc = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-pallet-transaction-payment-rpc = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-pallet-transaction-payment-rpc-runtime-api = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sc-client-api = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sc-consensus-aura = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sc-consensus-epochs = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sc-finality-grandpa = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sc-finality-grandpa-rpc = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sc-keystore = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sc-network = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sc-rpc-api = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sc-rpc = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sc-service = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-api = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-block-builder = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-blockchain = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-consensus = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-consensus-aura = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-core = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-offchain = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-runtime = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-storage = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-session = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-transaction-pool = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sc-transaction-pool = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-substrate-frame-rpc-system = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
+# pallet-contracts-rpc = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
+pallet-transaction-payment-rpc = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
+pallet-transaction-payment-rpc-runtime-api = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sc-client-api = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sc-consensus-aura = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sc-consensus-epochs = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sc-finality-grandpa = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sc-finality-grandpa-rpc = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sc-keystore = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sc-network = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sc-rpc-api = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sc-rpc = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sc-service = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-api = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-block-builder = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-blockchain = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-consensus = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-consensus-aura = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-core = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-offchain = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-runtime = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-storage = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-session = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-transaction-pool = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sc-transaction-pool = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
+substrate-frame-rpc-system = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
tokio = { version = "0.2.25", features = ["macros", "sync"] }
-pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
-fc-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
-fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
-fc-rpc-core = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
-fc-db = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
-fc-mapping-sync = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
+pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+fc-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+fp-storage = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+fc-rpc-core = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+fc-db = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+fc-mapping-sync = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
pallet-common = { default-features = false, path = "../../pallets/common" }
unique-runtime-common = { default-features = false, path = "../../runtime/common" }
node/rpc/src/lib.rsdiffbeforeafterboth--- a/node/rpc/src/lib.rs
+++ b/node/rpc/src/lib.rs
@@ -21,7 +21,7 @@
};
use fc_rpc_core::types::{FilterPool, FeeHistoryCache};
use jsonrpc_pubsub::manager::SubscriptionManager;
-use pallet_ethereum::EthereumStorageSchema;
+use fp_storage::EthereumStorageSchema;
use sc_client_api::{
backend::{AuxStore, StorageProvider},
client::BlockchainEvents,
@@ -38,7 +38,7 @@
use sp_block_builder::BlockBuilder;
use sp_blockchain::{Error as BlockChainError, HeaderBackend, HeaderMetadata};
use sc_service::TransactionPool;
-use std::{collections::BTreeMap, marker::PhantomData, sync::Arc};
+use std::{collections::BTreeMap, sync::Arc};
use unique_runtime_common::types::{
Hash, AccountId, RuntimeInstance, Index, Block, BlockNumber, Balance,
@@ -93,44 +93,7 @@
pub block_data_cache: Arc<EthBlockDataCache<Block>>,
}
-struct AccountCodes<C, B, R> {
- client: Arc<C>,
- _blk_marker: PhantomData<B>,
- _runtime_marker: PhantomData<R>,
-}
-
-impl<C, Block, R> AccountCodes<C, Block, R>
-where
- Block: sp_api::BlockT,
- C: ProvideRuntimeApi<Block>,
- R: RuntimeInstance,
-{
- fn new(client: Arc<C>) -> Self {
- Self {
- client,
- _blk_marker: PhantomData,
- _runtime_marker: PhantomData,
- }
- }
-}
-impl<C, Block, Runtime> fc_rpc::AccountCodeProvider<Block> for AccountCodes<C, Block, Runtime>
-where
- Block: sp_api::BlockT,
- C: ProvideRuntimeApi<Block>,
- C::Api: up_rpc::UniqueApi<Block, <Runtime as RuntimeInstance>::CrossAccountId, AccountId>,
- Runtime: RuntimeInstance,
-{
- fn code(&self, block: &sp_api::BlockId<Block>, account: sp_core::H160) -> Option<Vec<u8>> {
- use up_rpc::UniqueApi;
- self.client
- .runtime_api()
- .eth_contract_code(block, account)
- .ok()
- .flatten()
- }
-}
-
pub fn overrides_handle<C, BE, R>(client: Arc<C>) -> Arc<OverrideHandle<Block>>
where
C: ProvideRuntimeApi<Block> + StorageProvider<Block, BE> + AuxStore,
@@ -145,10 +108,8 @@
let mut overrides_map = BTreeMap::new();
overrides_map.insert(
EthereumStorageSchema::V1,
- Box::new(SchemaV1Override::new_with_code_provider(
- client.clone(),
- Arc::new(AccountCodes::<C, Block, R>::new(client.clone())),
- )) as Box<dyn StorageOverride<_> + Send + Sync>,
+ Box::new(SchemaV1Override::new(client.clone()))
+ as Box<dyn StorageOverride<_> + Send + Sync>,
);
overrides_map.insert(
EthereumStorageSchema::V2,
@@ -182,6 +143,7 @@
// C::Api: pallet_contracts_rpc::ContractsRuntimeApi<Block, AccountId, Balance, BlockNumber, Hash>,
C::Api: pallet_transaction_payment_rpc::TransactionPaymentRuntimeApi<Block, Balance>,
C::Api: fp_rpc::EthereumRuntimeRPCApi<Block>,
+ C::Api: fp_rpc::ConvertTransactionRuntimeApi<Block>,
C::Api: up_rpc::UniqueApi<Block, <R as RuntimeInstance>::CrossAccountId, AccountId>,
B: sc_client_api::Backend<Block> + Send + Sync + 'static,
B::State: sc_client_api::backend::StateBackend<sp_runtime::traits::HashFor<Block>>,
@@ -242,13 +204,12 @@
client.clone(),
pool.clone(),
graph,
- <R as RuntimeInstance>::get_transaction_converter(),
+ Some(<R as RuntimeInstance>::get_transaction_converter()),
network.clone(),
signers,
overrides.clone(),
backend.clone(),
is_authority,
- max_past_logs,
block_data_cache.clone(),
fee_history_limit,
fee_history_cache,
pallets/common/Cargo.tomldiffbeforeafterboth--- a/pallets/common/Cargo.toml
+++ b/pallets/common/Cargo.toml
@@ -11,16 +11,16 @@
version = '3.1.2'
[dependencies]
-frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
+frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }
evm-coder = { default-features = false, path = '../../crates/evm-coder' }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
serde = { version = "1.0.130", default-features = false }
scale-info = { version = "2.0.1", default-features = false, features = [
"derive",
pallets/evm-coder-substrate/Cargo.tomldiffbeforeafterboth--- a/pallets/evm-coder-substrate/Cargo.toml
+++ b/pallets/evm-coder-substrate/Cargo.toml
@@ -8,15 +8,15 @@
scale-info = { version = "2.0.1", default-features = false, features = [
"derive",
] }
-sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
+sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
ethereum = { version = "0.12.0", default-features = false }
evm-coder = { default-features = false, path = "../../crates/evm-coder" }
-pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
-frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
+pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate', branch = 'master' }
[dependencies.codec]
default-features = false
pallets/evm-coder-substrate/src/lib.rsdiffbeforeafterboth--- a/pallets/evm-coder-substrate/src/lib.rs
+++ b/pallets/evm-coder-substrate/src/lib.rs
@@ -44,8 +44,7 @@
use pallet_ethereum::EthereumTransactionSender;
use sp_std::cell::RefCell;
use sp_std::vec::Vec;
- use sp_core::{H160, H256};
- use ethereum::TransactionV2;
+ use sp_core::H160;
use frame_support::{pallet_prelude::*, traits::PalletInfo};
use frame_system::pallet_prelude::*;
@@ -81,21 +80,6 @@
// From instabul hardfork configuration: https://github.com/rust-blockchain/evm/blob/fd4fd6acc0ca3208d6770fdb3ba407c94cdf97c6/runtime/src/lib.rs#L284
pub const G_SLOAD_WORD: u64 = 800;
pub const G_SSTORE_WORD: u64 = 20000;
-
- pub fn generate_transaction() -> TransactionV2 {
- use ethereum::{TransactionV0, TransactionAction, TransactionSignature};
- TransactionV2::Legacy(TransactionV0 {
- nonce: 0.into(),
- gas_price: 0.into(),
- gas_limit: 0.into(),
- action: TransactionAction::Call(H160([0; 20])),
- value: 0.into(),
- // zero selector, this transaction always has same sender, so all data should be acquired from logs
- input: Vec::from([0, 0, 0, 0]),
- // if v is not 27 - then we need to pass some other validity checks
- signature: TransactionSignature::new(27, H256([0x88; 32]), H256([0x88; 32])).unwrap(),
- })
- }
#[derive(Default)]
pub struct SubstrateRecorder<T: Config> {
@@ -214,7 +198,6 @@
}
T::EthereumTransactionSender::submit_logs_transaction(
Default::default(),
- generate_transaction(),
logs,
)
}
@@ -229,9 +212,10 @@
.expect("evm-coder-substrate is a pallet, which should be added to runtime")
as u8 =>
{
- match error {
- v if v == Error::<T>::OutOfGas.as_u8() => ExError::Error(ExitError::OutOfGas),
- v if v == Error::<T>::OutOfFund.as_u8() => ExError::Error(ExitError::OutOfFund),
+ let mut read = &error as &[u8];
+ match Error::<T>::decode(&mut read) {
+ Ok(Error::<T>::OutOfGas) => ExError::Error(ExitError::OutOfGas),
+ Ok(Error::<T>::OutOfFund) => ExError::Error(ExitError::OutOfFund),
_ => unreachable!("this pallet only defines two possible errors"),
}
}
@@ -239,7 +223,7 @@
message: Some(msg), ..
}) => ExError::Revert(msg.into()),
DispatchError::Module(ModuleError { index, error, .. }) => {
- ExError::Revert(format!("error {} in pallet {}", error, index))
+ ExError::Revert(format!("error {:?} in pallet {}", error, index))
}
e => ExError::Revert(format!("substrate error: {:?}", e)),
}
pallets/evm-contract-helpers/Cargo.tomldiffbeforeafterboth--- a/pallets/evm-contract-helpers/Cargo.toml
+++ b/pallets/evm-contract-helpers/Cargo.toml
@@ -8,16 +8,16 @@
scale-info = { version = "2.0.1", default-features = false, features = [
"derive",
] }
-frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
+frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
evm-coder = { default-features = false, path = '../../crates/evm-coder' }
pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
-fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
-up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/UniqueNetwork/pallet-sponsoring", branch = 'polkadot-v0.9.18' }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'master' }
log = "0.4.14"
[dependencies.codec]
pallets/evm-migration/Cargo.tomldiffbeforeafterboth--- a/pallets/evm-migration/Cargo.toml
+++ b/pallets/evm-migration/Cargo.toml
@@ -8,15 +8,15 @@
scale-info = { version = "2.0.1", default-features = false, features = [
"derive",
] }
-frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-io = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
-fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
+frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-io = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
[dependencies.codec]
default-features = false
pallets/evm-transaction-payment/Cargo.tomldiffbeforeafterboth--- a/pallets/evm-transaction-payment/Cargo.toml
+++ b/pallets/evm-transaction-payment/Cargo.toml
@@ -8,17 +8,17 @@
scale-info = { version = "2.0.1", default-features = false, features = [
"derive",
] }
-frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-io = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
-fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
-pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
-up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/UniqueNetwork/pallet-sponsoring", branch = 'polkadot-v0.9.18' }
-fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
+frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-io = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'master' }
+fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
[dependencies.codec]
default-features = false
pallets/evm-transaction-payment/src/lib.rsdiffbeforeafterboth--- a/pallets/evm-transaction-payment/src/lib.rs
+++ b/pallets/evm-transaction-payment/src/lib.rs
@@ -22,7 +22,7 @@
pub use pallet::*;
use pallet_evm::{EVMCurrencyAdapter, EnsureAddressOrigin, account::CrossAccountId};
use sp_core::{H160, U256};
-use sp_runtime::TransactionOutcome;
+use sp_runtime::{TransactionOutcome, DispatchError};
use up_sponsorship::SponsorshipHandler;
#[frame_support::pallet]
@@ -63,11 +63,13 @@
// This method is only used for checking, we shouldn't touch storage in it
frame_support::storage::with_transaction(|| {
let origin_sub = T::CrossAccountId::from_eth(origin);
- TransactionOutcome::Rollback(T::EvmSponsorshipHandler::get_sponsor(
+ TransactionOutcome::Rollback(Ok::<_, DispatchError>(T::EvmSponsorshipHandler::get_sponsor(
&origin_sub,
&(*target, input.clone()),
- ))
+ )))
})
+ // FIXME: it may fail with DispatchError in case of depth limit
+ .ok()?
}
_ => None,
}
@@ -146,11 +148,13 @@
// Effects from EvmSponsorshipHandler are applied in OnChargeEvmTransaction by pallet_evm::runner
// TODO: Should we implement simulation mode (test, but do not apply effects) in `up-sponsorship`?
let sponsor = frame_support::storage::with_transaction(|| {
- TransactionOutcome::Rollback(T::EvmSponsorshipHandler::get_sponsor(
+ TransactionOutcome::Rollback(Ok::<_, DispatchError>(T::EvmSponsorshipHandler::get_sponsor(
&who,
&(*target, input.clone()),
- ))
- })?;
+ )))
+ })
+ // FIXME: it may fail with DispatchError in case of depth limit
+ .map_err(|e| panic!("err?!")).ok()??;
Some(sponsor.as_sub().clone())
}
_ => None,
pallets/fungible/Cargo.tomldiffbeforeafterboth--- a/pallets/fungible/Cargo.toml
+++ b/pallets/fungible/Cargo.toml
@@ -11,18 +11,18 @@
version = '3.1.2'
[dependencies]
-frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
+frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
pallet-common = { default-features = false, path = '../common' }
up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
evm-coder = { default-features = false, path = '../../crates/evm-coder' }
pallet-evm-coder-substrate = { default-features = false, path = '../evm-coder-substrate' }
ethereum = { version = "0.12.0", default-features = false }
-frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
+frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
scale-info = { version = "2.0.1", default-features = false, features = [
"derive",
] }
pallets/inflation/Cargo.tomldiffbeforeafterboth--- a/pallets/inflation/Cargo.toml
+++ b/pallets/inflation/Cargo.toml
@@ -4,7 +4,7 @@
[package]
authors = ['Unique Network <support@uniquenetwork.io>']
description = 'Unique Inflation Pallet'
-edition = '2018'
+edition = '2021'
homepage = 'https://unique.network'
license = 'GPLv3'
name = 'pallet-inflation'
@@ -42,38 +42,38 @@
[dependencies.frame-benchmarking]
default-features = false
optional = true
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.frame-support]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.frame-system]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.pallet-balances]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.pallet-timestamp]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.pallet-randomness-collective-flip]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-std]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.serde]
default-features = false
@@ -82,18 +82,18 @@
[dependencies.sp-runtime]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-core]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-io]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies]
scale-info = { version = "2.0.1", default-features = false, features = [
pallets/nonfungible/Cargo.tomldiffbeforeafterboth--- a/pallets/nonfungible/Cargo.toml
+++ b/pallets/nonfungible/Cargo.toml
@@ -11,18 +11,18 @@
version = '3.1.2'
[dependencies]
-frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
+frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
pallet-common = { default-features = false, path = '../common' }
up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
evm-coder = { default-features = false, path = '../../crates/evm-coder' }
pallet-evm-coder-substrate = { default-features = false, path = '../evm-coder-substrate' }
ethereum = { version = "0.12.0", default-features = false }
-frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
+frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate', branch = 'master' }
scale-info = { version = "2.0.1", default-features = false, features = [
"derive",
] }
pallets/refungible/Cargo.tomldiffbeforeafterboth--- a/pallets/refungible/Cargo.toml
+++ b/pallets/refungible/Cargo.toml
@@ -11,15 +11,15 @@
version = '3.1.2'
[dependencies]
-frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
+frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
pallet-common = { default-features = false, path = '../common' }
up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
-frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
+frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate', branch = 'master' }
scale-info = { version = "2.0.1", default-features = false, features = [
"derive",
] }
pallets/scheduler/Cargo.tomldiffbeforeafterboth--- a/pallets/scheduler/Cargo.toml
+++ b/pallets/scheduler/Cargo.toml
@@ -15,19 +15,19 @@
scale-info = { version = "2.0.1", default-features = false, features = [
"derive",
] }
-frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-io = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
+frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-io = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate', branch = 'master' }
-up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/UniqueNetwork/pallet-sponsoring", branch = 'polkadot-v0.9.18' }
+up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'master' }
log = { version = "0.4.14", default-features = false }
[dev-dependencies]
-sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-substrate-test-utils = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
+sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+substrate-test-utils = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
[features]
default = ["std"]
pallets/unique/Cargo.tomldiffbeforeafterboth--- a/pallets/unique/Cargo.toml
+++ b/pallets/unique/Cargo.toml
@@ -4,7 +4,7 @@
[package]
authors = ['Unique Network <support@uniquenetwork.io>']
description = 'Unique Pallet'
-edition = '2018'
+edition = '2021'
homepage = 'https://unique.network'
license = 'GPLv3'
name = 'pallet-unique'
@@ -60,43 +60,43 @@
[dependencies.frame-benchmarking]
default-features = false
optional = true
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.frame-support]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.frame-system]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.pallet-balances]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.pallet-timestamp]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.pallet-randomness-collective-flip]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-std]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.pallet-transaction-payment]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.serde]
default-features = false
@@ -105,18 +105,18 @@
[dependencies.sp-runtime]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-core]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-io]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
################################################################################
@@ -129,19 +129,19 @@
] }
ethereum = { version = "0.12.0", default-features = false }
rlp = { default-features = false, version = "0.5.0" }
-sp-api = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.18" }
+sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" }
-up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/UniqueNetwork/pallet-sponsoring", branch = 'polkadot-v0.9.18' }
-fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
+up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'master' }
+fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
evm-coder = { default-features = false, path = "../../crates/evm-coder" }
pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }
primitive-types = { version = "0.11.1", default-features = false, features = [
"serde_no_std",
] }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
-pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
-fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
hex-literal = "0.3.3"
pallet-common = { default-features = false, path = "../common" }
pallets/unique/src/sponsorship.rsdiffbeforeafterboth--- a/pallets/unique/src/sponsorship.rs
+++ b/pallets/unique/src/sponsorship.rs
@@ -304,7 +304,6 @@
}
use crate::SponsorshipPredict;
-use up_data_structs::SponsorshipState;
pub struct UniqueSponsorshipPredict<T>(PhantomData<T>);
impl<T> SponsorshipPredict<T> for UniqueSponsorshipPredict<T>
primitives/data-structs/Cargo.tomldiffbeforeafterboth--- a/primitives/data-structs/Cargo.toml
+++ b/primitives/data-structs/Cargo.toml
@@ -18,11 +18,11 @@
serde = { version = "1.0.130", features = [
'derive',
], default-features = false, optional = true }
-frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
+frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
derivative = "2.2.0"
[features]
primitives/rpc/Cargo.tomldiffbeforeafterboth--- a/primitives/rpc/Cargo.toml
+++ b/primitives/rpc/Cargo.toml
@@ -10,11 +10,11 @@
codec = { package = "parity-scale-codec", version = "3.1.2", default-features = false, features = [
"derive",
] }
-sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-api = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
+sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-api = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'master' }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
[features]
default = ["std"]
primitives/rpc/src/lib.rsdiffbeforeafterboth--- a/primitives/rpc/src/lib.rs
+++ b/primitives/rpc/src/lib.rs
@@ -18,7 +18,6 @@
use up_data_structs::{CollectionId, TokenId, Collection, CollectionStats, CollectionLimits};
use sp_std::vec::Vec;
-use sp_core::H160;
use codec::Decode;
use sp_runtime::DispatchError;
@@ -49,9 +48,6 @@
spender: CrossAccountId,
token: TokenId,
) -> Result<u128>;
-
- /// Used for ethereum integration
- fn eth_contract_code(account: H160) -> Option<Vec<u8>>;
fn adminlist(collection: CollectionId) -> Result<Vec<CrossAccountId>>;
fn allowlist(collection: CollectionId) -> Result<Vec<CrossAccountId>>;
runtime/common/Cargo.tomldiffbeforeafterboth--- a/runtime/common/Cargo.toml
+++ b/runtime/common/Cargo.toml
@@ -28,13 +28,13 @@
[dependencies.sp-core]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-runtime]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.codec]
default-features = false
@@ -49,13 +49,13 @@
[dependencies.frame-support]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.frame-system]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.pallet-common]
default-features = false
@@ -63,13 +63,13 @@
[dependencies.sp-consensus-aura]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.fp-rpc]
default-features = false
-git = "https://github.com/uniquenetwork/frontier.git"
-branch = "unique-polkadot-v0.9.18-2"
+git = "https://github.com/uniquenetwork/frontier"
+branch = "master"
[dependencies]
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
\ No newline at end of file
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
\ No newline at end of file
runtime/common/src/runtime_apis.rsdiffbeforeafterboth--- a/runtime/common/src/runtime_apis.rs
+++ b/runtime/common/src/runtime_apis.rs
@@ -46,11 +46,6 @@
dispatch_unique_runtime!(collection.allowance(sender, spender, token))
}
- fn eth_contract_code(account: H160) -> Option<Vec<u8>> {
- <pallet_unique::UniqueErcSupport<Runtime>>::get_code(&account)
- .or_else(|| <pallet_evm_migration::OnMethodCall<Runtime>>::get_code(&account))
- .or_else(|| <pallet_evm_contract_helpers::HelpersOnMethodCall<Self>>::get_code(&account))
- }
fn adminlist(collection: CollectionId) -> Result<Vec<CrossAccountId>, DispatchError> {
Ok(<pallet_common::Pallet<Runtime>>::adminlist(collection))
}
@@ -274,6 +269,14 @@
}
}
+ impl fp_rpc::ConvertTransactionRuntimeApi<Block> for Runtime {
+ fn convert_transaction(transaction: pallet_ethereum::Transaction) -> <Block as BlockT>::Extrinsic {
+ UncheckedExtrinsic::new_unsigned(
+ pallet_ethereum::Call::<Runtime>::transact { transaction }.into(),
+ )
+ }
+ }
+
impl sp_session::SessionKeys<Block> for Runtime {
fn decode_session_keys(
encoded: Vec<u8>,
runtime/opal/Cargo.tomldiffbeforeafterboth--- a/runtime/opal/Cargo.toml
+++ b/runtime/opal/Cargo.toml
@@ -117,35 +117,35 @@
[dependencies.frame-benchmarking]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
+git = 'https://github.com/paritytech/substrate'
optional = true
-branch = 'polkadot-v0.9.18'
+branch = 'master'
[dependencies.frame-executive]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.frame-support]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.frame-system]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.frame-system-benchmarking]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
+git = 'https://github.com/paritytech/substrate'
optional = true
-branch = 'polkadot-v0.9.18'
+branch = 'master'
[dependencies.frame-system-rpc-runtime-api]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.hex-literal]
optional = true
@@ -159,132 +159,132 @@
[dependencies.pallet-aura]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.pallet-balances]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
# Contracts specific packages
# [dependencies.pallet-contracts]
-# git = 'https://github.com/paritytech/substrate.git'
+# git = 'https://github.com/paritytech/substrate'
# default-features = false
-# branch = 'polkadot-v0.9.18'
+# branch = 'master'
# version = '4.0.0-dev'
# [dependencies.pallet-contracts-primitives]
-# git = 'https://github.com/paritytech/substrate.git'
+# git = 'https://github.com/paritytech/substrate'
# default-features = false
-# branch = 'polkadot-v0.9.18'
+# branch = 'master'
# version = '4.0.0-dev'
# [dependencies.pallet-contracts-rpc-runtime-api]
-# git = 'https://github.com/paritytech/substrate.git'
+# git = 'https://github.com/paritytech/substrate'
# default-features = false
-# branch = 'polkadot-v0.9.18'
+# branch = 'master'
# version = '4.0.0-dev'
[dependencies.pallet-randomness-collective-flip]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.pallet-sudo]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.pallet-timestamp]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.pallet-transaction-payment]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.pallet-transaction-payment-rpc-runtime-api]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.pallet-treasury]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
# [dependencies.pallet-vesting]
# default-features = false
-# git = 'https://github.com/paritytech/substrate.git'
-# branch = 'polkadot-v0.9.18'
+# git = 'https://github.com/paritytech/substrate'
+# branch = 'master'
[dependencies.sp-arithmetic]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-api]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-block-builder]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-core]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-consensus-aura]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-inherents]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-io]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-offchain]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-runtime]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-session]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-std]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-transaction-pool]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-version]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.smallvec]
version = '1.6.1'
@@ -294,47 +294,47 @@
[dependencies.parachain-info]
default-features = false
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
[dependencies.cumulus-pallet-aura-ext]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
default-features = false
[dependencies.cumulus-pallet-parachain-system]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
default-features = false
[dependencies.cumulus-primitives-core]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
default-features = false
[dependencies.cumulus-pallet-xcm]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
default-features = false
[dependencies.cumulus-pallet-dmp-queue]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
default-features = false
[dependencies.cumulus-pallet-xcmp-queue]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
default-features = false
[dependencies.cumulus-primitives-utility]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
default-features = false
[dependencies.cumulus-primitives-timestamp]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
default-features = false
################################################################################
@@ -342,32 +342,32 @@
[dependencies.polkadot-parachain]
git = 'https://github.com/paritytech/polkadot'
-branch = 'release-v0.9.18'
+branch = 'master'
default-features = false
[dependencies.xcm]
git = 'https://github.com/paritytech/polkadot'
-branch = 'release-v0.9.18'
+branch = 'master'
default-features = false
[dependencies.xcm-builder]
git = 'https://github.com/paritytech/polkadot'
-branch = 'release-v0.9.18'
+branch = 'master'
default-features = false
[dependencies.xcm-executor]
git = 'https://github.com/paritytech/polkadot'
-branch = 'release-v0.9.18'
+branch = 'master'
default-features = false
[dependencies.pallet-xcm]
git = 'https://github.com/paritytech/polkadot'
-branch = 'release-v0.9.18'
+branch = 'master'
default-features = false
[dependencies.orml-vesting]
-git = 'https://github.com/UniqueNetwork/open-runtime-module-library'
-branch = 'unique-polkadot-v0.9.18'
+git = 'https://github.com/uniquenetwork/open-runtime-module-library'
+branch = 'master'
version = "0.4.1-dev"
default-features = false
@@ -382,7 +382,7 @@
derivative = "2.2.0"
pallet-unique = { path = '../../pallets/unique', default-features = false }
up-rpc = { path = "../../primitives/rpc", default-features = false }
-fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
+fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
pallet-inflation = { path = '../../pallets/inflation', default-features = false }
up-data-structs = { path = '../../primitives/data-structs', default-features = false }
pallet-common = { default-features = false, path = "../../pallets/common" }
@@ -391,20 +391,20 @@
pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }
pallet-unq-scheduler = { path = '../../pallets/scheduler', default-features = false }
# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }
-pallet-charge-transaction = { git = "https://github.com/UniqueNetwork/pallet-sponsoring", branch = 'polkadot-v0.9.18', package = "pallet-template-transaction-payment", default-features = false, version = '3.0.0' }
+pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'master', package = "pallet-template-transaction-payment", default-features = false, version = '3.0.0' }
pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }
pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }
pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }
pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
-pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
-pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
-fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
-fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
################################################################################
# Build Dependencies
[build-dependencies.substrate-wasm-builder]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
runtime/opal/src/lib.rsdiffbeforeafterboth--- a/runtime/opal/src/lib.rs
+++ b/runtime/opal/src/lib.rs
@@ -52,7 +52,7 @@
EnsureAddressTruncated, HashedAddressMapping, Runner, account::CrossAccountId as _,
};
pub use frame_support::{
- construct_runtime, match_type,
+ construct_runtime, match_types,
dispatch::DispatchResult,
PalletId, parameter_types, StorageValue, ConsensusEngineId,
traits::{
@@ -63,7 +63,7 @@
weights::{
constants::{BlockExecutionWeight, ExtrinsicBaseWeight, RocksDbWeight, WEIGHT_PER_SECOND},
DispatchClass, DispatchInfo, GetDispatchInfo, IdentityFee, Pays, PostDispatchInfo, Weight,
- WeightToFeePolynomial, WeightToFeeCoefficient, WeightToFeeCoefficients,
+ WeightToFeePolynomial, WeightToFeeCoefficient, WeightToFeeCoefficients, ConstantMultiplier,
},
};
use up_data_structs::*;
@@ -78,7 +78,7 @@
};
use smallvec::smallvec;
use codec::{Encode, Decode};
-use pallet_evm::{Account as EVMAccount, FeeCalculator, GasWeightMapping, OnMethodCall};
+use pallet_evm::{Account as EVMAccount, FeeCalculator, GasWeightMapping};
use fp_rpc::TransactionStatus;
use sp_runtime::{
traits::{BlockNumberProvider, Dispatchable, PostDispatchInfoOf, Saturating},
@@ -326,7 +326,7 @@
impl pallet_ethereum::Config for Runtime {
type Event = Event;
- type StateRoot = pallet_ethereum::IntermediateStateRoot;
+ type StateRoot = pallet_ethereum::IntermediateStateRoot<Self>;
}
impl pallet_randomness_collective_flip::Config for Runtime {}
@@ -494,7 +494,7 @@
impl pallet_transaction_payment::Config for Runtime {
type OnChargeTransaction = pallet_transaction_payment::CurrencyAdapter<Balances, DealWithFees>;
- type TransactionByteFee = TransactionByteFee;
+ type LengthToFee = ConstantMultiplier<Balance, TransactionByteFee>;
type OperationalFeeMultiplier = OperationalFeeMultiplier;
type WeightToFee = LinearFee<Balance>;
type FeeMultiplierUpdate = ();
@@ -673,7 +673,7 @@
pub const MaxAuthorities: u32 = 100_000;
}
-match_type! {
+match_types! {
pub type ParentOrParentsUnitPlurality: impl Contains<MultiLocation> = {
MultiLocation { parents: 1, interior: Here } |
MultiLocation { parents: 1, interior: X1(Plurality { id: BodyId::Unit, .. }) }
runtime/quartz/Cargo.tomldiffbeforeafterboth--- a/runtime/quartz/Cargo.toml
+++ b/runtime/quartz/Cargo.toml
@@ -117,35 +117,35 @@
[dependencies.frame-benchmarking]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
+git = 'https://github.com/paritytech/substrate'
optional = true
-branch = 'polkadot-v0.9.18'
+branch = 'master'
[dependencies.frame-executive]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.frame-support]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.frame-system]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.frame-system-benchmarking]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
+git = 'https://github.com/paritytech/substrate'
optional = true
-branch = 'polkadot-v0.9.18'
+branch = 'master'
[dependencies.frame-system-rpc-runtime-api]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.hex-literal]
optional = true
@@ -159,132 +159,132 @@
[dependencies.pallet-aura]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.pallet-balances]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
# Contracts specific packages
# [dependencies.pallet-contracts]
-# git = 'https://github.com/paritytech/substrate.git'
+# git = 'https://github.com/paritytech/substrate'
# default-features = false
-# branch = 'polkadot-v0.9.18'
+# branch = 'master'
# version = '4.0.0-dev'
# [dependencies.pallet-contracts-primitives]
-# git = 'https://github.com/paritytech/substrate.git'
+# git = 'https://github.com/paritytech/substrate'
# default-features = false
-# branch = 'polkadot-v0.9.18'
+# branch = 'master'
# version = '4.0.0-dev'
# [dependencies.pallet-contracts-rpc-runtime-api]
-# git = 'https://github.com/paritytech/substrate.git'
+# git = 'https://github.com/paritytech/substrate'
# default-features = false
-# branch = 'polkadot-v0.9.18'
+# branch = 'master'
# version = '4.0.0-dev'
[dependencies.pallet-randomness-collective-flip]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.pallet-sudo]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.pallet-timestamp]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.pallet-transaction-payment]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.pallet-transaction-payment-rpc-runtime-api]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.pallet-treasury]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
# [dependencies.pallet-vesting]
# default-features = false
-# git = 'https://github.com/paritytech/substrate.git'
-# branch = 'polkadot-v0.9.18'
+# git = 'https://github.com/paritytech/substrate'
+# branch = 'master'
[dependencies.sp-arithmetic]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-api]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-block-builder]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-core]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-consensus-aura]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-inherents]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-io]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-offchain]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-runtime]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-session]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-std]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-transaction-pool]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-version]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.smallvec]
version = '1.6.1'
@@ -294,47 +294,47 @@
[dependencies.parachain-info]
default-features = false
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
[dependencies.cumulus-pallet-aura-ext]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
default-features = false
[dependencies.cumulus-pallet-parachain-system]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
default-features = false
[dependencies.cumulus-primitives-core]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
default-features = false
[dependencies.cumulus-pallet-xcm]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
default-features = false
[dependencies.cumulus-pallet-dmp-queue]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
default-features = false
[dependencies.cumulus-pallet-xcmp-queue]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
default-features = false
[dependencies.cumulus-primitives-utility]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
default-features = false
[dependencies.cumulus-primitives-timestamp]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
default-features = false
################################################################################
@@ -342,32 +342,32 @@
[dependencies.polkadot-parachain]
git = 'https://github.com/paritytech/polkadot'
-branch = 'release-v0.9.18'
+branch = 'master'
default-features = false
[dependencies.xcm]
git = 'https://github.com/paritytech/polkadot'
-branch = 'release-v0.9.18'
+branch = 'master'
default-features = false
[dependencies.xcm-builder]
git = 'https://github.com/paritytech/polkadot'
-branch = 'release-v0.9.18'
+branch = 'master'
default-features = false
[dependencies.xcm-executor]
git = 'https://github.com/paritytech/polkadot'
-branch = 'release-v0.9.18'
+branch = 'master'
default-features = false
[dependencies.pallet-xcm]
git = 'https://github.com/paritytech/polkadot'
-branch = 'release-v0.9.18'
+branch = 'master'
default-features = false
[dependencies.orml-vesting]
-git = 'https://github.com/UniqueNetwork/open-runtime-module-library'
-branch = 'unique-polkadot-v0.9.18'
+git = 'https://github.com/uniquenetwork/open-runtime-module-library'
+branch = 'master'
version = "0.4.1-dev"
default-features = false
@@ -382,7 +382,7 @@
derivative = "2.2.0"
pallet-unique = { path = '../../pallets/unique', default-features = false }
up-rpc = { path = "../../primitives/rpc", default-features = false }
-fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
+fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
pallet-inflation = { path = '../../pallets/inflation', default-features = false }
up-data-structs = { path = '../../primitives/data-structs', default-features = false }
pallet-common = { default-features = false, path = "../../pallets/common" }
@@ -391,20 +391,20 @@
pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }
pallet-unq-scheduler = { path = '../../pallets/scheduler', default-features = false }
# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }
-pallet-charge-transaction = { git = "https://github.com/UniqueNetwork/pallet-sponsoring", branch = 'polkadot-v0.9.18', package = "pallet-template-transaction-payment", default-features = false, version = '3.0.0' }
+pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'master', package = "pallet-template-transaction-payment", default-features = false, version = '3.0.0' }
pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }
pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }
pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }
pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
-pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
-pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
-fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
-fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
################################################################################
# Build Dependencies
[build-dependencies.substrate-wasm-builder]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
runtime/unique/Cargo.tomldiffbeforeafterboth--- a/runtime/unique/Cargo.toml
+++ b/runtime/unique/Cargo.toml
@@ -117,35 +117,35 @@
[dependencies.frame-benchmarking]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
+git = 'https://github.com/paritytech/substrate'
optional = true
-branch = 'polkadot-v0.9.18'
+branch = 'master'
[dependencies.frame-executive]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.frame-support]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.frame-system]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.frame-system-benchmarking]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
+git = 'https://github.com/paritytech/substrate'
optional = true
-branch = 'polkadot-v0.9.18'
+branch = 'master'
[dependencies.frame-system-rpc-runtime-api]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.hex-literal]
optional = true
@@ -159,132 +159,132 @@
[dependencies.pallet-aura]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.pallet-balances]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
# Contracts specific packages
# [dependencies.pallet-contracts]
-# git = 'https://github.com/paritytech/substrate.git'
+# git = 'https://github.com/paritytech/substrate'
# default-features = false
-# branch = 'polkadot-v0.9.18'
+# branch = 'master'
# version = '4.0.0-dev'
# [dependencies.pallet-contracts-primitives]
-# git = 'https://github.com/paritytech/substrate.git'
+# git = 'https://github.com/paritytech/substrate'
# default-features = false
-# branch = 'polkadot-v0.9.18'
+# branch = 'master'
# version = '4.0.0-dev'
# [dependencies.pallet-contracts-rpc-runtime-api]
-# git = 'https://github.com/paritytech/substrate.git'
+# git = 'https://github.com/paritytech/substrate'
# default-features = false
-# branch = 'polkadot-v0.9.18'
+# branch = 'master'
# version = '4.0.0-dev'
[dependencies.pallet-randomness-collective-flip]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.pallet-sudo]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.pallet-timestamp]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.pallet-transaction-payment]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.pallet-transaction-payment-rpc-runtime-api]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.pallet-treasury]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
# [dependencies.pallet-vesting]
# default-features = false
-# git = 'https://github.com/paritytech/substrate.git'
-# branch = 'polkadot-v0.9.18'
+# git = 'https://github.com/paritytech/substrate'
+# branch = 'master'
[dependencies.sp-arithmetic]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-api]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-block-builder]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-core]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-consensus-aura]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-inherents]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-io]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-offchain]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-runtime]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-session]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-std]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-transaction-pool]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.sp-version]
default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
[dependencies.smallvec]
version = '1.6.1'
@@ -294,47 +294,47 @@
[dependencies.parachain-info]
default-features = false
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
[dependencies.cumulus-pallet-aura-ext]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
default-features = false
[dependencies.cumulus-pallet-parachain-system]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
default-features = false
[dependencies.cumulus-primitives-core]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
default-features = false
[dependencies.cumulus-pallet-xcm]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
default-features = false
[dependencies.cumulus-pallet-dmp-queue]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
default-features = false
[dependencies.cumulus-pallet-xcmp-queue]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
default-features = false
[dependencies.cumulus-primitives-utility]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
default-features = false
[dependencies.cumulus-primitives-timestamp]
-git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/cumulus'
+branch = 'master'
default-features = false
################################################################################
@@ -342,32 +342,32 @@
[dependencies.polkadot-parachain]
git = 'https://github.com/paritytech/polkadot'
-branch = 'release-v0.9.18'
+branch = 'master'
default-features = false
[dependencies.xcm]
git = 'https://github.com/paritytech/polkadot'
-branch = 'release-v0.9.18'
+branch = 'master'
default-features = false
[dependencies.xcm-builder]
git = 'https://github.com/paritytech/polkadot'
-branch = 'release-v0.9.18'
+branch = 'master'
default-features = false
[dependencies.xcm-executor]
git = 'https://github.com/paritytech/polkadot'
-branch = 'release-v0.9.18'
+branch = 'master'
default-features = false
[dependencies.pallet-xcm]
git = 'https://github.com/paritytech/polkadot'
-branch = 'release-v0.9.18'
+branch = 'master'
default-features = false
[dependencies.orml-vesting]
-git = 'https://github.com/UniqueNetwork/open-runtime-module-library'
-branch = 'unique-polkadot-v0.9.18'
+git = 'https://github.com/uniquenetwork/open-runtime-module-library'
+branch = 'master'
version = "0.4.1-dev"
default-features = false
@@ -390,21 +390,21 @@
pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }
pallet-unq-scheduler = { path = '../../pallets/scheduler', default-features = false }
# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }
-pallet-charge-transaction = { git = "https://github.com/UniqueNetwork/pallet-sponsoring", branch = 'polkadot-v0.9.18', package = "pallet-template-transaction-payment", default-features = false, version = '3.0.0' }
+pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'master', package = "pallet-template-transaction-payment", default-features = false, version = '3.0.0' }
pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }
pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }
pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }
pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
-pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
-pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
-fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
-fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
-fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
+fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "master" }
################################################################################
# Build Dependencies
[build-dependencies.substrate-wasm-builder]
-git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.18'
+git = 'https://github.com/paritytech/substrate'
+branch = 'master'
tests/src/eth/util/helpers.tsdiffbeforeafterboth--- a/tests/src/eth/util/helpers.ts
+++ b/tests/src/eth/util/helpers.ts
@@ -31,7 +31,7 @@
import getBalance from '../../substrate/get-balance';
import waitNewBlocks from '../../substrate/wait-new-blocks';
-export const GAS_ARGS = {gas: 2500000};
+export const GAS_ARGS = {gas: 2500000, maxPriorityFeePerGas: 0};
export enum SponsoringMode {
Disabled = 0,