mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 09:21:04 +00:00
Backport fix lock (#507)
* Fix locking, from an updated Substrate (#506) * Fix locking, from an updated Substrate * Bump runtime version * Lock file. * Bump version and extra fix.
This commit is contained in:
Generated
+83
-85
@@ -849,7 +849,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "fork-tree"
|
name = "fork-tree"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
@@ -3705,7 +3705,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sr-api-macros"
|
name = "sr-api-macros"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
"blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
"proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -3717,7 +3717,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sr-arithmetic"
|
name = "sr-arithmetic"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"integer-sqrt 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"integer-sqrt 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -3730,7 +3730,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sr-io"
|
name = "sr-io"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"libsecp256k1 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"libsecp256k1 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -3748,7 +3748,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sr-primitives"
|
name = "sr-primitives"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"impl-trait-for-tuples 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"impl-trait-for-tuples 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -3766,7 +3766,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sr-staking-primitives"
|
name = "sr-staking-primitives"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
@@ -3776,7 +3776,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sr-std"
|
name = "sr-std"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
@@ -3784,7 +3784,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sr-version"
|
name = "sr-version"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"impl-serde 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"impl-serde 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -3796,7 +3796,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "srml-authority-discovery"
|
name = "srml-authority-discovery"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -3813,7 +3813,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "srml-authorship"
|
name = "srml-authorship"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"impl-trait-for-tuples 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"impl-trait-for-tuples 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -3829,7 +3829,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "srml-babe"
|
name = "srml-babe"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -3849,7 +3849,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "srml-balances"
|
name = "srml-balances"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -3864,7 +3864,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "srml-collective"
|
name = "srml-collective"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -3880,7 +3880,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "srml-democracy"
|
name = "srml-democracy"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -3895,7 +3895,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "srml-elections-phragmen"
|
name = "srml-elections-phragmen"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -3911,7 +3911,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "srml-executive"
|
name = "srml-executive"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -3925,7 +3925,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "srml-finality-tracker"
|
name = "srml-finality-tracker"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"impl-trait-for-tuples 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"impl-trait-for-tuples 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -3940,7 +3940,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "srml-grandpa"
|
name = "srml-grandpa"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -3958,7 +3958,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "srml-im-online"
|
name = "srml-im-online"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -3976,7 +3976,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "srml-indices"
|
name = "srml-indices"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -3993,7 +3993,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "srml-membership"
|
name = "srml-membership"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -4007,7 +4007,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "srml-metadata"
|
name = "srml-metadata"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -4018,7 +4018,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "srml-nicks"
|
name = "srml-nicks"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -4032,7 +4032,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "srml-offences"
|
name = "srml-offences"
|
||||||
version = "1.0.0"
|
version = "1.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -4047,7 +4047,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "srml-randomness-collective-flip"
|
name = "srml-randomness-collective-flip"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -4060,7 +4060,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "srml-session"
|
name = "srml-session"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"impl-trait-for-tuples 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"impl-trait-for-tuples 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -4079,7 +4079,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "srml-staking"
|
name = "srml-staking"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -4099,7 +4099,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "srml-staking-reward-curve"
|
name = "srml-staking-reward-curve"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
"proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"proc-macro2 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
"proc-macro2 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -4110,7 +4110,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "srml-sudo"
|
name = "srml-sudo"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -4124,7 +4124,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "srml-support"
|
name = "srml-support"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitmask 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"bitmask 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"impl-trait-for-tuples 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"impl-trait-for-tuples 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -4145,7 +4145,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "srml-support-procedural"
|
name = "srml-support-procedural"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -4157,7 +4157,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "srml-support-procedural-tools"
|
name = "srml-support-procedural-tools"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
"proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -4169,7 +4169,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "srml-support-procedural-tools-derive"
|
name = "srml-support-procedural-tools-derive"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -4179,7 +4179,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "srml-system"
|
name = "srml-system"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"impl-trait-for-tuples 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"impl-trait-for-tuples 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -4196,7 +4196,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "srml-system-rpc"
|
name = "srml-system-rpc"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"jsonrpc-core 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"jsonrpc-core 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"jsonrpc-core-client 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"jsonrpc-core-client 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -4214,7 +4214,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "srml-system-rpc-runtime-api"
|
name = "srml-system-rpc-runtime-api"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
@@ -4223,7 +4223,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "srml-timestamp"
|
name = "srml-timestamp"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"impl-trait-for-tuples 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"impl-trait-for-tuples 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -4238,7 +4238,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "srml-transaction-payment"
|
name = "srml-transaction-payment"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
@@ -4250,7 +4250,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "srml-treasury"
|
name = "srml-treasury"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -4337,7 +4337,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "substrate-application-crypto"
|
name = "substrate-application-crypto"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -4349,7 +4349,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "substrate-authority-discovery"
|
name = "substrate-authority-discovery"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -4371,7 +4371,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "substrate-authority-discovery-primitives"
|
name = "substrate-authority-discovery-primitives"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
@@ -4393,7 +4393,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "substrate-chain-spec"
|
name = "substrate-chain-spec"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"impl-trait-for-tuples 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"impl-trait-for-tuples 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -4408,7 +4408,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "substrate-chain-spec-derive"
|
name = "substrate-chain-spec-derive"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
"proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"proc-macro2 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
"proc-macro2 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -4419,7 +4419,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "substrate-cli"
|
name = "substrate-cli"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"app_dirs 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"app_dirs 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -4455,7 +4455,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "substrate-client"
|
name = "substrate-client"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -4485,7 +4485,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "substrate-client-db"
|
name = "substrate-client-db"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"kvdb 0.1.0 (git+https://github.com/paritytech/parity-common?rev=b0317f649ab2c665b7987b8475878fc4d2e1f81d)",
|
"kvdb 0.1.0 (git+https://github.com/paritytech/parity-common?rev=b0317f649ab2c665b7987b8475878fc4d2e1f81d)",
|
||||||
@@ -4509,7 +4509,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "substrate-consensus-babe"
|
name = "substrate-consensus-babe"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
@@ -4547,7 +4547,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "substrate-consensus-babe-primitives"
|
name = "substrate-consensus-babe-primitives"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"schnorrkel 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
"schnorrkel 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -4561,7 +4561,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "substrate-consensus-common"
|
name = "substrate-consensus-common"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
"futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -4580,7 +4580,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "substrate-consensus-slots"
|
name = "substrate-consensus-slots"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
"futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"futures-timer 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"futures-timer 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -4598,7 +4598,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "substrate-consensus-uncles"
|
name = "substrate-consensus-uncles"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
@@ -4612,7 +4612,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "substrate-debug-derive"
|
name = "substrate-debug-derive"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
"proc-macro2 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -4622,7 +4622,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "substrate-executor"
|
name = "substrate-executor"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -4646,7 +4646,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "substrate-externalities"
|
name = "substrate-externalities"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"environmental 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"environmental 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"primitive-types 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"primitive-types 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -4657,7 +4657,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "substrate-finality-grandpa"
|
name = "substrate-finality-grandpa"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"finality-grandpa 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"finality-grandpa 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
@@ -4686,7 +4686,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "substrate-finality-grandpa-primitives"
|
name = "substrate-finality-grandpa-primitives"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -4699,7 +4699,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "substrate-header-metadata"
|
name = "substrate-header-metadata"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"lru-cache 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"lru-cache 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -4709,7 +4709,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "substrate-inherents"
|
name = "substrate-inherents"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -4720,7 +4720,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "substrate-keyring"
|
name = "substrate-keyring"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
@@ -4732,7 +4732,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "substrate-keystore"
|
name = "substrate-keystore"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -4747,7 +4747,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "substrate-network"
|
name = "substrate-network"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -4789,7 +4789,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "substrate-offchain"
|
name = "substrate-offchain"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -4816,7 +4816,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "substrate-offchain-primitives"
|
name = "substrate-offchain-primitives"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
"substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
@@ -4825,7 +4825,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "substrate-panic-handler"
|
name = "substrate-panic-handler"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
"backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -4834,7 +4834,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "substrate-peerset"
|
name = "substrate-peerset"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
"futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"libp2p 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"libp2p 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -4847,7 +4847,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "substrate-phragmen"
|
name = "substrate-phragmen"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
"sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
@@ -4856,7 +4856,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "substrate-primitives"
|
name = "substrate-primitives"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"base58 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"base58 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
"blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -4894,7 +4894,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "substrate-primitives-storage"
|
name = "substrate-primitives-storage"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"impl-serde 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"impl-serde 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -4905,7 +4905,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "substrate-rpc"
|
name = "substrate-rpc"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
"futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -4931,7 +4931,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "substrate-rpc-api"
|
name = "substrate-rpc-api"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
"futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -4953,7 +4953,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "substrate-rpc-primitives"
|
name = "substrate-rpc-primitives"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
@@ -4962,7 +4962,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "substrate-rpc-servers"
|
name = "substrate-rpc-servers"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"jsonrpc-core 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"jsonrpc-core 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"jsonrpc-http-server 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"jsonrpc-http-server 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -4977,7 +4977,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "substrate-serializer"
|
name = "substrate-serializer"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)",
|
"serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -4986,7 +4986,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "substrate-service"
|
name = "substrate-service"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"exit-future 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
"exit-future 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -5003,8 +5003,6 @@ dependencies = [
|
|||||||
"sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
"sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
"substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
"substrate-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
|
||||||
"substrate-authority-discovery-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
|
||||||
"substrate-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"substrate-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
"substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
"substrate-client-db 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"substrate-client-db 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
@@ -5028,7 +5026,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "substrate-session"
|
name = "substrate-session"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
"sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
"sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
||||||
@@ -5039,7 +5037,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "substrate-state-db"
|
name = "substrate-state-db"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -5050,7 +5048,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "substrate-state-machine"
|
name = "substrate-state-machine"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -5069,7 +5067,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "substrate-telemetry"
|
name = "substrate-telemetry"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -5091,7 +5089,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "substrate-transaction-graph"
|
name = "substrate-transaction-graph"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
"futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -5105,7 +5103,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "substrate-transaction-pool"
|
name = "substrate-transaction-pool"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
"futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -5121,7 +5119,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "substrate-trie"
|
name = "substrate-trie"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"memory-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"memory-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -5140,7 +5138,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "substrate-wasm-interface"
|
name = "substrate-wasm-interface"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#76a138f88cad878478f1c5ab565ec277b870362e"
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"wasmi 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"wasmi 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -207,7 +207,7 @@ decl_module! {
|
|||||||
let imb = T::Currency::withdraw(
|
let imb = T::Currency::withdraw(
|
||||||
&owner,
|
&owner,
|
||||||
deposit,
|
deposit,
|
||||||
WithdrawReason::Transfer,
|
WithdrawReason::Transfer.into(),
|
||||||
ExistenceRequirement::AllowDeath,
|
ExistenceRequirement::AllowDeath,
|
||||||
)?;
|
)?;
|
||||||
|
|
||||||
@@ -378,7 +378,7 @@ decl_module! {
|
|||||||
let _ = T::Currency::resolve_into_existing(&who, T::Currency::withdraw(
|
let _ = T::Currency::resolve_into_existing(&who, T::Currency::withdraw(
|
||||||
&Self::fund_account_id(index),
|
&Self::fund_account_id(index),
|
||||||
balance,
|
balance,
|
||||||
WithdrawReason::Transfer,
|
WithdrawReason::Transfer.into(),
|
||||||
ExistenceRequirement::AllowDeath
|
ExistenceRequirement::AllowDeath
|
||||||
)?);
|
)?);
|
||||||
|
|
||||||
@@ -407,14 +407,14 @@ decl_module! {
|
|||||||
let _ = T::Currency::resolve_into_existing(&fund.owner, T::Currency::withdraw(
|
let _ = T::Currency::resolve_into_existing(&fund.owner, T::Currency::withdraw(
|
||||||
&account,
|
&account,
|
||||||
fund.deposit,
|
fund.deposit,
|
||||||
WithdrawReason::Transfer,
|
WithdrawReason::Transfer.into(),
|
||||||
ExistenceRequirement::AllowDeath
|
ExistenceRequirement::AllowDeath
|
||||||
)?);
|
)?);
|
||||||
|
|
||||||
T::OrphanedFunds::on_unbalanced(T::Currency::withdraw(
|
T::OrphanedFunds::on_unbalanced(T::Currency::withdraw(
|
||||||
&account,
|
&account,
|
||||||
fund.raised,
|
fund.raised,
|
||||||
WithdrawReason::Transfer,
|
WithdrawReason::Transfer.into(),
|
||||||
ExistenceRequirement::AllowDeath
|
ExistenceRequirement::AllowDeath
|
||||||
)?);
|
)?);
|
||||||
|
|
||||||
|
|||||||
@@ -540,7 +540,7 @@ impl nicks::Trait for Runtime {
|
|||||||
type Currency = Balances;
|
type Currency = Balances;
|
||||||
type ReservationFee = ReservationFee;
|
type ReservationFee = ReservationFee;
|
||||||
type Slashed = Treasury;
|
type Slashed = Treasury;
|
||||||
type KillOrigin = collective::EnsureMember<AccountId, CouncilCollective>;
|
type ForceOrigin = collective::EnsureMember<AccountId, CouncilCollective>;
|
||||||
type MinLength = MinLength;
|
type MinLength = MinLength;
|
||||||
type MaxLength = MaxLength;
|
type MaxLength = MaxLength;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -94,7 +94,7 @@ impl<AccountId, T: Currency<AccountId>> ParachainCurrency<AccountId> for T where
|
|||||||
let _ = T::withdraw(
|
let _ = T::withdraw(
|
||||||
¶_account,
|
¶_account,
|
||||||
amount.into(),
|
amount.into(),
|
||||||
WithdrawReason::Fee,
|
WithdrawReason::Fee.into(),
|
||||||
ExistenceRequirement::KeepAlive,
|
ExistenceRequirement::KeepAlive,
|
||||||
)?;
|
)?;
|
||||||
|
|
||||||
|
|||||||
@@ -506,7 +506,7 @@ impl<T: Trait> Module<T> {
|
|||||||
if T::Currency::withdraw(
|
if T::Currency::withdraw(
|
||||||
&bidder.who,
|
&bidder.who,
|
||||||
amount,
|
amount,
|
||||||
WithdrawReason::Fee,
|
WithdrawReason::Fee.into(),
|
||||||
ExistenceRequirement::AllowDeath
|
ExistenceRequirement::AllowDeath
|
||||||
).is_err() {
|
).is_err() {
|
||||||
continue;
|
continue;
|
||||||
@@ -543,7 +543,7 @@ impl<T: Trait> Module<T> {
|
|||||||
if T::Currency::withdraw(
|
if T::Currency::withdraw(
|
||||||
¶_id.into_account(),
|
¶_id.into_account(),
|
||||||
additional,
|
additional,
|
||||||
WithdrawReason::Fee,
|
WithdrawReason::Fee.into(),
|
||||||
ExistenceRequirement::AllowDeath
|
ExistenceRequirement::AllowDeath
|
||||||
).is_err() {
|
).is_err() {
|
||||||
continue;
|
continue;
|
||||||
|
|||||||
Reference in New Issue
Block a user