mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-14 03:55:53 +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:
@@ -106,7 +106,7 @@ use polkadot_node_subsystem_util::{
|
||||
use polkadot_primitives::{
|
||||
BackedCandidate, CandidateCommitments, CandidateHash, CandidateReceipt,
|
||||
CommittedCandidateReceipt, CoreIndex, CoreState, ExecutorParams, Hash, Id as ParaId,
|
||||
PersistedValidationData, PvfExecTimeoutKind, SigningContext, ValidationCode, ValidatorId,
|
||||
PersistedValidationData, PvfExecKind, SigningContext, ValidationCode, ValidatorId,
|
||||
ValidatorIndex, ValidatorSignature, ValidityAttestation,
|
||||
};
|
||||
use sp_keystore::KeystorePtr;
|
||||
@@ -566,7 +566,7 @@ async fn request_candidate_validation(
|
||||
candidate_receipt,
|
||||
pov,
|
||||
executor_params,
|
||||
exec_timeout_kind: PvfExecTimeoutKind::Backing,
|
||||
exec_kind: PvfExecKind::Backing,
|
||||
response_sender: tx,
|
||||
})
|
||||
.await;
|
||||
|
||||
Reference in New Issue
Block a user