Files
pezkuwi-subxt/prdoc/1.9.0/pr_3187.prdoc
T
Egor_P 7b6b061e32 [Backport] version bumps and prdocs reordering 1.9.0 (#3758)
This PR backports:
- node version bump
- `spec_vesion` bump
- reordering of the `prdocs` to the appropriate folder
from the `1.9.0` release branch
2024-03-21 09:00:10 +00:00

17 lines
637 B
Plaintext

# Schema: Polkadot SDK PRDoc Schema (prdoc) v1.0.0
# See doc at https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/prdoc/schema_user.json
title: Retrying an execution on failed runtime construction
doc:
- audience: Node Dev
description: |
If a runtime construction error happened during the execution request, then the artifact is re-prepared
and the execution request is retried at most once. See also the related issue.
crates:
- name: polkadot-node-core-candidate-validation
- name: polkadot-node-core-pvf
- name: polkadot-node-core-pvf-execute-worker
- name: polkadot-node-core-pvf-common