mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 19:11:02 +00:00
collation-generation + collator-protocol: collate on multiple assigned cores (#3795)
This works only for collators that implement the `collator_fn` allowing `collation-generation` subsystem to pull collations triggered on new heads. Also enables `request_v2::CollationFetchingResponse::CollationWithParentHeadData` for test adder/undying collators. TODO: - [x] fix tests - [x] new tests - [x] PR doc --------- Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
This commit is contained in:
@@ -24,7 +24,7 @@ log = { workspace = true, default-features = true }
|
||||
test-parachain-undying = { path = ".." }
|
||||
polkadot-primitives = { path = "../../../../primitives" }
|
||||
polkadot-cli = { path = "../../../../cli" }
|
||||
polkadot-service = { path = "../../../../node/service", features = ["rococo-native"] }
|
||||
polkadot-service = { path = "../../../../node/service", features = ["elastic-scaling-experimental", "rococo-native"] }
|
||||
polkadot-node-primitives = { path = "../../../../node/primitives" }
|
||||
polkadot-node-subsystem = { path = "../../../../node/subsystem" }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user