Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Martin Pugh
polkadot
Commits
119f0829
Unverified
Commit
119f0829
authored
Dec 01, 2019
by
Ashley
Browse files
Merge remote-tracking branch 'parity/master' into ashley-compile-to-wasm
parents
93fb6428
5422684f
Changes
18
Hide whitespace changes
Inline
Side-by-side
Cargo.lock
View file @
119f0829
...
...
@@ -11,11 +11,11 @@ dependencies = [
[[package]]
name = "adder"
version = "0.7.
0
"
version = "0.7.
1
"
dependencies = [
"dlmalloc 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"polkadot-parachain 0.7.
0
",
"polkadot-parachain 0.7.
1
",
"sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
"substrate-wasm-builder-runner 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
"tiny-keccak 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -25,14 +25,14 @@ dependencies = [
name = "adder-collator"
version = "0.1.0"
dependencies = [
"adder 0.7.
0
",
"adder 0.7.
1
",
"ctrlc 3.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
"exit-future 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"polkadot-collator 0.7.
0
",
"polkadot-parachain 0.7.
0
",
"polkadot-primitives 0.7.
0
",
"polkadot-collator 0.7.
1
",
"polkadot-parachain 0.7.
1
",
"polkadot-primitives 0.7.
1
",
"substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
"substrate-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
"substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
...
...
@@ -1082,7 +1082,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "fork-tree"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
dc9782865fd99ee0a6b24272d566f4dd4319a892
"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
aec8ec7575e4a262e96f2de74ae3ccf174db3b2e
"
dependencies = [
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
...
...
@@ -1090,7 +1090,7 @@ dependencies = [
[[package]]
name = "frame-executive"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
dc9782865fd99ee0a6b24272d566f4dd4319a892
"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
aec8ec7575e4a262e96f2de74ae3ccf174db3b2e
"
dependencies = [
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
"frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
...
...
@@ -1104,7 +1104,7 @@ dependencies = [
[[package]]
name = "frame-metadata"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
dc9782865fd99ee0a6b24272d566f4dd4319a892
"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
aec8ec7575e4a262e96f2de74ae3ccf174db3b2e
"
dependencies = [
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -1115,7 +1115,7 @@ dependencies = [
[[package]]
name = "frame-support"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
dc9782865fd99ee0a6b24272d566f4dd4319a892
"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
aec8ec7575e4a262e96f2de74ae3ccf174db3b2e
"
dependencies = [
"bitmask 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"frame-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
...
...
@@ -1139,7 +1139,7 @@ dependencies = [
[[package]]
name = "frame-support-procedural"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
dc9782865fd99ee0a6b24272d566f4dd4319a892
"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
aec8ec7575e4a262e96f2de74ae3ccf174db3b2e
"
dependencies = [
"frame-support-procedural-tools 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
"proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -1150,7 +1150,7 @@ dependencies = [
[[package]]
name = "frame-support-procedural-tools"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
dc9782865fd99ee0a6b24272d566f4dd4319a892
"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
aec8ec7575e4a262e96f2de74ae3ccf174db3b2e
"
dependencies = [
"frame-support-procedural-tools-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
"proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -1162,7 +1162,7 @@ dependencies = [
[[package]]
name = "frame-support-procedural-tools-derive"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
dc9782865fd99ee0a6b24272d566f4dd4319a892
"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
aec8ec7575e4a262e96f2de74ae3ccf174db3b2e
"
dependencies = [
"proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -1172,7 +1172,7 @@ dependencies = [
[[package]]
name = "frame-system"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
dc9782865fd99ee0a6b24272d566f4dd4319a892
"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
aec8ec7575e4a262e96f2de74ae3ccf174db3b2e
"
dependencies = [
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
"impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -1189,7 +1189,7 @@ dependencies = [
[[package]]
name = "frame-system-rpc-runtime-api"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
dc9782865fd99ee0a6b24272d566f4dd4319a892
"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
aec8ec7575e4a262e96f2de74ae3ccf174db3b2e
"
dependencies = [
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sr-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
...
...
@@ -1378,14 +1378,6 @@ dependencies = [
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "futures01"
version = "0.1.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "fxhash"
version = "0.2.1"
...
...
@@ -1479,7 +1471,7 @@ dependencies = [
[[package]]
name = "grafana-data-source"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
dc9782865fd99ee0a6b24272d566f4dd4319a892
"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
aec8ec7575e4a262e96f2de74ae3ccf174db3b2e
"
dependencies = [
"async-std 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -1536,7 +1528,7 @@ dependencies = [
[[package]]
name = "halt"
version = "0.7.
0
"
version = "0.7.
1
"
dependencies = [
"substrate-wasm-builder-runner 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
]
...
...
@@ -2825,7 +2817,7 @@ dependencies = [
[[package]]
name = "pallet-authority-discovery"
version = "0.1.0"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
dc9782865fd99ee0a6b24272d566f4dd4319a892
"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
aec8ec7575e4a262e96f2de74ae3ccf174db3b2e
"
dependencies = [
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
"frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
...
...
@@ -2843,7 +2835,7 @@ dependencies = [
[[package]]
name = "pallet-authorship"
version = "0.1.0"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
dc9782865fd99ee0a6b24272d566f4dd4319a892
"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
aec8ec7575e4a262e96f2de74ae3ccf174db3b2e
"
dependencies = [
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
"frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
...
...
@@ -2860,7 +2852,7 @@ dependencies = [
[[package]]
name = "pallet-babe"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
dc9782865fd99ee0a6b24272d566f4dd4319a892
"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
aec8ec7575e4a262e96f2de74ae3ccf174db3b2e
"
dependencies = [
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
"frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
...
...
@@ -2881,7 +2873,7 @@ dependencies = [
[[package]]
name = "pallet-balances"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
dc9782865fd99ee0a6b24272d566f4dd4319a892
"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
aec8ec7575e4a262e96f2de74ae3ccf174db3b2e
"
dependencies = [
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
"frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
...
...
@@ -2895,7 +2887,7 @@ dependencies = [
[[package]]
name = "pallet-collective"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
dc9782865fd99ee0a6b24272d566f4dd4319a892
"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
aec8ec7575e4a262e96f2de74ae3ccf174db3b2e
"
dependencies = [
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
"frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
...
...
@@ -2911,7 +2903,7 @@ dependencies = [
[[package]]
name = "pallet-democracy"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
dc9782865fd99ee0a6b24272d566f4dd4319a892
"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
aec8ec7575e4a262e96f2de74ae3ccf174db3b2e
"
dependencies = [
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
"frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
...
...
@@ -2926,7 +2918,7 @@ dependencies = [
[[package]]
name = "pallet-elections-phragmen"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
dc9782865fd99ee0a6b24272d566f4dd4319a892
"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
aec8ec7575e4a262e96f2de74ae3ccf174db3b2e
"
dependencies = [
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
"frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
...
...
@@ -2939,7 +2931,7 @@ dependencies = [
[[package]]
name = "pallet-finality-tracker"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
dc9782865fd99ee0a6b24272d566f4dd4319a892
"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
aec8ec7575e4a262e96f2de74ae3ccf174db3b2e
"
dependencies = [
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
"frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
...
...
@@ -2955,7 +2947,7 @@ dependencies = [
[[package]]
name = "pallet-grandpa"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
dc9782865fd99ee0a6b24272d566f4dd4319a892
"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
aec8ec7575e4a262e96f2de74ae3ccf174db3b2e
"
dependencies = [
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
"frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
...
...
@@ -2973,7 +2965,7 @@ dependencies = [
[[package]]
name = "pallet-im-online"
version = "0.1.0"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
dc9782865fd99ee0a6b24272d566f4dd4319a892
"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
aec8ec7575e4a262e96f2de74ae3ccf174db3b2e
"
dependencies = [
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
"frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
...
...
@@ -2992,7 +2984,7 @@ dependencies = [
[[package]]
name = "pallet-indices"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
dc9782865fd99ee0a6b24272d566f4dd4319a892
"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
aec8ec7575e4a262e96f2de74ae3ccf174db3b2e
"
dependencies = [
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
"frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
...
...
@@ -3009,7 +3001,7 @@ dependencies = [
[[package]]
name = "pallet-membership"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
dc9782865fd99ee0a6b24272d566f4dd4319a892
"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
aec8ec7575e4a262e96f2de74ae3ccf174db3b2e
"
dependencies = [
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
"frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
...
...
@@ -3023,7 +3015,7 @@ dependencies = [
[[package]]
name = "pallet-nicks"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
dc9782865fd99ee0a6b24272d566f4dd4319a892
"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
aec8ec7575e4a262e96f2de74ae3ccf174db3b2e
"
dependencies = [
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
"frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
...
...
@@ -3037,7 +3029,7 @@ dependencies = [
[[package]]
name = "pallet-offences"
version = "1.0.0"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
dc9782865fd99ee0a6b24272d566f4dd4319a892
"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
aec8ec7575e4a262e96f2de74ae3ccf174db3b2e
"
dependencies = [
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
"frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
...
...
@@ -3052,7 +3044,7 @@ dependencies = [
[[package]]
name = "pallet-randomness-collective-flip"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
dc9782865fd99ee0a6b24272d566f4dd4319a892
"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
aec8ec7575e4a262e96f2de74ae3ccf174db3b2e
"
dependencies = [
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
"frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
...
...
@@ -3065,7 +3057,7 @@ dependencies = [
[[package]]
name = "pallet-session"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
dc9782865fd99ee0a6b24272d566f4dd4319a892
"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
aec8ec7575e4a262e96f2de74ae3ccf174db3b2e
"
dependencies = [
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
"frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
...
...
@@ -3084,7 +3076,7 @@ dependencies = [
[[package]]
name = "pallet-staking"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
dc9782865fd99ee0a6b24272d566f4dd4319a892
"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
aec8ec7575e4a262e96f2de74ae3ccf174db3b2e
"
dependencies = [
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
"frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
...
...
@@ -3104,7 +3096,7 @@ dependencies = [
[[package]]
name = "pallet-staking-reward-curve"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
dc9782865fd99ee0a6b24272d566f4dd4319a892
"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
aec8ec7575e4a262e96f2de74ae3ccf174db3b2e
"
dependencies = [
"proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
"proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -3115,7 +3107,7 @@ dependencies = [
[[package]]
name = "pallet-sudo"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
dc9782865fd99ee0a6b24272d566f4dd4319a892
"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
aec8ec7575e4a262e96f2de74ae3ccf174db3b2e
"
dependencies = [
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
"frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
...
...
@@ -3129,7 +3121,7 @@ dependencies = [
[[package]]
name = "pallet-timestamp"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
dc9782865fd99ee0a6b24272d566f4dd4319a892
"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
aec8ec7575e4a262e96f2de74ae3ccf174db3b2e
"
dependencies = [
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
"frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
...
...
@@ -3145,7 +3137,7 @@ dependencies = [
[[package]]
name = "pallet-transaction-payment"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
dc9782865fd99ee0a6b24272d566f4dd4319a892
"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
aec8ec7575e4a262e96f2de74ae3ccf174db3b2e
"
dependencies = [
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
"frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
...
...
@@ -3158,7 +3150,7 @@ dependencies = [
[[package]]
name = "pallet-transaction-payment-rpc"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
dc9782865fd99ee0a6b24272d566f4dd4319a892
"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
aec8ec7575e4a262e96f2de74ae3ccf174db3b2e
"
dependencies = [
"jsonrpc-core 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
"jsonrpc-core-client 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -3175,7 +3167,7 @@ dependencies = [
[[package]]
name = "pallet-transaction-payment-rpc-runtime-api"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
dc9782865fd99ee0a6b24272d566f4dd4319a892
"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
aec8ec7575e4a262e96f2de74ae3ccf174db3b2e
"
dependencies = [
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -3188,7 +3180,7 @@ dependencies = [
[[package]]
name = "pallet-treasury"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
dc9782865fd99ee0a6b24272d566f4dd4319a892
"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
aec8ec7575e4a262e96f2de74ae3ccf174db3b2e
"
dependencies = [
"frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
"frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
...
...
@@ -3484,18 +3476,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "polkadot"
version = "0.7.
0
"
version = "0.7.
1
"
dependencies = [
"ctrlc 3.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"polkadot-cli 0.7.
0
",
"polkadot-service 0.7.
0
",
"polkadot-cli 0.7.
1
",
"polkadot-service 0.7.
1
",
"vergen 3.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "polkadot-availability-store"
version = "0.7.
0
"
version = "0.7.
1
"
dependencies = [
"kvdb 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"kvdb-memorydb 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -3503,37 +3495,37 @@ dependencies = [
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"polkadot-primitives 0.7.
0
",
"polkadot-primitives 0.7.
1
",
"substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
]
[[package]]
name = "polkadot-cli"
version = "0.7.
0
"
version = "0.7.
1
"
dependencies = [
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"polkadot-service 0.7.
0
",
"polkadot-service 0.7.
1
",
"structopt 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"substrate-cli 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
"tokio 0.
1.
22 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio 0.2
.
2 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "polkadot-collator"
version = "0.7.
0
"
version = "0.7.
1
"
dependencies = [
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-timer 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"polkadot-cli 0.7.
0
",
"polkadot-network 0.7.
0
",
"polkadot-primitives 0.7.
0
",
"polkadot-runtime 0.7.
0
",
"polkadot-service 0.7.
0
",
"polkadot-validation 0.7.
0
",
"polkadot-cli 0.7.
1
",
"polkadot-network 0.7.
1
",
"polkadot-primitives 0.7.
1
",
"polkadot-runtime 0.7.
1
",
"polkadot-service 0.7.
1
",
"polkadot-validation 0.7.
1
",
"substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
"substrate-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
"substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
...
...
@@ -3545,10 +3537,10 @@ dependencies = [
[[package]]
name = "polkadot-erasure-coding"
version = "0.7.
0
"
version = "0.7.
1
"
dependencies = [
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"polkadot-primitives 0.7.
0
",
"polkadot-primitives 0.7.
1
",
"reed-solomon-erasure 4.0.0 (git+https://github.com/paritytech/reed-solomon-erasure)",
"substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
"substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
...
...
@@ -3556,15 +3548,15 @@ dependencies = [
[[package]]
name = "polkadot-executor"
version = "0.7.
0
"
version = "0.7.
1
"
dependencies = [
"polkadot-runtime 0.7.
0
",
"polkadot-runtime 0.7.
1
",
"substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
]
[[package]]
name = "polkadot-network"
version = "0.7.
0
"
version = "0.7.
1
"
dependencies = [
"arrayvec 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
"exit-future 0.2.0 (git+https://github.com/expenses/exit-future?branch=broadcast)",
...
...
@@ -3572,9 +3564,9 @@ dependencies = [
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"polkadot-availability-store 0.7.
0
",
"polkadot-primitives 0.7.
0
",
"polkadot-validation 0.7.
0
",
"polkadot-availability-store 0.7.
1
",
"polkadot-primitives 0.7.
1
",
"polkadot-validation 0.7.
1
",
"sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
"sr-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
"sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
...
...
@@ -3586,11 +3578,11 @@ dependencies = [
[[package]]
name = "polkadot-parachain"
version = "0.7.
0
"
version = "0.7.
1
"
dependencies = [
"adder 0.7.
0
",
"adder 0.7.
1
",
"derive_more 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)",
"halt 0.7.
0
",
"halt 0.7.
1
",
"lazy_static 1.4.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.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -3605,12 +3597,12 @@ dependencies = [
[[package]]
name = "polkadot-primitives"
version = "0.7.
0
"
version = "0.7.
1
"
dependencies = [
"bitvec 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
"pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"polkadot-parachain 0.7.
0
",
"polkadot-parachain 0.7.
1
",
"pretty_assertions 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
"sr-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
...
...
@@ -3624,12 +3616,12 @@ dependencies = [
[[package]]
name = "polkadot-rpc"
version = "0.7.
0
"
version = "0.7.
1
"
dependencies = [
"jsonrpc-core 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
"pallet-transaction-payment-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
"polkadot-primitives 0.7.
0
",
"polkadot-runtime 0.7.
0
",
"polkadot-primitives 0.7.
1
",
"polkadot-runtime 0.7.
1
",
"sp-transaction-pool-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
"sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
"substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
...
...
@@ -3639,7 +3631,7 @@ dependencies = [
[[package]]
name = "polkadot-runtime"
version = "0.7.
0
"
version = "0.7.
1
"
dependencies = [
"bitvec 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
"frame-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
...
...
@@ -3673,8 +3665,8 @@ dependencies = [
"pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
"pallet-treasury 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"polkadot-parachain 0.7.
0
",
"polkadot-primitives 0.7.
0
",
"polkadot-parachain 0.7.
1
",
"polkadot-primitives 0.7.
1
",
"rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -3704,7 +3696,7 @@ dependencies = [
[[package]]
name = "polkadot-service"
version = "0.7.
0
"
version = "0.7.
1
"
dependencies = [
"exit-future 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -3716,13 +3708,13 @@ dependencies = [
"pallet-im-online 0.1.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
"pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"polkadot-availability-store 0.7.
0
",
"polkadot-executor 0.7.
0
",
"polkadot-network 0.7.
0
",
"polkadot-primitives 0.7.
0
",
"polkadot-rpc 0.7.
0
",
"polkadot-runtime 0.7.
0
",
"polkadot-validation 0.7.
0
",
"polkadot-availability-store 0.7.
1
",
"polkadot-executor 0.7.
1
",
"polkadot-network 0.7.
1
",
"polkadot-primitives 0.7.
1
",
"polkadot-rpc 0.7.
1
",
"polkadot-runtime 0.7.
1
",
"polkadot-validation 0.7.
1
",
"sc-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
"slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-transaction-pool-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
...
...
@@ -3750,16 +3742,16 @@ dependencies = [
[[package]]
name = "polkadot-statement-table"
version = "0.7.
0
"
version = "0.7.
1
"
dependencies = [
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"polkadot-primitives 0.7.
0
",
"polkadot-primitives 0.7.
1
",
"substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
]
[[package]]
name = "polkadot-validation"
version = "0.7.
0
"
version = "0.7.
1
"
dependencies = [
"bitvec 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
"derive_more 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -3770,11 +3762,11 @@ dependencies = [
"pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"polkadot-availability-store 0.7.
0
",
"polkadot-parachain 0.7.
0
",
"polkadot-primitives 0.7.
0
",
"polkadot-runtime 0.7.
0
",
"polkadot-statement-table 0.7.
0
",
"polkadot-availability-store 0.7.
1
",
"polkadot-parachain 0.7.
1
",
"polkadot-primitives 0.7.
1
",
"polkadot-runtime 0.7.
1
",
"polkadot-statement-table 0.7.
1
",
"sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
"sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
"sp-transaction-pool-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
...
...
@@ -4297,7 +4289,7 @@ dependencies = [
[[package]]
name = "sc-rpc-api"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
dc9782865fd99ee0a6b24272d566f4dd4319a892
"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
aec8ec7575e4a262e96f2de74ae3ccf174db3b2e
"
dependencies = [
"derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -4319,7 +4311,7 @@ dependencies = [
[[package]]
name = "sc-transaction-graph"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
dc9782865fd99ee0a6b24272d566f4dd4319a892
"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
aec8ec7575e4a262e96f2de74ae3ccf174db3b2e
"
dependencies = [
"derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -4334,7 +4326,7 @@ dependencies = [
[[package]]
name = "sc-transaction-pool"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
dc9782865fd99ee0a6b24272d566f4dd4319a892
"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
aec8ec7575e4a262e96f2de74ae3ccf174db3b2e
"
dependencies = [
"derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -4626,7 +4618,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "sp-authorship"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
dc9782865fd99ee0a6b24272d566f4dd4319a892
"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
aec8ec7575e4a262e96f2de74ae3ccf174db3b2e
"
dependencies = [
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
...
...
@@ -4636,7 +4628,7 @@ dependencies = [
[[package]]
name = "sp-blockchain"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
dc9782865fd99ee0a6b24272d566f4dd4319a892
"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
aec8ec7575e4a262e96f2de74ae3ccf174db3b2e
"
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)",
...
...
@@ -4652,7 +4644,7 @@ dependencies = [
[[package]]
name = "sp-finality-tracker"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
dc9782865fd99ee0a6b24272d566f4dd4319a892
"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
aec8ec7575e4a262e96f2de74ae3ccf174db3b2e
"
dependencies = [
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
...
...
@@ -4662,7 +4654,7 @@ dependencies = [
[[package]]
name = "sp-timestamp"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
dc9782865fd99ee0a6b24272d566f4dd4319a892
"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
aec8ec7575e4a262e96f2de74ae3ccf174db3b2e
"
dependencies = [
"impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -4675,7 +4667,7 @@ dependencies = [
[[package]]
name = "sp-transaction-pool-api"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
dc9782865fd99ee0a6b24272d566f4dd4319a892
"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
aec8ec7575e4a262e96f2de74ae3ccf174db3b2e
"
dependencies = [
"derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -4689,7 +4681,7 @@ dependencies = [
[[package]]
name = "sp-transaction-pool-runtime-api"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
dc9782865fd99ee0a6b24272d566f4dd4319a892
"
source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#
aec8ec7575e4a262e96f2de74ae3ccf174db3b2e
"
dependencies = [
"sr-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
"sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)",
...
...
@@ -4704,7 +4696,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "sr-api"
version = "2.0.0