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:
s0me0ne-unkn0wn
2023-09-01 20:07:32 +02:00
committed by GitHub
parent ccdf636c49
commit a2b6470607
29 changed files with 819 additions and 331 deletions
@@ -278,6 +278,7 @@ where
validation_code,
candidate_receipt,
pov,
executor_params,
timeout,
sender,
),
@@ -292,6 +293,7 @@ where
validation_code,
candidate_receipt,
pov,
executor_params,
timeout,
sender,
),
@@ -329,6 +331,7 @@ where
validation_code,
candidate_receipt,
pov,
executor_params,
timeout,
sender,
),
@@ -368,6 +371,7 @@ where
validation_code,
candidate_receipt,
pov,
executor_params,
timeout,
sender,
),
@@ -382,6 +386,7 @@ where
validation_code,
candidate_receipt,
pov,
executor_params,
timeout,
sender,
),
@@ -394,6 +399,7 @@ where
CandidateValidationMessage::ValidateFromChainState(
candidate_receipt,
pov,
executor_params,
timeout,
response_sender,
),
@@ -406,6 +412,7 @@ where
msg: CandidateValidationMessage::ValidateFromChainState(
candidate_receipt,
pov,
executor_params,
timeout,
response_sender,
),
@@ -435,6 +442,7 @@ where
msg: CandidateValidationMessage::ValidateFromChainState(
candidate_receipt,
pov,
executor_params,
timeout,
response_sender,
),
@@ -468,6 +476,7 @@ where
msg: CandidateValidationMessage::ValidateFromChainState(
candidate_receipt,
pov,
executor_params,
timeout,
response_sender,
),
@@ -479,6 +488,7 @@ where
msg: CandidateValidationMessage::ValidateFromChainState(
candidate_receipt,
pov,
executor_params,
timeout,
response_sender,
),