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
4c79b5fe
Unverified
Commit
4c79b5fe
authored
Nov 30, 2020
by
Pierre Krieger
Committed by
GitHub
Nov 30, 2020
Browse files
Update Substrate again (#2041)
parent
1e0c9910
Pipeline
#115539
passed with stages
in 20 minutes and 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Cargo.lock
View file @
4c79b5fe
...
...
@@ -1461,7 +1461,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "fork-tree"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"parity-scale-codec",
]
...
...
@@ -1469,7 +1469,7 @@ dependencies = [
[[package]]
name = "frame-benchmarking"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -1487,7 +1487,7 @@ dependencies = [
[[package]]
name = "frame-benchmarking-cli"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"chrono",
"frame-benchmarking",
...
...
@@ -1509,7 +1509,7 @@ dependencies = [
[[package]]
name = "frame-executive"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -1525,7 +1525,7 @@ dependencies = [
[[package]]
name = "frame-metadata"
version = "12.0.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"parity-scale-codec",
"serde",
...
...
@@ -1536,7 +1536,7 @@ dependencies = [
[[package]]
name = "frame-support"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"bitflags",
"frame-metadata",
...
...
@@ -1561,7 +1561,7 @@ dependencies = [
[[package]]
name = "frame-support-procedural"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"frame-support-procedural-tools",
"proc-macro2 1.0.24",
...
...
@@ -1572,7 +1572,7 @@ dependencies = [
[[package]]
name = "frame-support-procedural-tools"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"frame-support-procedural-tools-derive",
"proc-macro-crate",
...
...
@@ -1584,7 +1584,7 @@ dependencies = [
[[package]]
name = "frame-support-procedural-tools-derive"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"proc-macro2 1.0.24",
"quote 1.0.7",
...
...
@@ -1594,7 +1594,7 @@ dependencies = [
[[package]]
name = "frame-system"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"frame-support",
"impl-trait-for-tuples 0.1.3",
...
...
@@ -1610,7 +1610,7 @@ dependencies = [
[[package]]
name = "frame-system-benchmarking"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -1624,7 +1624,7 @@ dependencies = [
[[package]]
name = "frame-system-rpc-runtime-api"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"parity-scale-codec",
"sp-api",
...
...
@@ -3771,7 +3771,7 @@ checksum = "7a1250cdd103eef6bd542b5ae82989f931fc00a41a27f60377338241594410f3"
[[package]]
name = "pallet-authority-discovery"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -3787,7 +3787,7 @@ dependencies = [
[[package]]
name = "pallet-authorship"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -3802,7 +3802,7 @@ dependencies = [
[[package]]
name = "pallet-babe"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -3827,7 +3827,7 @@ dependencies = [
[[package]]
name = "pallet-balances"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -3841,7 +3841,7 @@ dependencies = [
[[package]]
name = "pallet-collective"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -3857,7 +3857,7 @@ dependencies = [
[[package]]
name = "pallet-democracy"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -3872,7 +3872,7 @@ dependencies = [
[[package]]
name = "pallet-elections-phragmen"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -3887,7 +3887,7 @@ dependencies = [
[[package]]
name = "pallet-grandpa"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -3908,7 +3908,7 @@ dependencies = [
[[package]]
name = "pallet-identity"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"enumflags2",
"frame-benchmarking",
...
...
@@ -3924,7 +3924,7 @@ dependencies = [
[[package]]
name = "pallet-im-online"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -3944,7 +3944,7 @@ dependencies = [
[[package]]
name = "pallet-indices"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -3961,7 +3961,7 @@ dependencies = [
[[package]]
name = "pallet-membership"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -3975,7 +3975,7 @@ dependencies = [
[[package]]
name = "pallet-multisig"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -3991,7 +3991,7 @@ dependencies = [
[[package]]
name = "pallet-nicks"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -4005,7 +4005,7 @@ dependencies = [
[[package]]
name = "pallet-offences"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -4020,7 +4020,7 @@ dependencies = [
[[package]]
name = "pallet-offences-benchmarking"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4041,7 +4041,7 @@ dependencies = [
[[package]]
name = "pallet-proxy"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4057,7 +4057,7 @@ dependencies = [
[[package]]
name = "pallet-randomness-collective-flip"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -4070,7 +4070,7 @@ dependencies = [
[[package]]
name = "pallet-recovery"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"enumflags2",
"frame-support",
...
...
@@ -4085,7 +4085,7 @@ dependencies = [
[[package]]
name = "pallet-scheduler"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4100,7 +4100,7 @@ dependencies = [
[[package]]
name = "pallet-session"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -4120,7 +4120,7 @@ dependencies = [
[[package]]
name = "pallet-session-benchmarking"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4136,7 +4136,7 @@ dependencies = [
[[package]]
name = "pallet-society"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -4150,7 +4150,7 @@ dependencies = [
[[package]]
name = "pallet-staking"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4172,7 +4172,7 @@ dependencies = [
[[package]]
name = "pallet-staking-reward-curve"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"proc-macro-crate",
"proc-macro2 1.0.24",
...
...
@@ -4183,7 +4183,7 @@ dependencies = [
[[package]]
name = "pallet-sudo"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -4197,7 +4197,7 @@ dependencies = [
[[package]]
name = "pallet-timestamp"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4215,7 +4215,7 @@ dependencies = [
[[package]]
name = "pallet-transaction-payment"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -4232,7 +4232,7 @@ dependencies = [
[[package]]
name = "pallet-transaction-payment-rpc"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"jsonrpc-core",
"jsonrpc-core-client",
...
...
@@ -4250,7 +4250,7 @@ dependencies = [
[[package]]
name = "pallet-transaction-payment-rpc-runtime-api"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"frame-support",
"parity-scale-codec",
...
...
@@ -4263,7 +4263,7 @@ dependencies = [
[[package]]
name = "pallet-treasury"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4278,7 +4278,7 @@ dependencies = [
[[package]]
name = "pallet-utility"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4294,7 +4294,7 @@ dependencies = [
[[package]]
name = "pallet-vesting"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"enumflags2",
"frame-benchmarking",
...
...
@@ -6543,7 +6543,7 @@ dependencies = [
[[package]]
name = "sc-authority-discovery"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"async-trait",
"derive_more",
...
...
@@ -6571,7 +6571,7 @@ dependencies = [
[[package]]
name = "sc-basic-authorship"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"futures 0.3.8",
"futures-timer 3.0.2",
...
...
@@ -6594,7 +6594,7 @@ dependencies = [
[[package]]
name = "sc-block-builder"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"parity-scale-codec",
"sc-client-api",
...
...
@@ -6611,7 +6611,7 @@ dependencies = [
[[package]]
name = "sc-chain-spec"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"impl-trait-for-tuples 0.1.3",
"parity-scale-codec",
...
...
@@ -6632,7 +6632,7 @@ dependencies = [
[[package]]
name = "sc-chain-spec-derive"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"proc-macro-crate",
"proc-macro2 1.0.24",
...
...
@@ -6643,7 +6643,7 @@ dependencies = [
[[package]]
name = "sc-cli"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"ansi_term 0.12.1",
"atty",
...
...
@@ -6688,7 +6688,7 @@ dependencies = [
[[package]]
name = "sc-cli-proc-macro"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"proc-macro-crate",
"proc-macro2 1.0.24",
...
...
@@ -6699,7 +6699,7 @@ dependencies = [
[[package]]
name = "sc-client-api"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"derive_more",
"fnv",
...
...
@@ -6733,7 +6733,7 @@ dependencies = [
[[package]]
name = "sc-client-db"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"blake2-rfc",
"hash-db",
...
...
@@ -6763,7 +6763,7 @@ dependencies = [
[[package]]
name = "sc-consensus"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"sc-client-api",
"sp-blockchain",
...
...
@@ -6774,7 +6774,7 @@ dependencies = [
[[package]]
name = "sc-consensus-babe"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"derive_more",
"fork-tree",
...
...
@@ -6819,7 +6819,7 @@ dependencies = [
[[package]]
name = "sc-consensus-babe-rpc"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"derive_more",
"futures 0.3.8",
...
...
@@ -6843,7 +6843,7 @@ dependencies = [
[[package]]
name = "sc-consensus-epochs"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"fork-tree",
"parity-scale-codec",
...
...
@@ -6856,7 +6856,7 @@ dependencies = [
[[package]]
name = "sc-consensus-slots"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"futures 0.3.8",
"futures-timer 3.0.2",
...
...
@@ -6882,7 +6882,7 @@ dependencies = [
[[package]]
name = "sc-consensus-uncles"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"log",
"sc-client-api",
...
...
@@ -6896,7 +6896,7 @@ dependencies = [
[[package]]
name = "sc-executor"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"derive_more",
"lazy_static",
...
...
@@ -6925,7 +6925,7 @@ dependencies = [
[[package]]
name = "sc-executor-common"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"derive_more",
"parity-scale-codec",
...
...
@@ -6941,7 +6941,7 @@ dependencies = [
[[package]]
name = "sc-executor-wasmi"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"log",
"parity-scale-codec",
...
...
@@ -6956,7 +6956,7 @@ dependencies = [
[[package]]
name = "sc-executor-wasmtime"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"log",
"parity-scale-codec",
...
...
@@ -6974,7 +6974,7 @@ dependencies = [
[[package]]
name = "sc-finality-grandpa"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"derive_more",
"finality-grandpa",
...
...
@@ -7011,7 +7011,7 @@ dependencies = [
[[package]]
name = "sc-finality-grandpa-rpc"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"derive_more",
"finality-grandpa",
...
...
@@ -7035,7 +7035,7 @@ dependencies = [
[[package]]
name = "sc-informant"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"ansi_term 0.12.1",
"futures 0.3.8",
...
...
@@ -7053,7 +7053,7 @@ dependencies = [
[[package]]
name = "sc-keystore"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"async-trait",
"derive_more",
...
...
@@ -7073,7 +7073,7 @@ dependencies = [
[[package]]
name = "sc-light"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"hash-db",
"lazy_static",
...
...
@@ -7092,7 +7092,7 @@ dependencies = [
[[package]]
name = "sc-network"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"async-std",
"async-trait",
...
...
@@ -7146,7 +7146,7 @@ dependencies = [
[[package]]
name = "sc-network-gossip"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"futures 0.3.8",
"futures-timer 3.0.2",
...
...
@@ -7161,7 +7161,7 @@ dependencies = [
[[package]]
name = "sc-offchain"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"bytes 0.5.6",
"fnv",
...
...
@@ -7188,7 +7188,7 @@ dependencies = [
[[package]]
name = "sc-peerset"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"futures 0.3.8",
"libp2p",
...
...
@@ -7201,7 +7201,7 @@ dependencies = [
[[package]]
name = "sc-proposer-metrics"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"log",
"substrate-prometheus-endpoint",
...
...
@@ -7210,7 +7210,7 @@ dependencies = [
[[package]]
name = "sc-rpc"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"futures 0.3.8",
"hash-db",
...
...
@@ -7243,7 +7243,7 @@ dependencies = [
[[package]]
name = "sc-rpc-api"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"derive_more",
"futures 0.3.8",
...
...
@@ -7267,7 +7267,7 @@ dependencies = [
[[package]]
name = "sc-rpc-server"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"futures 0.1.29",
"jsonrpc-core",
...
...
@@ -7285,7 +7285,7 @@ dependencies = [
[[package]]
name = "sc-service"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"directories 3.0.1",
"exit-future",
...
...
@@ -7349,7 +7349,7 @@ dependencies = [
[[package]]
name = "sc-state-db"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"log",
"parity-scale-codec",
...
...
@@ -7364,7 +7364,7 @@ dependencies = [
[[package]]
name = "sc-sync-state-rpc"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
dependencies = [
"jsonrpc-core",
"jsonrpc-core-client",
...
...
@@ -7384,7 +7384,7 @@ dependencies = [
[[package]]
name = "sc-telemetry"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
237874bb15bbac174b6cb8d594053b5512f32ca2
"
source = "git+https://github.com/paritytech/substrate#
f5088c50a8361f9efc71a75754b0776b6e24ab8a
"
depe