mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 05:11:09 +00:00
Use cached session index to obtain executor params (#1190)
* Import changes from archieved repo * Revert erroneous changes * Fix more tests * Resolve discussions * Fix MORE tests * approval-voting: launch_approval better interface (#1355) --------- Co-authored-by: Javier Viola <javier@parity.io> Co-authored-by: ordian <noreply@reusable.software> Co-authored-by: ordian <write@reusable.software>
This commit is contained in:
@@ -143,6 +143,7 @@ pub enum CandidateValidationMessage {
|
||||
ValidateFromChainState(
|
||||
CandidateReceipt,
|
||||
Arc<PoV>,
|
||||
ExecutorParams,
|
||||
/// Execution timeout
|
||||
PvfExecTimeoutKind,
|
||||
oneshot::Sender<Result<ValidationResult, ValidationFailed>>,
|
||||
@@ -161,6 +162,7 @@ pub enum CandidateValidationMessage {
|
||||
ValidationCode,
|
||||
CandidateReceipt,
|
||||
Arc<PoV>,
|
||||
ExecutorParams,
|
||||
/// Execution timeout
|
||||
PvfExecTimeoutKind,
|
||||
oneshot::Sender<Result<ValidationResult, ValidationFailed>>,
|
||||
|
||||
Reference in New Issue
Block a user