his release contains the changes from polkadot-stable2409-5
to polkadot-stable2409-6
.
ℹ️ Please note:
⚠️ This is a patch release for the previous stable version: stable2409
and contains only patches and fixes to the crates (list below). No binary or docker images will be provided for this release.
The tag corresponding to the current patch release polkadot-stable2409-6
and matching the old pattern will be available under polkadot-v1.16.6.
The following crates were updated to the corresponding versions:
- staging-xcm@14.2.1
- snowbridge-beacon-primitives@0.10.1
- pallet-delegated-staking@5.0.1
- pallet-nomination-pools@35.0.3
- xcm-runtime-apis@0.4.3
- pallet-staking@38.0.1
- pallet-xcm@17.0.2
- snowbridge-pallet-ethereum-client@0.10.1
- snowbridge-pallet-inbound-queue@0.10.1
- cumulus-pallet-xcmp-queue@0.17.2
- bridge-hub-rococo-runtime@0.16.4
- bridge-hub-westend-runtime@0.13.4
- polkadot-service@19.0.2
Changelog
Changelog for Node Dev
ℹ️ These changes are relevant to: Those who build around the client side code. Alternative client builders, SMOLDOT, those who consume RPCs. These are people who are oblivious to the runtime changes. They only care about the meta-protocol, not the protocol itself.
[#7075]: Snowbridge - Ethereum Electra Upgrade Support
Adds support for the Ethereum Electra hard-fork in the Ethereum light client. Maintains backwards compatibility with the current Deneb hard-fork.
Relayers should update to the latest binary to support sending Electra consensus updates.
Changelog for Runtime Dev
ℹ️ These changes are relevant to: All of those who rely on the runtime. A parachain team that is using a pallet. A DApp that is using a pallet. These are people who care about the protocol (WASM, not the meta-protocol (client).)
[#7737]: Introduce filter to restrict accounts from staking
Introduce an associated fn filter
in pallet-staking to restrict some accounts from staking.
This is useful for restricting certain accounts from staking, for example, accounts staking via pools.
[#7688]: Fix DryRunApi client-facing XCM versions
Fixes #7413
This PR updates the DryRunApi. The signature of the dry_run_call is changed, and the XCM version of the return values of dry_run_xcm now follows the version of the input XCM program.
It also fixes xcmp-queue's Router's clear_messages
: the channel details first_index
and last_index
are reset when clearing.
Rust compiler versions
This release was built and tested against the following versions of rustc
.
Other versions may work.
- Rust Stable:
"1.81.0"