mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 04:07:57 +00:00
7b6b061e32
This PR backports: - node version bump - `spec_vesion` bump - reordering of the `prdocs` to the appropriate folder from the `1.9.0` release branch
17 lines
637 B
Plaintext
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
|