Skip to content
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

Merged
merged 3 commits into from
Jun 3, 2024
Merged

upgrade to polkadot SDK 1.10 #289

merged 3 commits into from
Jun 3, 2024

Conversation

brenzi
Copy link
Collaborator

@brenzi brenzi commented May 31, 2024

  • re-run benchmarks
  • try-runtime upgrade kusama (checked by CI too)
  • try-runtime upgrade paseo (now also checked in CI)

@brenzi brenzi requested a review from clangenb May 31, 2024 14:25
Copy link
Contributor

@clangenb clangenb left a 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?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lockfile looks ok.

Comment on lines -244 to +250
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| {
Copy link
Contributor

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?

Copy link
Collaborator Author

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?

@brenzi brenzi merged commit 2f1b06c into master Jun 3, 2024
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants