Type:
development

Amount Requested:

950.00 DOT

4437.78$

Proposed on:
Aug. 30, 2023
Proposal Awarded on:
Sept. 13, 2023
Expected Delivery
None
Actual Delivery:
Sept. 6, 2023

Status:

completed

Create & implement RFC14 - Improve locking mechanism for parachains

by Brian Chen

Summary:

This RFC proposes a set of changes to the parachain lock mechanism. The goal is to allow a parachain manager to self-service the parachain without root track governance action. This is achieved by remove existing lock conditions and only lock a parachain when: A parachain manager explicitly lock the parachain. Or a parachain block is produced successfully.

Current Progress and Comments:

The commit was successfully merged into the codebase on September 6h 2023 (https://github.com/paritytech/polkadot-sdk/pull/1290) and the issue from February 8th 2023 that originated this code was closed on October 26th 2023 (https://github.com/paritytech/polkadot-sdk/issues/720) with the completion of the issue. included, included on the 1.1 version. Since then, parachains can self-service their rescue and don’t require the interaction with governance.