-
Notifications
You must be signed in to change notification settings - Fork 132
Fix crate dependencies #995
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
Closed
claravanstaden
wants to merge
14
commits into
polkadot-fellows:pandres95-upgrade-to-stable2509
from
Snowfork:clara-upgrade-to-stable2509-2
Closed
Fix crate dependencies #995
claravanstaden
wants to merge
14
commits into
polkadot-fellows:pandres95-upgrade-to-stable2509
from
Snowfork:clara-upgrade-to-stable2509-2
Conversation
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
Contributor
claravanstaden
commented
Nov 4, 2025
- Update Encointer pallets once published
…nfig (polkadot-fellows#844) **Depends on** paritytech/polkadot-sdk#9451 --- Based on PR paritytech/polkadot-sdk#1781 and [PRDoc](https://github.com/paritytech/polkadot-sdk/blob/beb9030b249cc078b3955232074a8495e7e0302a/prdoc/1.9.0/pr_1781.prdoc#L29), the new way for providing the single block migrations should be through `SingleBlockMigrations` in `frame_system::Config`. Providing them from `frame_executive::Executive` is still supported, but from what I understood is or will be deprecated. > `SingleBlockMigrations` this is the new way of configuring migrations that run in a single block. Previously they were defined as last generic argument of Executive. This shift is brings all central configuration about migrations closer into view of the developer (migrations that are configured in Executive will still work for now but is deprecated). Will also open a PR on polkadot-sdk side, adding a deprecation warning.
<!-- Remember that you can run `/merge` to enable auto-merge in the PR --> <!-- Remember to modify the changelog. If you don't need to modify it, you can check the following box. Instead, if you have already modified it, simply delete the following line. --> - [x] Does not require a CHANGELOG entry --------- Co-authored-by: GitHub Action <action@github.com>
Fixes BridgeHubPolkadot Snowbridge benchmarks leftover from: polkadot-fellows#959 catched by the test: https://github.com/polkadot-fellows/runtimes/actions/runs/18527148143/job/52800544994 <!-- Remember that you can run `/merge` to enable auto-merge in the PR --> <!-- Remember to modify the changelog. If you don't need to modify it, you can check the following box. Instead, if you have already modified it, simply delete the following line. --> - [X] Does not require a CHANGELOG entry
It looks like we missed some of the [runtime API](https://github.com/paritytech/polkadot-sdk/blob/590f23d2d83c2b79aabfda711a91fe0bdc5e64a0/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/src/lib.rs#L958-L962) when initially merging it into fellows-runtime in [PR-796](polkadot-fellows#796), this API is required to generate proofs.
Brings paritytech/polkadot-sdk#10051 to here, to be made into a 1.9.3 release for Kusama. Can be merged, but a 1.9.3 release should come only after we verify the fix in westend. --------- Co-authored-by: Dónal Murray <donalm@seadanda.dev>
Release 1.9.3 for KAH only.
FRAME "View Functions" (paritytech/polkadot-sdk#216) support was implemented and released in Polkadot SDK with paritytech/polkadot-sdk#4722, but it was never exposed on the System Chains' runtimes. This PR adds the missing `execute_view_function()` to all System Chains' Runtime APIs.
Polkadot Migration Refinements - working branch. - [x] polkadot-fellows#952 - [x] polkadot-fellows#960 - [x] polkadot-fellows#968 - [x] polkadot-fellows#969 - [x] polkadot-fellows#970 - [x] polkadot-fellows#974 - [x] polkadot-fellows#976 - [x] polkadot-fellows#977 - [x] polkadot-fellows#983 - [x] polkadot-fellows#984 - [x] polkadot-fellows#986 - [x] polkadot-fellows#990 --------- Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com> Co-authored-by: GitHub Action <action@github.com> Co-authored-by: Francisco Aguirre <franciscoaguirreperez@gmail.com> Co-authored-by: Dónal Murray <donalm@seadanda.dev>
For benchmarking we use a special machine that reports the `benchmark` tag. <!-- Remember that you can run `/merge` to enable auto-merge in the PR --> <!-- Remember to modify the changelog. If you don't need to modify it, you can check the following box. Instead, if you have already modified it, simply delete the following line. --> - [x] Does not require a CHANGELOG entry --------- Co-authored-by: Javier Viola <363911+pepoviola@users.noreply.github.com>
# Conflicts: # CHANGELOG.md # Cargo.lock # Cargo.toml # relay/kusama/src/lib.rs # relay/polkadot/src/lib.rs # system-parachains/asset-hubs/asset-hub-kusama/src/lib.rs # system-parachains/asset-hubs/asset-hub-polkadot/src/lib.rs # system-parachains/asset-hubs/asset-hub-polkadot/src/weights/pallet_election_provider_multi_block.rs # system-parachains/asset-hubs/asset-hub-polkadot/src/weights/pallet_election_provider_multi_block_signed.rs # system-parachains/asset-hubs/asset-hub-polkadot/src/weights/pallet_election_provider_multi_block_unsigned.rs # system-parachains/asset-hubs/asset-hub-polkadot/src/weights/pallet_election_provider_multi_block_verifier.rs # system-parachains/asset-hubs/asset-hub-polkadot/src/weights/pallet_staking_async.rs # system-parachains/bridge-hubs/bridge-hub-kusama/src/lib.rs # system-parachains/bridge-hubs/bridge-hub-polkadot/src/lib.rs # system-parachains/collectives/collectives-polkadot/src/lib.rs # system-parachains/coretime/coretime-kusama/src/lib.rs # system-parachains/coretime/coretime-polkadot/src/lib.rs # system-parachains/encointer/src/lib.rs # system-parachains/gluttons/glutton-kusama/src/lib.rs # system-parachains/people/people-kusama/src/lib.rs # system-parachains/people/people-polkadot/src/lib.rs
Contributor
Author
|
Closing in favour of #996. |
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.