Skip to content

Polkadot v1.7.1

Compare
Choose a tag to compare
@EgorPopelyaev EgorPopelyaev released this 19 Feb 15:35
· 1 commit to release-polkadot-v1.7.1 since this release
70e569d

This release contains the changes from polkadot-v1.7.0 to polkadot-v1.7.1.

Rust compiler versions

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

Rust Stable: rustc 1.75.0 (82e1608df 2023-12-21)
Rust Nightly: rustc 1.77.0-nightly (ef71f1047 2024-01-21)

Changes

Changelog for Node Operator.

#3385: Do not stall finality on spam disputes

This PR fixes the issue that periodically caused finality stalls on Kusama due to disputes happening there in combination with disputes spam protection mechanism.

See: #3345