Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Polkadot v0.9.11

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Oct 17:17
· 0 commits to bfd38ed620458fcf57eb5cde8b5732368c19b714 since this release
v0.9.11
eb9f107

Upgrade priority: Medium (timely upgrade recommended) due to changes: Bypass chain-selection subsystem until disputes are enabled. (#3676), Removed unneeded deps (#3658)

  • This change introduces a database migration - After upgrading your node, you will not be able to revert to v0.9.10 without resyncing the chain

Native runtimes:

  • Polkadot: 9110
  • Kusama: 9111
  • Westend: 9111
  • Rococo: 9111

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

  • rustc 1.55.0 (c8dfcfe04 2021-09-06)
  • rustc 1.57.0-nightly (51e514c0f 2021-09-12)

WASM runtimes built with srtool using rustc 1.53.0 (53cb7b09b 2021-06-17).

Proposal hashes:

  • polkadot_runtime-v9110.compact.compressed.wasm: 0x791e698f3690481e0eb16d35017cf3bb27ec095ec6f27dafd3a230b76dc42f86

  • kusama_runtime-v9111.compact.compressed.wasm: 0x85b3f283e7f403acc12ce89005f72ccf8d1eb4ff2eab4870f7d345b76c56fb5d

  • polkadot_runtime-v9110.compact.wasm: 0xe874dd4219efa603acc0ab24a592d6f1b8553b7aedb196d1ef65fdd7fc3b8fe5

  • kusama_runtime-v9111.compact.wasm: 0x48a9fa972b89dfee229f1c486345a30a49d54f61c3255ffc8aebee8c1a7ecbc6

Changes

  • dockerfiles: upgrade to ubuntu:20.04; some chore (#3828)

  • add parachains pallets to Polkadot runtime (#3815)

  • Put all authorities of a session into SessionInfo. (#3813)

  • staking-miner: remove need of a file to pass the seed (#3680)

  • Bypass chain-selection subsystem until disputes are enabled. (#3676)

  • demote warnings due to disconnected dispute coordinator (#3672)

  • Removed unneeded deps (#3658)

  • CI: rustdoc (#3613)

Client

Runtime