Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ddorgan
polkadot
Commits
47828402
Unverified
Commit
47828402
authored
Dec 09, 2019
by
Gavin Wood
Committed by
GitHub
Dec 09, 2019
Browse files
Bump Substrate, add Identity module (#676)
* Bump Substrate, add Identity module * Bump Substrate again
parent
ca8d5c54
Changes
3
Show whitespace changes
Inline
Side-by-side
Cargo.lock
View file @
47828402
...
...
@@ -632,14 +632,6 @@ dependencies = [
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "crossbeam-channel"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "crossbeam-channel"
version = "0.4.0"
...
...
@@ -894,6 +886,24 @@ dependencies = [
"num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "enumflags2"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"enumflags2_derive 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "enumflags2_derive"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"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)",
"syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "env_logger"
version = "0.6.2"
...
...
@@ -1080,7 +1090,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "fork-tree"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
665304397ff7e60d7cda177a0623a571e5909a2c
"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
af370c710a87908fcfb5296fe2a8202e1808ee64
"
dependencies = [
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
...
...
@@ -1088,7 +1098,7 @@ dependencies = [
[[package]]
name = "frame-executive"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
665304397ff7e60d7cda177a0623a571e5909a2c
"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
af370c710a87908fcfb5296fe2a8202e1808ee64
"
dependencies = [
"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)",
...
...
@@ -1102,7 +1112,7 @@ dependencies = [
[[package]]
name = "frame-metadata"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
665304397ff7e60d7cda177a0623a571e5909a2c
"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
af370c710a87908fcfb5296fe2a8202e1808ee64
"
dependencies = [
"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)",
...
...
@@ -1113,7 +1123,7 @@ dependencies = [
[[package]]
name = "frame-support"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
665304397ff7e60d7cda177a0623a571e5909a2c
"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
af370c710a87908fcfb5296fe2a8202e1808ee64
"
dependencies = [
"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)",
...
...
@@ -1137,7 +1147,7 @@ dependencies = [
[[package]]
name = "frame-support-procedural"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
665304397ff7e60d7cda177a0623a571e5909a2c
"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
af370c710a87908fcfb5296fe2a8202e1808ee64
"
dependencies = [
"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)",
...
...
@@ -1148,7 +1158,7 @@ dependencies = [
[[package]]
name = "frame-support-procedural-tools"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
665304397ff7e60d7cda177a0623a571e5909a2c
"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
af370c710a87908fcfb5296fe2a8202e1808ee64
"
dependencies = [
"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)",
...
...
@@ -1160,7 +1170,7 @@ dependencies = [
[[package]]
name = "frame-support-procedural-tools-derive"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
665304397ff7e60d7cda177a0623a571e5909a2c
"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
af370c710a87908fcfb5296fe2a8202e1808ee64
"
dependencies = [
"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)",
...
...
@@ -1170,7 +1180,7 @@ dependencies = [
[[package]]
name = "frame-system"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
665304397ff7e60d7cda177a0623a571e5909a2c
"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
af370c710a87908fcfb5296fe2a8202e1808ee64
"
dependencies = [
"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)",
...
...
@@ -1187,7 +1197,7 @@ dependencies = [
[[package]]
name = "frame-system-rpc-runtime-api"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
665304397ff7e60d7cda177a0623a571e5909a2c
"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
af370c710a87908fcfb5296fe2a8202e1808ee64
"
dependencies = [
"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)",
...
...
@@ -1477,7 +1487,7 @@ dependencies = [
[[package]]
name = "grafana-data-source"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
665304397ff7e60d7cda177a0623a571e5909a2c
"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
af370c710a87908fcfb5296fe2a8202e1808ee64
"
dependencies = [
"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)",
...
...
@@ -2823,7 +2833,7 @@ dependencies = [
[[package]]
name = "pallet-authority-discovery"
version = "0.1.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
665304397ff7e60d7cda177a0623a571e5909a2c
"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
af370c710a87908fcfb5296fe2a8202e1808ee64
"
dependencies = [
"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)",
...
...
@@ -2841,7 +2851,7 @@ dependencies = [
[[package]]
name = "pallet-authorship"
version = "0.1.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
665304397ff7e60d7cda177a0623a571e5909a2c
"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
af370c710a87908fcfb5296fe2a8202e1808ee64
"
dependencies = [
"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)",
...
...
@@ -2858,7 +2868,7 @@ dependencies = [
[[package]]
name = "pallet-babe"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
665304397ff7e60d7cda177a0623a571e5909a2c
"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
af370c710a87908fcfb5296fe2a8202e1808ee64
"
dependencies = [
"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)",
...
...
@@ -2879,7 +2889,7 @@ dependencies = [
[[package]]
name = "pallet-balances"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
665304397ff7e60d7cda177a0623a571e5909a2c
"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
af370c710a87908fcfb5296fe2a8202e1808ee64
"
dependencies = [
"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)",
...
...
@@ -2893,7 +2903,7 @@ dependencies = [
[[package]]
name = "pallet-collective"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
665304397ff7e60d7cda177a0623a571e5909a2c
"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
af370c710a87908fcfb5296fe2a8202e1808ee64
"
dependencies = [
"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)",
...
...
@@ -2909,7 +2919,7 @@ dependencies = [
[[package]]
name = "pallet-democracy"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
665304397ff7e60d7cda177a0623a571e5909a2c
"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
af370c710a87908fcfb5296fe2a8202e1808ee64
"
dependencies = [
"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)",
...
...
@@ -2924,7 +2934,7 @@ dependencies = [
[[package]]
name = "pallet-elections-phragmen"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
665304397ff7e60d7cda177a0623a571e5909a2c
"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
af370c710a87908fcfb5296fe2a8202e1808ee64
"
dependencies = [
"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)",
...
...
@@ -2937,7 +2947,7 @@ dependencies = [
[[package]]
name = "pallet-finality-tracker"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
665304397ff7e60d7cda177a0623a571e5909a2c
"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
af370c710a87908fcfb5296fe2a8202e1808ee64
"
dependencies = [
"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)",
...
...
@@ -2953,7 +2963,7 @@ dependencies = [
[[package]]
name = "pallet-grandpa"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
665304397ff7e60d7cda177a0623a571e5909a2c
"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
af370c710a87908fcfb5296fe2a8202e1808ee64
"
dependencies = [
"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)",
...
...
@@ -2968,10 +2978,25 @@ dependencies = [
"sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
]
[[package]]
name = "pallet-identity"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#af370c710a87908fcfb5296fe2a8202e1808ee64"
dependencies = [
"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-system 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)",
"serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-io 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-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
]
[[package]]
name = "pallet-im-online"
version = "0.1.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
665304397ff7e60d7cda177a0623a571e5909a2c
"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
af370c710a87908fcfb5296fe2a8202e1808ee64
"
dependencies = [
"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)",
...
...
@@ -2990,7 +3015,7 @@ dependencies = [
[[package]]
name = "pallet-indices"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
665304397ff7e60d7cda177a0623a571e5909a2c
"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
af370c710a87908fcfb5296fe2a8202e1808ee64
"
dependencies = [
"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)",
...
...
@@ -3007,7 +3032,7 @@ dependencies = [
[[package]]
name = "pallet-membership"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
665304397ff7e60d7cda177a0623a571e5909a2c
"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
af370c710a87908fcfb5296fe2a8202e1808ee64
"
dependencies = [
"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)",
...
...
@@ -3021,7 +3046,7 @@ dependencies = [
[[package]]
name = "pallet-nicks"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
665304397ff7e60d7cda177a0623a571e5909a2c
"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
af370c710a87908fcfb5296fe2a8202e1808ee64
"
dependencies = [
"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)",
...
...
@@ -3035,7 +3060,7 @@ dependencies = [
[[package]]
name = "pallet-offences"
version = "1.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
665304397ff7e60d7cda177a0623a571e5909a2c
"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
af370c710a87908fcfb5296fe2a8202e1808ee64
"
dependencies = [
"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)",
...
...
@@ -3050,7 +3075,7 @@ dependencies = [
[[package]]
name = "pallet-randomness-collective-flip"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
665304397ff7e60d7cda177a0623a571e5909a2c
"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
af370c710a87908fcfb5296fe2a8202e1808ee64
"
dependencies = [
"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)",
...
...
@@ -3063,7 +3088,7 @@ dependencies = [
[[package]]
name = "pallet-session"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
665304397ff7e60d7cda177a0623a571e5909a2c
"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
af370c710a87908fcfb5296fe2a8202e1808ee64
"
dependencies = [
"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)",
...
...
@@ -3082,7 +3107,7 @@ dependencies = [
[[package]]
name = "pallet-staking"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
665304397ff7e60d7cda177a0623a571e5909a2c
"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
af370c710a87908fcfb5296fe2a8202e1808ee64
"
dependencies = [
"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)",
...
...
@@ -3102,7 +3127,7 @@ dependencies = [
[[package]]
name = "pallet-staking-reward-curve"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
665304397ff7e60d7cda177a0623a571e5909a2c
"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
af370c710a87908fcfb5296fe2a8202e1808ee64
"
dependencies = [
"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)",
...
...
@@ -3113,7 +3138,7 @@ dependencies = [
[[package]]
name = "pallet-timestamp"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
665304397ff7e60d7cda177a0623a571e5909a2c
"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
af370c710a87908fcfb5296fe2a8202e1808ee64
"
dependencies = [
"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)",
...
...
@@ -3129,7 +3154,7 @@ dependencies = [
[[package]]
name = "pallet-transaction-payment"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
665304397ff7e60d7cda177a0623a571e5909a2c
"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
af370c710a87908fcfb5296fe2a8202e1808ee64
"
dependencies = [
"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)",
...
...
@@ -3142,7 +3167,7 @@ dependencies = [
[[package]]
name = "pallet-transaction-payment-rpc"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
665304397ff7e60d7cda177a0623a571e5909a2c
"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
af370c710a87908fcfb5296fe2a8202e1808ee64
"
dependencies = [
"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)",
...
...
@@ -3159,7 +3184,7 @@ dependencies = [
[[package]]
name = "pallet-transaction-payment-rpc-runtime-api"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
665304397ff7e60d7cda177a0623a571e5909a2c
"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
af370c710a87908fcfb5296fe2a8202e1808ee64
"
dependencies = [
"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)",
...
...
@@ -3172,7 +3197,7 @@ dependencies = [
[[package]]
name = "pallet-treasury"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
665304397ff7e60d7cda177a0623a571e5909a2c
"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
af370c710a87908fcfb5296fe2a8202e1808ee64
"
dependencies = [
"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)",
...
...
@@ -3661,6 +3686,7 @@ dependencies = [
"pallet-elections-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
"pallet-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
"pallet-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
"pallet-identity 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
"pallet-im-online 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
"pallet-indices 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
"pallet-membership 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
...
...
@@ -3696,7 +3722,7 @@ dependencies = [
"sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
"sp-staking 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)",
"sp-transaction-pool-
runtime-
api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
"sp-transaction-pool-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
"sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
"sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
"substrate-wasm-builder-runner 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -4303,7 +4329,7 @@ dependencies = [
[[package]]
name = "sc-application-crypto"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
665304397ff7e60d7cda177a0623a571e5909a2c
"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
af370c710a87908fcfb5296fe2a8202e1808ee64
"
dependencies = [
"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)",
...
...
@@ -4315,7 +4341,7 @@ dependencies = [
[[package]]
name = "sc-authority-discovery"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
665304397ff7e60d7cda177a0623a571e5909a2c
"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
af370c710a87908fcfb5296fe2a8202e1808ee64
"
dependencies = [
"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)",
...
...
@@ -4339,7 +4365,7 @@ dependencies = [
[[package]]
name = "sc-block-builder"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
665304397ff7e60d7cda177a0623a571e5909a2c
"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
af370c710a87908fcfb5296fe2a8202e1808ee64
"
dependencies = [
"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)",
...
...
@@ -4353,7 +4379,7 @@ dependencies = [
[[package]]
name = "sc-chain-spec"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
665304397ff7e60d7cda177a0623a571e5909a2c
"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
af370c710a87908fcfb5296fe2a8202e1808ee64
"
dependencies = [
"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)",
...
...
@@ -4368,7 +4394,7 @@ dependencies = [
[[package]]
name = "sc-chain-spec-derive"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
665304397ff7e60d7cda177a0623a571e5909a2c
"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
af370c710a87908fcfb5296fe2a8202e1808ee64
"
dependencies = [
"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)",
...
...
@@ -4379,7 +4405,7 @@ dependencies = [
[[package]]
name = "sc-cli"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
665304397ff7e60d7cda177a0623a571e5909a2c
"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
af370c710a87908fcfb5296fe2a8202e1808ee64
"
dependencies = [
"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)",
...
...
@@ -4414,7 +4440,7 @@ dependencies = [
[[package]]
name = "sc-client"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
665304397ff7e60d7cda177a0623a571e5909a2c
"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
af370c710a87908fcfb5296fe2a8202e1808ee64
"
dependencies = [
"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)",
...
...
@@ -4447,7 +4473,7 @@ dependencies = [
[[package]]
name = "sc-client-api"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
665304397ff7e60d7cda177a0623a571e5909a2c
"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
af370c710a87908fcfb5296fe2a8202e1808ee64
"
dependencies = [
"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)",
...
...
@@ -4479,7 +4505,7 @@ dependencies = [
[[package]]
name = "sc-client-db"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
665304397ff7e60d7cda177a0623a571e5909a2c
"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
af370c710a87908fcfb5296fe2a8202e1808ee64
"
dependencies = [
"hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
"kvdb 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -4504,7 +4530,7 @@ dependencies = [
[[package]]
name = "sc-consensus-babe"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
665304397ff7e60d7cda177a0623a571e5909a2c
"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
af370c710a87908fcfb5296fe2a8202e1808ee64
"
dependencies = [
"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)",
...
...
@@ -4544,7 +4570,7 @@ dependencies = [
[[package]]
name = "sc-consensus-slots"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
665304397ff7e60d7cda177a0623a571e5909a2c
"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
af370c710a87908fcfb5296fe2a8202e1808ee64
"
dependencies = [
"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)",
...
...
@@ -4563,7 +4589,7 @@ dependencies = [
[[package]]
name = "sc-consensus-uncles"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
665304397ff7e60d7cda177a0623a571e5909a2c
"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
af370c710a87908fcfb5296fe2a8202e1808ee64
"
dependencies = [
"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)",
...
...
@@ -4577,7 +4603,7 @@ dependencies = [
[[package]]
name = "sc-executor"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
665304397ff7e60d7cda177a0623a571e5909a2c
"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
af370c710a87908fcfb5296fe2a8202e1808ee64
"
dependencies = [
"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)",
...
...
@@ -4609,7 +4635,7 @@ dependencies = [
[[package]]
name = "sc-finality-grandpa"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
665304397ff7e60d7cda177a0623a571e5909a2c
"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
af370c710a87908fcfb5296fe2a8202e1808ee64
"
dependencies = [
"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)",
...
...
@@ -4639,7 +4665,7 @@ dependencies = [
[[package]]
name = "sc-keystore"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
665304397ff7e60d7cda177a0623a571e5909a2c
"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
af370c710a87908fcfb5296fe2a8202e1808ee64
"
dependencies = [
"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)",
...
...
@@ -4654,7 +4680,7 @@ dependencies = [
[[package]]
name = "sc-network"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
665304397ff7e60d7cda177a0623a571e5909a2c
"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
af370c710a87908fcfb5296fe2a8202e1808ee64
"
dependencies = [
"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)",
...
...
@@ -4699,7 +4725,7 @@ dependencies = [
[[package]]
name = "sc-offchain"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
665304397ff7e60d7cda177a0623a571e5909a2c
"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
af370c710a87908fcfb5296fe2a8202e1808ee64
"
dependencies = [
"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)",
...
...
@@ -4726,7 +4752,7 @@ dependencies = [
[[package]]
name = "sc-peerset"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
665304397ff7e60d7cda177a0623a571e5909a2c
"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
af370c710a87908fcfb5296fe2a8202e1808ee64
"
dependencies = [
"futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"libp2p 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -4737,7 +4763,7 @@ dependencies = [
[[package]]
name = "sc-rpc"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
665304397ff7e60d7cda177a0623a571e5909a2c
"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
af370c710a87908fcfb5296fe2a8202e1808ee64
"
dependencies = [
"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)",
...
...
@@ -4766,7 +4792,7 @@ dependencies = [
[[package]]
name = "sc-rpc-api"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
665304397ff7e60d7cda177a0623a571e5909a2c
"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
af370c710a87908fcfb5296fe2a8202e1808ee64
"
dependencies = [
"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)",
...
...
@@ -4788,7 +4814,7 @@ dependencies = [
[[package]]
name = "sc-rpc-server"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
665304397ff7e60d7cda177a0623a571e5909a2c
"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
af370c710a87908fcfb5296fe2a8202e1808ee64
"
dependencies = [
"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)",
...
...
@@ -4803,7 +4829,7 @@ dependencies = [
[[package]]
name = "sc-service"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
665304397ff7e60d7cda177a0623a571e5909a2c
"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
af370c710a87908fcfb5296fe2a8202e1808ee64
"
dependencies = [
"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)",
...
...
@@ -4840,7 +4866,6 @@ dependencies = [
"sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
"sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
"sp-transaction-pool-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
"sp-transaction-pool-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
"sysinfo 0.9.6 (registry+https://github.com/rust-lang/crates.io-index)",
"target_info 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -4851,7 +4876,7 @@ dependencies = [
[[package]]
name = "sc-state-db"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
665304397ff7e60d7cda177a0623a571e5909a2c
"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
af370c710a87908fcfb5296fe2a8202e1808ee64
"
dependencies = [
"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)",
...
...
@@ -4862,7 +4887,7 @@ dependencies = [
[[package]]
name = "sc-telemetry"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
665304397ff7e60d7cda177a0623a571e5909a2c
"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
af370c710a87908fcfb5296fe2a8202e1808ee64
"
dependencies = [
"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)",
...
...
@@ -4874,9 +4899,9 @@ dependencies = [
"rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
"slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
"slog-async 2.3.0 (git+https://github.com/paritytech/slog-async)",
"slog-json 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"slog-scope 4.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"take_mut 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
"void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
...
...
@@ -4884,7 +4909,7 @@ dependencies = [
[[package]]
name = "sc-tracing"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
665304397ff7e60d7cda177a0623a571e5909a2c
"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
af370c710a87908fcfb5296fe2a8202e1808ee64
"
dependencies = [
"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)",
...
...
@@ -4900,7 +4925,7 @@ dependencies = [
[[package]]
name = "sc-transaction-graph"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
665304397ff7e60d7cda177a0623a571e5909a2c
"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
af370c710a87908fcfb5296fe2a8202e1808ee64
"
dependencies = [
"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)",
...
...
@@ -4915,7 +4940,7 @@ dependencies = [
[[package]]
name = "sc-transaction-pool"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
665304397ff7e60d7cda177a0623a571e5909a2c
"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
af370c710a87908fcfb5296fe2a8202e1808ee64
"
dependencies = [
"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)",
...
...
@@ -4929,7 +4954,6 @@ dependencies = [
"sp-core 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-transaction-pool-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
"sp-transaction-pool-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
]
[[package]]
...
...
@@ -5112,17 +5136,6 @@ dependencies = [
"erased-serde 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "slog-async"
version = "2.3.0"
source = "git+https://github.com/paritytech/slog-async#107848e7ded5e80dc43f6296c2b96039eb92c0a5"
dependencies = [
"crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
"slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
"take_mut 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "slog-json"
version = "2.3.0"
...
...
@@ -5207,7 +5220,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "sp-api"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
665304397ff7e60d7cda177a0623a571e5909a2c
"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
af370c710a87908fcfb5296fe2a8202e1808ee64
"
dependencies = [
"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)",
...
...
@@ -5221,7 +5234,7 @@ dependencies = [
[[package]]
name = "sp-api-proc-macro"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
665304397ff7e60d7cda177a0623a571e5909a2c
"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
af370c710a87908fcfb5296fe2a8202e1808ee64
"
dependencies = [
"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)",
...
...
@@ -5233,7 +5246,7 @@ dependencies = [
[[package]]
name = "sp-arithmetic"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
665304397ff7e60d7cda177a0623a571e5909a2c
"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
af370c710a87908fcfb5296fe2a8202e1808ee64
"
dependencies = [
"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)",
...
...
@@ -5246,7 +5259,7 @@ dependencies = [
[[package]]
name = "sp-authority-discovery"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
665304397ff7e60d7cda177a0623a571e5909a2c
"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
af370c710a87908fcfb5296fe2a8202e1808ee64
"
dependencies = [
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
...
...
@@ -5258,17 +5271,18 @@ dependencies = [
[[package]]
name = "sp-authorship"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
665304397ff7e60d7cda177a0623a571e5909a2c
"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#
af370c710a87908fcfb5296fe2a8202e1808ee64
"
dependencies = [
"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-runtime 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)",
]
[[package]]