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
462d15d2
Unverified
Commit
462d15d2
authored
Jan 14, 2021
by
Arkadiy Paronyan
Committed by
GitHub
Jan 14, 2021
Browse files
Companion for substrate #7868 (#2253)
* Update for new service config * Naming * "Update Substrate" Co-authored-by: parity-processbot <>
parent
49207c02
Pipeline
#120347
canceled with stages
in 29 minutes and 32 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Cargo.lock
View file @
462d15d2
...
...
@@ -1477,7 +1477,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "fork-tree"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"parity-scale-codec",
]
...
...
@@ -1495,7 +1495,7 @@ dependencies = [
[[package]]
name = "frame-benchmarking"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -1513,7 +1513,7 @@ dependencies = [
[[package]]
name = "frame-benchmarking-cli"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"Inflector",
"chrono",
...
...
@@ -1536,7 +1536,7 @@ dependencies = [
[[package]]
name = "frame-executive"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -1552,7 +1552,7 @@ dependencies = [
[[package]]
name = "frame-metadata"
version = "12.0.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"parity-scale-codec",
"serde",
...
...
@@ -1563,7 +1563,7 @@ dependencies = [
[[package]]
name = "frame-support"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"bitflags",
"frame-metadata",
...
...
@@ -1588,7 +1588,7 @@ dependencies = [
[[package]]
name = "frame-support-procedural"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"Inflector",
"frame-support-procedural-tools",
...
...
@@ -1600,7 +1600,7 @@ dependencies = [
[[package]]
name = "frame-support-procedural-tools"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"frame-support-procedural-tools-derive",
"proc-macro-crate",
...
...
@@ -1612,7 +1612,7 @@ dependencies = [
[[package]]
name = "frame-support-procedural-tools-derive"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"proc-macro2 1.0.24",
"quote 1.0.7",
...
...
@@ -1622,7 +1622,7 @@ dependencies = [
[[package]]
name = "frame-system"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"frame-support",
"impl-trait-for-tuples 0.2.0",
...
...
@@ -1638,7 +1638,7 @@ dependencies = [
[[package]]
name = "frame-system-benchmarking"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -1652,7 +1652,7 @@ dependencies = [
[[package]]
name = "frame-system-rpc-runtime-api"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"parity-scale-codec",
"sp-api",
...
...
@@ -3907,7 +3907,7 @@ checksum = "13370dae44474229701bb69b90b4f4dca6404cb0357a2d50d635f1171dc3aa7b"
[[package]]
name = "pallet-authority-discovery"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -3923,7 +3923,7 @@ dependencies = [
[[package]]
name = "pallet-authorship"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -3938,7 +3938,7 @@ dependencies = [
[[package]]
name = "pallet-babe"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -3963,7 +3963,7 @@ dependencies = [
[[package]]
name = "pallet-balances"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -3977,7 +3977,7 @@ dependencies = [
[[package]]
name = "pallet-bounties"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -3992,7 +3992,7 @@ dependencies = [
[[package]]
name = "pallet-collective"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4008,7 +4008,7 @@ dependencies = [
[[package]]
name = "pallet-democracy"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4023,7 +4023,7 @@ dependencies = [
[[package]]
name = "pallet-elections-phragmen"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4038,7 +4038,7 @@ dependencies = [
[[package]]
name = "pallet-grandpa"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4059,7 +4059,7 @@ dependencies = [
[[package]]
name = "pallet-identity"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"enumflags2",
"frame-benchmarking",
...
...
@@ -4075,7 +4075,7 @@ dependencies = [
[[package]]
name = "pallet-im-online"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4095,7 +4095,7 @@ dependencies = [
[[package]]
name = "pallet-indices"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4112,7 +4112,7 @@ dependencies = [
[[package]]
name = "pallet-membership"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -4126,7 +4126,7 @@ dependencies = [
[[package]]
name = "pallet-multisig"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4142,7 +4142,7 @@ dependencies = [
[[package]]
name = "pallet-nicks"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -4156,7 +4156,7 @@ dependencies = [
[[package]]
name = "pallet-offences"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -4171,7 +4171,7 @@ dependencies = [
[[package]]
name = "pallet-offences-benchmarking"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4192,7 +4192,7 @@ dependencies = [
[[package]]
name = "pallet-proxy"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4208,7 +4208,7 @@ dependencies = [
[[package]]
name = "pallet-randomness-collective-flip"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -4221,7 +4221,7 @@ dependencies = [
[[package]]
name = "pallet-recovery"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"enumflags2",
"frame-support",
...
...
@@ -4236,7 +4236,7 @@ dependencies = [
[[package]]
name = "pallet-scheduler"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4251,7 +4251,7 @@ dependencies = [
[[package]]
name = "pallet-session"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -4271,7 +4271,7 @@ dependencies = [
[[package]]
name = "pallet-session-benchmarking"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4287,7 +4287,7 @@ dependencies = [
[[package]]
name = "pallet-society"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -4301,7 +4301,7 @@ dependencies = [
[[package]]
name = "pallet-staking"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4323,7 +4323,7 @@ dependencies = [
[[package]]
name = "pallet-staking-reward-curve"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"proc-macro-crate",
"proc-macro2 1.0.24",
...
...
@@ -4334,7 +4334,7 @@ dependencies = [
[[package]]
name = "pallet-sudo"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -4348,7 +4348,7 @@ dependencies = [
[[package]]
name = "pallet-timestamp"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4366,7 +4366,7 @@ dependencies = [
[[package]]
name = "pallet-tips"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4381,7 +4381,7 @@ dependencies = [
[[package]]
name = "pallet-transaction-payment"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -4397,7 +4397,7 @@ dependencies = [
[[package]]
name = "pallet-transaction-payment-rpc"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"jsonrpc-core",
"jsonrpc-core-client",
...
...
@@ -4414,7 +4414,7 @@ dependencies = [
[[package]]
name = "pallet-transaction-payment-rpc-runtime-api"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"pallet-transaction-payment",
"parity-scale-codec",
...
...
@@ -4425,7 +4425,7 @@ dependencies = [
[[package]]
name = "pallet-treasury"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4441,7 +4441,7 @@ dependencies = [
[[package]]
name = "pallet-utility"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4457,7 +4457,7 @@ dependencies = [
[[package]]
name = "pallet-vesting"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"enumflags2",
"frame-benchmarking",
...
...
@@ -6713,7 +6713,7 @@ dependencies = [
[[package]]
name = "sc-authority-discovery"
version = "0.8.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"async-trait",
"derive_more",
...
...
@@ -6741,7 +6741,7 @@ dependencies = [
[[package]]
name = "sc-basic-authorship"
version = "0.8.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"futures 0.3.10",
"futures-timer 3.0.2",
...
...
@@ -6764,7 +6764,7 @@ dependencies = [
[[package]]
name = "sc-block-builder"
version = "0.8.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"parity-scale-codec",
"sc-client-api",
...
...
@@ -6781,7 +6781,7 @@ dependencies = [
[[package]]
name = "sc-chain-spec"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"impl-trait-for-tuples 0.2.0",
"parity-scale-codec",
...
...
@@ -6802,7 +6802,7 @@ dependencies = [
[[package]]
name = "sc-chain-spec-derive"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"proc-macro-crate",
"proc-macro2 1.0.24",
...
...
@@ -6813,7 +6813,7 @@ dependencies = [
[[package]]
name = "sc-cli"
version = "0.8.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"atty",
"chrono",
...
...
@@ -6856,7 +6856,7 @@ dependencies = [
[[package]]
name = "sc-cli-proc-macro"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"proc-macro-crate",
"proc-macro2 1.0.24",
...
...
@@ -6867,7 +6867,7 @@ dependencies = [
[[package]]
name = "sc-client-api"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"derive_more",
"fnv",
...
...
@@ -6901,7 +6901,7 @@ dependencies = [
[[package]]
name = "sc-client-db"
version = "0.8.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"blake2-rfc",
"hash-db",
...
...
@@ -6931,7 +6931,7 @@ dependencies = [
[[package]]
name = "sc-consensus"
version = "0.8.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"sc-client-api",
"sp-blockchain",
...
...
@@ -6942,7 +6942,7 @@ dependencies = [
[[package]]
name = "sc-consensus-babe"
version = "0.8.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"derive_more",
"fork-tree",
...
...
@@ -6987,7 +6987,7 @@ dependencies = [
[[package]]
name = "sc-consensus-babe-rpc"
version = "0.8.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"derive_more",
"futures 0.3.10",
...
...
@@ -7011,7 +7011,7 @@ dependencies = [
[[package]]
name = "sc-consensus-epochs"
version = "0.8.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"fork-tree",
"parity-scale-codec",
...
...
@@ -7024,7 +7024,7 @@ dependencies = [
[[package]]
name = "sc-consensus-slots"
version = "0.8.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"futures 0.3.10",
"futures-timer 3.0.2",
...
...
@@ -7050,7 +7050,7 @@ dependencies = [
[[package]]
name = "sc-consensus-uncles"
version = "0.8.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"log",
"sc-client-api",
...
...
@@ -7064,7 +7064,7 @@ dependencies = [
[[package]]
name = "sc-executor"
version = "0.8.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"derive_more",
"lazy_static",
...
...
@@ -7093,7 +7093,7 @@ dependencies = [
[[package]]
name = "sc-executor-common"
version = "0.8.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"derive_more",
"parity-scale-codec",
...
...
@@ -7109,7 +7109,7 @@ dependencies = [
[[package]]
name = "sc-executor-wasmi"
version = "0.8.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"log",
"parity-scale-codec",
...
...
@@ -7124,7 +7124,7 @@ dependencies = [
[[package]]
name = "sc-executor-wasmtime"
version = "0.8.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"log",
"parity-scale-codec",
...
...
@@ -7142,7 +7142,7 @@ dependencies = [
[[package]]
name = "sc-finality-grandpa"
version = "0.8.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"derive_more",
"finality-grandpa",
...
...
@@ -7179,7 +7179,7 @@ dependencies = [
[[package]]
name = "sc-finality-grandpa-rpc"
version = "0.8.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"derive_more",
"finality-grandpa",
...
...
@@ -7203,7 +7203,7 @@ dependencies = [
[[package]]
name = "sc-informant"
version = "0.8.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"ansi_term 0.12.1",
"futures 0.3.10",
...
...
@@ -7221,7 +7221,7 @@ dependencies = [
[[package]]
name = "sc-keystore"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"async-trait",
"derive_more",
...
...
@@ -7241,7 +7241,7 @@ dependencies = [
[[package]]
name = "sc-light"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"hash-db",
"lazy_static",
...
...
@@ -7260,7 +7260,7 @@ dependencies = [
[[package]]
name = "sc-network"
version = "0.8.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"async-std",
"async-trait",
...
...
@@ -7313,7 +7313,7 @@ dependencies = [
[[package]]
name = "sc-network-gossip"
version = "0.8.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"futures 0.3.10",
"futures-timer 3.0.2",
...
...
@@ -7329,7 +7329,7 @@ dependencies = [
[[package]]
name = "sc-offchain"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"bytes 0.5.6",
"fnv",
...
...
@@ -7356,7 +7356,7 @@ dependencies = [
[[package]]
name = "sc-peerset"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"futures 0.3.10",
"libp2p",
...
...
@@ -7369,7 +7369,7 @@ dependencies = [
[[package]]
name = "sc-proposer-metrics"
version = "0.8.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"log",
"substrate-prometheus-endpoint",
...
...
@@ -7378,7 +7378,7 @@ dependencies = [
[[package]]
name = "sc-rpc"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"futures 0.3.10",
"hash-db",
...
...
@@ -7412,7 +7412,7 @@ dependencies = [
[[package]]
name = "sc-rpc-api"
version = "0.8.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"derive_more",
"futures 0.3.10",
...
...
@@ -7436,7 +7436,7 @@ dependencies = [
[[package]]
name = "sc-rpc-server"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"futures 0.1.29",
"jsonrpc-core",
...
...
@@ -7454,7 +7454,7 @@ dependencies = [
[[package]]
name = "sc-service"
version = "0.8.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"
dependencies = [
"directories 3.0.1",
"exit-future",
...
...
@@ -7518,7 +7518,7 @@ dependencies = [
[[package]]
name = "sc-state-db"
version = "0.8.1"
source = "git+https://github.com/paritytech/substrate#
f2367f72ddabfb1580af7f9f21d72a0f86d32b07
"
source = "git+https://github.com/paritytech/substrate#
8ee55dde2eb62f85aa64b54a0814529ea2b8368d
"