mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 02:57:57 +00:00
5dd6a4ba47
Several PRs started introducing `prdoc` files before the schema was final. This PR fixes those former prdoc to ensure that pass the check and comply with the current prdoc schema. --------- Co-authored-by: command-bot <>
23 lines
755 B
Plaintext
23 lines
755 B
Plaintext
title: tranche0 assignments in one certificate part1
|
|
|
|
doc:
|
|
- audience: Node Operator
|
|
description: |
|
|
Changed approval-voting, approval-distribution to send all messages tranche0 assignments in one message.
|
|
This required:
|
|
* A new parachains_db version.
|
|
* A new validation protocol to support the new message types.
|
|
The new logic will be disabled and will be enabled at a later date after all validators have upgraded.
|
|
|
|
migrations:
|
|
db:
|
|
- name: Parachains database change from v3 to v4.
|
|
description: |
|
|
Approval-voting column format has been updated with several new fields. All existing data will be automatically
|
|
be migrated to the new values.
|
|
|
|
crates:
|
|
- name: "polkadot"
|
|
|
|
host_functions: []
|