-
Notifications
You must be signed in to change notification settings - Fork 19
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 v0.9.40 #263
Conversation
15d185f
to
b7c619c
Compare
Enable pallet index in khala&phala
polkadot_xcm: phala_parachain_runtime::PolkadotXcmConfig { | ||
safe_xcm_version: Some(3), | ||
safe_xcm_version: Some(2), |
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.
@tolak Note that the version will not change in this upgrade. This line of the code only changes the genesis storage in a new chain.
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.
SubBridge part LTGM
We only lack disable Phala compute functionalities, but it's OK to send a separate PR, so I'm going to merge this |
PhalaMq: pallet_mq::{Pallet, Call, Storage} = 85, | ||
PhalaRegistry: pallet_registry::{Pallet, Call, Event<T>, Storage, Config<T>} = 86, | ||
PhalaComputation: pallet_computation::{Pallet, Call, Event<T>, Storage, Config} = 87, | ||
PhalaStakePool: pallet_stake_pool::{Pallet, Event<T>, Storage} = 88, |
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.
Should we still keep stake pool?
paritytech/substrate@polkadot-v0.9.39...polkadot-v0.9.40
paritytech/cumulus@polkadot-v0.9.39...polkadot-v0.9.40
Phala-Network/phala-blockchain#1221
In short: 0.9.40 is a minor upgrade, no visible change in this release