mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 18:41:03 +00:00
Select native runtime based on chain spec (#733)
* Select native runtime based on chain spec * Bumped substrate
This commit is contained in:
committed by
Bastian Köcher
parent
d945280142
commit
0d055c9640
Generated
+102
-102
@@ -1109,7 +1109,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "fork-tree"
|
name = "fork-tree"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
@@ -1117,7 +1117,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "frame-executive"
|
name = "frame-executive"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
"frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
@@ -1131,7 +1131,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "frame-metadata"
|
name = "frame-metadata"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
|
"serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -1142,7 +1142,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "frame-support"
|
name = "frame-support"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitmask 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"bitmask 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"frame-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"frame-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
@@ -1166,7 +1166,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "frame-support-procedural"
|
name = "frame-support-procedural"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"frame-support-procedural-tools 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"frame-support-procedural-tools 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
"proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -1177,7 +1177,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "frame-support-procedural-tools"
|
name = "frame-support-procedural-tools"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"frame-support-procedural-tools-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"frame-support-procedural-tools-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
"proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
"proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -1189,7 +1189,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "frame-support-procedural-tools-derive"
|
name = "frame-support-procedural-tools-derive"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -1199,7 +1199,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "frame-system"
|
name = "frame-system"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
"impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
"impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -1216,7 +1216,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "frame-system-rpc-runtime-api"
|
name = "frame-system-rpc-runtime-api"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
@@ -1529,7 +1529,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "grafana-data-source"
|
name = "grafana-data-source"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-std 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"async-std 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
"chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -2991,7 +2991,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "pallet-authority-discovery"
|
name = "pallet-authority-discovery"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
"frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
@@ -3009,7 +3009,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "pallet-authorship"
|
name = "pallet-authorship"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
"frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
@@ -3026,7 +3026,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "pallet-babe"
|
name = "pallet-babe"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
"frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
@@ -3047,7 +3047,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "pallet-balances"
|
name = "pallet-balances"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
"frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
@@ -3061,7 +3061,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "pallet-collective"
|
name = "pallet-collective"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
"frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
@@ -3077,7 +3077,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "pallet-democracy"
|
name = "pallet-democracy"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
"frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
@@ -3092,7 +3092,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "pallet-elections-phragmen"
|
name = "pallet-elections-phragmen"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
"frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
@@ -3105,7 +3105,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "pallet-finality-tracker"
|
name = "pallet-finality-tracker"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
"frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
@@ -3121,7 +3121,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "pallet-grandpa"
|
name = "pallet-grandpa"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
"frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
@@ -3139,7 +3139,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "pallet-identity"
|
name = "pallet-identity"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"enumflags2 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"enumflags2 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
@@ -3154,7 +3154,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "pallet-im-online"
|
name = "pallet-im-online"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
"frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
@@ -3173,7 +3173,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "pallet-indices"
|
name = "pallet-indices"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
"frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
@@ -3190,7 +3190,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "pallet-membership"
|
name = "pallet-membership"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
"frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
@@ -3204,7 +3204,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "pallet-nicks"
|
name = "pallet-nicks"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
"frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
@@ -3218,7 +3218,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "pallet-offences"
|
name = "pallet-offences"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
"frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
@@ -3233,7 +3233,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "pallet-randomness-collective-flip"
|
name = "pallet-randomness-collective-flip"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
"frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
@@ -3246,7 +3246,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "pallet-session"
|
name = "pallet-session"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
"frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
@@ -3265,7 +3265,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "pallet-staking"
|
name = "pallet-staking"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
"frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
@@ -3285,7 +3285,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "pallet-staking-reward-curve"
|
name = "pallet-staking-reward-curve"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
"proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -3296,7 +3296,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "pallet-timestamp"
|
name = "pallet-timestamp"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
"frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
@@ -3312,7 +3312,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "pallet-transaction-payment"
|
name = "pallet-transaction-payment"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
"frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
@@ -3325,7 +3325,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "pallet-transaction-payment-rpc"
|
name = "pallet-transaction-payment-rpc"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"jsonrpc-core 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
"jsonrpc-core 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"jsonrpc-core-client 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
"jsonrpc-core-client 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -3342,7 +3342,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "pallet-transaction-payment-rpc-runtime-api"
|
name = "pallet-transaction-payment-rpc-runtime-api"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -3355,7 +3355,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "pallet-treasury"
|
name = "pallet-treasury"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
"frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
@@ -3369,7 +3369,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "pallet-utility"
|
name = "pallet-utility"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
"frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
@@ -4571,7 +4571,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sc-authority-discovery"
|
name = "sc-authority-discovery"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -4596,7 +4596,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sc-block-builder"
|
name = "sc-block-builder"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
@@ -4610,7 +4610,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sc-chain-spec"
|
name = "sc-chain-spec"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
"impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"sc-chain-spec-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"sc-chain-spec-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
@@ -4625,7 +4625,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sc-chain-spec-derive"
|
name = "sc-chain-spec-derive"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
"proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -4636,7 +4636,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sc-cli"
|
name = "sc-cli"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"app_dirs 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"app_dirs 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -4671,7 +4671,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sc-client"
|
name = "sc-client"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -4704,7 +4704,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sc-client-api"
|
name = "sc-client-api"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -4735,7 +4735,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sc-client-db"
|
name = "sc-client-db"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"kvdb 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"kvdb 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -4760,7 +4760,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sc-consensus-babe"
|
name = "sc-consensus-babe"
|
||||||
version = "0.8.0"
|
version = "0.8.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
@@ -4800,7 +4800,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sc-consensus-slots"
|
name = "sc-consensus-slots"
|
||||||
version = "0.8.0"
|
version = "0.8.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -4819,7 +4819,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sc-consensus-uncles"
|
name = "sc-consensus-uncles"
|
||||||
version = "0.8.0"
|
version = "0.8.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
@@ -4833,7 +4833,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sc-executor"
|
name = "sc-executor"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -4860,7 +4860,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sc-executor-common"
|
name = "sc-executor-common"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -4875,7 +4875,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sc-executor-wasmi"
|
name = "sc-executor-wasmi"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -4891,7 +4891,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sc-executor-wasmtime"
|
name = "sc-executor-wasmtime"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cranelift-codegen 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"cranelift-codegen 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"cranelift-entity 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"cranelift-entity 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -4915,7 +4915,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sc-finality-grandpa"
|
name = "sc-finality-grandpa"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"finality-grandpa 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"finality-grandpa 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
@@ -4945,7 +4945,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sc-keystore"
|
name = "sc-keystore"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"hex 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"hex 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -4960,7 +4960,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sc-network"
|
name = "sc-network"
|
||||||
version = "0.8.0"
|
version = "0.8.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -5005,7 +5005,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sc-network-gossip"
|
name = "sc-network-gossip"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -5021,7 +5021,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sc-offchain"
|
name = "sc-offchain"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -5048,7 +5048,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sc-peerset"
|
name = "sc-peerset"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"libp2p 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"libp2p 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -5059,7 +5059,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sc-rpc"
|
name = "sc-rpc"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -5088,7 +5088,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sc-rpc-api"
|
name = "sc-rpc-api"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -5110,7 +5110,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sc-rpc-server"
|
name = "sc-rpc-server"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"jsonrpc-core 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
"jsonrpc-core 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"jsonrpc-http-server 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
"jsonrpc-http-server 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -5125,7 +5125,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sc-service"
|
name = "sc-service"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"exit-future 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"exit-future 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -5172,7 +5172,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sc-state-db"
|
name = "sc-state-db"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -5183,7 +5183,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sc-telemetry"
|
name = "sc-telemetry"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -5205,7 +5205,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sc-tracing"
|
name = "sc-tracing"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"erased-serde 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
"erased-serde 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"grafana-data-source 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"grafana-data-source 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
@@ -5221,7 +5221,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sc-transaction-graph"
|
name = "sc-transaction-graph"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -5236,7 +5236,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sc-transaction-pool"
|
name = "sc-transaction-pool"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -5521,7 +5521,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sp-api"
|
name = "sp-api"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"sp-api-proc-macro 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"sp-api-proc-macro 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
@@ -5535,7 +5535,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sp-api-proc-macro"
|
name = "sp-api-proc-macro"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
"blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
"proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -5547,7 +5547,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sp-application-crypto"
|
name = "sp-application-crypto"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
|
"serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -5559,7 +5559,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sp-arithmetic"
|
name = "sp-arithmetic"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"integer-sqrt 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"integer-sqrt 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
"num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -5572,7 +5572,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sp-authority-discovery"
|
name = "sp-authority-discovery"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
@@ -5584,7 +5584,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sp-authorship"
|
name = "sp-authorship"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
@@ -5595,7 +5595,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sp-block-builder"
|
name = "sp-block-builder"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
@@ -5607,7 +5607,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sp-blockchain"
|
name = "sp-blockchain"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -5623,7 +5623,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sp-consensus"
|
name = "sp-consensus"
|
||||||
version = "0.8.0"
|
version = "0.8.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -5642,7 +5642,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sp-consensus-babe"
|
name = "sp-consensus-babe"
|
||||||
version = "0.8.0"
|
version = "0.8.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"schnorrkel 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
"schnorrkel 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -5658,7 +5658,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sp-core"
|
name = "sp-core"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"base58 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"base58 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
"blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -5697,7 +5697,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sp-debug-derive"
|
name = "sp-debug-derive"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -5707,7 +5707,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sp-externalities"
|
name = "sp-externalities"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"environmental 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"environmental 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
@@ -5717,7 +5717,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sp-finality-grandpa"
|
name = "sp-finality-grandpa"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
|
"serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -5730,7 +5730,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sp-finality-tracker"
|
name = "sp-finality-tracker"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
@@ -5740,7 +5740,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sp-inherents"
|
name = "sp-inherents"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -5752,7 +5752,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sp-io"
|
name = "sp-io"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"libsecp256k1 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
"libsecp256k1 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -5769,7 +5769,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sp-keyring"
|
name = "sp-keyring"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
@@ -5780,7 +5780,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sp-offchain"
|
name = "sp-offchain"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
"sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
@@ -5789,7 +5789,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sp-panic-handler"
|
name = "sp-panic-handler"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
"backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -5798,7 +5798,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sp-phragmen"
|
name = "sp-phragmen"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
|
"serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
@@ -5808,7 +5808,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sp-rpc"
|
name = "sp-rpc"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
|
"serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
@@ -5817,7 +5817,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sp-runtime"
|
name = "sp-runtime"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
"impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -5836,7 +5836,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sp-runtime-interface"
|
name = "sp-runtime-interface"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"environmental 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"environmental 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -5851,7 +5851,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sp-runtime-interface-proc-macro"
|
name = "sp-runtime-interface-proc-macro"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"Inflector 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
"Inflector 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
"proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -5863,7 +5863,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sp-serializer"
|
name = "sp-serializer"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
|
"serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)",
|
"serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -5872,7 +5872,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sp-session"
|
name = "sp-session"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
"sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
@@ -5882,7 +5882,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sp-staking"
|
name = "sp-staking"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
@@ -5892,7 +5892,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sp-state-machine"
|
name = "sp-state-machine"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -5911,12 +5911,12 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sp-std"
|
name = "sp-std"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "sp-storage"
|
name = "sp-storage"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"impl-serde 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
"impl-serde 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
|
"serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -5927,7 +5927,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sp-timestamp"
|
name = "sp-timestamp"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
"impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -5941,7 +5941,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sp-transaction-pool"
|
name = "sp-transaction-pool"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -5955,7 +5955,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sp-trie"
|
name = "sp-trie"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"memory-db 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"memory-db 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -5969,7 +5969,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sp-version"
|
name = "sp-version"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"impl-serde 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
"impl-serde 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -5981,7 +5981,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sp-wasm-interface"
|
name = "sp-wasm-interface"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
"impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -6085,7 +6085,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "substrate-frame-rpc-system"
|
name = "substrate-frame-rpc-system"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0ae37ab35fb2f1af71d05c995e15ceaf61d1a92c"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
"futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
|||||||
@@ -49,13 +49,6 @@ impl ChainSpec {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
pub(crate) fn is_kusama(&self) -> bool {
|
|
||||||
match self {
|
|
||||||
ChainSpec::Development | ChainSpec::LocalTestnet | ChainSpec::StagingTestnet => false,
|
|
||||||
ChainSpec::Kusama => true,
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
pub(crate) fn from(s: &str) -> Option<Self> {
|
pub(crate) fn from(s: &str) -> Option<Self> {
|
||||||
match s {
|
match s {
|
||||||
"dev" => Some(ChainSpec::Development),
|
"dev" => Some(ChainSpec::Development),
|
||||||
|
|||||||
+20
-18
@@ -77,27 +77,25 @@ pub fn run<E: IntoExit>(exit: E, version: cli::VersionInfo) -> error::Result<()>
|
|||||||
std::env::args(),
|
std::env::args(),
|
||||||
);
|
);
|
||||||
|
|
||||||
// TODO: Use `IsKusama` trait. #727
|
// Preload spec to select native runtime
|
||||||
if cmd
|
let spec = match cmd.shared_params() {
|
||||||
.shared_params()
|
Some(params) => Some(cli::load_spec(params, &load_spec)?),
|
||||||
.and_then(|p| p.chain.as_ref())
|
None => None,
|
||||||
.map_or(true, |p| ChainSpec::from(&p)
|
};
|
||||||
.map_or(false, |c| c.is_kusama())
|
if spec.as_ref().map_or(false, |c| c.is_kusama()) {
|
||||||
)
|
|
||||||
{
|
|
||||||
execute_cmd_with_runtime::<
|
execute_cmd_with_runtime::<
|
||||||
service::kusama_runtime::RuntimeApi,
|
service::kusama_runtime::RuntimeApi,
|
||||||
service::KusamaExecutor,
|
service::KusamaExecutor,
|
||||||
service::kusama_runtime::UncheckedExtrinsic,
|
service::kusama_runtime::UncheckedExtrinsic,
|
||||||
_
|
_
|
||||||
>(exit, &version, cmd)
|
>(exit, &version, cmd, spec)
|
||||||
} else {
|
} else {
|
||||||
execute_cmd_with_runtime::<
|
execute_cmd_with_runtime::<
|
||||||
service::polkadot_runtime::RuntimeApi,
|
service::polkadot_runtime::RuntimeApi,
|
||||||
service::PolkadotExecutor,
|
service::PolkadotExecutor,
|
||||||
service::polkadot_runtime::UncheckedExtrinsic,
|
service::polkadot_runtime::UncheckedExtrinsic,
|
||||||
_
|
_
|
||||||
>(exit, &version, cmd)
|
>(exit, &version, cmd, spec)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -106,6 +104,7 @@ fn execute_cmd_with_runtime<R, D, E, X>(
|
|||||||
exit: X,
|
exit: X,
|
||||||
version: &cli::VersionInfo,
|
version: &cli::VersionInfo,
|
||||||
cmd: cli::ParseAndPrepare<PolkadotSubCommands, PolkadotSubParams>,
|
cmd: cli::ParseAndPrepare<PolkadotSubCommands, PolkadotSubParams>,
|
||||||
|
spec: Option<service::ChainSpec>,
|
||||||
) -> error::Result<()>
|
) -> error::Result<()>
|
||||||
where
|
where
|
||||||
R: service::ConstructRuntimeApi<service::Block, service::TFullClient<service::Block, R, D>>
|
R: service::ConstructRuntimeApi<service::Block, service::TFullClient<service::Block, R, D>>
|
||||||
@@ -117,14 +116,17 @@ where
|
|||||||
D: service::NativeExecutionDispatch + 'static,
|
D: service::NativeExecutionDispatch + 'static,
|
||||||
X: IntoExit,
|
X: IntoExit,
|
||||||
{
|
{
|
||||||
|
let is_kusama = spec.as_ref().map_or(false, |s| s.is_kusama());
|
||||||
|
// Use preloaded spec
|
||||||
|
let load_spec = |_: &str| Ok(spec);
|
||||||
match cmd {
|
match cmd {
|
||||||
cli::ParseAndPrepare::Run(cmd) => cmd.run(&load_spec, exit,
|
cli::ParseAndPrepare::Run(cmd) => cmd.run(load_spec, exit,
|
||||||
|exit, _cli_args, custom_args, mut config| {
|
|exit, _cli_args, custom_args, mut config| {
|
||||||
info!("{}", version.name);
|
info!("{}", version.name);
|
||||||
info!(" version {}", config.full_version());
|
info!(" version {}", config.full_version());
|
||||||
info!(" by {}, 2017-2019", version.author);
|
info!(" by {}, 2017-2019", version.author);
|
||||||
info!("Chain specification: {} (native: {})", config.chain_spec.name(), D::native_version().runtime_version);
|
info!("Chain specification: {} (native: {})", config.chain_spec.name(), D::native_version().runtime_version);
|
||||||
if config.is_kusama() {
|
if is_kusama {
|
||||||
info!("----------------------------");
|
info!("----------------------------");
|
||||||
info!("This chain is not in any way");
|
info!("This chain is not in any way");
|
||||||
info!(" endorsed by the ");
|
info!(" endorsed by the ");
|
||||||
@@ -154,16 +156,16 @@ where
|
|||||||
},
|
},
|
||||||
}.map_err(|e| format!("{:?}", e))
|
}.map_err(|e| format!("{:?}", e))
|
||||||
}),
|
}),
|
||||||
cli::ParseAndPrepare::BuildSpec(cmd) => cmd.run::<NoCustom, _, _, _>(&load_spec),
|
cli::ParseAndPrepare::BuildSpec(cmd) => cmd.run::<NoCustom, _, _, _>(load_spec),
|
||||||
cli::ParseAndPrepare::ExportBlocks(cmd) => cmd.run_with_builder::<_, _, _, _, _, _, _>(|config|
|
cli::ParseAndPrepare::ExportBlocks(cmd) => cmd.run_with_builder::<_, _, _, _, _, _, _>(|config|
|
||||||
Ok(service::new_chain_ops::<R, D, E>(config)?), &load_spec, exit),
|
Ok(service::new_chain_ops::<R, D, E>(config)?), load_spec, exit),
|
||||||
cli::ParseAndPrepare::ImportBlocks(cmd) => cmd.run_with_builder::<_, _, _, _, _, _, _>(|config|
|
cli::ParseAndPrepare::ImportBlocks(cmd) => cmd.run_with_builder::<_, _, _, _, _, _, _>(|config|
|
||||||
Ok(service::new_chain_ops::<R, D, E>(config)?), &load_spec, exit),
|
Ok(service::new_chain_ops::<R, D, E>(config)?), load_spec, exit),
|
||||||
cli::ParseAndPrepare::CheckBlock(cmd) => cmd.run_with_builder::<_, _, _, _, _, _, _>(|config|
|
cli::ParseAndPrepare::CheckBlock(cmd) => cmd.run_with_builder::<_, _, _, _, _, _, _>(|config|
|
||||||
Ok(service::new_chain_ops::<R, D, E>(config)?), &load_spec, exit),
|
Ok(service::new_chain_ops::<R, D, E>(config)?), load_spec, exit),
|
||||||
cli::ParseAndPrepare::PurgeChain(cmd) => cmd.run(&load_spec),
|
cli::ParseAndPrepare::PurgeChain(cmd) => cmd.run(load_spec),
|
||||||
cli::ParseAndPrepare::RevertChain(cmd) => cmd.run_with_builder::<_, _, _, _, _, _>(|config|
|
cli::ParseAndPrepare::RevertChain(cmd) => cmd.run_with_builder::<_, _, _, _, _, _>(|config|
|
||||||
Ok(service::new_chain_ops::<R, D, E>(config)?), &load_spec),
|
Ok(service::new_chain_ops::<R, D, E>(config)?), load_spec),
|
||||||
cli::ParseAndPrepare::CustomCommand(PolkadotSubCommands::ValidationWorker(args)) => {
|
cli::ParseAndPrepare::CustomCommand(PolkadotSubCommands::ValidationWorker(args)) => {
|
||||||
if cfg!(feature = "browser") {
|
if cfg!(feature = "browser") {
|
||||||
Err(error::Error::Input("Cannot run validation worker in browser".into()))
|
Err(error::Error::Input("Cannot run validation worker in browser".into()))
|
||||||
|
|||||||
@@ -474,7 +474,7 @@ pub fn run_collator<P, E>(
|
|||||||
{
|
{
|
||||||
prepare_config(&mut config, para_id, &key);
|
prepare_config(&mut config, para_id, &key);
|
||||||
|
|
||||||
match (config.is_kusama(), config.roles) {
|
match (config.chain_spec.is_kusama(), config.roles) {
|
||||||
(true, Roles::LIGHT) =>
|
(true, Roles::LIGHT) =>
|
||||||
run_collator_node(service::kusama_new_light(config)?, exit, para_id, key, build_parachain_context),
|
run_collator_node(service::kusama_new_light(config)?, exit, para_id, key, build_parachain_context),
|
||||||
(true, _) =>
|
(true, _) =>
|
||||||
|
|||||||
@@ -158,9 +158,9 @@ pub trait IsKusama {
|
|||||||
fn is_kusama(&self) -> bool;
|
fn is_kusama(&self) -> bool;
|
||||||
}
|
}
|
||||||
|
|
||||||
impl IsKusama for Configuration {
|
impl IsKusama for ChainSpec {
|
||||||
fn is_kusama(&self) -> bool {
|
fn is_kusama(&self) -> bool {
|
||||||
self.chain_spec.name().starts_with("Kusama")
|
self.name().starts_with("Kusama")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user