Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
consensus: prioritize finality work over block import in queue (#7307)
Browse files Browse the repository at this point in the history
* consensus: prioritize finality work over block import in queue

* consensus: add test for import queue task priority
  • Loading branch information
andresilva authored Oct 16, 2020
1 parent ec18346 commit 375adf8
Show file tree
Hide file tree
Showing 2 changed files with 281 additions and 57 deletions.
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

0 comments on commit 375adf8

Please sign in to comment.