⬆️ Bump to Polkadot SDK stable 2503-5#482
Merged
Merged
Conversation
Member
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
1ec8417 to
c76355c
Compare
This was referenced May 8, 2025
Merged
dastansam
approved these changes
May 19, 2025
c66702c to
26a2f51
Compare
This was referenced May 19, 2025
Closed
26a2f51 to
65f2ce3
Compare
Graphite Automations"Auto-assign PRs to author" took an action on this PR • (07/28/25)1 assignee was added to this PR based on Juan Ignacio Rios's automation. |
Member
Author
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.

This pull request includes several updates to dependencies, configuration files, and integration tests. The changes primarily focus on updating dependency versions, improving compatibility with newer versions of libraries, and refining test configurations. Below is a summary of the most important changes grouped by theme:
Dependency Updates
Cargo.tomlto newer versions, includingsubstrate-wasm-builder,orml-oracle,serde, and variousFRAMEandPolkadotcomponents. This ensures compatibility with the latest features and fixes. [1] [2]Configuration Adjustments
.dockerignoreto include.configandscriptsdirectories, likely to streamline Docker builds by excluding unnecessary files.default-membersinCargo.tomlto includeruntimes/*instead ofpallets/*, reflecting a shift in the project's focus or structure.Integration Test Improvements
sp_keyring::AccountKeyringwithsp_keyring::Sr25519Keyringin multiple modules inintegration-tests/src/constants.rsto align with updated keyring APIs. [1] [2] [3]dev_accounts: Noneto various runtime configurations in integration tests, likely to align with updated runtime expectations. [1] [2] [3]polkadotmodule towestendin integration tests to reflect the correct relay chain context. [1] [2]