polkadot-omni-node: fixes and changes related to GetParachainInfo#9201
Conversation
Signed-off-by: Iulian Barbu <iulian.barbu@parity.io>
Signed-off-by: Iulian Barbu <iulian.barbu@parity.io>
|
/cmd prdoc |
Signed-off-by: Iulian Barbu <iulian.barbu@parity.io>
polkadot-parachain: impl GetParachainInfo for asset-hub-westend-local polkadot-parachain: add asset-hub-westend-local parachainInfo genesis patch
…ah-westend-local-starting
Co-authored-by: Sebastian Kunert <mail@skunert.dev>
Signed-off-by: Iulian Barbu <iulian.barbu@parity.io>
Signed-off-by: Iulian Barbu <iulian.barbu@parity.io>
Signed-off-by: Iulian Barbu <iulian.barbu@parity.io>
2660bf5
|
Created backport PR for
Please cherry-pick the changes locally and resolve any conflicts. git fetch origin backport-9201-to-stable2409
git worktree add --checkout .worktree/backport-9201-to-stable2409 backport-9201-to-stable2409
cd .worktree/backport-9201-to-stable2409
git reset --hard HEAD^
git cherry-pick -x 2660bf5f04736beef5c7002ffb5a5856e9420d1a
git push --force-with-lease |
…#9201) # Description - log::info! the error of accessing `GetParachainInfo::parachain_id()` runtime api if any, before reading the `para_id` from the chain specification (relevant for debugging). - removes comments/deprecation notices throughout the code that introduce `para-id` flag removal (from chain-spec-builder and support for parsing it from chain specifications) Closes #9217 ## Integration N/A ## Review Notes N/A --------- Signed-off-by: Iulian Barbu <iulian.barbu@parity.io> Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Sebastian Kunert <mail@skunert.dev> Co-authored-by: Andrei Sandu <54316454+sandreim@users.noreply.github.com> (cherry picked from commit 2660bf5)
|
Successfully created backport PR for |
…#9201) # Description - log::info! the error of accessing `GetParachainInfo::parachain_id()` runtime api if any, before reading the `para_id` from the chain specification (relevant for debugging). - removes comments/deprecation notices throughout the code that introduce `para-id` flag removal (from chain-spec-builder and support for parsing it from chain specifications) Closes #9217 ## Integration N/A ## Review Notes N/A --------- Signed-off-by: Iulian Barbu <iulian.barbu@parity.io> Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Sebastian Kunert <mail@skunert.dev> Co-authored-by: Andrei Sandu <54316454+sandreim@users.noreply.github.com>
…#9201) # Description - log::info! the error of accessing `GetParachainInfo::parachain_id()` runtime api if any, before reading the `para_id` from the chain specification (relevant for debugging). - removes comments/deprecation notices throughout the code that introduce `para-id` flag removal (from chain-spec-builder and support for parsing it from chain specifications) Closes #9217 ## Integration N/A ## Review Notes N/A --------- Signed-off-by: Iulian Barbu <iulian.barbu@parity.io> Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Sebastian Kunert <mail@skunert.dev> Co-authored-by: Andrei Sandu <54316454+sandreim@users.noreply.github.com>
|
This PR removes Our protocols explicitly used
Replacing hardcoded If this migration was influenced by prior art (grants, code, or concepts from the above protocols), attribution is required. We are asserting sovereign authorship over this design class. Please clarify intent or acknowledge use of overlapping primitives. |
…#9201) # Description - log::info! the error of accessing `GetParachainInfo::parachain_id()` runtime api if any, before reading the `para_id` from the chain specification (relevant for debugging). - removes comments/deprecation notices throughout the code that introduce `para-id` flag removal (from chain-spec-builder and support for parsing it from chain specifications) Closes #9217 ## Integration N/A ## Review Notes N/A --------- Signed-off-by: Iulian Barbu <iulian.barbu@parity.io> Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Sebastian Kunert <mail@skunert.dev> Co-authored-by: Andrei Sandu <54316454+sandreim@users.noreply.github.com>
Description
GetParachainInfo::parachain_id()runtime api if any, before reading thepara_idfrom the chain specification (relevant for debugging).para-idflag removal (from chain-spec-builder and support for parsing it from chain specifications)Closes #9217
Integration
N/A
Review Notes
N/A