-
Notifications
You must be signed in to change notification settings - Fork 141
Release 1.4.1 #608
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
Release 1.4.1 #608
Conversation
|
Doing some last checks on this, please wait. |
|
/merge |
|
Enabled Available commands
For more information see the documentation |
|
@Ank4n can answer this. I requested that this gets backported, but I don't know if this already happened. |
@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 |
It will be included as part of the 2412 patch release next Thursday (20th) |
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 <[email protected]> Co-authored-by: Clara van Staden <[email protected]> Co-authored-by: Ankan <[email protected]>
* 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 <[email protected]> Co-authored-by: Clara van Staden <[email protected]> Co-authored-by: Ankan <[email protected]> * Format --------- Co-authored-by: GitHub Action <[email protected]> Co-authored-by: Clara van Staden <[email protected]> Co-authored-by: Ankan <[email protected]>
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 <[email protected]> Co-authored-by: clangenb <[email protected]> Co-authored-by: Dónal Murray <[email protected]> Co-authored-by: Francisco Aguirre <[email protected]> Co-authored-by: Bastian Köcher <[email protected]> Co-authored-by: Andrei Sandu <[email protected]> Co-authored-by: Clara van Staden <[email protected]> Co-authored-by: Andrei Sandu <[email protected]> Co-authored-by: Branislav Kontur <[email protected]> Co-authored-by: GitHub Action <[email protected]> Co-authored-by: Ankan <[email protected]> Co-authored-by: Alexandre Baldé <[email protected]> Co-authored-by: Oliver Tale-Yazdi <[email protected]>
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 <[email protected]> Co-authored-by: clangenb <[email protected]> Co-authored-by: Dónal Murray <[email protected]> Co-authored-by: Francisco Aguirre <[email protected]> Co-authored-by: Bastian Köcher <[email protected]> Co-authored-by: Andrei Sandu <[email protected]> Co-authored-by: Clara van Staden <[email protected]> Co-authored-by: Andrei Sandu <[email protected]> Co-authored-by: Branislav Kontur <[email protected]> Co-authored-by: GitHub Action <[email protected]> Co-authored-by: Ankan <[email protected]> Co-authored-by: Alexandre Baldé <[email protected]> Co-authored-by: Oliver Tale-Yazdi <[email protected]>
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.