Release 1.4.1#608
Merged
Merged
Conversation
xlc
approved these changes
Feb 27, 2025
sandreim
approved these changes
Feb 27, 2025
Contributor
|
Doing some last checks on this, please wait. |
ggwpez
approved these changes
Feb 27, 2025
Ank4n
approved these changes
Feb 27, 2025
joepetrowski
approved these changes
Feb 27, 2025
Contributor
Author
|
/merge |
Contributor
|
Enabled Available commands
For more information see the documentation |
Member
Contributor
Author
|
@Ank4n can answer this. I requested that this gets backported, but I don't know if this already happened. |
Contributor
@pandres95 it is already backported in the stable2412 branch and should be included in the next 2412 release. As part of this change, we will need to setup a filter (associated function) for |
Contributor
It will be included as part of the 2412 patch release next Thursday (20th) |
11 tasks
fellowship-merge-bot Bot
pushed a commit
that referenced
this pull request
Apr 7, 2025
This PR contains: - bump to stable2409-6 ## TODO: - [x] fix penpal-runtime compilation https://github.com/polkadot-fellows/runtimes/actions/runs/13853959747/job/38766523729?pr=623 - [x] check electra setup - [x] confirm that this PR is compatible and doing the same as #608 (@Ank4n) --------- Co-authored-by: GitHub Action <action@github.com> Co-authored-by: Clara van Staden <claravanstaden64@gmail.com> Co-authored-by: Ankan <10196091+Ank4n@users.noreply.github.com>
pandres95
pushed a commit
to pandres95/runtimes
that referenced
this pull request
Apr 7, 2025
* Bump to stable2409-6 (polkadot-fellows#623) This PR contains: - bump to stable2409-6 ## TODO: - [x] fix penpal-runtime compilation https://github.com/polkadot-fellows/runtimes/actions/runs/13853959747/job/38766523729?pr=623 - [x] check electra setup - [x] confirm that this PR is compatible and doing the same as polkadot-fellows#608 (@Ank4n) --------- Co-authored-by: GitHub Action <action@github.com> Co-authored-by: Clara van Staden <claravanstaden64@gmail.com> Co-authored-by: Ankan <10196091+Ank4n@users.noreply.github.com> * Format --------- Co-authored-by: GitHub Action <action@github.com> Co-authored-by: Clara van Staden <claravanstaden64@gmail.com> Co-authored-by: Ankan <10196091+Ank4n@users.noreply.github.com>
fellowship-merge-bot Bot
pushed a commit
that referenced
this pull request
Apr 16, 2025
This Pull Request provides a minimal set of changes to support the upgrade to `stable2412` (to the latest available patch). ## Notable changes Here are the most notable changes: - `sp-std` removed for every runtime (except Encointer). Now we use `core` or `alloc` instead. - Mocked weights for `frame_system_extensions`, `pallet_transaction_payment`, and `xcm` on most runtimes. - Mocked weights for `pallet_identity` on People runtimes. - Update to XCMv5 started. ## Notable TODOs - [x] ~Review whether we need to make more changes regarding XCMv5~ (moved to a follow-up PR). @franciscoaguirre - [x] In Asset Hubs, the benchmarking options for `pallet-asset-conversion-tx-payment` is not exposed (or at least, is raising errors when trying to add it). - [x] For `polkadot-runtime`, do we still need `coretime_migration.rs`? @seadanda - [x] Assist with the initial implementation of `TransactionExtension` @georgepisaltu @gui1117 ## Open Question - Shouldn't we start using `frame`, `#[frame_construct_runtime]` and `#[derive_impl]` since they've already been proven to work? ## Help needed - [x] @clangenb to update and re-enable Encointer. ## Action List - [x] ~Remove any reference to either `NetworkId::Westend` and `NetworkId::Rococo` and replace with `NetworkId::ByGenesis`~ (moved to a follow-up PR). - [x] Upgrade to `stable2412-3` - [x] Setup filter for pallet-staking to exclude pool members. See comment [here](#608 (comment)). ## Follow-up PRs - [ ] Refresh weights (to do before this release). ;) - [ ] Move to XCMv5. - [ ] Remove `sp-std`. --------- Signed-off-by: Andrei Sandu <andrei-mihail@parity.io> Co-authored-by: clangenb <37865735+clangenb@users.noreply.github.com> Co-authored-by: Dónal Murray <donalm@seadanda.dev> Co-authored-by: Francisco Aguirre <franciscoaguirreperez@gmail.com> Co-authored-by: Bastian Köcher <info@kchr.de> Co-authored-by: Andrei Sandu <andrei-mihail@parity.io> Co-authored-by: Clara van Staden <claravanstaden64@gmail.com> Co-authored-by: Andrei Sandu <54316454+sandreim@users.noreply.github.com> Co-authored-by: Branislav Kontur <bkontur@gmail.com> Co-authored-by: GitHub Action <action@github.com> Co-authored-by: Ankan <10196091+Ank4n@users.noreply.github.com> Co-authored-by: Alexandre Baldé <alexandre.balde@parity.io> Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
dharjeezy
pushed a commit
to dharjeezy/polkadot-sdk
that referenced
this pull request
Jul 3, 2025
This Pull Request provides a minimal set of changes to support the upgrade to `stable2412` (to the latest available patch). ## Notable changes Here are the most notable changes: - `sp-std` removed for every runtime (except Encointer). Now we use `core` or `alloc` instead. - Mocked weights for `frame_system_extensions`, `pallet_transaction_payment`, and `xcm` on most runtimes. - Mocked weights for `pallet_identity` on People runtimes. - Update to XCMv5 started. ## Notable TODOs - [x] ~Review whether we need to make more changes regarding XCMv5~ (moved to a follow-up PR). @franciscoaguirre - [x] In Asset Hubs, the benchmarking options for `pallet-asset-conversion-tx-payment` is not exposed (or at least, is raising errors when trying to add it). - [x] For `polkadot-runtime`, do we still need `coretime_migration.rs`? @seadanda - [x] Assist with the initial implementation of `TransactionExtension` @georgepisaltu @gui1117 ## Open Question - Shouldn't we start using `frame`, `#[frame_construct_runtime]` and `#[derive_impl]` since they've already been proven to work? ## Help needed - [x] @clangenb to update and re-enable Encointer. ## Action List - [x] ~Remove any reference to either `NetworkId::Westend` and `NetworkId::Rococo` and replace with `NetworkId::ByGenesis`~ (moved to a follow-up PR). - [x] Upgrade to `stable2412-3` - [x] Setup filter for pallet-staking to exclude pool members. See comment [here](polkadot-fellows/runtimes#608 (comment)). ## Follow-up PRs - [ ] Refresh weights (to do before this release). ;) - [ ] Move to XCMv5. - [ ] Remove `sp-std`. --------- Signed-off-by: Andrei Sandu <andrei-mihail@parity.io> Co-authored-by: clangenb <37865735+clangenb@users.noreply.github.com> Co-authored-by: Dónal Murray <donalm@seadanda.dev> Co-authored-by: Francisco Aguirre <franciscoaguirreperez@gmail.com> Co-authored-by: Bastian Köcher <info@kchr.de> Co-authored-by: Andrei Sandu <andrei-mihail@parity.io> Co-authored-by: Clara van Staden <claravanstaden64@gmail.com> Co-authored-by: Andrei Sandu <54316454+sandreim@users.noreply.github.com> Co-authored-by: Branislav Kontur <bkontur@gmail.com> Co-authored-by: GitHub Action <action@github.com> Co-authored-by: Ankan <10196091+Ank4n@users.noreply.github.com> Co-authored-by: Alexandre Baldé <alexandre.balde@parity.io> Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
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.
There was a bug found in the staking system which needs to be fixed ASAP. This release pulls in changes directly from a custom
Polkadot-SDKbranch. The changes can be reviewed here.After approval, this will go out as a release immediately. A full disclosure of the impact of this issue will be released after it was applied on chain.