-
Notifications
You must be signed in to change notification settings - Fork 97
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
Update try-runtime-cli #463
Conversation
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
TODO paritytech/try-runtime-cli#101 Signed-off-by: Oliver Tale-Yazdi <[email protected]>
@@ -137,7 +137,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { | |||
spec_name: create_runtime_str!("statemine"), | |||
impl_name: create_runtime_str!("statemine"), | |||
authoring_version: 1, | |||
spec_version: 1_003_000, | |||
spec_version: 1_003_003, |
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.
We forgot to bump this and only bumped the feature-gated version above...
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
bot merge |
/merge |
I think it needs another review, my review isn't counted because I'm a rank 1 pleb |
Hm, its weird that the bot is not responding though. It should print some error. |
/merge |
Enabled Available commands
For more information see the documentation |
1 similar comment
Enabled Available commands
For more information see the documentation |
https://github.com/polkadot-fellows/runtimes/pull/463/checks?check_run_id=31685484077 |
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
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.
Some last nitpicks and then this is good to go
Co-authored-by: Bastian Köcher <[email protected]>
/merge |
Enabled Available commands
For more information see the documentation |
Update try-runtime-cli for MBM testing that was added Allow to test Multi-Block-Migrations paritytech/try-runtime-cli#90
Fix KAH spec version that was incorrectly bumped
Disable MBM testing for Encointer runtime until Fix encointer AURA slot paritytech/try-runtime-cli#101 is fixed (single-block-migrations are still checked).
Does not require a CHANGELOG entry