rename the name of new staking pallets in all runtimes#8801
Merged
kianenigma merged 4 commits intodonal-ahmfrom Jun 11, 2025
Merged
rename the name of new staking pallets in all runtimes#8801kianenigma merged 4 commits intodonal-ahmfrom
kianenigma merged 4 commits intodonal-ahmfrom
Conversation
This was referenced Jun 9, 2025
sigurpol
reviewed
Jun 10, 2025
cumulus/parachains/runtimes/assets/asset-hub-westend/src/lib.rs
Outdated
Show resolved
Hide resolved
Contributor
Author
sigurpol
approved these changes
Jun 10, 2025
sigurpol
added a commit
to paritytech/polkadot-staking-miner
that referenced
this pull request
Jun 10, 2025
Following the changes introduced in [SDK 8801](paritytech/polkadot-sdk#8801): - Updated metadata for multi-block path - Track SDK's `oty-donal-ahm-builds` instead of `master` branch to be able to test on WAH - Updated all reference to election pallet to comply with the new names - Driven-by: bumped subxt to 0.42.1 to be able to deal with Metadata v16 used in WAH - Fixed related breaking changes in subxt 0.42 around hasher (see paritytech/subxt#1974) - Fixed `sp_staking::PagedExposureMetadata<Balance>` vs `parity_scale_codec` traits (we should use subxt codec now)
sigurpol
added a commit
to paritytech/polkadot-staking-miner
that referenced
this pull request
Jun 10, 2025
Following the changes introduced in [SDK 8801](paritytech/polkadot-sdk#8801): - Updated metadata for multi-block path - Track SDK's `oty-donal-ahm-builds` instead of `master` branch to be able to test on WAH - Updated all reference to election pallet to comply with the new names - Driven-by: bumped subxt to 0.42.1 to be able to deal with Metadata v16 used in WAH - Fixed related breaking changes in subxt 0.42 around hasher (see paritytech/subxt#1974) - Fixed `sp_staking::PagedExposureMetadata<Balance>` vs `parity_scale_codec` traits (we should use subxt codec now)
|
All GitHub workflows were cancelled due to failure one of the required jobs. |
sigurpol
added a commit
to paritytech/polkadot-staking-miner
that referenced
this pull request
Jun 11, 2025
Following the changes introduced in [SDK 8801](paritytech/polkadot-sdk#8801): - Updated metadata for multi-block path - Track SDK's `oty-donal-ahm-builds` instead of `master` branch to be able to test on WAH - Updated all reference to election pallet to comply with the new names - Driven-by: bumped subxt to 0.42.1 to be able to deal with Metadata v16 used in WAH - Fixed related breaking changes in subxt 0.42 around hasher (see paritytech/subxt#1974) - Fixed `sp_staking::PagedExposureMetadata<Balance>` vs `parity_scale_codec` traits (we should use subxt codec now)
sigurpol
added a commit
to paritytech/polkadot-staking-miner
that referenced
this pull request
Jun 11, 2025
….42.1 (#1082) * Update metadata after election pallet renaming Following the changes introduced in [SDK 8801](paritytech/polkadot-sdk#8801): - Updated metadata for multi-block path - Track SDK's `oty-donal-ahm-builds` instead of `master` branch to be able to test on WAH - Updated all reference to election pallet to comply with the new names - Driven-by: bumped subxt to 0.42.1 to be able to deal with Metadata v16 used in WAH - Fixed related breaking changes in subxt 0.42 around hasher (see paritytech/subxt#1974) - Fixed `sp_staking::PagedExposureMetadata<Balance>` vs `parity_scale_codec` traits (we should use subxt codec now) * Always log block number even if a not interesting phase * Track sdk's donal-ahm branch for WAH
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
closes #8763
Needs to be merged after the base branch is merged, and timed for a RU when
Phase::Off.This will make the job of all tooling related to new staking pallets easier (such as polkadot-js/apps#11401), ensuring the names in westend + test-runtimes are the same as what we intend to put in Polkadot and Kusama.