You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
polkadot-sdk/stable2409 release contains fixes post which Nomination Pool can switch to DelegateStake strategy. This will then allow Nomination Pool members to vote in opengov with their pooled funds.
[Updated on 11th October]: The referendum for Kusama and Polkadot runtime upgrade is expected to be proposed by end of October. Decision period for Kusama and Polkadot can be upto 14 and 28 days respectively.
Checklist
stable2409 SDK release.
Runtime upgrade referendum.
Runtime config changes and migration for Kusama and Polkadot. Refer westend runtime changes.
Migrate all pool members permissionlessly post runtime upgrade.
The text was updated successfully, but these errors were encountered:
Closes#457Closes#469
Updating the runtimes to SDK version `stable2409-1`. CHANGELOG mentions
all relevant changes for UI and Walletbuilders.
## Checklist
- [x] Update SDK to `stable2409`
- [x] Update configuration for relay chains.
- [x] Update configuration for system parachains.
- [x] Update configuration for emulated chains.
- [x] Update configuration for Encointer (see _Help wanted_).
- [x] Update CHANGELOG.
- [x] Update SDK to `stable2409-1`
## Dependencies
This PR depends on certain PRs to be merged before it can properly work.
- [x] #472
## Impacts
The success of this PR impacts directly on the feasibility of executing
certain issues, or closing certain PRs.
- [ ] #455
- [ ] #476
- [ ] #480
- [ ] #484
## Help wanted
Initially, I request the help of:
- @franciscoaguirre to help me correcting the potential conflicts that
may arise when foreign assets change to `XCMv4`.
- @acatangiu to help me setting up the Bridge Hubs, as well as adding
the respective transition layer (a.k.a. preparing the migrations from
fixed `Lanes` to `LegacyLane`-based lanes storage).
- @clangenb to help me upgrading Encointer.
- @Szegoo to check the parameters that changed in Coretime.
---------
Co-authored-by: clangenb <[email protected]>
Co-authored-by: Clara van Staden <[email protected]>
Co-authored-by: Ankan <[email protected]>
Co-authored-by: Dónal Murray <[email protected]>
Co-authored-by: Branislav Kontur <[email protected]>
Moved from: paritytech/polkadot-sdk#5659
polkadot-sdk/stable2409 release contains fixes post which Nomination Pool can switch to
DelegateStake
strategy. This will then allow Nomination Pool members to vote in opengov with their pooled funds.Expected timeline
Checklist
stable2409
SDK release.The text was updated successfully, but these errors were encountered: