⬆️ Bump to Polkadot SDK stable 2503-5 #482
Merged
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]