-
Notifications
You must be signed in to change notification settings - Fork 20
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
[WIP] Upgrade polkdot v1.11.0 #3144
base: dev
Are you sure you want to change the base?
Conversation
9e4fdca
to
c24318e
Compare
824a920
to
0167271
Compare
What's the status of this PR? Any estimation when it can be merged? 🙌 |
1d193cf
to
34310d2
Compare
Currently it's blocked by "found duplicate lang item |
Let's finish the dep upgrade ASAP, and then investigate the async backing support (if it's not enabled by default) |
specify package `try-runtime-core` for `try-runtime-cli` to fix litentry-collator v0.9.20 (litentry-parachain/parachain/node) ignoring invalid dependency `try-runtime-cli` which is missing a lib target warning downgrade try-runtime-cli to 0.7.0 to fix dependency lib using unstable rust feature error
…ime/common to fix error Remove orml_xtokens from runtime config to fix error
add pallet-indices and parachains-common to parachain fix runtime: fp_rpc::ConvertTransactionRuntimeApi fix runtime: cumulus_pallet_xcmp_queue::Config fix runtime: cumulus_pallet_dmp_queue::Config fix runtime: sp_api::Core fix runtime: pallet_aura::Config fix runtime: pallet_evm::Config
add runtime: pallet_asset_rate::Config add runtime: pallet_indices::Config fix runtime: frame_system::Config fix runtime: pallet_treasury::Config fix runtime: pallet_identity::Config fix xcm: xcm_executor::Config
fix runtime: sp_api::Core fix runtime: sp_consensus_aura::AuraApi fix runtime: moonbeam_rpc_primitives_debug::DebugRuntimeApi fix runtime: frame_try_runtime::TryRuntime fix xcm: xcm_executor::Config fix xcm: impl orml_xtokens::Config
fix runtime: frame_system::Config fix runtime: pallet_preimage::Config add runtime: pallet_indices::Config fix runtime: pallet_balances::Config fix runtime: pallet_treasury::Config fix runtime: pallet_identity::Config fix runtime: cumulus_pallet_parachain_system::Config fix runtime: cumulus_pallet_xcmp_queue::Config fix runtime: pallet_aura::Config fix runtime: pallet_evm::Config fix xcm: pallet_xcm::Config
fix runtime: cumulus_pallet_dmp_queue::Config fix runtime: pallet_tips::Config add runtime: pallet_message_queue::Config
d07d2eb
to
9b4f1ab
Compare
remove "staging-xcm"; remove unused Cargo.lock;
still many errors to go, especially within xcm_config
Context
P-1110 upgrade polkdot to enable async backing
Labels
Please apply following PR-related labels when appropriate:
C0-breaking
: if your change could break the existing client, e.g. API change, critical logic changeC1-noteworthy
: if your change is non-breaking, but is still worth noticing for the client, e.g. reference code improvementHow (Optional)
Testing Evidences
Please attach any relevant evidences if applicable