Update dependencies in variables.yml#1716
Merged
Merged
Conversation
Bumps 12 dependencies flagged by the check-dependencies bot: Repositories: - polkadot_sdk: polkadot-stable2603 -> polkadot-stable2603-1 (docker stable2603 -> stable2603-1) Crates: - subxt / subxt_cli / subxt_signer: 0.50.0 -> 0.50.1 - polkadot_omni_node: 0.14.0 -> 0.15.0 JavaScript packages: - chopsticks: 1.3.0 -> 1.3.1 - polkadot_api: 2.0.1 -> 2.1.0 - resolc: 1.1.0 -> 1.2.0 - hardhat_polkadot: 0.2.7 -> 0.3.0 - solc: 0.8.34 -> 0.8.35 - paraspell_sdk: 13.2.2 -> 13.4.0 - hdkd_helpers: 0.0.29 -> 0.0.30 Embedded polkadot_sdk snippets (single-block-migrations/lib.rs, migrations/v1.rs, revive precompiles/bn128.rs) are byte-identical between stable2603 and stable2603-1, so no snippet line ranges changed. Companion test-harness sync: polkadot-cookbook. Closes #1656, closes #1657, closes #1658, closes #1660, closes #1661, closes #1662, closes #1663, closes #1665, closes #1666, closes #1671, closes #1672, closes #1693
brunopgalvao
added a commit
to polkadot-developers/polkadot-cookbook
that referenced
this pull request
Jun 29, 2026
…I fixes (#298) Syncs versions.yml + per-harness manifests/lockfiles to the post-update polkadot-docs variables.yml (polkadot-stable2603-1, subxt 0.50.1, omni-node 0.15.0, polkadot-api 2.1.0, chopsticks 1.3.1, resolc 1.2.0, hardhat 0.3.0, paraspell 13.4.0, hdkd-helpers 0.0.30, keyring/util-crypto 14.0.3, solc 0.8.35). Also fixes pre-existing CI breakages surfaced by the bump: - revive-dev-node build: cargo install --locked (core2 crate yanked) - Asset Hub zombienet: --authoring slot-based collator (stable2603 needs relay-parent descendants) - Pay Fees: mkdir -p metadata + PID-scoped chopsticks teardown - Flaky Paseo RPC: chopsticks + papi/subxt harnesses moved to rpc.polkadot.io / Zondax Companion to polkadot-developers/polkadot-docs#1716.
nhussein11
approved these changes
Jun 29, 2026
eshaben
approved these changes
Jun 29, 2026
This was referenced Jun 29, 2026
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.
Summary
Bumps 12 dependencies flagged by the
check-dependenciesbot, in the centralvariables.yml.Repositories:
polkadot_sdk:polkadot-stable2603→polkadot-stable2603-1(Docker:stable2603→stable2603-1)Crates:
subxt/subxt_cli/subxt_signer:0.50.0→0.50.1polkadot_omni_node:0.14.0→0.15.0JavaScript packages:
chopsticks:1.3.0→1.3.1polkadot_api:2.0.1→2.1.0resolc:1.1.0→1.2.0hardhat_polkadot:0.2.7→0.3.0solc:0.8.34→0.8.35paraspell_sdk:13.2.2→13.4.0hdkd_helpers:0.0.29→0.0.30Snippet line-number check
The embedded polkadot_sdk snippets —
single-block-migrations/src/lib.rs,migrations/v1.rs(storage-migrations.md) andrevive/src/precompiles/builtin/bn128.rs(eth-native.md) — are byte-identical betweenpolkadot-stable2603andpolkadot-stable2603-1, so no snippet line ranges needed adjusting.Companion PR
Test harnesses are synced in polkadot-developers/polkadot-cookbook#298. Live tutorial/recipe tests run there via the
versions.ymlCI triggers.Test plan
polkadot-stable2603-1relay binaries (polkadot,*-worker,polkadot-parachain) resolvevariables.ymlparses as valid YAMLNot actioned — pinned to template lockfile (close as not-applicable)
#1667, #1668, #1669, #1670 —
polkadot_sdk_parachain_templatesubdependencies are pinned to template v0.0.5'sCargo.lockand only change when the template version bumps (see comment invariables.yml).Closes #1656, closes #1657, closes #1658, closes #1660, closes #1661, closes #1662, closes #1663, closes #1665, closes #1666, closes #1671, closes #1672, closes #1693