-
Notifications
You must be signed in to change notification settings - Fork 8
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
upgrade to polkadot SDK 1.10 #289
Conversation
brenzi
commented
May 31, 2024
•
edited
Loading
edited
- re-run benchmarks
- try-runtime upgrade kusama (checked by CI too)
- try-runtime upgrade paseo (now also checked in CI)
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.
Looks good to me, I just don't understand the fmt change. Do you have an explanation for that?
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.
Lockfile looks ok.
Some(Subcommand::BuildSpec(cmd)) => { | ||
let runner = cli.create_runner(cmd)?; | ||
runner.sync_run(|config| cmd.run(config.chain_spec, config.network)) | ||
}, | ||
Some(Subcommand::CheckBlock(cmd)) => { | ||
construct_async_run!(|components, cli, cmd, config| { | ||
Some(Subcommand::BuildSpec(cmd)) => { | ||
let runner = cli.create_runner(cmd)?; | ||
runner.sync_run(|config| cmd.run(config.chain_spec, config.network)) | ||
} | ||
Some(Subcommand::CheckBlock(cmd)) => { | ||
construct_async_run!(|components, cli, cmd, config| { |
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 seems weird to me, but in the IDE it looks good. Do you know what happened?
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.
it disturbed me too. it changed tabs for spaces or vice versa, dunno why. cargo fmt change?