Some fixes to "maintain-guides-async-backing.md"#5506
Conversation
|
Seems that this PR broke the screenshot image for implementing the The replaced image aligned with the config at https://github.com/paritytech/polkadot-sdk/blob/c01dbebeaa6394691974de46dd2d41a582f6a4c2/cumulus/parachains/runtimes/testing/rococo-parachain/src/lib.rs#L839 Edit: note also that the mention of async backing already being part of the cumulus parachain template is incorrect. The link points to a branch on the old cumulus repo and the cumulus template within the Polkadot SDK repo does not yet seem to be async backing ready. |
|
You're right, should have created a new image called async-backing-unincluded-segment-capacity.png. Sorry, I missed that the same path was used in two places. Will fix it soon.
Where is this mention? Let me know what and how to fix and I'll include it in the follow-up PR. |
|
Hmmm, it seems there is indeed some async backing stuff in https://github.com/paritytech/polkadot-sdk/tree/master/cumulus/parachain-template, so I guess https://github.com/mrcnski/polkadot-wiki/blob/b24edec5c35be36afa772f97ccb9a1530d21812c/docs/maintain/maintain-guides-async-backing.md?plain=1#L16C3-L16C3 just needs updating to point to that location. |
Addresses some issues found in paritytech/polkadot-sdk#2826.