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
e526a15b
Unverified
Commit
e526a15b
authored
Feb 04, 2021
by
André Silva
Committed by
GitHub
Feb 04, 2021
Browse files
node: pass local authorship info to the transaction pool (#2385)
* node: pass local authorship to the transaction pool * update substrate
parent
485ccc8d
Pipeline
#123189
passed with stages
in 52 minutes and 51 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Cargo.lock
View file @
e526a15b
...
...
@@ -1567,7 +1567,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "fork-tree"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
2fb45347dfb0965339638a06390a33738e1dcae9
"
source = "git+https://github.com/paritytech/substrate#
3c9b031e449a6249dde07e00066848e0ee481ddf
"
dependencies = [
"parity-scale-codec",
]
...
...
@@ -1585,13 +1585,13 @@ dependencies = [
[[package]]
name = "frame-benchmarking"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
2fb45347dfb0965339638a06390a33738e1dcae9
"
source = "git+https://github.com/paritytech/substrate#
3c9b031e449a6249dde07e00066848e0ee481ddf
"
dependencies = [
"frame-support",
"frame-system",
"linregress",
"parity-scale-codec",
"paste",
"paste
1.0.4
",
"sp-api",
"sp-io",
"sp-runtime",
...
...
@@ -1603,7 +1603,7 @@ dependencies = [
[[package]]
name = "frame-benchmarking-cli"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
2fb45347dfb0965339638a06390a33738e1dcae9
"
source = "git+https://github.com/paritytech/substrate#
3c9b031e449a6249dde07e00066848e0ee481ddf
"
dependencies = [
"Inflector",
"chrono",
...
...
@@ -1626,7 +1626,7 @@ dependencies = [
[[package]]
name = "frame-executive"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
2fb45347dfb0965339638a06390a33738e1dcae9
"
source = "git+https://github.com/paritytech/substrate#
3c9b031e449a6249dde07e00066848e0ee481ddf
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -1642,7 +1642,7 @@ dependencies = [
[[package]]
name = "frame-metadata"
version = "12.0.1"
source = "git+https://github.com/paritytech/substrate#
2fb45347dfb0965339638a06390a33738e1dcae9
"
source = "git+https://github.com/paritytech/substrate#
3c9b031e449a6249dde07e00066848e0ee481ddf
"
dependencies = [
"parity-scale-codec",
"serde",
...
...
@@ -1653,7 +1653,7 @@ dependencies = [
[[package]]
name = "frame-support"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
2fb45347dfb0965339638a06390a33738e1dcae9
"
source = "git+https://github.com/paritytech/substrate#
3c9b031e449a6249dde07e00066848e0ee481ddf
"
dependencies = [
"bitflags",
"frame-metadata",
...
...
@@ -1662,7 +1662,7 @@ dependencies = [
"log",
"once_cell",
"parity-scale-codec",
"paste",
"paste
1.0.4
",
"serde",
"smallvec 1.6.1",
"sp-arithmetic",
...
...
@@ -1679,7 +1679,7 @@ dependencies = [
[[package]]
name = "frame-support-procedural"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
2fb45347dfb0965339638a06390a33738e1dcae9
"
source = "git+https://github.com/paritytech/substrate#
3c9b031e449a6249dde07e00066848e0ee481ddf
"
dependencies = [
"Inflector",
"frame-support-procedural-tools",
...
...
@@ -1691,7 +1691,7 @@ dependencies = [
[[package]]
name = "frame-support-procedural-tools"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
2fb45347dfb0965339638a06390a33738e1dcae9
"
source = "git+https://github.com/paritytech/substrate#
3c9b031e449a6249dde07e00066848e0ee481ddf
"
dependencies = [
"frame-support-procedural-tools-derive",
"proc-macro-crate",
...
...
@@ -1703,7 +1703,7 @@ dependencies = [
[[package]]
name = "frame-support-procedural-tools-derive"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
2fb45347dfb0965339638a06390a33738e1dcae9
"
source = "git+https://github.com/paritytech/substrate#
3c9b031e449a6249dde07e00066848e0ee481ddf
"
dependencies = [
"proc-macro2 1.0.24",
"quote 1.0.7",
...
...
@@ -1713,7 +1713,7 @@ dependencies = [
[[package]]
name = "frame-system"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
2fb45347dfb0965339638a06390a33738e1dcae9
"
source = "git+https://github.com/paritytech/substrate#
3c9b031e449a6249dde07e00066848e0ee481ddf
"
dependencies = [
"frame-support",
"impl-trait-for-tuples 0.2.0",
...
...
@@ -1729,7 +1729,7 @@ dependencies = [
[[package]]
name = "frame-system-benchmarking"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
2fb45347dfb0965339638a06390a33738e1dcae9
"
source = "git+https://github.com/paritytech/substrate#
3c9b031e449a6249dde07e00066848e0ee481ddf
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -1743,7 +1743,7 @@ dependencies = [
[[package]]
name = "frame-system-rpc-runtime-api"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
2fb45347dfb0965339638a06390a33738e1dcae9
"
source = "git+https://github.com/paritytech/substrate#
3c9b031e449a6249dde07e00066848e0ee481ddf
"
dependencies = [
"parity-scale-codec",
"sp-api",
...
...
@@ -2560,15 +2560,6 @@ version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47be2f14c678be2fdcab04ab1171db51b2762ce6f0a8ee87c8dd4a04ed216135"
[[package]]
name = "itertools"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484"
dependencies = [
"either",
]
[[package]]
name = "itertools"
version = "0.9.0"
...
...
@@ -3003,7 +2994,7 @@ dependencies = [
"parity-multiaddr",
"parking_lot 0.11.1",
"pin-project 1.0.4",
"prost
0.7.0
",
"prost",
"prost-build",
"rand 0.7.3",
"ring",
...
...
@@ -3060,7 +3051,7 @@ dependencies = [
"libp2p-core",
"libp2p-swarm",
"log",
"prost
0.7.0
",
"prost",
"prost-build",
"rand 0.7.3",
"smallvec 1.6.1",
...
...
@@ -3082,7 +3073,7 @@ dependencies = [
"libp2p-core",
"libp2p-swarm",
"log",
"prost
0.7.0
",
"prost",
"prost-build",
"rand 0.7.3",
"regex",
...
...
@@ -3102,7 +3093,7 @@ dependencies = [
"libp2p-core",
"libp2p-swarm",
"log",
"prost
0.7.0
",
"prost",
"prost-build",
"smallvec 1.6.1",
"wasm-timer",
...
...
@@ -3123,7 +3114,7 @@ dependencies = [
"libp2p-core",
"libp2p-swarm",
"log",
"prost
0.7.0
",
"prost",
"prost-build",
"rand 0.7.3",
"sha2 0.9.2",
...
...
@@ -3185,7 +3176,7 @@ dependencies = [
"lazy_static",
"libp2p-core",
"log",
"prost
0.7.0
",
"prost",
"prost-build",
"rand 0.7.3",
"sha2 0.9.2",
...
...
@@ -3221,7 +3212,7 @@ dependencies = [
"futures 0.3.12",
"libp2p-core",
"log",
"prost
0.7.0
",
"prost",
"prost-build",
"unsigned-varint 0.6.0",
"void",
...
...
@@ -3517,13 +3508,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
[[package]]
name = "memmap"
version = "0.
7
.0"
name = "memmap
2
"
version = "0.
2
.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
6585fd95e7bb
50d6cc
31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b
"
checksum = "
e73be3b7d04a0123e933fea1d
50d
12
6cc
7196bbc0362c0ce426694f777194eee
"
dependencies = [
"libc",
"winapi 0.3.9",
]
[[package]]
...
...
@@ -4029,7 +4019,7 @@ checksum = "13370dae44474229701bb69b90b4f4dca6404cb0357a2d50d635f1171dc3aa7b"
[[package]]
name = "pallet-authority-discovery"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
2fb45347dfb0965339638a06390a33738e1dcae9
"
source = "git+https://github.com/paritytech/substrate#
3c9b031e449a6249dde07e00066848e0ee481ddf
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -4045,7 +4035,7 @@ dependencies = [
[[package]]
name = "pallet-authorship"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
2fb45347dfb0965339638a06390a33738e1dcae9
"
source = "git+https://github.com/paritytech/substrate#
3c9b031e449a6249dde07e00066848e0ee481ddf
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -4060,7 +4050,7 @@ dependencies = [
[[package]]
name = "pallet-babe"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
2fb45347dfb0965339638a06390a33738e1dcae9
"
source = "git+https://github.com/paritytech/substrate#
3c9b031e449a6249dde07e00066848e0ee481ddf
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4085,7 +4075,7 @@ dependencies = [
[[package]]
name = "pallet-balances"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
2fb45347dfb0965339638a06390a33738e1dcae9
"
source = "git+https://github.com/paritytech/substrate#
3c9b031e449a6249dde07e00066848e0ee481ddf
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4099,7 +4089,7 @@ dependencies = [
[[package]]
name = "pallet-bounties"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
2fb45347dfb0965339638a06390a33738e1dcae9
"
source = "git+https://github.com/paritytech/substrate#
3c9b031e449a6249dde07e00066848e0ee481ddf
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4114,7 +4104,7 @@ dependencies = [
[[package]]
name = "pallet-collective"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
2fb45347dfb0965339638a06390a33738e1dcae9
"
source = "git+https://github.com/paritytech/substrate#
3c9b031e449a6249dde07e00066848e0ee481ddf
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4130,7 +4120,7 @@ dependencies = [
[[package]]
name = "pallet-democracy"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
2fb45347dfb0965339638a06390a33738e1dcae9
"
source = "git+https://github.com/paritytech/substrate#
3c9b031e449a6249dde07e00066848e0ee481ddf
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4145,7 +4135,7 @@ dependencies = [
[[package]]
name = "pallet-elections-phragmen"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
2fb45347dfb0965339638a06390a33738e1dcae9
"
source = "git+https://github.com/paritytech/substrate#
3c9b031e449a6249dde07e00066848e0ee481ddf
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4160,7 +4150,7 @@ dependencies = [
[[package]]
name = "pallet-grandpa"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
2fb45347dfb0965339638a06390a33738e1dcae9
"
source = "git+https://github.com/paritytech/substrate#
3c9b031e449a6249dde07e00066848e0ee481ddf
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4181,7 +4171,7 @@ dependencies = [
[[package]]
name = "pallet-identity"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
2fb45347dfb0965339638a06390a33738e1dcae9
"
source = "git+https://github.com/paritytech/substrate#
3c9b031e449a6249dde07e00066848e0ee481ddf
"
dependencies = [
"enumflags2",
"frame-benchmarking",
...
...
@@ -4197,7 +4187,7 @@ dependencies = [
[[package]]
name = "pallet-im-online"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
2fb45347dfb0965339638a06390a33738e1dcae9
"
source = "git+https://github.com/paritytech/substrate#
3c9b031e449a6249dde07e00066848e0ee481ddf
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4216,7 +4206,7 @@ dependencies = [
[[package]]
name = "pallet-indices"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
2fb45347dfb0965339638a06390a33738e1dcae9
"
source = "git+https://github.com/paritytech/substrate#
3c9b031e449a6249dde07e00066848e0ee481ddf
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4233,7 +4223,7 @@ dependencies = [
[[package]]
name = "pallet-membership"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
2fb45347dfb0965339638a06390a33738e1dcae9
"
source = "git+https://github.com/paritytech/substrate#
3c9b031e449a6249dde07e00066848e0ee481ddf
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -4247,7 +4237,7 @@ dependencies = [
[[package]]
name = "pallet-multisig"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
2fb45347dfb0965339638a06390a33738e1dcae9
"
source = "git+https://github.com/paritytech/substrate#
3c9b031e449a6249dde07e00066848e0ee481ddf
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4263,7 +4253,7 @@ dependencies = [
[[package]]
name = "pallet-nicks"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
2fb45347dfb0965339638a06390a33738e1dcae9
"
source = "git+https://github.com/paritytech/substrate#
3c9b031e449a6249dde07e00066848e0ee481ddf
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -4277,7 +4267,7 @@ dependencies = [
[[package]]
name = "pallet-offences"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
2fb45347dfb0965339638a06390a33738e1dcae9
"
source = "git+https://github.com/paritytech/substrate#
3c9b031e449a6249dde07e00066848e0ee481ddf
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -4292,7 +4282,7 @@ dependencies = [
[[package]]
name = "pallet-offences-benchmarking"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
2fb45347dfb0965339638a06390a33738e1dcae9
"
source = "git+https://github.com/paritytech/substrate#
3c9b031e449a6249dde07e00066848e0ee481ddf
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4313,7 +4303,7 @@ dependencies = [
[[package]]
name = "pallet-proxy"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
2fb45347dfb0965339638a06390a33738e1dcae9
"
source = "git+https://github.com/paritytech/substrate#
3c9b031e449a6249dde07e00066848e0ee481ddf
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4329,7 +4319,7 @@ dependencies = [
[[package]]
name = "pallet-randomness-collective-flip"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
2fb45347dfb0965339638a06390a33738e1dcae9
"
source = "git+https://github.com/paritytech/substrate#
3c9b031e449a6249dde07e00066848e0ee481ddf
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -4342,7 +4332,7 @@ dependencies = [
[[package]]
name = "pallet-recovery"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
2fb45347dfb0965339638a06390a33738e1dcae9
"
source = "git+https://github.com/paritytech/substrate#
3c9b031e449a6249dde07e00066848e0ee481ddf
"
dependencies = [
"enumflags2",
"frame-support",
...
...
@@ -4357,7 +4347,7 @@ dependencies = [
[[package]]
name = "pallet-scheduler"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
2fb45347dfb0965339638a06390a33738e1dcae9
"
source = "git+https://github.com/paritytech/substrate#
3c9b031e449a6249dde07e00066848e0ee481ddf
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4372,7 +4362,7 @@ dependencies = [
[[package]]
name = "pallet-session"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
2fb45347dfb0965339638a06390a33738e1dcae9
"
source = "git+https://github.com/paritytech/substrate#
3c9b031e449a6249dde07e00066848e0ee481ddf
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -4392,7 +4382,7 @@ dependencies = [
[[package]]
name = "pallet-session-benchmarking"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
2fb45347dfb0965339638a06390a33738e1dcae9
"
source = "git+https://github.com/paritytech/substrate#
3c9b031e449a6249dde07e00066848e0ee481ddf
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4408,7 +4398,7 @@ dependencies = [
[[package]]
name = "pallet-society"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
2fb45347dfb0965339638a06390a33738e1dcae9
"
source = "git+https://github.com/paritytech/substrate#
3c9b031e449a6249dde07e00066848e0ee481ddf
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -4422,7 +4412,7 @@ dependencies = [
[[package]]
name = "pallet-staking"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
2fb45347dfb0965339638a06390a33738e1dcae9
"
source = "git+https://github.com/paritytech/substrate#
3c9b031e449a6249dde07e00066848e0ee481ddf
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4444,7 +4434,7 @@ dependencies = [
[[package]]
name = "pallet-staking-reward-curve"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
2fb45347dfb0965339638a06390a33738e1dcae9
"
source = "git+https://github.com/paritytech/substrate#
3c9b031e449a6249dde07e00066848e0ee481ddf
"
dependencies = [
"proc-macro-crate",
"proc-macro2 1.0.24",
...
...
@@ -4455,7 +4445,7 @@ dependencies = [
[[package]]
name = "pallet-sudo"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
2fb45347dfb0965339638a06390a33738e1dcae9
"
source = "git+https://github.com/paritytech/substrate#
3c9b031e449a6249dde07e00066848e0ee481ddf
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -4469,7 +4459,7 @@ dependencies = [
[[package]]
name = "pallet-timestamp"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
2fb45347dfb0965339638a06390a33738e1dcae9
"
source = "git+https://github.com/paritytech/substrate#
3c9b031e449a6249dde07e00066848e0ee481ddf
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4487,7 +4477,7 @@ dependencies = [
[[package]]
name = "pallet-tips"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
2fb45347dfb0965339638a06390a33738e1dcae9
"
source = "git+https://github.com/paritytech/substrate#
3c9b031e449a6249dde07e00066848e0ee481ddf
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4502,7 +4492,7 @@ dependencies = [
[[package]]
name = "pallet-transaction-payment"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
2fb45347dfb0965339638a06390a33738e1dcae9
"
source = "git+https://github.com/paritytech/substrate#
3c9b031e449a6249dde07e00066848e0ee481ddf
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -4518,7 +4508,7 @@ dependencies = [
[[package]]
name = "pallet-transaction-payment-rpc"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
2fb45347dfb0965339638a06390a33738e1dcae9
"
source = "git+https://github.com/paritytech/substrate#
3c9b031e449a6249dde07e00066848e0ee481ddf
"
dependencies = [
"jsonrpc-core",
"jsonrpc-core-client",
...
...
@@ -4535,7 +4525,7 @@ dependencies = [
[[package]]
name = "pallet-transaction-payment-rpc-runtime-api"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
2fb45347dfb0965339638a06390a33738e1dcae9
"
source = "git+https://github.com/paritytech/substrate#
3c9b031e449a6249dde07e00066848e0ee481ddf
"
dependencies = [
"pallet-transaction-payment",
"parity-scale-codec",
...
...
@@ -4546,7 +4536,7 @@ dependencies = [
[[package]]
name = "pallet-treasury"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
2fb45347dfb0965339638a06390a33738e1dcae9
"
source = "git+https://github.com/paritytech/substrate#
3c9b031e449a6249dde07e00066848e0ee481ddf
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4562,7 +4552,7 @@ dependencies = [
[[package]]
name = "pallet-utility"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
2fb45347dfb0965339638a06390a33738e1dcae9
"
source = "git+https://github.com/paritytech/substrate#
3c9b031e449a6249dde07e00066848e0ee481ddf
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4578,7 +4568,7 @@ dependencies = [
[[package]]
name = "pallet-vesting"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
2fb45347dfb0965339638a06390a33738e1dcae9
"
source = "git+https://github.com/paritytech/substrate#
3c9b031e449a6249dde07e00066848e0ee481ddf
"
dependencies = [
"enumflags2",
"frame-benchmarking",
...
...
@@ -4592,16 +4582,18 @@ dependencies = [
[[package]]
name = "parity-db"
version = "0.
1
.2"
version = "0.
2
.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
00d595e372d119261593297debbe4193811a4dc811d2a1ccbb8caaa6666ad7ab
"
checksum = "
111e193c96758d476d272093a853882668da17489f76bf4361b8decae0b6c515
"
dependencies = [
"blake2-rfc",
"crc32fast",
"hex",
"libc",
"log",
"memmap",
"parking_lot 0.10.2",
"memmap2",
"parking_lot 0.11.1",
"rand 0.8.3",
]
[[package]]
...
...
@@ -4827,6 +4819,12 @@ dependencies = [
"proc-macro-hack",
]
[[package]]
name = "paste"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c5d65c4d95931acda4498f675e332fcbdc9a06705cd07086c510e9b6009cd1c1"
[[package]]
name = "paste-impl"
version = "0.1.18"
...
...
@@ -4998,9 +4996,9 @@ checksum = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677"
[[package]]
name = "platforms"
version = "
0.2.1
"
version = "
1.1.0
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
feb3b2b1033b8a60b4da6ee470325f887758c95d5320f52f9ce0df055a55940e
"
checksum = "
989d43012e2ca1c4a02507c67282691a0a3207f9dc67cec596b43fe925b3d325
"
[[package]]
name = "polkadot"
...
...
@@ -5197,7 +5195,7 @@ dependencies = [
"sc-network",
"sp-core",
"sp-keyring",
"strum
0.20.0
",
"strum",
"tracing",
"tracing-futures",
]
...
...
@@ -5435,7 +5433,7 @@ dependencies = [
"polkadot-node-primitives",
"polkadot-primitives",
"sc-network",
"strum
0.20.0
",
"strum",
"thiserror",
"zstd",
]
...
...
@@ -6239,11 +6237,11 @@ dependencies = [
[[package]]
name = "prometheus"
version = "0.1
0
.0"
version = "0.1
1
.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
30d70cf4412832bcac9cffe27906f4a66e450d323525e977168c70d1b36120ae
"
checksum = "
c8425533e7122f0c3cc7a37e6244b16ad3a2cc32ae7ac6276e2a75da0d9c200d
"
dependencies = [
"cfg-if 0.
1.1
0",
"cfg-if
1.
0.0",
"fnv",
"lazy_static",
"parking_lot 0.11.1",
...
...
@@ -6251,16 +6249,6 @@ dependencies = [
"thiserror",
]
[[package]]
name = "prost"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce49aefe0a6144a45de32927c77bd2859a5f7677b55f220ae5b744e87389c212"
dependencies = [
"bytes 0.5.6",
"prost-derive 0.6.1",
]
[[package]]
name = "prost"
version = "0.7.0"
...
...
@@ -6268,7 +6256,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e6984d2f1a23009bd270b8bb56d0926810a3d483f59c987d77969e9d8e840b2"
dependencies = [
"bytes 1.0.1",
"prost-derive
0.7.0
",
"prost-derive",
]
[[package]]
...
...
@@ -6279,29 +6267,16 @@ checksum = "32d3ebd75ac2679c2af3a92246639f9fcc8a442ee420719cc4fe195b98dd5fa3"
dependencies = [
"bytes 1.0.1",
"heck",
"itertools
0.9.0
",
"itertools",
"log",
"multimap",
"petgraph",
"prost
0.7.0
",
"prost",
"prost-types",
"tempfile",
"which 4.0.2",
]
[[package]]
name = "prost-derive"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "537aa19b95acde10a12fec4301466386f757403de4cd4e5b4fa78fb5ecb18f72"
dependencies = [
"anyhow",
"itertools 0.8.2",
"proc-macro2 1.0.24",
"quote 1.0.7",
"syn 1.0.60",
]
[[package]]
name = "prost-derive"
version = "0.7.0"
...
...
@@ -6309,7 +6284,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "169a15f3008ecb5160cba7d37bcd690a7601b6d30cfb87a117d45e59d52af5d4"
dependencies = [
"anyhow",
"itertools
0.9.0
",
"itertools",
"proc-macro2 1.0.24",
"quote 1.0.7",
"syn 1.0.60",
...
...
@@ -6322,7 +6297,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b518d7cdd93dab1d1122cf07fa9a60771836c668dde9d9e2a139f957f0d9f1bb"
dependencies = [
"bytes 1.0.1",
"prost
0.7.0
",
"prost",
]
[[package]]
...
...
@@ -6920,7 +6895,7 @@ dependencies = [
[[package]]
name = "sc-authority-discovery"
version = "0.8.1"
source = "git+https://github.com/paritytech/substrate#
2fb45347dfb0965339638a06390a33738e1dcae9
"
source = "git+https://github.com/paritytech/substrate#
3c9b031e449a6249dde07e00066848e0ee481ddf
"
dependencies = [
"async-trait",
"derive_more",
...
...
@@ -6930,7 +6905,7 @@ dependencies = [
"libp2p",
"log",
"parity-scale-codec",
"prost
0.7.0
",
"prost",
"prost-build",
"rand 0.7.3",
"sc-client-api",
...
...
@@ -6948,7 +6923,7 @@ dependencies = [
[[package]]
name = "sc-basic-authorship"
version = "0.8.1"
source = "git+https://github.com/paritytech/substrate#
2fb45347dfb0965339638a06390a33738e1dcae9
"
source = "git+https://github.com/paritytech/substrate#
3c9b031e449a6249dde07e00066848e0ee481ddf
"
dependencies = [
"futures 0.3.12",
"futures-timer 3.0.2",
...
...
@@ -6971,7 +6946,7 @@ dependencies = [
[[package]]
name = "sc-block-builder"