mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-17 11:21:07 +00:00
remove retry from backers on failed candidate validation (#2182)
Hey guys, as discussed I've changed the name to a more general one `PvfExecKind`, is this good or too general? Creating this as a draft, I still have to fix the tests. Closes #1585 Kusama address: FkB6QEo8VnV3oifugNj5NeVG3Mvq1zFbrUu4P5YwRoe5mQN --------- Co-authored-by: command-bot <> Co-authored-by: Marcin S <marcin@realemail.net>
This commit is contained in:
@@ -32,7 +32,7 @@ use polkadot_overseer::{
|
||||
gen::{FromOrchestra, SpawnedSubsystem},
|
||||
HeadSupportsParachains, SubsystemError,
|
||||
};
|
||||
use polkadot_primitives::{CandidateReceipt, Hash, PvfExecTimeoutKind};
|
||||
use polkadot_primitives::{CandidateReceipt, Hash, PvfExecKind};
|
||||
|
||||
struct AlwaysSupportsParachains;
|
||||
|
||||
@@ -77,7 +77,7 @@ impl Subsystem1 {
|
||||
candidate_receipt,
|
||||
pov: PoV { block_data: BlockData(Vec::new()) }.into(),
|
||||
executor_params: Default::default(),
|
||||
exec_timeout_kind: PvfExecTimeoutKind::Backing,
|
||||
exec_kind: PvfExecKind::Backing,
|
||||
response_sender: tx,
|
||||
};
|
||||
ctx.send_message(msg).await;
|
||||
|
||||
Reference in New Issue
Block a user