Skip to content
This repository was archived by the owner on Jul 4, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
consensus: prioritize finality work over block import in queue (#7307)
* consensus: prioritize finality work over block import in queue

* consensus: add test for import queue task priority
  • Loading branch information
andresilva authored and jordy25519 committed Nov 10, 2020
commit 9169f46c12de258490edc49cd4ce18402e1942fc
1 change: 1 addition & 0 deletions primitives/consensus/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../..
wasm-timer = "0.2.4"

[dev-dependencies]
futures = "0.3.4"
sp-test-primitives = { version = "2.0.0", path = "../../test-primitives" }

[features]
Expand Down
Loading