Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
18b84761
Unverified
Commit
18b84761
authored
Mar 23, 2020
by
Andronik Ordian
Committed by
GitHub
Mar 23, 2020
Browse files
deduplicate parity-util-mem (#926)
parent
b3611713
Pipeline
#84135
passed with stages
in 25 minutes and 16 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Cargo.lock
View file @
18b84761
...
...
@@ -1138,7 +1138,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "fork-tree"
version = "2.0.0-alpha.4"
source = "git+https://github.com/paritytech/substrate#
2eb9c260a2eef339d1f7ce119008b2bca45a50bc
"
source = "git+https://github.com/paritytech/substrate#
feac1d9bce3a3a94c731ed0c57a07edd8f2940d5
"
dependencies = [
"parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
...
...
@@ -1146,7 +1146,7 @@ dependencies = [
[[package]]
name = "frame-benchmarking"
version = "2.0.0-alpha.4"
source = "git+https://github.com/paritytech/substrate#
2eb9c260a2eef339d1f7ce119008b2bca45a50bc
"
source = "git+https://github.com/paritytech/substrate#
feac1d9bce3a3a94c731ed0c57a07edd8f2940d5
"
dependencies = [
"frame-support 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
"frame-system 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
...
...
@@ -1161,7 +1161,7 @@ dependencies = [
[[package]]
name = "frame-benchmarking-cli"
version = "2.0.0-alpha.4"
source = "git+https://github.com/paritytech/substrate#
2eb9c260a2eef339d1f7ce119008b2bca45a50bc
"
source = "git+https://github.com/paritytech/substrate#
feac1d9bce3a3a94c731ed0c57a07edd8f2940d5
"
dependencies = [
"frame-benchmarking 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
"parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -1180,7 +1180,7 @@ dependencies = [
[[package]]
name = "frame-executive"
version = "2.0.0-alpha.4"
source = "git+https://github.com/paritytech/substrate#
2eb9c260a2eef339d1f7ce119008b2bca45a50bc
"
source = "git+https://github.com/paritytech/substrate#
feac1d9bce3a3a94c731ed0c57a07edd8f2940d5
"
dependencies = [
"frame-support 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
"frame-system 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
...
...
@@ -1193,7 +1193,7 @@ dependencies = [
[[package]]
name = "frame-metadata"
version = "11.0.0-alpha.4"
source = "git+https://github.com/paritytech/substrate#
2eb9c260a2eef339d1f7ce119008b2bca45a50bc
"
source = "git+https://github.com/paritytech/substrate#
feac1d9bce3a3a94c731ed0c57a07edd8f2940d5
"
dependencies = [
"parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -1204,7 +1204,7 @@ dependencies = [
[[package]]
name = "frame-support"
version = "2.0.0-alpha.4"
source = "git+https://github.com/paritytech/substrate#
2eb9c260a2eef339d1f7ce119008b2bca45a50bc
"
source = "git+https://github.com/paritytech/substrate#
feac1d9bce3a3a94c731ed0c57a07edd8f2940d5
"
dependencies = [
"bitmask 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"frame-metadata 11.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
...
...
@@ -1228,7 +1228,7 @@ dependencies = [
[[package]]
name = "frame-support-procedural"
version = "2.0.0-alpha.4"
source = "git+https://github.com/paritytech/substrate#
2eb9c260a2eef339d1f7ce119008b2bca45a50bc
"
source = "git+https://github.com/paritytech/substrate#
feac1d9bce3a3a94c731ed0c57a07edd8f2940d5
"
dependencies = [
"frame-support-procedural-tools 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
"proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -1239,7 +1239,7 @@ dependencies = [
[[package]]
name = "frame-support-procedural-tools"
version = "2.0.0-alpha.4"
source = "git+https://github.com/paritytech/substrate#
2eb9c260a2eef339d1f7ce119008b2bca45a50bc
"
source = "git+https://github.com/paritytech/substrate#
feac1d9bce3a3a94c731ed0c57a07edd8f2940d5
"
dependencies = [
"frame-support-procedural-tools-derive 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
"proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -1251,7 +1251,7 @@ dependencies = [
[[package]]
name = "frame-support-procedural-tools-derive"
version = "2.0.0-alpha.4"
source = "git+https://github.com/paritytech/substrate#
2eb9c260a2eef339d1f7ce119008b2bca45a50bc
"
source = "git+https://github.com/paritytech/substrate#
feac1d9bce3a3a94c731ed0c57a07edd8f2940d5
"
dependencies = [
"proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -1261,7 +1261,7 @@ dependencies = [
[[package]]
name = "frame-system"
version = "2.0.0-alpha.4"
source = "git+https://github.com/paritytech/substrate#
2eb9c260a2eef339d1f7ce119008b2bca45a50bc
"
source = "git+https://github.com/paritytech/substrate#
feac1d9bce3a3a94c731ed0c57a07edd8f2940d5
"
dependencies = [
"frame-support 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
"impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -1277,7 +1277,7 @@ dependencies = [
[[package]]
name = "frame-system-rpc-runtime-api"
version = "2.0.0-alpha.4"
source = "git+https://github.com/paritytech/substrate#
2eb9c260a2eef339d1f7ce119008b2bca45a50bc
"
source = "git+https://github.com/paritytech/substrate#
feac1d9bce3a3a94c731ed0c57a07edd8f2940d5
"
dependencies = [
"parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-api 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
...
...
@@ -2135,16 +2135,6 @@ dependencies = [
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "kvdb"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"parity-bytes 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"parity-util-mem 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
"smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "kvdb"
version = "0.5.0"
...
...
@@ -2154,16 +2144,6 @@ dependencies = [
"smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "kvdb-memorydb"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"kvdb 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"parity-util-mem 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
"parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "kvdb-memorydb"
version = "0.5.0"
...
...
@@ -2174,24 +2154,6 @@ dependencies = [
"parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "kvdb-rocksdb"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"fs-swap 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
"interleaved-ordered 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"kvdb 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
"owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"parity-util-mem 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
"parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
"rocksdb 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
"smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "kvdb-rocksdb"
version = "0.7.0"
...
...
@@ -2761,13 +2723,13 @@ dependencies = [
[[package]]
name = "memory-db"
version = "0.
19
.0"
version = "0.
20
.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"ahash 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
"hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
"hashbrown 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
"parity-util-mem 0.
5.2
(registry+https://github.com/rust-lang/crates.io-index)",
"parity-util-mem 0.
6.0
(registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
...
...
@@ -3051,7 +3013,7 @@ dependencies = [
[[package]]
name = "pallet-authority-discovery"
version = "2.0.0-alpha.4"
source = "git+https://github.com/paritytech/substrate#
2eb9c260a2eef339d1f7ce119008b2bca45a50bc
"
source = "git+https://github.com/paritytech/substrate#
feac1d9bce3a3a94c731ed0c57a07edd8f2940d5
"
dependencies = [
"frame-support 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
"frame-system 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
...
...
@@ -3069,7 +3031,7 @@ dependencies = [
[[package]]
name = "pallet-authorship"
version = "2.0.0-alpha.4"
source = "git+https://github.com/paritytech/substrate#
2eb9c260a2eef339d1f7ce119008b2bca45a50bc
"
source = "git+https://github.com/paritytech/substrate#
feac1d9bce3a3a94c731ed0c57a07edd8f2940d5
"
dependencies = [
"frame-support 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
"frame-system 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
...
...
@@ -3086,7 +3048,7 @@ dependencies = [
[[package]]
name = "pallet-babe"
version = "2.0.0-alpha.4"
source = "git+https://github.com/paritytech/substrate#
2eb9c260a2eef339d1f7ce119008b2bca45a50bc
"
source = "git+https://github.com/paritytech/substrate#
feac1d9bce3a3a94c731ed0c57a07edd8f2940d5
"
dependencies = [
"frame-support 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
"frame-system 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
...
...
@@ -3107,7 +3069,7 @@ dependencies = [
[[package]]
name = "pallet-balances"
version = "2.0.0-alpha.4"
source = "git+https://github.com/paritytech/substrate#
2eb9c260a2eef339d1f7ce119008b2bca45a50bc
"
source = "git+https://github.com/paritytech/substrate#
feac1d9bce3a3a94c731ed0c57a07edd8f2940d5
"
dependencies = [
"frame-benchmarking 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
"frame-support 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
...
...
@@ -3122,7 +3084,7 @@ dependencies = [
[[package]]
name = "pallet-collective"
version = "2.0.0-alpha.4"
source = "git+https://github.com/paritytech/substrate#
2eb9c260a2eef339d1f7ce119008b2bca45a50bc
"
source = "git+https://github.com/paritytech/substrate#
feac1d9bce3a3a94c731ed0c57a07edd8f2940d5
"
dependencies = [
"frame-support 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
"frame-system 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
...
...
@@ -3137,7 +3099,7 @@ dependencies = [
[[package]]
name = "pallet-democracy"
version = "2.0.0-alpha.4"
source = "git+https://github.com/paritytech/substrate#
2eb9c260a2eef339d1f7ce119008b2bca45a50bc
"
source = "git+https://github.com/paritytech/substrate#
feac1d9bce3a3a94c731ed0c57a07edd8f2940d5
"
dependencies = [
"frame-support 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
"frame-system 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
...
...
@@ -3151,7 +3113,7 @@ dependencies = [
[[package]]
name = "pallet-elections-phragmen"
version = "2.0.0-alpha.4"
source = "git+https://github.com/paritytech/substrate#
2eb9c260a2eef339d1f7ce119008b2bca45a50bc
"
source = "git+https://github.com/paritytech/substrate#
feac1d9bce3a3a94c731ed0c57a07edd8f2940d5
"
dependencies = [
"frame-support 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
"frame-system 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
...
...
@@ -3164,7 +3126,7 @@ dependencies = [
[[package]]
name = "pallet-finality-tracker"
version = "2.0.0-alpha.4"
source = "git+https://github.com/paritytech/substrate#
2eb9c260a2eef339d1f7ce119008b2bca45a50bc
"
source = "git+https://github.com/paritytech/substrate#
feac1d9bce3a3a94c731ed0c57a07edd8f2940d5
"
dependencies = [
"frame-support 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
"frame-system 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
...
...
@@ -3180,7 +3142,7 @@ dependencies = [
[[package]]
name = "pallet-grandpa"
version = "2.0.0-alpha.4"
source = "git+https://github.com/paritytech/substrate#
2eb9c260a2eef339d1f7ce119008b2bca45a50bc
"
source = "git+https://github.com/paritytech/substrate#
feac1d9bce3a3a94c731ed0c57a07edd8f2940d5
"
dependencies = [
"frame-support 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
"frame-system 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
...
...
@@ -3198,7 +3160,7 @@ dependencies = [
[[package]]
name = "pallet-identity"
version = "2.0.0-alpha.4"
source = "git+https://github.com/paritytech/substrate#
2eb9c260a2eef339d1f7ce119008b2bca45a50bc
"
source = "git+https://github.com/paritytech/substrate#
feac1d9bce3a3a94c731ed0c57a07edd8f2940d5
"
dependencies = [
"enumflags2 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
"frame-benchmarking 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
...
...
@@ -3214,7 +3176,7 @@ dependencies = [
[[package]]
name = "pallet-im-online"
version = "2.0.0-alpha.4"
source = "git+https://github.com/paritytech/substrate#
2eb9c260a2eef339d1f7ce119008b2bca45a50bc
"
source = "git+https://github.com/paritytech/substrate#
feac1d9bce3a3a94c731ed0c57a07edd8f2940d5
"
dependencies = [
"frame-support 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
"frame-system 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
...
...
@@ -3233,7 +3195,7 @@ dependencies = [
[[package]]
name = "pallet-indices"
version = "2.0.0-alpha.4"
source = "git+https://github.com/paritytech/substrate#
2eb9c260a2eef339d1f7ce119008b2bca45a50bc
"
source = "git+https://github.com/paritytech/substrate#
feac1d9bce3a3a94c731ed0c57a07edd8f2940d5
"
dependencies = [
"frame-support 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
"frame-system 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
...
...
@@ -3249,7 +3211,7 @@ dependencies = [
[[package]]
name = "pallet-membership"
version = "2.0.0-alpha.4"
source = "git+https://github.com/paritytech/substrate#
2eb9c260a2eef339d1f7ce119008b2bca45a50bc
"
source = "git+https://github.com/paritytech/substrate#
feac1d9bce3a3a94c731ed0c57a07edd8f2940d5
"
dependencies = [
"frame-support 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
"frame-system 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
...
...
@@ -3263,7 +3225,7 @@ dependencies = [
[[package]]
name = "pallet-nicks"
version = "2.0.0-alpha.4"
source = "git+https://github.com/paritytech/substrate#
2eb9c260a2eef339d1f7ce119008b2bca45a50bc
"
source = "git+https://github.com/paritytech/substrate#
feac1d9bce3a3a94c731ed0c57a07edd8f2940d5
"
dependencies = [
"frame-support 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
"frame-system 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
...
...
@@ -3277,7 +3239,7 @@ dependencies = [
[[package]]
name = "pallet-offences"
version = "2.0.0-alpha.4"
source = "git+https://github.com/paritytech/substrate#
2eb9c260a2eef339d1f7ce119008b2bca45a50bc
"
source = "git+https://github.com/paritytech/substrate#
feac1d9bce3a3a94c731ed0c57a07edd8f2940d5
"
dependencies = [
"frame-support 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
"frame-system 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
...
...
@@ -3292,7 +3254,7 @@ dependencies = [
[[package]]
name = "pallet-randomness-collective-flip"
version = "2.0.0-alpha.4"
source = "git+https://github.com/paritytech/substrate#
2eb9c260a2eef339d1f7ce119008b2bca45a50bc
"
source = "git+https://github.com/paritytech/substrate#
feac1d9bce3a3a94c731ed0c57a07edd8f2940d5
"
dependencies = [
"frame-support 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
"frame-system 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
...
...
@@ -3305,7 +3267,7 @@ dependencies = [
[[package]]
name = "pallet-recovery"
version = "2.0.0-alpha.4"
source = "git+https://github.com/paritytech/substrate#
2eb9c260a2eef339d1f7ce119008b2bca45a50bc
"
source = "git+https://github.com/paritytech/substrate#
feac1d9bce3a3a94c731ed0c57a07edd8f2940d5
"
dependencies = [
"enumflags2 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
"frame-support 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
...
...
@@ -3320,7 +3282,7 @@ dependencies = [
[[package]]
name = "pallet-session"
version = "2.0.0-alpha.4"
source = "git+https://github.com/paritytech/substrate#
2eb9c260a2eef339d1f7ce119008b2bca45a50bc
"
source = "git+https://github.com/paritytech/substrate#
feac1d9bce3a3a94c731ed0c57a07edd8f2940d5
"
dependencies = [
"frame-support 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
"frame-system 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
...
...
@@ -3338,7 +3300,7 @@ dependencies = [
[[package]]
name = "pallet-society"
version = "2.0.0-alpha.4"
source = "git+https://github.com/paritytech/substrate#
2eb9c260a2eef339d1f7ce119008b2bca45a50bc
"
source = "git+https://github.com/paritytech/substrate#
feac1d9bce3a3a94c731ed0c57a07edd8f2940d5
"
dependencies = [
"frame-support 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
"frame-system 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
...
...
@@ -3353,7 +3315,7 @@ dependencies = [
[[package]]
name = "pallet-staking"
version = "2.0.0-alpha.4"
source = "git+https://github.com/paritytech/substrate#
2eb9c260a2eef339d1f7ce119008b2bca45a50bc
"
source = "git+https://github.com/paritytech/substrate#
feac1d9bce3a3a94c731ed0c57a07edd8f2940d5
"
dependencies = [
"frame-support 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
"frame-system 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
...
...
@@ -3372,7 +3334,7 @@ dependencies = [
[[package]]
name = "pallet-staking-reward-curve"
version = "2.0.0-alpha.4"
source = "git+https://github.com/paritytech/substrate#
2eb9c260a2eef339d1f7ce119008b2bca45a50bc
"
source = "git+https://github.com/paritytech/substrate#
feac1d9bce3a3a94c731ed0c57a07edd8f2940d5
"
dependencies = [
"proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
"proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -3383,7 +3345,7 @@ dependencies = [
[[package]]
name = "pallet-sudo"
version = "2.0.0-alpha.4"
source = "git+https://github.com/paritytech/substrate#
2eb9c260a2eef339d1f7ce119008b2bca45a50bc
"
source = "git+https://github.com/paritytech/substrate#
feac1d9bce3a3a94c731ed0c57a07edd8f2940d5
"
dependencies = [
"frame-support 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
"frame-system 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
...
...
@@ -3397,7 +3359,7 @@ dependencies = [
[[package]]
name = "pallet-timestamp"
version = "2.0.0-alpha.4"
source = "git+https://github.com/paritytech/substrate#
2eb9c260a2eef339d1f7ce119008b2bca45a50bc
"
source = "git+https://github.com/paritytech/substrate#
feac1d9bce3a3a94c731ed0c57a07edd8f2940d5
"
dependencies = [
"frame-benchmarking 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
"frame-support 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
...
...
@@ -3414,7 +3376,7 @@ dependencies = [
[[package]]
name = "pallet-transaction-payment"
version = "2.0.0-alpha.4"
source = "git+https://github.com/paritytech/substrate#
2eb9c260a2eef339d1f7ce119008b2bca45a50bc
"
source = "git+https://github.com/paritytech/substrate#
feac1d9bce3a3a94c731ed0c57a07edd8f2940d5
"
dependencies = [
"frame-support 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
"frame-system 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
...
...
@@ -3427,7 +3389,7 @@ dependencies = [
[[package]]
name = "pallet-transaction-payment-rpc"
version = "2.0.0-alpha.4"
source = "git+https://github.com/paritytech/substrate#
2eb9c260a2eef339d1f7ce119008b2bca45a50bc
"
source = "git+https://github.com/paritytech/substrate#
feac1d9bce3a3a94c731ed0c57a07edd8f2940d5
"
dependencies = [
"jsonrpc-core 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
"jsonrpc-core-client 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -3445,7 +3407,7 @@ dependencies = [
[[package]]
name = "pallet-transaction-payment-rpc-runtime-api"
version = "2.0.0-alpha.4"
source = "git+https://github.com/paritytech/substrate#
2eb9c260a2eef339d1f7ce119008b2bca45a50bc
"
source = "git+https://github.com/paritytech/substrate#
feac1d9bce3a3a94c731ed0c57a07edd8f2940d5
"
dependencies = [
"frame-support 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
"parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -3458,7 +3420,7 @@ dependencies = [
[[package]]
name = "pallet-treasury"
version = "2.0.0-alpha.4"
source = "git+https://github.com/paritytech/substrate#
2eb9c260a2eef339d1f7ce119008b2bca45a50bc
"
source = "git+https://github.com/paritytech/substrate#
feac1d9bce3a3a94c731ed0c57a07edd8f2940d5
"
dependencies = [
"frame-support 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
"frame-system 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
...
...
@@ -3472,7 +3434,7 @@ dependencies = [
[[package]]
name = "pallet-utility"
version = "2.0.0-alpha.4"
source = "git+https://github.com/paritytech/substrate#
2eb9c260a2eef339d1f7ce119008b2bca45a50bc
"
source = "git+https://github.com/paritytech/substrate#
feac1d9bce3a3a94c731ed0c57a07edd8f2940d5
"
dependencies = [
"frame-support 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
"frame-system 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
...
...
@@ -3487,7 +3449,7 @@ dependencies = [
[[package]]
name = "pallet-vesting"
version = "2.0.0-alpha.4"
source = "git+https://github.com/paritytech/substrate#
2eb9c260a2eef339d1f7ce119008b2bca45a50bc
"
source = "git+https://github.com/paritytech/substrate#
feac1d9bce3a3a94c731ed0c57a07edd8f2940d5
"
dependencies = [
"enumflags2 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
"frame-support 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
...
...
@@ -3499,11 +3461,6 @@ dependencies = [
"sp-std 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
]
[[package]]
name = "parity-bytes"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "parity-multiaddr"
version = "0.7.3"
...
...
@@ -3563,19 +3520,6 @@ name = "parity-send-wrapper"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "parity-util-mem"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"cfg-if 0.1.10 (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)",
"parity-util-mem-derive 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
"smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "parity-util-mem"
version = "0.6.0"
...
...
@@ -3771,9 +3715,9 @@ 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)",
"futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
"kvdb 0.
4
.0 (registry+https://github.com/rust-lang/crates.io-index)",
"kvdb-memorydb 0.
4
.0 (registry+https://github.com/rust-lang/crates.io-index)",
"kvdb-rocksdb 0.
6
.0 (registry+https://github.com/rust-lang/crates.io-index)",
"kvdb 0.
5
.0 (registry+https://github.com/rust-lang/crates.io-index)",
"kvdb-memorydb 0.
5
.0 (registry+https://github.com/rust-lang/crates.io-index)",
"kvdb-rocksdb 0.
7
.0 (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.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -4874,7 +4818,7 @@ dependencies = [
[[package]]
name = "sc-authority-discovery"
version = "0.8.0-alpha.4"
source = "git+https://github.com/paritytech/substrate#
2eb9c260a2eef339d1f7ce119008b2bca45a50bc
"
source = "git+https://github.com/paritytech/substrate#
feac1d9bce3a3a94c731ed0c57a07edd8f2940d5
"
dependencies = [
"bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
"derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -4901,7 +4845,7 @@ dependencies = [
[[package]]
name = "sc-block-builder"
version = "0.8.0-alpha.4"
source = "git+https://github.com/paritytech/substrate#
2eb9c260a2eef339d1f7ce119008b2bca45a50bc
"
source = "git+https://github.com/paritytech/substrate#
feac1d9bce3a3a94c731ed0c57a07edd8f2940d5
"
dependencies = [
"parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-client-api 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
...
...
@@ -4917,7 +4861,7 @@ dependencies = [
[[package]]
name = "sc-chain-spec"
version = "2.0.0-alpha.4"
source = "git+https://github.com/paritytech/substrate#
2eb9c260a2eef339d1f7ce119008b2bca45a50bc
"
source = "git+https://github.com/paritytech/substrate#
feac1d9bce3a3a94c731ed0c57a07edd8f2940d5
"
dependencies = [
"impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-chain-spec-derive 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
...
...
@@ -4932,7 +4876,7 @@ dependencies = [
[[package]]
name = "sc-chain-spec-derive"
version = "2.0.0-alpha.4"
source = "git+https://github.com/paritytech/substrate#
2eb9c260a2eef339d1f7ce119008b2bca45a50bc
"
source = "git+https://github.com/paritytech/substrate#
feac1d9bce3a3a94c731ed0c57a07edd8f2940d5
"
dependencies = [
"proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
"proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -4943,7 +4887,7 @@ dependencies = [
[[package]]
name = "sc-cli"
version = "0.8.0-alpha.4"
source = "git+https://github.com/paritytech/substrate#
2eb9c260a2eef339d1f7ce119008b2bca45a50bc
"
source = "git+https://github.com/paritytech/substrate#
feac1d9bce3a3a94c731ed0c57a07edd8f2940d5
"
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)",
...
...
@@ -4982,7 +4926,7 @@ dependencies = [
[[package]]
name = "sc-client"
version = "0.8.0-alpha.4"
source = "git+https://github.com/paritytech/substrate#
2eb9c260a2eef339d1f7ce119008b2bca45a50bc
"
source = "git+https://github.com/paritytech/substrate#
feac1d9bce3a3a94c731ed0c57a07edd8f2940d5
"
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)",
...
...
@@ -5016,7 +4960,7 @@ dependencies = [
[[package]]
name = "sc-client-api"
version = "2.0.0-alpha.4"
source = "git+https://github.com/paritytech/substrate#
2eb9c260a2eef339d1f7ce119008b2bca45a50bc
"
source = "git+https://github.com/paritytech/substrate#
feac1d9bce3a3a94c731ed0c57a07edd8f2940d5
"
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)",
...
...
@@ -5048,7 +4992,7 @@ dependencies = [
[[package]]
name = "sc-client-db"
version = "0.8.0-alpha.4"
source = "git+https://github.com/paritytech/substrate#
2eb9c260a2eef339d1f7ce119008b2bca45a50bc
"
source = "git+https://github.com/paritytech/substrate#
feac1d9bce3a3a94c731ed0c57a07edd8f2940d5
"
dependencies = [
"hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
"kvdb 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -5076,7 +5020,7 @@ dependencies = [
[[package]]
name = "sc-consensus-babe"
version = "0.8.0-alpha.4"
source = "git+https://github.com/paritytech/substrate#
2eb9c260a2eef339d1f7ce119008b2bca45a50bc
"
source = "git+https://github.com/paritytech/substrate#
feac1d9bce3a3a94c731ed0c57a07edd8f2940d5
"
dependencies = [
"derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
"fork-tree 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
...
...
@@ -5117,7 +5061,7 @@ dependencies = [
[[package]]
name = "sc-consensus-epochs"
version = "0.8.0-alpha.4"
source = "git+https://github.com/paritytech/substrate#
2eb9c260a2eef339d1f7ce119008b2bca45a50bc
"
source = "git+https://github.com/paritytech/substrate#
feac1d9bce3a3a94c731ed0c57a07edd8f2940d5
"
dependencies = [
"fork-tree 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
"parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -5130,7 +5074,7 @@ dependencies = [
[[package]]
name = "sc-consensus-slots"
version = "0.8.0-alpha.4"
source = "git+https://github.com/paritytech/substrate#
2eb9c260a2eef339d1f7ce119008b2bca45a50bc
"
source = "git+https://github.com/paritytech/substrate#
feac1d9bce3a3a94c731ed0c57a07edd8f2940d5
"
dependencies = [
"futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-timer 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -5151,7 +5095,7 @@ dependencies = [
[[package]]
name = "sc-consensus-uncles"
version = "0.8.0-alpha.4"
source = "git+https://github.com/paritytech/substrate#
2eb9c260a2eef339d1f7ce119008b2bca45a50bc
"
source = "git+https://github.com/paritytech/substrate#
feac1d9bce3a3a94c731ed0c57a07edd8f2940d5
"
dependencies = [
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-client-api 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
...
...
@@ -5165,7 +5109,7 @@ dependencies = [
[[package]]
name = "sc-executor"
version = "0.8.0-alpha.4"
source = "git+https://github.com/paritytech/substrate#
2eb9c260a2eef339d1f7ce119008b2bca45a50bc
"
source = "git+https://github.com/paritytech/substrate#
feac1d9bce3a3a94c731ed0c57a07edd8f2940d5
"
dependencies = [
"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)",
...
...
@@ -5192,7 +5136,7 @@ dependencies = [
[[package]]
name = "sc-executor-common"
version = "0.8.0-alpha.4"
source = "git+https://github.com/paritytech/substrate#
2eb9c260a2eef339d1f7ce119008b2bca45a50bc
"
source = "git+https://github.com/paritytech/substrate#
feac1d9bce3a3a94c731ed0c57a07edd8f2940d5
"
dependencies = [
"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)",
...
...
@@ -5208,7 +5152,7 @@ dependencies = [
[[package]]
name = "sc-executor-wasmi"
version = "0.8.0-alpha.4"
source = "git+https://github.com/paritytech/substrate#
2eb9c260a2eef339d1f7ce119008b2bca45a50bc
"
source = "git+https://github.com/paritytech/substrate#
feac1d9bce3a3a94c731ed0c57a07edd8f2940d5
"
dependencies = [
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -5224,7 +5168,7 @@ dependencies = [
[[package]]
name = "sc-executor-wasmtime"
version = "0.8.0-alpha.4"
source = "git+https://github.com/paritytech/substrate#
2eb9c260a2eef339d1f7ce119008b2bca45a50bc
"
source = "git+https://github.com/paritytech/substrate#
feac1d9bce3a3a94c731ed0c57a07edd8f2940d5
"
dependencies = [
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -5241,7 +5185,7 @@ dependencies = [
[[package]]
name = "sc-finality-grandpa"
version = "0.8.0-alpha.4"
source = "git+https://github.com/paritytech/substrate#
2eb9c260a2eef339d1f7ce119008b2bca45a50bc
"
source = "git+https://github.com/paritytech/substrate#
feac1d9bce3a3a94c731ed0c57a07edd8f2940d5
"
dependencies = [
"assert_matches 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"finality-grandpa 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -5276,7 +5220,7 @@ dependencies = [
[[package]]
name = "sc-informant"
version = "0.8.0-alpha.4"
source = "git+https://github.com/paritytech/substrate#
2eb9c260a2eef339d1f7ce119008b2bca45a50bc
"
source = "git+https://github.com/paritytech/substrate#
feac1d9bce3a3a94c731ed0c57a07edd8f2940d5
"
dependencies = [
"ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -5293,7 +5237,7 @@ dependencies = [
[[package]]
name = "sc-keystore"
version = "2.0.0-alpha.4"
source = "git+https://github.com/paritytech/substrate#
2eb9c260a2eef339d1f7ce119008b2bca45a50bc
"
source = "git+https://github.com/paritytech/substrate#
feac1d9bce3a3a94c731ed0c57a07edd8f2940d5
"
dependencies = [
"derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
"hex 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -5308,7 +5252,7 @@ dependencies = [
[[package]]
name = "sc-network"
version = "0.8.0-alpha.4"
source = "git+https://github.com/paritytech/substrate#
2eb9c260a2eef339d1f7ce119008b2bca45a50bc
"
source = "git+https://github.com/paritytech/substrate#
feac1d9bce3a3a94c731ed0c57a07edd8f2940d5
"
dependencies = [
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -5359,7 +5303,7 @@ dependencies = [
[[package]]
name = "sc-network-gossip"
version = "0.8.0-alpha.4"
source = "git+https://github.com/paritytech/substrate#
2eb9c260a2eef339d1f7ce119008b2bca45a50bc
"
source = "git+https://github.com/paritytech/substrate#
feac1d9bce3a3a94c731ed0c57a07edd8f2940d5
"
dependencies = [
"futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-timer 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -5374,7 +5318,7 @@ dependencies = [
[[package]]
name = "sc-network-test"
version = "0.8.0-dev"
source = "git+https://github.com/paritytech/substrate#
2eb9c260a2eef339d1f7ce119008b2bca45a50bc
"
source = "git+https://github.com/paritytech/substrate#
feac1d9bce3a3a94c731ed0c57a07edd8f2940d5
"
dependencies = [
"env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -5400,7 +5344,7 @@ dependencies = [
[[package]]
name = "sc-offchain"
version = "2.0.0-alpha.4"
source = "git+https://github.com/paritytech/substrate#
2eb9c260a2eef339d1f7ce119008b2bca45a50bc
"
source = "git+https://github.com/paritytech/substrate#
feac1d9bce3a3a94c731ed0c57a07edd8f2940d5
"
dependencies = [
"bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -5426,7 +5370,7 @@ dependencies = [
[[package]]
name = "sc-peerset"
version = "2.0.0-alpha.4"
source = "git+https://github.com/paritytech/substrate#
2eb9c260a2eef339d1f7ce119008b2bca45a50bc
"
source = "git+https://github.com/paritytech/substrate#
feac1d9bce3a3a94c731ed0c57a07edd8f2940d5
"
dependencies = [
"futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
"libp2p 0.16.2 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -5438,7 +5382,7 @@ dependencies = [
[[package]]
name = "sc-rpc"
version = "2.0.0-alpha.4"
source = "git+https://github.com/paritytech/substrate#
2eb9c260a2eef339d1f7ce119008b2bca45a50bc
"
source = "git+https://github.com/paritytech/substrate#
feac1d9bce3a3a94c731ed0c57a07edd8f2940d5
"
dependencies = [
"futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
"hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -5469,7 +5413,7 @@ dependencies = [
[[package]]
name = "sc-rpc-api"
version = "0.8.0-alpha.4"
source = "git+https://github.com/paritytech/substrate#
2eb9c260a2eef339d1f7ce119008b2bca45a50bc
"
source = "git+https://github.com/paritytech/substrate#
feac1d9bce3a3a94c731ed0c57a07edd8f2940d5
"
dependencies = [
"derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",