Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
b7fba731
Unverified
Commit
b7fba731
authored
Apr 15, 2020
by
Arkadiy Paronyan
Committed by
GitHub
Apr 15, 2020
Browse files
Bump substrate (#1001)
parent
c0e9a209
Pipeline
#88082
passed with stages
in 36 minutes and 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Cargo.lock
View file @
b7fba731
...
...
@@ -1253,7 +1253,7 @@ checksum = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
[[package]]
name = "fork-tree"
version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"parity-scale-codec",
]
...
...
@@ -1261,7 +1261,7 @@ dependencies = [
[[package]]
name = "frame-benchmarking"
version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -1278,7 +1278,7 @@ dependencies = [
[[package]]
name = "frame-benchmarking-cli"
version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"frame-benchmarking",
"parity-scale-codec",
...
...
@@ -1297,7 +1297,7 @@ dependencies = [
[[package]]
name = "frame-executive"
version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -1310,7 +1310,7 @@ dependencies = [
[[package]]
name = "frame-metadata"
version = "11.0.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"parity-scale-codec",
"serde",
...
...
@@ -1321,7 +1321,7 @@ dependencies = [
[[package]]
name = "frame-support"
version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"bitmask",
"frame-metadata",
...
...
@@ -1345,7 +1345,7 @@ dependencies = [
[[package]]
name = "frame-support-procedural"
version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"frame-support-procedural-tools",
"proc-macro2 1.0.9",
...
...
@@ -1356,7 +1356,7 @@ dependencies = [
[[package]]
name = "frame-support-procedural-tools"
version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"frame-support-procedural-tools-derive",
"proc-macro-crate",
...
...
@@ -1368,7 +1368,7 @@ dependencies = [
[[package]]
name = "frame-support-procedural-tools-derive"
version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"proc-macro2 1.0.9",
"quote 1.0.3",
...
...
@@ -1378,7 +1378,7 @@ dependencies = [
[[package]]
name = "frame-system"
version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"frame-support",
"impl-trait-for-tuples",
...
...
@@ -1394,7 +1394,7 @@ dependencies = [
[[package]]
name = "frame-system-rpc-runtime-api"
version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"parity-scale-codec",
"sp-api",
...
...
@@ -3285,7 +3285,7 @@ dependencies = [
[[package]]
name = "pallet-authority-discovery"
version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -3303,7 +3303,7 @@ dependencies = [
[[package]]
name = "pallet-authorship"
version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -3320,7 +3320,7 @@ dependencies = [
[[package]]
name = "pallet-babe"
version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -3341,7 +3341,7 @@ dependencies = [
[[package]]
name = "pallet-balances"
version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -3356,7 +3356,7 @@ dependencies = [
[[package]]
name = "pallet-collective"
version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -3372,7 +3372,7 @@ dependencies = [
[[package]]
name = "pallet-democracy"
version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -3387,7 +3387,7 @@ dependencies = [
[[package]]
name = "pallet-elections-phragmen"
version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -3401,7 +3401,7 @@ dependencies = [
[[package]]
name = "pallet-finality-tracker"
version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -3417,7 +3417,7 @@ dependencies = [
[[package]]
name = "pallet-grandpa"
version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -3435,7 +3435,7 @@ dependencies = [
[[package]]
name = "pallet-identity"
version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"enumflags2",
"frame-benchmarking",
...
...
@@ -3451,7 +3451,7 @@ dependencies = [
[[package]]
name = "pallet-im-online"
version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -3470,7 +3470,7 @@ dependencies = [
[[package]]
name = "pallet-indices"
version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -3486,7 +3486,7 @@ dependencies = [
[[package]]
name = "pallet-membership"
version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -3500,7 +3500,7 @@ dependencies = [
[[package]]
name = "pallet-nicks"
version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -3514,7 +3514,7 @@ dependencies = [
[[package]]
name = "pallet-offences"
version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -3529,7 +3529,7 @@ dependencies = [
[[package]]
name = "pallet-randomness-collective-flip"
version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -3542,7 +3542,7 @@ dependencies = [
[[package]]
name = "pallet-recovery"
version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"enumflags2",
"frame-support",
...
...
@@ -3557,7 +3557,7 @@ dependencies = [
[[package]]
name = "pallet-scheduler"
version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -3572,7 +3572,7 @@ dependencies = [
[[package]]
name = "pallet-session"
version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -3590,7 +3590,7 @@ dependencies = [
[[package]]
name = "pallet-society"
version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -3605,7 +3605,7 @@ dependencies = [
[[package]]
name = "pallet-staking"
version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -3626,7 +3626,7 @@ dependencies = [
[[package]]
name = "pallet-staking-reward-curve"
version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"proc-macro-crate",
"proc-macro2 1.0.9",
...
...
@@ -3637,7 +3637,7 @@ dependencies = [
[[package]]
name = "pallet-sudo"
version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -3651,7 +3651,7 @@ dependencies = [
[[package]]
name = "pallet-timestamp"
version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -3668,7 +3668,7 @@ dependencies = [
[[package]]
name = "pallet-transaction-payment"
version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -3681,7 +3681,7 @@ dependencies = [
[[package]]
name = "pallet-transaction-payment-rpc"
version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"jsonrpc-core",
"jsonrpc-core-client",
...
...
@@ -3699,7 +3699,7 @@ dependencies = [
[[package]]
name = "pallet-transaction-payment-rpc-runtime-api"
version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"frame-support",
"parity-scale-codec",
...
...
@@ -3712,7 +3712,7 @@ dependencies = [
[[package]]
name = "pallet-treasury"
version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -3726,7 +3726,7 @@ dependencies = [
[[package]]
name = "pallet-utility"
version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -3741,7 +3741,7 @@ dependencies = [
[[package]]
name = "pallet-vesting"
version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"enumflags2",
"frame-support",
...
...
@@ -5242,7 +5242,7 @@ dependencies = [
[[package]]
name = "sc-authority-discovery"
version = "0.8.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"bytes 0.5.4",
"derive_more 0.99.3",
...
...
@@ -5269,7 +5269,7 @@ dependencies = [
[[package]]
name = "sc-block-builder"
version = "0.8.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"parity-scale-codec",
"sc-client-api",
...
...
@@ -5285,7 +5285,7 @@ dependencies = [
[[package]]
name = "sc-chain-spec"
version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"impl-trait-for-tuples",
"sc-chain-spec-derive",
...
...
@@ -5301,7 +5301,7 @@ dependencies = [
[[package]]
name = "sc-chain-spec-derive"
version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"proc-macro-crate",
"proc-macro2 1.0.9",
...
...
@@ -5312,7 +5312,7 @@ dependencies = [
[[package]]
name = "sc-cli"
version = "0.8.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"ansi_term 0.12.1",
"app_dirs",
...
...
@@ -5354,7 +5354,7 @@ dependencies = [
[[package]]
name = "sc-client"
version = "0.8.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"derive_more 0.99.3",
"fnv",
...
...
@@ -5390,7 +5390,7 @@ dependencies = [
[[package]]
name = "sc-client-api"
version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"derive_more 0.99.3",
"fnv",
...
...
@@ -5424,7 +5424,7 @@ dependencies = [
[[package]]
name = "sc-client-db"
version = "0.8.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"blake2-rfc",
"hash-db",
...
...
@@ -5454,7 +5454,7 @@ dependencies = [
[[package]]
name = "sc-consensus-babe"
version = "0.8.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"derive_more 0.99.3",
"fork-tree",
...
...
@@ -5496,7 +5496,7 @@ dependencies = [
[[package]]
name = "sc-consensus-epochs"
version = "0.8.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"fork-tree",
"parity-scale-codec",
...
...
@@ -5509,7 +5509,7 @@ dependencies = [
[[package]]
name = "sc-consensus-slots"
version = "0.8.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"futures 0.3.4",
"futures-timer 3.0.2",
...
...
@@ -5530,7 +5530,7 @@ dependencies = [
[[package]]
name = "sc-consensus-uncles"
version = "0.8.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"log 0.4.8",
"sc-client-api",
...
...
@@ -5544,7 +5544,7 @@ dependencies = [
[[package]]
name = "sc-executor"
version = "0.8.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"derive_more 0.99.3",
"lazy_static",
...
...
@@ -5571,7 +5571,7 @@ dependencies = [
[[package]]
name = "sc-executor-common"
version = "0.8.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"derive_more 0.99.3",
"log 0.4.8",
...
...
@@ -5588,7 +5588,7 @@ dependencies = [
[[package]]
name = "sc-executor-wasmi"
version = "0.8.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"log 0.4.8",
"parity-scale-codec",
...
...
@@ -5603,7 +5603,7 @@ dependencies = [
[[package]]
name = "sc-executor-wasmtime"
version = "0.8.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"cranelift-codegen",
"cranelift-wasm",
...
...
@@ -5624,7 +5624,7 @@ dependencies = [
[[package]]
name = "sc-finality-grandpa"
version = "0.8.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"assert_matches",
"finality-grandpa",
...
...
@@ -5660,7 +5660,7 @@ dependencies = [
[[package]]
name = "sc-informant"
version = "0.8.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"ansi_term 0.12.1",
"futures 0.3.4",
...
...
@@ -5677,7 +5677,7 @@ dependencies = [
[[package]]
name = "sc-keystore"
version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"derive_more 0.99.3",
"hex",
...
...
@@ -5692,7 +5692,7 @@ dependencies = [
[[package]]
name = "sc-network"
version = "0.8.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"bitflags",
"bytes 0.5.4",
...
...
@@ -5744,7 +5744,7 @@ dependencies = [
[[package]]
name = "sc-network-gossip"
version = "0.8.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"futures 0.3.4",
"futures-timer 3.0.2",
...
...
@@ -5760,7 +5760,7 @@ dependencies = [
[[package]]
name = "sc-network-test"
version = "0.8.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"env_logger 0.7.1",
"futures 0.3.4",
...
...
@@ -5786,7 +5786,7 @@ dependencies = [
[[package]]
name = "sc-offchain"
version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"bytes 0.5.4",
"fnv",
...
...
@@ -5813,7 +5813,7 @@ dependencies = [
[[package]]
name = "sc-peerset"
version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"futures 0.3.4",
"libp2p",
...
...
@@ -5826,7 +5826,7 @@ dependencies = [
[[package]]
name = "sc-rpc"
version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"futures 0.3.4",
"hash-db",
...
...
@@ -5859,7 +5859,7 @@ dependencies = [
[[package]]
name = "sc-rpc-api"
version = "0.8.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"derive_more 0.99.3",
"futures 0.3.4",
...
...
@@ -5883,7 +5883,7 @@ dependencies = [
[[package]]
name = "sc-rpc-server"
version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"jsonrpc-core",
"jsonrpc-http-server",
...
...
@@ -5898,7 +5898,7 @@ dependencies = [
[[package]]
name = "sc-service"
version = "0.8.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"derive_more 0.99.3",
"exit-future",
...
...
@@ -5949,7 +5949,7 @@ dependencies = [
[[package]]
name = "sc-state-db"
version = "0.8.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"log 0.4.8",
"parity-scale-codec",
...
...
@@ -5963,7 +5963,7 @@ dependencies = [
[[package]]
name = "sc-telemetry"
version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"bytes 0.5.4",
"futures 0.3.4",
...
...
@@ -5985,7 +5985,7 @@ dependencies = [
[[package]]
name = "sc-tracing"
version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"erased-serde",
"log 0.4.8",
...
...
@@ -6000,7 +6000,7 @@ dependencies = [
[[package]]
name = "sc-transaction-graph"
version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"derive_more 0.99.3",
"futures 0.3.4",
...
...
@@ -6020,7 +6020,7 @@ dependencies = [
[[package]]
name = "sc-transaction-pool"
version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"derive_more 0.99.3",
"futures 0.3.4",
...
...
@@ -6402,7 +6402,7 @@ dependencies = [
[[package]]
name = "sp-allocator"
version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"derive_more 0.99.3",
"log 0.4.8",
...
...
@@ -6414,7 +6414,7 @@ dependencies = [
[[package]]
name = "sp-api"
version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"hash-db",
"parity-scale-codec",
...
...
@@ -6429,7 +6429,7 @@ dependencies = [
[[package]]
name = "sp-api-proc-macro"
version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"blake2-rfc",
"proc-macro-crate",
...
...
@@ -6441,7 +6441,7 @@ dependencies = [
[[package]]
name = "sp-application-crypto"
version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"parity-scale-codec",
"serde",
...
...
@@ -6453,7 +6453,7 @@ dependencies = [
[[package]]
name = "sp-arithmetic"
version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"integer-sqrt",
"num-traits 0.2.11",
...
...
@@ -6467,7 +6467,7 @@ dependencies = [
[[package]]
name = "sp-authority-discovery"
version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"
dependencies = [
"parity-scale-codec",
"sp-api",
...
...
@@ -6479,7 +6479,7 @@ dependencies = [
[[package]]
name = "sp-authorship"
version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#
88248c040fd0a0ff004f448fc8c47fdf000b653e
"
source = "git+https://github.com/paritytech/substrate#
220b9c670f396ebfc6fb84ae02ebf5d42d584227
"