This release contains the changes from polkadot-stable2503-1 to polkadot-stable2503-2.
ℹ️ Please note:
This is a patch release for the latest stable version: stable2503. If your nodes are already running on this version, you can consider upgrading to it to have the latest fixes.
The tag corresponding to the current patch release polkadot-stable2503-2 and matching the old pattern will be available under polkadot-v1.18.2.
The following crates were updated to the corresponding versions:
- polkadot-dispute-distribution@22.1.0
- xcm-emulator@0.19.2
Changelog
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).)
[#8400]: assert_expected_events macro fix to properly check event was received
Fixes an issue where assert_expected_events macro doesn't properly verify if the expected event was received
Changelog for Node Operator
ℹ️ These changes are relevant to: Those who don't write any code and only run code.
[#8447]: Fix a potential cause of slow parachain blocks
This fix removes a needless reputation change, which might be causing the longer parachain block times on Polkadot.
Rust compiler versions
This release was built and tested against the following versions of rustc.
Other versions may work.
- Rust Stable:
1.84.1
Docker images
The docker images for the polkadot node binary and the polkadot-parachain binary can be found at Docker hub (will be available a few minutes after the release has been published):
You may also pull it with:
docker pull parity/polkadot:stable2503-2
or
docker pull parity/polkadot-parachain:stable2503-2