diff --git a/Cargo.lock b/Cargo.lock index d6995eddded5..cbbd18118c52 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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)", @@ -5492,7 +5436,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" 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-http-server 14.0.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5507,7 +5451,7 @@ dependencies = [ [[package]] name = "sc-service" 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)", "exit-future 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5556,7 +5500,7 @@ dependencies = [ [[package]] name = "sc-state-db" 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)", @@ -5570,7 +5514,7 @@ dependencies = [ [[package]] name = "sc-telemetry" 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)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5592,7 +5536,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "2.0.0-alpha.4" -source = "git+https://github.com/paritytech/substrate#2eb9c260a2eef339d1f7ce119008b2bca45a50bc" +source = "git+https://github.com/paritytech/substrate#feac1d9bce3a3a94c731ed0c57a07edd8f2940d5" dependencies = [ "erased-serde 0.3.10 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5607,7 +5551,7 @@ dependencies = [ [[package]] name = "sc-transaction-graph" 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)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5626,7 +5570,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" 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)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5977,7 +5921,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "sp-allocator" 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)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5989,7 +5933,7 @@ dependencies = [ [[package]] name = "sp-api" version = "2.0.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)", "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6004,7 +5948,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "2.0.0-alpha.4" -source = "git+https://github.com/paritytech/substrate#2eb9c260a2eef339d1f7ce119008b2bca45a50bc" +source = "git+https://github.com/paritytech/substrate#feac1d9bce3a3a94c731ed0c57a07edd8f2940d5" 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)", @@ -6016,7 +5960,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" 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)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6028,7 +5972,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "2.0.0-alpha.4" -source = "git+https://github.com/paritytech/substrate#2eb9c260a2eef339d1f7ce119008b2bca45a50bc" +source = "git+https://github.com/paritytech/substrate#feac1d9bce3a3a94c731ed0c57a07edd8f2940d5" dependencies = [ "integer-sqrt 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6041,7 +5985,7 @@ dependencies = [ [[package]] name = "sp-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 = [ "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)", @@ -6053,7 +5997,7 @@ dependencies = [ [[package]] name = "sp-authorship" 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-inherents 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)", @@ -6064,7 +6008,7 @@ dependencies = [ [[package]] name = "sp-block-builder" 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)", @@ -6076,7 +6020,7 @@ dependencies = [ [[package]] name = "sp-blockchain" 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)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6092,7 +6036,7 @@ dependencies = [ [[package]] name = "sp-consensus" 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)", @@ -6114,7 +6058,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" 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)", "sp-api 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)", @@ -6128,7 +6072,7 @@ dependencies = [ [[package]] name = "sp-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 = [ "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "schnorrkel 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6144,7 +6088,7 @@ dependencies = [ [[package]] name = "sp-core" version = "2.0.0-alpha.4" -source = "git+https://github.com/paritytech/substrate#2eb9c260a2eef339d1f7ce119008b2bca45a50bc" +source = "git+https://github.com/paritytech/substrate#feac1d9bce3a3a94c731ed0c57a07edd8f2940d5" dependencies = [ "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)", @@ -6185,7 +6129,7 @@ dependencies = [ [[package]] name = "sp-debug-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)", @@ -6195,7 +6139,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.8.0-alpha.4" -source = "git+https://github.com/paritytech/substrate#2eb9c260a2eef339d1f7ce119008b2bca45a50bc" +source = "git+https://github.com/paritytech/substrate#feac1d9bce3a3a94c731ed0c57a07edd8f2940d5" dependencies = [ "environmental 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "sp-std 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)", @@ -6205,7 +6149,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" 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)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6218,7 +6162,7 @@ dependencies = [ [[package]] name = "sp-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 = [ "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "sp-inherents 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)", @@ -6228,7 +6172,7 @@ dependencies = [ [[package]] name = "sp-inherents" 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)", "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6240,7 +6184,7 @@ dependencies = [ [[package]] name = "sp-io" version = "2.0.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)", "libsecp256k1 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6258,7 +6202,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "2.0.0-alpha.4" -source = "git+https://github.com/paritytech/substrate#2eb9c260a2eef339d1f7ce119008b2bca45a50bc" +source = "git+https://github.com/paritytech/substrate#feac1d9bce3a3a94c731ed0c57a07edd8f2940d5" dependencies = [ "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "sp-core 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)", @@ -6269,7 +6213,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "2.0.0-alpha.4" -source = "git+https://github.com/paritytech/substrate#2eb9c260a2eef339d1f7ce119008b2bca45a50bc" +source = "git+https://github.com/paritytech/substrate#feac1d9bce3a3a94c731ed0c57a07edd8f2940d5" dependencies = [ "sp-api 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)", "sp-runtime 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)", @@ -6278,7 +6222,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "2.0.0-alpha.4" -source = "git+https://github.com/paritytech/substrate#2eb9c260a2eef339d1f7ce119008b2bca45a50bc" +source = "git+https://github.com/paritytech/substrate#feac1d9bce3a3a94c731ed0c57a07edd8f2940d5" dependencies = [ "backtrace 0.3.43 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6287,7 +6231,7 @@ dependencies = [ [[package]] name = "sp-phragmen" version = "2.0.0-alpha.4" -source = "git+https://github.com/paritytech/substrate#2eb9c260a2eef339d1f7ce119008b2bca45a50bc" +source = "git+https://github.com/paritytech/substrate#feac1d9bce3a3a94c731ed0c57a07edd8f2940d5" dependencies = [ "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "sp-runtime 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)", @@ -6297,7 +6241,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "2.0.0-alpha.4" -source = "git+https://github.com/paritytech/substrate#2eb9c260a2eef339d1f7ce119008b2bca45a50bc" +source = "git+https://github.com/paritytech/substrate#feac1d9bce3a3a94c731ed0c57a07edd8f2940d5" dependencies = [ "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "sp-core 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)", @@ -6306,7 +6250,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "2.0.0-alpha.4" -source = "git+https://github.com/paritytech/substrate#2eb9c260a2eef339d1f7ce119008b2bca45a50bc" +source = "git+https://github.com/paritytech/substrate#feac1d9bce3a3a94c731ed0c57a07edd8f2940d5" dependencies = [ "hash256-std-hasher 0.15.2 (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)", @@ -6327,7 +6271,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" 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)", "primitive-types 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6341,7 +6285,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "2.0.0-alpha.4" -source = "git+https://github.com/paritytech/substrate#2eb9c260a2eef339d1f7ce119008b2bca45a50bc" +source = "git+https://github.com/paritytech/substrate#feac1d9bce3a3a94c731ed0c57a07edd8f2940d5" dependencies = [ "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)", @@ -6353,7 +6297,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "2.0.0-alpha.4" -source = "git+https://github.com/paritytech/substrate#2eb9c260a2eef339d1f7ce119008b2bca45a50bc" +source = "git+https://github.com/paritytech/substrate#feac1d9bce3a3a94c731ed0c57a07edd8f2940d5" dependencies = [ "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6362,7 +6306,7 @@ dependencies = [ [[package]] name = "sp-session" version = "2.0.0-alpha.4" -source = "git+https://github.com/paritytech/substrate#2eb9c260a2eef339d1f7ce119008b2bca45a50bc" +source = "git+https://github.com/paritytech/substrate#feac1d9bce3a3a94c731ed0c57a07edd8f2940d5" dependencies = [ "sp-api 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)", "sp-core 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)", @@ -6373,7 +6317,7 @@ dependencies = [ [[package]] name = "sp-staking" 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-runtime 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)", @@ -6383,7 +6327,7 @@ dependencies = [ [[package]] name = "sp-state-machine" 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)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6402,12 +6346,12 @@ dependencies = [ [[package]] name = "sp-std" version = "2.0.0-alpha.4" -source = "git+https://github.com/paritytech/substrate#2eb9c260a2eef339d1f7ce119008b2bca45a50bc" +source = "git+https://github.com/paritytech/substrate#feac1d9bce3a3a94c731ed0c57a07edd8f2940d5" [[package]] name = "sp-storage" version = "2.0.0-alpha.4" -source = "git+https://github.com/paritytech/substrate#2eb9c260a2eef339d1f7ce119008b2bca45a50bc" +source = "git+https://github.com/paritytech/substrate#feac1d9bce3a3a94c731ed0c57a07edd8f2940d5" dependencies = [ "impl-serde 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6418,7 +6362,7 @@ dependencies = [ [[package]] name = "sp-timestamp" 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)", "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6432,7 +6376,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" 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)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6446,10 +6390,10 @@ dependencies = [ [[package]] name = "sp-trie" version = "2.0.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)", - "memory-db 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)", + "memory-db 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "sp-core 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)", "sp-std 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)", @@ -6460,7 +6404,7 @@ dependencies = [ [[package]] name = "sp-version" version = "2.0.0-alpha.4" -source = "git+https://github.com/paritytech/substrate#2eb9c260a2eef339d1f7ce119008b2bca45a50bc" +source = "git+https://github.com/paritytech/substrate#feac1d9bce3a3a94c731ed0c57a07edd8f2940d5" dependencies = [ "impl-serde 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6472,7 +6416,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" 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)", "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6579,7 +6523,7 @@ dependencies = [ [[package]] name = "substrate-browser-utils" version = "0.8.0-alpha.4" -source = "git+https://github.com/paritytech/substrate#2eb9c260a2eef339d1f7ce119008b2bca45a50bc" +source = "git+https://github.com/paritytech/substrate#feac1d9bce3a3a94c731ed0c57a07edd8f2940d5" dependencies = [ "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", "clear_on_drop 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6605,7 +6549,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-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-system-rpc-runtime-api 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6626,7 +6570,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.8.0-alpha.4" -source = "git+https://github.com/paritytech/substrate#2eb9c260a2eef339d1f7ce119008b2bca45a50bc" +source = "git+https://github.com/paritytech/substrate#feac1d9bce3a3a94c731ed0c57a07edd8f2940d5" dependencies = [ "async-std 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6640,7 +6584,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.0-dev" -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)", @@ -6660,7 +6604,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#2eb9c260a2eef339d1f7ce119008b2bca45a50bc" +source = "git+https://github.com/paritytech/substrate#feac1d9bce3a3a94c731ed0c57a07edd8f2940d5" dependencies = [ "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", "frame-executive 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)", @@ -6668,7 +6612,7 @@ dependencies = [ "frame-system 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)", "frame-system-rpc-runtime-api 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "memory-db 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)", + "memory-db 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", "pallet-babe 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)", "pallet-timestamp 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)", @@ -6699,7 +6643,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime-client" version = "2.0.0-dev" -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)", "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6717,7 +6661,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder-runner" version = "1.0.5" -source = "git+https://github.com/paritytech/substrate#2eb9c260a2eef339d1f7ce119008b2bca45a50bc" +source = "git+https://github.com/paritytech/substrate#feac1d9bce3a3a94c731ed0c57a07edd8f2940d5" [[package]] name = "substrate-wasm-builder-runner" @@ -8063,11 +8007,8 @@ dependencies = [ "checksum keccak 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7" "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" "checksum kv-log-macro 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c54d9f465d530a752e6ebdc217e081a7a614b48cb200f6f0aee21ba6bc9aabb" -"checksum kvdb 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "03080afe6f42cd996da9f568d6add5d7fb5ee2ea7fb7802d2d2cbd836958fd87" "checksum kvdb 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cad096c6849b2ef027fabe35c4aed356d0e3d3f586d0a8361e5e17f1e50a7ce5" -"checksum kvdb-memorydb 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b9355274e5a9e0a7e8ef43916950eae3949024de2a8dffe4d5a6c13974a37c8e" "checksum kvdb-memorydb 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4aa954d12cfac958822dfd77aab34f3eec71f103b918c4ab79ab59a36ee594ea" -"checksum kvdb-rocksdb 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1fecd50b14a534125228d7039951f92aaff742aff151c04546347aba4d3b4fbc" "checksum kvdb-rocksdb 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b3f14c3a10c8894d26175e57e9e26032e6d6c49c30cbe2468c5bf5f6b64bb0be" "checksum kvdb-web 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "26f96eec962af83cdf7c83036b3dbb0ae6a1249ddab746820618e2567ca8ebcd" "checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" @@ -8111,7 +8052,7 @@ dependencies = [ "checksum maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00" "checksum memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3197e20c7edb283f87c071ddfc7a2cca8f8e0b888c242959846a6fce03c72223" "checksum memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "75189eb85871ea5c2e2c15abbdd541185f63b408415e5051f5cac122d8c774b9" -"checksum memory-db 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)" = "198831fe8722331a395bc199a5d08efbc197497ef354cb4c77b969c02ffc0fc4" +"checksum memory-db 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f58381b20ebe2c578e75dececd9da411414903415349548ccc46aac3209cdfbc" "checksum memory_units 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "71d96e3f3c0b6325d8ccd83c33b28acb183edcb6c67938ba104ec546854b0882" "checksum memrange 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cc29ba65898edc4fdc252cb31cd3925f37c1a8ba25bb46eec883569984976530" "checksum merlin 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c6feca46f4fa3443a01769d768727f10c10a20fdb65e52dc16a81f0c8269bb78" @@ -8172,13 +8113,11 @@ dependencies = [ "checksum pallet-treasury 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)" = "" "checksum pallet-utility 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)" = "" "checksum pallet-vesting 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)" = "" -"checksum parity-bytes 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0c276d76c5333b8c2579e02d49a06733a55b8282d2d9b13e8d53b6406bd7e30a" "checksum parity-multiaddr 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f77055f9e81921a8cc7bebeb6cded3d128931d51f1e3dd6251f0770a6d431477" "checksum parity-multihash 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7a1cd2ba02391b81367bec529fb209019d718684fdc8ad6a712c2b536e46f775" "checksum parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f509c5e67ca0605ee17dcd3f91ef41cadd685c75a298fb6261b781a5acb3f910" "checksum parity-scale-codec-derive 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5a0ec292e92e8ec7c58e576adacc1e3f399c597c8f263c42f18420abe58e7245" "checksum parity-send-wrapper 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f" -"checksum parity-util-mem 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9344bc978467339b9ae688f9dcf279d1aaa0ccfc88e9a780c729b765a82d57d5" "checksum parity-util-mem 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6e42755f26e5ea21a6a819d9e63cbd70713e9867a2b767ec2cc65ca7659532c5" "checksum parity-util-mem-derive 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2" "checksum parity-wasm 0.41.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc878dac00da22f8f61e7af3157988424567ab01d9920b962ef7dcbd7cd865" diff --git a/availability-store/Cargo.toml b/availability-store/Cargo.toml index 9cbe439f8024..f2f400985dfc 100644 --- a/availability-store/Cargo.toml +++ b/availability-store/Cargo.toml @@ -24,8 +24,8 @@ sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "mas sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } keystore = { package = "sc-keystore", git = "https://github.com/paritytech/substrate", branch = "master" } sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -kvdb = "0.4.0" -kvdb-memorydb = "0.4.0" +kvdb = "0.5.0" +kvdb-memorydb = "0.5.0" [target.'cfg(not(target_os = "unknown"))'.dependencies] -kvdb-rocksdb = "0.6.0" +kvdb-rocksdb = "0.7.0"