-
Notifications
You must be signed in to change notification settings - Fork 374
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
Conversation
….9.36 # Conflicts: # Cargo.lock # bin/collator/Cargo.toml # runtime/astar/Cargo.toml # runtime/local/Cargo.toml # runtime/shibuya/Cargo.toml # runtime/shiden/Cargo.toml
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.
In general it looks good, let's check on testnet.
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.
What about the ed25519-dalek/zebra
change?
I don't see it under PR summary or under TODOs.
( | ||
pallet_multisig::migrations::v1::MigrateToV1<Runtime>, | ||
pallet_assets::migration::v1::MigrateToV1<Runtime>, | ||
pallet_balances::migration::MigrateToTrackInactive<Runtime, xcm_config::CheckingAccount>, |
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.
Do we even use xcm_config::CheckingAccount
for Balances
?
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.
I don't know, the line was taken from the cumulus PR.
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.
Let’s investigate a bit what’s expected to be here, just to make it clear.
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.
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.
Pull Request Summary
Check list