Skip to content

Polkadot stable2412-3

Latest
Compare
Choose a tag to compare
@EgorPopelyaev EgorPopelyaev released this 12 Mar 11:20
· 1 commit to stable2412-litep2p since this release
06158dd

This release contains the changes from polkadot-stable2412-2 to polkadot-stable2412-3.

ℹ️ Please note:

⚠️ This release enables litep2p network backend by default in Kusama. This marks an important step towards stabilizing the litep2p backend.

The tag corresponding to the current patch release polkadot-stable2412-3 and matching the old pattern will be available under polkadot-v1.17.3.

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.

[#7866]: Make litep2p the default backend in Kusama

This PR makes the litep2p backend the default network backend in Kusama, but also for system chains.
We performed a gradual rollout in Kusama by asking validators to manually switch to litep2p.
The rollout went smoothly, with 250 validators running litep2p without issues. This PR represents the next step in testing the backend at scale.

Changelog for Node Operator

ℹ️ These changes are relevant to: Those who don't write any code and only run code.

[#7866]: Make litep2p the default backend in Kusama

This PR makes the litep2p backend the default network backend in Kusama, but also for system chains.
We performed a gradual rollout in Kusama by asking validators to manually switch to litep2p.
The rollout went smoothly, with 250 validators running litep2p without issues. This PR represents the next step in testing the backend at scale.

Rust compiler versions

This release was built and tested against the following versions of rustc.
Other versions may work.

  • Rust Stable: "1.81.0"

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:stable2412-3

or

docker pull parity/polkadot-parachain:stable2412-3