-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kusama: enable disabling ParachainHost API #148
Merged
fellowship-merge-bot
merged 2 commits into
polkadot-fellows:main
from
ordian:ao-kusama-disabling-api
Jan 18, 2024
Merged
kusama: enable disabling ParachainHost API #148
fellowship-merge-bot
merged 2 commits into
polkadot-fellows:main
from
ordian:ao-kusama-disabling-api
Jan 18, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ordian
force-pushed
the
ao-kusama-disabling-api
branch
from
January 17, 2024 21:05
c8f0a43
to
198ded4
Compare
bkontur
approved these changes
Jan 17, 2024
acatangiu
approved these changes
Jan 18, 2024
bkchr
approved these changes
Jan 18, 2024
@ordian please add some changelog entry. As I assume this will enable some new feature in the node? |
ordian
commented
Jan 18, 2024
@@ -11,6 +11,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). | |||
- Introduce chain spec generator ([polkadot-fellows/runtimes#127](https://github.com/polkadot-fellows/runtimes/pull/127)) | |||
- Add [Encointer](https://encointer.org) system parachain runtime, completing [RFC22](https://github.com/polkadot-fellows/RFCs/blob/main/text/0022-adopt-encointer-runtime.md) ([polkadot-fellows/runtimes#80](https://github.com/polkadot-fellows/runtimes/pull/80)) | |||
|
|||
### Changed | |||
|
|||
- Upgrade parachains runtime API from v7 to v8 in Kusama ([polkadot-fellows/runtimes#148](https://github.com/polkadot-fellows/runtimes/pull/148)). Context: https://paritytech.github.io/polkadot-sdk/book/protocol-validator-disabling.html |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this page doesn't exist yet, will be introduced in paritytech/polkadot-sdk#2955
eskimor
approved these changes
Jan 18, 2024
tdimitrov
approved these changes
Jan 18, 2024
/merge |
fellowship-merge-bot
bot
merged commit Jan 18, 2024
659f6e0
into
polkadot-fellows:main
17 checks passed
Enabled Available commands
For more information see the documentation |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes paritytech/polkadot-sdk#2967.