github paritytech/polkadot-sdk polkadot-stable2509-7
Polkadot stable2509-7

latest release: polkadot-v1.20.7
9 hours ago

This release contains the changes from polkadot-stable2509-6 to polkadot-stable2509-7.

ℹ️ Please note:

⚠️ This is a patch release for the stable version: stable2509 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-stable2509-7 and matching the old pattern will be
available under polkadot-v1.20.7.
The following crates were updated to the corresponding versions:

Click to see crates list
  • frame-support@43.0.2
  • pallet-conviction-voting@43.0.1
  • pallet-mmr@43.0.1

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.

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).)

[#11567]: Align Tally::approval() with VoteTally trait semantics

Tally::approval() in pallet-conviction-voting now returns Perbill::zero() when no aye or nay votes have been cast, consistent with the pallet-referenda test mock. The VoteTally::approval() trait doc is also updated to document this expected behavior.

[#11738]: MMR: check verify_ancestor() output

MMR: check verify_ancestor() output

Changelog for Node Operator

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

Changelog for Runtime User

ℹ️ These changes are relevant to: Anyone using the runtime. This can be a token holder or a dev writing a front end for a chain.

Rust compiler versions

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

  • Rust Stable: 1.88.0

Don't miss a new polkadot-sdk release

NewReleases is sending notifications on new releases.