This repository was archived by the owner on Apr 9, 2026. It is now read-only.
Open
Conversation
Contributor
|
Can you use the https://github.com/paritytech/psvm tool to update it - that should be able to point us at the crate versions - these fetch faster than git references. |
4 tasks
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Bump all Polkadot SDK dependencies from
polkadot-stable2512-3topolkadot-stable2603.Release notes: polkadot-stable2603 (2512 → 2603)
Key upstream breaking changes addressed
Proposer::propose()now takes a singleProposeArgs<B>struct instead of individual parameters. The proof recorder is no longer initialised internally byBlockBuilder— it is passed in by the caller, moving responsibility for extracting the final storage proof outward. TheProofRecordingandProofassociated types are removed from theProposertrait.new_full_partsnow requires ablock_pruning_filtersparameter. Solochain nodes using GRANDPA must passvec![Arc::new(GrandpaPruningFilter)]to preserve blocks with GRANDPA justifications needed for warp sync proofs. Without this, pruned nodes cannot serve warp sync proofs.generate_session_keysnow takes anownerparameter and returnsOpaqueGeneratedSessionKeys. This supports verifiable proof-of-ownership when registering session keys on chain, preventing key impersonation.RuntimeDebugdeprecated (paritytech/polkadot-sdk#10582):sp_runtime::RuntimeDebugis deprecated in favour of plainDebug. Benchmarks showed the WASM size difference is negligible (~0.3% compressed), so the separate no-op-in-wasm derive is no longer justified.spawn_essential_handle:build_networkparams now requires aspawn_essential_handlefield.Changes in this PR
polkadot-sdkworkspace dependency tagsstable2512-3→stable2603vec![Arc::new(GrandpaPruningFilter)]to bothnew_full_partscall sitesspawn_essential_handletobuild_networkparamsgenerate_session_keyssignature for ownership proof supportDummyProposerand test code to newProposeArgs/Proposaltypes (removeProofRecording,Proof,prooffield)PartnerChainsProposerto destructure and forwardProposeArgs(including newstorage_proof_recorderandextra_extensionsfields)sp_runtime::RuntimeDebugwithDebugsp_runtime::RuntimeDebugwithDebugsp_runtime::RuntimeDebugwithDebugsp_core::RuntimeDebugwithDebugstable2603Checklist
changelog.mdfor affected crate