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

Feature/polkadot v0.9.36 #852

Merged
merged 36 commits into from
Feb 16, 2023
Merged

Feature/polkadot v0.9.36 #852

merged 36 commits into from
Feb 16, 2023

Conversation

0x7CFE
Copy link
Contributor

@0x7CFE 0x7CFE commented Jan 31, 2023

Pull Request Summary

Check list

  • updated spec version
  • updated semver
  • try-runtime tests for ALL runtimes
  • tested on Shinjuku
  • tested on Shibuya

@0x7CFE 0x7CFE requested review from Dinonard, akru and shunsukew and removed request for Dinonard and akru February 6, 2023 09:35
Copy link
Contributor

@akru akru left a comment

Choose a reason for hiding this comment

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

In general it looks good, let's check on testnet.

bin/collator/src/parachain/service.rs Outdated Show resolved Hide resolved
runtime/astar/src/lib.rs Show resolved Hide resolved
runtime/astar/src/lib.rs Show resolved Hide resolved
runtime/shibuya/src/lib.rs Outdated Show resolved Hide resolved
runtime/shibuya/src/lib.rs Show resolved Hide resolved
runtime/shiden/src/lib.rs Outdated Show resolved Hide resolved
Copy link
Member

@Dinonard Dinonard left a comment

Choose a reason for hiding this comment

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

What about the ed25519-dalek/zebra change?
I don't see it under PR summary or under TODOs.

runtime/astar/src/lib.rs Outdated Show resolved Hide resolved
runtime/astar/src/lib.rs Outdated Show resolved Hide resolved
runtime/shibuya/src/lib.rs Show resolved Hide resolved
runtime/shibuya/src/lib.rs Outdated Show resolved Hide resolved
runtime/shibuya/src/lib.rs Show resolved Hide resolved
runtime/shiden/src/lib.rs Outdated Show resolved Hide resolved
runtime/shiden/src/lib.rs Outdated Show resolved Hide resolved
(
pallet_multisig::migrations::v1::MigrateToV1<Runtime>,
pallet_assets::migration::v1::MigrateToV1<Runtime>,
pallet_balances::migration::MigrateToTrackInactive<Runtime, xcm_config::CheckingAccount>,
Copy link
Member

Choose a reason for hiding this comment

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

Do we even use xcm_config::CheckingAccount for Balances?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I don't know, the line was taken from the cumulus PR.

Copy link
Contributor

Choose a reason for hiding this comment

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

Let’s investigate a bit what’s expected to be here, just to make it clear.

Copy link
Member

Choose a reason for hiding this comment

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

I don't know, the line was taken from the cumulus PR.

You should know or it should be documented somewhere that this needs to be understood better. You're owner of this uplift. 🤷‍♂️

Checking account is used for teleports so it's not relevant to us, there's nothing to migrate.

@0x7CFE 0x7CFE requested a review from akru February 16, 2023 08:07
@0x7CFE 0x7CFE merged commit 6f28dfb into master Feb 16, 2023
@0x7CFE 0x7CFE deleted the feature/polkadot-v0.9.36 branch February 16, 2023 08:08
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.

3 participants